@charset "utf-8";

/* 
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align:left;
background:url(../img/common/bg.png);}
@media print {
html,
html body {}
}

/* body	 -------------------------------------------------------------- */
body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	width:100% !important;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}

/* fonts -------------------------------------------------------------- */
a {
	color: #664938;
	text-decoration: none;
}
a:visited {}
a:hover,
a:active { text-decoration:underline;}

.txtC{text-align:center !important;}
.txtR{text-align:right !important;}
.txtL{text-align:left !important;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}

.f11 { font-size: 72%;} /* base 14px -> 10px */
.f12 { font-size: 86%;} /* base 14px -> 12px */
.f13 { font-size: 93%;} /* base 14px -> 13px */
.f16 { font-size: 115%;} /* base 14px -> 16px */
.f18 { font-size: 129%;} /* base 14px -> 18px */
.f20 { font-size: 143%;} /* base 14px -> 20px */
.f22 { font-size: 157%;} /* base 14px -> 22px */
.f24 { font-size: 171%;} /* base 14px -> 24px */
.f26 { font-size: 185%;} /* base 14px -> 26px */
.f28 { font-size: 200%;} /* base 14px -> 28px */

sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/*-- color -- */
.red {color: #e00100;}
.blue {color:#00479d;}
.yellow{color:#e39600;}


/* inline align ------------------------------------------------------------ */
.vaT {vertical-align: top    !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}


/* float ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 20px;}
.flImgR { display: inline; float: right; margin-left: 20px;}


/* Tools ------------------------------------------------------------------- */
.clear {clear: both;}
.block {display: block;}
.hide  {display: none;}
.bgN   {background: none !important;}
.tdU   {text-decoration: underline;}
.tdN   {text-decoration: none;}


/* Img ------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img-rp {
  display: block;
  width: 100%;
  height: auto;
}
/* img hover */
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* wrapper
---------------------------------------------------------- */
#wrapper {
	width:100%;
	min-width:1100px;
	position:relative;
}
@media screen and (max-width:768px){
#wrapper {
	min-width:100%;
}
}


/* header
---------------------------------------------------------- */
header {
	width:1100px;
	margin:auto;
	position:relative;
	padding-bottom:20px;
}
#siteid{
	margin-top:20px;
	float:left;
}
@media screen and (max-width:768px){
header {
	width:100%;
	padding-bottom:20px;
}
#siteid{
	width:40%;
	float:left;
	padding-left:10px;
}
#siteid img{
	width:100%;
}
#gNavBtn{
	padding-right:10px;
	margin-right:10px;
	background:#f37800;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	display:block;
	position:absolute;
	right:0px;
	bottom:20px;
	width:130px;
}

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  margin-top: 6px;
  height: 4px;
  width: 30px;
  border-radius: 0px;
  transition: 0.3s;
  background: #FFF;
  position:relative;
  float:left;
  }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
	  height: 4px;
	  width: 30px;
    border-radius: 0px;
    transition: 0.3s;
    background: #FFF;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 30px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.txon_txt{
	font-size:110%;
	font-weight:bold;
	padding-left:10px;
	float:right;
}
}

/* gNavi
---------------------------------------------------------- */
#gNavBox{
	margin:auto;
	width:1100px;
	position:relative;
}
#gNav{
	height:117px;
	margin-top:68px;
	position:absolute;
	top:-185px;
	right:0px;
	overflow:hidden;
}
#gNav ul{
	width:730px;
	margin-right:-50px;
	margin-top:75px;
}	
	#gNav li{
		float:left;
		font-weight:bold;
		font-size:98%;
		padding-right:50px;
	}
	.headSide_pc{
		width:100px;
		display:block;
		position:absolute;
		color:#FFF;
		padding:10px 0px;
		text-align:center;
		font-size:87%;
	}
		.sideNav01{
			top:0px;
			right:200px;
			background:#e56d00;
		}
		.sideNav02{
			top:0px;
			right:100px;
			background:#eaa000;
		}
		.sideNav03{
			top:0px;
			right:0px;
			background:#e56d00;
		}
@media screen and (max-width:768px){
#gNavBox{
	width:100%;
}
#gNav{
	width: 100%;
	margin-top:0px;
	display: table;
	height:auto;
	position:inherit;
	top:0px;
	right:0px;
}	
#gNav ul{
	width:100%;
	margin-top:0px;
	display: none;
}	
#gNav li{
	float:none;
	border-bottom:1px solid #FFF;
	background:#f37800;
	padding-right:0px;
}
	#gNav li:first-child{
		border-top:1px solid #FFF;
	}
