@charset "UTF-8";
/**** CSSリセット・web個展 ****/
/**** ブレイクポイント1000/800/640/480 ****/
/**** milkysand 20171002 ****/
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*================================================*/
/*  CSSリセット*/
/*================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
/*================================================*/
/*  パソコン用*/
/*================================================*/
/* 全体・見出し */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
body{
	font-size: 14px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

h1, h2{font-family: 'Josefin Sans', 'Noto Sans JP',serif;}
img{width: 100%;height: auto;}
a{color: #0066ff;text-decoration: none;}
a:hover, .active{text-decoration: underline;}
a:active, a:focus,input:active, input:focus{outline:0;}
.center{text-align:center;}
.mincho{font-family:"HGS明朝E", "游明朝","メイリオ","Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,Georgia,serif;}
/* 大きいボタン・お問合せへ */
p.button{margin:30px auto 80px;width:95%;text-align:center;}
p.button a{
	width:400px;
	padding:15px 25px;
	text-align:center;
	line-height:60px;
	border-radius:5px;
	font-size:160%;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #96c2fe;
	padding: 0.2em 0.5em;
	color: #454545;
}
p.button a:hover{
	background:	#eee;
	color:#333;
	text-decoration:none;
}
/* ページトップへ▲ */
#pagetop {
	position: fixed;
	right:20px;
	bottom:10px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background: #AADAF2;/*背景色*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#pagetop:hover {/*マウスオーバー時*/
	background:#ccc;/*背景色*/
	cursor:pointer;
}
#pagetop .triangle {/*三角の部分*/
	width:0;
	height:0;
	border:transparent 15px solid;
	border-bottom:#114687 25px solid;
	margin:auto;
}
/* クリア */
.clear{width:100%;height:1px;clear:both;}
/* 中央揃え */
.center{text-align: center;}
/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;/* 配置：相対配置 */
	overflow:hidden;
	width:100%;
	height:568px;
}
#header img{/* インデックスのメイン画像 */
	position:absolute;/* 配置：絶対配置 */
	left:50%;
	width:1680px;
	height:568px;
	margin-left:-840px;
}

#slogan{
	position: absolute;
  top: 70%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-shadow:0px 0px 3px gray;
}

#slogan h1{
	font-size: 250%;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}
#slogan h1.uni_black{
	color: #333;
}
#slogan h2{
	font-size: 180%;
	font-weight:normal;
}
#slogan h2.uni_black{
	color: #333;
}
	/*** レスポンシブ  #ヘッダー ***/
	@media only screen and (max-width: 800px){
		#header{
			position: relative;/* 配置：相対配置 */
			overflow:hidden;
			width:100%;
			height:284px;
		}
		#header img{/* インデックスのメイン画像 */
			position:absolute;/* 配置：絶対配置 */
			left:50%;
			width:auto;
			height:284px;
			margin-left:-50%;
		}
		#slogan{
			position: absolute;
		  top: 50%;
			width: 100%;
			-webkit-transform: translate(0, -50%);
		  transform: translate(0, -50%);
			color: #fff;
			line-height: 1.2;
			text-align: center;
		}
		#slogan h1{
			font-size: 200%;
			font-family: 'Pacifico', cursive;
			margin-bottom: 20px;
			font-weight:normal;
		}

		#slogan h2{
			font-size: 180%;
			font-weight:normal;
		}
		span.pcbr br{
			display:none;
			
		}
	}
	/*- - - - レスポンシブend - - - -*/
/* 黒いバー目次 */
.nav {
	width:100%;
	margin-top:-10px;
	padding:15px 0;
	opacity:0.8;
	background:#000;
	height:30px;
}
.nav ul {
	position:relative;

	margin:0;width:100%;

}
.nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0px;width:25%;
	text-align:center;
}
.nav li a {
	color:#fff;
	text-decoration:none;
}
.nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
 

/* フッター
------------------------------------------------------------*/
footer{
	background: url(../item/bg_footer.png) no-repeat top;
	clear: both;
	padding: 30px 0 70px 0;
	text-align: center;

	width:100%;
	height:100px;
	margin-top:80px;
}
footer address{
	padding-top:10px;
	margin-top:80px;
	font-size: 120%;
	border-top:solid 5px #675C52;
}
footer ul {
	margin:10px auto;
	width:100%;
	text-align:center;
}
footer ul li {
	display: inline-block;
	list-style:none;
	margin:5px 2px;
	padding:0 10px;
	text-align:center;	
	background:#eee;
	border:solid 1px #ccc;
	border-radius:5px;
}
footer ul li a {
	color:#000;
	text-decoration:none;
}
footer ul li a span{
	color:#999;
	font-size:90%;
}
footer ul li a:hover {
	color:#0A6CCE;
	text-decoration:underline;
}
footer p{
	clear:both;
}
/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
	margin:0 auto;
	padding:70px 0 0 0;
}
section h3 {
	position: relative;
	text-align: center;
	padding: 0 0 5px 0;
	color:#999;
	font-size: 110%
}
section h2{
	font-size: 170%;
	font-weight:normal;
	text-align: center;
}
section h2 span{
	font-size: 70%;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.clear{
	clear:both;width:100%;height:1px
}

/* greeting
------------------------------------------------------------*/
#greeting{
	width:100%;
	height:auto;
	margin:0 auto;
}
#greeting .vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 0px;clear:both;
}
	/*** レスポンシブ   挨拶枠 ***/
	@media only screen and (max-width: 800px){
		/* 枠
		-----------------*/
		#greeting .vision{
			width: 95%;
			margin: 0 auto;
			padding-bottom: 0px;
		}
	}
	/*- - - - レスポンシブend - - - -*/
