+@charset "utf-8";



.mvbox {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
.mvbox .mvitem {
	transition: 2.0s;
}

.mvact01 {
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
}
.mvct {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}


/* HEADER
------------------------------------------------------------*/
.header,
.lowdir .header {
	width: 100%;
	z-index: 999;
	background: #fff url(../images/bg_top.png) repeat-x 0 0;
}
.header .inbox {
	width: 1000px;
	margin: 0 auto 30px;
}
.lowdir .header .inbox {
	width: 1000px;
	margin: 0 auto 10px;
}
.header .logobox {
	position: relative;
	float: left;
	display: block;
	width: 28%;
	padding: 0px 0 0;
	vertical-align: middle;
}
.lowdir .header .logobox {
	position: relative;
	float: left;
	display: block;
	width: 20%;
	padding: 0px 0 0;
	vertical-align: middle;
}
.header .logobox h1 img {
	width: 100%;
	height: auto;
}
.header .topnv {
	float: right;
	width: 70%;
}
.lowdir .header .topnv {
	float: right;
	width: 60%;
}
.header .topkaitori {
	text-align: right;
	margin-top: -9px;
	padding: 0;
	vertical-align: middle;
}
.header .topkaitori img {
	height: 70px;
	width: auto;
}
.header .topkaitori h6 {
	padding: 0;
	font-size: 0.7em;
	color: #111;
	text-align: right;
}
.navibox ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 4px 0 0;
}
.lowdir .navibox ul {
	float: left;
	text-align: right;
	margin: 0;
	padding: 4px 0 0;
}
.navibox ul li {
	float: left;
	line-height: 1.2em;
	text-align: right;
}
.navibox ul li.top_tel {
	padding: 0 6px 0 0;
}
.navibox ul li.top_tel h3 {
	padding: 6px 0 1px;
}
.navibox ul li.top_tel h3 span {
	padding: 0 0 0 30px;
	font-size: 1.5em;
	color: #111;
	font-weight: 700;
	background: url(../images/icon_tel.png) no-repeat left 8px;
	background-size: 24px 24px;
}
.navibox ul li.top_tel h3 a {
	color: #111;
	font-weight: 700;
}
.navibox ul li.top_tel h6 {
	font-size: 0.7em;
	color: #111;
	text-align: right;
}



.header #smpnavbox {
	display:none;
}
#PdNavi {
	display:none;
}



span.brbox {
	display: block;
}
span.brbox2 {
	display: none;
}

.smpbnrbox {
	display:none;
}

/* gNavi
/*-------------------------------------*/

#gNavi {
	position: relative;
	width: 100%;
	background: #fff url(../images/bg_gnavi.png) repeat-x 0 0;
}
#gNavi .gnavi-innor {
	width: 1000px;
    	margin: 0 auto;
	padding: 0;
}
#gNavi .gnavi-innor ul {
	float:left;
	width: 1000px;
}
#gNavi .gnavi-innor ul li {
	float:left;
	display: inline;
	width: 14.2%;
    	margin: 0;
	padding: 0;
}
#gNavi .gnavi-innor ul li a {
	display: block;
	width: 100%;
    	margin: 0;
	padding: 0;
	-webkit-transition: 300ms cubic-bezier(0.835, 0.130, 0.920, 0.725);
	-moz-transition: 300ms cubic-bezier(0.835, 0.130, 0.920, 0.725);
	-ms-transition: 300ms cubic-bezier(0.835, 0.130, 0.920, 0.725);
	-o-transition: 300ms cubic-bezier(0.835, 0.130, 0.920, 0.725);
	transition: 300ms cubic-bezier(0.835, 0.130, 0.920, 0.725);
}
#gNavi .gnavi-innor ul li a img {
	width: 100%;
	height: auto;
}
#gNavi .gnavi-innor ul li.gnv01 a:hover {
	background: #d9e8f6;
}
#gNavi .gnavi-innor ul li.gnv02 a:hover {
	background: #faded9;
}
#gNavi .gnavi-innor ul li.gnv03 a:hover {
	background: #d0e3e9;
}
#gNavi .gnavi-innor ul li.gnv04 a:hover {
	background: #fae6fa;
}
#gNavi .gnavi-innor ul li.gnv05 a:hover {
	background: #ecf6d8;
}
#gNavi .gnavi-innor ul li.gnv06 a:hover {
	background: #ece3f3;
}
#gNavi .gnavi-innor ul li.gnv07 a:hover {
	background: #e0faec;
}


