@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-spacing:0;
}
table dt,table dd{
 text-align:left;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
}



/* --------------------------------------------------------------- 基本構造 -- */


table{
font-size:inherit;
font:100%; /* IE6΍ */
}

/* clear */
.clearfix:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.clearfix{
zoom:1;
}


body{
color:#000000; /* */
font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
-webkit-text-size-adjust: none;
line-height:1.6em;
text-align:center;
}

/* リンク */
a:link{
color:#7d4700; /* 色 */
text-decoration:underline;
}
a:visited{
color:#7d4700; /* 色 */
text-decoration:underline;
}
a:hover {
color:#7d4700; /* 色 */
text-decoration:none;
}
a:active {
color:#7d4700; /* 色 */
text-decoration:none;
}

/* ここまでテンプレ */
#wrapper{
	width:100%;
}
.imgTxt{
  font-size: 0;
  line-height: 0;
}
a:hover img{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#overlay{
  background-color: rgba(0,0,0,.8) !important;
}
@media print, screen and (min-width:769px){
body{
 font-size:16px;
 min-width:960px;
}
#wrapper{
  background: url(../../common/img/bg_content.jpg);
  overflow-x: hidden;
}
.spVer{
  display: none !important;
}
/* ===============================================
#headerArea
=============================================== */
#headerArea{
  border-top:solid 6px #222222;
}
#headerInner{
  width: 960px;
  margin: 0 auto;
  height: 90px;
  display: table;
}
#headerInner > *{
  display: table-cell;
  vertical-align: middle;
}
#headerLogo{
  text-align: left;
}
#headerAddress{
  text-align: right;
}
#headerAddress a{
  background: url(../img/pc_bt_access.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
}
#headerAddress a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/* ===============================================
#indexMainImage
=============================================== */
#indexMainImage{
  font-size: 0;
  line-height: 0;
  background: url(../img/img_main.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
}
/* ===============================================
.contentInner
=============================================== */
/* .contentInner
----------------------- */
.contentInner{
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.contentLower{
  margin: 0 20px;
}
/* h1 大きな見出し
----------------------------- */
#headLine {
  color: #3e2300;
  font-size: 32px;
  line-height: 1em;
  border-bottom: solid 2px #7d4700;
  padding-bottom: 12px;
}
#headLine > span{
  border-left: solid 6px #7d4700;
  display: inline-block;
  padding-left: 10px;
}
#headLine > span span{
  font-size: 24px;
  line-height: 1em;
}
/* h2 章の見出し
----------------------------- */
.chapterHead {
  font-size: 30px;
  color: #7d4700;
  line-height: 1.2em;
  margin-top: 60px;
  text-align: center;
}

/* h3 節の見出し
----------------------------- */
.sectionHead {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 32px;
}
.sectionHead:first-child,
.chapterHead + .sectionHead{
  margin-top: 27px;
}
/* h4 項の見出し
----------------------------- */
.itemHead {
}

/* h5 小見出し
----------------------------- */
.subHead {
}

.subHead span {
}

