* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ Pro W3", "Hiragino Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	color: #3e3a39;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #3e3a39;
}

a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	-webkit-transition: 0.1s ease-in;
	transition: 0.5s ease-in;
	filter: alpha(opacity=100);
	opacity: 1;
}

a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	color: #3e3a39 !important;
	text-decoration: none !important;
}

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

img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: crisp-edges;
	/* IE8+ */
	image-rendering: -moz-crisp-edges;
	/* Firefox (Gecko) */
	image-rendering: -o-crisp-edges;
	/* Opera 12.x */
	/*	image-rendering: crisp-edges;                  Chrome 41+, Opera 29+ (CSS4) */
	/*	image-rendering: -webkit-optimize-contrast;  Safari (WebKit) */
}

.img_b img {
	width: 100%;
}

p {
	padding-bottom: 20px;
}

.ttl_img {
	margin-bottom: 20px;
}

.ttl_img img {
	max-width: 500px;
	width: 100%;
	min-width: 200px;
}

nav .top_sns {
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
}

nav .top_sns>li {
	display: inline-block;
	width: auto !important;
}

nav .top_sns>li i {
	color: #fff;
	font-size: 27px;
	padding-right: 20px;
}

.shop_nav {
	overflow: hidden;
	position: absolute;
	right: 80px;
	top: 30px;
}

.shop_nav li {
	float: left;
	text-align: center;
	padding: 0 5px;
}

.shop_nav li a {
	padding: 5px 7px;
	color: #fff;
	font-size: 14px;
	display: block;
}

.shop_nav li i {
	font-size: 17px;
	padding-right: 5px;
}

.shop_nav li a:hover {
	color: #eee !important;
}

.txt_center {
	max-width: 340px;
	min-width: 200px;
	margin: 0 auto;
}


/************************ */

.move1__inner {
	position: relative;
	width: 100%;
	margin: auto;
	/*max-height: 330px;*/
	overflow: hidden;
}

