@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a {
  text-decoration: none; }

body {
  overflow-x: hidden; }

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px; }

div#mfp_hidden input {
  margin: 10px; }

/**
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
**/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001; }

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%; }

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000; }

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute; }

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif); }

.mfp_colored {
  background-color: #F6F7F9; }

.mfp_achroma {
  background-color: #FFF; }

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px; }

.mfp_parent_error {
  border: solid 2px #F00; }

.problem {
  background-color: #FCC; }

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none; }

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center; }

div#mfp_error p strong {
  font-size: 18px;
  color: #F00; }

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px; }

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center; }

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00; }

/**
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 90%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
	box-shadow: 0px 2px 15px #CCC;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
div.mfpSuggestWrapper {
	position: relative;
}
div.mfpSuggestResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.mfpSuggestResult div {
	cursor: pointer;
}
div.mfpSuggestResult div:hover {
	background-color: #C9EBFB;
}
div.mfpSuggestResult div.mfpSuggestNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div.mfp_attached_filelist {
}
div.mfp_draganddrop {
	margin: 5px auto;
	width: 100%;
	height: 200px;
	border: solid 2px #CCC;
	border-radius: 3px;
	background: url(_images/draganddrop.png) no-repeat center center #EEE;
	background-size: auto 80%;
}
div.mfp_dragover {
	border: solid 2px #0068B7;
	background-color: #FFF;
}
div.mfp_attached_filelist {
	margin: 5px auto;
	padding: 5px;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 3px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
	padding: 5px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
	padding: 5px 5px 5px 2em;
	background: url(_images/file.png) no-repeat 5px center;
	background-size: 1.3em 1.3em;
	display: inline-block;
	margin-right: 1em;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
	border: none;
}
div.mfp_guide {
	position: relative;
	width: 1px;
	height: 1px;
}
div.mfp_guide div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: -2em;
	white-space: nowrap;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	background: #F00;
	display: none;
}
div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
div#mfp_numticket_wrapper {
	clear: both;
	padding: 15px;
}
div#mfp_numticket_wrapper section#numticket_message_wrapper {
	border: solid 3px #F00;
	border-radius: 5px;
	background: #FEE;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7em;
	margin: 5px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime {
	border: solid 3px #CCC;
	border-radius: 5px;
	background: #FFF;
	padding: 15px;
	font-size: 16px;
	margin: 10px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime strong {
	font-size: 32px;
	display: block;
	text-align: center;
}
div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
	text-align: center;
}
div.mfp_traffic_status {
	max-width: 460px;
	margin: 10px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 15px;
}
div.mfp_traffic_status h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
div.mfp_traffic_status table {
	text-align: center;
	width: 100%;
}
div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
	border: none;
	padding: 0;
}
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
	padding: 0 2px;
}
div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
	border-top: solid 1px #CCC;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	color: #999;
}
div.mfp_traffic_status table td {
	height: 100px;
}
div.mfp_traffic_status table td span {
	display: block;
	background: #7BAAF7;
	border-radius: 3px 3px 0 0;
	border-top: solid 1px #66A1F7;
	border-right: solid 1px #66A1F7;
	border-left: solid 1px #66A1F7;
	min-width: 10px;
	max-width: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}
div.mfp_traffic_status table td span.mfp_traffic_status_current {
	background: #5D7AF2;
	border-top: solid 1px #546CD1;
	border-right: solid 1px #546CD1;
	border-left: solid 1px #546CD1;
}
.mfp_ok {
	background-color: rgba(0,255,0,0.2);
}
.mfp_ng {
	background-color: rgba(255,0,0,0.2);
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
button.mfp_submit_enable {
	background: none;
	background: #000090;
}
button.mfp_submit_disable {
	background: none;
	background: #FD8282;
}
span.mfp_tips {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.mfp_estimate_wrapper {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap {
	position: relative;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 5px;
	margin: 10px 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
	position: absolute;
	top: -0.7em;
	left: 1em;
	display: inline-block;
	background: #FFF;
	font-size: 12px;
	padding: 0 0.5em;
	color: #666;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
	font-size: 18px;
	margin: 5px 0;
	padding: 5px 10px;
	line-height: 1em;
	min-height: 2.5em;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
	display: block;
	text-align: right;
	color: #900;
	font-size: 24px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
	display: inline-block;
	font-size: 30px;
}
div.mfp_estimate_wrapper button.mfp_estimate_button {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
}
div.mfp_estimate_list table.mfp_estimate_list_table {
	width: 100%;
	margin: 10px 0;
}
div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
	text-align: center;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
	border: none;
	border-bottom: solid 1px #333;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
	border: none;
	text-align: right;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
	padding: 0;
	margin: 0;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
	padding: 0 10px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
	font-size: 10px;
	display: block;
	color: #666;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
	width: 80px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
	text-align: right;
	padding: 0 10px;
	width: 120px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
	width: 60px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
	max-width: 80px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
	border: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
}
div.mfp_ticket_wrapper {
	border: solid 1px #CCC;
	margin: 5px;
	overflow: auto;
}
div.mfp_ticket_map {
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
div.mfp_ticket_map div {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}
div.mfp_ticket_map div label {
	position: relative;
}
div.mfp_ticket_map div label span {
	position: absolute;
	top: 0px;
	left: 20px;
	display: inline-block;
	font-size: 10px;
	white-space: nowrap;
	display: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 3px 3px;
	line-height: 1em;
}
div.mfp_ticket_map div label:hover span {
	display: block;
	z-index: 10;
}
div.mfp_ticket_map div label input {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: #CCC;
}
**/
@media screen and (max-width: 800px) {
  /**
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	**/ }