/* .txtBox
----------------------- */
.txtBox p{
  margin-top: 20px;
	line-height: 1.7;
}
.txtBox p:first-child{
  margin-top: 30px;
}
#headLine + .txtBox p:first-child{
  margin-top: 40px;
}
.txtBox .sectionHead + p{
  margin-top: 15px;
}
/* .imgRadius
----------------------- */
.imgRadius{
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.txtBox > .imgRadius{
  margin-top: 25px;
}
.imgRadius img{
  width: 100%;
  height: auto;
}
.imgRadius div{
  border-radius: 10px;
  overflow: hidden;
}
.imgRadius p{
  color: #4a2a00;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
/* .imageRightWrap.imageLeftWrap
----------------------- */
.imageRightWrap,
.imageLeftWrap{
  margin-top: 25px;
  overflow: hidden;
}
.imageRightWrap .imgRadius,
.imageLeftWrap .imgRadius{
  width: 380px;
}
.imageRightWrap .txtBox,
.imageLeftWrap .txtBox{
  width:calc(100% - 400px); 
}
.imageRightWrap .imgRadius,
.imageLeftWrap .txtBox{
  float: right;
}
.imageLeftWrap .imgRadius,
.imageRightWrap .txtBox{
  float: left;
}
.imageRightWrap .txtBox p:first-child,
.imageLeftWrap .txtBox p:first-child{
  margin-top: 0;
}
/* .contentCaption
----------------------- */
.contentCaption{
  padding-top: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 1.5em;
}
.contentCaption li{
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

/* .brBt
----------------------- */
.brBt{
  text-align: center;
  margin-top: 40px;
  padding-bottom: 5px;
}
.brBt a{
  display: block;
  margin: 0 auto;
  background: -webkit-linear-gradient(
    top,
    #4a1900 0%,
    #341300 100%
  );
  background: linear-gradient(
    to bottom,
    #4a1900 0%,
    #341300 100%
  );
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1em;
  width: 250px;
  padding: 12px 0 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
  box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.brBt a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/* .bkBt
----------------------- */
.bkBt{
  text-align: center;
  margin-top: 35px;
  padding-bottom: 5px;
}
.bkBt a{
  display: block;
  margin: 0 auto;
  background-color: #333333;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  width: 140px;
  padding: 12px 0 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
  box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.bkBt a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/* ===============================================
#accessArea
=============================================== */
#accessMap{
  margin-top: 35px;
}
#accessMap iframe{
  width: 100%;
  height: 360px;
}
#accessAddress{
  margin-top: 40px;
  padding: 30px;
  background-color: #eee7d5;
}
#accessAddress h3{
  font-size: 24px;
  color: #7d4700;
  font-weight: normal;
}
#accessAddress p{
  margin-top: 25px;
}
#accessRootList dt{
  color: #7d4700;
  font-size: 18px;
  margin-top: 60px;
  font-weight: bold;
}
#accessRootList dt:first-child{
  margin-top: 40px;
}
#accessRootList dd{
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}
/* ===============================================
#indexBottomTopBt
=============================================== */
#indexBottomTopBt{
  display: none;
}
/* ===============================================
#footerArea
=============================================== */
#footerArea{
  background: url(../../common/img/bg_footer.jpg) center top;
  color: #fff;
  width: 100%;
  min-width: 960px;
  margin-top: 60px;
}
#footerInner{
  background: url(../../common/img/pc_img_footer.png) right center no-repeat;
  padding: 47px 0 95px;
}
#footerInner > p{
  margin-top: 15px;
}
#footerLogo{
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 40px;
}
#footerInner address{
  font-style: normal;
  margin-top: 25px;
}
#footerInner address+p{
  font-style: normal;
  margin-top: 40px;
}
#footerInner address+p a{
	 font-size: 14px;
  color:#FFF;
}
/* #copyrightArea
----------------------- */
#copyrightArea{
  font-size: 14px;
  line-height: 1em;
  background-color: #000000;
  padding: 13px 0 11px;
}
}

@media screen and (max-width: 768px){
body{
 font-size:14px;
 line-height: 22px;
}
#wrapper{
  background: url(../../common/img/bg_content.jpg);
  -moz-background-size: 100px 133px;
  background-size: 100px 133px;
  overflow-x: hidden;
}
.pcVer{
  display: none !important;
}
/* ===============================================
#headerArea
=============================================== */
#headerArea{
  border-top:solid 5px #222222;
}
#headerInner{
  width: 100%;
  position: relative;
  text-align: left;
}
#headerLogo{
  position: absolute;
  left: 12px;
  top: 8px;
}
#headerAddress a{
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/sp_bt_access.png) no-repeat;
  -moz-background-size: 33px 33px;
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  right: 12px;
}

/* ===============================================
#indexMainImage
=============================================== */
#indexMainImage{
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 auto;
  background: url(../img/img_main.jpg) center center no-repeat;
  background-size: cover;
  height:250px;
}
/* ===============================================
.contentInner
=============================================== */
/* .contentInner
----------------------- */
.contentInner{
  margin: 0 15px;
  text-align: left;
}
.contentLower{
}

/* h1 大きな見出し
----------------------------- */
#headLine {
  color: #3e2300;
  font-size: 24px;
  line-height: 1.2em;
  border-bottom: solid 2px #7d4700;
  padding-bottom: 8px;
}
#headLine > span{
  border-left: solid 6px #7d4700;
  display: inline-block;
  padding-left: 10px;
}
#headLine > span span{
  display: none;
}

/* h2 章の見出し
----------------------------- */
.chapterHead {
 color: #7d4700;
 font-size: 22px;
 line-height: 1.2em;
 margin-top: 60px;
 text-align: center;
}
.chapterHead:first-child{
  margin-top: 40px;
}
/* h3 節の見出し
----------------------------- */
.sectionHead {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 22px;
}
.sectionHead:first-child,
.chapterHead + .sectionHead{
  margin-top: 20px;
}
.colorBox .sectionHead{
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

/* h4 項の見出し
----------------------------- */
.itemHead {
}

/* h5 小見出し
----------------------------- */
.subHead {
}

.subHead span {
}

/* .txtBox
----------------------- */
.txtBox p{
  margin-top: 15px;
}
.txtBox p:first-child{
  margin-top: 20px;
}
#headLine + .txtBox p:first-child{
  margin-top: 35px;
}
.txtBox .sectionHead + p{
  margin-top: 12px;
}