/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
}
.lowdir .wrapper {
	padding: 40px 0;
}
.box {
	width: 1000px;
	margin: 0 auto;
}
.widebox {
	width:100%;
	margin: 0;
}
.imgbox {
	overflow: hidden;
	width: 100%;
	clear: both;
	text-align: center;
}
.imgbox img {
	border: 0;
}
.fiximg img {
	width:100%;
	height: auto;
	border: 0;
}
.textbox {
	font-size: 1.0em;
	color: #111;
	text-align: left;
	line-height: 1.3em;
}
.textbox2 {
	padding: 20px 30px 40px;
}
.txtsub01 {
	font-size: 1.1em;
	color: #990033;
}

.widecolumn {
	float: left;
	width: 750px;
	padding: 0;
}
.sidecolumn {
	float: right;
	width: 210px;
	padding: 0;
}



/**************************
/* グリッド
**************************/


.gridWrapper {
	display: block;
	width: 100%;
}
* html .gridWrapper{height:1%;}

.grid {
	float:left;
}
.rgrid {
	margin-left: 5%;
}
.recBox {
	margin: 0;
	background:url(../images/bg_recbox.jpg);
}
.recBox a {
	display: block;
	width: 100%;
	height: 100%;
}


/*************
/* タイトル
*************/

h1.ctgsub {
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px 0 0;
	font-size: 36px;
	color: #111;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 2px  2px 1px #ffffff, -2px  2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px  0px 1px #ffffff, 0px  2px 1px #ffffff, -2px  0px 1px #ffffff, 0px -2px 1px #ffffff;
	text-align: center;
}
h1.ctgsub span {
	font-size: 0.8em;
	font-weight: bold;
}
h1.csub img {
	height: 60px;
	width: auto;
	margin: 0 auto;
}
h1.csub span {
	font-size: 16px;
}

h2.csub2 {
	padding: 0.2em 0.5em;
	color: #fff;
	background: #333;
	border: solid 1px #fff;
	box-shadow: 0px 0px 0px 5px #333;
	text-align: center;
}
h4.csub3 {
	width: 100%;
	padding: 4px 0;
	font-size: 1.7em;
	color: #197835;
	color: #111;
	text-align: center;
}

h1.prdsub {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 12px;
	font-size: 1.4em;
	color: #921d34;
	text-align: left;
	border-bottom: dotted 1px #ccc;
}


/*************
ボタン
*************/

.btn {
	display: block;
	padding: 8px 20px;
	font-size: 1.2em;
	color: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	background: #2e7cbe;
}
.btn span {
	padding: 0 0 0 30px;
	font-weight: 700;
	background: url(../images/icon_tel_w.png) no-repeat left 3px;
	background-size: auto;
	background-size: 24px 24px;
}
.btn:hover,
.btn span:hover {
	color: #fff;
}

.btn03 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #ab4a64;
	text-align: center;
}
.btn03 a {
	display: block;
	width: 100%;
	height: auto;
}
.btn03:hover {
	background: #c68992;
}

/*************
メイン コンテンツ
*************/
section.content{
	margin-bottom:20px;
	font-size:14px;
	overflow:hidden;
}
* html section.content{height:1%;}


/* pageTop
------------------------------------------------------------*/

#pageTop {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 10px;
	text-align: center;
	z-index:3;
}
#pageTop a{
	width: 64px;
	height: 64px;
}
#pageTop a img {
	width: 64px;
	height: 64px;
}


/* FOOTER
---------------------------------------------------- */


