﻿@charset "utf-8";

@media print{
body {
    -webkit-print-color-adjust: exact;
  }
  
#Subnavi ul {
	display:none;
	}
}

body {
	color: #333;
	font-size: 15px;
	line-height: 180%;
	min-width: 1000px;
}

.wrapper {
	width: 900px;
	margin: 0px auto;
}


/*リンク設定*/
a:link  { color:#ff6600; text-decoration: underline; }
a:visited  { color:#ff6600; text-decoration: underline; }
a:active  { color:#ff944d; text-decoration: none; }
a:hover  { color:#ff944d; text-decoration: none; }


/*****************************************************/
/** タイトル設定 **/
/*****************************************************/

h1 {
	font-size:13px;
	color: #666666;
	font-weight: normal;
	text-indent: 5px;
}

h2.title {
	width: 903px;
	height: 63px;
	margin: 50px auto 0px auto;
}

h3 {
	width: 860px;
	margin: 30px auto 15px auto;
}

h3.subttl {
	width: 860px;
	height: 48px;
}

h4 {
	margin: 30px auto 10px auto;
	width: 860px;
	height: 47px;
}

.subname {
	color: #dfecaa;
	font-weight: normal;
}


/*****************************************************/
/** レイアウト用 **/
/*****************************************************/

#Header_wrapper {
	width: 100%;
	min-height: 560px;
	height: auto;
	background: url(../img/main_back.jpg);
}


#Header {
	width: 100%;
	height: auto;
	background: url(../img/header_back.jpg) repeat-x;
}

.title_logo {
	float: left;
	margin-top: 15px;
}

.tel_box {
	float: right;
	text-align: right;
}

#Gnavi {
	width: 900px;
	margin: 20px auto 0px auto;
}

#Gnavi ul li {
	height: 50px;
	float: left;
}

.main_img {
	width: 100%;
	min-height: 560px;
	height: inherit;
/*	background: url(../img/main_img.png) center bottom no-repeat; */
}

/*** リード文配置 ****/
.main_txt_wrapper {
	width: 1000px;
	height: 385px;
	margin: 0px auto;
	position: relative;
}
	
.main_txt {
	position: absolute;
	top: 167px;
	left: 415px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/** テキストにアンチエイリアスをかける **/
.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}

#Subnavi {
	width: 900px;
	margin: 0px auto 0px auto;
	position: fixed;
	top: 0px;
	left:50%;
    margin-left:-450px;
	display: none;
	z-index: 50;
}

#Subnavi ul li {
	float: left;
}

.pagetop {
	text-align: right;
	font-size: 12px;
	width: 880px;
	margin: 10px auto;
}

#Footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 3px solid #ff9933;
	background: url(../img/footer_back.jpg) top repeat-x;
}

/*****************************************************/
/** 本文設定 **/
/*****************************************************/

.KijiArea {
	width: 850px;
	margin: 0px auto 10px auto;
}

.KijiArea p {
	font-size: 14px;
	margin: 0px 10px;
	line-height: 180%;
}

.ImageRight {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
}

.copyright {
	font-size: 12px;
	color: #666;
}

.anchor {
	padding-top:40px;
    margin-top:-40px;
}

.pagecut {
		page-break-before: always; /*印刷ページ区切り*/
}

/*****************************************************/
/** 写真にシャドウフレーム表示 **/
/*****************************************************/

.frame {
  display: inline-block;
  position: relative;
  overflow: hidden; /* 不要部分を消す */
  padding: 12px; /* 00px だけは写真からはみ出す */
}

.frame img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.frame:before,.frame:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 95px;
  height: 50px;
  background: #fff; /* 背景色 */
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}

/** 左上 ****/
.frame:before {
  box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
  top: -24px;
  bottom: auto;
  right: auto;
  left: -26px;

}
/** 右下 ****/
.frame:after {
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
  top: auto;
  bottom: -22px;
  right: -25px;
  left: auto;
}


/*****************************************************/
/** コンテンツ用 **/
/*****************************************************/

.gyomu {
	width: 300px;
	height: 220px;
	position: relative;
	float: left;
}


.gyomu img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gyomu_txt {
	position: absolute;
	top: 115px;
	left: 20px;
	width: 260px;
	font-size: 13px;
	line-height: 160%;
}

.gmap {
	width: 480px;
	float: right;
	margin: 0px 10px 15px 0px;
}