/* .imgRadius
----------------------- */
.imgRadius{
  font-size: 0;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.txtBox > .imgRadius{
  margin-top: 15px;
}
.imgRadius div{
  border-radius: 5px;
  overflow: hidden;
}
.imgRadius img{
  width: 100%;
  height: auto;
}
.imgRadius p{
  color: #4a2a00;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 5px;
  text-align: center;
}
/* .imageRightWrap.imageLeftWrap
----------------------- */
.imageRightWrap,
.imageLeftWrap{
  padding-top: 20px;
}
.txtBox + .imageRightWrap,
.txtBox + .imageLeftWrap{
  padding-top: 0;
}
.imageRightWrap .imgRadius,
.imageLeftWrap .imgRadius{
  width: 100%;
  margin-top: 15px;
}
.imageRightWrap .txtBox,
.imageLeftWrap .txtBox{
  margin-top: 15px;
}
.imageRightWrap .txtBox p:first-child,
.imageLeftWrap .txtBox p:first-child{
  margin-top: 0;
}

/* .contentCaption
----------------------- */
.contentCaption{
  padding-top: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 1.5em;
}
.contentCaption li{
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
/* .brBt
----------------------- */
.brBt{
  text-align: center;
  margin-top: 50px;
  padding-bottom: 3px;
}
.brBt a{
  display: block;
  margin: 0 auto;
  background: -webkit-linear-gradient(
    top,
    #4a1900 0%,
    #341300 100%
  );
  background: linear-gradient(
    to bottom,
    #4a1900 0%,
    #341300 100%
  );
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  width: 280px;
  padding: 10px 0;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
/* .bkBt
----------------------- */
.bkBt{
  text-align: center;
  margin-top: 30px;
  padding-bottom: 3px;
}
.bkBt a{
  display: block;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
  width: 140px;
  padding: 10px 0;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
/* ===============================================
#accessArea
=============================================== */
#accessMap{
  margin-top: 25px;
}
#accessMap iframe{
  width: 100%;
  height: 180px;
}
#accessAddress{
  margin-top: 20px;
  padding: 20px;
  background-color: #eee7d5;
}
#accessAddress h3{
  font-size: 18px;
  color: #7d4700;
  font-weight: normal;
}
#accessAddress p{
  margin-top: 17px;
}
#accessRootList dt{
  color: #7d4700;
  font-size: 16px;
  margin-top: 24px;
  font-weight: bold;
}
#accessRootList dd{
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}
#accessRootList dd img{
  max-width: 100%;
  width: 290px;
  height: auto;
}
/* ===============================================
#indexBottomTopBt
=============================================== */
#indexBottomTopBt{
  margin-top: 40px;
}
#indexBottomTopBt a{
  display: block;
}
#indexBottomTopBt a span{
  padding-left: 12px;
  background: url(../../common/img/ic_arrow_wh_up.png) left center no-repeat;
  -moz-background-size: 7px 4px;
  background-size: 7px 4px;
}
/* ===============================================
#footerArea
=============================================== */
#footerArea{
  background: url(../../common/img/bg_footer.jpg) center top;
  -moz-background-size: 640px 300px;
  background-size: 640px 300px;
  color: #fff;
  width: 100%;
  margin-top: 28px;
  font-size: 10px;
  line-height: 1.5em;
}
#contentArea + #footerArea{
  margin-top: 0;
}
#footerInner{
  background: url(../../common/img/sp_img_footer.png) right 45px no-repeat;
  -moz-background-size: 253px 261px;
  background-size: 253px 261px;
  padding: 35px 0 60px;
}
#footerInner > p{
  margin-top: 6px;
}
#footerLogo{
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
#footerInner address{
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 25px;
}
#footerInner address+p{
  font-style: normal;
  margin-top: 40px;
}
#footerInner address+p a{
	 font-size: 14px;
  color:#FFF;
}
/* #copyrightArea
----------------------- */
#copyrightArea{
  font-size: 10px;
  line-height: 1em;
  background-color: #000000;
  padding: 10px 0;
}

}