@charset 'utf-8';

@font-face {
font-family: "ReikoFont";
  src: url(../font/reikofont_1st.eot) format("eot"), url(../font/reikofont_1st.woff) format("woff");
}

/***** 基本設定 *****/
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;	/* ゴシック系 */
	font-size: 12px;
	background-color: #706F6C;
	line-height: 1;
	font-weight: normal;
}


/***** リンク設定 *****/
a {
	color:#0071bc;
	text-decoration: none;
}

a {
	border: none;
}

a:hover {
	color:#0071bc;
	text-decoration: underline;
}

/***** リスト設定 *****/
ul {
	list-style-type: none;
	font-weight: normal;
}

/***** 文字設定 *****/
h1, h2, h3, h4, p {
	padding: 2px;
	margin: 0;
	font-weight: normal;
}

h1 {	/* ヘッダーロゴ */
	font-family: "sketchnote-square",sans-serif;
	font-size: 52px;
	color: #1a1a1a;
}

h2 {	/* メニュー */
	font-family: "sketchnote-square",sans-serif;
	font-size: 26px;
	color: #1a1a1a;
}

h3 {	/* サブヘッダー、フッター */
	font-family: "sketchnote-square",sans-serif;
	font-size: 20px;
	color: #1a1a1a;
}

h4 {	/* サブタイトル、メッセージ */
	font-family: "ro-brush-std", sans-serif;
	font-size: 20px;
}

p {	/* 文章 */
	font-family: "ReikoFont", serif;
	font-size: 17px;
	color: #494949;
}

hr {
	padding: 0;
}

/***** 画像設定 *****/
img {
	max-width: 100%
	height: auto;
}

/***** 余白設定 *****/
#pagebody {
	width: 100%;
	max-width: 1920px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
}

#header {
	top: 0;
	padding: 5px;
	margin: 0 auto;
	background: #ffffff;
	z-index: 50;
}

#subheader {
	clear: both;
	padding: 0 10px;
	margin: 0 auto;
	margin-left: 16px;
	display: block;
	background: #ffffff;
	position: relative;
}

.fb-like {
	margin-left: -webkit-calc(100%- 100px);
	margin-left: calc(1900px - 100px);
}

#contents {
	clear: both;
	height: 100%;
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
	color: #e6e6e6;
	background: #403F3C;
}

/***** タイトル設定 *****/
#headerlogo {
	padding: 0;
	margin: 10px 0;
	float: left;
	font-size: 52px;
	line-height: 0.8;
	font-weight: normal;
}

#headerlogo a {
	color:#1a1a1a;
	text-decoration: none;
}

#headerlogo a:hover {
	color:#1a1a1a;
	text-decoration: none;
}

@media screen and (max-width: 760px) {
	h1 ,
	#headerlogo {
		font-size: 34px;
		color: #00ff00;
	}
}

@media screen and (max-width: 480px) {
	h1 ,
	#headerlogo {
		font-size: 26px;
		color: #0000ff;
	}
}

/***** メニュー設定 *****/

#toggle {
	display: none;
}

#menubar{
	padding: 0;
	margin-left: -webkit-calc(100%- 620px);
	margin-left: calc(1900px - 620px);
/*	margin-left: 560px;*/
}
/* 8x5 + 90 + 150 + 100*2 + 80 5*9 = 605px */


#menubar ul li{
	float: left;
	text-align: center;
}

#menubar ul li a{
	width: auto;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	background: #ffffff;
}

#menubar ul li a:hover{
	color: #0071bc;
	background: #ffffff;
}
.menu-line {
	width: 8px;
}

.menu-item-news {
	width: 90px;
	float: left;
	text-align: center;
}

.menu-item-gallaries {
	width: 150px;
	float: left;
	text-align: center;
}

.menu-item-5 {
	width: 100px;
	float: left;
	text-align: center;
}

.menu-item-4 {
	width: 80px;
	float: left;
	text-align: center;
}

.fixed {
	position: fixed;
	top: 0;
	width: 1910px;
	color: #808080;
	background: #ffffff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	z-index: 100;
}

/***** 個別ページ *****/

.message {
	color: #e6e6e6;
	padding: 10px;
	text-align: center;
}

