@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
	reset.css
----------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
img {
	display: block;
	height: auto;
	border: 0;
}
ul {
	list-style: none;
}
body {
	line-height: 1.5;
	margin: 0 auto;
	color: #000;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light','メイリオ',sans-serif; overflow-x: hidden;
	overflow-x: hidden !important;
}
/*----------　フロート　--------------*/
.right { float: right; }
.left  { float: left;  }
/*----------　文字位置　--------------*/
.txtl { text-align: left;   }
.txtr { text-align: right;  }
.txtc { text-align: center; }
/*----------　リンク　--------------*/
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
body,
html {
	height: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
}
header .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0 0;
}
header h1 {
	display:  inline-block;
}
header h1 span {
	display: inline-block;
	font-size: 12px;
	padding: 5px 0 52px 65px;
	position: relative;
	font-weight: bold;
}
header h1 span:after {
	position: absolute;
	left: 0;
	top: -19px;
	content: "";
	width: 226px;
	height: 94px;
	background: transparent url(../img/common/logo-01.png) no-repeat;
	background-position: left top;
	background-size: 226px 94px;
}
header h2 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 60px;
}
header .right {
	position: relative;
}
header .txt01 {
	font-size: 14px;
	font-weight: bold;
}
header .txt02 {
	font-size: 13px;
}
header .img02 {
	position: absolute;
	left: -260px;
	top: 20px;
}
header label,
header input {
	display: none;
}
header ul {
	text-align:  center;
	padding: 10px 0;
}
header li {
	display: inline-block;
}
header li a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 24px;
	border-right: 1px solid #333;
}
header li:last-child a {
	border-right: none;
}


/*----------------------------------------------------
	main
----------------------------------------------------*/

.section01 {
	margin-top: 200px;
	padding-bottom: 130px;
}
.section01 p {
	font-size: 16px;
	padding: 15px 0 40px;
	text-align: center;
}
.section01 h3 {
	font-size: 25px;
	padding: 85px 0 40px;
	text-align: center;
}
.section01 h4 {
	font-size: 18px;
	padding: 85px 0 40px;
	font-weight: bold;
	text-align: center;
}
.section01 .txt02 {
	color: #333;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	max-width: 960px;
	margin: 0 auto 45px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	letter-spacing: 0.2em;
}
.section01 .txt03 {
	font-size: 16px;
	line-height: 2.5;
	max-width: 680px;
	margin: 0 auto;
}
.section01 .tel {
	max-width: 380px;
	margin: 50px auto;
}
.section01 .txt04 {
	font-size: 17px;
	font-weight: bold;
}
.section01 .txt05 {
	color: #4c4c4c;
	font-size: 17px;
	margin-top: 5px;
	text-align: center;
}
.section01 table {
	width: 960px;
    margin: 0 auto;
}
.section01 th,
.section01 td {
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
	vertical-align: top;
	line-height: 1.5;
}
.section01 th {
	width: 215px;
	font-size: 13px;
	color: #191919;
	text-align: left;
	background: #f7f7f7;
	position: relative;
}
.section01 th.required:after {
	content: "必須";
	color: #fff;
	background: #ff0000;
	text-align: center;
	padding: 3px 10px;
	position: absolute;
	right: 50px;
	top: 20px;
	font-size: 10px;
}
.section01 td input {
	font-size: 13px;
	color: #191919;
	text-align: left;
	padding: 4px 5px;
}
.section01 td input,
.section01 td textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
}
.section01 form .btn {
	text-align: center;
	margin-top: 30px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer #page-top {
	display: block;
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 9999;
}
footer #page-top a {
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
footer .inner {
	max-width: 960px;
	margin: 0 auto;
}
footer h1 {
	float: left;
}
footer h1 span {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 50px 50px;
    position: relative;
    font-weight: bold;
}
footer h1 span:after {
    position: absolute;
    left: 0;
    top: -8px;
    content: "";
    width: 166px;
    height: 69px;
    background: transparent url(../img/common/logo-01.png) no-repeat;
    background-position: left top;
    background-size: 166px 69px;
}
footer .img01 {
	line-height: 0;
	position: relative;
}
footer .img01:before {
	content: "駐車場をご検討のお客様窓口";
	font-size: 15px;
	position: absolute;
	top: 20px;
	left: -215px;
	font-weight: bold;
}
footer .txt01 {
	font-size: 14px;
}
footer ul {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
}
footer li {
	display: inline-block;
}
footer li a {
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px;
}
footer li:last-child a {
	padding-right: 0;
}
footer #copyright {
	text-align: right;
	background: #000;
}
footer #copyright span {
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 25px 0 15px;
	font-size: 11px;
	font-weight: lighter;
	display: block;
}
footer .bnr {
	padding: 25px 0;
	background: #f0f0f0;
}
footer .bnr .inner {
	max-width: 960px;
	margin: 0 auto;
}
footer .bnr img {
	display: inline;
	margin-right: 35px;
}

