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



/*リセット
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 98%;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	border-collapse: collapse;
	list-style: none;	
}
 
/*リンクスタイル
---------------------------------------------*/


a {
  transition: 0.4s;
}

a img {
	border-style: none;
}
a:link {
    color: #B58002;
    text-decoration: none;
}
a:visited {
	color: #B58002;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #BC9946;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
.banner {
	margin-bottom: 10px;
}

/* 基本のDivのレイアウト
--------------------------------------------*/
v--------------- {
}


/*#container {
	width: 100%;
	background-color: #FFF;
}*/
#header-wrapper{
	width: 100%;
	hight: 650px;
	overflow: hidden;
	}
	

	
header{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
#contents-wrapper01{
	width: 100%;
	}
	
#contents01{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
	
#contents-wrapper02{
	width: 100%;
	background-color: #efefef;
	}
	
#contents02{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
	padding-top: 100px;
	padding-bottom: 100px;
	}
	
#contents-wrapper03{
	width: 100%;
	
	}
	
#contents03{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
	padding-top: 100px;
	padding-bottom: 60px;
	}
	
#footer-wrapper{
    width: 100%;
    background-color: #AD7643;
	}
	
footer{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 80px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 1.4em;
	
	}
#sns{
	width: 1086px;
	margin-right: auto;
	margin-left: auto;
	}
.twitter {
	margin-bottom: 5px;
	margin-top: 5px;
}
.facebook{
	overflow: hidden;
	height: auto;
	width: 270px;
	padding-bottom: 10px;
}
.fb-like{
	height: auto;
	width: 270px;
	overflow: hidden;
}

/* topheaderとスライドショーのレイアウト
--------------------------------------------*/
.slideshow {
  position: relative;
  width: 100vw;
  height: 650px;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2; 
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
}
.wrap {
  position: relative;
}
.nav-box {
	position: absolute;
	z-index: 10;
	width: 1100px;
	height: 40px;
	left: 0px;
	top: 20px;
	background-color: rgba(255,255,255,0.7);
	/*background-color: rgba(143,204,255,0.7);*/
	/*border: 2px dashed #0099FF;*/
	border-radius: 4px;
	padding-top: 15px;
}
.nav-left{
	float: left;
	font-size: 20px;
	padding-right: 20px;
	padding-left: 20px;
	/*border-right: 4px solid #3071b9;*/
	border-right: 4px solid #0099FF;
	margin-bottom:2px;
	margin-top:2px;
	}
a.nav-left {
	color: #333;

	}
a.nav-left:hover {
	color: #60b9fe;

	}
	
.nav-right{
	float: right;	
	font-size: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:2px;
	margin-top:2px;
	
	}
	
	
a.nav-right {
	color: #333;

	}
a.nav-right:hover {
	color: #60b9fe;

	}
#home #h-title{
	display: none;
	}	
#title a{
	height: 0px;
	width: 391px;
	padding-top: 174px;
	overflow: hidden;
	top: 250px;
	background-image: url(images/title01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 15;
	position: absolute;
	left: 32%;
	right: 32%;
}
	
	
	
	
	
	
	
	
	
	
	
/* topページのレイアウト
--------------------------------------------*/	
	
.huwabox{
	text-align: center;
	margin-top: 138px;
	margin-bottom: 138px;
	}
	
.huwabox p{
	font-size: 25px;
	line-height: 2em;
	color: #85acf4;
	}
	

.box-half{
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
	height: 350px;
	float: left;
	/*background: #DFDFDF;*/
	/*overflow: scroll;*/
}


.box-half h2{
	color: #666;
	margin-bottom: 5px;
	font-size: 27px;
	border-bottom: 7px solid #3071b9;
	padding-left: 10px;
}

.box-half dl{
	text-align: left;
	line-height: 1.7px;
	overflow-y: scroll;
	height: 310px;
	
}

.box-half dt{
	clear: both;
	/*float: left;*/
	width: 7em;
	/*color: #F63;*/
	padding-left:40px;
}
.box-half dd{
	padding-left: 40px;
	padding-right: 10px;
	/*margin-left: 6em;*/
	width: auto;
	border-bottom: 2px dotted #999;
}

.newitem{
	width: 155px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	}
.newitem a:link {
	color: #999999;
}

.newitem a:visited {
	color: #999999;
}

