/*■■■共通HTML■■■*/
html{
margin:0px;
padding:0px;
}




@media (max-width: 768px) {
	body{
	font-size:14px;
	margin:0px;
	padding:20px 0;
	/*font-family: 'Lucida Grande', 'Verdana', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:140%;
	color:#444444;
	text-align:center;
	background-color:#ffffff;
	}
	
	.wrapper1{
	width:100%;
	margin:auto;
	clear: both;
	padding-bottom: 0px;
	/*
	background-image:url(../image/bg.gif);
	background-position:top;
	*/
	padding-top:0px;
	}
	.wrapper2{
	/*
	background-image:url(../image/bg.gif);
	background-position:bottom;
	*/
	padding-bottom:0px;
	}
	.wrapper3{
	/*
	background-image:url(../image/bg_body.gif);
	*/
	padding:0 0px;
	text-align:left;
	}
img{
	max-width: 100%;
	height: auto;
}
table{
	max-width: 100%;
}

}
@media (min-width: 769px) {
	body{
	font-size:14px;
	margin:0px;
	padding:20px 0;
	/*font-family: 'Lucida Grande', 'Verdana', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:140%;
	color:#444444;
	text-align:center;
	background-color:#ffffff;
	}
	
	.wrapper1{
	width:920px;
	margin:auto;
	clear: both;
	padding-bottom: 0px;
	/*
	background-image:url(../image/bg.gif);
	background-position:top;
	*/
	padding-top:16px;
	}
	.wrapper2{
	/*
	background-image:url(../image/bg.gif);
	background-position:bottom;
	*/
	padding-bottom:16px;
	}
	.wrapper3{
	/*
	background-image:url(../image/bg_body.gif);
	*/
	padding:0 10px;
	text-align:left;
	}

}



