@charset "utf-8";
/*----------------------------------------------------
	                 Reset
------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
figure,
section {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
fieldset,
img {
     border: 0;
     vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
     font-style: inherit;
     font-weight: inherit;
}

li {
     list-style: none;
}
caption,
th {
     text-align: left;
}
header,
footer{
	display: block;
}
strong{
	font-weight: bold;
}
hr{
	border-width: 1px 0 0 0;
	border-color: #c8c8c8;
	margin: 15px 0;
}
#respond #submit,
.wpcf7-submit{
	-webkit-appearance: none;
}
/*----------------------------------------------------
	                 Basic Elements
------------------------------------------------------*/
@font-face {
	font-family: 'あんず文字';
	src: url("font/APJapanesefont.eot"); /* for IE */
}
@font-face {
	font-family: 'あんず文字';
	src: url("font/APJapanesefont.woff") format("woff"),
		url("font/APJapanesefont.ttf") format("truetype"); /* for IE(>=9), Firefox(>=3.6), Safari(>=5.1), Chrome(>=6), Opera(>=11) */
}

body{
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #686868;
	line-height: 1.8em;
}
a{text-decoration: none;color: #686868;}

/*margin*/
.mgB00{margin-bottom:  0px!important;}
.mgB05{margin-bottom:  5px!important;}
.mgB10{margin-bottom: 10px!important;}
.mgB15{margin-bottom: 15px!important;}
.mgB20{margin-bottom: 20px!important;}
.mgB30{margin-bottom: 30px!important;}
.mgR00{margin-right:   0px!important;}
.mgL00{margin-left:    0px!important;}
.mgT00{margin-top:     0px!important;}

/*padding*/
.pdB00{padding-bottom:   0px!important;}
.pdB05{padding-bottom:   5px!important;}
.pdB10{padding-bottom:  10px!important;}
.pdB15{padding-bottom:  15px!important;}
.pdB20{padding-bottom:  20px!important;}
.pdR00{padding-right:    0px!important;}
.pdL00{padding-left:     0px!important;}
.pdT00{padding-top:      0px!important;}

.txtCenter {text-align: center;}
.txtLeft   {text-align: left;}
.txtRight  {text-align: right;}
.txtSmall  {font-size: 80%;}
.txtLarge  {font-size: 140%;}

.alignright{
	display: block;
    margin-left: auto;
    margin-right: 0;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	display: block;
    margin-left: 0;
    margin-right: auto;
}
.subTit{
	font-family: 'あんず文字';
	font-weight: normal;
	color: #ce3f00;
}
.btnDetail{
	display: inline-block;
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.clearfix {width:100%;}
.clearfix:after{ content: ""; display: block; clear: both;}
.slick-arrow{
	display: block;
	border: none;
	text-indent: -9999%;
	overflow: hidden;
	outline: none;
}
.slick-next{
	background: url(img/home/arrow_slide_right.png) no-repeat 0 0 /cover;
}
.slick-prev{
	background: url(img/home/arrow_slide_left.png) no-repeat 0 0 /cover;
}
.link{
	color: #ce3f03;
	text-decoration: underline;
}
.link:hover{
	text-decoration: none;
}
.btn{
	display: inline-block;
	padding: 10px;
	background-color: #ce3e02;
	border-radius: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
	text-align: center;
}
.btn:hover{
	text-decoration: none;
}
.faa606{
	color: #faa606;
}
.ce3f00{
	color: #ce3f00;
}
.blogList a{
	display: block;
}
.blogTit{
	width: 100%;
	font-weight: normal;
	font-size: 130%;
	text-align: center;
}
.blogTxt{
	font-size: 90%;
	line-height: 1.4em;
}

.blogList{
	width: 220px;
	display: block;
	margin-right: 20px;
	margin-left: 10px;
	position: relative;
}
#home .blogList{
	height: 265px;
}
.blogList .thumArea{
	width: 220px;
	height: 170px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}
.blogTit{
	font-weight: normal;
	font-size: 130%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.blogList .date{
	width: 88px;
	height: 20px;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.6em;
	background: url(img/common/bg_date.png) no-repeat 0 0 /cover;
	position: absolute;
	top: 10px;
	left: -10px;
}
.largeTxt{
	font-family: 'あんず文字';
	color: #ce3f00;
	font-size: 40px;
	margin-bottom: 30px;
}
.slick-slide a{
	outline: none;
	display: block;
}
.caution{
	color: #5f5f5f;
	font-size: 90%;
}
/*----------------------------------------------------
	                 2ndpageCommon
------------------------------------------------------*/
#titArea{
	width: 100%;
	background: url(img/common/bg_orange.png) #ffb43c;
}
#pageTit{
	text-align: center;
	font-family: 'あんず文字';
	font-weight: normal;
	color: #fff;
}
#pageTit .en{
	display: block;
}
#topicPath li{
	display: inline-block;
	font-size: 90%;
}
#topicPath li:after{
	content: ">";
	display: inline-block;
	padding:0 5px;
}
#topicPath li:last-child:after{
	content: none;
}
.subtit01{
	font-family: 'あんず文字';
	font-weight: normal;
	color: #d14100;
	border-bottom: 2px dotted #d14100;
}
.subtit02{
	font-family: 'あんず文字';
	font-weight: normal;
	color: #d14100;
	text-align: center;
}
.subtit03{
	font-family: 'あんず文字';
	font-weight: normal;
	color: #d14100;
}
.subtit04{
	font-weight: normal;
	border-bottom: 2px dotted #d14100;
}
.accordion summary,
.accordionBoxTit{
	width: 100%;
	display: block;
	min-height: 50px;
	color: #ce3f00;
	background: #f9f8f3;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	padding: 12px 40px 12px 20px;
	box-sizing: border-box;
	position: relative;
}
.accordion summary:after,
.accordionBoxTit:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	background-image: url(img/common/arrow_accordion.png) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.accordion[open] summary:after,
.accordionBoxTit.active:after{
	background-position: 0 -8px;
}
.accordion[open] summary {
	margin-bottom: 10px;
}
#tagArea a{
	display: inline-block;
	background: #ededed;
	min-width: 80px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	margin-right:10px; 
	transition:background-color 0.1s linear;
}
#tagArea a:hover{
	text-decoration: none;
	background: #f5f5f5;
}
#pager {
	text-align: center;
	position: relative;
}
#archivePager{
	text-align: center;
}
#pager .page-numbers {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
}
#pager .page-numbers a{
	display: block;
}
#pager .page-numbers a:hover{
	text-decoration: none;
}
#archivePager span.page-numbers,
#archivePager a.page-numbers{
	display: inline-block;
	padding: 10px 12px;
	text-align: center;
	line-height: 1em;
	border-radius: 3px;
	margin:0 3px 6px 0;
}
#archivePager a.page-numbers{
	background-color: #dedede;
}
#archivePager span.page-numbers{
	background-color: #a5a5a5;
	color: #fff;
}
.accordionSecTit{
	text-align: center;
	color: #ce3f02;
	font-weight: normal;
	line-height: 1.5em;
}
.accordionSecsubTit{
	color: #ce3f02;
	font-weight: normal;
	font-size: 130%;
}
.accordionSec{
	background: url(img/common/line_contents.png) no-repeat 0 100%;
}
.accordionSec:last-child{
	background: none;
}
.acImgTit{
	text-align: center;
}
.basicTbl{
	border: 1px solid #dbdbdb;
}
.basicTbl th,
.basicTbl td{
	border: 1px solid #dbdbdb;
	padding: 5px;
	vertical-align: top;
}
.basicTbl th{
	background-color: #f9f8f3;
}
.formTbl{
	width: 100%;
}
.formTbl .ico{
	padding: 5px 10px;
	color: #fff;
	background-color: #ce3f00;
	font-size: 12px;
	line-height: 1em;
	margin-left: 20px;
}
.formTbl input,
.formTbl textarea{
	border: 1px solid #dbdbdb;
	padding: 5px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inputTxtArea{
	width: 100%;
	height: 130px;
}
.btnMore{
	text-align: center;
	color: #fff;
	display: block;
	padding: 15px 20px;
	border-radius: 5px;
	line-height: 1em;
	background-color: #ffb43c;
}
.btnMore:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	background-image: url(img/common/arrow02.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.excerpt{
	background: url(img/common/line_news_list.png) repeat-x 0 100%;
}
.postTit{
	font-size: 130%;
}
#archiveList{
	padding: 5px;
	text-align: center;
	display: block;
	font-size: 120%;
}
.btnMoreOpen{
	border: 1px solid #e2e2e2;
	color: #6e6e6e;
	display: block;
	padding: 10px;
	width: 140px;
	border-radius: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#captha{
	width: 302px;
	margin: 20px auto;
}
div.wpcf7-validation-errors{
	border: none;
	background-color: #ffecec;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #f00;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	font-weight: bold;
}
#privacy{
	text-align: center;
}
#privacy label radio{
	margin-right: 10px;
}
#contactForm label{
	margin-right: 10px;
}
#privacy label{
	margin-right: 20px;
}
#buttons{
	text-align: center;
}
#btnConfirm,
#btnReset,
#btnSubmit,
#btnBack{
	outline: none;
}
#sys_box,
#acceptNotice{
	background: #ffe5e5;
	color: #ce3f03;
	font-weight: bold;
	text-align: center;
}
.notice{
	color: #ce3f03;
}
.googleform-wrapper
/*----------------------------------------------------
	                 header
------------------------------------------------------*/
body{
	background: url(img/common/bg_hd.png) repeat-x 0 0;
}