body {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.73;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3A2300; }

a {
  color: #3A2300; }

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

mark {
  color: currentColor; }

.wrap {
  width: 89.6%;
  max-width: 1000px;
  margin: 0 auto; }

.wrap.wrap-wide {
  max-width: 1160px; }

.wrap.wrap-narrow {
  max-width: 745px; }

@media screen and (max-width: 767px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .spv {
    display: none !important; }
  a {
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
  .wrap {
    width: 94%; } }

@media (hover: hover) {
  .trans-op:hover {
    opacity: 0.7; } }

.anim.fadeUp {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }

.anim.fadeUp.is-show {
  opacity: 1.0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

@-webkit-keyframes floatingAnim {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

@keyframes floatingAnim {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

@-webkit-keyframes btnAnim {
  0% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  5% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  10% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  15% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  20% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  25% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes btnAnim {
  0% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  5% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  10% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  15% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  20% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  25% {
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px); }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes galleryAnim {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes galleryAnim {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.footer {
  padding: 14px 0; }

.footer-copyright {
  font-size: 10px; }

#page.in.top .btn {
  margin-right: -5px;
  -webkit-animation: btnAnim 3s infinite;
          animation: btnAnim 3s infinite;
  text-align: center; }

#page.in.top .btn a {
  display: inline-block; }

#page.in.top .mark {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00), color-stop(70%, #FFFF00), color-stop(70%, transparent));
  background: linear-gradient(transparent 50%, #FFFF00 50%, #FFFF00 70%, transparent 70%); }

@media screen and (min-width: 767px) {
  #page.in.top .btn {
    margin: 0; } }

@media (hover: hover) {
  #page.in.top .btn a:hover {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); } }

#page.in.top .mv {
  position: relative;
  overflow: hidden; }

#page.in.top .mv-bg img {
  width: 100%; }

#page.in.top .mv-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#page.in.top .mv-circle {
  position: absolute;
  right: 4%;
  top: 0;
  margin-top: 4%;
  width: 35.467%; }

#page.in.top .mv-circle-main {
  width: 100%;
  position: relative;
  z-index: 2; }

#page.in.top .mv-circle-main:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/mv_circle.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: rotateAnim 40s linear infinite;
          animation: rotateAnim 40s linear infinite; }

#page.in.top .mv-circle-main img {
  width: 100%; }

@media screen and (min-width: 767px) {
  #page.in.top .mv {
    max-height: 680px; }
  #page.in.top .mv-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right; }
  #page.in.top .mv-ttl {
    max-width: 1160px;
    height: 100%;
    right: 0;
    margin: auto; }
  #page.in.top .mv-ttl img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  #page.in.top .mv-logo {
    position: absolute;
    right: 5.86%;
    bottom: 40px;
    width: 16.7%; }
  #page.in.top .mv-circle {
    margin: 0;
    right: 6.59%;
    margin-top: 28px;
    width: 19.83%;
    max-width: 265px; }
  #page.in.top .mv-circle-sub {
    position: absolute;
    right: -10.567%;
    bottom: -9.566%;
    width: 38.5%;
    z-index: 2; } }