.subtitle {
	color: #494949;
	padding: 0;
	margin: 10px 0;
}


#footer{
	clear: both;
	padding: 5px 10px;
	text-align: right;
}

.galleries,
.news,
.works,
.about {
	margin: 20px;
	padding: 20px;
	background: #eeeeee;
	overflow: hidden;
}

.galleries ul,
.news ul,
.works ul,
.about ul {
	padding: 0;
	margin: 0 auto;
}


/*
.galleries ul  {
	padding: 0;
	margin: 0 auto;
}*/

.date {
	padding: 0;
	line-height: 1.2;
}

.news > ul >li,
.works > ul >li,
.about > ul >li {
	margin-bottom: 40px;
}

/*
.works ul {
	padding: 10px 0;
}
*/

.works > ul > li > ul > li {
	float: left;
	padding-left: 5px;
}

.frame {
	margin: 2% 3%;
	padding: 3%;
	background: #ffffff;
	text-align: center;
}

.frame-yoko {
	margin: 2% 3% 5% 3%;
	padding: 3% ;
	background: #ffffff;
	text-align: center;
}

.frame-tate {
	margin: 2% 20% 5% 20%;
	padding: 3% ;
	background: #ffffff;
	text-align: center;
}

.works dt {
	float:left;
}


.works dt dl {
	clear:left;
}
/** about Page **/


.about form{
	margin-left: 10px;
}

.about form dt{
	font-size: 1em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
/*	border-left: 10px solid #222222;*/
}

.about form dd{
	margin: 0 0 1em 1em;
}

.about form p input{
	margin-left: 1em;
}


#name{
	width: 30em;
	max-width: 90%;
}

#mail{
	width: 30em;
	max-width: 90%;
}

#comment{
	width: 30em;
	max-width: 90%;
}



/***** float解除設定 *****/

.clearfix{
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/* clearfix for IE7*/
.clearfix{
	display: inline-block;
}
.clearfix {
	display: block;
}

/***** スマホ用設定 ****************** ↓↓↓↓↓↓ココカラ↓↓↓↓↓ *****/
@media screen and (max-width: 1920px) {

.fb-like {
	margin-left: -webkit-calc(100%- 100px);
	margin-left: calc(100% - 100px);
}

#menubar{
	padding: 0;
	margin-left: -webkit-calc(100% - 620px);
	margin-left: calc(100% - 620px);
/*	margin-left: 560px;*/
}
/* 8x5 + 90 + 150 + 100*2 + 80 5*9 = 605px */

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	color: #808080;
	background: #ffffff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	z-index: 100;
}

}
/***** スマホ用設定 ****************** ↓↓↓↓↓↓ココカラ↓↓↓↓↓ *****/
@media screen and (max-width: 1000px) {
/*
#menubar{
	clear: left;
	margin: 0 auto;
}
*/

#toggle {
	display: block;
	top: 10px;
	right: 20px;
	width: 80px;
	display: block;
	position: absolute;
/*	padding: 20px 0 20px;*/
	border: 1px solid #403f3c;
	color: #1a1a1a;
	text-align: center;
	text-decoration: none;
	z-index:9000;
	background: #ffffff;
}

.menu-line {
	display: none;
}

#menubar ul {
	display: none;
	width: 180px;
	top: 30px;
	right: 20px;
	position: absolute;
	background: rgba(0,0,0,0.8);
	z-index:9999;
}

#menubar ul li{
/*	width: 100%;*/
	width: 120px;
	text-align: center;
	background: rgba(0,0,0,0 );
}

#menubar ul li a{
	color: #e6e6e6;
	background: rgba(0,0,0,0 );
}

#menubar ul li a:hover{
	color: #0071bc;
	background: rgba(0,0,0,0 );
}

/*
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 6px;
	background: #ffffff;
}
*/
#toggle a {
	color: #1A1A1A;
	text-decoration: none;
}

#toggle a:before {
	margin-top: -9px;
}

#toggle a:after {
	margin-top: 3px;
}


}

/***** スマホ用設定 ****************** ↑↑↑↑↑↑ココマデ↑↑↑↑↑ *****/