.newitem a:hover {
	color: #a9cfff;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


.link-icon{
	width: 245px;
	float: left;
	margin-right: 11px;
	margin-left: 10px;
	}
	
/* footerのレイアウト
--------------------------------------------*/	
footer li a p{
	color: #f9d692;
	}
footer li a:visited p{
	color: #f9d692;
}
footer li a:hover p {
	opacity:0.6;-moz-opacity:0.6;
	filter: alpha(opacity=60);
}
footer p{
	line-height: 2em;
	}
.copyright{
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 0.8em;
	}
	
	
	
	/* ふわっとアニメのレイアウト
--------------------------------------------*/

.animation {
margin: 20px 0;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
	
	/* ¸2p目以降の共通レイアウト
--------------------------------------------*/
	
#works .slideshow,#meigen .slideshow,#chronicle .slideshow,#profile .slideshow,#inquiry .slideshow{
	display: none;
}
#works #header-wrapper,#meigen #header-wrapper,#chronicle #header-wrapper,#profile #header-wrapper,#inquiry #header-wrapper{
	hight: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
#works #header-wrapper{
	background-image: url(images/h-img-saku.png);
	}
#meigen #header-wrapper{
	background-image: url(images/h-img-meigen.png);
	}
#chronicle #header-wrapper{
	background-image: url(images/h-img-chronicle.png);
	}
#profile #header-wrapper{
	background-image: url(images/h-img-profile.png);
	}
#inquiry #header-wrapper{
	background-image: url(images/h-img-inquiry.png);
	}
	
	
	
#works header,#meigen header,#chronicle header,#profile header,#inquiry header{
	height: 400px;
	overflow: hidden;
}
#works #title a,#meigen #title a,#chronicle #title a,#profile #title a,#inquiry #title a{
	height: 0px;
	width: 391px;
	padding-top: 174px;
	top: 140px;
	z-index: 15;
	position: absolute;
	left: 709px;
	/*right: 35%;*/
}
#works #h-title h2,#meigen #h-title h2,#chronicle #h-title h2,#profile #h-title h2,#inquiry #h-title h2 {
	background-repeat: no-repeat;
	position: absolute;
	z-index: 16;
	left: 0px;
	top: 220px;
	height: 0px;
	width: 294px;
	padding-top: 70px;
	overflow: hidden;
	}
	
#works #h-title h2 {
	background-image: url(images/title-works.png);	
	}
	
#meigen #h-title h2 {
	background-image: url(images/title-meigen.png);	
	}
#chronicle #h-title h2 {
	background-image: url(images/title-chronicle.png);	
	}
#profile #h-title h2 {
	background-image: url(images/title-profile-bl.png);	
	}
#inquiry #h-title h2 {
	background-image: url(images/title-inquiry.png);	
	}
	
	
	
#contents-wrapper04{
	width: 100%;
	}
#contents04{
	width: 1100px;
	margin: 60px auto 60px;
	}
	
#side{
	width: 350px;
	margin-right:50px;
	float: left;
	margin-bottom:30px;
	}
	
#side .side01 li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	font-size: 1.7em;
	}
#side ul.side01 .list-top {
	border-top: 1px dashed #A7A7A7;
}
#side ul.side01 li a:link {
	color: #999999;
}

#side ul.side01 li a:visited {
	color: #999999;
}

#side ul.side01 li a:hover {
	color: #a9cfff;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#main{
	width: 700px;
	float: right;
	}
#main h2,#main-self h2{
	color: #666;
	font-size: 30px;
	padding-left: 20px;
	border-bottom: 7px solid #3071b9;
	margin-bottom: 20px;
	}
	
	
	/* ¸作品紹介と作品年表のレイアウト
--------------------------------------------*/
.tyouhen a,.images a,.s-1962-2010 a,.s-2011-2020 a{
	height: 0px;
	width: 245px;
	padding-top: 245px;
	overflow: hidden;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	}
.images a{
	background: url(images/icon-w-images.png) no-repeat;
	}
	
	
/* ¸作品紹介のレイアウト
--------------------------------------------*/

.f-box{
	width: 155px;
	overflow: hidden;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 20px;
	text-align: center;
	}








.tyouhen a{
	background: url(images/icon-w-tyouhen.png) no-repeat;
	}



.box01{
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #999;
	}

.box01image{
	float: left;
	margin-bottom:5px;	
	margin-right:20px;	
	}
.box01txt{
	float: left;
	width: 510px;
	}
.box01txt h3{
	font-size: 22px;
	}
.box01txt h4{
	font-size: 1.1em;
	font-weight: bold;
	}
