html,body{
	font-family:'Halant','serif',"メイリオ",  Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	margin:0 !important;
	padding:0;
}

/*CLEARFIX*/
.clearfix:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;
}
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}


/*BORDERBOX*/
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,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,button,
table,caption,tbody,tfoot,thead,tr,th,td,div,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,div,summary,time,mark,audio,video{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:rgba(102,102,102,1);
}


/*音・映像*/
audio,canvas,progress,video{
	display:inline-block;
	vertical-align:baseline;

}audio:not([controls]),[hidden],template{
	display:none;
	height:0;
}

/*FORM*/
button,input,optgroup,select,textarea,
input[type="button"],input[type="reset"],input[type="submit"],button[disabled],
html input[disabled],button::-moz-focus-inner,input::-moz-focus-inner,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,textarea{
	color:inherit;
	font:inherit;
	margin:0;
	padding:0;
	overflow:auto;
	text-transform:none;
	-webkit-appearance:none;
	cursor:default;
	border:0;
	line-height:1em;
}
input[type="checkbox"],input[type="radio"]{
	box-sizing:border-box;
	padding:0;
	margin:0;
	width:20px;
}
input[type="search"]{/*検索フォーム*/
	-webkit-appearance:none;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}


/*画像*/
svg:not(:root){
	overflow:hidden;
}
img{
	border:none;
	width:auto;
	height:auto;
}
hr{
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

/*テキスト*/
h1,h2,h3,h4,h5,h6,p,li,th,td,div{
	color:#666;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:1.7em;
	letter-spacing:1px;
	font-family:"メイリオ",  Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic" !important;
}
p,li,th,td,div{
	font-size:16px;
	letter-spacing:1px;
}
p{
	margin-bottom:1.5em;
}
.serif{
  font-family:"HG明朝E","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;
	font-weight:normal;
}
.en{
	font-family:'Fira Mono', monospace !important;
}
.logo{
	font-family: 'Pinyon Script', cursive;
}
hr {
	margin:30px 0 50px;
}



/*TABLE*/
table,td,th{
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	letter-spacing:1px;
}


/*リスト*/
ul,ol{
	-webkit-padding-start: 0;
	margin:0;
	padding:0;
}
li{
	line-height:1.3em;
	padding:0.7em;
	list-style:none;
	letter-spacing:1px;
}

b,strong,em{
	font-weight:bold;
	font-style:normal;
}
small,sub,sup{
	font-size:80%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
.note{
	padding-left:1em;
	margin:0 !important;
	letter-spacing:1px;
}
.note span{
	font-size:12px;
	text-indent:-1em;
	display:block;
	letter-spacing:1px;
}
.text_right{text-align:right !important;}
.text_left{text-align:left !important;}
.text_center{text-align:center !important;}


/*色*/
.logocol{color:rgba(202,185,132,1) !important;}
.beige{color:rgba(228,220,197,1);}
.black{color:rgba(36,26,19,1);}


/*リンク*/
a{
	color:rgba(189,168,103,1);
	text-decoration:none;
	background:transparent;
}
a:focus, *:focus {
	outline:none;
}
a:hover{
	color:rgba(228,220,197,1);
	text-decoration:underline;
}
a:hover img{
	text-decoration:none;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a img{
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration:none;
}


/*WPツールバー*/
#wpadminbar{
	top:auto !important;
	bottom:0 !important;
}

/*デバイス*/
.forpc{
	display:inline-block !important;
}
.forsp{
	display:none !important;
}
@media screen and (max-width: 780px){
.forpc{
	display:none !important;
}
}
@media screen and (max-width: 680px){
.forpc{
	display:none !important;
}
.forsp{
	display:inline-block !important;
}
hr {
	margin:30px 0;
}
h1,h2,h3,h4,h5,h6,p,li,th,td,div{
	letter-spacing:0;
}
.note span{
	letter-spacing:0;
}
}








/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	基本レイアウト
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body,html{
	margin:0 !important;
	padding:0;
	background:rgba(247,245,241,1) !important;
}
#sb-site, .sb-site-container{
	background:rgba(247,245,241,1) !important;
	position:relative;
}
#wrapper{
	width:90%;
	max-width:1500px;
	text-align:left;
	background:transparent;
	position:relative;
	z-index: 1;
	margin:0 auto 100px;
}

#bk_left{
	position:fixed;
	top:-20px;
	left:0;
}
#bk_right{
	position:fixed;
	top:-20px;
	right:0;
}

