@charset "UTF-8";

body {
	text-align:center;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	letter-spacing: .07em;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background:#000029;
	color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}
ul img{
	vertical-align: top;
	margin:0;
}

a{
	color:#ffffff;
	text-decoration:none;
	outline:0;
	-webkit-transition: color 0.7s, background-color 1.0s;
	-moz-transition: color 0.7s, background-color 1.0s;
	transition: color 0.7s, background-color 1.0s;
}
a:hover{
	-webkit-transition: color 0.7s, background-color 0.4s;
	-moz-transition: color 0.7s, background-color 0.4s;
	transition: color 0.7s, background-color 0.4s;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
.fw_normal{font-weight: normal;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}	
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.red {
	color: #c1272d;
}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    padding-top: 150px;
    margin-top: -150px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 2.5vw;
	letter-spacing: normal;
	line-height: 2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 600px) {	
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 3.5vw;
	letter-spacing: normal;
	line-height: 2em;
}
}




/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
}





/*共通
---------------------------------------------------------*/
.pagebody{
	overflow:hidden;
}
.w1100 {
	width: 94%;
	padding: 0 3%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.w1250 {
	width: 94%;
	padding: 0 3%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: left;
}
.mgn_b_150{
	margin-bottom:150px;
}

/*fade*/
.fade.anime{
	opacity: 0;
}
.fade.anime_on{
	opacity: 1;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

/*fade_up*/
.fade_up.anime{
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.fade_up.anime_on{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mgn_b_150{
	margin-bottom:80px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.mgn_b_150{
	margin-bottom:15%;
}
}





/* header
---------------------------------------------------------*/
#header{
	position:sticky;
  top: 0;
	background: #000000;
	padding: 0 3%;
	z-index: 999;
}
#header .m_nav{
	max-width: 1335px;
	margin: 0 auto;
	display: table;
	width: 100%;
}
#header .m_nav .m_nav_logo{
	display: table-cell;
	vertical-align: middle;
	max-width: 90px;
	width: 25%;
	text-align: left;
}
#header .m_nav .m_nav_list{
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	max-width: 1000px;
}
#header .m_nav .m_nav_list li{
	float: left;
	font-weight: bold;
	font-size:120%;
	letter-spacing: 0.2em;
	padding:1.2em 1.6em 1.5em 1.6em;
}
#header .m_nav .m_nav_list li a{
	display: block;
	background:url("../images/m_menu_icon.png") no-repeat center top;
	background-size:22px 20px;
	padding-top: 25px;
}
#header .m_nav .m_nav_list li:hover a{
	color:#ccb200;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) { 
#header .m_nav .m_nav_list li{
	font-size:1.5vw;
	letter-spacing: 0.1em;
}
#header .m_nav .m_nav_list li:last-child{
	padding-right: 0;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#header .m_nav .m_nav_logo{
	width: 10%;
}
#header .m_nav .m_nav_list{
	width: 75%;
}
#header .m_nav .m_nav_list li{
	font-size:2vw;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#header{
	padding: 3% 3% 1% 3%;
}
#header .m_nav .m_nav_logo{
	width: 17%;
}
#header .m_nav .m_nav_list{
	width: 80%;
	padding-left: 3%;
}
#header .m_nav .m_nav_list li{
	font-size:3.3vw;
	letter-spacing: 0.1em;
	padding:0;
	width: 33.333%;
	line-height: 1.8em;
	margin-bottom: 2%;
}
#header .m_nav .m_nav_list li a{
	background-size:3.3vw auto;
	padding-top: 3.2vw;
}
}







/* 
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
}





/*pagebody
---------------------------------------------------------*/
#pagebody {
	overflow: hidden;
	max-height: 100%;
}







/* page_top
---------------------------------------------------------*/
#page_top {
	max-width: 140px;
	position:fixed;
	z-index:500;
	right:30px;
    transition: all .3s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 13%;
}
#page_top:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#page_top {
	right:3%;
	width: 16%;
}
}





/* footer
---------------------------------------------------------*/
footer,footer .f_bg{
	position:relative;
}
footer::after{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom:0;
height: 60px;
width: 100%;
background: #820014;}
footer::before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	max-height: 620px;
	background:url("../images/f_bg.png") no-repeat center bottom;
	background-size:100% 100%;
}
footer .f_bg::before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom:0;
	width: 300px;
	max-width: 300px;
	height: 478px;
	background:url("../images/f_bg_l.png") no-repeat left bottom;
	background-size:100% auto;
	z-index: 2;
}
footer .f_bg::after{
	position: absolute;
	content: "";
	display: block;
	right: 10%;
	bottom:0;
	width: 13%;
	max-width: 130px;
	height: 535px;
	background:url("../images/f_bg_r.png") no-repeat right bottom;
	background-size:100% auto;
	z-index: 2;
}
footer .f_about{
	max-width:660px;
	width: 50%;
	margin: 0 auto;
	padding: 70px 0 125px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
footer .f_about{
	padding: 40px 0 70px 0;
}
footer .f_bg::before{
	width: 18%;
}
footer::after{
height: 30px;}
footer .f_bg::after{
	right: 5%;
	width: 10%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
footer .f_about{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10% 0;
}	
footer .f_bg::before{
	width: 22%;
}
footer::after{
height: 4vw;}
footer .f_bg::after{
	right: 3%;
	width: 13%;
}
}





/* 
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
}





/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}

/*body{background:#ccc;}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none;}
.tb_only{display:none;}
.sp_only{display:inherit;}
.tb_pc{display:none;}
.sp_tb{display:inherit;}
}

/* Mobile (Landscape)
------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}