.box01txt p{
	font-size: 1.1em;
	line-height: 1.8em;
	}
.amazon01 p{
	border: 1px solid #CA8E00;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	}
	
	
	
/* ¸名言集のレイアウト
--------------------------------------------*/
.meigen-box{
	width: 155px;
	overflow: hidden;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 20px;
	text-align: center;
	}

.box01txt-meigen{
	padding-top:30px;
	width: 700px;
	clear: both;
	}
	
#meigen .box01{
	border-bottom: none;
	}
	
	
/* ¸作品年表のレイアウト
--------------------------------------------*/
.s-1962-2010 a{
	background: url(images/1962-2010.png) no-repeat;
	}
.s-2011-2020 a{
	background: url(images/2011-2020.png) no-repeat;
	}
#chronicle .box01{
	border-bottom: none;
	}
#chronicle table{
	width:100%;
	}
#chronicle td,#chronicle th{
	border: 1px solid #6CF;
	padding:5px 10px;
	}
#chronicle th{
	background-color: #d6bdeb;
	}
#chronicle td{
	}
#chronicle td:nth-child(1),#chronicle th:nth-child(1){
	width: 3em;
	}
#chronicle td:nth-child(2),#chronicle th:nth-child(2){
	width: 3em;
	}
#chronicle td:nth-child(1){
	background-color: #bfd5fa;
	}
#chronicle td:nth-child(2){
	background-color: #fce6ab;
	}
#chronicle td:last-child{
	background-color: #fff;
	}
	
	
	
/* プロフィールのレイアウト
--------------------------------------------*/
#self-img p{
	height: 0px;
	width: 245px;
	padding-top: 245px;
	background-image: url(images/self.png);
	background-repeat: no-repeat;
	overflow: hidden;
	}
#self-img{
	margin-right: 35px;
	float: left;
	}
#main-self{
	width: 820px;
	float: right;
	}
	
/* お問い合わせのレイアウト
--------------------------------------------*/
#inquiry #top h3{
	font-size: 22px;
	margin-bottom: 20px;
	}
#inquiry-img p{
	height: 0px;
	width: 245px;
	padding-top: 500px;
	background-image: url(images/inquiryimg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	}
#inquiry-img{
	margin-right: 35px;
	float: left;
	}
	
/* 部品のレイアウト
--------------------------------------------*/


.bold{
	font-weight: bold;
	}
	
.both{
	clear: both;	
	}
.ipad-only{
	display: none;
	}	
.ipad-none{
	display: block;
	}	
	
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: /*1024*/1099px) {

body{
word-wrap : break-word;
overflow-wrap : break-word;
}

header{
	width: 100%;
	}
#contents01{
	width: 80%;
	}
#contents02{
	width: 80%;
	}
#contents03{
	width: 80%;
	}
footer{
	width: 80%;
	}
.nav-box{
	width: 100%;
	}
.box-half{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	overflow-y: hidden;
	}


#contents04{
	width: 85%;
	}
#works #title a,#meigen #title a,#chronicle #title a,#profile #title a,#inquiry #title a{
	left: auto;
	right:0px;
}

#side{
	width: 80%;
	margin-right:auto;
	margin-left:auto;
	float: none;
	text-align:center;
	}
#side li{
	padding-left: 0px;
	}
#main{
	width: 80%;
	margin-right:auto;
	margin-left:auto;
	float: none;
	}
.box01txt{
	float: right;
	width: 74%;
	}
#main-self{
	width: 68%;
	}
#self-img{
	margin-right: 0px;
	}
#inquiry-img{
	margin-right: 0px;
	}
#sns{
	width: 85%;
	}