#siteLead,
#siteName{
	text-align: center;
}
.googleform-wrapper {
	position: relative;
	width: 100%; /*横幅いっぱい*/
	height: 0; /*paddingで高さは指定するので0*/
	padding-top: 2717px; /*(高さ/幅*100%)*/
  }
  .googleform-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
/*----------------------------------------------------
	                 footer
------------------------------------------------------*/
#siteFooter{
	background: url(img/common/bg_footer.png) ;
}
#copyArea{
	background-color: #d14100;
	color: #fff;
}
#pageTop span{
	background-image: url(img/common/btn_pagetop.png);
	background-size: cover;
}
#pageTop{
	overflow: hidden;
	cursor: pointer;
	z-index: 1000;
}
#copyArea a{
	color: #fff;
}
#copyArea a:hover{
	text-decoration: underline;
}
#ftSubNav li{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
	line-height: 1.2em;
	font-size: 90%;
}
#ftSubNav li:first-child{
	padding-left: 0;
}
#copyRight{
	font-size: 90%;
}
.ftNav1st{
	display: block;
	color: #834c02;
	background: url(img/common/arrow01.png) no-repeat 7px 50%;
	border-bottom: 1px dotted #834c02;
	padding: 10px 20px;
}
.ftNav2nd{
	display: block;
	background: url(img/common/arrow01.png) no-repeat 0 12px;
	padding: 5px 0 0 20px;
}
#ftSubNav li:last-child{
	border: none;
}