#greeting .vision ul {
    border: solid 2px #01006A;
    padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
#greeting .vision ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
#greeting .vision ul li:last-of-type{
  border-bottom: none;
}
#greeting .vision ul li:before {/*リスト内のアイコン*/
  	font-family: FontAwesome;
  	content: "\f138";/*アイコン種類*/
  	position: absolute;
  	left : 0.5em; /*左端からのアイコンまで*/
  	color: #ffb03f; /*アイコン色*/
}
#greeting .vision ul li:after {/*タイトルタブ*/
  	background: #01006A;
  	color: #fff;
  	font-weight: bold;
  	position: absolute;
  	left: -2px;
  	bottom: 100%;
  	padding: 1px 7px;
  	content: "WELCOME";/*タブの文字*/
  	letter-spacing: 0.05em;/*字間*/
  }
#greeting .vision .mybox{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow:1px 1px 6px 0px #ccc;
    -moz-box-shadow:1px 1px 6px 0px #ccc;
    -webkit-box-shadow:1px 1px 6px 0px #ccc;
    -o-box-shadow:1px 1px 6px 0px #ccc;
    margin: 20px 5px;
    padding: 30px 30px 20px 30px;
    position: relative;
    z-index: 0;
		
}
#greeting .vision .mybox p{
	letter-spacing:0.3em;
	font-size:120%;
	margin-bottom:1em;
	line-height:160%;
}
#greeting .vision .mybox:after{
    background-color: #d9ccb3;
    background-image: linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be), linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    border-left: 2px dotted rgba(255,255,255,0.9);
    border-right: 2px dotted rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    content: 'WELCOME';
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
/* #gallery ウェブ展覧会（上部のメイン写真3×2段配置）
------------------------------------------------------------*/
#gallery{
	width:100%;
	height:auto;
	margin:0 auto;
}

#gallery .arc2 {
    clear:both;
		text-align:center;
		padding-top:0;
		width:95%;
		max-width:1100px;
	margin:0 auto;
}

#gallery .arc2 ul {
    clear:both;padding-top:0;
		font-size:0;
		text-align:center;
}
#gallery .arc2 ul li {
		width:314px;
		height:410px;
		margin:15px 10px;
		list-style:none;
		padding:0;
		display:inline-block;
		font-size:15px;
		border-radius:5px;
}

	/*** レスポンシブ  ギャラリー枠 ***/
	@media only screen and (max-width: 800px){
		#gallery .arc2 {
			width:95%;
			height:auto;
			margin:0 auto;
		}
		#gallery .arc2 ul {
			width:100%;

			height:auto;
			margin:0 auto;
		}
	}
	/*- - - - レスポンシブend - - - -*/
	/*** レスポンシブ  ギャラリー枠 ***/
	@media only screen and (max-width: 400px){
		#gallery .arc2 ul li{
			width:95%;
			max-width:314px;
			height:auto;
			margin:0 auto;
		}
	}
	/*- - - - レスポンシブend - - - -*/
/* gallery 画像一覧
------------------------------------------------------------*/
	/* 縦横比維持したまま揃える
	-----------------*/
#gallery .arc2 ul li .item{
		font-size:130%;
		color:#01006A;
		font-weight:bold;
		text-align: center;
		width:100%;
		height:395px;
		position:relative;
		margin:0 auto 10px;
}

#gallery .arc2 ul li .item span{
		font-size:90%;
		color:#666;
	font-weight:normal;
}
#gallery .arc2 ul li .item span.blue{
		color:#01006A;
}
#gallery .arc2 ul li .item .frame{
		font-size:0;
		text-align: center;
		width:314px;
		height:314px;
		background:#F3F3F3;
		margin:0 auto 20px;
		border:1px solid #ccc;
		position:relative;
}
#gallery .arc2 ul li .item .frame img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
   position:absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

}


#gallery .arc2 ul li .item .frame:before{
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
}
#gallery .arc2 ul li .item .frame > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

	/*- - - - レスポンシブend - - - -*/
	/*** レスポンシブ  ギャラリー枠 ***/
	@media only screen and (max-width: 400px){
		#gallery .arc2 ul li .item .frame{
				width:250px;
				height:250px;
		}
	}

/* PROFILEテーブル
-----------------*/
table.tbl_profile {
	margin: 0 auto 100px;
	width: 70%;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 10px 10px;
	background: #fafafa;
	font-size: 110%;
} 