#home #sns{
	width: 78%;
	}
	.ipad-only{
	display: block;
	}	
	
	.ipad-none{
	display: none;
	}	
	
	/*アコーディオンメニュー
--------------------------------------------*/	
li{
list-style: none;
cursor: pointer;
}
ul.acordion{
	/*background: #B5E8D9;*/
	margin: 8px auto 35px auto;
	padding: 0;
	display: block;
	/*position: absolute;*/
	top: 150px;
	width: 100%;
	z-index: 2;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	background: linear-gradient(left,#d4f49c,#67d04d);
	background: -moz-linear-gradient(left,#d4f49c,#67d04d);
	background: -webkit-gradient(linear,left top,right top, from(#d4f49c), to(#67d04d));
	font-weight: bold;
	text-align: center;
	/*font-size: 0.5em;*/
}
ul.acordion li {
border-bottom: solid 1px #808080;
}
ul.acordion li:first-child {
/*border-top: solid 1px #808080;*/
border-top:none;
}
ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
ul.acordion li ul li {
	/*background: #B5E8D9;*/
	background: linear-gradient(left,#d4f49c,#67d04d);
	background: -moz-linear-gradient(left,#d4f49c,#67d04d);
	background: -webkit-gradient(linear,left top,right top, from(#d4f49c), to(#67d04d));
}
ul.acordion /*li ul*/ li:last-child{
	border-radius: 15px;
border-bottom: none;

}
ul.acordion li ul li a {
color: #696969;
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
ul.acordion li ul li a:hover {
	background: #FFF;
}

ul.acordion li .none-submenu {
background: url(trigger-arrow.png) no-repeat 98% 50%;
background-size: 2%;
display: block;
padding: 5px 10px 5px 10px;
}
ul.acordion li .active-submenu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}	

/*アコーディオンメニュー(ここまで)

--------------------------------------------*/
	

	
	
	
	
}	
	
	
@media screen and (max-width: /*768*/1023px) {
#title a{
	left: 25%;
	right: 25%;
}
	
	
#contents03{
	width: 70%;
	}
#contents04{
	width: 75%;
	}
#home #sns{
	width: 68%;
	}
#side{
	width: 90%;
	}
#main{
	width: 90%;
	}
.box01txt{
	width: 66%;
	}
.box01img{
	/*margin-right:0px;*/
	}
.box01txt-meigen{
	width: 100%;
	}
#main-self{
	width: 55%;
	}
#inquiry .ipad-only{
	display: block;
	}	
#inquiry .pc-only{
	display: none;
	}
.tyouhen a,.images a,.s-1962-2010 a,.s-2011-2020 a{
	padding-right: 20px;
	padding-left: 20px;
	}

}
@media screen and (max-width: /*414*/767px) {
#title a{
	left: 3%;
	right: 3%;
}
.nav-box{
	height:auto;
	}
#contents01{
	width: 81%;
	}
#contents02{
	width: 81%;
	}
#contents03{
	width: 65%;
	}
#contents04{
	width: 85%;
	}
#sns{
	width: 80%;
	}
#works #title a,#meigen #title a,#chronicle #title a,#profile #title a,#inquiry #title a{
	/*left: 11px;*/
	right:15px;
	top:140px;
}
#works #h-title h2,#meigen #h-title h2,#chronicle #h-title h2,#profile #h-title h2,#inquiry #h-title h2 {
	left: 15px;
	top: 305px;	
	}
#main h2,#main-self h2{
	font-size: 30px;
	/*padding-left: 0px;*/
	padding-bottom:5px;
	/*text-align: center;*/
	line-height: 1.4em;
	}
.tyouhen a,.images a,.s-1962-2010 a,.s-2011-2020 a{
	padding-right: 15px;
	padding-left: 15px;
	margin-left:15%;
	margin-right:15%;
	margin-bottom: 30px;
	}
.box01txt{
	width: 100%;
	float: none;
	clear: both;
	}
.box01image{
	/*float: none;
	width: 155px;
	margin-left:auto;
	margin-right:auto;*/
	}
.f-box,
.meigen-box{
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	}
#main-self{
	width:100%;
	}
#self-img{
	float: none;
	width:245px;
	margin-right: auto;
	margin-left: auto;
	}
#inquiry-img{
	display: none;
	}
	}
@media screen and (max-width: /*375*/413px) {
	#title a{
	height: 0px;
	width: 350px;
	padding-top: 154px;
	background-image: url(images/title01-s.png);
	/*left: auto;
	right: auto;*/
}
.newitem{
	width: 155px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	}
#works #title a,#meigen #title a,#chronicle #title a,#profile #title a,#inquiry #title a{
	left:5%;
	right:15px;
}
#works #h-title h2,#meigen #h-title h2,#chronicle #h-title h2,#profile #h-title h2,#inquiry #h-title h2 {
	top: 290px;	
	}
#contents01{
	width: 90%;
	}
#contents02{
	width: 90%;
	}
#contents03{
	width: 70%;
	}
#sns{
	width: 80%;
	}
footer{
	width: 90%;
	}
.f-box,
.meigen-box{
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	}
#contents04{
	width: 90%;
	}
.tyouhen a,.images a,.s-1962-2010 a,.s-2011-2020 a{
	margin-left:13%;
	margin-right:13%;
	}
	}
