@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
}
/*logoの設定*/
header h1 {
	margin:0 auto;
	padding:15px 5px 7px 5px;
	width:40%;
}
header h1 img {
	width:100%;
	max-width:200px;
}



/*==========================================
 トップスライドショー写真のスタイル
===========================================*/
#slideshow {
    width:100%;
    margin-top: 30px;
    background-color: ;   
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 95%;
  margin-left:auto;
  margin-right: auto;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float:left;    
  width: 98%;   
  border: 3px black solid;
}

/*==========================================
マウスオーバー写真の透明スタイルの設定
===========================================*/

a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

nav{background-color: gainsboro;}

nav ul {
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 2px solid #000; 
}

nav ul li.home{border-top: 2px solid #000;}
nav ul li.bizyoalbum{border-top: 2px solid #000;}

/*css3 liの偶数指定*/
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  display: block;
  width: 100%;
  padding-top:  15px;
  padding-bottom: 15px;  
  }
nav ul li a:hover {
text-decoration: none;
background-color: whitesmoke;
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../images/wakabayashitoshinariillust.jpg) no-repeat bottom;
  padding-bottom: 300px;  
}
/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work article {
  text-align: center;
  width: 100%;
  min-width: 120px;
  float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {
  margin-left: 5px;
    margin-top: 20px;
}
div#contents section#news h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#news article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#news article p a {
  text-decoration: underline;
}
div#contents section#news article p a:hover {
  text-decoration: none;
}
/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
   width:100%;
  text-align: center;
  margin-top:  20px;
} 
div#contents section#information h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}


div#contents section#information ul li {
  margin: 5%;
}
div#contents section#information ul li img {
  width:45%;
  margin:2.5%;  
  float:left;
}

/*==========================================
 コンテンツエリア -> snslinkbarのスタイル
===========================================*/
div#contents section#snslinkbar {
   clear:left;
  text-align: center;
  margin-left: 5px;
  margin-top: 20px;
}
div#contents section#snslinkbar h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}

div#contents section#snslinkbar div{margin-top: 15px;
                                    margin-bottom: 15px;}


div#contents section#snslinkbar img{margin-top:10px;
　　　　　　　　　　　　　　　　　　　　　　margin-bottom: 10px;
　　　　　　　　　　　　　　　　　　　　　　width:100%;
                                     max-width:320px;
                                     margin-left: auto;
                                     margin-right: auto;
                                     }




/*==========================================
 コンテンツエリア内youtubeのスタイル
===========================================*/

/* youtubeのレスポンシブウェブデザイン設定はじまり*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* youtubeのレスポンシブウェブデザイン設定おわり*/




/*==========================================
 ページトップへ移動スクロールボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 10px solid #000;
}
footer div {
  margin: 20px 0 0 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}

footer {
    margin:0 auto;
  }


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
/*logoの設定*/
header h1 {
	text-align:left;
	padding:15px 5px 7px 5px;
	width:200px;
	float:left;
}

header h1 {width:200px;
} 
    
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    padding-top: 15px;  
    font-size:8px;
    
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 11%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 12%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
    
nav ul li.home{border-top: none;}
nav ul li.bizyoalbum{border-top: none}
    
  nav ul li a{
    display: block;
  }

/* PCとタブレット向け全画面表示レイアウトでのトップスライドショー写真の幅と左右の余白設定：769~961px未満 */    
.rslides {
  width: 95%;
}
    
    
    div#contents section#work article {
    width: 33%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }

div#contents section#snslinkbar img{margin-top:10px;
　　　　　　　　　　　　　　　　　　　　　　margin-bottom: 10px;
　　　　　　　　　　　　　　　　　　　　　　width:100%;
                                     max-width: 320px;}   
    
footer {
    text-align: center;
  }


}

/* PC向け全画面表示レイアウトの指定：961px以上 */
/* PC向け全画面表示レイアウトの指定：961px以上 */
/* PC向け全画面表示レイアウトの指定：961px以上 */
@media only screen and (min-width: 961px) {
    
/* 固定レイアウト用 */
body{max-width: 1600px;
         margin-left:auto;
         margin-right: auto;}  

/* header */
header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
header h1 {width:200px;
}
  nav {
    max-width: 100%;
  }
  nav ul{
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom: none;
  }
  nav ul li.home {
    border-left: 1px dotted #000;
  }
  nav ul li.contact {
    border-right: 1px dotted #000;
  }
    
/* PCとタブレット向け全画面表示レイアウトでのトップスライドショー写真の幅と左右の余白設定：961px以上*/    
  div#contents {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    background-color: ;
  }

    
#slideshow{
        width:100%;
        float:left;
    }
    
.rslides {
  width: 95%;
}  
    
    


  div#contents section#work article {
    width: 20%;
  }
  div#contents section#work article h3 {
    line-height: 2.2em;
  }
  
  
    div#boxa{width:70%;float:left;}  
    div#boxb{width:30%;float:right;
             background-color: white;
             margin-top:30px;}
    
 div#contents section#news {
    width: 48%;
    height: 500px;
    float:left;
  }

/* PC向け全画面表示レイアウトでのコンテンツエリア内のインフォーメーションボックスの幅と位置の設定：961px以上 */
  div#contents section#information {
    width: 48%;
    height:500px;
    float: right;
  }

 div#contents section#snslinkbar {
    width: 100%;
    max-width:320px;
    margin-left: auto;
     margin-right: auto;
  }

#snslinkbar img{max-width:320px;}    

}