#page.in.top .sec01 {
  padding: 46px 0 35px;
  background: #3A2300; }

#page.in.top .sec01-bg {
  margin-top: -1px; }

#page.in.top .sec01-bg img {
  width: 100%; }

@media screen and (min-width: 767px) {
  #page.in.top .sec01 {
    padding: 45px 0 8px; } }

#page.in.top .sec02 {
  padding: 10px 0 0; }

#page.in.top .sec02-ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.08em;
  margin-bottom: 40px; }

#page.in.top .sec02-lead {
  line-height: 1.875;
  letter-spacing: 0.08em; }

#page.in.top .sec02-box {
  margin-top: 50px;
  background: #F2F2F2;
  padding: 30px 23px 64px; }

#page.in.top .sec02-box-logo {
  margin-bottom: 26px; }

#page.in.top .sec02-box-txt {
  padding: 25px 9px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571; }

@media screen and (min-width: 767px) {
  #page.in.top .sec02 {
    padding: 20px 0 0; }
  #page.in.top .sec02-ttl {
    font-size: 36px;
    line-height: 1.8888888889; }
  #page.in.top .sec02-lead {
    font-size: 18px;
    line-height: 1.8888888889; }
  #page.in.top .sec02-box {
    padding: 14px 16px 20px; }
  #page.in.top .sec02-box-txt {
    padding: 20px 0px 0;
    font-size: 15px;
    line-height: 1.7333333333; } }

#page.in.top .sec03 {
  padding: 78px 0 70px; }

#page.in.top .sec03-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.0357142857;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  position: relative; }

#page.in.top .sec03-ttl > span {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 8px; }

#page.in.top .sec03-ttl > span:before {
  content: "";
  width: 142px;
  height: 276px;
  background: url(../img/sec03_img01.png) no-repeat center/contain;
  position: absolute;
  right: -6px;
  bottom: -12px; }

#page.in.top .sec03-list-item {
  padding: 25px 0 32px;
  position: relative; }

#page.in.top .sec03-list-item:after {
  content: "";
  width: 86.4%;
  height: 0;
  border-bottom: 3px dotted currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#page.in.top .sec03-list-item:nth-child(n+4) {
  color: #CB2315; }

#page.in.top .sec03-list-item:nth-child(n+3):after {
  border-color: #CB2315; }

#page.in.top .sec03-list-num {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 4px solid currentColor;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700; }

#page.in.top .sec03-list-ttl {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5652173913;
  margin-bottom: 24px; }

#page.in.top .sec03-list-txt {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  margin-bottom: 20px; }

#page.in.top .sec03-flow {
  margin: 52px 0 45px; }

#page.in.top .sec03-flow-ttl {
  margin-bottom: 32px; }

#page.in.top .sec03-flow-ttl img {
  margin: 0 auto; }

#page.in.top .sec03-flow-img img {
  margin: 0 auto; }

@media screen and (min-width: 767px) {
  #page.in.top .sec03 {
    padding: 124px 0 100px; }
  #page.in.top .sec03-ttl {
    font-size: 34px;
    text-align: center;
    margin-bottom: 108px; }
  #page.in.top .sec03-ttl > span {
    text-decoration: none;
    border-bottom: 3px dotted currentColor;
    padding-bottom: 12px; }
  #page.in.top .sec03-ttl > span:before {
    width: 128px;
    height: 248px;
    right: -18px;
    bottom: -35px; }
  #page.in.top .sec03-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 5.78%; }
  #page.in.top .sec03-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29.48%;
            flex: 0 1 29.48%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #page.in.top .sec03-list-item.anim:nth-child(3n+2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  #page.in.top .sec03-list-item.anim:nth-child(3n) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  #page.in.top .sec03-list-item:before {
    content: "";
    width: 0;
    height: 100%;
    border-right: 2px dotted currentColor;
    position: absolute;
    right: -9.94%;
    top: 0; }
  #page.in.top .sec03-list-item:nth-child(3n):before {
    display: none; }
  #page.in.top .sec03-list-item:after {
    width: 100%;
    border-width: 2px;
    bottom: -39px; }
  #page.in.top .sec03-list-item:nth-child(n+3):after {
    border-color: currentColor; }
  #page.in.top .sec03-list-item:nth-last-child(-n+3):after {
    display: none; }
  #page.in.top .sec03-list-num {
    margin-bottom: 20px; }
  #page.in.top .sec03-list-ttl {
    font-size: 22px;
    letter-spacing: 0.05em; }
  #page.in.top .sec03-list-txt {
    font-size: 16px;
    line-height: 1.875; }
  #page.in.top .sec03-list-item:nth-child(3) .sec03-list-txt {
    letter-spacing: 0.05em; }
  #page.in.top .sec03-list-img {
    margin-top: auto; }
  #page.in.top .sec03-flow {
    margin: 40px 0 100px;
    border-top: 2px dotted currentColor; }
  #page.in.top .sec03-flow-ttl {
    margin: -14px 0 54px; } }

