html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#fff; text-decoration: none; }
a:focus { outline:none !important; color:#fff; text-decoration:none; }
a:active { outline:none !important; color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:none; opacity:0.60; }
a:visit { color:#fff; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
address {margin:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	/*
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size:19px;
	line-height:150%;
	color:#44210d;
	background:#fff;
}
html, body {
	height: 100%;
	width:100%;
	min-width:1100px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	overflow: hidden;
	min-width:1024px;
	width:100%;
	background:#0054a7;
	padding:15px 10px 20px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	z-index:10;
}
#header {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	max-width:1024px;
	margin:0 auto 30px auto;
}
#header #logo {
	position: relative;
}
#header ul.list-menu {
	width:460px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
#header ul.list-menu li {
	width:213px;
	text-align: center;	
	line-height:100% !important;
	font-size:20px;
	font-weight:700;
}
#header ul.list-menu li a {
	display: block;
	line-height:45px !important;
	border-radius:3px;
}
#header ul.list-menu li:first-child a {
	background:#00a0e9;
	color:#fff;
}
#header ul.list-menu li:last-child a {
	background:#fff;
	color:#0054a7;
}

/*------------------------------ Grobal Nav ----------*/
nav.nav {}
nav.nav ul {
	max-width:1024px;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	margin:0 auto;
}
nav.nav ul li {
	position:relative;
	font-size: 17px;
	font-weight:700;
	line-height:130%;
}
nav.nav ul li a {
	position: relative;
	display: block;
	padding:0 0 0 27px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav.nav ul li a:before {
	position: absolute;
	content:'';
	top:50%;
	left:0;
	width:20px;
	height:20px;
	margin-top:-10px;
}
nav.nav ul li:first-child a:before {
	background:url("../img/icon/gn01.png") 0 0 no-repeat;
}
nav.nav ul li:nth-child(2) a:before {
	background:url("../img/icon/gn02.png") 0 0 no-repeat;
}
nav.nav ul li:nth-child(3) a:before {
	background:url("../img/icon/gn03.png") 0 0 no-repeat;
}
nav.nav ul li:nth-child(4) a:before {
	background:url("../img/icon/gn04.png") 0 0 no-repeat;
}
nav.nav ul li:nth-child(5) a:before {
	background:url("../img/icon/gn05.png") 0 0 no-repeat;
}
nav.nav ul li:last-child a:before {
	background:url("../img/icon/gn06.png") 0 0 no-repeat;
}

/*-----------------------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------------------*/
#contact {
	position: relative;
	background:#d9f1fc;
	padding:50px 0;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#contact ul {
	width:1024px;
	margin:0 auto;
	-webkit-display: flex;
			display: flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}

/*------------------------------ Footer ----------*/
#pageTop {
	position: fixed;
	bottom:30px;
	right:30px;
	background: url("../img/pageTop.png") 0 0 no-repeat;
	width:39px;
	height:46px;
}
#pageTop:hover {
	cursor: pointer;
}
footer {
	text-align: center;
}
footer nav.nav {
	display: block;
	background:#0054a7;
}
footer nav.nav ul li a {
	padding:15px 0 15px 25px;
}
footer small {
	font-size:12px;
	display: block;
	text-align: center;
	line-height:55px;
}

.company-name {
	position: relative;
	background: url("../img/ic-logomark.png") 0 50% no-repeat;
	padding-left:55px;
	line-height:70px;
	font-size:19px;
	font-weight:700;
	display: inline-block;
}
footer p {
	margin:0;
	font-size:16px;
}
footer dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}
footer dl div {
	display: -webkit-flex;
	display: flex;
	font-size:16px;
	margin:0 10px;
}