.move1-fig {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.move1-fig img {
	width: 100%;
}

.move1-fig:before,
.move1-fig:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.move1-fig:before {
	background-color: #fff;
}

.move1-fig:after {
	background-color: #e40012;
}

.move1-fig:before {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.move1-fig:after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateX(0);
	-ms-transform: scaleX(0) translateX(0);
	transform: scaleX(0) translateX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.move2 {
	position: relative;
	overflow: hidden;
}

.move2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.move3 {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	margin-top: -30px;
}

.move3:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}


/* アニメーションが動いた後の状態を指定。（is-scroll-currentクラス） */

.move1.is-scroll-current .move1-fig:before {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.move1.is-scroll-current .move1-fig:after {
	-webkit-transform: scaleX(1) translateX(101%);
	-ms-transform: scaleX(1) translateX(101%);
	transform: scaleX(1) translateX(101%);
}

.is-scroll-current.move2:before {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.is-scroll-current.move3:after {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}


/*
.main_category {
	position: relative;
}

.main_category .ttl_txt_box {
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
}

.main_category .ttl_txt {}*/


/************************ navi*/

.sp_head_area {
	height: 80px;
	background-color: #0d1938;
	z-index: 100001;
	padding: 0 30px;
}

.sp_nav {
	display: none;
	background-color: #0d1938;
	position: absolute;
	top: 0px;
	right: 0;
	width: 600px;
	height: 1000000px;
	/*padding: 0 30px 20px 30px;*/
	z-index: 100000;
}

nav {
	overflow-y: scroll;
	background-color: #0d1938;
	width: calc(100% + 45px);
	position: absolute;
	top: 80px;
	left: 0;
	padding: 0 30px;
}

nav.on {
	height: calc(100% - 80px) !important;
}

.nav_ttl {
	overflow: hidden;
	border-bottom: 1px solid #1d2f54;
}

nav>ul>li {
	padding: 15px 3px 0px 0;
	overflow: hidden;
	width: 540px;
}

nav>ul>li img {
	float: left;
}

nav>ul>li span {
	font-size: 12px;
	color: #fff;
	float: right;
}

nav>ul>li>a {
	display: block;
}

.nav_inner {
	overflow: hidden;
}

.nav_inner>li>a {
	padding: 7px 7px 7px 20px;
	color: #fff;
	font-size: 14px;
}

.nav_inner>li:first-child {
	padding-top: 10px
}

.nav_inner>li:last-child {
	padding-bottom: 20px
}

.grey_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	opacity: 0.7;
	display: none;
}

.sp_logo {
	position: absolute;
	top: 20px;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


/* header
*********************************************/

header {
	width: 100%;
	position: relative;
}

.header_inner {
	background-color: #0b2e49;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}

h1 {
	margin: 0;
	padding: 15px 15px 15px 15px;
}


/********mv*/

.mv_box {
	/*max-width: 1200px;
	width: 100%;
	margin: 0 auto;*/
	position: relative;
}

.head_box {
	max-width: 480px;
	min-width: 300px;
	padding: 30px;
	z-index: 999;
	position: absolute;
	right: 10%;
	bottom: 0;
	background-color: rgba(0, 17, 90, 0.7);
}

.sp_head_box {
	width: 51%;
	max-width: 350px;
	padding: 13px;
	z-index: 999;
	position: absolute;
	right: 0;
	bottom: 20px;
	background-color: rgba(0, 17, 90, 0.7);
}

.sp_head_box p {
	padding-bottom: 0 !important;
}

.head_box .font_m {
	color: #fff;
	font-size: 34px;
	line-height: 1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp_head_box .font_m {
	color: #fff;
	font-size: 13px;
	line-height: 1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv_bnr img {
	max-width: 430px;
	width: 100%;
	padding-bottom: 100px;
}

.head_box ul {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -10px;
}

.head_box li {
	display: inline-block;
	padding: 0 10px;
}

.head_box li img {
	border-bottom: 2px solid #fff;
}

.mv img {
	width: 100%;
	margin-top: 80px;
}

.mv_copy {
	position: absolute;
	margin: auto;
	height: 132px;
	top: 0;
	bottom: 0;
	right: 250px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

h3 {
	color: #001f50;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.3em !important;
}

.bottom_line {
	border-bottom: 1px solid #f00;
	width: 265px;
	height: 2px;
	margin-top: -40px;
	margin-bottom: 60px;
}

h5 {
	color: #001f50;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 20px;
}

.bd_line {
	border: 1px solid #eee;
	margin: 100px 0;
}

.bx-controls-direction {
	display: none !important;
}


/* news
*********************************************/

.news_area {
	margin: 60px 0;
}

.news_area li {
	width: 33%;
	/*height: 230px;*/
	overflow: hidden;
	float: left;
	margin: 10px;
	position: relative;
	box-shadow: 0 0 5px #aaa;
}

.news_area li a {
	outline: none;
}

.news_area li:after {
	content: url("../images/icon_01.png");
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.news_area li img {
	width: 100%
}

.n_ttl {
	font-size: 12px;
	padding: 5px 10px;
}

.n_txt {
	padding: 7px 7px 20px 7px;
	margin-bottom: 10px;
}

.thumb {
	width: 100%;
	height: 110px;
	overflow: hidden;
}

.thumb img {
	display: inline !important;
}


/* aboutus
*********************************************/

.aboutus {
	margin-top: 40px;
}

.about_box {
	background-image: url(../images/bg_aboutus.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.aboutus .col-xs-6 {
	text-align: center;
}

.aboutus img {
	width: 100%;
	box-shadow: 3px 3px 10px #aaa;
}


/* logo
*********************************************/

.logo div img {
	width: 100%;
}

.logo div {
	margin: 20px 0;
	text-align: center;
}


/* online
*********************************************/

.online_area a:hover,
.online_area a {
	display: inherit;
}

.online_box {
	position: relative;
}

.online h4 {
	position: relative;
	font-size: 24px;
	padding-top: 30px;
	padding-left: 30px;
}

.online h4:before {
	content: "";
	border: 10px solid #001f50;
	position: absolute;
	top: -30px;
	height: 80px;
	left: 0;
}

.online_area .col-xs-6 {
	padding: 40px;
}

.online_img {
	text-align: right;
	display: block;
}

.online_img img {
	display: inline-block !important;
}


/* service ・support
*********************************************/

.service {
	margin-top: 40px;
}

.service_box {
	background-image: url(../images/bg_service.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.service_area,
.overhaul_area {
	font-size: 0;
	margin: 0 !important;
	overflow: hidden;
}

.sa_box {
	width: 33%;
	float: left;
}

.sa_box img {
	width: 100%;
}

.service_area img {
	width: 100%;
}

.service_area h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 7px 0 0 50px;
	line-height: 1.5em;
}

.service_area h4:before {
	content: "";
	border: 10px solid #001f50;
	position: absolute;
	top: -30px;
	height: 80px;
	left: 15px;
}

.service_box .h4_a {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 7px 0 0 50px;
	line-height: 1.5em;
}

.service_box .h4_a:before {
	content: "";
	border: 10px solid #001f50;
	position: absolute;
	top: -30px;
	height: 80px;
	left: 15px;
}

.service_box .h4_a span {
	font-size: 14px;
	font-weight: normal;
}

.overhaul_area img {
	width: 100%;
}

.price {
	border-collapse: collapse;
	font-size: 14px;
}

.price th {
	padding: 10px 5px;
	text-align: center;
	background-color: #d3ebe9;
	border-right: 1px solid #9e9f9f;
	border-bottom: 1px solid #9e9f9f;
}

.price td {
	padding: 10px 10px;
	text-align: center;
	background-color: #e9f5fc;
	border-top: 1px solid #9e9f9f;
	border-left: 1px solid #9e9f9f;
}

td span {
	white-space: nowrap;
}

.w_300 {
	width: 300px !important;
}

.c_pink {
	background-color: #f9dae7 !important;
}

.c_green {
	background-color: #d6e7b2 !important;
}

.c_beige {
	background-color: #fffbea !important;
	border-right: none !important;
}

.txt_r {
	text-align: right !important;
}

.txt_l {
	text-align: left !important;
	border-left: none !important;
}

.border_r {
	border-right: 1px solid #9e9f9f !important;
}


/* event
*********************************************/

.event {
	margin-top: 40px;
	margin-bottom: 70px;
}

.event_box {
	background-image: url(../images/bg_event.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.event .col-xs-6 {
	text-align: center;
}


/* bmx
*********************************************/

.bmx_box {
	margin-bottom: 60px;
}

.bmx_box .col-xs-6 {
	text-align: center;
}

.bmx_box span {
	display: inline-block;
	border: 1px solid #3e3a39;
	padding: 4px;
	margin-bottom: 10px;
}

.entry a {
	display: inline-block;
	border: 1px solid #3e3a39;
	padding: 10px 50px;
	margin: 30px 0;
}


/* store
*********************************************/

.store_box {
	background-image: url(../images/bg_store.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.store {
	margin-top: 40px;
}

.store_nav {
	margin: 80px 0 100px;
	text-align: center;
	overflow: hidden;
}

.store_nav li {
	float: left;
	width: 24%;
	padding-bottom: 25px;
}

.store_nav li span {
	position: relative;
}

.store_nav>li span:after {
	display: block;
	content: "";
	background: url(../images/bg_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -22px;
	right: -28px;
	width: 9px;
	height: 41px;
	transition: all .5s;
}

.store_nav>li span:hover::after {
	top: 5px;
}

/*
.store_nav>li:first-child:after {
	display: block;
	content: "";
	background: url(../images/bg_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	right: 80px;
	width: 9px;
	height: 41px;
	transition: all .5s;
}

.store_nav>li:first-child:hover:after {
	top: 50px;
}
*/
.shop .ttl_img_a,
.shop .ttl_img,
.partner_box .ttl_img_a,
.partner_area .ttl_img,
.information .ttl_img_a,
.fb_ttl_img_a {
	margin: 60px 0 50px;
}

.fb_ttl_img_a {
	max-width: 220px;
	min-width: 100px;
	width: 100%;
}

.shop .ttl {
	font-size: 24px;
	line-height: 1.3em;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.ttl_img_a img,
.ttl_img img {
	max-width: 500px;
	min-width: 200px;
	width: 100%;
}

.gallery .col-xs-6 {
	text-align: center;
}

.shop .mane {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}

.shop .mane span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.shop_box {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.shop h6 {
	margin: 10px 0 15px;
}

.left_img {
	float: left;
	margin-right: 50px;
}

.shop_box .left_img img {
	width: 100%;
	box-shadow: 3px 3px 10px #aaa;
}

.shop_box .right_txt {
	float: left;
	margin-top: 100px;
}

.w60 {
	width: 80%;
}

.sns {
	overflow: hidden;
	width: 100%;
}

.sns li {
	float: left;
	width: 45%;
	margin-bottom: 70px;
}

.example-image {
	width: 100%;
}

.map_ttl {
	margin: 20px 0 5px;
	font-size: 18px;
	font-weight: bold;
}

#map_nara,
#map_yamatotakada,
#map_kusatsu,
#map_otsu {
	height: 400px;
	width: 100%;
}


/* partner
*********************************************/

.partner_box {
	background-image: url(../images/bg_partner.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.partner {
	margin-top: 40px;
}

.partner_area {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}

.partner_area .left_img {
	float: left;
	width: 42%;
	text-align: center;
}

.partner_area .right_txt {
	float: left;
	width: 48%;
	margin-top: 30px;
}

.partner_area .mane {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}

.partner_area .mane span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.partner_area .partner_ttl {
	margin: 20px 0 15px -20px;
}

.partner_area .left_img img,
.partner_box .left_img img {
	box-shadow: 3px 3px 10px #aaa;
}

.partner_area .move2 {
	padding-bottom: 10px;
}

.f_12 {
	font-size: 14px !important;
	font-weight: normal !important;
}

.partner .mane {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}

.partner .mane span {
	font-size: 12px !important;
	font-weight: normal;
}

.partner_area .mane .no_disp {
	display: inline-block;
}


/* contact
*********************************************/

.contact_box {
	background-image: url(../images/bg_contact.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.contact {
	margin-top: 40px;
}

.contact_shop {
	font-size: 12px;
}

.contact_shop .col-md-4,
.contact_shop .col-md-8 {
	margin-top: 20px;
}

.contact_shop .col-md-8 {
	margin-left: -30px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.calendar_area iframe {
	width: 90%;
	display: block;
	margin: 0 auto;
	height: 400px;
}


/* foot
*********************************************/

.foot_nsn_link ul {
	text-align: center;
	margin: 50px 0 0;
}

.foot_nsn_link ul li {
	display: inline-block;
	padding: 0 15px;
}

.foot_nsn_link ul li i {
	font-size: 37px;
}

.corp {
	margin-top: 50px;
	background-color: #0b2e49;
	text-align: center;
	padding: 20px 10px;
	color: #fff;
	font-size: 12px;
}


/* インスタ
*********************************************/

#instafeed {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#instafeed li {
	width: 168px;
	height: 130px;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	margin-right: 15px;
	overflow: hidden;
}

#instafeed .instagram-image {
	float: left;
}

#instafeed li img {
	width: 100%;
}

#instafeed li a {}


/*#instafeed .instagram-data {
	float: right;
	width: 800px;
}
*/

#instafeed .instagram-like .like-user {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}

#instafeed .instagram-comments {
	clear: both;
	padding-top: 10px;
}

#instafeed .instagram-comments .comments-user {
	overflow: hidden;
	margin-bottom: 10px;
}

#instafeed .instagram-comments .comments-user-icon {
	float: left;
	margin-right: 10px;
}


/* お問い合わせフォーム
*********************************************/

.frm {
	font-size: 12px;
	margin-top: 20px;
}

.frm input,
.frm textarea,
.frm select {
	border: 1px solid #ccc;
	padding: 3px;
	width: 80%;
}

.frm input[type="submit"] {
	width: 50%;
	background: #0b2e49;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	font-size: 14px;
	letter-spacing: 0.3em;
}

.frm input[type="submit"]:hover {
	background-color: #fff;
	color: #0b2e49;
	border: 1px solid #0b2e49;
}

.frm textarea {
	height: 100px;
}

.frm dt {
	float: left;
	width: 45%;
	margin-bottom: 20px;
}

.frm dd {
	margin-left: 35%;
	width: 65%;
	margin-bottom: 20px;
}

.frm dt span {
	background-color: #f00;
	color: #fff;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
	margin-right: 7px;
	font-size: 12px;
	font-weight: normal;
}

.frm dd:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}


/* トップページ
*********************************************/

#top_page {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: block;
	cursor: pointer;
	cursor: hand;
	width: auto;
}

#top_page a {
	display: block;
	height: 50px;
	width: 80px;
}

#top_page:before {
	content: "";
	display: block;
	background-color: #e40012;
	position: absolute;
	top: 0;
	right: 55px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 1px;
	height: 50px;
}

#top_page:after {
	content: "";
	display: block;
	background-color: #e40012;
	position: absolute;
	top: 0;
	right: 20px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 1px;
	height: 50px;
}


/* ハンバーガーメニュー
*********************************************/

#navToggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 30px;
	width: 32px;
	height: 22px;
	cursor: pointer;
	z-index: 1000001;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	/*#navToggle div に対して*/
	width: 100%;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
	top: 0
}

#navToggle span:nth-child(2) {
	top: 9px
}

#navToggle span:nth-child(3) {
	top: 18px
}

.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}


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


/* お問い合わせフォーム・確認画面など
/*-----------------------------------*/

.contact_form {
	padding-top: 130px;
}
