/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   メイン・トップイメージ
   ========================================================================== */
#wrapper { margin: 0 auto; width: 100%; min-height: 100%; height:auto !important; position:relative; }

#header{
	width:100%;
	position:relative;
	background:url('../img/head_bg.png') no-repeat center top;
}
#header .inner{
	position:relative;
	margin:0 auto;
	max-width:1300px;
}

.header_logo{
	width:669px;
	height:131px;
	margin:60px auto 50px;
}

/*ヘッダーメニュー*/
#nav{
	width:100%;
	position:relative
}

#nav .inner{
	width:1000px;
	background:#000;
	position:relative;
	margin:0 auto;
	color:#fff;
}

#nav ul{
	height:60px;
	clear:both;
	margin:0;
	padding:0;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	width:250px;
	height:60px;
	text-indent:-9999px;
}

.nav01{
	background:url('../img/menu.png') no-repeat top left;
	}
.nav01:hover{
	background:url('../img/menu.png') no-repeat bottom left;
	}
	
.nav02{
	background:url('../img/menu.png') no-repeat top;
	background-position:-250px 0;
	}
.nav02:hover{
	background:url('../img/menu.png') no-repeat bottom;
	background-position:-250px -60px;
	}	
	
.nav03{
	background:url('../img/menu.png') no-repeat top;
	background-position:-500px 0;
	}
.nav03:hover{
	background:url('../img/menu.png') no-repeat bottom;
	background-position:-500px -60px;
	}
	
.nav04{
	background:url('../img/menu.png') no-repeat top;
	background-position:-750px 0;
	}
.nav04:hover{
	background:url('../img/menu.png') no-repeat bottom;
	background-position:-750px -60px;
	}
#nav_sp{ display:none;}

/*ヘッダータイトル*/	

#header_ttl{
	width:100%;
	position:relative;
}

#header_ttl .inner{
	width:1000px;
	margin:0 auto;
	padding-top:35px;
	text-align:center;
	background:#fff;
}

#header_ttl .inner p{
	margin:0;
	padding:0;
	text-align:center;
}
#header_ttl .inner p.c_ttl{
	margin-bottom:30px;
}

/*ステイトメント*/

#statement{
	width:100%;
	background:rgb(255,88,0);
	position:relative;
}
#statement .inner{
	width:1000px;
	padding:30px 90px;
	margin:0 auto;
	text-align:left;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */
	-moz-box-sizing: border-box;　/* Firefox用 */
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */
	box-sizing: border-box;　/* Opera用 */
}

#statement .inner p{
	font-size:14px;
	line-height:20px;
	color:#fff;
}

#statement .inner　h1,h2,h3,.statement-img{
	margin:1.0em auto !important;
	text-align:center;
}

/*map*/
#map{
	width:100%;
	position:relative;
}

#map .inner{
	width:1000px;
	margin:0 auto;
	background:#fff;
}

#map .inner p{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:1.0em;
}

#map .inner p.map_text{
	margin:0 auto;
	width:70%;
}

#map .inner p a{ color:#ff5800; text-decoration:none;}
#map .inner p a:hover{ color:#000; text-decoration:underline;}

/*トップページのDMスペース*/
#exhibition_info{
	width:100%;
	background:#ff5800;
	position:relative;
}

#exhibition_info .inner{
	width:1000px;
	margin:0 auto;
}

#exhibion_info .inner,h1{ color:#fff; font-size:1.8em;margin:1.0em auto; padding:0; text-align:center;}

#exhibion_info .inner,p{ margin:0 0 20px 0; padding:0; text-align:center;}

/*トップページのDMスペース2個目*/
#exhibition_info2{
	width:100%;
	background:#000;
	position:relative;
}

#exhibition_info2 .inner{
	width:1000px;
	margin:0 auto;
}

#exhibion_info2 .inner,h1{ color:#fff; font-size:1.8em;margin:1.0em auto; padding:0; text-align:center;}

#exhibion_info2 .inner,p{ margin:0 0 20px 0; padding:0; text-align:center;}

.profile{ color:#fff;}
.profile a{ color:#fff; text-decoration:none;}
.profile a:hover{ color:#fff;}

/*フッター*/
#footer{
	width:100%;
	background:rgb(255,88,0);
	position:relative; }
	
#footer .inner{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer .inner p{ margin:1.0em auto!important;}
#footer .inner p.copy{ font-size:12px; font-weight:bold;}

/*sns*/
#sns {
	background:rgb(255,88,0);
	position: fixed;
	bottom: 500px;
	width: 80px;
	height: 60px;
	left: -10px;
	z-index: 1000;
	padding:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.s_img{
	margin-bottom: 15px;
}

/* ==========================================================================
   アバウト
   ========================================================================== */
#about{
	width:100%;
	position:relative;
}
	   
#about .inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}

#about .inner p{ margin:0; padding:0; font-size:14px;}

#about .inner p.about_text1{ border-bottom:#000 solid 1px; padding:2.0em 0;}
#about .inner p.about_text2{ padding:2.0em 0;}

#about .inner .left{
	width:400px;
	float:left;
	padding:50px;
}

