@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
  基本CSSと展覧会exhibition.html　スタイル指定
-------------------------------------------------- */


html {
font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
letter-spacing: 0.1em;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}


body {
  margin: 0;
  padding: 0;
}

/*ヘッダー*/
header {
    position: relative;
    padding: 15px 0 0 0px;
    background-color: #fff;
}
.logo {
    width: 70%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
h1 img{vertical-align: bottom;}


/*アイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
    content: '';
    cursor: pointer;
    margin: auto;
}

/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}

.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}


/*中身*/
.nav {
    background-color: #00a73c;
	font-weight:bold;  
}
.nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.nav-list li a:hover {
    display: block;
    text-decoration: underline;
    color: #fff;
}
.nav-list {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}

.nav-list li {
    margin: 0;
    padding: 10px;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}

/*メインイメージ*/
main{
	max-width: 992px;
	margin:0 auto;
}
main a{
	text-decoration: none;
	color:#71706f;
}
.top {
	width: auto;
    margin-bottom: 50px;
	padding:20px;
    background-color: #ffffff;
}
.top h2{
	font-size-adjust: auto;
	color:#00a73c;
	margin-bottom: 0;
	margin-left:20px;
 }
.now-ex{
	padding:50px;
}
.now-ex img{
    max-width:300px;
    max-height:300px;
    display: inline-block;	
	margin-right: 30px;

}
.comment{
    display: inline-block;	
	vertical-align: top;
}
.comment p{
	font-size: 150%;
	font-weight:bold;
	margin: 0 0 10px;
}

.more{
	color:#00a73c;
	float: right;
	margin-right: 20px;
}

.line{
	height:10px;
	background-color: #00a73c;
}

.bottom {
	width: auto;
    margin-bottom: 50px;
	padding:20px;
    background-color: #ffffff;
}
.bottom h2{
	font-size-adjust: auto;
	color:#00a73c;
	margin-bottom: 0;
	margin-left:20px;
 }
.news{
	width:80%;
	margin:10px 30px;
}
.news dt{
	width:auto;
}
.news dd{
	width:auto;
	margin-bottom:20px;
	word-wrap: break-word;
}

/*conceptここから*/
.concept{
	padding: 30px;
	margin: 20px auto;
}
.concept img{
	width:300px;
	margin-right:20px;
}
.concept-right{
	display: inline-block;
	width:60%;
	vertical-align: top;
	margin-top: 20px;
}
.concept-right h3{
	margin: 0px auto 20px;
}

@media only screen and (max-width : 767px){
.concept{
	padding: 30px;
	margin: 20px auto;
}
.concept img{
	width:280px;
	margin-right:20px;
}
.concept-right{
	width:100%;
	vertical-align: top;
	margin-top: 20px;
}
.concept-right h3{
	margin: 0px auto 20px;
}

}

/*footerここから*/
footer{background-color: #00a73c;}
footer a{
	text-decoration: none;
	color:#FFFFFF;
}
.footer {
    height: 100%;
	max-width: 992px; 
    margin:0 auto;
}
.copyright{
	color:#ffffff;
	text-align:center;
	font-size:80%;
}
.left{
	margin: 20px;
	display: inline-block;
}
.logo_w {margin-top: 20px;}
.left p{
	color:#ffffff;
}

.right {
	display: none;
}


/* --------------------------------------------------
  exhibition.html スタイル指定ここから
-------------------------------------------------- */
.ex-com{
	line-height: 1.5em;
	margin-top: 20px;
}
.links{
	vertical-align: bottom;
	margin-top: 20px;
	text-align: center;
}
.links img{
	margin: 0;
	vertical-align: middle;
}
.credit{
	margin:50px auto 20px;
	padding: 10px;
	background-color: #d5ead8;
	text-align: center;
	width:80%;
	border-radius: 1em;
}
.credit img{
	margin-left:15px;
    display: inline-block;	
	vertical-align: middle;
}
.credit span{
	display: inline-block;	
	text-align: left;	
	vertical-align: middle;
}

.coming-ex{
	padding:50px;
}
.coming_img{
	text-align: center;
    display: inline-block;	
	margin-right:30px;
}
.coming-ex img{
    max-width:300px;
    max-height:300px;
}
.coming-ex{
	border-bottom:1px solid #00a73c;
}

/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 768px) {
/* ボタン */
.btn-burger {
    display: none;  /*768px以上では使用しない */
}
header {
    padding: 0;
}
.logo {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: none;
}
.nav {
    height: 50px;
	font-weight:bold;
}
.nav-list {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}
.nav-list li {
    margin-right: 10px;
}
.nav-list li:not(:last-child) {}
	
.right{
	display: inline-block;
	float:right;
	margin-top:20px;
	margin-right:20px;
}
.footer_nav{
	text-decoration: none;
	font-weight:bold;
}
.footer_nav-list{
	list-style: none;
}
.footer_nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}



}

