@charset 'utf-8';

/*
初期設定
--------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
  min-width: 960px;
	font-size: 10px;
	font-size: 1em;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1,h2,h3,p,dl,dd,li {
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
  list-style: none;
}
a {
  display: block;
	color: #000;
  text-decoration: none;
}
a:hover {
	color: #ccc;
  text-decoration: underline;
}
header{
  text-align: left;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
h1{
  display: none;
}
img{
  vertical-align: bottom;
}
*{
  zoom:1;
}

/*
clearfix
--------------------------------*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/*
共通設定
--------------------------------*/
.content {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* --- ヘッダー --- */
.headCnt{
  margin: 2.5rem auto;
  background-color: #fff;
  color: #444444;
}
.headLogo{
  float: left;
  line-height: 1.2;
}
.headLogo a{
  color: #444444;
}
.headLogo a:hover{
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.headLogo p{
  font-size: 1.6rem;
}
.headLogo h2{
  margin-top: 5px;
  font-size: 2.7rem;
  letter-spacing: 2px;
}
.headTel{
  float: right;
  position: relative;
}
.headTel:before{
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: -55px;
  top: 15%;
  background: url(../img/ico_tel01.png) no-repeat;
  background-color: #b28146;
  background-position: 50% 50%;
  border-radius: 50%;
}
.headTel .tel{
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.2;
}
.headTel .tel span{
  font-size: 2.8rem;
}
.headTel .time{
  font-size: 1.4rem;
}

.ttlArea{
  height: 200px;
  background: url(../img/top/mv_bk.png) repeat-x;
  text-align: center;
}
.pageTtl{
  padding-top: 8.5rem;
}


/* --- グロナビ --- */
.gnav{
  background: #b28146;
}
.gnavCnt li:first-child:before{
  content: "";
  width: 1px;
  height: 25px;
  border-left: 1px dotted #fff;
  position: absolute;
  left: -1px;
  top: 30%;
}
.gnavCnt li:after{
  content: "";
  width: 1px;
  height: 25px;
  border-left: 1px dotted #fff;
  position: absolute;
  right: -2px;
  top: 30%;
}
.gnavMenu{
  width: 319px;
  margin-left: 1px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  float: left;
  vertical-align: bottom;
  position: relative;
  letter-spacing: normal;
}
.gnavMenu span{
  font-size: 1rem;
}
.gnavMenu a{
  padding: 1.6rem 0 1.6rem;
  color: #fff;
}
.gnavMenu a:hover{
  background: #e1ab43;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.gnavMenu a.active{
  background: #e1ab43;
  text-decoration: none;
}
.gnavMenu a:before{
  content: "";
  display: block;
  margin: 5px 10px 0 0;
  float: left;
}
.gnavImg01 a{
  padding-left: 8.6rem;
}
.gnavImg01 a:before{
  width: 22px;
  height: 25px;
  background: url(../img/gnav_img01.png) no-repeat;
}
.gnavImg02 a{
  padding-left: 8.9rem;
}
.gnavImg02 a:before{
  width: 25px;
  height: 25px;
  background: url(../img/gnav_img02.png) no-repeat;
}
.gnavImg03 a{
  padding-left: 10.8rem;
}
.gnavImg03 a:before{
  width: 31px;
  height: 25px;
  background: url(../img/gnav_img03.png) no-repeat;
}
.fl{
  float: left;
}


/* --- お問い合わせバナー --- */
.telCnt{
  width: 956px;
  margin-bottom: 5rem;
  border: 2px solid #dddddd;
  position: relative;
}
.telCnt:after{
  content: "";
  width: 200px;
  height: 257px;
  background: url(../img/tel_bk.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 3.5rem;
}
.telTtl{
  width: 90rem;
  margin: 2.5rem 0 0 2.8rem;
  padding-bottom: 1rem;
  color: #444444;
  font-size: 2.2rem;
  line-height: 1.2;
  border-bottom: 1px dotted #bbbbbb;
}
.contact{
  margin: 0 0 2rem 2.5rem;
}
.contact li{
  margin-right: 6.5rem;
  float: left;
  position: relative;
}
.contact li:first-child:after{
  content: "";
  background: url(../img/mrk_slash.gif) no-repeat;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -40px;
}
.contact h4{
  margin: 1.5rem 0 1rem; 
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
}
.contact address{
  margin-left: 6.5rem;
  font-size: 3rem;
  font-style: normal;
  line-height: 1.2;
}
.contact p{
  margin-left: 6.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.contact .tel:before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 45px;
  background: url(../img/ico_tel01.png) no-repeat;
  background-color: #b28146;
  background-position: 50% 50%;
  border-radius: 50%;
}
.contact .fax:before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 45px;
  background: url(../img/ico_fax.png) no-repeat;
  background-color: #b28146;
  background-position: 50% 50%;
  border-radius: 50%;
}
.telCnt .mail{
  margin: 0 0 3rem 3rem;
  position: relative;
}
.telCnt .mail a{
  width: 450px;
  padding: 1.5rem 0 1.5rem 12rem;
  background: url(../img/contantBnr_bk01.jpg);
  color: #fff;
  font-size: 2.2rem;
}
.telCnt .mail a:hover{
  background: url(../img/contantBnr_bk02.jpg);
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.telCnt .mail:before{
  content: "";
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  background: url(../img/ico_mail.jpg) no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  border-radius: 50%;
}

/* --- 追従型問い合わせ --- */
.goContact{
  background: url(../img/contantBnr_bk01.jpg) repeat-y;
  background-color: #fff;
  position: fixed;
  top: 45px;
  right: 0px;
  z-index: 10;
}
.goContact a{
  width: 2rem;
  padding: 7.5rem 3rem 2.5rem;
  line-height: 1.1;
  font-size: 2rem;
  color: #fff;
  position: relative;
}
.goContact a:hover{
  text-decoration: none;
  background: url(../img/contantBnr_bk02.jpg) repeat-y;
}
.goContact a:before{
  content: "";
  width: 5rem;
  height: 5rem;
  margin-left: -2.5rem;
  background: url(../img/ico_mail.jpg) no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  top: 4%;
  left: 50%;
}


/* --- フッター --- */
.footerCnt{
  background: #835c2a;
  color: #fff;
}
.footerLogo{
  margin: 3.5rem 0 2.5rem;
  float: left;
}
.footerLogo h2{
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
}
.furigana{
  position: relative;
}
.furigana:before{
  content: "かいた";
  display: block;
  width: 3.8rem;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: -1.3rem;
  left: 15%;
}
.footerLogo a{
  color: #fff;
}
.footerLogo a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.footerLogo address{
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.4;
}
.navArea{
  float: right;
}
.fnav{
  margin-top: 7rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.fnav li{
  display: inline-block;
  border-right: 1px solid #fff;
  position: relative;
}
.fnav li:last-child{
  border-right: none;
}
.fnav a{
  padding: 0 1.5rem 0 3.8rem;
  color: #fff;
}
.fnav a:before{
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 12px;
  background: url(../img/mrk_arrow.png) no-repeat;
}
.fnav li:last-child a{
  padding-right: 0;
}
.fnav a:hover{
  text-decoration: underline;
}


/* --- 下層ページ共通 --- */
.sec {
  color: #444;
}
.crumb_list {
  margin: 1.2rem 0 4rem;
}
.crumb_list li {
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
}

.crumb_list li:after {
  content: ">";
  line-height: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}

.crumb_list li:last-child:after {
  content: "";
}

.crumb_list a {
  text-decoration: underline;
  color: #1898E4;
  display: inline;
}

.crumb_list a:hover {
  text-decoration: none;
}

.tag {
  font-size: 0;
}

.tag:before {
  content: "";
  font-size: 1.6rem;
  line-height: 2;
  display: inline-block;
}

.tag li {
  display: inline-block;
  margin-right: 1rem;
}

.tag li:last-child {
  display: inline-block;
  margin-right: 0;
}

.tag li a {
  font-size: 1.6rem;
  line-height: 2;
  color: #1898E4;
  text-decoration: underline;
}

.tag li a:hover {
  text-decoration: none;
}

.date {
  font-size: 1.6rem;
  line-height: 2;
}


