@charset "utf-8";



/* splash
------------------------------------------------------------*/

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
	text-align:center;
	color:#fff;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 30px;
	transform: translate(-50%, -50%);
	border-bottom: solid 2px #999;
	text-align:center;
}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 1.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  0% {
	opacity: 0;
	transform: translateY(100px);
  }
  40% {
	opacity: 0;
	transform: translateY(100px);
  }
  100% {
	opacity: 1;
	transform: translateY(0);
  }
}


.splitem {
	position: relative;
	width: 120px;
	height: 71px;
	background-image: url(../images/car.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
.splitem.anime{
	animation-name: upDown;
	animation-iteration-count: infinite;
	animation-duration: 0.1s;
	animation-direction: alternate;
	animation-timing-function: steps(2);
	transition-duration: .3s;
	transition-property: transform;
}
@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}


/*************
フェードインアニメ
*************/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-fill-mode:forwards;
	animation-duration: 1s;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

/*************
スクロールアニメ
*************/

.inview {
	opacity: 0;
	transition: transform 1.6s, opacity 3.0s;
}
.inview_n {
	opacity: 0;
	transition: opacity 2.2s;
}
.inview_l {
	transform: translateX(-100px);
}
.inview_r {
	transform: translateX(100px);
}
.inview_b {
	transform: translateY(60px);
}
.inview_n.inview.show {
	opacity: 1;
}
.inview_l.inview.show,
.inview_r.inview.show {
	transform: translateX(0);
	opacity: 1;
}
.inview_b.inview.show {
	transform: translateY(0);
	opacity: 1;
}

.dly2 {
	transition-delay: .2s;
	animation-delay: .2s;
}
.dly4 {
	transition-delay: .4s;
	animation-delay: .4s;
}
.dly6 {
	transition-delay: .6s;
	animation-delay: .6s;
}
.dly8 {
	transition-delay: .8s;
	animation-delay: .8s;
}


.pconly {
	display: block;
}
.sponly {
	display: none;
}

.mcwh896 {
	display: none;
}
.mcwh64 {
	display: none;
}


/* HEADER
------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	height: 86px;
	z-index: 100;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.lowdir .header {
	margin-top: -86px;
}
.header .headbg {
	position: absolute;
	width: 100%;
	height: 86px;
	background: url(../images/white.png);
	z-index: 1;
		-webkit-box-shadow: none;
	box-shadow: none;
}
.header .lowheadbg {
	position: absolute;
	width: 100%;
	height: 86px;
	background: url(../images/white.png);
	z-index: 1;
}
@media only screen and (max-width: 1100px){
.lowdir .header {
	margin-top: -66px;
}
.header .lowheadbg {
	display: none;
}
}
@media only screen and (max-width: 420px){
.lowdir .header {
	margin-top: -50px;
}
}
.header .headbg img {
	width: 100%;
	height: 86px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}



.header h1 {
	position: relative;
	float: left;
	width: 23%;
	padding: 16px 0 0;
	z-index: 10;
}
.header h1 img {
	width: 250px;
	height: auto;
}
.header .topnv {
	position: relative;
	float: right;
	width: 77%;
	z-index: 9;
}
.topnv ul {
	float: right;
	height: 86px;
}
.topnv ul li {
	float: left;
	margin: 0 0.4em 0 0.2em;
	white-space: nowrap;
}
.topnv ul li.gnv a {
	display: block;
	position: relative;
	margin-top: 19px;
	padding: 0;
	font-size: 1.0em;
	color: #111;
	text-align: center;
	padding: 0.5em 1.1em 0.6em 1.0em;
	text-decoration: none;
	text-align: center;
	transition:.3s ease;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.topnv ul li.nv07 a {
	color: #fff;
	background: #1c65b7;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.topnv ul li.gnv a:hover {
	color: #fff;
	background: #111;
}
.topnv ul li.nv07 a:hover {
	color: #fff;
	background: #111;
}


.menu {
	display: none;
}

#smpnavbox {
	display:none;
}
#PdNavi {
	display:none;
}
.smpbnrbox {
	display:none;
}


/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.lowdir .wrapper {

}
.pgancbox {
}
.box {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}
/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1360px){
.box {
	width: 96%;
	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.1em;
	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%;
}


/*************
/* タイトル
*************/



h2.jpentt:before {
	display: block;
	content: attr(title) " ";
	font-size: 0.4em;
	color: #666;
	line-height: 1.8em;
}


h1.csub {
	width: 100%;
	padding: 10px 0 40px;
	text-align: center;
	font-family: 'Spectral', serif;
	font-size: 46px;
	color: #111;
	line-height: 0.8em;
}
h1.csub img {
	height: 60px;
	width: auto;
	margin: 0 auto;
}
h1.csub span {
	font-size: 16px;
}


h1.csub2 {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #a23554;
}

h4.csub3 {
	width: 100%;
	padding: 4px 0;
	font-size: 1.7em;
	color: #197835;
	color: #111;
	text-align: center;
}
.ctgsub {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 1.7em;
	color: #111;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	text-align: center;
}

h1.pgctgsub {
	width: 100%;
	margin: 0 auto 40px;
	font-size: 1.5em;
	color: #444;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: left;
}
h1.pgctgsub br {
	display: none;
}


h1.tpbdsub {
	border-bottom: solid 1px #999999;
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 8px;
	text-align: left;
}
h1.tpbdsub:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #1c65b7;
	bottom: -1px;
	width: 10%;
}
h1.tpbdsub dl {
	padding: 0 8px;
}