@media screen and (min-width: 900px) {
  #page.in.top .sec03-ttl > span {
    position: relative; }
  #page.in.top .sec03-ttl > span:before {
    right: auto;
    left: calc(100% + 18px); } }

#page.in.top .sec04 {
  padding: 380px 0 88px;
  position: relative;
  background: url(../img/sec04_bg_sp.png) no-repeat top center/cover;
  overflow: hidden; }

#page.in.top .sec04:before,
#page.in.top .sec04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 50vw;
  border-color: transparent transparent transparent #3A2300;
  position: absolute;
  bottom: 0;
  right: 50%; }

#page.in.top .sec04:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: auto;
  left: 50%; }

#page.in.top .sec04-img {
  position: absolute;
  top: 70px;
  right: 12px;
  width: 185px; }

#page.in.top .sec04-ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.08em;
  margin-bottom: 36px; }

#page.in.top .sec04-ttl sup {
  font-size: 10px;
  vertical-align: text-top; }

#page.in.top .sec04-txt {
  line-height: 1.875;
  letter-spacing: 0.08em; }

#page.in.top .sec04-txt sup {
  font-size: 10px;
  vertical-align: text-top; }

#page.in.top .sec04-note {
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 10px; }

#page.in.top .sec04-graph01 {
  margin: 45px 0 50px;
  position: relative; }

#page.in.top .sec04-graph01-txt01 {
  width: 27.68%;
  position: absolute;
  top: 0;
  margin-top: 23.8%;
  left: 0; }

#page.in.top .sec04-graph01-txt02 {
  width: 27.68%;
  position: absolute;
  bottom: 0;
  margin-bottom: 7.44%;
  right: 0; }

#page.in.top .sec04-graph02 {
  margin: 24px 0 0;
  position: relative; }

#page.in.top .sec04-graph02-txt01 {
  width: 27.68%;
  position: absolute;
  bottom: 0;
  margin-bottom: 14.88%;
  left: 0; }

@media screen and (min-width: 767px) {
  #page.in.top .sec04 {
    padding: 220px 0 132px;
    background: url(../img/sec04_bg.png) no-repeat top 24px center/cover; }
  #page.in.top .sec04:before,
  #page.in.top .sec04:after {
    border-width: 125px 0 0 50vw; }
  #page.in.top .sec04-img {
    top: 0;
    right: auto;
    left: calc(50% + 220px);
    width: 204px; }
  #page.in.top .sec04-ttl {
    font-size: 36px;
    line-height: 1.8888888889;
    margin-bottom: 48px; }
  #page.in.top .sec04-ttl sup {
    font-size: 12px; }
  #page.in.top .sec04-txt {
    font-size: 18px;
    line-height: 1.8888888889; }
  #page.in.top .sec04-txt sup {
    font-size: 12px; }
  #page.in.top .sec04-note {
    font-size: 12px;
    margin-top: 20px; }
  #page.in.top .sec04-graph01 {
    margin: 50px 0 90px; }
  #page.in.top .sec04-graph01-txt01 {
    width: 12%;
    bottom: 0;
    top: auto;
    margin: 0 0 4.5%; }
  #page.in.top .sec04-graph01-txt02 {
    width: 12%;
    margin-bottom: 4.5%; }
  #page.in.top .sec04-graph02 {
    margin: 32px 0 0; }
  #page.in.top .sec04-graph02-txt01 {
    width: 16.91%;
    margin-bottom: 5.64%;
    left: auto;
    right: 2.4%; } }