/*------------------------------ Main ----------*/
#whats_is_rakusumu {
	position: relative;
	clear:both;
	overflow: hidden;
	margin-top:135px;
	text-align: center;
	background:url("../img/bg-main.jpg") 50% 0 no-repeat;
	background-size:cover;
	padding:130px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#whats_is_rakusumu h1 {
	position: relative;
	margin-bottom:45px;
}
#whats_is_rakusumu h1:before {
	position:absolute;
	content:'';
	top:40px;
	left:50%;
	width:351px;
	height:349px;
	margin-left:-770px;
	background:url("../img/logomark-left.png") 0 0 no-repeat;
}
#whats_is_rakusumu h1:after {
	position:absolute;
	content:'';
	top:-100px;
	left:50%;
	width:290px;
	height:292px;
	margin-left:420px;
	background:url("../img/logomark-right.png") 0 0 no-repeat;
}
#whats_is_rakusumu p {
	position: relative;
	overflow: hidden;
	text-indent:-9999px;
}
.main-txt01 {
	width:722px;
	height:94px;
	margin:0 auto 90px auto;
	background:url("../img/main-txt01.png") 0 0 no-repeat;
}
.main-txt02 {
	width:734px;
	height:107px;
	margin:0 auto 50px auto;
	background:url("../img/main-txt02.png") 0 0 no-repeat;
}
.main-txt03 {
	width:1024px;
	height:121px;
	margin:0 auto 110px auto;
	background:url("../img/main-txt03.png") 0 0 no-repeat;
}
.main-txt04 {
	width:1062px;
	height:314px;
	margin:0 auto 20px auto;
	background:url("../img/main-txt04.png") 0 0 no-repeat;
}

/*---------- form ----------*/
#free-for-oneyear {
	background:url("../img/bg-free-for-oneyear.jpg") 0 0 no-repeat;
	background-size:1024px 551px;
	margin:100px auto;
	width:1024px;
	text-align: center;
	padding:20px 0 30px 0;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#free-for-oneyear ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}
#free-for-oneyear ul li {
	margin:20px 20px 30px 20px;
}

/*---------- sections ----------*/
.content {
	width:1024px;
	margin:-170px auto 100px auto;
	padding-top:170px;
}
.content .ttl {
	margin:0 auto 20px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.content .ttl div {
	width:780px;
}
.content .ttl p {
	color:#44210d;
	font-size:24px;
	font-weight:700;
	margin:0;
}
.content .ttl h1 {
	font-size:60px;
	font-weight:700;
	margin-bottom:30px;
}

/*---------- title color ----------*/
#management .ttl h1 {
	color:#00a0e9;
}
#search .ttl h1 {
	color:#0054a7;
}
#reservation .ttl h1 {
	color:#7bbf4d;
}
#application .ttl h1 {
	color:#009a5b;
}
#agreement .ttl h1 {
	color:#765ea6;
}

.img-content {
	display: block;
	margin:0 auto 50px auto;
}
.content section {
	display: -webkit-flex;
	display: flex;
	margin:0 auto;
	-webkit-align-items:center;
			align-items:center;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
.content section.reverse {
	-webkit-flex-direction:row-reverse;
			flex-direction:row-reverse;
}
.content section img {
	max-width:512px;
	height: auto;
}
.content section dl {
	margin-left:3%;
}
.content section.reverse dl {
	margin-right:3%;
	margin-left:0;
}
.content section dl div dt {
	font-size:30px;
	font-weight:700;
	line-height:130%;
	margin-bottom:10px;
}
/*---------- heading color ----------*/
#management section dl div dt {
	color:#00a0e9;
}
#search section dl div dt {
	color:#0054a7;
}
#reservation section dl div dt {
	color:#b5d100;
}
#application section dl div dt {
	color:#009a5b;
}
#agreement section dl div dt {
	color:#765ea6;
}