.footer {
	width:100%;
	padding: 0 0 120px;
	font-size: 1.0em;
	color: #eee;
	background: #333;
	text-align: center;
}
.footer .box {
	padding: 30px 0 0;
}
.footer .grid01 {
	width: 24%;
	margin: 0;
	text-align: left;
}
.footer .grid02 {
	width: 40%;
	margin: 0 3%;
	text-align: left;
}
.footer .grid03 {
	width: 30%;
	margin: 0;
}
.footer .grid h2 {
	padding: 0 0 4px 6px;
	font-size: 0.9em;
	color: #fff;
	border-bottom: solid 1px #eee;
}
.footer .grid h2 a {
	font-size: 0.9em;
	color: #fff;
}
.footer .grid ul {
	padding: 10px 0;
}
.footer .grid ul li {
	font-size: 0.9em;
	padding: 1px 6px 8px;
}
.footer .grid ul li a {
	font-size: 0.9em;
	color: #fff;
}
.footer .grid ul li a:hover {
	font-size: 0.9em;
	color: #ccc;
	text-decoration: underline;
}
.footer .grid ul li.prdcom {
	padding: 6px 6px 8px;
	font-size: 0.8em;
	line-height: 1.3em;
}
.footer .grid ul li.jgadd {
	padding: 1px 6px 1px;
	border-bottom: dotted 1px #ddd;
}
.footer .grid03 img {
	width: 60%;
	height: auto;
	text-align: center;
}
.footer .grid03 ul {
	text-align: center;
}
.footer .grid03 ul li {
	padding: 20px 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.footer .grid03 ul li.ft_tel {
	padding: 0 6px 0 0;
}
.footer .grid03 ul li.ft_tel h3 {
	padding: 6px 0 1px;
}
.footer .grid03 ul li.ft_tel h3 span {
	padding: 0 0 0 30px;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	background: url(../images/icon_tel_w.png) no-repeat left 8px;
	background-size: 24px 24px;
}
.footer .grid03 ul li.ft_tel h3 a {
	color: #fff;
	font-weight: 700;
}
.footer .grid03 ul li.ft_tel h6 {
	font-size: 0.8em;
}


.footer .btnbox {
	width: 100%;
	padding: 50px 0;
}
.footer .btnbox .btn {
	width: 200px;
	margin: 0 auto;
}
.footer dl {
	width: 96%;
	margin: 0 2%;
}
.footer dt {
	padding: 0 0 10px;
	font-size: 1.14em;
	color: #fff;
}
.footer dd {
	padding: 0;
	font-size: 0.9em;
	color: #fff;
}
.footer .copyright {
	padding: 30px 0 10px;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

/* share btnbox
   ========================================================================== */

#btmshr {
	display: block !important;
	width:100%;
	position: fixed;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;
	bottom: -130px;
	z-index: 9999;
}
#btmshr.fixed {
	display: block !important;
	bottom: 0px;
}
#btmshr .shrbtnbox {
	display: block;
	width: 100%;
	padding: 10px 0 12px;
	background: #fcdada;
}
#btmshr .shrbtnbox .pgbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#btmshr .shrbtnbox .shrbtn-sub {
	padding: 0 0 8px;
}
#btmshr .shrbtn_list {
	width: 1000px;
	margin: 0 auto;
}
#btmshr .shrbtn_list * {
	box-sizing: border-box;
}
#btmshr .shrbtn_list a  {
	display: inline-block;
	vertical-align: middle;
	width: 44% !important;
	margin: 0 2%;
	padding: 0;
	text-align: center;
}
#btmshr .shrbtn_list a img {
	width: 100%;
	height: auto !important;
}
.pc-shrbtn {
	display: block;
}

.smp-shrbtn {
	display: none;
}



/* 1100
--------------------------------------------------------------------------------------------------*/
/* @media only screen and (max-width: 1100px){*/
@media only screen and (max-width: 896px){


span.brbox {
	display: none;
}
span.brbox2 {
	display: block;
}
.box {
	width: 96%;
	margin: 0 2%;
	padding: 0;
}

h1.ctgsub img {
	height: 60px !important;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}



/* HEADER
----------------------------------------------------------- */

.header,
.lowdir .header {
	width: 100%;
	padding: 0 0 40px;
	background: #fff url(../images/bg_top.png) repeat-x;
	background-position: left 0px top -10px;
}
.header .inbox,
.lowdir .header .inbox {
	width: 100%;
    	margin: 0 auto;
}
.header .logobox,
.lowdir .header .logobox {
	position: relative;
	float: left;
	display: block;
	width: 20%;
	padding: 5px 0 0;
}
.header .logobox h1 img {
	width: 200px;
	height: auto;
}
.header .topnv {
	padding: 12px 0 0;
}


.lowdir .navibox ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 4px 0 0;
}

.header #smpnavbox {
	display: block;
	float: right;
	width: 116px;
}

.header #smpnavbox ul {
	margin-right: -6px;
}
.header #smpnavbox ul li {
	margin: 0;
}
.header #smpnavbox ul li img {
	width: 48px;
	height: 47px;
}
.header .topkaitori,
.header .top_insta {
	display: none;
}

