﻿@charset "utf-8";



/*◆◇◆以下はスマホ用のCSS◆◇◆*/
@media screen and (max-width : 501px){

* {margin: 0;padding: 0}
a {text-decoration : none}
ul, ol {list-style : none}
img {
	vertical-align : middle;
	max-width : 100%;
	height:auto;
}

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

html {
    font-family: 'HG正楷書体-PRO','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	font-size : 62.5%; /*ブラウザデフォルト16px / 16×0.625=10 / 以降em指定はこれを基準に */
	line-height : 1.5;
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}



body {
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}



p {
	margin:0px 0px 20px 0px;
}



br.br-pc {
	display: none;
}



#smp_nav {
}



img#h_logo_smp {
    width: 246px;
    height: 30px;
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	position:absolute;
	z-index:200;
/*▼headerを上部固定しない場合は外す*/
	position: fixed;
    top: 0;
    left:0;
/*▲headerを上部固定しない場合は外す*/
}



header {
	display: none;
}



footer {
	background-color: #828282;
    height: 157px;
}

#f_logo {
    width: 260px;
    height: 31px;
    margin: 0px auto 0px auto;
    padding-top: 30px;
}

p#f_address {
    font-size: 16px;
	line-height: 16px;
	text-align: center;
	color:#FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
}

p#f_tel {
    font-size: 20px;
	line-height: 20px;
	text-align: center;
	color:#FFFFFF;
    padding-bottom: 30px;
}



footer a{/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}



small {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
}



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



.mt0sp {
	margin-top: 0px !important;
}
.mt1sp {
	margin-top: 1px !important;
}
.mt2sp {
	margin-top: 2px !important;
}
.mt3sp {
	margin-top: 3px !important;
}
.mt4sp {
	margin-top: 4px !important;
}
.mt5sp {
	margin-top: 5px !important;
}
.mt6sp {
	margin-top: 6px !important;
}
.mt7sp {
	margin-top: 7px !important;
}
.mt8sp {
	margin-top: 8px !important;
}
.mt9sp {
	margin-top: 9px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.mt40sp {
	margin-top: 40px !important;
}
.mt50sp {
	margin-top: 50px !important;
}
.mt60sp {
	margin-top: 60px !important;
}
.mt70sp {
	margin-top: 70px !important;
}
.mt80sp {
	margin-top: 80px !important;
}
.mt90sp {
	margin-top: 90px !important;
}
.mt100sp {
	margin-top: 100px !important;
}



.mb0sp {
	margin-bottom: 0px !important;
}
.mb1sp {
	margin-bottom: 1px !important;
}
.mb2sp {
	margin-bottom: 2px !important;
}
.mb3sp {
	margin-bottom: 3px !important;
}
.mb4sp {
	margin-bottom: 4px !important;
}
.mb5sp {
	margin-bottom: 5px !important;
}
.mb6sp {
	margin-bottom: 6px !important;
}
.mb7sp {
	margin-bottom: 7px !important;
}
.mb8sp {
	margin-bottom: 8px !important;
}
.mb9sp {
	margin-bottom: 9px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mb50sp {
	margin-bottom: 50px !important;
}
.mb60sp {
	margin-bottom: 60px !important;
}
.mb70sp {
	margin-bottom: 70px !important;
}
.mb80sp {
	margin-bottom: 80px !important;
}
.mb90sp {
	margin-bottom: 90px !important;
}
.mb100sp {
	margin-bottom: 100px !important;
}



.pt10sp {
	padding-top: 10px !important;
}
.pt20sp {
	padding-top: 20px !important;
}
.pt30sp {
	padding-top: 30px !important;
}
.pt40sp {
	padding-top: 40px !important;
}
.pt50sp {
	padding-top: 50px !important;
}



.pb10sp {
	padding-bottom: 10px !important;
}
.pb20sp {
	padding-bottom: 20px !important;
}
.pb30sp {
	padding-bottom: 30px !important;
}
.pb40sp {
	padding-bottom: 40px !important;
}
.pb50sp {
	padding-bottom: 50px !important;
}



}










/*◆◇◆以下はPC用のCSS◆◇◆*/
/*ビューエリアの最小幅がこのサイズより大きい場合に以下のスタイルを適用*/
@media screen and (min-width : 500px){

/*defaultCSS------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html {
overflow-y: scroll;

/*▼サンプルの動画関連*/
overflow-x: hidden;
/*▲サンプルの動画関連*/

scroll-behavior: smooth;
}

img, object, embed {
vertical-align:bottom;
border: 0px;
}

p {
	margin:0px 0px 20px 0px;
}

ul {
padding: 0;
margin: 0;
list-style-position:outside;
}

ol {
padding: 0;
margin: 0;
list-style-position:inside;
}

form, input {
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------defaultCSS*/



/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/



/*body部分--------------------------------------------------------------------------------------------*/
body {
	min-width: 1200px;/*ipad対応用*/

	background-color: #FFFFFF;

	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #222222;
    
    font-family: 'HG正楷書体-PRO','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;

}
/*--------------------------------------------------------------------------------------------body部分*/



br.br-sp {
	display: none;
}



#smp_nav {
	display:none;
}



header {
	height: 70px;
	background-color: #222222;
	box-shadow: 0px 0px 6px #000;

/*▼サンプルの動画関連*/
    z-index: 999;
    opacity: 1;
/*▲サンプルの動画関連*/

/*▼headerを上部固定しない場合は外す*/
	position: fixed;
    top: 0;
    left:0;
	width: 100%;
/*▲headerを上部固定しない場合は外す*/
}

img#h_logo {
	float: left;
	margin: 13px 0px 0px 48px;
    width: 321px;
    height: 45px;
}



header p {
	font-size: 22px;
	line-height: 70px;
	padding-right: 24px;
	float: right;
	margin-bottom: 0px;
}

header p a {
	margin: 0px 24px 0px 24px;
}

header a{/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
header a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
header a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
header a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
header a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}



footer {
	height: 329px;
    padding-top: 131px;
	background-color: #828282;
}

#f_logo {
    width: 515px;
    height: 73px;
    margin: 0px auto 25px auto;
}

p#f_address {
    font-size: 22px;
	line-height: 22px;
	text-align: center;
	color:#FFFFFF;
}

p#f_tel {
    font-size: 40px;
	line-height: 40px;
	text-align: center;
	color:#FFFFFF;
}






footer a{/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
footer a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}





small {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
}





/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt6 {
	margin-top: 6px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}



.mb0 {
	margin-bottom: 0px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb160 {
	margin-bottom: 160px !important;
}
.mb180 {
	margin-bottom: 180px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
.mb220 {
	margin-bottom: 220px !important;
}



.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt90 {
	padding-top: 90px !important;
}



.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}



}