.ctwrap {
	width: 100%;
}
h3.sidebdr {
	max-width: 800px;
	font-size:1.2em;
	display: flex;
	align-items: center;
	margin: 0 auto 50px;
	color: #444;
}
h3.sidebdr:before,
h3.sidebdr:after{
	border-top: 5px solid #CCC;
	content: "";
	flex-grow: 1;
}
h3.sidebdr:before{
	margin-right: 2rem;
}
h3.sidebdr:after{
	margin-left: 2rem;
}
.wrap2 {
	width: 60%;
	max-width: 600px;
	margin: 50px 50% 50p 0;
	text-align: left;
}
h3.onesbdr {
	font-size:1.2em;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	color: #444;
}
h3.onesbdr:after{
	border-top: 5px solid #CCC;
	content: "";
	flex-grow: 1;
}
h3.onesbdr:after{
	margin-left: 2rem;
}

/*************
ボタン
*************/


.btnbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.btnLink {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #000;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.btnLink span {
	display: inline-block;
	position: relative;
	padding: 10px 20px 12px 14px;
	color: #fff !important;
	vertical-align: middle;
}
.btnLink span::after{
	content: '';
	position: absolute;
	top:45%;
	right: 0px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
.btnLink:hover {
	background: #666;
}
.btnLink:hover span::after{
	right: -8px;
}




.btnLink.style01 {
	background: #083c81 none repeat scroll 0% 0%;
}
.btnLink.style01 span {
	background: transparent url(../images/ico_link.png) no-repeat 100% 50%;
}
.btnLink.style02 {
	background: #385b70 none repeat scroll 0% 0%;
}
.btnLink.style02 span {
	background: transparent url(../images/ico_blank.png) no-repeat 100% 50%;
}


.btn01 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #eee0cc;
	text-align: center;
}
.btn01 a {
	display: block;
	width: 100%;
	height: auto;
}

.btn01:hover {
	background: #eee;
}
.btn02 {
	display: block;
	width: 60%;
	padding: 2px 0;
	font-size: 15px;
	color: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #990033;
	text-align: center;
}
.btn02:hover {
	background: #ab4a64;
}
.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%;}



/* contact
---------------------------------------------------- */