@media screen and (max-width: 680px){
#wrapper{
	width:90%;
	margin:0 auto 50px;
}
#bk_left,
#bk_right{
	width:40%;
	height:auto;
}
#bk_left img,
#bk_right img{
	width:100%;
	height:auto;
}
}

/*-----------------------------------
	ヘッダー
------------------------------------*/
/*h1*/
h1{
	width:100%;
	text-align:center;
	margin:30px auto 0;
}

h1 img{
	width:200px;
	height:auto;

}
/*TEL*/
.header_tel{
	text-align:center;
	font-weight:bold;
	color:#000;
}
@media screen and (max-width: 680px){
h1{
	width:40%;
	margin:20px auto 0;
	line-height:0;
	text-align:center;
	padding:0;
}
h1 img{
	width:100%;
	height:auto;
}
}

/*-----------------------------------
	GNAV
------------------------------------*/
/*GNAV*/
.menu_box{
	position:fixed;
	top:30px;
	right:40px;
	text-align:center;
	cursor:pointer;
	z-index:999999;
}
#tgl {
	width: 30px;
	height: 25px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#tgl .bar {
	display: inline-block;
	width: 30px;
	height: 5px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 10px;
}
#bar03 {
	top: 20px;
}
.active #bar01 {
	top: 10px;
	transform: rotate(45deg);
}
.active #bar02 {
	width: 0;
}
.active #bar03 {
	top: 10px;
	transform: rotate(-45deg);
}
.tgl small{
	display:block;
}
/*SLIDEBAR*/
.sb-slidebar{
	background-color:rgba(255,255,255,0.9) !important;
	padding:130px 0 0 20px !important;
	box-sizing:border-box;
	width:40% !important;
}
.sb-slidebar ul{
	width:100%;
	padding:0;
	margin:0;
}
.sb-slidebar li{
	margin-bottom:10px;
	padding:0;
}
.sb-slidebar li a{
	display:block;
	background:rgba(230,0,18,1);
	color:#fff;
	padding:10px;
	text-decoration:none;
}
.sb-slidebar li a:hover{
	background:rgba(255,204,0,1);
}
.sb-slidebar li a:hover,
.sb-slidebar li a:hover i,
.sb-slidebar li a:hover span.en{
	color:#666;
}
.sb-slidebar li a i,
.sb-slidebar li a span.en{
	color:#fff;
}
.sb-slidebar li:last-child a{
	background:#3b5998;
}
.sb-slidebar li:last-child a:hover{
	background:rgba(255,204,0,1);
}

.footer_tel{
	color:rgba(230,0,18,1);
	font-weight:bold;
	font-size:18px;
}
@media screen and (max-width: 680px){
#head_nav{
	display:none;
}
.menu_box{
	top:20px;
	right:20px;
}
.sb-slidebar{
	width:80% !important;
	padding:80px 0 0 20px !important;
}
}

/*-----------------------------------
	下層タイトル
------------------------------------*/
h2{
	font-size:31px;
	letter-spacing:3px;
	position:relative;
	margin:50px auto 50px;
	background-size:contain;
	font-weight:normal !important;
	line-height:1.3em;
	padding:0 0 10px 0;
	border-bottom:1px solid #999;
	text-align:center;
}
h2 a{
	color:#464646;
}
h2 a:hover{
	color:rgba(228,220,197,1);
	text-decoration:none;
}
h2 br{
	display:none;
}
h2 small{
	background:rgba(15,142,49,1);
	color:#fff;
	display:inline-block;
	padding:1em 20px;
	margin-top:3px;
	font-size:16px;
	vertical-align:top;
}
@media screen and (max-width: 680px){
h2{
	font-size:24px;
	letter-spacing:0;
	margin:30px 0 20px;
	text-align:center;
}
h2 br{
	display:block;
}
}


/*-----------------------------
　コピーライト
-------------------------------*/
.copy{
	text-align:center;
	letter-spacing:2px;
	font-size:12px;
	margin-bottom:50px;
	vertical-align:middle;
}
.copy img{
	vertical-align:middle;
}

/*-----------------------------
　ページトップ
-------------------------------*/
#totop{
	position: fixed;
	bottom:30px;
	right:40px;
	z-index:999999;
}
#totop{
    display:table;
    text-align:center;
    vertical-align:bottom;
    background:rgba(15,142,49,1);
    width:34px;
    height:34px;
    margin:2px auto 0;
    border-radius:17px;
}
#totop a{
    display:table-cell;
    vertical-align:middle;
    font-size:14px !important;
    line-height:0;
    color:#fff !important;
    text-decoration:none;
}
#totop a i{
	color:#fff;
}