.content section dl div dt span {
	font-size:25px;
	display: block;
}
.content section dl div dd {
	font-size:19px;
	line-height:150%;
}
.content #api {
	position: relative;
	margin:50px 0;
}
.content #api h3 {
	position: relative;
	background: url("../img/icon/ic-api.png") 0 50% no-repeat;
	color:#00a0e9;
	font-size:30px;
	font-weight:700;
	padding-left:70px;
	line-height:60px;
	margin:0 0 10px 0;
}
.content #api p {
	margin-bottom:0;
}
.content .attention {
	position: relative;
	display: block;
	padding-left:25px;
	font-size:15px;
	line-height:150%;
	margin-top:10px;
}
.content .attention:before {
	position:absolute;
	content:'※';
	top:0;
	left:0;
}
.content h4 {
	text-align: center;
	margin-bottom:10px;
	color:#00a0e9;
	font-size:25px;
	font-weight:700;
}

/*-----------------------------------------------------------------------------------------
	inquiry
-----------------------------------------------------------------------------------------*/
.page-title {
	position: relative;
	font-size:60px;
	font-weight:700;
	color:#0054a7;
	margin-top:130px;
	line-height:100%;
	padding:100px 0 60px 0;
	text-align:center;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*---------- Form ----------*/
#contactForm {
	background:#edf8fd;
	padding:50px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-Form {
	position: relative;
	width:700px;
	margin:0 auto;
}
.Form div dt,
.Form div dd {
	position:relative;
	width:100%;
	padding:0;
	font-size:16px;
	line-height:100%;
	color:#323232;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.Form div dt {
	margin-bottom:15px;
	font-weight:700;
}
.Form div dd {
	margin-bottom:40px;
}
.Form div dd input[type="text"],
.Form div dd input[type="email"] {
	width:100%;
	height: 50px;
	line-height:50px;
	padding:0 10px;
	display: inline-block;
	background:#fff;
	font-size: 16px;
	border:1px solid #231e1f;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.Form div dd select {
	height: 50px;
	line-height:50px;
	padding:0 10px;
	display: inline-block;
	background:#fff;
	font-size: 16px;
	border:1px solid #231e1f;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*-- textarea --*/
.Form div dd textarea {
	display: block;
	width:100%;
	min-height: 200px;
	padding:10px;
	border:1px solid #000;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*-- hisu --*/
.h:after {
	position: absolute;
	top:50%;
	content:'必須';
	text-align: center;
	color:#fff;
	width:50px;
	background:#d70000;
	line-height:26px;
	border-radius: 5px;
	font-size:12px;
	margin:-15px 0 0 10px;
}
.error {
	display: block;
	margin:10px 0 0 0;
	color:#ff0000;
}
p.txt-privacy {
	text-align: center;
	margin-bottom:50px !important;
	color:#000;
}
p.txt-privacy a {
	color:#000 !important;
	text-decoration: underline !important;
}
.bx-send {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
			justify-content:center;
	margin:50px 0;
	width:100%;
}
.bx-send input[type="submit"],
.bx-send input[type="button"],
.bx-send button {
	border:none;
	background:#00a0e9;
	color:#fff;
	width:130px;
	height:40px;
	display: block;
	margin: 0 20px 30px 20px;
	line-height:40px;
	font-size: 18px;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.bx-send input[type="submit"]:hover,
.bx-send input[type="button"]:hover,
.bx-send button:hover {
	background:#0074A9;
	cursor: pointer;
}
.confirm div dd {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	line-height:150%;
}
.err {
	color:#ff0000;
}

/*---------- complete ----------*/
#complete .ttl-sendmail {
	font-size:20px;
	font-weight:700;
	letter-spacing: 3px;
	color:#0054a7;
	margin:40px auto;
	text-align: center;
}
#complete {
	margin:100px auto;
	text-align: center;
}
#complete p {
	font-size:16px;
}

/*---------- privacypolicy ----------*/
#privacy {
	border:1px solid #000;
	padding:50px;
	width:1024px;
	margin:0 auto;
	background:#fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#privacy h1 {
	text-align: center;
	foont-size:20px;
	font-weight:700;
	margin-bottom:30px;
}
#privacy h2 {
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
}
#privacy p {
	font-size:16px;
	margin-bottom:20px;
}
#privacy ol {
	margin-bottom:20px;
}
#privacy ol li {
	font-size:16px;
	list-style: decimal;
	margin-left:25px;
}
#privacy ol li ol {
	margin-bottom:0;
}
#privacy ol li ol li {
	position: relative;
	list-style-type: none;
	counter-increment:cnt;
	margin-left:0;
}
#privacy ol li ol li::before {
	content: "(" counter(cnt) ") ";
}