#gNav li a{
	padding:15px 10px;
	display:block;
	height:100%;
	color:#FFF;
	font-weight:bold;
	position:relative;
}
#gNav li a:after{
 border-right: 4px solid #FFF;
 border-top: 4px solid #FFF;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 10px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 17px;
 width: 10px;
 }
	.headSide_pc{
		width:auto;
		position:relative;
		padding:inherit;
		text-align:left;
		font-size:100%;
	}
		.sideNav01{
			top:0px;
			right:inherit;
			background:none;
		}
		.sideNav02{
			top:0px;
			right:inherit;
			background:none;
		}
		.sideNav03{
			top:0px;
			right:0px;
			background:none;
		}
}

#mainimg {
	display:none;
}



/* contents
---------------------------------------------------------- */
#contents {
	width:100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.pageTtl{
	width:100%;
	text-align:center;
	padding:45px 0px;
	background-size:cover;
}
#contents h3{
	padding-bottom:5px;
	margin-bottom:33px;
	text-align:center;
	font-size:135%;
}



@media screen and (max-width:768px){
.pageTtl{
	background-size:150% cover;
}
}


/* layout
---------------------------------------------------------- */
.inner{
	width:1100px;
	margin:auto;
	position:relative;
	padding:30px 0px 40px;
}


/* pageTop
---------------------------------------------------------- */
.pageTop {
	position:fixed;
	right:10%;
	bottom:10%;
}
.pageTop a{
	display:block;
	background:#4e382f;
	width:46px;
	height:46px;
}
.pageTop a:after{
	 border-right: 4px solid #FFF;
	 border-top: 4px solid #FFF;
	 border-radius: 2px;
	 content: "";
	 margin: 0 0 0 10px;
	 height: 10px;
	 right: 16px;
	 position: absolute;
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
	 top: 20px;
	 width: 10px;
}

@media screen and (max-width:768px){
.inner{
	width:100%;
	padding: 20px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pageTop {
	right:5%;
	bottom:5%;
}
}


/* footer
---------------------------------------------------------- */
footer {
	
	padding:25px 0px 50px;
	background:#f37800;
	color:#FFF;
}
#footerInner{
	width:1100px;
	margin:auto;
}

address{
	font-style:normal;
	float:left;
}
	#copyright {
		font-size: 86%;
	}
#fNav{
	width:500px;
	float:left;
	margin-left:180px;
}
	#fNav ul{
		float:left;
	}
		#fNav li{
			padding:0px 60px 20px 0px;
		}
			#fNav li a{
				color:#FFF;
				font-size:94%;
			}
			#fNav li a:before{
				content:">";
				color:#FFF;
				padding-right:5px;
				font-size:75%;
			}

@media screen and (max-width:768px){
#footerInner {
	width: 100%;
}
#fNav{
	display:none;
}
address{
	width:100%;
	text-align:center;
}
}

/* table
---------------------------------------------------------- */
.type01 {
	width: 100%;
	border-collapse: separate;
}
.type01 th,
.type01 td {
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}
.type01 th {
	color:#FFF;
	background-color: #f37800;
	width:20%;
}
.type01 th:last-child{
	border-bottom:0px;
}
.type01 td {
	background:#FFF;
}

.brown th {
	color:#FFF;
	background-color: #664938;
}


.type02{
	width:100%;
	background:#FFF;
}
.type02 td {
	padding:15px;
	border-bottom:#ddd 1px solid;
}
.type02 tr:last-child td {
	border-bottom: 0px;
}
@media screen and (max-width:768px){
.table_basic01 {
	width: 100%;
}
.table_basic01,
.table_basic01 thead,
.table_basic01 tbody,
.table_basic01 tr,
.table_basic01 th,
.table_basic01 td {
	width: 100%;
	box-sizing:border-box;
	display: block;
}
.table_basic01 th,
.table_basic01 td {
	border-top: none;
	border-left: none;
}
.table_basic01 th {
}
.table_basic01 td {
}
}


/* clearfix ------------------------------------------------------------------- */
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}


/* margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb60 { padding-bottom:60px !important;}
.pb100 { padding-bottom:100px !important;}
.pb110 { padding-bottom:110px !important;}
.pb130 { padding-bottom:130px !important;}
.pl00 { padding-left: 0   !important;}
.pl03 { padding-left: 3px !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}


.borderB{
	border-bottom:1px solid #000;
	padding-bottom:5px;
}