/*---------------------------
   CLEAR FIX
---------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* =====================================================================
*    #Media Queries
* =================================================================== */
@media only screen and (max-width: 1350px) {
	#billboard .txtWrap .txt01 {
		font-size: 20px;
	}
	#billboard .txtWrap .txt03 {
		font-size: 55px;
		padding: 10px 0 30px;
	}
	#billboard .txtWrap {
		height: 440px;
	}
	#billboard .txtWrap ul {
		max-width: 96%;
	}
	#billboard .txtWrap li {
		padding: 0 3.4%;
	}
}
@media only screen and (max-width: 1150px) {
	header li a {
		padding: 0 5px;
	}
	#billboard .thumb-item img {
		width: auto;
		height: 500px;
	}
}
@media only screen and (max-width: 1000px) {
	header .img02 {
		left: -230px;
	}
	#billboard .multiple-item li {
		max-height: 180px;
	}

	.section01 table {
		width: 96%;
	}
	footer ul {
		text-align: center;
	}
	footer #copyright span {
		max-width: 96%;
	}
	footer .bnr .inner {
		max-width: 96%;
	}
	footer li a { 	
		padding: 0 4px; 	
	} 
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	header h2 {
		padding: 2px 0;
		text-align: center;
	}
	header h1 span {
		line-height:  1.3;
		padding: 0px 0 40px 37px;
		font-size:  11px;
	}
	header h1 span:after {
		width: 120px;
		height: 50px;
		background-size: 120px 50px;
		left: 3px;
		top: -5px;
	}
	header label {
		display: block;
	}
	header .txt01,
	header .txt02 {
		display: none;
	}
	header .img01 {
		position:  absolute;
		top:  8px;
		right: 108px;
	}
	header .img02 {
		right: 57px;
		left: auto;
		top: 8px;
	}
	header .img01 img,
	header .img02 img {
		width: 49px;
		height: auto;
		border-radius: 5px;
	}
	header #controller {
		font-size: 30px;
		line-height: 30px;
		position: absolute;
		right: 25px;
		text-align: center;
		top: 35px;
		width: 30px;
	}
	header #controller .fa {
		color: #fff;
		padding: 7.5px 10px;
		border-radius: 5px;
		background: #008b00;
		border: 2px solid #008b00;
	}
	header .mainNav {
		display: none;
		float: none;
		padding-right: 0;
		padding-top: 0;
		position: absolute;
		top: 88px;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	header ul {
		background: #008b00;
	}
	header ul li {
		width:  100%;
	}
	header ul li a {
		color:  #fff;
		border:  none;
		display:  block;
		padding:  1em 0 0.9em;
		border-bottom: 1px solid rgba(255,255,255,0.6);
		width: 90%;
		margin: 0 auto;
	}
	header ul li:last-child a {
		border:  none;
	}

	section h3 {
		font-size: 22px !important;
	}
	.section01 .txt03 {
		width: 94%;
		line-height: 1.5;
	}
	.section01 .tel {
		width: 96%;
	}
	.section01 .tel img {
		width: 100%;
		height: auto;
	}
	.section01 th.required:after {
		right: 20px;
		top: 10px;
	}
	.section01 table th,
	.section01 table td {
		width: 96%;
		display: block;
		padding: 10px 2%;
	}
	.section01 td input {
		width: 96%;
	}
	.section01 td textarea {
		width: 98%;
	}
	
	.section01 .btn{
		text-align:center;
		width:100%;
		margin: 0 auto;
	}
	footer .inner {
		margin-bottom: 30px;
	}
	footer h1 {
		float: none;
		text-align: center;
	}
	footer .right {
		float: none;
	}
	footer .img01,
	footer .txt01 {
		text-align: center;
	}
	footer .img01 img {
		display: inline;
	}
	footer .menu {
		display: none;
	}
	footer .bnr img {
		margin: 0 0 10px;
		width: 100%;
	}
	footer #page-top {
		right: 10px;
		bottom: 10px;
	}
}
@media only screen and (min-width: 641px) {
	a:hover {
		opacity: 0.7;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
	}
	header .img01 a,
	footer .img01 a,
	#cnt .img01 a {
		pointer-events: none;
	}
	.section01 .btn01 a:hover {
		color: #3666b0;
		background: #fff;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
	}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
	#billboard .multiple-item li {
		max-height: 230px;
	}
	.slick-slide img {
		width: 100%;
	}
}