/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:800px) {

	a {}
	a:focus {}
	a:active {}
	a:hover {opacity:1.0;}
	a:visit {}
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {	margin-bottom:4%;}
	ul,ol {}
	img {}
	table {}
	input[type="text"], 
	input[type="button"], 
	input[type="submit"], 
	textarea {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
	}
	html, body {
		min-width:100%;
	}
	main {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		min-width:100%;
		width:100%;
		background:#0054a7;
		padding:10px 10px 0 10px;
		height:60px;
	}
	#header {
		display:block;
		max-width:100%;
		margin:0;
	}
	#header #logo {
		width:180px;
	}
	#header #logo img {
		width:100%;
		height:auto;
	}
	#header ul.list-menu {
		display: none;
	}
	#header ul.list-menu li {}
	#header ul.list-menu li a {}
	#header ul.list-menu li:first-child a {}
	#header ul.list-menu li:last-child a {}
	
	/*------------------------------ グローバルナビ・メニューボタン ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:15px;
		right:20px;
		width:25px;
		max-width:25px;
		min-width:25px;
		height:25px;
		margin-top:0;
		z-index:7000;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background: #fff;
		border-radius:50px;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 25px;
		height: 2px;
		background: #fff;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #fff;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	
	.dr_on {
		top:60px !important;
		visibility:visible !important;
		opacity:1 !important;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.dr_off {
		top:50px;
		visibility:hidden;
		opacity:0;
		-webkit-transition: .7s;
				transition: .7s;
	}

	/*------------------------------ Grobal Nav ----------*/
	nav.nav {
		position: fixed;
		top:50px;
		left:0 !important;
		width:100%;
		max-width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		margin-left:0;
		background:#0054a7;
		z-index: 7000 !important;
	}
	nav.nav ul {
		max-width:90%;
		display:block;
		margin:5% auto 0 auto;
	}
	nav.nav ul li {
		position:relative;
		text-align: left !important;
		font-size: 15px;
		font-weight:700;
		line-height:50px;
		border-bottom:1px solid rgba(255,255,255,0.20);
	}
	nav.nav ul li a {}
	nav.nav ul li a:before {}
	nav.nav ul li:first-child a:before {}
	nav.nav ul li:nth-child(2) a:before {}
	nav.nav ul li:nth-child(3) a:before {}
	nav.nav ul li:nth-child(4) a:before {}
	nav.nav ul li:nth-child(5) a:before {}
	nav.nav ul li:last-child a:before {}

	/*-----------------------------------------------------------------------------------------
		Footer
	-----------------------------------------------------------------------------------------*/
	#contact {
		padding:10% 0;
	}
	#contact ul {
		width:80%;
		display: block;
	}
	#contact ul li:first-child {
		margin-bottom:6%;
	}
	#contact ul li img {
		width:100%;
		height:auto;
	}

	/*------------------------------ pageUp ----------*/
	#pageTop {
		position: fixed;
		bottom:110px;
		right:10px;
		background: url("../img/pageTop.png") 0 0 no-repeat;
		width:39px;
		height:46px;
		z-index:5;
	}
	#pageTop:hover {}
	
	/*------------------------------ footer area ----------*/
	footer {
		padding-bottom:100px;
	}
	footer nav.nav {
		display:none !important;
	}
	footer nav.nav ul li a {}
	footer small {
		font-size:9px;
	}
	.company-name {
		background-size:30px 30px;
		padding-left:45px;
		line-height:70px;
		font-size:16px;
	}
	footer p {
		font-size:12px;
	}
	footer dl {}
	footer dl div {
		font-size:12px;
		margin:0 1%;
	}
	
	/*------------------------------ footer button ----------*/
	#fbtn {
		position: fixed;
		left:0;
		bottom:0;
		width:100%;
		padding:5% 4%;
		background:#0054a7;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:space-between;
				justify-content:space-between;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
		z-index:9999;
	}
	#fbtn li {
		width:47.5%;
		text-align: center;	
		line-height:100% !important;
		font-size:16px;
		font-weight:700;
	}
	#fbtn li a {
		display: block;
		line-height:40px !important;
		border-radius:5px;
		box-shadow:0 5px 0 rgba(0,0,0,0.10);
	}
	#fbtn li:first-child a {
		background:#00a0e9;
		color:#fff;
	}
	#fbtn li:last-child a {
		background:#fff;
		color:#0054a7;
	}

	/*------------------------------ Main ----------*/
	#whats_is_rakusumu {
		margin-top:60px;
		background:url("../img/bg-main.jpg") 50% 50% no-repeat;
		background-size:cover;
		padding:10% 2%;
	}
	#whats_is_rakusumu h1 {
		position:relative;
		margin:20px auto 50px auto;
		width:95%;
		z-index:1;
	}
	#whats_is_rakusumu h1 img {
		width:100%;
		height:auto;
	}
	#whats_is_rakusumu h1:before {
		top:-40px;
		left:-30px;
		width:120px;
		height:120px;
		margin-left:0;
		background-size:100% auto;
		z-index:-1;
	}
	#whats_is_rakusumu h1:after {
		position:absolute;
		content:'';
		top:-40px;
		left:auto;
		right:-30px;
		width:120px;
		height:122px;
		margin-left:0;
		background-size:100% auto;
		z-index:-1;
	}
	#whats_is_rakusumu p {}
	.main-txt01 {
		width:94%;
		height:auto;
		padding-top:10%;
		margin:0 auto 5% auto;
		background-size:100% auto;
	}
	.main-txt02 {
		width:94%;
		height:auto;
		padding-top:10%;
		margin:0 auto 2% auto;
		background-size:100% auto;
	}
	.main-txt03 {
		width:96%;
		height:auto;
		padding-top:10%;
		margin:0 auto 10% auto;
		background-size:100% auto;
	}
	.main-txt04 {
		width:94%;
		height:auto;
		padding-top:25%;
		margin:0 auto 10% auto;
		background-size:100% auto;
	}

	/*---------- form ----------*/
	#free-for-oneyear {
		background:url("../img/bg-free-for-oneyear.jpg") 50% 50% no-repeat;
		background-size:cover;
		margin:0 auto 10% auto;
		width:100%;
		padding:6% 4% 6% 4%;
	}
	#free-for-oneyear ul {
		display:block;
		margin-top:10%;
	}
	#free-for-oneyear ul li {
		width:90%;
		margin:0 auto 6% auto;
	}
	#free-for-oneyear img {
		width:100%;
		height:auto;
	}

	/*---------- sections ----------*/
	.content {
		width:100%;
		margin:-70px auto 20% auto;
		padding:70px 0 4% 0;
	}
	.content:nth-child(2n) {
		background:#f9f9f9;
	}
	.content .ttl {
		margin:0 auto 4% auto;
		display:block;
	}
	.content .ttl img {
		display: block;
		margin:0 auto 6% auto;
	}
	.content .ttl div {
		width:90%;
		margin:0 auto 6% auto;
	}
	.content .ttl p {
		font-size:16px;
		margin:0 auto 4% auto;
	}
	.content .ttl h1 {
		font-size:30px;
		margin-bottom:6%;
		text-align:center;
	}

	/*---------- title color ----------*/
	#management .ttl h1 {}
	#search .ttl h1 {}
	#reservation .ttl h1 {}
	#application .ttl h1 {}
	#agreement .ttl h1 {}

	.img-content {
		display: block;
		margin:0 auto 8% auto;
		width:90%;
		height:auto;
	}
	.content section {
		display:block;
	}
	.content section.reverse {
		-webkit-flex-direction:row;
				flex-direction:row;
	}
	.content section img {
		max-width:95%;
		height: auto;
		display: block;
		margin:0 auto 4% auto;
	}
	.content section dl {
		width:90%;
		margin:0 auto 12% auto;
	}
	.content section.reverse dl {
		width:90%;
		margin:0 auto 12% auto;
	}
	.content section dl div dt {
		font-size:24px;
		margin-bottom:2%;
	}
	/*---------- heading color ----------*/
	#management section dl div dt {}
	#search section dl div dt {}
	#reservation section dl div dt {}
	#application section dl div dt {}
	#agreement section dl div dt {}

	.content section dl div dt span {
		font-size:18px;
	}
	.content section dl div dd {
		font-size:16px;
	}
	.content #api {
		margin:10% auto;
		width:90%;
	}
	.content #api h3 {
		background-size:40px 40px;
		font-size:24px;
		padding-left:50px;
		margin:0 0 2% 0;
	}
	.content #api p {}
	.content .attention {
		font-size:13px;
		margin-top:2%;
	}
	.content .attention:before {}
	.content h4 {
		margin-bottom:2%;
		font-size:20px;
	}
	.img-api {
		width:90%;
		height:auto;
		display:block;
		margin:0 auto 20% auto;
	}

	/*-----------------------------------------------------------------------------------------
		inquiry
	-----------------------------------------------------------------------------------------*/
	.page-title {
		font-size:30px;
		margin-top:60px;
		line-height:100%;
		padding:12% 0 6% 0;
	}

	/*---------- Form ----------*/
	#contactForm {
		padding:10% 4%;
	}
	.bx-Form {
		width:100%;
	}
	.Form div dt,
	.Form div dd {}
	.Form div dt {
		margin-bottom:3%;
	}
	.Form div dd {
		margin-bottom:6%;
	}
	.Form div dd input[type="text"],
	.Form div dd input[type="email"] {
		padding:0 2%;
	}
	.Form div dd select {}
	/*-- textarea --*/
	.Form div dd textarea {
		padding:2%;
	}
	/*-- hisu --*/
	.h:after {}
	.error {
		margin:2% 0 0 0;
	}
	p.txt-privacy {
		font-size:12px;
		margin-bottom:8% !important;
	}
	p.txt-privacy a {}
	.bx-send {
		margin:10% 0;
	}
	.bx-send input[type="submit"],
	.bx-send input[type="button"],
	.bx-send button {
		width:45%;
		height:40px;
		display: block;
		margin: 0 4% 6% 4%;
		line-height:40px;
		font-size: 16px;
		-webkit-transition:0s;
				transition:0s;
	}
	.bx-send input[type="submit"]:hover,
	.bx-send input[type="button"]:hover,
	.bx-send button:hover {
		background:#00a0e9;
	}
	.confirm div dd {
		padding:2% 0;
		font-size:14px;
	}
	.err {}

	/*---------- complete ----------*/
	#complete .ttl-sendmail {
		font-size:18px;
		margin:8% auto;
	}
	#complete {
		margin:15% auto;
	}
	#complete p {
		font-size:14px;
	}

	/*---------- privacypolicy ----------*/
	#privacy {
		padding:6%;
		width:100%;
		margin:0 auto;
	}
	#privacy h1 {
		foont-size:20px;
		margin-bottom:6%;
	}
	#privacy h2 {
		font-size:16px;
		margin-bottom:4%;
	}
	#privacy p {
		font-size:12px;
		margin-bottom:4%;
	}
	#privacy ol {
		margin-bottom:4%;
	}
	#privacy ol li {
		font-size:12px;
	}
	#privacy ol li ol {}
	#privacy ol li ol li {}
	#privacy ol li ol li::before {}
}