@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
#body-inside{
	overflow-x: hidden;
	position: relative;
	top: 0;}
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:100%;
	height:auto;
	background: #000;
}
.w100per{
	width: 100%;
	margin:0 auto;
}
.w40per{
	width: 40%;
}
.w80per{
	width: 80%;
	margin:0 auto;
}
.w90per{
	width: 90%;
	margin:0 auto;
}
.contents {
	width:1000px;
	margin:0 auto;
}
.clear{
	clear: both;
}
.bg_orange{background-color:#F39800;}
.bg_white{background-color:#ffffff;}
.bg_black{background-color:#000000;}
.bg_footer{background: url("../img/footer_back.svg");background-repeat: no-repeat;background-size: cover;}
.bg_gray{background-color:#EFEFEF;}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color:#DC4113;
}
.overimg:hover {
	opacity:0.5;
}
.link_back{width: 500px; display:block; background: url("../img/link_back.svg");background-repeat: no-repeat;height: 120px;text-align: center;margin: 0 auto 0;}
.link_back a{
	font-size: 24px;font-weight: bold;color:#F39800;padding-top: 35px;display: inline-block;}
h1 {
	font-size:14px;
	color: white;
}

h2 {
	font-size:22px;
	font-weight: bold;
}

h3 {
	margin-bottom:0.25em;
	font-size:20px;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em , strong ,.bold {
	font-weight:bold;
}

ul,ol,dl {
	margin:0;
}

dt {
	margin-bottom:2em;
	margin-right: 2%;
	padding-bottom: 1em;
	border-bottom:1px dotted #ddd;
	float: left;
}
dd {
	margin-bottom:2em;
	padding-bottom: 1em;
	border-bottom:1px dotted #ddd;
}





/*================================================
 *  ヘッダー
 ================================================*/

.h1_inbox {
	width:1000px;
	margin: 0 auto;
	z-index:10;
	padding: 5px 0 3px;
}
.header_ttl{
	position: absolute;
	width: 1000px;
	margin:0 auto;
	padding: 300px 0 300px;
	left: 0;
	right: 0;
}
.header_ttl h2 ,.header_ttl h3{
text-shadow:2px 2px 3px #000000;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	height: auto;
	padding:10px 0;
	background:#000;
	z-index:10;
}
a.foot_a{
	color: #ffffff;
}
a.foot_a:hover{
	color:#DC4113;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #351D0C;
	color: #ffffff;
	clear:both;
	padding:2% 0;
	font-size:13px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}
.bk-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.f_left{float: left;}
.f_right{float: right;}
.spnone{display: block;}
.sponly{display: none;}
a[href^="tel:"] { pointer-events: none; }


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.contents {
	width:86%;
	margin:0 auto;
}
dt {
	margin-bottom:0em;
	margin-right: 0%;
	padding-bottom: 0.5em;
	border-bottom:none;
	float: none;
}
dd {
	margin-bottom:2em;
	padding-bottom: 1em;
	border-bottom:1px dotted #ddd;
}

.link_back{width: 90%; display:block; background: url("../img/link_back.svg");background-repeat: no-repeat;height: 120px;text-align: center;margin: 0 auto 0;}
.link_back a{
	font-size: 18px;font-weight: bold;color:#F39800;padding-top: 6%;display: inline-block;}
h2 {
	font-size:20px;
	font-weight: bold;
	line-height: 1.2;
}
h3 {
	margin-bottom:0.25em;
	font-size:16px;
}
/*================================================
 *  ヘッダー
 ================================================*/

.h1_inbox {
	width:70%;
	height: 80px;
	margin: 0 auto;
	z-index:10;
	padding: 10px 25% 3px 0;
}
.header_ttl{
	position: absolute;
	width: 100%;
	margin:0 auto;
	padding: 20% 0 10%;
	left: 0;
	right: 0;
}
.header_ttl h2 , .header_ttl h3{text-align: center;}

/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #351D0C;
	color: #ffffff;
	clear:both;
	padding:2% 0 150px;
	font-size:13px;
	text-align:center;
}
.w40per{
	width: 100%;
}
.bg_footer{background: url("../img/footer_back_sp.svg");background-repeat: no-repeat;background-size: contain;}
.bk-img {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.f_left , .f_right{float: none;}
.spnone{display: none;}
.sponly{display: block;}	
a[href^="tel:"] { pointer-events: auto; }
}