@charset "UTF-8";
/*p要素のリセット*/
p{
	margin: 0;
}
/*ページの背景の設定*/
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/background/guchonet_back_grand.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% 100%;
}
/*トレイをおく場所の指定*/
.outerBox {
	width: 980px;
	height: 560px;
	position: absolute;
	left: 50%;
	margin-top: -280px;
	margin-left: -490px;
	opacity: 1;
	top: 56%;
	border-width: 0px;
}
/*トレイの設置*/
.tray {
	width: 980px;
	height: 564px;
	position: absolute;
	left: 50%;
	margin-top: -280px;
	margin-left: -490px;
	opacity: 0.8;
	top: 56%;
	background-image: url(../image/icon/tray.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	border-width: 0px;
}
/*トレイの上のフレイムスの設置*/
.frames {
	width: 980px;
	height: 564px;
	position: absolute;
	left: 50%;
	margin-top: -280px;
	margin-left: -490px;
	opacity: 1;
	top: 56%;
	background-image: url(../image/icon/frame.png);
	background-repeat: no-repeat;
	border-width: 0px;
}
/*内側のフレームのボーダーを消す（このスタイルシードではない気がする）*/
iframe {
	border-width: 0px;
}
/*タブ全体の大きさ、配置の指定*/
.tabs {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 100%;
}

/*タブ1つにINPUTとLABELの両方の設定が必要になる*/
/*INPUTタグの設定ここから*/
.tabs input {
	z-index: 1000;
	/*タブの横幅・高さの設定（LABELも同様）*/
	width: 120px;
	height: 46px;
	/*配置場所の設定*/
/*tabsからの距離*/
	position: absolute;
	left: 150px;
	top: -46px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
}
/*タブの横幅が変わる場合は一つずつ左端からの距離を変更*/
.tabs input#tab-2{
	left: 270px;
}
.tabs input#tab-3{
	left: 390px;
}
.tabs input#tab-4{
	left: 510px;
}
.tabs input#tab-5{
	left: 630px;
}
/*
.tabs input#tab-6{
	left: 600px;
}
.tabs input#tab-7{
	left: 720px;
}
↓タブを増やす場合ここに追加をして配置場所を指定する↓
.tabs input#tab-8{
	left: 840px;
}
.tabs input#tab-9{
	left: 960px;
}
.tabs input#tab-10{
	left: 1080px;
}
*/

/*LABELタグの設定ここから*/
.tabs label {
	/*タブの横幅・高さの設定（INPUTも同様）*/
	height: 46px;
	width: 120px;
	/*触らない*/	
	top: -42px;
	float: left;
	position: relative;
	display: block;
	/*画像にした時に必要がなくなるかもしれない*/
	text-align: center;
	line-height: 40px;
	/* [disabled]color: rgba(30,186,182,1.00); */
	font-weight: bold;
	opacity: 0.6;
	left: 150px;
}
/*タブの設定*/
.tabs .tab-label-1 {
	background-image: url(../image/icon/home_white.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs .tab-label-2 {
	background-image: url(../image/icon/news_white.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs .tab-label-3 {
	background-image: url(../image/icon/concept_white.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs .tab-label-4 {
	background-image: url(../image/icon/gallery_white.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs .tab-label-5 {
	background-image: url(../image/icon/shops_white.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
/*マウスオーバーの背景の指定*/
.tabs input#tab-1:hover + label {
	z-index: 6;
	background-image: url(../image/icon/home_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-2:hover + label{
	background-image: url(../image/icon/news_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-3:hover + label{
	background-image: url(../image/icon/concept_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-4:hover + label{
	background-image: url(../image/icon/gallery_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-5:hover + label{
	background-image: url(../image/icon/shops_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}

/*選択された時の背景の指定*/
.tabs input#tab-1:checked + label {
	z-index: 6;
	background-image: url(../image/icon/home_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-2:checked + label{
	background-image: url(../image/icon/news_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-3:checked + label{
	background-image: url(../image/icon/concept_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-4:checked + label{
	background-image: url(../image/icon/gallery_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
.tabs input#tab-5:checked + label{
	background-image: url(../image/icon/shops_BK.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left top;
}
/*LABELの重ね順の設定（オフィシャルでは必要とされている）*/
/*.tabs label:first-of-type {
    z-index: 5;
}

.tab-label-2 {
    z-index: 4;
}

.tab-label-3 {
    z-index: 3;
}

.tab-label-4 {
    z-index: 2;
}
.tab-label-5 {
    z-index: 1;
}

*/

/*タブのメイン画面の設定*/
.content {
	/*タブのコンテンツの横幅・高さの設定*/
	width: 896px;
	height: 490px;
	/*配置場所の設定*/
/*tabsからの距離*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*触らない*/
	clear: both;
	z-index: 5;
	border-width: 0px;/*大外をボックスで囲むなら
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 0 3px 3px 3px;
	background: #fff;
*/
}
/*タブの各コンテンツの内側の設定（共通）*/
.content div {
	/*タブの表示されるアニメーションの設定*/
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
	/*触らない*/
	position: absolute;
	z-index: 1;
	/*チェックされていない物は隠す*/
	opacity: 0;
	border-width: 0px;
}

/*各タブをクリックした時の動作の設定*/
/*タブを追加する際にはこのセレクターを追加する↓*/
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5
{
/*アニメーションの設定*/
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
/*触らない*/
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
/*チェックされたら表示する*/
    opacity: 1;
}

/*タブのコンテンツ内の書式設定*/

.content .content-2 .about_gucho {
	width: 670px;
	height: 380px;
	float: right;
	position: relative;
	top: 100px;
	font-size: 15px;
	color: rgba(255,255,255,1.00);
	line-height: 21px;
	right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content .content-2 .photo {
	width: 200px;
	height: 286px;
	float: left;
	position: relative;
	top: 100px;
	left: 10px;
	background-color: rgba(26,124,72,1.00);
	z-index: 1;
}

/*各デバイスごとの背景の設定*/
/*iPads 横*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape){
body {
	background-image: url(../image/background/guchonet_back_grand-iPad-W.png);
	background-repeat: no-repeat;
}
}
/*iPads 縦*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait){
body {
	background-image: url(../image/background/guchonet_back_grand-iPad-H.png);
	background-repeat: no-repeat;
}
}
/*iPhone 5 以降 横*/
@media screen and (device-width: 320px) and (device-height: 568px) and (orientation: landscape){
body {
	background-image: url(../image/background/guchonet_back_grand-iP5-W.png);
	background-repeat: no-repeat;
}
}
/*iPhone 5以降　縦*/
@media screen and (device-width: 320px) and (device-height: 568px) and (orientation: portrait){
body {
	background-image: url(../image/background/guchonet_back_grand-iP5-H.png);
	background-repeat: no-repeat;
}
}
/*iPhone 4sまで　横*/
@media screen and (device-width: 320px) and (device-height: 480px) and (orientation: landscape){
body {
	background-image: url(../image/background/guchonet_back_grand-iP4-W.png);
	background-repeat: no-repeat;
}
}
/*iPhone 4sまで　縦*/
@media screen and (device-width: 320px) and (device-height: 480px) and (orientation: portrait){
body {
	background-image: url(../image/background/guchonet_back_grand-iP4-H.png);
	background-repeat: no-repeat;
}
}