#smpnavbox {
	overflow:hidden;
	position: absolute;
	display: block;
	top: 80px;
	right: 0;
	height: 66px;
	margin: 0;
}
#smpnavbox div.instabtn {
	float: left;
	height: 66px;
	text-align: center;
}
#smpnavbox div.instabtn img {
	width: 40px;
	height: auto;
}
#smpnavbox div.smbtn {
	float: right;
	height: 66px;
	margin: 8px 0 0 0;
	text-align: center;
}
#smpnavbox div.smbtn a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
}
#smpnavbox div.smbtn img {
	width: 80%;
	height: auto;
	padding-top: 7px;
}

/* gNavi
/*-------------------------------------*/

#gNavi {
	display: none;
}

/*--------------------------------------------------------------------------
   sp_menu_button
---------------------------------------------------------------------------*/

.sp_menu_button {
	width: 50px;
	height: 30px;
	outline: none;
	border: none;
	font-size: 25px;
	margin: 12px auto;
	display:block;
}
.sp_menu_button .menu_icon01 {
	display: block;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-in;
}
.sp_menu_button .menu_icon01 span {
	display: block;
	width: 40px;
	height: 5px;
	background: #111;
	margin-bottom: 5px;
	transition: all 0.4s ease-out;
}
.sp_menu_button.open .menu_icon01{
	transform: rotate(-45deg);
}
.sp_menu_button.open .menu_icon01 .bar1 {
	transform: rotate(0deg) translateY(10px);
}
.sp_menu_button.open .menu_icon01 .bar2 {
	opacity: 0;
}
.sp_menu_button.open .menu_icon01 .bar3 {
	transform: rotate(-90deg) translateX(10px);
}


/*--------------------------------------------------------------------------
   PdNavi
---------------------------------------------------------------------------*/

#PdNavi{
	display:none;
	position: fixed;
	top: 126px;
	left:0;
	z-index: 9999;
	width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;
}
#PdNavi.fixed{
	top: 6px;
}
#PdNavi.open {
	display:block !important;
}

#PdNavi nav {
	position:relative;
	z-index: 9999;
	width: 94%;
	margin: 0 3%;
	padding:0 0 3px;
}
#PdNavi nav ul {
	background: #fff;
}
#PdNavi nav ul li {
	float: left;
	width: 33.33%;
	background: #fff;
}
#PdNavi nav ul li.gnv04,
#PdNavi nav ul li.gnv05,
#PdNavi nav ul li.gnv06,
#PdNavi nav ul li.gnv07 {
	float: left;
	width: 25%;
	background: #fff;
	text-align: center;
}
#PdNavi nav ul li img {
	width: 100%;
	height: auto;
}
#PdNavi nav ul li.gnv04 img,
#PdNavi nav ul li.gnv05 img,
#PdNavi nav ul li.gnv06 img,
#PdNavi nav ul li.gnv07 img {
	width: 60%;
	height: auto;
	text-align: center;
}
#PdNavi nav ul li a {
	display:block;
	padding: 30px 50px;
	background: #f0f4f6;
	border: solid 2px #fff;
}
#PdNavi nav ul li a:hover {
}

/* smpcorp */

#PdNavi .smpcorp {
	display: block;
	width: 100%;
	margin: 8px 0 0;
	padding: 12px 0 11px;
	background: #111;
	border: none;
	text-align: center;
}
#PdNavi .smpcorp a {
	color: #fff;
	font-weight: 700;
}
#PdNavi .smpcorp a span {
	padding: 0 0 0 26px;
	font-weight: 700;
	background: url(../images/icon_tel_w.png) no-repeat left 3px;
	background-size: 20px 20px;
}



/* close */
#PdNavi nav p.close {
	display: block;
	cursor: pointer;
	width: 40%;
	margin: 8px 30% 4px;
	padding: 4px 0 3px;
	color: #111;
	background: #eff3f5;
	border: none;
	text-align: center;
}
#PdNavi nav p.close:hover {
	color: #fff;
	background: #111;
}

#PdNavi .spbtnbox {
	width: 90%;
	margin: 0 5%;
	padding: 8px 0 7px;
	text-align: right;
}
#PdNavi .spbtnbox div {
	display: inline-block;
	margin: 0 5px;
}
#PdNavi .spbtnbox img {
	width: 32px;
	height: auto;
}