#btmcont {
	padding: 60px 0 80px;
	background: #000;
}
#btmcont .textbox {
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
.ctbtnbox {
	width: 100%;
	text-align: center;

}
.ctbtnbox {
	width: 70%;
	margin: 0 auto;
    	padding: 20px 0 0;
    	overflow: hidden;
    	list-style-type: none;
	text-align: center;
}
.ctbtnbox img {
	width: 100%;
	max-width: 360px;
	height:auto;
}



/* FOOTER
---------------------------------------------------- */


#GlobalFooter {
	width:100%;
}
#GlobalFooter #pageTop a {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #666;
	background: #ccc;
}
#GlobalFooter #pageTop a img {
    vertical-align: baseline;
}
#GlobalFooter .inner {
	position: relative;
	margin: 0px auto;
	padding: 50px 0 40px;
	background: #111;
}

#GlobalFooter .inner .gridWrapper {
	width: 100%;
	margin: 0 auto;
}
#GlobalFooter .inner .gridWrapper .grid {
	margin: 0;
	padding: 0;
}
#GlobalFooter .inner .gridWrapper .grid01 {
	width: 50%;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	line-height: 1.6em;
}
#GlobalFooter .inner .gridWrapper .grid02 {
	width: 50%;
	text-align: right;
}
#GlobalFooter .inner .gridWrapper .grid01 h2 {
	padding: 0 0 10px;
	font-size: 2.0em;
}
#GlobalFooter .inner .gridWrapper .grid01 h2 span {
	font-size: 0.6em;
	padding-right: 6px;
}
#GlobalFooter .inner .gridWrapper .grid01 .ftadd {
	padding: 0 0 50px;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li {
	padding: 0 0 8px;
	color: #fff;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li a {
	color: #fff;
	text-decoration: none;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li span {
	padding: 0 16px;
}


#GlobalFooter .inner .gridWrapper .grid02 .ftmap {
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}

#GlobalFooter .ft-btn {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
}
#GlobalFooter .ft-btn li {
	display: inline;
	width: 44%;
	margin: 0 0 0 2%;
}
#GlobalFooter .ft-btn li a {
	padding: 4px 40px;
	color: #fff;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #1c65b7;
}
#GlobalFooter .ft-btn li a:hover {
	color: #186c97;
	background: #fff;
}


#GlobalFooter .copyright {
	padding: 12px 0 12px;
	font-size: 0.9em;
	color: #666;
	text-align: right;
	background: #fff;
}

#GlobalFooter .copyright span {
	padding-right: 16px;
}
#GlobalFooter .copyright a {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
}
#GlobalFooter .copyright a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* pageTop
------------------------------------------------------------*/


#pageTop {
	position: fixed;
	right: 6px;
	bottom: 60px;
	z-index:3;
}
#pageTop a{
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
}
#pageTop a img {
	width: 60px;
	height: 60px;
}


.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
  background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list{
  display: flex;
}

.info-list dt{
  margin:0 10px 0 0;
}

.gallery-list li{
  margin:0 10px 0 0;
}


/* 1100
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1100px){


.box {
	width: 96%;
	margin: 0 2%;
	padding: 0;
}

.header,
.lowdir .header {
	width: 100%;
	height: 66px;
	background: #fff url(../images/white.png) repeat center 0;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.header .headbg {
	display: none;
}

.header h1 {
	float: left;
	width: 60%;
	padding: 7px 0 0;
}
.header h1 img {
}
.topnv {
	display: none;
}

#smpnavbox {
	display: block;
	width: 100%;
	height: 66px;
	margin: 0;
	background: url(../../common/images/bg.png) repeat 0 0;
}
#smpnavbox.fixed {
/*#smpnavbox {*/
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
#smpnavbox div.smbtn {
	float: right;
	height: 66px;
	margin-right: 0;
	text-align: center;
}
#smpnavbox div.smbtn img {
	width: 50%;
	height: auto;
}

