html,body{
	overflow-x: hidden!important;
	-webkit-overflow-scrolling: touch;}



/* タイトル */

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
}
h1 , h2{
	font-size:2em;
	text-align: center;
}
h2.sab_tit {
	font-weight: 100;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
h3{
	font-size:18px;
}	
/* イメージ */
img,
a img{border:0;}

/* 段落 */

*{
	margin:0;
	padding:0;
	font-family:'���C���I',Meiryo,'�l�r �o�S�V�b�N',Arial,'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-style:normal;
	letter-spacing:1.8px;
	line-height:25px;
	font-size:16px;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img{vertical-align:top;}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.t_l{text-align:left !important;}
.t_r{text-align:right !important;}

.ml_3{margin-left:3px !important;}
.ml_5{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_40{margin-left:40px !important;}
.ml_50{margin-left:50px !important;}
.ml_55{margin-left:55px !important;}
.ml_100{margin-left:100px !important;}
.ml_150{margin-left:150px !important;}

.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_100{margin-bottom:100px !important;}

.mr_5{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}

.m_10{margin:10px !important;}
.m_box{margin:0 10px 10px 10px;}

.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_55{margin-top:55px !important;}
.mt_80{margin-top:80px !important;}
.mt_100{margin-top:100px !important;}
.mt_120{margin-top:120px !important;}
.mt_200{margin-top:200px !important;}
.mt_200_100{margin-top:200px !important;}
.mt_300{margin-top:300px !important;}
.mt_350{margin-top:350px !important;}
.mt_400{margin-top:400px !important;}
.mt_100_50{margin-top:100px !important;}
.m_auto{margin:0 auto !important;}

.pb_20{padding-bottom:20px !important;}
.pb_30{padding-bottom:30px !important;}
.pb_80{padding-bottom:80px !important;}
.pt_10{padding-top:10px !important;}
.pt_20{padding-top:20px !important;}
.pb_20{padding-bottom:20px !important;}
.pt_50{padding-top:50px !important;}
.pb_50{padding-bottom:50px !important;}
.pt_80{padding-top:80px !important;}
.pb_80{padding-bottom:80px !important;}
.pt_20{padding-top:20px !important;}
.pt_40{padding-top:40px !important;}
.pl_50{padding-left:50px !important;}
.pr_50{padding-right:50px !important;}
.size80{font-size:80% !important;}

.p_10{padding:10px !important;}
.p_20{padding:20px !important;}
.f12{font-size:12px !important;}
.f15{font-size:15px !important;}

.fl{float:left !important;}
.fr{float:right !important;}
.tl{text-align:left !important;}
.fc{clear:both !important;}
.tc{text-align:center !important;}

.f_12{font-size:12px;}

ul li{list-style-type:none;}

.pc_none{display:none !important;}

.button {
	display: inline-block;
	width: auto;
	padding:10px 30px;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:1.1em;
	letter-spacing:12px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #D3321C;
	color: #fff;
	font-weight:bold;
}
.button i{
	color: #f09c1c;
	font-weight:bold;
	font-size:2em;
	vertical-align:-5px;
}
.button:hover i{
	color: #ff0 !important;
}
.button:hover {
	/*background-color: #333;*/
	background-color: #FF0;
	color: #006;
}
.button2 {
    border: solid #666 1px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 1s;
}
.button2:hover {
    border: solid #666 1px;
    background: #666;
    color: #fff;
    transition: 1s;
}
.copy{
	text-align: center;
	margin-top: 10px;
	font-size: 0.7em;
}
/************************固定スクロール*********************************/
.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	min-width:1100px !important;
	position: relative;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/top_img.jpg");
}
  
.cd-scrolling-bg {
    min-height: 100%;
}
/************************フッター*********************************/
footer{
	width:100%;
	height:auto;
    background: #f7f8f8;
}
.footer_box{
	margin:0 auto;
}
.footer_box p{
	text-align:center;
}
p.sp_fot{
	display:none;
}
#nav_box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:rgb(255,255,255,0.8);
	z-index:99999 !important;
}
.nav_box2{
	margin:0 auto;
	width:96%;
	padding:10px 0;
}
.nav_box2 img{
	float: left;
}
.nav_box2 p{
	float: right;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgb(255,255,255,0.9);
}
.nav_area{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    text-align:center;
}

.header_menu {
	height: 50px;
	background-color: #000;
	position: fixed;
	width: 50px;
	top: 10px;
	right: 25px;
	cursor: pointer;
	z-index: 9999 !important;
}
.header_menu .btnMenu {
  padding:5px;
}
.header_menu .btnMenu font strong{
	opacity:1 !important;
	color:#FFF;
}

.gNav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #000025;
}
.gNav .gNav_list li {
  background: #000025;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  width: 100%;
}
.gNav .gNav_list2 li {
  background: #4c2278;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  width: 100%;
}

.gNav .gNav_list li.li2 {
  display: block;
  padding: 10px 10px;
  border-bottom:none;
}
.gNav .gNav_list li ul li{
  border-bottom: 1px solid #ccc;
  width:90%;
  margin-left:10%;
}
.gNav .gNav_list li ul li a{
  color:#069;
}
.gNav .gNav_list li a {
  color: #FFF;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

.top_content_back{
	width:100%;
	background-image:none !important;
	background-position:center bottom;
	background-repeat:no-repeat;
}



#nav-drawer {
  display: none;
}
.mt_100_20{margin-top:100px !important;}

@media screen and (max-width: 768px){
.mt_100_50{margin-top:50px !important;}
.mt_200_100{margin-top:100px !important;}

.mt_100_20{margin-top:0 !important;}
.footer_box{
	width:100%;
	min-width:100% !important;
	font-size:0.8em;
}
	h2.sab_tit {
		font-weight: 100;
		font-size: 1.5em;
		margin-bottom: 15px;
		padding-bottom: 0;
		border-left: solid #666 4px;
		padding-left: 10px;
	}
	#nav_box{
		display: none;
	}
	.nav_box2 p{
		display: none;
	}
#nav-drawer {
	position: relative;
	display: block;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
	right: 0;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-content ul li a{
	width: 100%;
	color: #9F1C1E;
}
#nav-content ul li{
	border-bottom: solid #666 1px;
	padding: 10px;
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	float: right;
}
/*ロゴやサイトタイトルをセンタリング*/
.logo-erea{text-align:center;margin:auto;}
}
@media screen and (max-width: 640px) {
h2{
	font-size:16px;
}

p.sp_fot{
	display:block;
	color:#FFF;
	padding:10px 0 20px 0;
}
.pc_none{
	display:block !important;
}
ul.sp_menu a li{
	display:inline-block;
	width:48.5%;
	padding:10px 0 10px 1%;
	margin-bottom:5px;
}
ul.sp_menu li{
	display:inline-block;
	width:48.5%;
	padding:10px 0 10px 1%;
	margin-bottom:5px;
}
.mr_1{
	margin-right:1%;
}
.menu{
	width:100%;
	height:50px;
	margin:0 auto;
	text-align:center;
	margin-bottom:5px;
}
.menu img{
	height:34px;
	margin-top:8px;
}
table, tbody, tr, th, td {
display: block;
}

}




