@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

* {
	outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	overflow: hidden;
}

a:focus, *:focus {
	outline: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
  /* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " ";
  /* 1 */
	display: table;
  /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   
   module
   
   ========================================================================== */
/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {
	font-weight: bold;
}

.fItalic {
	font-style: italic;
}

.fnormal {
	font-weight: normal;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.red {
	color: #e32e29;
}

/* ---------------------------------------------
	float
--------------------------------------------- */
.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */
.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb01 {
	margin-bottom: 1px !important;
}

.mb03 {
	margin-bottom: 3px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mlmr05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mlmr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mlmr20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mcenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.mb1em {
	margin-bottom: 1em;
}

/* ---------------------------------------------
	preset padding
--------------------------------------------- */
.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pl05 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.t_align_l {
	text-align: left !important;
}

.t_align_c {
	text-align: center !important;
}

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

.pre {
	white-space: pre;
}

/* ==========================================================================
	
   Variable
   
   ========================================================================== */
/* ==========================================================================
   
   common
   
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 480px) {
  #wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 320px;
  }

  body {
	min-width: 320px;
	font-size: 1.2rem;
	text-align: left;
  }

  * {
	-webkit-text-size-adjust: 100%;
  }

  img {
	width: 100%;
	height: auto;
  }

  .pc {
	display: none;
  }

  .sp {
	display: block;
  }
}
html, body {
	height: 100%;
	text-align: left;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","ＭＳ Ｐ ゴシック", "Osaka", "sans-serif", "Arial";
	color: #333;
	background: #ffffff;
	line-height: 1.7;
	font-size: 14px;
}

a.link {
	color: red !important;
	text-decoration: none;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

.top a:link, .top a:visited {
	color: #ff0000;
	text-decoration: none;
}
.top a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a img {
	vertical-align: top;
}
a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 1100px;
	overflow-x: hidden;
}

header {
	width: 100%;
}
header .inner {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
header .inner .logo {
	position: absolute;
	left: 0;
	top: 40px;
	padding: 0;
	margin: 0;
}
header .inner h1 {
	position: absolute;
	left: 400px;
	top: 35px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}
header .inner .gnavi {
	position: absolute;
	right: 30px;
	bottom: 30px;
	overflow: hidden;
}
header .inner .gnavi li {
	float: left;
	margin-right: 30px;
}
header .inner .gnavi li img {
	height: 16px;
	width: auto;
}
header .inner .gnavi li a {
	display: block;
}
header .inner .sns {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
header .inner .sns li {
	float: left;
	margin-right: 10px;
}
header .inner .sns li a {
	display: block;
}

#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#contents.second {
	padding: 0;
}

footer {
	width: 100%;
	background-color: #ea5413;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
footer .inner {
	width: 976px;
	margin: 0 auto;
}
footer ul {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
}
footer ul li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	border-left: 1px solid #fff;
	line-height: 1;
	color: #fff;
}
footer ul li:first-child {
	border: none;
}
footer ul li a {
	display: inline-block;
	vertical-align: middle;
	color: white !important;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p.copy {
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}

#mainVisual {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}
#mainVisual .inner {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 45%;
	top: 25%;
	z-index: 10;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
#mainVisual img.mainText {
	width: 513px;
}

#Visual {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}
#Visual .inner {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 45%;
	top: 25%;
	z-index: 10;
}
#Visual img {
	width: 100%;
	height: auto;
}


.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.titleWrap{
	background-color: #3f3a39;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.titleWrap h2{
  text-align: center;
}

@media screen and (max-width: 480px) {
	.titleWrap{
		background-color: #3f3a39;
		height: 70px;
	}
	.titleWrap h2 img{
    width: 50%;
    height: auto;
  }
}

section {
	text-align: center;
}



#sec00 .layout01 > div{
	margin: 0 20px;
}

#sec00 .layout01 .text{
	line-height: 3;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #sec00 .layout01{
    padding: 35px 0 25px;
    display: block;
    text-align: center;
  }
  #sec00 .layout01 .pic{
    width: 40%;
    margin: 0 auto 20px;
  }
  #sec00 .layout01 > div{
    margin: 0 10px;
  }
  #sec00 .layout01 .text{
  	line-height: 2;
	text-align: center;
  }
}



#sec01 {
}

#sec02 .layout01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	text-align: center;
	padding: 70px 0 50px;
}

#sec02 .layout01 > div{
	margin: 0 20px;
}

#sec02 .layout01 .text{
	line-height: 3;
	text-align: left;
}

@media screen and (max-width: 480px) {
  #sec02 .layout01{
    padding: 35px 0 25px;
    display: block;
  }
  #sec02 .layout01 .pic{
    width: 40%;
    margin: 0 auto 20px;
  }
  #sec02 .layout01 > div{
    margin: 0 10px;
  }
  #sec02 .layout01 .text{
  	line-height: 2;
  }
}

#sec03 {
}
#sec03 .layout01 {
  background: url(../images/pic_company.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0 70px;
}

@media screen and (max-width: 480px) {
  #sec03 .layout01 {
    padding: 20px 0 20px;
  }
}

.company-list {
  margin: auto;
  width: 800px;
}
.company-list dl{
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-list dt{
  width: 8em;
  text-align: center;
  background: #facd89;
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.company-list dd{
  text-align: left;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 480px) {
  .company-list {
    margin: auto;
    width: 92%;
  }
  .company-list dl{
    display: block;
    width: 100%;
  }
  .company-list dt{
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 5px 0;
  }
  .company-list dd{
    display: block;
    width: 100%;
    margin: 0;
  }
}


#sec04 .layout01{
  padding: 50px 0 100px;
}

@media screen and (max-width: 480px) {
  #sec04 .layout01{
    padding: 20px 0 20px;
  }
}

.privacy-list{
  width: 800px;
  margin: auto;
}

.privacy-list dl{
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

.privacy-list dt{
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.privacy-list dd{
  display: block;
  margin: 0;
  padding: 0;
}

.sign{
  text-align: right;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .privacy-list{
    width: 92%;
    margin: auto;
  }
  .privacy-list dl{
    display: block;
    text-align: left;
    margin-bottom:15px;
  }
  .privacy-list dt{
    font-size: 1.4rem;
  }
  .sign{
    text-align: right;
    margin-top: 20px;
  }

  .sign img{
    width: 50%;
  }
}

#map {
	width: 100%;
	height: 620px;
	z-index: 2;
}

#sec05 {
	margin-bottom: 0px;
}


#sec05 #map {
	width: 100%;
	height: 620px;
	z-index: 2;
}


#titleBlock {
	background-color: #3f3a39;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

#titleBlock h2 {
	font-weight: normal;
}

@media screen and (max-width: 480px) {
  #titleBlock {
  	height: 40px;
  	line-height: 40px;
  	margin-top: 60px;
  }
  #titleBlock h2 {
  	font-size: 1.4rem;
  }
}

#pankuzu {
	margin-top: 5px;
}
#pankuzu ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#pankuzu ul li {
	font-size: 12px;
	line-height: 1;
	display: inline;
	vertical-align: middle;
}
#pankuzu ul li span {
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
#pankuzu {
	margin-top: 5px;
	display: none;
  }
  #pankuzu ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
  }
  #pankuzu ul li {
	font-size: 12px;
	line-height: 1;
	display: inline;
	vertical-align: middle;
  }
  #pankuzu ul li span {
	vertical-align: middle;
  }

}

.contact {
	padding-bottom: 50px;
}
.contact .text01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
}
.contact .text01 span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.contact .text02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.contact .iframeBox {
	border: 1px solid #000;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	height: 300px;
	overflow: scroll;
	font-size: 12px;
}
.contact .form {
	width: 600px;
	margin: 0 auto;
}
.contact .form input[type="text"] {
	height: 30px;
	line-height: 30px;
	padding: 5px;
}
.contact .form input[type="email"] {
	height: 30px;
	line-height: 30px;
	padding: 5px;
}
.contact .form input[type="tel"] {
	height: 30px;
	line-height: 30px;
	padding: 5px;
}
.contact .form button[type="submit"] {
	border: 1px solid #ccc;
	padding: 10px 40px;
	background-color: #fff;
	margin-top: 20px;
}
.contact .form textarea {
	border: 1px solid #ccc;
	width: 100% !important;
	height: auto !important;
	padding: 5px;
}
.contact .thanksText {
	line-height: 2.5;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}

.btn01 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 100px;
}
.btn01 a {
	border: 1px solid #333;
	padding: 10px 40px;
}

.contactBottom {
	width: 100%;
	padding: 30px 0;
	background-color: #ccc;
}
.contactBottom .inner {
	width: 1000px;
	margin: 0 auto;
}
.contactBottom .inner p {
	line-height: 2;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#page-top a {
    background:url(../images/pagetop.png) no-repeat left top;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    text-indent: -9999px;
}
#page-top a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #page-top {
      bottom: 10px;
      right: 10px;
  }
  #page-top a {
      background:url(../images/pagetop.png) no-repeat left top;
      text-decoration: none;
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
  }
  #page-top a:hover {
      opacity: 1;
  }
}

/* ====================================================================================================================================================
	
   sp
   
   ==================================================================================================================================================== */
@media screen and (max-width: 480px) {
  html{
    font-size: 62.5%;
  }
  body{
    font-size: 1.2rem;
  }
  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  img {
	max-width: 100%;
	height: auto;
  }

  a img {
	vertical-align: top;
  }
  a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }

  #wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 100%;
	overflow-x: hidden;
  }

  header {
	width: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 100000;
  }
  header .inner {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: relative;
  }
  header .inner h1 {
	position: absolute;
	left: 4%;
	top: 5px;
	padding: 0;
	margin: 0;
	font-size: 1rem;
  }

  header .inner .logo {
	position: absolute;
	left: 4%;
	top: 22px;
	padding: 0;
	margin: 0;
	width: 55%;
  }
  header .inner h1 img {
	width: auto;
	height: 100%;
	backface-visibility: hidden;
  }
  header .inner .gnavi {
	position: absolute;
	right: 125px;
	bottom: 8px;
	overflow: hidden;
  }
  header .inner .gnavi li {
	float: left;
	margin-right: 30px;
  }
  header .inner .gnavi li a {
	display: block;
  }
  header .inner .sns {
	position: absolute;
	right: 0px;
	bottom: 10px;
  }
  header .inner .sns li {
	float: left;
	margin-right: 10px;
  }
  header .inner .sns li a {
	display: block;
  }

  #contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
  }

  footer {
	width: 100%;
	background-color: #ea5413;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
  }
  footer .inner {
	width: 100%;
	margin: 0 auto;
  }
  footer ul {
	display: none;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
  }
  footer ul li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	border-left: 1px solid #fff;
	line-height: 1;
	color: #fff;
  }
  footer ul li:first-child {
	border: none;
  }
  footer ul li a {
	display: inline-block;
	vertical-align: middle;
	color: white !important;
  }
  footer ul li a:hover {
	text-decoration: underline;
  }
  footer p.copy {
	text-align: center;
	font-size: 1rem;
	margin-top: 0px;
  }

  #mainVisual {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	margin-top: 60px;
  }
  #mainVisual .inner {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
  }
  #mainVisual img {
	width: 100%;
	height: auto;
  }
  #mainVisual img.mainText {
	width: 60%;
	margin: 0 auto;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  }

  .wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
  }

  section {
	text-align: center;
  }

	
  #map {
	width: 100%;
	height: 190px;
	z-index: 2;
  }
  
  #sec05 {
	margin-bottom: 0px;
  }
	
  #sec05 #map {
	width: 100%;
	height: 190px;
	z-index: 2;
  }
  .contact {
	padding-bottom: 50px;
  }
  .contact .text01 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
  }
  .contact .text02 {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
  }
  .contact .iframeBox {
	border: 1px solid #000;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	height: 200px;
	overflow: scroll;
  }
  .contact .form {
	width: 90%;
	margin: 0 auto;
  }
  .contact .form input[type="text"] {
	height: 30px;
	line-height: 30px;
	padding: 5px;
  }
  .contact .form input[type="email"] {
	height: 30px;
	line-height: 30px;
	padding: 5px;
  }
  .contact .form button[type="submit"] {
	border: 1px solid #ccc;
	padding: 10px 40px;
	background-color: #fff;
	margin-top: 20px;
  }
  .contact .form textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
  }
  .contact .thanksText {
	line-height: 2.5;
	font-size: 11px;
	text-align: center;
	margin: 15px 5%;
  }

  .contactBottom {
	width: 100%;
	padding: 15px 0;
	background-color: #ccc;
  }
  .contactBottom .inner {
	width: 90%;
	margin: 0 auto;
  }
  .contactBottom .inner p {
	line-height: 2;
	font-size: 11px;
  }

  .btn01 {
	margin-bottom: 30px;
  }

  .naviMain {
	padding: 20px;
  }

  .gnavi {
	overflow: hidden;
  }
  .gnavi li {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
  }
  .gnavi li a {
	display: block;
  }
  .gnavi li a img {
	width: auto;
	max-height: 16px;
  }


  .naviBtn {
	background: none;
	display: block;
	width: 25px;
	height: 20px;
	position: absolute;
	right: 4.5%;
	top: 21px;
  }
  .naviBtn.active .btn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
  }
  .naviBtn.active .btn span:nth-of-type(2) {
	opacity: 0;
  }
  .naviBtn.active .btn span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
  }
  .naviBtn .btn {
	width: 25px;
	height: 20px;
	display: block;
	transition: all .4s;
	position: relative;
  }
  .naviBtn .btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
  }
  .naviBtn .btn.active span:nth-of-type(2) {
	opacity: 0;
  }
  .naviBtn .btn.active span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
  }
  .naviBtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #808080;
	border-radius: 0px;
  }
  .naviBtn span:nth-of-type(1) {
	top: 0;
  }
  .naviBtn span:nth-of-type(2) {
	top: 9px;
  }
  .naviBtn span:nth-of-type(3) {
	bottom: 0;
  }

  .sb-style-overlay {
	padding: 3.125% 3.125% 30%;
  }

  .sb-active .naviBtn .btn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
  }
  .sb-active .naviBtn .btn span:nth-of-type(2) {
	opacity: 0;
  }
  .sb-active .naviBtn .btn span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
  }
  
 
}