#page.in.top .sec05 {
  padding: 64px 0 12px;
  background: #3A2300;
  color: #ffffff; }

#page.in.top .sec05-ttl {
  text-align: center;
  margin-bottom: 30px; }

#page.in.top .sec05-ttl-main {
  font-size: 20px;
  line-height: 2.35;
  letter-spacing: 0.08em;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 8px; }

#page.in.top .sec05-ttl-logo {
  margin: 40px auto 0;
  width: 226px; }

#page.in.top .sec05-gallery {
  overflow: hidden;
  margin-bottom: 40px; }

#page.in.top .sec05-gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

#page.in.top .sec05-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: galleryAnim 30s infinite linear 0.5s both;
          animation: galleryAnim 30s infinite linear 0.5s both; }

#page.in.top .sec05-gallery-list-item {
  width: 262px; }

#page.in.top .sec05-gallery-list-item img {
  width: 100%; }

#page.in.top .sec05-map {
  margin-bottom: 36px; }

#page.in.top .sec05-map img {
  margin: 0 auto; }

#page.in.top .sec05-bg {
  margin-top: -1px; }

#page.in.top .sec05-bg img {
  width: 100%; }

@media screen and (min-width: 767px) {
  #page.in.top .sec05 {
    padding: 75px 0 20px; }
  #page.in.top .sec05-ttl {
    margin-bottom: 60px; }
  #page.in.top .sec05-ttl-main {
    font-size: 30px;
    text-decoration: none;
    border-bottom: 5px dotted currentColor;
    padding-bottom: 16px; }
  #page.in.top .sec05-ttl-logo {
    margin: 70px auto 0;
    width: 470px; }
  #page.in.top .sec05-gallery {
    margin-bottom: 84px; }
  #page.in.top .sec05-gallery-list-item {
    width: 420px; }
  #page.in.top .sec05-map {
    margin-bottom: 70px; } }

#page.in.top .sec06 {
  padding: 32px 0 40px; }

#page.in.top .sec06-ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  margin-bottom: 36px; }

#page.in.top .sec06-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00), color-stop(85%, #FFFF00), color-stop(85%, transparent));
  background: linear-gradient(transparent 60%, #FFFF00 60%, #FFFF00 85%, transparent 85%); }

#page.in.top .sec06-list-wrapper .wrap {
  width: 100%; }

#page.in.top .sec06-list-item {
  background: #F2F2F2;
  height: auto; }

#page.in.top .sec06-list-item--kumamoto {
  background: #F4EDE8; }

#page.in.top .sec06-list-item-body {
  padding: 28px 18px 20px; }

#page.in.top .sec06-list-item-subttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5909090909;
  letter-spacing: 0.07em;
  margin-bottom: 20px; }

#page.in.top .sec06-list-item-subttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00), color-stop(85%, #FFFF00), color-stop(85%, transparent));
  background: linear-gradient(transparent 60%, #FFFF00 60%, #FFFF00 85%, transparent 85%); }

#page.in.top .sec06-list-item-txt {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em; }

@media screen and (min-width: 767px) {
  #page.in.top .sec06 {
    padding: 80px 0 70px; }
  #page.in.top .sec06-ttl {
    font-size: 52px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px; }
  #page.in.top .sec06-list-wrapper .wrap {
    width: 89.6%; }
  #page.in.top .sec06-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #page.in.top .sec06-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.55%;
            flex: 0 1 46.55%;
    height: auto; }
  #page.in.top .sec06-list-item-body {
    padding: 20px 32px 25px; }
  #page.in.top .sec06-list-item-subttl {
    font-size: 23px;
    letter-spacing: 0.12em;
    margin-bottom: 16px; }
  #page.in.top .sec06-list-item-txt {
    line-height: 2.0; } }

#page.in.top .sec07 {
  padding: 40px 0 96px; }

#page.in.top .sec07-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 32px; }

#page.in.top .sec07-detail {
  margin-bottom: 48px; }

#page.in.top .sec07-detail img {
  margin: 0 auto; }