/* 全体
------------------------------------------------------------*/
.lowdir .wrapper {
	width: 100%;
}



}

/* 896
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 896px){



#PdNavi nav ul li a {
	display:block;
	padding: 10px 10px;
}

.box {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}
h1.ctgsub {
	width: 100%;
	text-align: center;
	font-size: 7vw;
	color: #111;
}
h1.csub img {
	height: 44px;
	width: auto;
	margin: 0 auto;
}
h1.csub2 img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

.btn01,
.btn02,
.btn03  {
	width: 100%;
	padding: 2px 0;
}
.btn01 img,
.btn02 img,
.btn02 img {
	width: 80%;
	max-width: 280px;
	height: auto;
}

/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
}
.lowdir .wrapper {
	width: 100%;
}
.lowdir .wrapper .inbox {
	width: 90%;
	margin: 0px auto;
}
.pgproduct .wrapper {
	width: 100% !important;
	margin: 0;
}
.grid {
	float: none !important;
	margin: 0;
}


/* contact
---------------------------------------------------- */

#contactbox .widebox {
	padding: 40px 0;
}
#contactbox .widebox h1.csub {
    padding: 10px 0 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
}
#contactbox .widebox p {
	width: 90%;
	margin: 0 5% 40px;
	font-size: 0.84em;
	text-align: center;
}
#contactbox .widebox .morebtnbox {
	width: 90%;
	margin: 0 5%;
}
#contactbox .widebox .morebtnbox img.ctpc {
	display: none;
}
#contactbox .widebox .morebtnbox img.ctsmp {
	display: inline-block;
	width: 90%;
	max-width: 281px;
	height: auto;
}


/* FOOTER
---------------------------------------------------- */

.footer {
	width:100%;
	padding: 0 0 120px;
	font-size: 1.0em;
	color: #eee;
	background: #333;
	text-align: center;
}
.footer .box {
	padding: 30px 0 0px;
}
.footer .grid01 {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.footer .grid02 {
	display: none;
}
.footer .grid03 {
	width: 100%;
	margin: 0;
}
.footer .grid h2 {
	padding: 0 0 4px 6px;
	font-size: 0.9em;
	color: #fff;
	border-bottom: solid 1px #eee;
	text-align: center;
}
.footer .grid h2 a {
	font-size: 0.9em;
	color: #fff;
}
.footer .grid ul {
	padding: 10px 0;
}
.footer .grid ul li {
	font-size: 0.9em;
	padding: 1px 6px 4px;
}
.footer .grid ul li a {
	font-size: 0.9em;
	color: #fff;
}
.footer .grid ul li a:hover {
	font-size: 0.9em;
	color: #ccc;
	text-decoration: underline;
}
.footer .grid ul li.prdcom {
	padding: 6px 6px 8px;
	font-size: 0.8em;
	line-height: 1.3em;
}
.footer .grid ul li.jgadd {
	padding: 1px 6px 1px;
	border-bottom: dotted 1px #ddd;
}
.footer .grid03 img {
	width: 60%;
	max-width: 240px;
	height: auto;
	text-align: center;
}
.footer .grid03 ul {
	text-align: center;
}
.footer .grid03 ul li {
	padding: 20px 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.footer .grid03 ul li.ft_tel {
	padding: 0 6px 0 0;
}
.footer .grid03 ul li.ft_tel h3 {
	padding: 8px 0 3px;
}
.footer .grid03 ul li.ft_tel h3 span {
	padding: 0 0 0 24px;
	font-size: 1.3em;
	color: #fff;
	font-weight: 700;
	background: url(../images/icon_tel_w.png) no-repeat left 5px;
	background-size: 18px 18px;
}
.footer .grid03 ul li.ft_tel h3 a {
	color: #fff;
	font-weight: 700;
}
.footer .grid03 ul li.ft_tel h6 {
	font-size: 0.8em;
}



/* pageTop
------------------------------------------------------------*/

#pageTop a{
	display: inline-block;
	overflow: hidden;
}
#pageTop a img {
}


/* share btnbox
   ========================================================================== */

#btmshr {
	width:100%;
	display: block !important;
	position: fixed;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;
	bottom: -130px;
	z-index: 9999;
}
#btmshr.fixed {
	display: block !important;
	bottom: 0px;
}