#smpnavbox ul {
	float: left;
	width: 132px;
	padding: 0;
}
#smpnavbox ul li {
	float: left;
	border-bottom: none !important;
}
#smpnavbox ul li.smpct {
	background: #1c65b7;
}
#smpnavbox ul li.smpnv {
	display: block;
	width: 66px;
	height: 66px;
	background: #000;
}
#smpnavbox ul li.smpct a,
#smpnavbox ul li.smpnv a {
	display: block;
	width: 66px;
	height: 66px;
	margin: 0;
}
#smpnavbox ul li.smpct img {
	width: 75%;
	height: auto;
	padding-top: 16px;
}
#smpnavbox ul li.smpnv img {
	width: 60%;
	height: auto;
	padding-top: 15px;
}

.burger {
	position: absolute;
	z-index: 10;
	right: 16px;
	top: 23px;
	cursor: pointer;
	transform: rotateY(0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 99;
}
.burger_patty {
	width: 36px;
	height: 3px;
	margin: 0 0 6px 0;
	background: white;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger_patty:last-child {
	margin-bottom: 0;
}
.burger--close {
	transform: rotate(180deg);
}
.burger--close .burger_patty:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}
.burger--close .burger_patty:nth-child(2) {
	opacity: 0;
}
.burger--close .burger_patty:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}


.menu {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	visibility: hidden;
	z-index: 99;
}
.menu--active {
	visibility: visible;
}
.menu_car {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: flex-end;
	float: left;
	width: 50%;
	overflow: hidden;
}
.menu_list {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: flex-start;
	float: left;
	width: 50%;
	height: 100vh;
	overflow: hidden;
}
.menu_car {
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translate3d(0, 100%, 0);
	background: rgb(0, 0, 0, 0.8);
}
menu_car--active {
	transform: translate3d(0, 0, 0);
}
.menu_car span {
	margin-bottom: 1px;
}
.menu_list {
	margin: 0;
	padding: 10px 0 0;
	background: rgb(0, 0, 0, 0.8);
	list-style-type: none;
	transform: translate3d(0, -100%, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu_list--active {
	transform: translate3d(0, 0, 0);
}
.menu_item {
	transform: translate3d(600px, 0, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu_item--active {
	transform: translate3d(0, 0, 0);
}
.menu_link {
	display: inline-block;
	position: relative;
	font-size: 30px;
	padding: 15px 0 6px;
	font-weight: 300;
	color: white;
	text-decoration: none;
	color: white;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu_link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 1px;
	background: white;
	transform: translateX(-50%);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu_link:hover:before {
	width: 100%;
}
.menu .menu_item:nth-child(1) {
	transition-delay: 0.1s;
}
.menu .menu_item:nth-child(2) {
	transition-delay: 0.15s;
}
.menu .menu_item:nth-child(3) {
	transition-delay: 0.2s;
}
.menu .menu_item:nth-child(4) {
	transition-delay: 0.25s;
}
.menu .menu_item:nth-child(5) {
	transition-delay: 0.3s;
}
.menu .menu_item:nth-child(6) {
	transition-delay: 0.35s;
}
.menu .menu_item:nth-child(7) {
	transition-delay: 0.4s;
}

ul.menu_list,
div.menu_car {
	float: none;
	width: 100%;
	min-height: 0;
}
.menu_car {
	height: 20vh;
	transform: translate3d(-100%, 0, 0);
}
.menu_list {
	height: 80vh;
	transform: translate3d(100%, 0, 0);
}
.menu_link {
	font-size: 18px;
}
ul.menu_list--active,
div.menu_car--active {
	transform: translate3d(0, 0, 0);
}



/*--------------------------------------------------------------------------
   PdNavi
---------------------------------------------------------------------------*/

#PdNavi{
	display:none;
	position: fixed;
	top: 72px;
	left:0;
	z-index: 9999;
	width: 100%;
}

#PdNavi.open{
	display:block !important;
}

#PdNavi nav{
	position:relative;
	z-index: 9999;
	width: 98%;
	margin: 0 1%;
	padding: 0;
	/*background: url(../images/blue.png);*/
	background: #000;
}

#PdNavi nav ul li.level01{
	border-bottom:1px solid #aaa;
}
#PdNavi nav ul li.level01:after{
	content:"";
	display:block;
}
#PdNavi nav ul li.level01.low,
#PdNavi nav ul li.level01.low:after,
#PdNavi nav ul li.level01:last-child,
#PdNavi nav ul li.level01:last-child:after{
	border-bottom:none;
}
#PdNavi nav ul li a {
	display:block;
	padding: 0px 15px;
	font-size: 1.1em;
	color: #fff;
	border-bottom: solid 1px #aaa;
}
#PdNavi nav ul li a:hover {
	color: #fff;
	background: #1c65b7;
}
#PdNavi span {
	display: inline-block;
	position: relative;
	padding: 10px 20px 10px 24px;
	color: #fff !important;
	vertical-align: middle;
}
#PdNavi span::before{
	content: '';
	position: absolute;
	top: 47%;
	left: 0px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