table.tbl_profile th {
	vertical-align: middle;
	height: 53px;
	width:20%;
	min-width: 150px;
	border-bottom: solid 1px #666;
	margin: 0;
	text-align: center;
	color: #333;
	font-weight: bold;
}
table.tbl_profile th.v_top {
	vertical-align: top;
	padding-top:10px;
}
table.tbl_profile th.f80 {
	font-size: 90%;
}
table.tbl_profile td{
	padding: 5px 0 5px 20px;
	margin: 0;
	border: none;
	color: #666;
	vertical-align: middle;
	border-bottom: solid 1px #666;
}
table.tbl_profile th.last,
table.tbl_profile td.last{
	border-bottom: solid 0px #666;
}
	/*** レスポンシブ PROFILEテーブル***/
	@media only screen and (max-width: 800px){
		table.tbl_profile {
			margin: 0 auto 10px;
			width: 90%;				
			border-spacing: 0 0;
			table-layout: fixed;
		}

		table.tbl_profile th {
				width: 100%;
				height: 20px;
				display:block;
				border:0px #fff solid;
				text-align:center;
				background:#eee;
				padding:5px 0;
		}
		table.tbl_profile th.v_top {
			vertical-align:middle;
			padding-top:5px;
		}
	table.tbl_profile th.f80 {
		font-size: 100%;
		}
		table.tbl_profile td {
					padding:5px 0;
					display:block;
					width: 100%;
					text-align: center;
		}
		table.tbl_profile td.td_left p{
					margin-right:auto;
					margin-left:auto;
					width: 95%;
					text-align: left;
		}
		table.tbl_profile td.height1 {
					padding:0;
					height:1px;
		}
	}
	/*- - - - レスポンシブend - - - -*/
/* #photo いろいろな写真 4列（下の写真4枚配置のところ）
------------------------------------------------------------*/
#photos{
	width:100%;
	height:auto;
	margin:0 auto;
}
#photos h2{
	margin-bottom:1em;
}
#photos .arc2 {
    clear:both;
		text-align:center;
		padding-top:0;
		width:95%;
		max-width:1100px;
	margin:0 auto;
}

#photos .arc2 ul {
    clear:both;padding-top:0;
		font-size:0;
		text-align:center;
}
#photos .arc2 ul li {
		width:230px;
		height:325px;
		list-style:none;
		padding:0;
		background:#fdfded;
		margin:0 10px 20px;
		border:1px solid #f9f896;
		display:inline-block;
		font-size:15px;border: solid 1px #ddd;
		border-radius:5px;
}


	/*** レスポンシブ ***/
	@media only screen and (max-width: 800px){
	#photos .arc2 {
			width:95%;
			height:auto;
			margin:0 auto;
		}
		#photos .arc2 ul {
			width:100%;
			height:auto;
			margin:0 auto;
		}
		#photos .arc2 ul li {
				margin-bottom:20px;

		}
	}
	/*- - - - レスポンシブend - - - -*/

/* #photos 画像一覧
------------------------------------------------------------*/
	/* 縦横比維持したまま揃える
	-----------------*/
#photos .arc2 ul li .item{
		font-size:110%;
		color:#666;
	font-weight:normal;
		text-align: center;
		width:100%;
		height:auto;
		position:relative;
		margin:0 auto 20px;
}

#photos .arc2 ul li .item span{
		font-size:100%;
		color:#666;
	font-weight:normal;
}
#photos .arc2 ul li .item .frame{
		font-size:0;
		text-align: center;
		width:220px;
		height:220px;
		margin:0 auto 15px;
		border:0px solid #f9f896;
		position:relative;
}
#photos .arc2 ul li .item .frame img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
   position:absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#photos .arc2 ul li .item .frame:before{
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
}
#photos .arc2 ul li .item .frame > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
	/*- - - - SNSボタン - - - -*/
.btn_url a{
	clear:both;
	width:200px;
	margin:15px auto 15px 15px;
	padding:5px;
	background:#ccc;
	border:solid 1px #aaa;
	border-radius:10px;
	display:block;
	text-align:center;
	color:#333;
	box-shadow:2px 2px 2px #555;
}

/* 中央1枚
------------------------------------------------------------*/
 .arc3 {
    clear:both;
		text-align:center;
		padding:0 0 40px;;
		width:95%;
		max-width:1100px;
	margin:0 auto;
	line-height:2em;
}
 .arc3  img{
		width:90%;
		max-width:800px;
	margin:0 auto;
}
 .arc3  span{
		font-size:0.9em;
}
/* ビデオ
------------------------------------------------------------*/
div.vid_contents {
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	max-width:600px;/*PC版での最大幅*/
	text-align: center;
	margin: 20px auto;
	padding: 0;/*ここで動画の周りの余白を調整*/
	background: #fff;/*余白の背景色*/
}
div.vid_contents video{
width: 100%;

}
/* 文字
------------------------------------------------------------*/
.t_right{text-align:right;}