#about .inner .right{
	width:400px;
	float:right;
	padding:50px;
}


/* ==========================================================================
   アクセス
   ========================================================================== */
#namiita{
	width:100%;
	position:relative;
}

#namiita .inner{
	width:900px;
	background:#fff;
	border-top: dotted 1px #000;
	padding:50px;
	text-align:center;
	margin:0 auto;
}


/* ==========================================================================
   スケジュール
   ========================================================================== */
#header_ttl .inner p.schedule_ttl{
	width:400px;
	margin:0 auto 30px;
	position:relative;
	text-align:center;
	font-size:35px;
	font-weight:bold;
}


#header_ttl .inner p.schedule_ttl span.prev{
	width:35px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

#header_ttl .inner p.schedule_ttl span.next{
	width:35px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
	display:block;
}

#schedule{
	width:100%;
	position:relative;
}

#schedule .inner{
	width:900px;
	margin:0 auto;
	background:#fff;
	padding:0 50px;
}

.s_day{
	width:900px;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	background:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.s_info{
	width:900px;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	overflow:hidden;
}

.photo{
	width:360px;
	float:left;
}

.s_text{
	width:515px;
	margin-left:25px;
	float:right;
}

.s_text p.artist_name{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.s_text p.artist_text{
	font-size:14px;
	text-align:left;
	margin-top:10px;
}

.s_text p.artist_text a:link{
	color:#000;
	text-decoration:none;
}

.s_text p.artist_text a:hover{
	color:rgb(255,88,0);
	text-decoration:underline;
}

@media only screen and (max-width: 768px){
    #header .inner{
		position:relative;
		margin:0 auto;
		max-width:100%;
	}

	.header_logo{
		width:90%;
		height:auto;
		margin:60px auto 50px;
	}
	.header_logo img{
		width:100%;
	}
	/*ヘッダーメニュー*/
	#nav{ display:none;}
	
	#nav_sp{
		width:100%;
		position:relative;
		color:#fff;
		display:block;
		font-size:0.8em;
	}
	
	#nav_sp .inner{
		width:100%;
		background:#000;
		position:relative;
		padding:5px;
		color:#fff;
		box-sizing:border-box;
	}
	
	#nav_sp ul{
		clear:both;
		margin:0;
		padding:0;
	}
	
	#nav_sp ul li{
		color:#fff;
		padding:5px;
		float:left;
	}
	
	#nav_sp ul li a{
		display:block;
		color:#fff !important;
	}
	#nav_sp ul li a:hover{
		background:#fff;
		color:#000 !important;
		text-decoration:none;
	}
	/*ヘッダータイトル*/	

	#header_ttl{
		width:100%;
		position:relative;
	}
	
	#header_ttl .inner{
		width:100%;
		margin:0 auto;
		padding-top:35px;
		text-align:center;
		background:#fff;
	}
	
	#header_ttl .inner p.c_ttl { margin-bottom:0.4em;}
	#header_ttl .inner p.c_ttl img{ width:60%;}
	
	/*indexの展覧会情報*/	
	#exhibition_info .inner,#exhibition_info2 .inner{
	width:90%;
	margin:0 auto;
	font-size:0.8em;
	padding:0.1em;
	}
	
	#exhibition_info .inner,#exhibition_info2 .inner img{
		width:100%;
	}
	#exhibion_info .inner,h1{ font-size:1.4em; font-weight:bold;}
	#exhibion_info2 .inner,h1{ font-size:1.4em; font-weight:bold;}
	
	/*ステイトメント*/	
	#statement .inner{ width:90%; font-size:0.8em; padding:0.1em;}
	#statement .inner h1,h2,h3{ width:80%; margin:0 auto;}
	#statement .inner img{ width:100%;}
	
	/*アバウト*/
	#about .inner { width:100%;}
	#about .inner .left ,#about .inner .right{ width:100%; float:left; padding:0.5em; box-sizing:border-box;}
	#about .inner .left img ,#about .inner .right img{ width:100%;}
	
	#map .inner{ width:100%;}
	#namiita .inner { width:100%; padding:0.5em; box-sizing:border-box;}
	#map .inner img,#namiita .inner img{ width:100%;}
	
	/*スケジュール*/
	#header_ttl .inner p.schedule_ttl{
	width:90%;
	margin:0 auto 0.4em;
	position:relative;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	}
	
	#schedule .inner{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:0 0.1em;
	}
	
	.s_info{
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	padding:0.4em 0;
	overflow:hidden;
	}
	
	.s_day,.s_text{ width:100%;}
	#schedule .inner img{ width:100%;}
	
	.photo{
	width:100%;
	float:left;
	margin-bottom: 10px;
	}
	#footer .inner{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:0.4em;
	}
	#footer .inner img{ width:60%;}
	
	#sns { display:none;}
	
}