@media screen and (min-width: 767px) {
  #page.in.top .sec07 {
    padding: 70px 0 96px; }
  #page.in.top .sec07-ttl {
    margin-bottom: 48px; }
  #page.in.top .sec07-detail {
    margin-bottom: 75px; } }

#page.in.top .sec08 {
  padding: 70px 0 76px;
  border-top: 1px solid #1A1A1A; }

#page.in.top .sec08-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 50px; }

#page.in.top .sec08-dl {
  margin-bottom: 56px; }

#page.in.top .sec08-dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  padding-left: 52px;
  margin-bottom: 20px;
  background: url(../img/sec08_q.png) no-repeat top left/30px; }

#page.in.top .sec08-dl dd {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  padding-left: 52px;
  padding-bottom: 32px;
  position: relative;
  background: url(../img/sec08_a.png) no-repeat top left/30px; }

#page.in.top .sec08-dl dd img {
  margin-top: 18px; }

#page.in.top .sec08-dl dd:after {
  content: "";
  width: 84.2%;
  height: 0;
  border-bottom: 3px dotted #3A2300;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

#page.in.top .sec08-dl dd:last-child {
  padding-bottom: 0; }

#page.in.top .sec08-dl dd:last-child:after {
  display: none; }

#page.in.top .sec08-dl dd + dt {
  margin-top: 40px; }

@media screen and (min-width: 767px) {
  #page.in.top .sec08 {
    padding: 75px 0 132px; }
  #page.in.top .sec08-ttl {
    margin-bottom: 65px; }
  #page.in.top .sec08-dl {
    margin-bottom: 85px; }
  #page.in.top .sec08-dl dt {
    font-size: 20px;
    margin-bottom: 28px;
    padding-left: 80px;
    background-size: 32px; }
  #page.in.top .sec08-dl dd {
    font-size: 15px;
    padding-left: 80px;
    padding-bottom: 32px;
    background-size: 32px; }
  #page.in.top .sec08-dl dd:after {
    width: 100%; } }

#page.in.top #form {
  padding: 70px 0 80px;
  background: #3A2300;
  color: #ffffff; }

#page.in.top #form .form-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2916666667;
  letter-spacing: 0.08em;
  margin-bottom: 28px; }

#page.in.top #form .form-lead {
  text-align: center;
  font-size: 13px;
  line-height: 1.9230769231;
  letter-spacing: 0.08em;
  margin-bottom: 36px; }

#page.in.top #form .req {
  color: #D73728; }

#page.in.top #form input[type=text],
#page.in.top #form input[type=tel],
#page.in.top #form input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #ffffff;
  border: 1px solid #1E1E1E;
  padding: 8px;
  color: #3A2300;
  border-radius: 0; }

#page.in.top #form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  height: 158px !important;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #ffffff;
  border: 1px solid #1E1E1E;
  padding: 8px;
  color: #3A2300;
  border-radius: 0; }

#page.in.top #form select {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  background: #ffffff;
  border: 1px solid #1E1E1E;
  padding: 8px;
  color: #3A2300;
  min-width: 190px;
  height: 41px;
  border-radius: 0; }

#page.in.top #form .form-dl {
  padding-bottom: 48px;
  border-bottom: 3px dotted currentColor;
  margin-top: 32px; }

#page.in.top #form .form-dl:last-of-type {
  border-bottom: 0; }

#page.in.top #form .form-dl dt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 24px 0 12px; }

#page.in.top #form .form-privacy {
  margin-bottom: 56px; }

#page.in.top #form .form-privacy-txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  margin-bottom: 36px; }

#page.in.top #form .form-privacy-txt a {
  color: #ffffff;
  text-decoration: underline; }

#page.in.top #form .form-privacy-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer; }

#page.in.top #form .form-privacy-check input[type=checkbox] {
  display: none; }

#page.in.top #form .form-privacy-label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

#page.in.top #form .form-privacy-label:after {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  left: 3px;
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none; }

#page.in.top #form .form-privacy-check input[type=checkbox]:checked ~ .form-privacy-label:after {
  display: block; }

#page.in.top #form .form-send {
  text-align: center; }

#page.in.top #form .form-send-txt {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 12px; }