#PdNavi a:hover {
	background: #666;
}
#PdNavi a:hover span::before{
	left: 6px;
}


#PdNavi h1 {
	color:#fff;
	text-align: left;
}
#PdNavi h1 span {
	font-size: 1.1em;

	color:#fff;
}
#PdNavi section h1 {
	padding: 13px 10px 12px;
	font-size: 1.1em;
	color: #fff;
	cursor: pointer;
	position: relative;
	background: url(../images/icon_open.png) no-repeat right center;
	text-align: left;
}
#PdNavi section h1 span {
	padding: 0;
}
#PdNavi section h1.active {
	background: url(../images/icon_close.png) no-repeat right center;
}
#PdNavi section ul li section h1 span {
	padding-left: 8px;
}

#PdNavi li a {
	display: block;
	text-align: left;
}
#PdNavi section li a {
	padding-left: 27px !important;
	position: relative;
	display: block;
}

#PdNavi section li a:hover {
	color: #fff !important;
	background: #be3048;
}
#PdNavi h1 a:hover,
#PdNavi section h1:hover {
	color: #fff !important;
	background: #be3048 url(../images/icon_open.png) no-repeat right center;
}
#PdNavi section li a:hover {
	color: #fff !important;
	background: #be3048;
}
#PdNavi section h1.active:hover {
	color: #fff !important;
	background: #be3048 url(../images/icon_close.png) no-repeat right center;
}

/* close */
#PdNavi nav p.close {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 0 0%;
	padding: 13px 0 12px;

	color: #fff;
	text-align: center;
}
#PdNavi nav p.close:hover {
	background: #1c65b7;
}

#PdNavi .spbtnbox {
	width: 90%;
	margin: 0 5%;
	padding: 12px 0 4px;
	text-align: right;
}
#PdNavi .spbtnbox div {
	display: inline-block;
	margin: 0 5px;
}
#PdNavi .spbtnbox img {
	width: 32px;
	height: auto;
}


.lowdir .wrapper {
	width: 100%;
	margin-top: 66px;
}



}

/* 896
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 896px){


.pconly {
	display: none;
}
.sponly {
	display: block;
}
.mcwh896 {
	display: block;
}

.box {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}

h1.pgctgsub {
	width: 100%;
	margin: 0 auto 26px;
	font-size: 1.3em;
}
h1.csub img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}
h1.csub2 img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

h1.pgctgsub br {
	display: block;
}

.btn01,
.btn02,
.btn03  {
	width: 100%;
	padding: 2px 0;
}
.btn01 img,
.btn02 img,
.btn02 img {
	width: 80%;
	max-width: 280px;
	height: auto;
}

.wrapper {
	width: 100%;
	margin: -2% 0 0;
	padding: 0;
	overflow: hidden;
}
.lowdir .wrapper {
	width: 100%;
	margin-top: 66px;
}
.lowdir .wrapper .inbox {
	width: 90%;
	margin: 0px auto;
}
.pgproduct .wrapper {
	width: 100% !important;
	margin: 0;
}
.grid {
	float: none !important;
	margin: 0;
}

#btmcont {
	padding: 30px 0 50px;
	background: #000;
}
#btmcont .textbox {
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#btmcont .textbox span {
	display: block;
}


/* FOOTER
---------------------------------------------------- */