body.english{
/*font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";*/

font-family: benton-sans, sans-serif;

font-weight: 400;

font-style: normal;
}
body.english table{
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

table{
font-size:14px;
/*font-family: 'Lucida Grande', 'Verdana', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:140%;
color:#444444;
}
a img{
border:none;
}
sup{
  vertical-align: 0.8em;
  font-size: 0.8em;
}




@media (max-width: 768px) {

	.header{
	padding:0 10px;
	height:100px;
	clear:both;
	display: none;
	}
	.header-pc{
		display: none;
	}
	h1{
	width:100%;
	height:90px;
	margin:0;
	float:left;
	}
	h1 a{
	width:100%;
	height:90px;
	background-image:url(../image/logo20170126B.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 200px auto;
	text-indent:-6000px;
	display:block;
	}
	.sp-only{}
	.pc-only{
		display: none !important;
	}
}
@media (min-width: 769px) {
	.header{
	padding:0 10px;
	height:120px;
	clear:both;
	}
	header{
		
	}

	h1{
	width:300px;
	height:110px;
	margin:0;
	float:left;
	}
	h1 a{
	width:300px;
	height:110px;
	background-image:url(../image/logo20170126B.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 250px auto;
	text-indent:-6000px;
	display:block;
	}
	.sp-only{
		display: none !important;
	}
	.pc-only{

	}
}
a.link01{
background-image:url(../image/arrow001.gif);
background-position:right;
background-repeat:no-repeat;
padding:4px 20px 4px 0;
margin:0 0 0 10px;
}
.arrow002{
list-style-image:url(../image/arrow002.gif);
}

ul.arrow003 li{
list-style-image:url(../image/arrow003.gif);
}
ul.arrow004 li{
list-style-image:url(../image/arrow004.gif);
}
ul.arrow005 li{
list-style-image:url(../image/arrow005.gif);
}
ul.arrow006 li{
list-style-image:url(../image/arrow006.gif);
margin:5px 0;
}


#menu{

}
.menu-address{
    border: none;

    z-index: 10000;
    width: 100%;
    background-color: #eeeeee;
    padding: 20px 0;
}
.menu-address table{
	width:85%;
	margin:0 auto;
	border-spacing: 0;
    border-collapse: collapse;
}
.menu-address table caption{
	text-align: center;
	padding:10px 0;
	font-size: 14px;
	font-weight: bold;
}
.menu-address table tr th{
	border:1px solid #dadada;
	padding:5px;
	background-color: #666666;
	color:#ffffff;
}
.menu-address table tr td{
	border:1px solid #dadada;
	padding:0;
	background-color: #ffffff;
}
.menu-address table tr td a{
	display: block;
    padding: 5px 0;
    margin:0;
    text-decoration: none;
    display: block;
}
.menu-address table tr td a.closed{
	background-color: #aaaaaa;
	color: #ffffff;
}
.menu-address p{
	text-align: right;
	margin:0 auto;
	padding:10px 0 0 0;
	width:90%;
}
.menu-address p span.off{
	color:#aaaaaa;
	font-size: 14px;
}
.menu-address p span.event{
	color: #eeb300;
	font-size: 14px;
}

@media (max-width: 768px) {
	.header_right{
	display: none;
	}
}
@media (min-width: 769px) {
	.header_right{
	width:580px;
	height:120px;
	float:right;
	}

}


.header_right ul.header_english{
margin:0;
padding:10px 0 0 0;
list-style:none;
text-align:right;
}
.header_right ul.header_english a{
text-decoration: none;
font-weight: bold;
color:black;
}
.header_right ul.header_english li{
margin:0;
padding:0;
list-style:none;
}
.header_right ul.font-size{
height:24px;
margin:0 0 0 420px;
padding:10px 0 10px 75px;
background-image:url(../image/font-size.gif);
background-position:left;
background-repeat:no-repeat;
}
.header_right ul.font-size li{
width:24px;
height:24px;
list-style:none;
float:left;
margin:0 2px;
padding:0;
text-indent:-3000px;
text-align:left;
}
.header_right ul.font-size li.font-normal a{
width:24px;
height:24px;
background-image:url(../image/font-size-small-on.gif);
display:block;
}
.header_right ul.font-size li.font-small a{
width:24px;
height:24px;
background-image:url(../image/font-size-normal.gif);
display:block;
}
.header_right ul.font-size li.font-big a{
width:24px;
height:24px;
background-image:url(../image/font-size-big.gif);
display:block;
}



.header_right form{
	margin:0px 0 0 auto;
	height:25px;
}
.header_right form select{
	float:right;
}





@media (max-width: 768px) {
	.menu{
	display: none;
	}
}
@media (min-width: 769px) {
	.menu{
	height:50px;
	clear:both;
	z-index:5;
	}

}



.menu ul.dropdown{
margin:0;
padding:0 10px;
height:50px;
clear:both;
z-index:5;
position: relative;
}
.menu ul.dropdown li{
float:left;
height:50px;
list-style:none;
z-index:5;
zoom: 1; 
}
.menu ul.dropdown li a{
display:block;
height:50px;
width:110px;
text-indent:-6000px;
background-image:url(../image/menu.gif);
text-decoration:none;
z-index:5;
}
.menu .english ul.dropdown li a{
display:block;
height:50px;
width:110px;
text-indent:0px;
background-image:none;
text-decoration:none;
text-align: center;
line-height: 50px;
z-index:5;
color:#111111;

}

/*LEVEL ONE*/
.menu ul.dropdown a:hover{
color: #000;
}
.menu ul.dropdown a:active{
color: #ffa500;
}
.menu ul.dropdown li:last-child a{
border-right: none;
}
/* Doesn't work in IE */
.menu ul.dropdown li.hover,
.menu ul.dropdown li:hover{
background: #F3D673;
color: black;
position: relative;
}

.menu ul.dropdown li.hover {
color: black;
}


/*LEVEL TWO*/
.menu ul.dropdown ul{
width:210px !important;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index:5;
margin:0;
padding:0;
}
.menu ul.dropdown ul li{
height:40px !important;
font-weight: normal;
background: #f6f6f6;
color: #000; 
border-bottom: 1px solid #ccc;
float: none;
z-index:5;
margin:0;
line-height:40px;
}
  
                                    /* IE 6 & 7 Needs Inline Block */
.menu ul.dropdown ul li a{ border-right: none; width: 100%; height:40px !important; display: inline-block; z-index:5; background-image:none; text-indent:5px;} 
.menu .english ul.dropdown ul li a{ border-right: none; width: 100%; height:40px !important; display: inline-block; z-index:5; background-image:none; text-indent:5px;} 

/* 
LEVEL THREE
*/
.menu ul.dropdown ul ul { left: 100%; top: 0; }
.menu ul.dropdown li:hover > ul { visibility: visible; }






.menu01 a{
background-position:0 0;
}
.menu02 a{
background-position:-110px 0;
}
.menu03 a{
background-position:-220px 0;
}
.menu04 a{
background-position:-330px 0;
}
.menu05 a{
background-position:-440px 0;
}
.menu06 a{
background-position:-550px 0;
}
.menu07 a{
background-position:-660px 0;
}
.menu08 a{
background-position:-770px 0;
}
.menu01 a:hover{
background-position:0 -50px;
}
.menu02 a:hover{
background-position:-110px -50px;
}
.menu03 a:hover{
background-position:-220px -50px;
}
.menu04 a:hover{
background-position:-330px -50px;
}
.menu05 a:hover{
background-position:-440px -50px;
}
.menu06 a:hover{
background-position:-550px -50px;
}
.menu07 a:hover{
background-position:-660px -50px;
}
.menu08 a:hover{
background-position:-770px -50px;
}




@media (max-width: 768px) {
	.topimage{
	text-align:center;
	padding:70px 0 0 0;
	width: 100%;
	overflow: hidden;
	display: none;
	}
	.main_layer{
	clear:both;
	padding:0 0px;
	}
	.main_layer2{
	clear:both;
	padding:0 0px;
	}


}
@media (min-width: 769px) {
	.topimage{
	text-align:center;
	padding:10px 0;
	}
	.main_layer{
	clear:both;
	padding:0 10px;
	}
	.main_layer2{
	clear:both;
	padding:30px 0px;
	display: flex;
	}
}


.topimage object{
padding:0;
}
.topimage embed{
padding:0;
}
.bg-slider-wrap{
  width : 100% ;
  padding-top:60px;
  }
.bg-slider{
  width : 100% ;
  padding-top : 100% ;
	background-position: center center;
	background-size: cover;
}


@media (max-width: 768px) {
	.top_left{
	padding:0 10px;
	}
	.top_right{
	padding:0;
	display: none;
	}
	.top_right_layer1{
	background-image:url(../image/left_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px;
	}
	.top_right_layer2{

	}
	.slide{
		display: none;
	}

}
@media (min-width: 769px) {
	.top_left{
	width:630px;
	float:left;
	}
	.top_right{
	width:250px;
	float:right;
	}
	.top_right_layer1{
	background-image:url(../image/left_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:6px 0 0 10px;
	}
	.top_right_layer2{
	background-image:url(../image/left_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 6px 0;
	}
	.slide{
		height:400px;
		overflow: hidden;
	}
}


.top_right_layer3{
background-color:#eaeaea;
}
.top_right h2{
margin:0;
border-bottom:1px dotted #959595;
}
ul.top_right_event{
margin:0;
padding:0;
}
ul.top_right_event li{
margin:0 0 10px 0;
padding:0;
font-size:14px;
list-style:none;
line-height:160%;
}

@media (max-width: 768px) {
	.left_archive{
		display: none;
	}
}
@media (min-width: 769px) {
	.left_archive{
		width:250px;
		float:left;
	}
}
.left{
width:250px;
float:left;
display:none;
}

.left_layer1{
background-image:url(../image/left_bg.gif);
background-position:top left;
background-repeat:no-repeat;
padding:6px 10px 0 0;
}
.left_layer2{
background-image:url(../image/left_bg.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding:0 0 6px 0;
}
.left_layer3{
background-color:#eaeaea;
}
.left h2{
margin:0;
border-bottom:1px dotted #959595;
}
.left_banner_layer{
padding:10px 10px 10px 10px;
line-height:160%;
font-size:10px;
}
.left_banner_image{
text-align:center;
}
.left_banner_image img{

}
.left_layer3 ul{
margin:0;
padding:0;
}
.left_layer3 ul li{
margin:0;
padding:0;
list-style:none;
border-bottom:1px dotted #959595;
}
.left_layer3 ul li a{
margin:0;
padding:15px 10px 15px 18px;
display:block;
text-decoration:none;
color:#000033;
background-image:url(../image/arrow.gif);
background-position:left;
background-repeat:no-repeat;
}



@media (max-width: 768px) {
	.right{
		 padding:80px 0 0 0;
	}
}
@media (min-width: 769px) {
	.right{
		 padding:0 25px;
	}
}

.archive_right{
width:630px;
float:left;
}
.shoppage_shopinfo{
background-color:#eeeeee;
padding:10px;
}
@media (max-width: 768px) {
	h2.top_information_title{
		border-bottom:3px solid #822323;
		margin:0 0 10px 0;
		padding:10px 0 15px 10px;
		font-size: 17px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.top_information_title_sp{
		font-family: zen-antique, sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		font-size: 18px;
		padding:40px 15px;
		line-height: 180%;
	}
	.top_information_title_sp h2{
		font-size: 20px;
	}
}
@media (min-width: 769px) {
	h2.top_information_title{
		border-bottom:3px solid #822323;
		margin:0 0 10px 0;
		padding:10px 0 15px 10px;
		font-size: 17px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.top_information_title_sp{
		display: none;
	}
}

h2.news_archive_title{
border-bottom:3px solid #822323;
margin:0;
padding:10px;
font-size:16px;
font-weight:bold;
}
h2.news_archive_title span{
font-size:12px;
}
h3.komidashi01{
border-bottom:1px solid #cccccc;
border-left:4px solid #822323;
margin:0;
padding:0 5px;
font-size:14px;
}
h3.komidashi02{
border-bottom:1px solid #cccccc;
border-left:4px solid #822323;
margin:30px 0 0 0;
padding:0 5px;
font-size:14px;
}
.top_banner{
padding:10px 0;
text-align:center;
}

@media (max-width: 768px) {
	.top_infotmation{
		width: 100%;
		margin: 10px auto;
		line-height:160%;
	}
	.news-waku{
		display: table;
		width: 100%;
		margin:0 0 0 0;
		padding:10px 0 0 0;
		border-bottom:1px solid #cccccc;
	}
	.news-date{
		display: table-cell;
		width: 50%;
		padding:0;
		box-sizing: border-box;
		float: left;
		font-size: 12px;
		color:#999;
	}
	.news-cat{
		display: table-cell;
		width: 50%;
		padding:0;
		box-sizing: border-box;
		clear: right;
		float: left;
		text-align: right;
	}
	.news-cat span{
		text-align: center;
		color: #1c4597;
		border-radius: 5px;
		font-size: 12px;
		margin:0 0 2px 0;
		padding:0 10px 0 0;
		font-weight: bold;
	}
	.news-kiji{
		display: block;
		width: 100%;
		padding:10px 0 15px 0 ;
		box-sizing: border-box;
		clear: both;
		font-size: 14px;
		line-height: 180%;
	}
	.news-kiji a{
		text-decoration: none;
		color:#111111;
	}
	.jyosetsu-waku{
		margin:50px 10px 20px 10px;
		padding:20px;
		clear: both;
		background-color: #eeeeee;
		border:1px solid #cccccc;
	}
	.nihonhaku{
		margin:0 !important;
		padding:10px 15px 20px 15px ;
		clear:both;
	}
	.nihonhaku a{

		display: block;
	}
	.hokusai{
		margin:50px 0;
		text-align: center;
	}
	.hokusai table{
		margin:10px 0;
		text-align: center;
	}
	.hokusai table td{
		vertical-align: top;
		text-align: left;
	}
	.hokusai table th{
		vertical-align: top;
		text-align: left;
		white-space: nowrap;
	}
}
@media (min-width: 769px) {
	.top_infotmation{
		width: 610px;
		margin: 10px auto;
		line-height:160%;
	}
	.news-waku{
		display: table;
		width: 100%;
		margin:0 0 0 0;
		border-bottom:1px solid #cccccc;
	}
	.news-date{
		display: table-cell;
		width: 18%;
		padding:10px 0 ;
		box-sizing: border-box;
	}
	.news-cat{
		display: table-cell;
		width: 18%;
		padding:10px ;
		box-sizing: border-box;
	}
	.news-cat span{
		text-align: center;
		display: block;
		background-color: #1c4597;
		color:#ffffff;
		border-radius: 5px;
		font-size: 12px;
		padding: 4px 0;
		margin:0 0 2px 0;
	}
	.news-kiji{
		display: table-cell;
		width: 62%;
		padding:10px 0 ;
		box-sizing: border-box;
	}
	.jyosetsu-waku{
		border-top:2px solid #cccccc;
		border-bottom:2px solid #cccccc;
		margin:50px 20px 20px 20px;
		padding:20px;clear: both;
	}
	.nihonhaku{
		margin:30px 0 0 0;
		clear:both;
	}
	.nihonhaku a{

		display: block;
	}
	.hokusai{
		margin:50px 0 50px 15px;
	}
}







.top_infotmation_left{
width: 130px;
border-bottom:1px solid #cccccc;
}
.top_infotmation_right{
padding:10px 0;
border-bottom:1px solid #cccccc;
}
.top_infotmation_right p{
margin-top:0px;
}
.top_infotmation td{
vertical-align:top;

}
.top_infotmation th{
vertical-align:top;
text-align:left;
font-weight:normal;
padding:10px 0;
border-bottom:1px solid #cccccc;
}



.top_information tr th{
border-bottom:1px solid #cccccc;
width:90px;
padding:5px;
vertical-align:top;
}
.top_information tr td{
border-bottom:1px solid #cccccc;
padding:10px 0px;
}
.top_information tr td p{
margin:0;
}
.top_information tr th.news_date{
font-weight:normal;
text-align:left;
/color:#d89200;*/
color:#000000;
width:100px;
padding:10px 5px 5px 5px;
}
.top_information tr th.news_category{
font-weight:bold;
font-size:10px;
text-align:center;
}
.top_information tr th.news_category strong{
padding:5px 0;
margin:0 0 3px 0;
width:70px;
display:block;
background-color:#CCCCCC;
color:#FFFFFF;
text-decoration:none;
}


@media (max-width: 768px) {
	.pagetop{
		display: none;
	}
	.news_infotmation_archive{
		text-align:right;
		padding:15px 0 0 0;
	}
	.news_infotmation_archive{
		text-align:center;
		padding:15px 0 0 0;
	}
	.news_infotmation_archive a{
		text-align:center;
		padding:10px 0;
		color:#ffffff;
		width:150px;
		margin:20px auto 0 auto;
		display: block;
		text-decoration: none;
		border-radius: 5px;
		background-color: #1c4597;
	}
}
@media (min-width: 769px) {
	.pagetop{
		clear:both;
		text-align:right;
		padding:20px 0;
	}
	.news_infotmation_archive{
		text-align:right;
	}
}

.pagetop p{
margin:0;
padding:0px;
}
.pagetop a{
width:140px;
height:20px;
background-image:url(../image/backtop.gif);
display:block;
text-align:left;
text-indent:-7000px;
margin:0 0 0 auto;
}


body.english .pagetop a{
width:140px;
height:20px;
background-image:url(../image/backtop-eng.gif);
display:block;
text-align:left;
text-indent:-7000px;
margin:0 0 0 auto;
}


@media (max-width: 768px) {
	.footer{
	clear:both;
	/*
	background-image:url(../image/logo20170126B.png);
	background-position:center 90px;
	background-repeat:no-repeat;
	background-size: 200px auto;
	*/
	background-color: #fff;
	padding:10px 0 0 0;
	margin: 0px 0 0 0;
	font-size: 10px;
	}
	.footer_lay{
	padding:20px;
	text-align:center;
	clear:both;
	}
	.footer_lay ul{
	padding:0;
	margin:0;
	}
	.bread{
		text-align:right;
		padding:5px;
		display: none;
	}

}
@media (min-width: 769px) {
	.footer{
		clear:both;
		height:100px;
		background-image:url(../image/footer.gif);
		background-position:center;
		background-repeat:no-repeat;
	
	}
	.footer_lay{
		padding:20px 20px 20px 240px;
		text-align:center;
		clear:both;
	}
	.bread{
		text-align:right;

	}
}

.footer_lay ul{
	margin:0 auto 110px auto;
	padding:0;
	display: table;
	width: 53%;
}
.footer_lay ul li{
	display: table-cell;
	width: 19%;
	padding:0px;
	margin:0;
	}
.footer_lay ul li img{
	width:30px;
	height:30px;
}

.footer_menu{
padding:0 0 10px 0;
clear:both;
}
.footer_address{
line-height:160%;
clear:both;
}


@media (max-width: 768px) {
	.page_layer{
		padding:10px;
		line-height:185%;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		text-align: left;
	}
}
@media (min-width: 769px) {
	.page_layer{
		padding:10px;
		line-height:185%;
	}
}

.greeting_profile{
border:1px solid #cccccc;
background-color:#eeeeee;
clear:both;
margin:10px 0;
padding:10px 15px 10px 30px;
text-indent:-15px;
}
@media (max-width: 768px) {
	.about_yamatane_logo{
		background-image:url(../image/aboutus/yamatane-logo.jpg);
		background-position:center 15px;
		background-repeat:no-repeat;
		padding-top:300px;
	}

}
@media (min-width: 769px) {
	.about_yamatane_logo{
		background-image:url(../image/aboutus/yamatane-logo.jpg);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:200px;
		padding-bottom:100px;
	}

}
@media (max-width: 768px) {
	.about_yamatane_collection{
		background-image:url(../image/aboutus/inside.gif);
		background-position:center 15px;
		background-repeat:no-repeat;
		padding-top:280px;
	}

}
@media (min-width: 769px) {
	.about_yamatane_collection{
		background-image:url(../image/aboutus/inside.gif);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:220px;
	}

}
.about_yamatane_collection_eng{
	
	
}

@media (max-width: 768px) {
	.about_yamatane_collection_eng_right{
		width:100%;
		margin-bottom:10px;
		text-align: center;
	}

}
@media (min-width: 769px) {
	.about_yamatane_collection_eng_right{
		width:260px;
		margin-left:40px;
		margin-bottom:90px;
		float: right;
	}

}

.collection-gaptext{
	text-align: left;
	line-height: 150%;
}


@media (max-width: 768px) {
	.about_yamatane_matazo{
		background-image:url(../image/aboutus/matazo.gif);
		background-position:center 15px;
		background-repeat:no-repeat;
		padding:280px 0 0 0;
	}

}
@media (min-width: 769px) {
	.about_yamatane_matazo{
		background-image:url(../image/aboutus/matazo.gif);
		background-position:right;
		background-repeat:no-repeat;
		padding:0 200px 40px 0;
	}

}

.about_yamatane_gaikan{
background-image:url(../image/aboutus/gaikan.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:220px;
}

.information_table{
width:600px;
border:none;
}
.information_table th{
width:130px;
vertical-align:top;
border-bottom:1px solid #dddddd;
padding:10px 0;
}
.information_table td{
vertical-align:top;
border-bottom:1px solid #dddddd;
padding:10px 0;
}
.information_table th h3{
margin:0;
}
.information_table td p{
margin:0;
}
.information_fee_table{
background-color:#dddddd;
width:380px;
margin:5px;
}
.information_fee_table td{
background-color:#ffffff;
border:none;
padding:5px;
}


.about_quote{
background-color:#eeeeee;
padding:15px;
}
@media (max-width: 768px) {
	.schedule_table{
		width:100%;
		background-color:#cccccc;
	}
}
@media (min-width: 769px) {
	.schedule_table{
		width:800px;
		background-color:#cccccc;
	}
}

.schedule_table tr th{
padding:15px 0;
width:55% !important;
font-weight:normal;
text-align:left;
}
.schedule_table tr th.sche_top{
text-align:center;
font-weight:bold;
}
.schedule_table tr td.sche_top{
text-align:center;
font-weight:bold;
background-color:#5B708C;
}
.schedule_table tr td{
padding:15px 5px;
width:45% !important;
background-color:#FFFFFF;
}
.sche_tr{
border-bottom:none;
}
.sche_top{
background-color:#5B708C;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}
.sche_year{
background-color:#FCF7AA !important;
}

.shop{

}

@media (max-width: 768px) {
	.shop_top_pic1{
		width:100%;
		text-align:center;
	}
	.shop_top_pic2{
		width:100%;
		text-align:center;
	}
	table.shop_top_pic3{
		width:100%;
		text-align:center;
		border:none;
		margin:auto;
	}
	table.shop_top_pic3 tr td{
		width: 100% !important;
		clear: both !important;
		display: block;
	}
	table.shop_top_pic3eng{
		width:100%;
		text-align:center;
		border:none;
		margin:auto;
	}
	table.shop_top_pic3eng tr td{
		vertical-align: bottom;
		width: 100%;
		display: block;
	}
}
@media (min-width: 769px) {
	.shop_top_pic1{
		width:320px;
		float:right;
		text-align:center;
	}
	.shop_top_pic2{
		width:230px;
		float:right;
		text-align:center;
	}
	table.shop_top_pic3{
		width:800px;
		text-align:center;
		border:none;
		margin:auto;
	}
	table.shop_top_pic3eng{
		width:800px;
		text-align:center;
		border:none;
		margin:auto;
	}
	table.shop_top_pic3eng tr td{
		vertical-align: bottom;
	}
}
.shop_top_pic1 img{
margin:5px;
}




@media (max-width: 768px) {
.shop_panel_layer{
	width:100%;
	clear:both;
	margin:10px 0;
}
	.shop_panel_layer_waku{
		width:100%;
		padding:20px 0;
		text-align:center;
	}

}
@media (min-width: 769px) {
.shop_panel_layer{
	width:828px;
	float:left;
	clear:both;
	margin:10px 0;
}
	.shop_panel_layer_waku{
		width:276px;
		height:430px;
		float:left;
		text-align:center;
	}

}


.shop_panel_layer_img{
height:180px;
}
.shop_panel_layer_waku p{
margin:0;
padding:10px 15px 0 15px;
font-size:12px;
text-align:left;
}
.shop_panel_layer_waku2{
width:276px;
height:510px;
float:left;
text-align:center;
}
.shop_panel_layer_waku2 p{
margin:0;
padding:10px 15px 0 15px;
font-size:12px;
text-align:left;
}


.shop_product_picture{
text-align:center;
}

@media (max-width: 768px) {
	.shop_cafe_news{
		width:100%;
		border:1px solid #cccccc;
		padding:0;
		margin:10px 0; 
	}

}
@media (min-width: 769px) {
	.shop_cafe_news{
		width:480px;
		border:1px solid #cccccc;
		padding:0;
		margin:10px 0; 
	}

}
.shop_cafe_news h3{
margin:0;
padding:6px;
font-size:14px; 
border-bottom:1px solid #cccccc;
background-color:#eeeeee;
}
.shop_cafe_news p{
padding:10px;
font-size:14px; 
margin:0;
}


.readmore a{
background-image:url(../image/extract.gif);
background-position:right;
background-repeat:no-repeat;
padding:0 18px 0 0;
}
.readmore a:hover{
background-image:url(../image/extracted.gif);
background-position:right;
background-repeat:no-repeat;
padding:0 18px 0 0;
}

.readclose a{
background-image:url(../image/close.gif);
background-position:right;
background-repeat:no-repeat;
padding:0 18px 0 0;
}
.readclose a:hover{
background-image:url(../image/closed.gif);
background-position:right;
background-repeat:no-repeat;
padding:0 18px 0 0;
}





.current{
background-color:#eeeeee;
padding:10px 30px;
margin:15px 0px;
}
@media (max-width: 399px) {
	.exh_current h5 {
	    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 12px;
	    margin: 5px 0 10px 0;
	}
}
@media (min-width: 400px) and (max-width: 768px){
	.exh_current h5 {
	    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 16px;
	    margin: 5px 0 10px 0;
	}
}
@media (min-width: 769px) {
	.exh_current h5 {
	    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 22px;
	    margin: 10px 0;
	}
}
	
	
@media (max-width: 768px) {
	.exh_current{
		background-color:#eeeeee;
		padding:10px;
		margin:15px 0px;
		text-align:center;
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.exh_current table{
		width:100%;
		text-align:left;
		border-top:1px solid #cccccc;
		line-height:150%;
		margin:auto;
	}
	.exh_current h3 {
	    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 14px;
	    margin: 10px 0px 0 0;
	}
	.exh_current h4 {
	    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	    font-weight: 600;
	    font-style: normal;
	    font-size: 25px;
	    margin: 0;
	    line-height: 160%;
	}

	.font_big img{
		width:85% !important;
		height:auto !important;
	}
}
@media (min-width: 769px) {
	.exh_current{
		background-color:#eeeeee;
		padding:10px;
		margin:15px 0px;
		text-align:center;
	}
	.exh_current table{
		width:800px;
		text-align:left;
		border-top:1px solid #cccccc;
		line-height:150%;
		margin:auto;
	}
	.exh_current h3 {
	    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-size: 18px;
	    margin: 25px 0px 10px;
	}
	.exh_current h4 {
	    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	    font-weight: 600;
	    font-style: normal;
	    font-size: 30px;
	    margin: 20px 0;
	    line-height: 160%;
	}
}



.exh_img_lay_right{
float:right;
font-size:10px;
margin:5px 0 5px 15px;
padding:5px 10px;
text-align:center;
max-width:200px;
line-height:120%;
}
.exh_img_lay_left{
float:left;
font-size:10px;
margin:5px 15px 5px 0px;
padding:5px 10px;
text-align:center;
line-height:120%;
}
.exh_img_lay_center{
font-size:10px;
margin:5px 15px 5px 0px;
padding:5px 10px;
text-align:center;
line-height:120%;
}
.key_pictures{
width:820px;
margin-top:40px;
margin-left:auto;
margin-right:auto;
border:1px solid #cccccc;
}
.key_pictures td{
width:25%;
text-align:center;
font-size:10px;
padding:10px 5px;
}

.key_pictures110108{
width:580px;
margin-top:40px;
border:1px solid #cccccc;
}
.key_pictures110108 td{
text-align:center;
font-size:10px;
padding:10px 0;
width:20%;
}

@media (max-width: 768px) {
	.key_pictures_lay{
		margin-top:40px;
		border:1px solid #cccccc;
	}
	.key_pictures_lay h5{
		font-size: 15px;
		text-align: center;
		padding:10px;
		margin:0;
		border-bottom:1px solid #cccccc;
	}
	.key_pictures_lay h6{
		font-size: 15px;
		text-align: left;
		padding:10px 0;
		margin:0;
	}
	.key_pictures_lay table{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.key_pictures_lay td{
		text-align:center;
		font-size:10px;
		padding:10px 5px;
		display: block;
		width: 100% !important;
	}
	.key_pictures_lay td img{
		max-height: 300px;
		height: auto;
		width: 80%;
	}
	.tenjisakuhin{
		padding:15px 15px;
		margin:15px 15px;
		background-color: #eeeeee;
	}
}
@media (min-width: 769px) {
	.key_pictures_lay{
		margin-top:40px;
		border:1px solid #cccccc;
	}
	.key_pictures_lay h5{
		font-size: 16px;
		padding:15px 30px;
		margin:0;
	}
	.key_pictures_lay h6{
		font-size: 14px;
		padding:0 30px 5px 0;
		margin:0;
	}
	.key_pictures_lay table{
		width:820px;
		margin-left:auto;
		margin-right:auto;
	}
	.key_pictures_lay td{
		text-align:center;
		font-size:10px;
		padding:10px 5px;
	}
	.tenjisakuhin{
		padding:15px 15px;
		margin:15px 15px;
		background-color: #eeeeee;
	}

}



.key_pictures_lay table.seedtable{
width:100%;
margin-left:auto;
margin-right:auto;
border-collapse:separate;
border-spacing:3px;
background-color:#eeeeee;
}
.key_pictures_lay table.seedtable th{
background-color:#dddddd;
text-align:center;
padding:10px 0;
border-right:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
}
.key_pictures_lay table.seedtable th.seed2016-midashi{
background-color:#dddddd;
text-align:center;
padding:10px 15px;
border-right:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
font-size:14px;
font-weight: normal;
}
.key_pictures_lay table.seedtable th.seed2016-midashi2{
background-color:#ffffff;
text-align:center;
padding:10px 15px;
border-right:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
}
.key_pictures_lay table.seedtable td{
text-align:center;
font-size:10px;
padding:10px 5px;
background-color:#ffffff;
}





.passed_table{
width:600px;
}
.passed_table tr th{
padding:15px 0;
width:60%;
font-weight:normal;
text-align:center;

background-color:#557313;
font-weight:bold;
color:#FFFFFF;
}
.passed_table tr td{
padding:15px 0;
border-bottom:1px solid #cccccc;
}
.passed_top{
background-color:#5B708C;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}
.passed_year{
background-color:#FCF7AA;
}

.archive_attention{
color:#FF0000;
text-align:center;
font-weight:bold;
font-size:16px;
margin:25px 0 10px 0;
}



.shisetsugaiyo_table{
background-color:#dddddd;
}

.shisetsugaiyo_table tr td{
background-color:#ffffff;
padding:3px;
}
.shisetsugaiyo_table tr th{
background-color:#ffffff;
text-align:left;
vertical-align:top;
padding:5px;
}


@media (max-width: 768px) {
	.info_table_lay01{
		width:100%;
		clear:both;
		line-height:160%;
	}
	.info_table_cell{
		width:100%;
	}
}
@media (min-width: 769px) {
	.info_table_lay01{
		width:850px;
		float:left;
		clear:both;
		line-height:160%;
	}
	.info_table_cell{
		width:415px;
		float:left;
	}
}


.info_table_cell_lay{
padding:10px 7px;
}
.info_table_lay01 h3{
border-bottom:1px solid #777777;
border-left:6px solid #822323;
padding:5px;
font-size:14px;
}
.info_table_cell_lay ul{
padding:0;
margin:0;
}
.info_table_cell_lay ul li{
list-style-type:circle;
margin-left:20px;
}
.indent001{
padding-left:1em;
text-indent:-1em; 
}
.indent002{
text-indent:1em; 
}

.discount_table{
border:none;
line-height:140%;
}
.discount_table th{
border:none;
width:220px;
padding:10px 0;
border-bottom:1px dotted #cccccc;
text-align:center;
}
.discount_table td{
border:none;
padding:10px 0;
border-bottom:1px dotted #cccccc;
}

.discount_ticket{
background-color:#eeeeee;
padding:10px;
}
.discount_ticket p{
margin-top:0;
}


.discount_lay{

}
.discount_print_lay{
display:none;
}


.exh_doc{
text-align:right;
}
.exh_doc a{
background-image:url(../image/pdf.gif);
background-position:left;
background-repeat:no-repeat;
padding:3px 5px 3px 18px;
text-decoration:none;
}


@media (max-width: 768px) {
	.exh_table{
		line-height:160%;
		width: 100%;
		overflow: hidden;
	}
	.exh_table tr{
display: flex;
	}
	.exh_current table tr th{
		padding:10px;
		width: 130px;
		text-align: center;
		border-bottom:1px solid #cccccc;
		background-color: #dddddd;
		vertical-align:top;
		display: block;
		overflow: hidden;
	}
	.exh_current table tr td{
		padding:10px;
		display: block;
		border-bottom:1px solid #cccccc;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}
	.exh_current table tr td nobr{
		white-space:pre;
	}
	.exh_current table tr td a{

	}
	.midokoro{
		
	}
	.midokoro table tr td:first-child{
		display: none;
	}
}
@media (min-width: 769px) {
	.exh_table{
		line-height:160%;
	}
	.exh_table th{
		width:80px !important;
	}
	.exh_current table tr th{
		padding:10px 0;
		width:80px !important;
		border-bottom:1px solid #cccccc;
		vertical-align:top;
	}
	.exh_current table tr td{
		padding:10px 0;
		border-bottom:1px solid #cccccc;
	}
	.midokoro{
		
	}
	
}

.exh_table ul.attention{
margin:0;
padding:0;
}
.exh_table ul.attention li{
padding-left:1em;
text-indent:-1em;
list-style:none;
}
.exh_table ul.sakuhin{
margin:0;
padding:0;
}
.exh_table ul.sakuhin li{
list-style:none;
margin:0 0 10px 0;
padding-left:1em;
text-indent:-1em;
}

.exh_archive_dl_lay{
height:170px;
margin:0;
padding:0;
}
.exh_archive_dl_lay dt{
width:110px;
margin:0;
padding:0;
float:left;
}
.exh_archive_dl_lay dt img{
border:1px solid #dddddd;
}
.exh_archive_dl_lay dd{
width:500px;
margin:0;
padding:30px 0 0 0;
float:right;
}



.collection_pic{

}
@media (max-width: 768px) {
	.collection_picture{
		font-size:10px;
		text-align: center;
		line-height: 140%;
		display: none;
	}
	.collection_picture_sp{
		font-size:10px;
		text-align: center;
		line-height: 140%;
	}
	.collection_picture_sp img {
		width: auto;
		height: auto;
 		max-width: 90%;
		max-height: 300px;
		margin-bottom: 5px;
	}
	.collection_intro{
		background-color:#eeeeee;
		padding:10px;
		margin:10px 0px;
	}
}
@media (min-width: 769px) {
	.collection_intro{
		background-color:#eeeeee;
		padding:10px;
		margin:10px 0px;
		display: flex;
		align-items: center;
		justify-content: center; 
	}
	.collection_left{
		width: calc( 100% - 200px );
	}
	.collection_picture{
		width: 200px;
		font-size:10px;
		text-align: center;
		line-height: 140%;
		align-items: center;
		justify-content: center; 
	}
	.collection_picture img{
		max-width: 150px;
		max-height: 190px;
	}
	.collection_picture_sp{
		display: none;
	}

}

.collection_midashi{
border-bottom:1px solid #777777;
border-left:6px solid #822323;
padding:5px;
font-size:14px;
}



@media print{
.footer{display:none;}
.left{display:none;}
.right{width:880px;}
body{background-color:#FFFFFF;}
.wrapper1{background-image:none;}
.wrapper2{background-image:none;}
.wrapper3{background-image:none;}
}


.archive_index{
margin:0;
padding:0;
height:30px;
border-left:1px solid #cccccc;
}
.archive_index li{
float:left;
list-style:none;
padding:0;
width:80px;
height:30px;
line-height:30px;
text-align:center;
border-right:1px solid #cccccc;
}
@media (max-width: 768px) {
	.archive_table_lay01{
		width:100%;
		float:left;
		clear:both;
		margin:auto;
		line-height:160%;
	}
	.archive_table_cell{
		width:100%;
	}
	.archive_table_cell_dt{
		width:160px;
		height:150px;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
	}
	.archive_table_cell_dd{
		width: calc(100% - 160px);
		height:150px;
		float:right;
		margin:0;
		padding:0;
	}
	.archive_table_cell_dl{
		width:100%;
		height:180px;
		margin:0;
		padding:0 10px 0 0;
		box-sizing: border-box;
	}
	.archive_table_cell_dl_eng{
		width:100%;
		height:240px;
		margin:0;
		padding:0 10px 0 0;
		box-sizing: border-box;
	}
	.archive_table_cell_dl_eng .archive_table_cell_dt{
		width:120px;
		height:150px;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
	}
	.archive_table_cell_dl_eng .archive_table_cell_dd{
		width: calc(100% - 125px);
		height:240px;
		float:right;
		margin:0;
		padding:0;
	}
}
@media (min-width: 769px) {
	.archive_table_lay01{
		width:820px;
		float:left;
		clear:both;
		margin:auto;
		line-height:160%;
	}
	.archive_table_cell{
		width:410px;
		float:left;
	}
	.archive_table_cell_dt{
		width:160px;
		height:150px;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
	}
	.archive_table_cell_dd{
		width:240px;
		height:150px;
		float:right;
		margin:0;
		padding:0;
	}
	.archive_table_cell_dl{
		width:400px;
		height:180px;
		margin:0;
		padding:0;
	}
	.archive_table_cell_dl_eng{
		width:400px;
		height:180px;
		margin:0;
		padding:0;
	}
}
	

/*.archive_table_cell_dt{
width:110px;
height:150px;
float:left;
margin:0;
padding:0;
}*/

.archive_table_cell_dt_wide{
width:160px;
height:150px;
float:left;
margin:0;
padding:0;
}
.archive_table_cell_dl img{
border:1px solid #cccccc;
}
/*.archive_table_cell_dd{
width:290px;
height:150px;
float:right;
margin:0;
padding:0;
}*/

.archive_table_cell_dd_wide{
width:240px;
height:150px;
float:right;
margin:0;
padding:0;
}
.archive_table_cell_date{
font-size:12px;
background-color:#dddddd;
padding:5px;
margin:0 0 10px 0;
}

@media (max-width: 768px) {
	.eventform{
		width:100%;
		margin:20px 0;
		background-color:#000000;
		border-collapse: collapse;
		
	}
	.eventform td{
		vertical-align:top;
		padding:10px;
		background-color:#FFFFFF;
		clear: both;
		display: block;
		width:100%;
		box-sizing: border-box;
	}
	.eventform td:nth-child(1){
		border-bottom:1px solid #cccccc;
		font-weight: bold;
		background-color: #eeeeee;
	}
	.eventform td:nth-child(2){
		font-size: 12px;
	}
	.ef-first{

		font-weight: bold;
		background-color: #eeeeee;
	}
	.eventform th{
		vertical-align:top;
		text-align:left;
		padding:10px;
		box-sizing: border-box;
		border-bottom:1px solid #cccccc;
		font-weight: bold;
		background-color: #eeeeee;
		clear: both;
		display: block;
		width:100%;
	}
	.ef-input01{
		width: 100%;
		box-sizing: border-box;
		padding:5px !important;
		font-size: 16px !important;
		margin:5px 0;
	}
	.ef-input02{
		width: 40%;
		box-sizing: border-box;
		padding:5px !important;
		font-size: 16px !important;
		margin:5px 0;
	}
}
@media (min-width: 769px) {
	.eventform{
		width:740px;
		margin:20px;
		background-color:#000000;
		border-collapse: collapse;
	}
	.eventform td{
		vertical-align:top;
		padding:10px;
		background-color:#FFFFFF;
		border:1px solid #cccccc;
	}
	.ef-first{
		border-top:1px solid #cccccc;
	}
	.eventform th{
		vertical-align:top;
		width:180px;
		text-align:left;
		padding:10px;
		background-color:#FFFFFF;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
	}
	.ef-input01{
		width: 360px;
	}
	.ef-input02{
		width: 160px;
	}
}






.coda-slider-wrapper{
display:none !important;
}

.print-none{
display:none !important;
}

.kaigyo{
float:left;
}


.okashi{
clear:both;
padding:15px 10px;
}


@media (max-width: 768px) {
	.okasi_waku{
	clear:both;
	}
	.okashi_lay{
	width:100%;
	font-size:10px;
	text-align:center;
	}
	.okashi_lay img{
	max-width:360px;
	width: 90%;
	}

}
@media (min-width: 769px) {
	.okasi_waku{
	clear:both;
	display: flex;
	flex-wrap: wrap;
	}

	.okashi_lay{
	width:162px;
	height:200px;
	font-size:10px;
	float:left;
	text-align:center;
	}
	.okashi_lay img{
	max-width:162px;
	}

}


.okasi_year{
background-color:#ffffff;
color:#dd706f;
margin:0;
padding:10px;
clear:both;
border-bottom:2px solid #dd706f;
}
.okasi_printnone{
display:none;
}


a.pdfdoc{
background-image:url(../image/pdf.gif);
background-position:left;
background-repeat:no-repeat;
padding:3px 5px 3px 18px;
text-decoration:none;
}


.photo-contest h3{
margin-top:40px;
margin-bottom:20px;
padding:5px;
border-bottom:3px solid #cccccc;
font-size:16px;
}
.photo-contest h4{
padding:5px;
border-bottom:2px solid #cccccc;
font-size:14px;
}
.photo-contest img{
padding:0 0 5px 0;
}
.photo-contest-table1{
width:810px;
margin-bottom:20px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.photo-contest-table1 th{
padding:5px 0 0 0;
width:33%;
border-top:1px solid #eeeeee;
border-right:1px solid #bbbbbb;
border-left:1px solid #eeeeee;
font-weight:normal;
text-align:center;
vertical-align:middle;
}
.photo-contest-table1 th.pc-mid{
border-top:none;
vertical-align:top;
}
.photo-contest-table1 th img{
padding:0 0 10px 0;
}
.photo-contest-table1 td{
padding:0 0 5px 0;
width:33%;
border-right:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
border-left:1px solid #eeeeee;
}
/*.photo-contest-table1 th a{
height:200px;
width:265px;
line-height:200px;
margin:auto;
vertical-align:middle;
display:table-cell;
text-align:center;
clear:both;
}
*/

.photo-contest-table2{
width:810px;
text-align:center;
margin:10px auto 20px auto;
}
.photo-contest-table2 td{
padding:10px 0 0 0;
border-top:1px solid #eeeeee;
border-right:1px solid #bbbbbb;
border-bottom:none;
border-left:1px solid #eeeeee;
vertical-align:middle;
}
.photo-contest-table2 th{
padding:0 0 10px 0;
font-weight:normal;
border-top:none;
border-right:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
border-left:1px solid #eeeeee;
vertical-align:top;
}
/*
.photo-contest-table2 td a{
height:150px;
width:160px;
line-height:150px;
margin:auto;
vertical-align:middle;
display:table-cell;
text-align:center;
clear:both;
}
*/
.photo-contest-table2 td img{
padding:0 0 5px 0;
}
.photo-contest-present{
background-color:#eeeeee;
border:1px solid #dddddd;
padding:10px;
}
.photo-contest-present h3{
margin:0;
padding:0 0 10px 0;
border-bottom:none;
}

.photo-contest-table1 td.photo-contest-comment{
padding:10px 15px 5px 15px;
text-align:left;
vertical-align:top;
}








.exh140103_img_protect-3-1{
width:180px;
height:179px;
margin:auto;
background-image:url(/exh/assets_c/2013/10/140103_03-thumb-180x179-919.jpg);
}
                     
.exh140103_img_protect-3-2{
width:150px;
height:150px;
background-image:url(/exh/image/exh_1401/140103_03-2eng.gif);
}
.exh140103_img_protect-3-3{
width:150px;
height:150px;
background-image:url(/exh/image/exh_1401/140103_03-3eng.gif);
}
.exh140103_img_protect-3-4{
width:150px;
height:150px;
background-image:url(/exh/image/exh_1401/140103_03-4eng.gif);
}

.exh140103_img_protect1{
width:210px;
height:151px;
margin:auto;
background-image:url(/exh/image/exh_1401/140103_08-1.gif);
}
.exh140103_img_protect2{
width:210px;
height:151px;
background-image:url(/exh/image/exh_1401/140103_08-2.gif);
}
.exh140103_img_protect3{
width:210px;
height:151px;
background-image:url(/exh/image/exh_1401/140103_08-3.gif);
}
.exh140103_img_protect4{
width:210px;
height:151px;
background-image:url(/exh/image/exh_1401/140103_08-4.gif);
}


@media (max-width: 768px) {
	.basicphilosophy{
		display: none;
	}
}
@media (min-width: 769px) {
	.basicphilosophy{
		height:160px;
		background-image:url(/image/policy.png);
		text-indent:-9000px;
		margin:0 0 30px 0;
	}
}



.newstable-layout{
font-size:12px;
background-color: #cccccc;
border-collapse:separate;
border-spacing:1px;
width: 100%;
line-height:150%;
margin:10px 15px;
}

.newstable-layout th{
vertical-align:top;
padding:10px 5px;
white-space: nowrap;
background-color: #ffffff;
}
.newstable-layout td{
vertical-align:top;
padding:10px 5px;
background-color: #ffffff;
}
                     
.award_layer{
padding:10px;
line-height:185%;                
}
                     
.award_layer h3{
background-color:#dddddd;
padding:5px 15px;
font-size:16px;
}
.award_layer h4{
font-size:14px;
font-weight:bold;
margin-bottom:0px;
}
.award-indent1{
padding-left:3em;
text-indent:-2em;
}
.award-indent2{
padding-left:6em;
text-indent:-5em;
}
.award-indent3{
padding-left:2.5em;
text-indent:-1em;
}
.award-indent-table{
padding-left:3em;
}
.award-indent-table table tr td{
padding:0 5px 0 0;
vertical-align:bottom
}
.award-list1{
margin:0;
padding:0 0 0 60px;
}
.award-list1 li{
list-style-type: lower-alpha;
}
.award-list1 li ul{
margin:0;
padding:0 0 0 15px;
}
.award-list1 li ul li{
list-style-type: disc;
}
.award-table{
	border-collapse:separate;
	border-spacing:0px;
	width: 100%;
    margin:auto;
line-height:185%;  
}
.award-table tr td{
	background-color: #ffffff;
	vertical-align: top;
}
.award-table tr th{
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
padding-left:1em;
}
.award-contact{
background-color:#e8efd2;
padding:10px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
margin:50px 0 0 0;
}


.award-table-contact{
border-collapse:separate;
border-spacing:0px;
line-height:220%;  
width:100%;
font-size:18px;
font-weight:bold;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
border:2px solid #a3c340;

}
.award-table-contact tr td{
vertical-align: top;
font-size:18px;
padding:10px 10px 10px 0px ;
}
.award-table-contact tr th{
white-space: nowrap;
width:150px;
text-align: left;
vertical-align: top;
font-size:18px;
padding:10px 0px 10px 10px ;
}


.award-bot{
display:block;
width:280px;
text-align:center;
background-color: #a2c533;
padding:8px 10px;
font-size: 18px;
font-weight:bold;
text-decoration:none;
color: #ffffff;
margin:20px auto 20px auto;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
}




.news-kiji-table1{
width:90%;
border-collapse:separate;
border-spacing:1px;
background-color: #cccccc;
margin:0 auto;
}
.news-kiji-table1 td{
vertical-align:top;
background-color: #ffffff;
padding:8px;
}

.tsuuka{
border:1px solid #cccccc;
padding:15px;
clear:both;
}
.tsuuka strong{
width:120px;
text-align:center;
float:left;
display:block;
padding:10px 0;
}







div,ul,li,body {
	display: block;
	margin: 0;
	padding: 0;

}


.leftNav,
.rightNav {
	background: url();
	background-color: rgba(0,0,0,0.5);
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav:hover {
	background: url() right center no-repeat  rgba(204,204,204,0.4);
}


.rightNav:hover {
	background: url() left center no-repeat  rgba(204,204,204,0.4);
}

.leftNav:hover:before,
.rightNav:hover:before {
	background: url(bg2.png)
}


.wrapper0{
width:900px;
margin:auto;
}


.top-right-midashi1508{
	background-color: #888888;
	border-bottom:none;
	margin:0 auto 0 auto !important;
	width: 210px;
	overflow: hidden;
}
.top-newsshita-banner{
	width:210px;
	float:left;
	text-align: center;
}

.top-news-shita{
	clear: both;
	margin:30px 0 0 0;
	height:350px;
	width: 100%;
	float: left;
}

.top-calendar2{
	width:220px;
	margin: 0 auto;
	text-align: center;
}
.top-facebook2{
	width:220px;
	margin: 0 0 0 5px;
	text-align: center;
}
.top-facebook2-lay{
	padding:0 0 0 10px;
}


.top_right_calendar{
	line-height:160%;
	text-align:center;
	padding:5px;
	width:100%;
}
.top_right_calendar table{
	margin:10px auto 0px auto;
	width:100%;
}
.top_right_calendar table tr td{
	border:0px solid #f2f2f2;
}
.top_right_calendar table tr td.off{
	background-color:#cccccc;
}
.top_right_calendar table tr td a{
	display:block;
	padding:5px 0;
}
.top_right_calendar table tr td a.closed{
	background-color:#666666;
	color:#ffffff;
}
.event{
	background-color:#eeb300;
	color:#ffffff;
}



.top_calendar{
	line-height:160%;
	text-align:center;
	padding:0 5px;
	margin: 0 auto;
}
.top_calendar-next-prev{
	height:20px;
	padding:0 50px;
}
.top_calendar-next-prev a{
	text-decoration: none;
	color: #999999;
}
.top_calendar-pref{
	float: left;
	display: block;
}
.top_calendar-next{
	float: right;
	display: block;
}
.top_calendar table{
	margin:0px auto 0px auto;
	width:100%;
	background-color: #cccccc;
	border-collapse:separate;
	border-spacing:1px;
	table-layout: fixed;
}
.top_calendar table caption{
	background-color: #888888;
	padding:5px 0;
	font-size: 14px;
	color: #ffffff;
}
.top_calendar table tr td{
	border:0px solid #f2f2f2;
	padding:0;
	background-color: #ffffff;
}
.top_calendar table tr th{
	border:0px solid #f2f2f2;
	padding:6px 0;
	background-color: #ffffff;
}
.top_calendar table tr td.off{
	background-color:#cccccc;
}
.top_calendar table tr td a{
	display:block;
	padding:6px 0;
	text-decoration: none;
}
.top_calendar table tr td a.closed{
	background-color:#666666;
	color:#ffffff;
}
.top_calendar table tr td a.anniv{
	color:#ffffff;
	background-image: url(/image/flower.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.yearly_calendar_sat{
	color:blue;
}
.yearly_calendar_sun{
	color:red;
}


.calendar_closed{
	text-align:right;
	margin:5px 0;
}

table.kaikanjikan{
	margin:30px 10px 10px 10px;
}
table.kaikanjikan tr td{
	vertical-align: top !important;
}


@media (max-width: 768px) {
	#tabs ul{
		display: none;
	}
}
@media (min-width: 769px) {
	#tabs{}
}

	/* タブっぽく並べて */
	#tabs ul {float:right; width:450px; padding:15px 0 0 0; }
	#tabs li {float:left; }
	#tabs li a{
	text-decoration: none;
	padding:4px 15px;
	border-right:1px solid #cccccc;;
	}
	/* 最初はパネルは非表示 */
	#tabs .panel {display:none;}
	
	
	
	/* タブっぽく並べて */
	#tabs2 ul {float:right; width:450px; padding:15px 0 0 0; }
	#tabs2 li {float:left; }
	#tabs2 li a{
	text-decoration: none;
	padding:4px 15px;
	border-right:1px solid #cccccc;;
	}
	/* 最初はパネルは非表示 */
	#tabs2 .pan {display:none;}
	
	
	
@media (max-width: 768px) {
	.footer201703{
		background-color: rgb(204, 204, 204);
		padding:20px 0 40px 0;
		margin-top: 0px;
		clear: both;
	}
	.footer201703-wrapper{
		width:100%;
		overflow: hidden;
		margin:auto;
	}
	.footer201703-lay{
		background-image: url(/image/footerlogo1703.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 150px;
		min-height: 100px;
		padding:60px 0 0 0;
		line-height: 30px;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 14px;
	}
}
@media (min-width: 769px) {
	.footer201703{
		background-color: rgb(204, 204, 204);
		padding:40px 0;
		margin-top: 0px;
		clear: both;
	}
	.footer201703-wrapper{
		width:900px;
		margin:auto;
	}
	.footer201703-lay{
		background-image: url(/image/footerlogo1703.png);
		background-repeat: no-repeat;
		background-position: left center;
		min-height: 100px;
		padding:40px 0 0 200px;
		line-height: 30px;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 14px;
	}

}

.footer201703-copy{
	font-size: 12px;
}
@media (max-width: 768px) {
	.collection{
		height:150px;
		margin:15px 0px;
		width:100%;
	}
	.collection img{
		margin:0 20px 0 0;
	}
	.shop-catalogues{
		border:1px solid #cccccc;
		padding:10px;
	}
}
@media (min-width: 769px) {
	.collection{
		height:150px;
		margin:15px 0px;
		width:50%;
		float:left;
	}
	.collection img{
		margin:0 20px 0 0;
	}
	.shop-catalogues{
		border:1px solid #cccccc;
		padding:10px;
		margin-right:330px;
	}
}

@media (max-width: 768px) {
	.english-information{
		width:100%;
		table-layout: auto;
		border-collapse: collapse;
		line-height: 180%;
	}
	.eng-access-map{
		width: 100%;
		height: auto;
	}
}
@media (min-width: 769px) {
	.english-information{
		width:100%;
		table-layout: auto;
		border-collapse: collapse;
		line-height: 180%;
	}
	.eng-access-map{
		width: 440px;
		height: auto;
	}

}

.english-information th{
	white-space: nowrap;
	padding:10px;
	vertical-align: top;
	border-bottom:1px solid #cccccc;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	text-align: center;
}
.english-information td{
	padding:10px;
	vertical-align: top;
	border-bottom:1px solid #cccccc;
}

.bytrain{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	background-image: url(/image/train-small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 29px;
	padding:0 0 0 30px;
	margin-bottom: 0;
	margin-top: 0;
}
.bybus{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	background-image: url(/image/bus-small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 29px;
	padding:0 0 0 30px;
	margin-bottom: 0;
}


@media (max-width: 768px) {
	.english_top_left{
		display: none;
	}
	.english_top_right{
		width:100%;
	}
	.english_top_right-bots{
		display: flex;
	}
	.english_top_right > div{
		text-align:center;
		padding:20px 0 5px 0;
		font-family: Roboto Condensed;
		text-align:center;
	}
	.english_top_right div:first-child{

	}
	.english_top_right-bots a:nth-child(1){
		display:block;
		text-align:center;
		font-family: Roboto Condensed;
		background-color:#888888;
		padding:10px 0;
		width:48.5%;
		margin:25px auto;
		color:#ffffff;
		text-decoration:none;
		border-top:2px solid #133b94;
	}
	.english_top_right-bots a:nth-child(2){
		line-height:38px;
		display:block;
		text-align:center;
		font-family: Roboto Condensed;
		background-color:#888888;
		padding:10px 0;
		width:48.5%;
		margin:25px auto;
		color:#ffffff;
		text-decoration:none;
		border-top:2px solid #133b94;
	}
}
@media (min-width: 769px) {
	.english_top_left{
		width:600px;
		padding:0 0 20px 0;
		float:left;
	}
	.english_top_right{
		width:280px;
		float:right;
	}
	.english_top_right > div{
		text-align:center;
		padding:0 0 5px 0;
		font-family: Roboto Condensed;
		text-align:center;
		width: 100%;
	}
	.english_top_right div:first-child{

	}
	.english_top_right-bots a:nth-child(1){
		display:block;
		text-align:center;
		font-family: Roboto Condensed;
		background-color:#888888;
		padding:10px 0;
		width:200px;
		margin:25px auto;
		color:#ffffff;
		text-decoration:none;
		border-top:2px solid #133b94;
	}
	.english_top_right-bots a:nth-child(2){
		line-height:38px;
		display:block;
		text-align:center;
		font-family: Roboto Condensed;
		background-color:#888888;
		padding:10px 0;
		width:200px;
		margin:25px auto;
		color:#ffffff;
		text-decoration:none;
		border-top:2px solid #133b94;
	}
}


.english_top_right .top-right-midashi1508{
	font-family: "Roboto Condensed", sans-serif;
	color: #ffffff;
	padding:10px;
	background-color: #888888;
	border-bottom:none;
	margin:0 auto 0 auto !important;
	width: 250px;
	overflow: hidden;
}

.english_top_right .top-calendar2{
	width:250px;
	margin: 0 auto;
	text-align: center;
}
.english_top_left-panel{
	width:300px;
	float:left;
}
.english_top_left-panel-lay{
	padding:0 10px;
}
.english_top_left-panel-lay2{
/*	background-image: url(/image/english-top-test01.gif);*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.english_top_left-panel-image{
	height:180px;
}
.english_top_left-panel-tab{
	float:right;
	background-color: #133b94;
	color:#ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 10px;
	padding:5px 10px;
}
.english_top_left-panel-title{

}
.english_top_left-panel-title a{
	color: #ffffff;
	display: block;
	min-height: 170px;
	line-height: 160%;
	text-decoration: none;
	background-color: #888888;
	color: #ffffff;
	padding:15px;
}
.english_top_left-panel-title a strong{
	font-size:14px;
}
.english_top_left-panel-title a:hover{
	background-color: #bbbbbb;
	color: #ffffff;
}
.english_top_left-panel-title a span{
	display: block;
	padding:10px 0 0 0;
}
.hrclear{
	width: 100%;
	clear: both;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: 1px solid #ffffff;
}

.fonto-mincho{
font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}




.onlineticket-midashi1{
border:1px solid #dddddd;
font-size:14px;
margin:30px 0 15px 0;
padding:10px 15px;
background-color:#f7f7f7;
}


.onlineticket-midashi1::before {
    content: "◆ ";
color: #0e378f;
}
.onlineticket-waku{
border:1px solid #cccccc;
padding:0 15px 0 0;
margin:30px 0;
clear:both;
float:left;
width:100%;
box-sizing: border-box;
}
.onlineticket-waku h3{
color: #0e378f;
font-size:16px;
padding:0 0 0 15px;
margin:20px 0 0 0;
}
.onlineticket-bot{
background-color: #0e378f;
font-size:16px;
text-align:center;
display: block;
width: 350px;
height: 50px;
border-radius: 40px;
border-bottom:8px solid #4c566a;
line-height: 50px;
color: #ffffff;
text-decoration: none;
margin: 30px auto;
position: relative;
font-weight: bold;
clear:both;
}
.onlineticket-waku-lay{
width: 100%;
padding:10px 0;
min-height:300px;
float: left;
clear:both;
box-sizing: border-box;
}
.onlineticket-waku-lay-shikaku{
width:33%;
float:left;
}
.onlineticket-waku-lay-shikaku-mid{
width:34%;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
float:left;
box-sizing: border-box;
}
.onlineticket-waku-lay h3{
height:60px;
text-align:center;
}
.onlineticket-waku-lay a{
font-size:14px;
text-align:center;
display: block;
width: 90%;
height: 70px;
border-radius: 5px;
border:1px solid #0e378f;
line-height: 35px;
color: #0e378f;
text-decoration: none;
margin: 30px auto;
position: relative;
clear:both;
}
.onlineticket-waku-lay a.single{
font-size:14px;
text-align:center;
display: block;
width: 90%;
height: 70px;
border-radius: 5px;
border:1px solid #0e378f;
line-height: 70px;
color: ;
text-decoration: none;
margin: 30px auto;
position: relative;
clear:both;
}

a.onlineticket-bot:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

.onlineticket-midashi2{
border-bottom:1px solid #0e378f;
margin:0;
padding:10px;
font-size:16px;
font-weight:bold;
}

@media (max-width: 768px) {
	.yosoku-table{
		width:95%;
		margin:20px auto;
		background-color:#cccccc;
		border-collapse:separate;
		border-spacing:1px;
		table-layout:fixed;
	}
	.yosoku-table tr th{
		background-color:#f4f3ef;
		padding:13px 10px;
		width:100px;
		text-align:center;
	}
	.lv00{
	
	}
	.lv01{
	background-image:url(/image/yosoku-1.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center center;
	}
	.lv02{
	background-image:url(/image/yosoku-2.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center center;
	}
	.lv03{
	background-image:url(/image/yosoku-3.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center center;
	}
	.lv04{
	background-image:url(/image/yosoku-4.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center center;
	}
	.lv05{
	background-image:url(/image/yosoku-5.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center center;
	}

}
@media (min-width: 769px) {
	.yosoku-table{
		width:90%;
		margin:20px auto;
		background-color:#cccccc;
		border-collapse:separate;
		border-spacing:1px;
		table-layout:fixed;
	}
	.yosoku-table tr th{
		background-color:#f4f3ef;
		padding:13px 10px;
		width:140px;
		text-align:center;
	}
	.lv00{
	
	}
	.lv01{
	background-image:url(/image/yosoku-1.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center center;
	}
	.lv02{
	background-image:url(/image/yosoku-2.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center center;
	}
	.lv03{
	background-image:url(/image/yosoku-3.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center center;
	}
	.lv04{
	background-image:url(/image/yosoku-4.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center center;
	}
	.lv05{
	background-image:url(/image/yosoku-5.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center center;
	}

}



.yosoku-table tr td{
background-color:#ffffff;
padding:13px 0;
text-align:center;
}
.yosoku-table tr.yosoku-head td{
background-color:#f4f3ef;
font-weight:bold;
}

@media (max-width: 768px) {
a.saikaibot{
		border-radius: 10px;
		padding:5px 0;
		background-color:#0e378f;
		color:#fff;
		display: block;
		width:100%;
		margin:10px auto 25px 0px;
		text-decoration: none;
        text-align:center;
		font-size: 14px;
		position: relative;
	}
	a.saikaibot:after {
		    display: none;
		}
	a.saikaibot1123{
		border-radius: 5px;
		padding:5px 0;
		background-color:#0e378f;
		color:#fff;
		display: block;
		width:90%;
		margin:25px auto 25px auto;
		text-decoration: none;
        text-align:center;
		font-size: 14px;
		position: relative;
	}
}
@media (min-width: 769px) {
a.saikaibot{
		border-radius: 10px;
		padding:5px 0;
		background-color:#0e378f;
		color:#fff;
		display: block;
		width:500px;
		margin:10px auto 25px 0px;
		text-decoration: none;
        text-align:center;
		font-size: 14px;
		position: relative;
	}
	a.saikaibot:after {
		    display: block;
		    content: "";
		    position: absolute;
		    top: 50%;
		    right: 20px;
		    width: 0;
		    height: 0;
		    margin-top: -8px;
		    border: 8px solid transparent;
			border-left: 8px solid #fff;
	}
		a.saikaibot1123{
		border-radius: 5px;
		padding:5px 0;
		background-color:#0e378f;
		color:#fff;
		display: block;
		width:500px;
		margin:25px auto 25px auto;
		text-decoration: none;
        text-align:center;
		font-size: 14px;
		position: relative;
	}
}



	
	



.right-banner-text-navy, .right-banner-text-gray, .right-banner-text-white{
padding:10px 15px;
text-align:center;
font-weight: bold;
font-size: 15px;
text-align: left;
line-height: 35px;
    -webkit-font-smoothing: antialiased; //なめらか
}

.right-banner-text-navy a{
background-color:#1c4597;
display:block;
color:#ffffff;
text-decoration: none;
}
.right-banner-text-navy a:hover{
background-color:#3e68bb;
}

.right-banner-text-navy{
text-align:center;
}
.right-banner-text-navy a{
background-color:#1c4597 !important;
display:block;
text-align: left;
padding: 0 0 0 15px;
}




.right-banner-text-gray a{
background-color:#888888;
display:block;
color:#ffffff;
text-decoration: none;
padding:0 0 0 15px;
}
.right-banner-text-white a{
background-color:#ffffff;
border:1px solid #1c4597;
display:block;
color:#1c4597;
text-decoration: none;
padding:0 0 0 15px;
}

.right-calendar-title{
padding:10px 15px;
text-align:center;
font-weight: bold;
font-size: 15px;
text-align: left;
line-height: 35px;
    -webkit-font-smoothing: antialiased; //なめらか
    border-bottom:none !important;
}
.right-calendar-title span{
background-color:#888888;
display:block;
color:#ffffff;
text-decoration: none;
padding:0 0 0 15px;
}

.top_right h2.right-calendar-title{
    margin: 0;
    border-bottom:none !important;
}

.online-ticket-waku{
	height: 68px;
	margin:0 0 40px 0;
	background-image: url(/image/online-ticket-banner2021-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	text-decoration: none;
	color:#1c4597;
	font-weight: bold;
	box-sizing: border-box;
	padding:25px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
}
@media (max-width: 768px) {
	.online-ticket-waku2{
		display: none;
	}
}
@media (min-width: 769px) {
.online-ticket-waku2{
	height: 68px;
	margin:20px 0 40px 0;
	
	display: block;
	text-decoration: none;
	background-color:#1c4597;
	color:#ffffff;
	font-weight: bold;
	box-sizing: border-box;
	padding:25px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
}
}

.online-ticket-waku2:hover{
background-color:#3e68bb;

}



#message {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
    overflow-scrolling: touch; /* スマホ対応のため必須 */
}
#message p img {
display: none;
}
#message a.btn {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom: 0
}

#message .mu img {
width: 100%;
height: auto
}
#message .mu h3 {
margin-bottom: 1em;
line-height: 160%;
font-size: 14px;
text-align: left;
font-weight: normal
}
#message .mu span {
font-size: 12px;
}
@media (max-width: 768px) {
	#message .mu {
		width: 50%;
		padding:0 8px 10px 8px;
		box-sizing: border-box;
		scroll-snap-align: start;
		flex: none;
	}
}
@media (min-width: 769px) {
	#message .mu {
		width: 33.3333%;
		padding:0 8px 10px 8px;
		box-sizing: border-box;
		scroll-snap-align: start;
		flex: none;
	}
}



.btns {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.btns button {
  margin: 0px 4px;
}
.scroll{
	text-align: center;
	display: flex;
	justify-content: center;
	padding:0 0 30px 0;
}
.scroll a{
	cursor: pointer;
	display: inline-flex;
	margin:0 20px;
	padding:5px;
}
.scroll a:hover{
	color:#cccccc;
}
.sp-top-exh{
	padding:60px 0 0 0;
	margin:0 0 20px 0;
    overflow-x: scroll;
	width: 100%;
	display: flex;
	scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    background-color: #eeeeee;
}
.sp-top-exh > div{
    scroll-snap-align: center;
    width: 100%;
    flex: none;
    align-items: center;
    justify-content: center;
    position: relative;
   	z-index: 0;
}

.sp-top-exh-title{
	position: relative;
	background-color: #eeeeee;
	text-align: left;
	padding:0 0 25px 0;
	  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	  font-size: 18px;
	  line-height: 160%;
	  font-weight: 700;
	  margin:0 0 0 0;

}
.sp-top-exh-link{
	text-decoration: none;
	color:#000;
	display: block;
	padding:50px 35px 20px 35px;
	position: relative;
}
@keyframes fluffy1 {
  0% { transform:translateX(0) }
  50% { transform:translateX(10px) }
  100% { transform:translateX(0) }
}
@keyframes fluffy2 {
  0% { transform:translateX(0) }
  50% { transform:translateX(-10px) }
  100% { transform:translateX(0) }
}

.sp-top-exh > div:nth-child(1) .sp-top-exh-link::after{
	position: absolute;
	right: 13px;
	top:80px;
	content: '▶︎';
	font-size: 10px;
	z-index: 9000;
	animation: fluffy1 3s ease infinite;
}
.sp-top-exh > div:nth-child(1) .sp-top-exh-link::before{
	position: absolute;
	right: 5px;
	top:81px;
	width:26px;
	height: 26px;
	content: '';
	background-color: #fff;
	z-index: 9000;
	border-radius: 13px;
	animation: fluffy1 3s ease infinite;
}

.sp-top-exh > div:nth-child(2) .sp-top-exh-link::after{
	position: absolute;
	left: 13px;
	top:80px;
	content: '◀︎';
	font-size: 10px;
	z-index: 9000;
	animation: fluffy2 3s ease infinite;
}
.sp-top-exh > div:nth-child(2) .sp-top-exh-link::before{
	position: absolute;
	left: 5px;
	top:81px;
	width:26px;
	height: 26px;
	content: '';
	background-color: #fff;
	z-index: 9000;
	border-radius: 13px;
	animation: fluffy2 3s ease infinite;
}




.sp-top-calendar{
	padding:0 0 0 0;
	margin:0 0 20px 0;
    overflow-x: scroll;
	width: 100%;
	display: flex;
	scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    background-color: #eeeeee;
}
.sp-top-calendar > div{
    scroll-snap-align: center;
    width: 100%;
    flex: none;
    align-items: center;
    justify-content: center;
    position: relative;
   	z-index: 0;
}
.sp-top-calendar > div:nth-child(1)::after{
	position: absolute;
	right: 13px;
	top:103px;
	content: '▶︎';
	font-size: 10px;
	z-index: 9000;
	animation: fluffy1 3s ease infinite;
}
.sp-top-calendar > div:nth-child(1)::before{
	position: absolute;
	right: 5px;
	top:100px;
	width:26px;
	height: 26px;
	content: '';
	background-color: #fff;
	z-index: 9000;
	border-radius: 13px;
	animation: fluffy1 3s ease infinite;
}

.sp-top-calendar > div:nth-child(2)::after{
	position: absolute;
	left: 13px;
	top:103px;
	content: '◀︎';
	font-size: 10px;
	z-index: 9000;
	animation: fluffy2 3s ease infinite;
}
.sp-top-calendar > div:nth-child(2)::before{
	position: absolute;
	left: 5px;
	top:100px;
	width:26px;
	height: 26px;
	content: '';
	background-color: #fff;
	z-index: 9000;
	border-radius: 13px;
	animation: fluffy2 3s ease infinite;
}



@media (max-width: 399px) {
	.sp-top-exh-current{
		font-size: 14px;
	}
	.sp-top-exh-current-eng{
		font-size: 14px;
		width: 70px;
		font-family: "Roboto Condensed", sans-serif;
	}

	.sp-top-exh-imgtitle{
		font-size: 11px;
	}
	.sp-top-exh-current{
		width: 70px;
	}
	.sp-top-exh-imgtitle{
		width: calc(100% - 70px);
		padding:0 7px;
		text-align: center;
	}
}
@media (min-width: 400px) {
	.sp-top-exh-imgtitle{
		font-size: 14px;
	}
	.sp-top-exh-current{
		width: 100px;
	}
	.sp-top-exh-current-eng{
		font-size: 14px;
		width: 100px;
		box-sizing: border-box;
		text-align: center !important;
		font-family: "Roboto Condensed", sans-serif;
	}
	.sp-top-exh-imgtitle{
		width: calc(100% - 100px);
		padding:0 15px;
	}
}

.sp-top-exh-title span{
	font-size: 12px;
	font-weight: 300;
}
.sp-top-exh-imgtitle{

	box-sizing: border-box;
	position: absolute;
	right: 0;
	top:0;
	background-color: rgba(0,0,0,0.6);
	color:#ffffff;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
}
.sp-top-exh-date{
	font-size: 10px;
	padding:0 15px;
	margin:0 auto 20px auto;
	width: 80%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
	color:#ffffff;
	line-height: 25px;
	font-weight: 100;
	text-align: center;
}
.sp-top-exh-current, .sp-top-exh-current-eng{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	color:#ffffff;
	line-height: 40px;
	text-align: center;
	background-color: #1c4597;
}

.sp-top-exh-bots{
		display: flex;
		padding:0 0px;
}
.sp-top-exh-bots a{
		display: block;
}

.sp-top-exh-bot{
text-align: center;
    padding: 10px 0;
    color: #ffffff;
    margin: auto;
    display: block;
    width: 43%;
    text-decoration: none;
    border-radius: 5px;
    background-color: #1c4597;
    font-size: 12px
}

.mm-panels{
	position: relative;
}


.menu-sns{
	border: none;
    position: absolute !important;
    bottom: 0 !important;
    top:auto;
    z-index: 9000 !important;
    width: 100% !important;
    padding: 0 0 30px 0 !important;
    color:#000;
}
.menu-sns-eng{
	border: none;
    position: absolute !important;
    bottom: 0 !important;
    top:auto;
    z-index: 9000 !important;
    width: 100% !important;
    padding: 0 0 30px 0 !important;
    color:#000;
}
.menu-lang{
	border: none;
    top: 0px !important;
    bottom:auto;
    z-index: 9000 !important;
    width: 100% !important;
    padding: 40px 0 20px 0 !important;
    color:#000;
    text-align: center;
    background-image: url(/image/Google-Translate-Logo-700x394.png);
    background-size: 100px auto;
    background-position: center 15px;
    background-repeat: no-repeat;
}
.menu-lang select{
	margin:auto;
}
@media (max-width: 768px) {
	.top-enternallinks-bots{
		
		align-items: center;
		display: flex;
		flex-wrap :wrap;
	}
	.top-enternallinks-bots a{
		width: 100%;
		text-align: center;
		display: block;
		text-decoration: none;
		color: #1c4597;
		padding:20px 0;
		margin:1px auto; 
		font-weight: bold;
		font-size: 12px;
		background-color: #eeeeee;
	}
	.top-enternallinks-bots a:hover{
		color: #ffffff;
		background-color: #1c4597;
	}	

}
@media (min-width: 769px) {

	.top-enternallinks-bots{
		display: none;
		
	}

}





.kifu-midashi{
font-family: a-otf-ryumin-pr6n, serif;
font-weight: 600;
font-style: normal;
font-size:20px;
text-align:center;
margin:50px 0 0 0;
color:#19358d;
}
.kifu-midashi-under{
font-family: a-otf-ryumin-pr6n, serif;
font-weight: 600;
font-style: normal;
font-size:16px;
text-align:center;
margin:15px 0 50px 0;
color:#cccccc;
}
.kifu-text{
padding:0 20px 10px 20px;
line-height:180%;
font-size:14px;
}

.kifu-price-waku{
/*	display: table;*/
	width: 100%;
    margin:0 0 20px 0;
}
.kifu-price-waku-price{
/*	display: table-cell;*/
    text-align:left;
padding:8px 10px 8px 20px;
font-size:14px;
border:1px solid #cccccc;
}
.kifu-price-waku-price strong{
color:#15318a;
font-size:16px;
}
.kifu-price-waku-price div{
font-size:14px;
}
.kifu-price-waku-kiji{
/*	display: table-cell;*/
	padding:10px 0;
}
.kifu-price-waku-kiji ul{
margin:0;
padding:0 0 0 40px;
}

@media (max-width: 768px) {
	.pr{
	margin:0;
	padding:10px;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:14px;
	border-bottom:1px dashed #cccccc;
	}
	.pr dt{
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	font-size:14px;
	}
	.pr dd{
	margin:0;
	padding:0;
	width:100%;
	font-size:14px;
	}
	.pr-bottom-waku{
	margin:20px 0 0 0;
	}
	.pr-bottom-waku div{
	width:100%;
	background-color:#eeeeee;
	padding:10px;
	margin:3px 0;
	box-sizing: border-box;
	}

}
@media (min-width: 769px) {
	.pr{
	margin:0;
	padding:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:14px;
	border-bottom:1px dashed #cccccc;
	}
	.pr dt{
	margin:0;
	padding:0;
	width:20%;
	font-size:14px;
	}
	.pr dd{
	margin:0;
	padding:0;
	width:80%;
	font-size:14px;
	}
	.pr-bottom-waku{
	display: flex;
	justify-content: space-between;
	margin:20px 0 0 0;
	}
	.pr-bottom-waku div{
	width:49%;
	background-color:#eeeeee;
	padding:10px;
	box-sizing: border-box;
	}

}




.pr-bottom-waku div h4{
font-size:15px;
margin:0 0 10px 0;
}
.pr-bottom-waku div p{
padding:0 10px;
}






#message {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: hidden !important;
    overflow: hidden !important;
    display: flex;
    -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
    overflow-scrolling: touch; /* スマホ対応のため必須 */
}
#message p img {
display: none;
}
#message a.btn {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom: 0
}
@media (max-width: 768px) {
	#message .mu {
	width: 49.5%;
	padding:0 8px 10px 8px;
	box-sizing: border-box;
	scroll-snap-align: start;
	flex: none;
	}

}
@media (min-width: 769px) {
	#message .mu {
	width: 33.3333%;
	padding:0 8px 10px 8px;
	box-sizing: border-box;
	scroll-snap-align: start;
	flex: none;
	}

}
#message .mu img {
width: 100%;
height: auto
}
#message .mu h3 {
margin-bottom: 1em;
line-height: 160%;
font-size: 14px;
text-align: left;
font-weight: normal
}
#message .mu span {
font-size: 12px;
}


.btns {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.btns button {
  margin: 0px 4px;
}
.scroll{
	text-align: center;
	display: flex;
	justify-content: center;
	padding:0 0 30px 0;
}
.scroll a{
	cursor: pointer;
	display: inline-flex;
	margin:0 20px;
	padding:5px;
}
.scroll a:hover{
	color:#cccccc;
}
.tenjisakuhin{
    padding: 15px 15px;
    margin: 15px 15px;
    background-color: #eeeeee;
}

	.key_pictures_lay h6{
		font-size: 14px;
		padding:0 30px 5px 0;
		margin:0;
	}
.key_pictures_lay h5{
	font-size: 16px;
	padding:15px 30px;
	margin:0;
}



@media (max-width: 768px) {
	.key_pictures_lay ul{
		margin:0;
		padding:0;
		justify-content: space-between;
		align-items: center;
	}
	.key_pictures_lay ul li{
		width:100%;
		list-style:none;
		margin:0;
		padding:10px;
		box-sizing: border-box;
		text-align:center;
		vertical-align: middle;
		align-items: center;
		font-size:12px;
	}
	.key_pictures_lay ul li img{

	width:auto;
	height:auto;
	max-width:100%;
	max-height:300px;
	margin-bottom:5px;
	}

}
@media (min-width: 769px) {
	.key_pictures_lay ul{
		display: flex;
		flex-wrap: wrap;
		margin:0;
		padding:0;
		justify-content: space-around;
		align-items: center;
	}
	.key_pictures_lay ul li{
		width:31%;
		list-style:none;
		margin:0;
		padding:10px;
		box-sizing: border-box;
		text-align:center;
		vertical-align: middle;
		align-items: center;
		font-size:12px;
	}
	.key_pictures_lay ul li img{
		/*
		width:auto;
		height:auto;
		max-width:170px;
		max-height:170px;
		*/
			width: 80%;
	max-height:250px;
	object-fit: contain;
	display: block;
	margin:auto;
		margin-bottom:5px;
	}
	.key_pictures_lay ul.kokei li{
		width:45%;
		list-style:none;
		margin:0;
		padding:10px;
		box-sizing: border-box;
		text-align:center;
		vertical-align: middle;
		align-items: center;
		font-size:12px;
	}
	.key_pictures_lay ul.kokei li img{
		width:auto;
		height:auto;
		max-width:220px;
		max-height:170px;
		margin-bottom:5px;
	}
	.key_pictures_lay ul.kokei li:nth-child(3){
		width: 100%;
	}
	.key_pictures_lay ul.kokei li:nth-child(3) img{
		width:auto;
		height:auto;
		max-width:300px;
		max-height:170px;
		margin-bottom:5px;
	}
}
}
.onlineticket1123 h3.first{
border-bottom:2px solid #0e378f;
border-radius:5px;
padding:10px;
margin:30px 0 30px 0;
background-color:#eeeeee;
font-size:20px;
color:#0e378f;
}
.onlineticket1123 h3{
border-bottom:2px solid #0e378f;
border-radius:5px;
padding:10px;
margin:50px 0 30px 0;
background-color:#eeeeee;
font-size:20px;
color:#0e378f;
}
.onlineticket1123 table{
border-collapse: collapse;
width:90%;
margin:20px auto;;
}
.onlineticket1123 table tr td{
border:1px solid #cccccc;
padding:10px;
}
.onlineticket1123 table tr td.midashi1{
background-color: #0e378f;
color:#ffffff;
text-align:center;
font-weight:bold;
}
.onlineticket1123 table tr td.midashi1 a{
color:#ffffff;
}
.onlineticket1123 table tr td.midashi2{
background-color: #aaaaaa;
color:#ffffff;
text-align:center;
font-weight:bold;
}
.onlineticket1123-waku{
border:1px solid #0e378f;
padding:15px;
}
.onlineticket1123-waku span{
background-color: #0e378f;
color:#ffffff;
padding:5px;
}
.onlineticket1123-waku a{
color: #0e378f;
}

a.saikaibot11

@media (max-width: 768px) {
	.online-exh{

	    margin: 15px 0px;
	    text-align: center;
	}
	.online-exh h5{
		font-size: 16px;
	    padding: 15px 30px;
	    margin: 0;
    }
	.online-exh iframe{
		border: 0;
		display: block;
		max-width: 99%;
		width: 98%;
		padding: 0px;
		margin: auto;
		position: static;
		visibility: visible;
	}
}
@media (min-width: 769px) {
	.online-exh{
/*		background-color: #eeeeee;*/
	    padding: 30px 10px 30px 10px;
	    margin: 15px 0px;
	    text-align: center;
	}
	.online-exh h5{
		font-size: 16px;
	    padding: 15px 0px;
	    margin: 0;
	    text-align: left;
    }
	.online-exh iframe{
		border: 0;
		display: block;
/*		width: 80%;*/
width: 100%;
		padding: 0px;
		margin: auto;
		position: static;
		visibility: visible;
	}
}

.zaidan-gaiyo table{
width:100%;
margin:20px auto;
padding:0;
background-color:#cccccc;
border-collapse:separate;
border-spacing:1px;
}
.zaidan-gaiyo table tr th{
padding:10px 5px;
background-color:#ffffff;
text-align:center;
}
.zaidan-gaiyo table tr td{
padding:10px 5px;
background-color:#ffffff;
}
.header-sp a.header-sp-logo{
	   display: block;
    width: 100%;
    text-indent: -9000px;

}
.header-sp-link{
	width:80%;
	height:60px;
	position: absolute;
	right:0;
	top:0;
}
.header-sp .header-sp-link a{
    display: block !important;
	width:70% !important;
	height:60px !important;
	margin:0;
	padding:0;
	text-indent: -9000px !important;
}
.header-sp .header-sp-link a:before, .header-sp .header-sp-link a:after {
    display: none !important;
}
@media (max-width: 768px) {
	.img-responsive01{
		display: block;
		text-align: center;
		margin:15px auto;
	}
	.kancho-img{
		display: block;
		text-align: center;
		margin:auto;
	}
	.gap-waku{
		background-image:url(/image/gap.gif);
		background-position: center top;
		background-repeat:no-repeat;
		padding-top:210px;
	}
}
@media (min-width: 769px) {
	.img-responsive01{
		float:right;
		margin:15px 0 5px 15px;
	}
	.kancho-img{
		float: right;
		margin: 0 0 20px 20px;
	}
	.gap-waku{
		background-image:url(/image/gap.gif);
		background-repeat:center left;
		background-repeat:no-repeat;
		padding-left:210px;
	}
}


.athome_wallpaper_lay{
	
}
.athome_wallpaper_lay img{
	width:80%;
	display: block;
	text-align: center;
	margin:30px auto 5px auto;
}
.athome_layer{
	padding:10px 15px;
}





@media (max-width: 768px) {
	.link-bot{
		width:95%;
		border:1px solid #1c4597;
		display:block;
		text-align:center;
		margin:50px auto;
		padding:10px;
		text-decoration:none;
		box-sizing: border-box;
	}
	.museumchop-bot{
		background-color: #f3f3f3;
		border:1px solid #d8d8d8;
		display: block;
		width:400px;
		margin:30px auto 30px auto;
		padding:10px 0;
		text-align: center;
		text-decoration: none;
		color:#575757;
		border-radius: 5px;
		font-weight: bold;
	}
	.museumchop-bot:hover{
		background-color: #ffffff;
		transition: all 0.5s 0s ease;
	}

}
@media (min-width: 769px) {
	.link-bot{
		width:500px;
		border:1px solid #1c4597;
		display:block;
		text-align:center;
		margin:50px auto;
		padding:10px;
		text-decoration:none;
		box-sizing: border-box;

	}
	.museumchop-bot{
		background-color: #f3f3f3;
		border:1px solid #d8d8d8;
		display: block;
		width:400px;
		margin:30px auto 30px 0;
		padding:10px 0;
		text-align: center;
		text-decoration: none;
		color:#575757;
		border-radius: 5px;
		font-weight: bold;
	}
	.museumchop-bot:hover{
		background-color: #ffffff;
		transition: all 0.5s 0s ease;
		border:1px solid #d8d8d8;
		display: block;
		width:400px;
		margin:30px auto 30px 0;
		padding:10px 0;
		text-align: center;
		text-decoration: none;
		color:#575757;
		border-radius: 5px;
		font-weight: bold;
	}

}




@media (max-width: 768px) {
	.titlesquare{
		font-size: 12px;
		background-color: #1c4597;
		color: #ffffff;
		text-align: center;
		width: 120px;
		padding:10px 0;
	}
	.exh2022-waku{
		background-color: #eeeeee;
		padding:30px 0;
		margin:0 0 40px 0;
	}
	.exh2022-midashi1{
		text-align: center;
		font-size: 26px;
		margin-top:0;
		line-height: 150%;
		font-weight: normal;
		font-family: a-otf-midashi-mi-ma31-pr6n, serif;
		color:#009184;
	}
	.exh2022-midashi1 span{
		font-size: 18px;
	}
	.exh2022-midashi2{
		font-size: 20px;
		margin:40px 0;
		font-weight: normal;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	}
	.exh2022-midashi3{
		font-size: 20px;
		margin:40px 0;
		font-weight: normal;
		color:#000000;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
		background-color: #eeeeee;
		padding:15px 15px;
	}
	.exh2022-topimage{
		text-align: center;
	}
	.exh2022-topimage img{
		width:360px;
		max-width: 90%;
	}
	.lock_on_btn a{
	    display: inline-block;
	    position: relative;
	    width: 300px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    text-decoration: none;
	    color: #1B1B1B;
	    background: #fff;
	}
	.exh2022-image-waku{
		display: block;
		width: 100%;
		text-align: center;

	}
	.exh2022-image-waku img{
		display: block;
		clear:both;
		margin:auto;
		padding-bottom:5px;
		text-align: center;
	}
	.exh2022-image-waku div{
		width: 100%;
		padding:15px 0;
	}
	.exh2022-midokoro span{
		background-color: #000000;
		color: #ffffff;
		/*display: inline-block;*/
		display: block;
		width: 100px;
		padding:4px 0;
		margin:10px 0;
		border-radius: 4px;
		font-weight: bold;
		clear: both;
		text-align: center;
	}
	.exh2022-midokoro h5{
		font-size: 16px;
		margin:0 0 30px 0;
		padding:15px 0 15px 10px;
		font-weight: normal;
		color:#1c4597;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
		border-bottom:1px solid #cccccc;
		color:#009184;
	}
	.exh2022-midokoro p{
		margin-top:10px;
		margin-bottom:40px;
	}
	.exh2022-infowaku{
		background-color: #eeeeee;	
		padding:5px 20px;
	}
	.exh2022-infotable{
		display: block;
		padding:10px 0;
		font-size: 14px;
		line-height: 160%;
		width: 100%;
	}
	.exh2022-infotable1st{
		border-top: none !important;
	}
	.exh2022-infotable > div:nth-child(1){
		width: 100%;
		padding:0px 15px 10px 15px;
		box-sizing: border-box;
		border-top: none !important;
		border-bottom:1px solid #cccccc;
		font-weight: bold;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	}
	.exh2022-infotable > div:nth-child(1) br{
		display: none;
	}
	.exh2022-infotable > div:nth-child(2){
		width: 100%;
		padding:10px;
		box-sizing: border-box;
	}
	.enh-small{
		font-size: 11px;
		text-align: right;
	}
	.exh2022-bread{
		text-align:right;
		padding:10px 0;
	}
	
	.exh2022-image-waku div.tate1{
		width: 100%;
		padding:15px 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.tate1 img{
		width: 75%;
	}
}
@media (min-width: 769px) {
	.titlesquare{
		font-size: 12px;
		background-color: #1c4597;
		color: #ffffff;
		text-align: center;
		width: 120px;
		padding:10px 0;
	}
	.exh2022-waku{
		background-color: #eeeeee;
		padding:30px 0;
		margin:0 0 40px 0;
	}
	.exh2022-midashi1{
		text-align: center;
		font-size: 36px;
		margin-top:0;
		line-height: 150%;
		font-weight: normal;
		font-family: a-otf-midashi-mi-ma31-pr6n, serif;
		color:#009184;
	}
	.exh2022-midashi1 span{
		font-size: 18px;
	}
	.exh2022-midashi2{
		font-size: 20px;
		margin:40px 0;
		font-weight: normal;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	}
	.exh2022-midashi3{
		font-size: 20px;
		margin:40px 0;
		font-weight: normal;
		color:#000000;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
		background-color: #eeeeee;
		padding:15px 15px;
	}
	.exh2022-topimage{
		text-align: center;
	}
	.exh2022-topimage img{
		width:360px;

	}
	.lock_on_btn a{
	    display: inline-block;
	    position: relative;
	    width: 300px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    text-decoration: none;
	    color: #1B1B1B;
	    background: #fff;
	}
	.exh2022-image-waku{
		display: flex;
		width: 100%;
		text-align: center;
		margin:30px 0;
		justify-content: center;
	}
	.exh2022-image-waku img{
		display: block;
		clear:both;
		margin:auto;
		padding-bottom:5px;
		text-align: center;
		width: 100%;
		height:auto;
	}
	.exh2022-image-waku div{
		width: 50%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.wide{
		width: 80%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.narrow{
		width: 40%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.tate1{
		width: 50%;
		height: 600px;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.tate2{
		width: 50%;
		height: 500px;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.tate3{
		width: 50%;
		height: 420px;
		padding:0 20px;
		box-sizing: border-box;
	}
	.exh2022-image-waku div.tate1 img, .exh2022-image-waku div.tate2 img, .exh2022-image-waku div.tate3 img{
		display: block;
		clear:both;
		margin:auto;
		padding-bottom:5px;
		text-align: center;
		width: auto;
		height: calc(100% - 30px);
	}
	.exh2022-midokoro span{
		background-color: #000000;
		color: #ffffff;
		/*display: inline-block;*/
		display: block;
		width: 100px;
		padding:4px 0;
		margin:10px 0;
		border-radius: 4px;
		font-weight: bold;
		clear: both;
		text-align: center;
	}
	.exh2022-midokoro h5{
		font-size: 16px;
		margin:0 0 30px 0;
		padding:15px 0 15px 10px;
		font-weight: normal;
		color:#1c4597;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
		border-bottom:1px solid #cccccc;
		color:#009184;
	}
	.exh2022-infowaku{
		background-color: #eeeeee;	
		padding:15px 20px;
	}
	.exh2022-infotable{
		display: flex;
		border-top: 1px solid #cccccc;
		padding:10px 0;
		font-size: 14px;
		line-height: 160%;
		width: 100%;
	}
	.exh2022-infotable1st{
		border-top: none !important;
	}
	.exh2022-infotable > div:nth-child(1){
		width: 150px;
		padding:0 15px;
		box-sizing: border-box;
		border-top: none !important;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	}
	.exh2022-infotable > div:nth-child(2){
		width: calc( 100% - 150px );
	}
	.enh-small{
		font-size: 11px;
		text-align: right;
	}
	.exh2022-bread{
		text-align:right;
		margin: 15px 0;
	}
}

.lock_on_btn{
	text-align: center;
	margin:40px 0;
}
.lock_on_btn a{
	background-image:url(../image/pdf-icon.png);
	background-position:215px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	font-size: 16px;
	border:1px solid #111111;
	display: block;
	margin:auto;
}



.lock_on_btn a:hover {
	 cursor: pointer;
	 text-decoration: none;
	 transition: transform .6s;
	transform-origin: center;
	transform: scale(0.9, 0.9); 
		width: 300px;
}




.seed2024header{
	height:50px;
	background-color: #cccccc;

}
.seed2024header h1{
	height:50px;
	width:150px;
	background-color: #cccccc;
}
.seed2024header h1 a{
	height:50px;
	width:150px;
	background-color: #cccccc;
	background-size: auto 80%;
}

@media (max-width: 768px) {
	.seed2024wrapper{
		width: 100%;
		margin:auto;
		position: relative;
	}
	.seed2024headerlink{
		display: none;
	}
}
@media (min-width: 769px) {
	.seed2024wrapper{
		width: 900px;
		margin:auto;
		position: relative;
	}
	.seed2024headerlink{
		position: absolute;
		right: 0;
		line-height: 50px;
		text-decoration: none;
		color: #000000;
	}
}


.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_r_b:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -8px;
}
.arrow_r_b:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -4px;
  transform: rotate(45deg);
}


@media (max-width: 768px) {
	.seed2024{
		background-color: #8f7eb9;
		padding:40px 0 30px 0;
	}
	.seed2024top-image{
		background-image:url(../image/seed2024-banner_sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		box-sizing: border-box;
	 	width: 100%;
	 	height:0;
	 	padding-bottom: 75%;
	 	text-indent: -9999px;
	}
	.seed2024sub-image{
		background-image:url(../image/seed2024-banner_sp.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		box-sizing: border-box;
	 	width: 100%;
	 	height:0;
	 	padding-bottom: 60%;
	 	text-indent: -9999px;
	}
}
@media (min-width: 769px) {
	.seed2024{
		background-color: #8f7eb9;
		padding:30px 0;
	}
	.seed2024top-image{
		background-image:url(../image/seed2024-banner_pc.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 400px;
		box-sizing: border-box;
		position: relative;
		text-indent: -9999px;
	}
	.seed2024sub-image{
		background-image:url(../image/seed2024-banner_pc-2.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 200px;
		box-sizing: border-box;
		position: relative;
		text-indent: -9999px;
	}
}


.seed2024top-image a{
	display: block;
	position: absolute;
	right: calc( 50% - 450px);
	top: 0;
	color: #ffffff;
	text-decoration: none;
}
.seed2024ttitle{
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 768px) {
	.seed2024ttitle div:nth-child(1){
		text-align: center;
		padding:40px 0 5px 0;
		font-size: 18px;
		font-weight: bold;
	}
	.seed2024ttitle div:nth-child(2){
		text-align: center;
		padding:10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.seed2024ttitle div:nth-child(3){
		text-align: center;
		padding:5px 0 20px 0;
		font-size: 12px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024description{
		text-align: left;
		width:100%;
		margin:auto;
		padding:0 10px 50px 10px;
		box-sizing: border-box;
	}
	.seed2024description p{
		margin:10px 0;
		line-height: 200%;
		font-size: 14px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024wrapper{
		text-align: left;
		width:100%;
		margin:auto;
		padding:0 0 50px 0;
	}
	.seed2024wrapper h2{
		text-align: center;
		font-size: 20px;
		padding:50px 10px 30px 10px;
		color: #000000;
	}
	.seed2024wrapper h3{
		text-align: left;
		font-size: 16px;
		padding:30px 10px 30px 10px;
		margin-bottom:30px;
		color: #000;
		border-bottom:3px solid #ccc;
		position: relative;
		box-sizing: border-box;
		line-height: 150%;
	}
	.seed2024wrapper h3:after{
		border-bottom:3px solid #8f7eb9;
		width:100px;
		bottom:-3px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
	}
	.seed2024wrapper h3:before{
		border-bottom:3px solid #000;
		width:100px;
		bottom:-3px;
    content: "";
    display: block;
    position: absolute;
    left: 100px;
	}
	.seed2024wrapper p{
		line-height: 200%;
		font-size: 14px;
		margin:40px 10px;
	}
	p.seed2016pict{
		text-align: center;
		font-size: 12px;
	}
	p.seed2016pict img{
		width: 80%;
		margin:0 0 5px 0;
	}
	
	.seed2024description dl{
		margin:0;
		padding:0;
		display: flex;
		font-size: 14px;
		line-height: 200%;
		width: 100%;
		font-weight: bold;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024description dl dt{
		width: 110px;
		padding:0;
		margin:0;
	}
	.seed2024description dl dd{
		width: calc( 100% - 110px );
		padding:0;
		margin:0;
	}

}
@media (min-width: 769px) {
	.seed2024ttitle div:nth-child(1){
		text-align: center;
		padding:50px 0 15px 0;
		font-size: 28px;
		font-weight: bold;
	}
	.seed2024ttitle div:nth-child(2){
		text-align: center;
		padding:10px 0;
		font-size: 24px;
		font-weight: bold;
	}
	.seed2024ttitle div:nth-child(3){
		text-align: center;
		padding:10px 0 50px 0;
		font-size: 14px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024description{
		text-align: left;
		width:700px;
		margin:auto;
		padding:0 0 50px 0;
	}
	.seed2024description p{
		margin:20px 0;
		line-height: 200%;
		font-size: 18px;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024wrapper{
		text-align: left;
		width:850px;
		margin:auto;
		padding:0 0 50px 0;
	}
	.seed2024wrapper h2{
		text-align: center;
		font-size: 26px;
		padding:70px 0 30px 0;
		color: #000;
	}
	.seed2024wrapper h3{
		text-align: left;
		font-size: 20px;
		padding:50px 0 40px 0;
		margin-bottom:30px;
		color: #000;
		border-bottom:3px solid #ccc;
		position: relative;
		box-sizing: border-box;
		line-height: 150%;
	}
	.seed2024wrapper h3:after{
		border-bottom:3px solid #8f7eb9;
		width:100px;
		bottom:-3px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
	}
	.seed2024wrapper h3:before{
		border-bottom:3px solid #000;
		width:100px;
		bottom:-3px;
    content: "";
    display: block;
    position: absolute;
    left: 100px;
	}
	.seed2024wrapper p{
		line-height: 200%;
		font-size: 14px;
		margin:40px 0;
	}
	p.seed2016pict{
		text-align: center;
		font-size: 12px;
	}
	p.seed2016pict img{
		width: 50%;
		margin:0 0 5px 0;
	}
	
	.seed2024description dl{
		margin:0;
		padding:0;
		display: flex;
		font-size: 18px;
		line-height: 200%;
		font-weight: bold;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024description dt{
		width: 140px;
	}
	.seed2024description dd{
		width: calc ( 100% - 140px );
	}

}


.seed2024news{
	background-color: #eeeeee;
}



@media (max-width: 768px) {
	.seed2024news-lay{
		width:100%;
		margin:auto;
		padding:40px 0;
		text-align: left;
		font-size: 14px;
		align-items: center;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024news-lay div:nth-child(1){
		font-size: 18px;
		font-weight: bold;
		color:#8f7eb9;
		padding:0 0 10px 10px;
	}
	.seed2024news-lay div:nth-child(2){

	}
	.seed2024news-lay div:nth-child(2) dl{
		margin:0;
		padding:15px 0;
		display: flex;
		font-size: 12px;
		line-height: 200%;
		border-bottom: 1px dotted #cccccc;
	}
	.seed2024news-lay div:nth-child(2) dl:last-child{
	
		border-bottom: none;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(1){
		width: 120px;
		margin:0;
		padding:0 10px;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(2){
		width: 120px !important;
		margin:0;
		padding:0 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 10px;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(2) span{
		display: block;
		background-color:#8f7eb9;
		color: #ffffff;
		line-height: 100%;
		padding:6px 0;
		border-radius: 4px;
	}
	.seed2024news-lay div:nth-child(2) dl dd{

		margin:0;
		padding:0 10px 0 0;
	}

}
@media (min-width: 769px) {
	.seed2024news-lay{
		width:900px;
		margin:auto;
		padding:40px 0;
		text-align: left;
		display: flex;
		font-size: 14px;
		align-items: center;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024news-lay div:nth-child(1){
		width:150px;
		font-size: 18px;
		font-weight: bold;
		color:#8f7eb9;
	}
	.seed2024news-lay div:nth-child(2){
		width: calc ( 100% - 150px );
	}
	.seed2024news-lay div:nth-child(2) dl{
		margin:0;
		padding:15px 0;
		display: flex;
		font-size: 14px;
		line-height: 200%;
		border-bottom: 1px dotted #cccccc;
	}
	.seed2024news-lay div:nth-child(2) dl:last-child{
	
		border-bottom: none;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(1){
		width: 100px;
		margin:0;
		padding:0;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(2){
		width: 120px;
		margin:0;
		padding:0 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 10px;
	}
	.seed2024news-lay div:nth-child(2) dl dt:nth-child(2) span{
		display: block;
		background-color:#8f7eb9;
		color: #ffffff;
		line-height: 100%;
		padding:6px 0;
		border-radius: 4px;
	}
	.seed2024news-lay div:nth-child(2) dl dd{
		width: calc ( 100% - 200px );
		margin:0;
		padding:0;
	}

}




@media (max-width: 768px) {
	.seed2024panel{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/*align-items: center;*/
		align-items: stretch;
		width:100%;
		margin:0 auto;
		padding:50px 0;
	    flex-direction: column;
	    height: auto;
	
	}
	.seed2024panel > a{
		width:80%;
		padding:180px 0 0 0;
		margin:10px auto;
		font-size: 16px;
		line-height: 150%;
		vertical-align: middle;
	    /*コレ*/display: flex;
	    /*コレ*/align-items: stretch;
		text-align: center;
		background-color: #000000;
		background-image:url(../image/seed-icon01.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color:#ffffff;
		display: block;
		position: relative;
		text-decoration: none;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024subpanel{

		padding:0 0;
		background-color: #eeeeee;
	}
	.seed2024subpanel ul{
		display: flex;
		width:100%;
		margin:0 auto;
		justify-content: space-around;
		/*align-items: center;*/
		/*align-items: stretch;*/
		align-items: center;
	}
	.seed2024subpanel ul li{

	}
	.seed2024subpanel ul li a{
		text-decoration: none;
		color:#000;
		padding:15px 0;
		font-size: 12px;
		display: block;
	}
}
@media (min-width: 769px) {
	.seed2024panel{
		display: flex;
		justify-content: space-around;
		/*align-items: center;*/
		align-items: stretch;
		width:900px;
		margin:0 auto;
		padding:50px 0;
	}
	.seed2024panel > a{
		width:30%;
		padding:180px 0 0 0;
		font-size: 16px;
		line-height: 150%;
		vertical-align: middle;
	    /*コレ*/display: flex;
	    /*コレ*/align-items: stretch;
		text-align: center;
		background-color: #000000;
		background-image:url(../image/seed-icon01.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color:#ffffff;
		display: block;
		position: relative;
		text-decoration: none;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024subpanel{

		padding:0 0;
		background-color: #eeeeee;
	}
	.seed2024subpanel ul{
		display: flex;
		width:900px;
		margin:0 auto;
		justify-content: space-around;
		/*align-items: center;*/
		align-items: stretch;
	}
	.seed2024subpanel ul li{

	}
	.seed2024subpanel ul li a{
		text-decoration: none;
		color:#000;
		padding:15px 0;
		font-size: 14px;
		display: block;
	}


}
.seed2024panel > a:nth-child(2){
	line-height: 300%;
		background-image:url(../image/seed-icon02.jpg);
}
.seed2024panel > a:nth-child(3){
	line-height: 300%;
		background-image:url(../image/seed-icon03.jpg);
}
.seed2024panel > a:hover span{
	background-color: #666666;
}
.seed2024panel a span{
    width: 100%;
    padding:10px 0;
    margin:auto;
    position: absolute;
    bottom:0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6)
}




.seed2024panel a span:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  right: 15px;
  margin-top: -8px;
}
.seed2024panel a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  bottom: 30px;
  right: 22px;
  margin-top: -4px;
  transform: rotate(45deg);
}




@media (max-width: 768px) {
	.seed2024info{
		width:100%;
		margin:0 auto;
		padding:40px 0;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024sponsor{
		
	}
	.seed2024sponsor .seed2024info{
		width: 100%;
		margin:auto;
		text-align: left;
		background-color: #eeeeee;
		padding:30px 15px;
		box-sizing: border-box;
	}
	.seed2024-about-waku{
		border:1px solid #cccccc;
		padding:0 10px 10px 10px;
		margin:50px 5px;
	}
	.seed2024-about-waku h4{
		text-align: left;
		font-size: 16px;
		padding:0px 0 20px 0;
		margin-bottom:20px;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}
	.seed2024-about-waku p{
		line-height: 200%;
	    font-size: 14px;
	    margin: 20px 10px;
	}
	.seed2024-archive{
		background-color: #eeeeee;
		padding:15px 10px;
		margin:40px 0;
	}
	.seed2024-archive h4{
		text-align: left;
		font-size: 18px;
		padding:0px 0 20px 0;
		margin:10px 0 20px 0;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}
	.seed2024-archive ul{
		
	}
	.seed2024-archive ul li{
		margin:20px 0 20px 25px;
		position: relative;
	}
	.seed2024-archive ul li:after {
	    content: '';
	    width: 5px;
	    height: 5px;
	    border: 0;
	    border-top: solid 2px #000;
	    border-right: solid 2px #000;
	    position: absolute;
	    top: 50%;
	    left: -15px;
	    margin-top: -4px;
	    transform: rotate(45deg);
	}
	.seed2024-bot a{
		display: block;
		background-color: #8f7eb9;
	    color: #ffffff;
	    line-height: 100%;
	    padding: 15px 0;
	    border-radius: 4px;
	    text-decoration: none;
	    text-align: center;
	    width: 80%;
	    margin:50px auto 5px auto;
	}
	.seed2024-bot div{
		text-align: center;
		font-size: 12px;
	}

}
@media (min-width: 769px) {
	.seed2024info{
		width:900px;
		margin:0 auto;
		padding:40px 0;
		font-family: "Roboto Condensed", sans-serif;
	}
	.seed2024sponsor{
		background-color: #eeeeee;
	}
	.seed2024sponsor .seed2024info{
		width: 700px;
		margin:auto;
		text-align: left;
		padding:30px 15px;
		line-height: 180%;
	}
	.seed2024-about-waku{
		border:1px solid #cccccc;
		padding:15px;
		margin:50px 0;
	}
	.seed2024-about-waku h4{
		text-align: left;
		font-size: 20px;
		padding:0px 0 40px 0;
		margin-bottom:20px;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}
	.seed2024-about-waku p{
		line-height: 200%;
	    font-size: 14px;
	    margin: 20px 10px;
	}
	.seed2024-archive{
		background-color: #eeeeee;
		padding:20px;
		margin:60px 0;
	}
	.seed2024-archive h4{
		text-align: left;
		font-size: 20px;
		padding:0px 0 40px 0;
		margin-bottom:20px;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}
	.seed2024-archive ul{
		
	}
	.seed2024-archive ul li{
		margin:20px 0 20px 25px;
		position: relative;
	}
	.seed2024-archive ul li:after {
	    content: '';
	    width: 5px;
	    height: 5px;
	    border: 0;
	    border-top: solid 2px #000;
	    border-right: solid 2px #000;
	    position: absolute;
	    top: 50%;
	    left: -15px;
	    margin-top: -4px;
	    transform: rotate(45deg);
	}
	.seed2024-bot a{
		display: block;
		background-color: #8f7eb9;
	    color: #ffffff;
	    line-height: 100%;
	    padding: 15px 0;
	    border-radius: 4px;
	    text-decoration: none;
	    text-align: center;
	    width: 300px;
	    margin:50px auto 5px auto;
	}
	.seed2024-bot div{
		text-align: center;
		font-size: 14px;
		color:red;
	}
}



@media (max-width: 768px) {
	.seed2024youkou{
		width:100%;
		margin:0 0 40px 0;
		padding:0 0;
		font-family: "Roboto Condensed", sans-serif;

	}
	.seed2024youkou-top{

	}
	.seed2024youkou > div:nth-child(1){
		width:100%;
		font-size: 16px;
		font-weight: bold;
		padding:10px 10px 20px 10px;
		border-bottom:1px solid #cccccc;
		box-sizing: border-box;
	}
	.seed2024youkou > div:nth-child(1) span{
		font-size: 12px;
		font-weight: normal;
	}
	.seed2024youkou > div:nth-child(2){
		width:100%;
		font-size: 14px;
		padding:10px 10px 20px 10px;
		box-sizing: border-box;
		line-height: 180%;
	}
	.youkou-indent{

	}
	.youkou-indent div:nth-child(1){
		white-space: nowrap;
		font-weight: bold;
	}
	.youkou-indent div:nth-child(2){

	}
	
	.youkou-indent2{
		display: flex;
	}
	.youkou-indent2 div:nth-child(1){
		width:30px;
		white-space: nowrap;
	}
	.youkou-indent2 div:nth-child(2){
		width: calc( 100% - 30px );
	}
	.youkou-indent2{
		display: flex;
	}
	.youkou-indent2 div:nth-child(1){
		width:30px;
		white-space: nowrap;
	}
	.youkou-indent2 div:nth-child(2){
		width: calc( 100% - 30px );
	}
	.seed-prize{
		display: flex;
	}
	.seed-prize div:nth-child(1){
		width: 150px;
		white-space: nowrap;
	}
	.seed-prize div:nth-child(2){

	}
	.seed-prize2{
		display: flex;
	}
	.seed-prize2 div:nth-child(1){
		width: 60px;
		white-space: nowrap;
	}
	.seed-prize2 div:nth-child(2){
		width: 110px;
	}
	
	.youkou-indent3{
		display: block;
	}
	.youkou-indent3 > div:nth-child(1){
		width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 180%;
    font-weight: bold;
	}
	.youkou-indent3 > div:nth-child(2){
		width: 100%;
		padding-bottom:15px;
	}
	.seed-prize{
		display: flex;
	}
	.seed-prize div:nth-child(1){
		width: 150px;
		white-space: nowrap;
	}
	.seed-prize div:nth-child(2){

	}
	.seed-prize2{
		display: flex;
	}
	.seed-prize2 div:nth-child(1){
		width: 60px;
		white-space: nowrap;
	}
	.seed-prize2 div:nth-child(2){
		width: 90px;
	}
	.logistic-table1{

		font-weight: bold;
	}
	.logistic-table1 span:nth-child(1){
		padding-right:15px;
	}
	.logistic-table1 span:nth-child(2){
		width:55px;
	}
	.logistic-table1 span:nth-child(3){
		width:230px;
	}
	.logistic-table2{
		display: flex;
		font-weight: bold;
	}
	.logistic-table2 span:nth-child(1){
		width:60px;
	}
	.logistic-table2 span:nth-child(2){
		width:55px;
	}
	.logistic-table2 span:nth-child(3){
		width:160px;
	}
	.indent-level1{
		padding-left:20px;
	}
	.indent-level2{
		padding-left:15px;
	}
	.seed2024youkou ol{
		list-style: decimal !important;
	}
	.seed2024youkou ol li{
		list-style: decimal !important;
	}
	.indent-number1{
		padding-left:15px;
		position: relative;
	}
	.indent-number1::before{
		content: '①';
		position: absolute;
		left:0;
		top:0;
	}
	.indent-number2{
		padding-left:15px;
		position: relative;
	}
	.indent-number2::before{
		content: '②';
		position: absolute;
		left:0;
		top:0;
	}
	.seed2024-logicontact{
		background-color: #eeeeee;
		padding:10px 15px;
		margin:20px 0;
	}
	.seed2024-logicontact h4{
		text-align: left;
		font-size: 14px;
		padding:0px 0 15px 10px;
		margin:5px 0 10px 0;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}


}
@media (min-width: 769px) {
	.seed2024youkou{

		padding:30px 0;
		line-height: 180%;

	}
	.seed2024youkou-top{

	}
	.seed2024youkou > div:nth-child(1){
		width:100%;
		margin:0 0 15px 0;
		font-size: 14px;
		font-weight: bold;
		border-bottom:1px solid #cccccc;
		padding:15px;
		box-sizing: border-box;
	}
	.seed2024youkou > div:nth-child(1) span{
		font-size: 12px;
		font-weight: normal;
	}
	.seed2024youkou > div:nth-child(2){
		width: 100%;
	}

	.youkou-indent{
		display: flex;
	}
	.youkou-indent > div:nth-child(1){
		width:80px;
		white-space: nowrap;
		font-weight: bold;
	}
	.youkou-indent div:nth-child(2){
		width: calc( 100% - 80px );
	}
	
	
	.youkou-indent2{
		display: flex;
	}
	.youkou-indent2 div:nth-child(1){
		width:30px;
		white-space: nowrap;
	}
	.youkou-indent2 div:nth-child(2){
		width: calc( 100% - 30px );
	}
	.youkou-indent3{
		display: flex;
		margin:0 0 20px 0;
	}
	.youkou-indent3 > div:nth-child(1){
		width:135px;
		white-space: nowrap;
		font-weight: bold;
	}
	.youkou-indent3 > div:nth-child(2){
		width: calc( 100% - 135px );
	}
	.seed-prize{
		display: flex;
	}
	.seed-prize div:nth-child(1){
		width: 150px;
		white-space: nowrap;
	}
	.seed-prize div:nth-child(2){

	}
	.seed-prize2{
		display: flex;
	}
	.seed-prize2 div:nth-child(1){
		width: 60px;
		white-space: nowrap;
	}
	.seed-prize2 div:nth-child(2){
		width: 90px;
	}
	.logistic-table1{
		display: flex;
		font-weight: bold;
	}
	.logistic-table1 span:nth-child(1){
		width:60px;
	}
	.logistic-table1 span:nth-child(2){
		width:55px;
	}
	.logistic-table1 span:nth-child(3){
		width:230px;
	}
	.logistic-table2{
		display: flex;
		font-weight: bold;
	}
	.logistic-table2 span:nth-child(1){
		width:60px;
	}
	.logistic-table2 span:nth-child(2){
		width:55px;
	}
	.logistic-table2 span:nth-child(3){
		width:160px;
	}
	.indent-level1{
		padding-left:20px;
	}
	.indent-level2{
		padding-left:15px;
	}
	.seed2024youkou ol{
		list-style: decimal !important;
	}
	.seed2024youkou ol li{
		list-style: decimal !important;
	}
	.indent-number1{
		padding-left:15px;
		position: relative;
	}
	.indent-number1::before{
		content: '①';
		position: absolute;
		left:0;
		top:0;
	}
	.indent-number2{
		padding-left:15px;
		position: relative;
	}
	.indent-number2::before{
		content: '②';
		position: absolute;
		left:0;
		top:0;
	}
	.seed2024-logicontact{
		background-color: #eeeeee;
		padding:10px 15px;
		margin:20px 0;
	}
	.seed2024-logicontact h4{
		text-align: left;
		font-size: 14px;
		padding:0px 0 15px 10px;
		margin:5px 0 10px 0;
		color: #000;
		border-bottom:1px solid #ccc;
		position: relative;
		box-sizing: border-box;
	}

}



@media (max-width: 768px) {
	.seed2024-sp{

	}
	.seed2024-sp a{
		display: block;
		aspect-ratio: 1000 / 526;
		background-image: url(/image/seed2024-banner_pc-small.jpg);
		background-size: contain;
		text-indent: -9999px;
	}
	.seed2024-sp-sale{

	}
	.seed2024-sp-sale a{
		display: block;
		aspect-ratio: 800 / 219;
		background-image: url(/image/seed2024-banner_pc-small-sale.jpg);
		background-size: contain;
		text-indent: -9999px;
	}
	.seed2024-sp-sale{
margin:3px 0;
	}
	.shopify-sp-sale a{
		display: block;
		aspect-ratio: 800 / 224;
		background-image: url(/image/SP_shopify_sale2.jpg);
		background-size: contain;
		text-indent: -9999px;
	}
	.shopify-sp-sale a.gw2{
		display: block;
		aspect-ratio: 800 / 224;
		background-image: url(/image/SP_shopify_sale2.jpg);
		background-size: contain;
		text-indent: -9999px;
	}
}
@media (min-width: 769px) {
	.seed2024-sp{
		display: none;
	}
	.seed2024-sp-sale{
		display: none;
	}
	.shopify-sp-sale{
		display: none;
	}
}



.seed2024-indent01{
	padding-left:3em;
	text-indent: -1em;
}
.seed2024-indent02{
	padding-left:1em;
	text-indent: -1em;
}
.seed2024-indent03{
	padding-left:3em;
}

@media (max-width: 768px) {
	.seed2024-history{
	    text-align: center;
	}
	.seed2024-history .seed2024-history-lay:nth-child(1){
		border-bottom:1px dotted #cccccc;
		margin-bottom:0 0 60px 0;
	}
	.seed2024-history .seed2024-history-lay{
		width: 100%;
		padding:0 5px;
		box-sizing: border-box;
	}

	.seed2024-history h4{
	    font-size: 18px;
	    padding: 20px 0 20px 0;
	    margin-bottom: 30px;
	    color: #000;
	    line-height: 160%;
	}
	.seed2024-history h5{
	    font-size: 16px;
	    padding: 18px 0 18px 0;
	    margin-bottom: 5px;
	    color: #000;
	    background-color: #eeeeee;
	    
	}
	p.seed2016pict{
		text-align: center;
		font-size: 12px;
	}
	p.seed2016pict img{
		width: 60%;
		margin:0 0 5px 0;
	}
	.seed2024-history-table{
	    width: 100%;
	}
	.seed2024-history-table th{
		font-size: 16px;
	}
	.seed2023bot{
		display: block;
	    border: 1px solid #8f7eb9;
	    color: #000;
	    text-decoration: none;
	    margin: 50px auto 60px auto;
	    padding: 15px 0;
	    font-size: 12px;
	    font-weight: bold;
	    border-radius: 6px;
	    width: 55%;
	}

	
	.seed2024-history2{
	    text-align: center;
	}
	.seed2024-history2 h4{
	    font-size: 14px;
	    padding: 15px 5px;
	    margin: 0px;
	    color: #000;
	    line-height: 160%;
	    text-align: left;
	    font-weight: bold;
	    border-bottom:1px solid #cccccc;
	    background-color: #ffffff;
	    position: relative;

	}
	.seed2024-history2 h4:nth-child(1){

	    border-top:1px solid #cccccc;

	}
	.seed2024-history2-table{
		display:none;
	    border-bottom:1px solid #cccccc;
	}
	.seed2024-history2-table dl{
		width: 100%;
		margin:0 auto;
		padding:0 5px;
		box-sizing: border-box;
	}
	.seed2024-history2-table dt{
		font-size: 14px;
	    padding: 18px 0 18px 0;
	    margin: 10px 0 0 0;
	    color: #000;
	    background-color: #eeeeee;
	    font-weight: bold;
	}
	.seed2024-history2-table dd{
	    padding:15px 0;
	    margin:0;
	}
	.seed2024-ref{
		text-align: left;
		padding:20px 10px;
	}
}
@media (min-width: 769px) {
	.seed2024-history{
	    text-align: center;
	}
	.seed2024-history .seed2024-history-lay:nth-child(1){
		border-bottom:1px dotted #cccccc;
		margin-bottom:0 0 60px 0;
	}
	.seed2024-history h4{
	    font-size: 18px;
	    padding: 20px 0 20px 0;
	    margin-bottom: 30px;
	    color: #000;
	    line-height: 160%;
	}
	.seed2024-history h5{
	    font-size: 20px;
	    padding: 10px 0 10px 0;
	    margin-bottom: 10px;
	    color: #8f7eb9;	    
	}
	p.seed2016pict{
		text-align: center;
		font-size: 12px;
	}
	p.seed2016pict img{
		width: 40%;
		margin:0 0 5px 0;
	}
	.seed2024-history-table{
	    width: 100%;
	}
	.seed2024-history-table p{
	    width: 100%;
	    margin:15px;;
	}
	.seed2024-history-table th{
		font-size: 16px;
	}
	.seed2023bot{
		display: block;
	    border:1px solid #8f7eb9;
	    color: #000;
	    text-decoration: none;
	    margin: 30px auto 60px auto;
	    padding: 15px 0;
	    font-size: 12px;
	    font-weight: bold;
	    border-radius: 6px;
	    width: 55%;
	}
	
	.seed2024-history2{
	    text-align: center;
	}
	.seed2024-history2 h4{
	    font-size: 18px;
	    padding: 20px 0 20px 0;
	    margin-bottom: 0px;
	    color: #000;
	    line-height: 160%;
	    border:1px solid #cccccc;
	    background-color: #eeeeee;
	    position: relative;
	}
	.seed2024-history2-table{

		display:none;
	    border-left:1px solid #cccccc;
	    border-right:1px solid #cccccc;
	    border-bottom:1px solid #cccccc;
	}
	.seed2024-history2-table div{
		display: flex;
	}
	.seed2024-history2-table dl{
		width: 33%;
		margin:0;
		padding:0;
	}
	.seed2024-history2-table dl:nth-child(2){
		width: 34%;
		box-sizing: border-box;
	    border-left:1px solid #cccccc;
	    border-right:1px solid #cccccc;
	}
	.seed2024-history2-table dt{
	    border-bottom:1px solid #cccccc;
	    padding:15px 0;
	    font-size: 14px;
	    font-weight: bold;
	    cursor:pointer;
	}
	.seed2024-history2-table dd{
	    padding:15px 0;
	    margin:0;
	}
	.seed2024-ref{
		text-align: left;
		padding:20px 10px;
	}
}



	.seed2024-history2 h4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #999;
  transition: all .3s ease-in-out;
}

	.seed2024-history2 h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #999;
  transition: all .2s ease-in-out;
}

	.seed2024-history2 h4.open::before {
  transform: rotate(180deg);
}






@media (max-width: 768px) {
	.donation-midashi01{
	    text-align: center;
	    font-size: 22px;
	    margin: 40px 0;
	    line-height: 150%;
	    font-weight: normal;
	    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	    color: #009184;
	}
}
@media (min-width: 769px) {
	.donation-midashi01{
	    text-align: center;
	    font-size: 26px;
	    margin: 40px 0 70px 0;
	    line-height: 150%;
	    font-weight: normal;
	    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	    color: #009184;
	}
}

.donation-midashi02{

    border-bottom: 2px solid #0e378f;
    border-radius: 5px;
    padding: 10px;
    margin: 50px 0 30px 0;
    background-color: #eeeeee;
    font-size: 20px;
    color: #0e378f;
  }
 .donation-midashi03{
    font-size: 15px;
    font-weight: bold;
    color: #0e378f;
    padding: 10px 0;
    margin:20px 0 20px 0;
  }
  
  
 .donation-link{
 	text-align: center;
 }
 
 
 
 
 
.lock_on_btn {
	display: flex;
	align-items: center;
	justify-content:center;
	position: relative;

	line-height:50px;
	text-align: center;
	text-decoration: none;
	color: #fff;

	position: relative;
}
.lock_on_btn:hover {

	color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	 transition: transform .5s;
	transform-origin: center;
	transform: scale(0.95, 0.95); 
}

.lock_on_btn2 {
	display: inline-block;
	position: relative;
	width: 300px;
	line-height:50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #0e378f;
	position: relative;
}
.lock_on_btn2:hover {
	background-color: #009184;
	color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	 transition: transform .5s;
	transform-origin: center;
	transform: scale(0.95, 0.95); 
}
.lock_on_btn2:after {
	background-image: url(/image/pdf-icon2.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height:50px;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top:12px;
	display: block;
		    content: "";
}

.lock_on_btn3:hover {
	background-color: #009184;
	color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	 transition: transform .5s;
	transform-origin: center;
	transform: scale(0.95, 0.95); 
}
@media (max-width: 768px) {
	.lock_on_btn3 {
		display: inline-block;
		position: relative;
		width: 90%;
		line-height:50px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #0e378f;
		position: relative;
	}
}
@media (min-width: 769px) {
	.lock_on_btn3 {
		display: inline-block;
		position: relative;
		width: 300px;
		line-height:50px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #0e378f;
		position: relative;
	}

}


.lock_on_btn span{

}
.donation-contact{
	border-top:1px solid #cccccc;
	margin-top:40px;
}
.donation-contact-lay{
	padding:0 20px;
}
.donation-contact dl{
	display: flex;
}




.donation-contact-lay2{
	padding:10px;
}
.donation-contact-lay2 h4 {
    text-align: left;
    font-size: 15px;
    padding: 0px 0 25px 0;
    margin:0 0 25px 0;
    color: #000;
    border-bottom: 1px solid #ccc;
    position: relative;
    box-sizing: border-box;
}


.donation-contact-lay2 dl{
	display: flex;
}







@media (max-width: 768px) {
.english-calendar{
	display: none;
}
}
@media (min-width: 769px) {
.english-calendar{
	background-color: #eeeeee;
	margin:0 10px 30px 15px;
	padding:10px 0 5px 0;
}
.english-calendar table{
	margin:0 auto;
	font-family: Roboto Condensed;
	width: 90%;
	background-color: #eeeeee;
	border-collapse: collapse;
}
.english-calendar table caption{
	padding:5px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
body.english .english-calendar table{
	font-family: Roboto Condensed;
}
.english-calendar table tr th, .english-calendar table tr td{
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	width: calc( 100% / 7 );
}
.english-calendar table tr th{
	padding:5px 0;
}
.english-calendar table tr td{
	padding:0;
	line-height: 180%;
}
.english-calendar table tr td a{
	padding:0;
	line-height: 180%;
	display: block;
	text-decoration: none;
}

.english-calendar table tr td a.closed{
	background-color: #666666;
	color: #ffffff;
}
.english-calendar table tr td a.event{
	background-color: #ffffff;
	color: #444444;
}

}



@media (max-width: 768px) {

}
@media (min-width: 769px) {

}



.elites li{
flex: 33%;	
}
.elites li:nth-child(5){
flex: 66%;	
}


.mfp_warning{
	display: none !important;
}
#mfp_warning{
	display: none !important;
}




	.eng_nihonhaku{
		margin:0 !important;
		height: 77px;
		margin:20px auto !important;
		text-indent: -9999px;
		clear:both;
		display: block;
		background-image: url(/image/jce_banner_1000_250.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
	}
	.eng_wifi{
		margin:0 !important;
		height: 45px;
		margin:20px auto !important;
		text-indent: -9999px;
		clear:both;
		display: block;
		background-image: url(/image/japanfreewifi.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
	}



@media (max-width: 768px) {

}
@media (min-width: 769px) {

}



.eng-top-shop2407{
	 width:200px;
	 margin:0 auto 20px auto;
}
.eng-top-shop2407 a{
	display: block;
	background-image: url(/image/eng-banner-cafe.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding:80px 0 0 0;
	text-decoration: none;

}
.eng-top-shop2407 a span{
	background-color: #1c4597;
	color:#fff;
	display: block;
	width:50%;
	font-size: 11px;
	padding:2px 0;
}

.eng-top-about2407{
	 width:200px;
	 margin:0 auto 20px auto;
}
.eng-top-about2407 a{
	display: block;
	background-image: url(/image/eng-banner-about.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding:80px 0 0 0;
	text-decoration: none;

}
.eng-top-about2407 a span{
	background-color: #1c4597;
	color:#fff;
	display: block;
	width:50%;
	font-size: 11px;
	padding:2px 0;
}
.language a{
	border:1px solid #cccccc;
	padding:30px;
	margin:20px 0 20px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color:#000;
}
.language a:hover{
	background-color: #eeeeee;
}


	
@media (max-width: 768px) {
	.eng-news{
		text-align: left;
		width:100%;
		padding:0 15px;
		box-sizing: border-box;
		margin:auto;
	}
	
	.eng-news div:nth-child(1){
			padding:0;
		}
	.eng-news div:nth-child(2){

		}
	.eng-news div:nth-child(2) dl{
			margin:0;
			padding:20px 0;
			font-family: Roboto Condensed;
			border-bottom:1px dotted #cccccc;
		}
	.eng-news div:nth-child(2) dl dt:nth-child(1){
			width:100%;
			padding:0 0;
			line-height: 160%;
			font-size: 14px;
			box-sizing: border-box;
		}
	.eng-news div:nth-child(2) dl dd a{
		text-decoration: none;
		color:#000;
	}
	.eng-news div:nth-child(2) dl dd{
			padding:10px 0 0 0;
			margin:0;
			line-height: 160%;
			text-align: left;
			font-size: 16px;
			box-sizing: border-box;
		}

	.eng-news div:nth-child(1) h3{
			font-family: Roboto Condensed;
			font-weight: 400;
			font-style: normal;
			font-size: 32px;
			line-height: 140%;
			text-align: left;
			color:#133b94;
			margin:0;
			padding:20px 0;
			border-bottom:1px dotted #cccccc;
		}
	.eng-news div:nth-child(1) h3 span{
			font-size: 14px;
		}
	.eng-news-body{
		padding:5px 15px 55px 15px;
		line-height: 160%;
	}
	.eng-news-date{
		padding:10px 15px 25px 10px;
		text-align: left;
		font-size: 15px;
	    font-family: "Roboto Condensed", sans-serif;
	}
	h2.eng-news-title {
	    margin: 0 0 0 0;
	    padding: 50px 10px 0px 10px;
	    font-size: 20px;
	    line-height: 160%;
	    font-family: "Roboto Condensed", sans-serif;
	}
	.eng-news-back{
		text-align: center;
		padding:40px 0;
	}
	.eng-news-back a{
		text-decoration: none;
		color:#000;
		font-size: 11px;
		padding:5px 15px;
		background-color: #1c4597;
		color: #fff;
	}
}
@media (min-width: 769px) {
	.eng-news{
		text-align: left;
		width:900px;
		padding:20px 0;
		margin:auto;
		display: flex;
	}
	
	.eng-news div:nth-child(1){
			width:180px;
			padding:20px 0 0 0;
		}
	.eng-news div:nth-child(2){
			width:calc( 100% - 180px );
		}
	.eng-news div:nth-child(2) dl{
			display: flex;
			align-items: flex-start;
			margin:0;
			font-family: Roboto Condensed;
			border-bottom:1px dotted #cccccc;
		}
	.eng-news div:nth-child(2) dl dt:nth-child(1){
			width:100px;
			padding:6px 10px;
			line-height: 28px;
			font-size: 13px;
			align-items: flex-start;
			box-sizing: border-box;
		}
	.eng-news div:nth-child(2) dl dd{
			padding:6px 0 6px 15px;
			margin:0;
			text-align: left;
			width:calc( 100% - 100px );
			line-height: 28px;
			font-size: 13px;
			box-sizing: border-box;
		}

	.eng-news div:nth-child(1) h3{
			font-family: Roboto Condensed;
			font-weight: 400;
			font-style: normal;
			font-size: 28px;
			line-height: 140%;
			text-align: center;
			color:#133b94;
		}
	.eng-news div:nth-child(1) h3 span{
			font-size: 14px;
		}
	.eng-news-body{
		padding:5px 15px 15px 15px;
	}
	.eng-news-date{
		padding:15px 15px 5px 15px;
		text-align: right;
		font-size: 14px;
	}

	
	h2.eng-news-title {
	    border-bottom: 3px solid #822323;
	    margin: 0 0 10px 0;
	    padding: 10px 0 15px 10px;
	    font-size: 17px;
	    font-family: "Roboto Condensed", sans-serif;
	}
	.eng-news-back{
		text-align: center;
		padding:40px 0;
	}
	.eng-news-back a{
		text-decoration: none;
		color:#000;
		font-size: 11px;
		padding:5px 15px;
		background-color: #1c4597;
		color: #fff;
	}
}







.selectbox-4 {

    position: relative;
    height: 55px;
    padding:10px 0 0 0;
    box-sizing: border-box;
    display: block;
}

.selectbox-4::after {
    position: absolute;
    right: 15px;
    top:23px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-4 select {
    appearance: none;
    min-width: 180px;
    height: 2.2em;
    padding: .2em calc(.8em + 30px) .2em .8em;
    border: 1px solid #FFF;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%), 0 2px 3px -2px rgba(0 0 0 / 20%);
}


.menu2502{}
.menu2502 ul{
	margin:20px 0;
	padding:0;
	display: flex;
	justify-content:space-between
}
.menu2502 ul > li{
	text-align: center;
	font-weight: bold;
}
.menu2502 ul > li > a{
	text-decoration: none;
	color:#000000;
}
.menu2502 ul > li > a > span{
	font-size: 10px;
	display: block;
	font-weight: normal;
}
.menu2502 ul > li > ul{
	display: none;
}
.column-title{
	background-color: #eef3f7;
	padding:80px 0;
	font-size: 20px;
	font-weight: bold;
}
.column-title-lay{
	width:950px;
	margin:0 auto;
	text-align: left;
}







/* ------------------------------
   コンテナ
------------------------------ */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* ------------------------------
   記事一覧（左右2列）
   gap を大きくして、間隔を広げる
------------------------------ */
.article-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; /* カード同士の間隔を広げる（例：2rem, お好みで調整） */
}

/* ------------------------------
   記事カード
------------------------------ */
.article-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* 枠線が不要な場合は以下のコメントアウトを外してください */
  /* border: none; */
  /* 既に書かれている場合は、border: none; または borderを削除 */

  display: flex;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.article-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* 画像部分 */
.article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* お好みで最大幅を固定したい場合は下記を活用
  max-width: 200px;
  */
}

/* テキスト・内容部分 */
.article-content {
  padding: 1rem;
  flex: 1; /* 画像に対して残りのスペースを埋める */
  text-align: left; /* タイトルや説明文を左寄せ（デフォルトでも左寄せですが、明示） */
}

/* タイトル */
.article-content h2 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* 概要 */
.article-content p {
  font-size: 0.9rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}

/* 続きを読むボタンを中央に表示 */
.article-content a {
  display: inline-block;        /* インラインブロックにする */
  margin: 0 auto;               /* 左右マージンautoで中央寄せ */
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.3s ease;
  /* お好みでwidthを指定したい場合は下記を活用（例： width: 100px;） */
}

.article-content a:hover {
  background-color: #0056b3;
}

/* ボタンを中央寄せするためのラッパ要素 */
.btn-center {
  text-align: center; /* ラッパに対して中央寄せを適用 */
  margin-top: 1rem;   /* ボタン上に余白をつけたい場合 */
}

.btn-center a {
  display: inline-block; 
  background-color: #007bff;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-center a:hover {
  background-color: #0056b3;
}