@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?l3shy0');
  src:  url('fonts/icomoon.eot?l3shy0#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?l3shy0') format('truetype'),
    url('fonts/icomoon.woff?l3shy0') format('woff'),
    url('fonts/icomoon.svg?l3shy0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e947";
}
.icon-compass:before {
  content: "\e949";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-warning:before {
  content: "\ea07";
}


/* =Reset
-------------------------------------------------------------- */
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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 4px;
	margin: 0 0 1.5em;
	width: 100%;
}
th, td {
	padding: 16px 8px;
	vertical-align: middle;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	/*outline: thin dotted;*/
	outline: 0;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
a img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
}
embed, iframe, object {
	max-width: 100%;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

/* =Page
-------------------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #111;
  overflow-x: hidden;
}
a {
  color: #f29304;
}
a:hover {
  text-decoration: underline;
  color: #f5af46;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
p, ul, ol {
  margin-bottom: 8px;
  padding: 0 8px;
  line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
#site-page {
	max-width: 1040px;
	margin: 0 auto;
	padding: 32px 0;
}
#header {
	padding: 16px 0;
}
#header-section {
	max-width: 1040px;
	margin: 0 auto;
	padding: 16px;
	background: #000045;
	border: 1px solid #000045;
	border-radius: 24px;
	text-align: center;
}
#header-section h1 {
	color: #fff;
	font-size: 24px;
}
h3 {
	color: #000045;
	font-size: 18px;
	margin: 40px 0 16px;
	padding: 0 8px;
	border-bottom: 1px solid #000045;
}
.guide-txt h3:first-child,
.cmp-txt h3:first-child {
	margin-top: 0;
}

.form-date {
	overflow: hidden;
	width: 100%;
	padding: 8px;
	font-size: 100%;
}
.tab-date {
	background: #fceeb0;
	border-top: 1px solid #f4a300;
	border-left: 1px solid #f4a300;
	border-right: 1px solid #f4a300;
	width: 21%;
	padding: 8px 12px;
	border-radius: 8px 8px 0 0;
}
ul.tab-cnt {
	padding: 8px;
	background: #f0f0f0;
	border-top: 1px solid #f4a300;
}
ul.tab-cnt li {
	padding: 12px;
	border-bottom: 1px dotted #999;
}
ul.tab-cnt li:last-child {
	border: none;
}
ul.tab-cnt li span {
	margin-right: 16px;
}
ul.tab-cnt li .icon {
	position: relative;
	top: 1px;
	margin-right: 2px;
}

span.map-lnk {
	display: inline-block;
	margin-left: 12px;
}
span.guide-zip {
	display: block;
}
.cmp-txt {
	width: 100%;
	background: #fffff0;
	border: 1px solid #ccc;
	border-radius: 24px;
	margin-bottom: 128px;
	padding: 40px 64px;
	text-align: center;
}
table.tbl-guide {
	border-collapse: collapse;
	border-spacing: 0;
}
table.tbl-guide th {
	width: 24%;
	border-bottom: 1px dotted #ccc;
}
table.tbl-guide td {
	border-bottom: 1px dotted #ccc;
}
td.form-lbl {
	background: #fceeb0;
	width: 24%;
}
span.required {
	background: #f4a300;
	margin-left: 8px;
	padding: 2px 6px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}
td.form-ipt {
	background: #f0f0f0;
}
#footer {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer .footer-content {
	max-width: 1040px;
	margin: 0 auto;
	padding: 24px 0;
	border-top: 1px solid #000045;
}
.z-name img {
	width: 32%;
	height: auto;
	margin-bottom: 8px;
}
.footer-copy {
	background: #000045;
	color: #fff;
	padding: 8px;
}
.footer-copy p {
	margin: 0;
	font-size: 12px;
}
.js .animate-box {
	opacity: 0;
}
.lead {
  line-height: 1.8;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}


/* =Form
-------------------------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
	padding: 8px;
	border: 1px solid #ccc;
	line-height: 1.2em;
	width: 100%;
	margin: 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #111;
}
select {
	padding: 4px;
	color: #111;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
	border: 1px solid #eaeaea;
}
input[type="search"]:focus,
textarea:focus {
        border: 1px solid #ccc;
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	width: 12%;
	color: #FFFFFF;
	display:inline-block;
	margin: 0 8px 0 0;
	padding: 6px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	/*background-color: #0FBE7C;*/
	background-color: #666;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
:placeholder-shown { color: #aaa; }
::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder  { color: #aaa; opacity: 1; }
::-moz-placeholder  { color: #aaa; opacity: 1; }
:-ms-input-placeholder  { color: #aaa; }
input.ipt-mdl {
	width: 48%;
}
ul.tab-cnt li input[type="radio"] {
	margin-right: 8px;
	position: relative;
	top: 2px;
}
td.submit-form {
	padding: 16px 0;
	/*text-align: center;*/
	}
p.warn-txt {
	display: block;
	height: auto;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}
span.warn-cnt {
	display: table-cell;
	padding-left: 1.6em;
}
.icon-warning {
	position: absolute;
	top: 50%;
	margin-top: -9px;
}
.icon-warning:before {
	padding: 2px;
	background: #efef00;
	font-size: 16px;
	border-radius: 2px;
}
select {
	width: 24%;
}
button.btn_lft {
	background-color: #f29304;
}
.err-msg,
input.err-msg {
	background: #fff5f5;
	border-color: #ff8b8b;
}


/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1060px) {
	#header,
	#site-page,
	.footer-content {
		padding-left: 24px;
		padding-right: 24px;
	}
	select {
		width: 32%;
	}
}

@media screen and (max-width: 500px) {
	body {
		font-size: 12px;
	}
	#header,
	#site-page,
	.footer-content {
		padding-left: 12px;
		padding-right: 12px;
	}
	#site-page {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	#header-section h1 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
		line-height: 1.6em;
		margin: 24px 0 12px;
		padding-bottom: 4px;
	}
	.tab-date {
		width: 64%;
	}
	ul.tab-cnt {
		overflow: hidden;
	}
	ul.tab-cnt li {
		padding: 8px;
	}
	ul.tab-cnt li input[type="radio"] {
		float: left;
		width: auto;
		top: 1px;
	}
	ul.tab-cnt li span.cnt-lbl {
		display: table-cell;
		margin: 0;
		padding-left: 6px;
	}
	ul.tab-cnt li span.cnt-lbl span {
		display: block;
		margin: 0 0 4px;
	}
	span.map-lnk {
		display: block;
		margin-left: 0;
	}
	td.form-lbl,
	td.form-ipt {
		display: block;
		width: 100%;
		padding: 12px 8px;
	}
	td.form-ipt {
		margin-bottom: 8px;
	}
	input.ipt-mdl {
		width: 100%;
	}
	select {
		width: 48%;
	}
	td.submit-form {
		padding: 4px 0;
	}
	span.warn-cnt {
		padding-left: 2.4em;
	}
	button {
		display: inline-block;
		width: 48%;
		margin-bottom: 12px;
	}
	.z-name img {
		width: 72%;
	}
	.cmp-txt {
		border-radius: 8px;
		padding: 24px 12px;
	}
}
@media screen and (max-width: 320px) {
	#header-section h1 {
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}
	.tab-date {
		width: 74%;
	}
}


/*# sourceMappingURL=style.css.map */