#GlobalFooter .inner .gridWrapper .grid {
	margin: 0;
	padding: 0;
}
#GlobalFooter .inner .gridWrapper .grid01,
#GlobalFooter .inner .gridWrapper .grid02 {
	width: 94%;
	margin: 0 3%;
	text-align: center;
}
#GlobalFooter .inner .gridWrapper .grid01 {
	padding: 0 0 30px;
}
#GlobalFooter .inner .gridWrapper .grid01 .ftadd {
	padding: 0 0 30px;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li {
	padding: 0 0 8px;
	color: #fff;
}
#GlobalFooter .inner .gridWrapper .grid01 ul li span {
	padding: 0 8px;
}

#GlobalFooter .inner .gridWrapper .grid02 .ftmap {
	width: 100%;
	height: auto;
}

#GlobalFooter .ft-btn {
	width: 100%;
	margin: 0;
	padding: 0;
}
#GlobalFooter .ft-btn li {
	display: block;
	width: 90%;
	margin: 0 5% 20px;
}
#GlobalFooter .ft-btn li a {
	display: block;
	width: 90%;
	margin: 0 5%;
	padding: 4px 0;
	color: #fff;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #1c65b7;
}
#GlobalFooter .ft-btn li a:hover {
	color: #186c97;
	background: #fff;
}


#GlobalFooter .copyright {
	padding: 12px 0 12px;
	font-size: 0.9em;
	color: #666;
	text-align: right;
	background: #fff;
}


}



/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){

.mcwh64 {
	display: block;
}

}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 420px){


.header,
.lowdir .header {
	width: 100%;
	height: 50px;
}

.header h1 {
	float: left;
	width: 40%;
	padding: 12px 0 0;
}
.header h1 img {
	width: 140px;
	height: auto;
}
#smpnavbox {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	background: url(../../common/images/bg.png) repeat 0 0;
}
#smpnavbox.fixed {
/*#smpnavbox {*/
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
#smpnavbox div.smbtn {
	float: right;
	height: 50px;
	margin-right: 0;
	text-align: center;
}
#smpnavbox div.smbtn img {
	width: 50%;
	height: auto;
}
#smpnavbox ul {
	float: left;
	width: 100px;
	padding: 0;
}
#smpnavbox ul li {
	float: left;
	border-bottom: none !important;
}
#smpnavbox ul li.smpct {
	background: #1c65b7;
}
#smpnavbox ul li.smpnv {
	width: 50px;
	height: 50px;
	background: #000;
}
#smpnavbox ul li.smpct a,
#smpnavbox ul li.smpnv a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
}
#smpnavbox ul li.smpct img {
	width: 80%;
	height: auto;
	padding-top: 10px;
}
#smpnavbox ul li.smpnv img {
	width: 62%;
	height: auto;
	padding-top: 10px;
}

.burger {
	position: absolute;
	z-index: 10;
	right: 13px;
	top: 18px;
	cursor: pointer;
	transform: rotateY(0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 99;
}
.burger_patty {
	width: 24px;
	height: 2px;
	margin: 0 0 5px 0;
	background: white;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger--close .burger_patty:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.burger--close .burger_patty:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -4px);
}

.menu_car {
	height: 17vh;
	transform: translate3d(-100%, 0, 0);
}
.menu_car span.splitem {
	margin-bottom: 5px;
	position: relative;
	width: 100px;
	height: 59px;
	background-image: url(../images/car.png);
	background-size: 100px 59px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
.menu_list {
	height: 83vh;
	transform: translate3d(100%, 0, 0);
}
.menu_link {
	font-size: 16px;
}


.lowdir .wrapper {
	width: 100%;
	margin-top: 50px;
}


#GlobalFooter .copyright span {
	display: block;
	padding-right: 0px;
}


}