#page.in.top #form .form-send-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
  width: 337px;
  margin: 0 auto;
  background: none;
  border: 0;
  cursor: pointer; }

#page.in.top #form div.mfp_err {
  line-height: 1.1; }

@media screen and (min-width: 767px) {
  #page.in.top #form {
    padding: 100px 0 130px; }
  #page.in.top #form .form-lead {
    margin-bottom: 52px;
    font-size: 15px; }
  #page.in.top #form select {
    min-width: 280px; }
  #page.in.top #form .form-dl {
    padding-bottom: 58px;
    margin-top: 60px; }
  #page.in.top #form .form-dl dt {
    font-size: 15px; }
  #page.in.top #form .form-privacy {
    margin-bottom: 90px; }
  #page.in.top #form .form-privacy-txt {
    font-size: 14px;
    margin-bottom: 40px; }
  #page.in.top #form .form-privacy-label {
    font-size: 16px; }
  #page.in.top #form .form-send {
    text-align: center; }
  #page.in.top #form .form-send-txt {
    font-size: 14px;
    margin-bottom: 28px; }
  #page.in.top #form .form-send-btn {
    width: 472px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; } }

@media (hover: hover) {
  #page.in.top #form .form-privacy-txt a:hover {
    opacity: 0.7; }
  #page.in.top #form .form-send-btn:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); } }

#page.in.top #floating {
  position: fixed;
  bottom: 20px;
  left: 5px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 340px;
  z-index: 100;
  display: none; }

#page.in.top #floating .floating-btn a {
  display: block;
  -webkit-animation: btnAnim 3s infinite;
          animation: btnAnim 3s infinite; }

@media screen and (min-width: 767px) {
  #page.in.top #floating {
    left: auto;
    right: 40px;
    bottom: 30px;
    margin: 0;
    width: 146px; }
  #page.in.top #floating .floating-btn a {
    -webkit-animation: floatingAnim 3s infinite ease-in-out;
            animation: floatingAnim 3s infinite ease-in-out; } }

@media (hover: hover) {
  #page.in.top #floating .floating-btn a:hover {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); } }

#page.in.thanks .thanks-main {
  padding: 130px 0 40px;
  position: relative; }

#page.in.thanks .thanks-bg {
  width: 100%;
  height: 43.73vw;
  max-height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

#page.in.thanks .thanks-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom; }

#page.in.thanks .thanks-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 0;
  margin-bottom: 28px; }

#page.in.thanks .thanks-flex-lft {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 105px;
          flex: 0 1 105px; }

#page.in.thanks .thanks-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }

#page.in.thanks .thanks-subttl {
  font-weight: 700;
  margin-bottom: 28px; }

#page.in.thanks .thanks-ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.0;
  margin-bottom: 20px; }

#page.in.thanks .thanks-txt {
  font-size: 14px;
  line-height: 1.8571428571; }

#page.in.thanks .thanks-back {
  margin: 0 -2.5px; }

#page.in.thanks .thanks-back img {
  margin: 0 auto; }

@media screen and (min-width: 767px) {
  #page.in.thanks .thanks-main {
    padding: 0 0 150px; }
  #page.in.thanks .thanks-bg {
    height: auto;
    max-height: none;
    position: relative; }
  #page.in.thanks .thanks-bg img {
    height: auto; }
  #page.in.thanks .thanks-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4.5%;
       -moz-column-gap: 4.5%;
            column-gap: 4.5%; }
  #page.in.thanks .thanks-flex-lft {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 21.2%;
            flex: 0 1 21.2%; }
  #page.in.thanks .thanks-flex-rig {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  #page.in.thanks .thanks-subttl {
    margin-bottom: 22px; }
  #page.in.thanks .thanks-ttl {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 2.08;
    margin-bottom: 36px; }
  #page.in.thanks .thanks-txt {
    font-size: 15px; }
  #page.in.thanks .thanks-back {
    margin: 0;
    position: fixed;
    right: 40px;
    bottom: 30px; }
  #page.in.thanks .thanks-back a {
    display: block;
    -webkit-animation: floatingAnim 3s infinite ease-in-out;
            animation: floatingAnim 3s infinite ease-in-out; } }

@media (hover: hover) {
  #page.in.thanks .thanks-back a:hover {
    -webkit-animation: none;
            animation: none; } }