#btmshr .shrbtnbox {
	display: block;
	width: 100%;
	padding: 4px 0 2px;
	background: #fcdada;
}
#btmshr .shrbtnbox .pgbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#btmshr .shrbtnbox .shrbtn-sub {
	padding: 0 0 8px;
}
#btmshr .shrbtn_list {
	width: 100%;
	margin: 0 auto;
}
#btmshr .shrbtn_list * {
	box-sizing: border-box;
}
#btmshr .shrbtn_list a  {
	display: inline-block;
	vertical-align: middle;
	width: 44% !important;
	margin: 2%;
	padding: 0;
	text-align: center;
}
#btmshr .shrbtn_list a img {
	width: 100%;
	height: auto !important;
}
.pc-shrbtn {
	display: none;
}
.smp-shrbtn {
	display: block;
}




}

/* ----------------------------- max 640px ------------------------------------------------------------*/

@media only screen and (max-width: 640px){

/*--------------------------------------------------------------------------
   PdNavi
---------------------------------------------------------------------------*/

#PdNavi{
	display:none;
	position: fixed;
	top: 126px;
	left:0;
	z-index: 9999;
	width: 100%;
}

#PdNavi nav ul li {
	float: left;
	width: 33.3%;
	background: #fff;
}
#PdNavi nav ul li.gnv04,
#PdNavi nav ul li.gnv05,
#PdNavi nav ul li.gnv06,
#PdNavi nav ul li.gnv07 {
	width: 50%;
}
#PdNavi nav ul li a {
	display:block;
	padding: 20px 0px;
}
#PdNavi nav ul li.gnv04 a,
#PdNavi nav ul li.gnv05 a,
#PdNavi nav ul li.gnv06 a,
#PdNavi nav ul li.gnv07 a {
	padding: 0px 30px;
}



/* FOOTER
---------------------------------------------------- */

.footer {
	padding: 0 0 90px;
}

}

/* ----------------------------- max 480px ------------------------------------------------------------*/

@media only screen and (max-width: 480px){

/* HEADER
------------------------------------------------------------*/


.header .logobox,
.lowdir .header .logobox {
	padding: 8px 0 0 2px;
}
.header .logobox h1 img{
	width: 140px;
	height: auto;
}

.navibox ul,
.lowdir .navibox ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0px 0 0;
}
.navibox ul li {
	float: left;
	line-height: 1.2em;
	text-align: right;
}
.navibox ul li.top_tel {
	padding: 0 4px 0 0;
}
.navibox ul li.top_tel h3 span {
	padding: 0 0 1px 18px;
	font-size: 1.2em;
	color: #111;
	font-weight: 700;
	background: url(../images/icon_tel.png) no-repeat left 8px;
	background-size: 18px 18px;
}
.navibox ul li.top_tel h6 {
	font-size: 0.7em;
	color: #111;
	text-align: right;
}



.lowdir .header {
	width: 100%;
}

#smpnavbox {
	position: absolute;
	display: block;
	top: 70px;
	right: 0;
	width: 20%;
	height: 66px;
	margin: 0;
}


/*--------------------------------------------------------------------------
   PdNavi
---------------------------------------------------------------------------*/

#PdNavi{
	display:none;
	position: fixed;
}
#PdNavi.open{
	display:block !important;
}



/* 全体
------------------------------------------------------------*/
.lowdir .wrapper {
	width: 100%;
	padding-top: 40px;
}


h1.csub {
	font-size: 24px;
	color: #0b4199;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.0em;
}


/* FOOTER
---------------------------------------------------- */

.footer {
	padding: 0 0 70px;
}


}


/* ----------------------------- max 360px ------------------------------------------------------------*/

@media only screen and (max-width: 360px){

/* HEADER
----------------------------------------------------------- */

.header,
.lowdir .header {
	width: 100%;
	padding: 0 0 20px;
}
.header .logobox,
.lowdir .header .logobox {
	padding: 8px 0 0 2px;
}
.header .logobox h1 img,
.lowdir .header .logobox h1 img {
	width: 130px;
	height: auto;
}
.navibox ul {
	display:none;
}
#smpnavbox {
	position: absolute;
	display: block;
	top: 20px;
	right: 0;
	width: 20%;
	height: 66px;
	margin: 0;
}

/*--------------------------------------------------------------------------
   PdNavi
---------------------------------------------------------------------------*/

#PdNavi{
	display:none;
	position: fixed;
	top: 100px;
	left:0;
	z-index: 9999;
}



}