@charset "UTF-8";

/* table
----------------------------------------*/
table,
table thead,
table tbody,
table tr,
table td,
table th {
	position: static;
}

/* ttl_page
----------------------------------------*/
.ttl_page {
	background: #b89c50;
	text-align: center;
	color: #fff;
	line-height: 1.45;
	font-size: 2.4rem;
	padding: 33px 20px 39px;
	letter-spacing: .08em;
}
.ttl_page h1  {
	font-weight: normal;
}
.ttl_page span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .07em;
	margin-top: 1px;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		font-size: 2rem;
		padding: 20px 5%;
		letter-spacing: .08em;
	}
	.ttl_page span {
		font-size: 1.1rem;
	}
}

/* info_block
----------------------------------------*/
.info_block {
	width: 958px;
	margin: 42px auto;
	padding: 15px;
	background-color: #fff;
}
.info_date {
	letter-spacing: .12em;
	padding-left: 3px;
	/* color: #b89c50; */
}
.info_ttl {
	font-size: 1.8rem;
	margin-top: 4px;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
	letter-spacing: .05em;
	margin-bottom: 28px;
}
.info_txt {
	line-height: 2.2;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	.info_block {
		width: auto;
		margin: 30px 5%;
	}
	.info_date {
		letter-spacing: .1em;
		padding-left: 0;
	}
	.info_ttl {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.info_txt {
		line-height: 2;
	}
}

/* access_block
----------------------------------------*/
.access_block {
	background: #fffcf7;
	margin-top: 44px;
	padding: 32px 0 0;
}
.access_inner {
	width: 1040px;
	margin: 0 auto 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.access_map {
	width: 480px;
	margin-right: 29px;
}
.access_link {
	margin-top: 2px;
}
.access_link a {
	display: inline-block;
	background: url(../img/access/icon_map.svg) no-repeat left 5px / 14.1px auto;
	padding: 4px 0 3px 23px;
	letter-spacing: .1em;
	text-decoration: underline;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.access_link a:hover {
	opacity: .6;
}
.access_detail {
	width: calc(100% - 509px);
	margin-top: -4px;
}
.access_ttl {
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-bottom: 11px;
}
.access_detail dl {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #000;
}
.access_detail dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.access_detail dt {
	clear: both;
	float: left;
	margin-right: 17px;
	background: #b89c50;
	color: #fff;
	font-weight: bold;
	min-width: 65px;
	padding: 2px 13px 2px 15px;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 10px;
}
.access_detail dd {
	overflow: hidden;
	padding: 2px 0 0;
	margin-bottom: 10px;
	letter-spacing: .05em;
	line-height: 1.65;
}
.access_detail dd span,
.access_detail dd a {
	font-weight: bold;
	font-size: 1.7rem;
	display: inline-block;
	margin: -4px 0;
	letter-spacing: .07em;
	pointer-events: none;
}
.access_note {
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.access_detail .access_note {
	margin-top: -13px;
}
.access_info {
	background: #f7f7f7;
	border-top: 6px solid #fff;
}
.access_info dl {
	width: 1040px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 25px 0 26px;
}
.access_info dt {
	width: 261px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .06em;
}
.access_info dd {
	width: calc(100% - 261px);
	line-height: 1.75;
	letter-spacing: .05em;
	margin-top: 1px;
}
.access_info dd ul li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.access_info dd ul li::before {
	content: "・";
}
.access_info dd p + p:not(.access_note) {
	margin-top: 25px;
}
@media only screen and (max-width: 768px) {
	.access_block {
		margin-top: 15px;
	}
	.access_inner {
		width: auto;
		margin: 0 5% 28px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.access_map {
		width: 100%;
		order: 1;
		margin-top: 20px;
		margin-right: 0;
	}
	.access_map img{
		width: 100%;
	}
	.access_link a:hover {
		opacity: 1;
	}
	.access_detail {
		width: 100%;
		margin-top: 0;
	}
	.access_ttl {
		font-size: 1.6rem;
	}
	.access_detail dt {
		font-size: 1.3rem;
		margin-right: 10px;
		min-width: 60px;
		padding: 2px 10px 2px 12px;
	}
	.access_detail dd span,
	.access_detail dd a {
		font-size: 1.6rem;
		margin: -3px 0;
		pointer-events: auto;
	}
	.access_info {
		padding: 0 5%;
	}
	.access_info dl {
		width: auto;
		display: block;
	}
	.access_info dt {
		width: 100%;
		font-size: 1.8rem;
	}
	.access_info dd {
		width: 100%;
		letter-spacing: .04em;
	}
}

/* download_block
----------------------------------------*/
.download_block {
	width: 1040px;
	margin: 41px auto 0;
}
.download_block p {
	letter-spacing: .05em;
}
.download_application {
	background: #f4f4f4;
	border: 1px solid #aaa;
	margin: 31px 0 18px;
	padding: 27px 0 42px;
}
.download_groupmember {
	background: #fef6ef;
	border: 1px solid #f3c7a1;
	margin: 0 0 18px;
	padding: 27px 0 42px;
}
.download_pamphlet {
	background: #f7f4e8;
	border: 1px solid #ded19b;
	margin: 0 0 18px;
	padding: 27px 0 42px;
}
.download_hall {
	background: #f2fcda;
	border: 1px solid #e3eecd;
	margin: 0 0 18px;
	padding: 27px 0 42px;
}
.download_hall hr {
	width: 77%;
	border: 1px solid #e3eecd;
}
.download_block h2 {
	width: 834px;
	margin: 0 auto 29px;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .05em;
}
.download_txt {
	width: 830px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.download_txt p {
	width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #434343;
}
.download_txt p a {
	width: 100%;
	display: block;
	font-weight: bold !important;
	/*text-decoration: underline;*/
	/*text-align: center;*/
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.download_txt p a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 24px;
	background: url(../img/download/icon_pdf.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 5px;
}
.download_txt p a[href$=".xlsx"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/download/icon_xlsx.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 6px;
}
.download_txt p a span {
	letter-spacing: -0.8px;
}
.download_txt a {
	width: 100%;
	display: block;
	/*font-weight: bold !important;*/
	/*text-decoration: underline;*/
	/*text-align: center;*/
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.download_txt a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 24px;
	background: url(../img/download/icon_pdf.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 5px;
}
.download_txt a[href$=".xlsx"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/download/icon_xlsx.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 6px;
}
.download_btn {
	width: 830px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.download_btn p {
	width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.download_btn p a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .05em;
	color: #fff;
	padding: 22px 20px 23px 45px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.download_btn p a[href$=".pdf"] {
	background: #712210;
}
.download_btn p a[href$=".xlsx"] {
	background: #055909;
	padding-left: 55px;
}
.download_btn p a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 24px;
	background: url(../img/download/icon_pdf.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 15px;
}
.download_btn p a[href$=".xlsx"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/download/icon_xlsx.png) no-repeat left top;
	vertical-align: -6px;
	margin-left: 16px;
}
.download_btn p a span {
	letter-spacing: -0.1px;
}
.download_pdf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 39px 0 9px;
}
.download_pdf_banner {
	width: 159px;
}
.download_pdf_banner img {
	display: block;
}
.download_pdf_banner a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.download_pdf_txt {
	width: calc(100% - 159px);
	padding-left: 16px;
	font-size: 1.2rem;
	margin-top: -4px;
}
.download_block .download_pdf_txt {
	letter-spacing: .01em;
}
.download_btn p a:hover,
.download_pdf_banner a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.download_block {
		width: auto;
		margin: 20px 5% 0;
	}
	.download_application,
	.download_groupmember,
	.download_pamphlet,
	.download_hall {
		margin: 25px 0 18px;
		padding: 25px 5% 30px;
	}
	.download_hall hr {
		width: 87%;
		border: 1px solid #e3eecd;
	}
	.download_block h2 {
		width: auto;
		margin: 0 auto 15px;
		font-size: 1.8rem;
	}
	.download_txt {
		width: auto;
		display: block;
		align-items: stretch;
	}
	.download_txt p {
		width: auto;
		display: block;
		color: #434343;
	}
	.download_txt p + p {
		/*margin-top: 15px;*/
	}
	.download_txt p a {
		font-size: 1.5rem;
		/*padding: 20px 20px 20px 30px;*/
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.download_txt p a[href$=".xlsx"] {
		padding-left: 30px;
	}
	.download_btn {
		width: auto;
		display: block;
		align-items: stretch;
	}
	.download_btn p {
		width: auto;
		display: block;
	}
	.download_btn p + p {
		margin-top: 15px;
	}
	.download_btn p a {
		font-size: 1.5rem;
		padding: 20px 20px 20px 30px;
	}
	.download_btn p a[href$=".xlsx"] {
		padding-left: 30px;
	}
	.download_pdf {
		margin: 30px 0 9px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.download_pdf_banner {
		margin: 15px auto;
		order: 1;
	}
	.download_pdf_txt {
		width: 100%;
		padding-left: 0;
		margin-top: 0;
		order: 0;
	}
	.download_btn p a:hover,
	.download_pdf_banner a:hover {
		opacity: 1;
	}
}

/* flow_block
----------------------------------------*/
.flow_block {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.flow_block > p {
	line-height: 1.75;
	letter-spacing: .055em;
	margin-left: 2px;
}
.flow_block > p + p {
	margin-top: 20px;
}
.flow_block > p a {
	font-weight: bold;
	color: #b89c50;
	text-decoration: underline;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.flow_block > p a:hover {
	opacity: .6;
}
.flow_ttl {
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 9px;
}
.flow_ttl::before {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background: #000;
}
.flow_ttl span {
	display: inline-block;
	background: #fff;
	padding-right: 12px;
}
.label_blue,
.label_red {
	display: inline-block;
	color: #fff;
	text-align: center;
	min-width: 79px;
	border-radius: 9px;
	background: #3c9fd6;
	line-height: 1.2;
	padding: 0 5px 1px;
	margin-right: 10px;
}
.label_red {
	background: #e84033;
}
.flow_item {
	margin-top: 19px;
}
.lottery .flow_item_ttl {
	background: #da587d;
}
.lottery .flow_item_ttl h3 {
	background: #cf325e;
}
.first-arrival .flow_item_ttl {
	background: #24759b;
}
.first-arrival .flow_item_ttl h3 {
	background: #0f5778;
}
.other .flow_item_ttl {
	background: #308f48;
}
.other .flow_item_ttl h3 {
	background: #1b7132;
}
.flow_item_ttl h3 {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	padding: 6px 28px 6px 40px;
	letter-spacing: .05em;
}
.flow_item_ttl h3 strong {
	font-size: 2.2rem;
	margin-right: 20px;
}
.flow_item_ttl h3 span::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -2px;
}
.flow_item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.flow_item_list > dt {
	width: 127px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: .05em;
	padding-top: 36px;
}
.flow_item_list > dt:first-child {
	padding-top: 51px;
}
.lottery .flow_item_list > dt:first-child {
	background: #fdf1f4;
}
.lottery .flow_item_list > dt:nth-of-type(2) {
	background: #f6e3e8 url(../img/flow/bg_flow_lottery_01.png) no-repeat;
}
.lottery .flow_item_list > dt:nth-of-type(3) {
	background: #f4d7df url(../img/flow/bg_flow_lottery_02.png) no-repeat;
	padding-top: 38px;
}
.lottery .flow_item_list > dt:nth-of-type(4) {
	background: #f2d0d9 url(../img/flow/bg_flow_lottery_03.png) no-repeat;
	padding-top: 55px;
}
.first-arrival .flow_item_list > dt:first-child {
	background: #f1f6fd;
}
.first-arrival .flow_item_list > dt:nth-of-type(2) {
	background: #e2edfb url(../img/flow/bg_flow_first-arrival_01.png) no-repeat;
	padding-top: 55px;
}
.other .flow_item_list > dt:first-child {
	background: #ebfbef;
}
.other .flow_item_list > dt:nth-of-type(2) {
	background: #d9f4e0 url(../img/flow/bg_flow_other_01.png) no-repeat;
	padding-top: 55px;
}
.flow_item_list > dd {
	width: calc(100% - 127px);
	padding: 19px 0 15px 44px;
	line-height: 1.75;
	letter-spacing: .05em;
}
.lottery .flow_item_list > dd:nth-of-type(2) {
	padding-bottom: 20px;
}
.lottery .flow_item_list > dd:nth-of-type(3) {
	padding-top: 24px;
	padding-bottom: 22px;
}
.lottery .flow_item_list > dd:nth-of-type(4) {
	padding-top: 18px;
	padding-bottom: 22px;
}
.lottery .flow_item_list > dd {
	border-bottom: 1px solid #f5dae2;
}
.first-arrival .flow_item_list > dd:nth-of-type(1) {
	padding-bottom: 28px;
}
.first-arrival .flow_item_list > dd:nth-of-type(2) {
	padding-top: 18px;
	padding-bottom: 22px;
}
.first-arrival .flow_item_list > dd {
	border-bottom: 1px solid #e2edfb;
}
.other .flow_item_list > dd {
	border-bottom: 1px solid #d9f4e0;
}
.other .flow_item_list > dd:nth-of-type(1) {
	padding-bottom: 28px;
}
.other .flow_item_list > dd:nth-of-type(2) {
	padding-top: 18px;
	padding-bottom: 22px;
}
.flow_item .flow_item_list > dd:last-child {
	border-bottom: none;
}
.flow_item_list > dd h4 {
	font-weight: normal;
	margin: 18px 0 6px;
}
.flow_item_list > dd dt {
	font-weight: bold;
	padding-left: 11px;
}
.flow_item_list > dd dt::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 6px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	left: 0;
	top: 7px;
}
.flow_item_list > dd dd {
	margin: 1px 0 13px 13px;
}
.flow_item_list > dd dd:last-child {
	margin-bottom: 0;
}
.flow_item_list > dd dd p + p {
	margin: 3px 0 16px;
}
.flow_item_list > dd .label_blue,
.flow_item_list > dd .label_red {
	margin-right: 14px;
}
.flow_item_list > dd > p > .label_blue,
.flow_item_list > dd > p > .label_red {
	margin-top: 6px;
	margin-bottom: 4px;
}
.flow_item_list > dd dd p {
	letter-spacing: .08em;
}
.flow_day {
	margin: 79px 0 0;
}
.flow_day_inner {
	margin: 31px 25px 30px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flow_day figure {
	width: 273px;
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flow_day_txt {
	width: calc(100% - 273px);
}
.flow_day_txt li {
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: .05em;
}
.flow_day_txt li + li {
	margin-top: 7px;
}
.flow_day_txt li::before {
	content: "・";
}
.flow_cancel {
	margin: 75px 0 0;
}
.flow_cancel .flow_ttl {
	margin-bottom: 36px;
}
.flow_cancel_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flow_cancel_list > dt {
	width: 210px;
	background: #e7ddc3;
	border: 1px solid #acacac;
	margin-bottom: 9px;
	font-size: 1.62rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 5px;
	letter-spacing: .05em;
}
.flow_cancel_list > dd {
	width: calc(100% - 210px);
	background: #fff;
	border: 1px solid #acacac;
	border-left: none;
	margin-bottom: 9px;
	padding: 26px 25px 49px;
}
.flow_cancel_list > dt:nth-of-type(2) {
	letter-spacing: .01em;
	padding: 23px 5px;
	background: #f6eed8;
}
.flow_cancel_list > dd h3 {
	font-size: 1.6rem;
	color: #b89c50;
	letter-spacing: .05em;
	margin: 30px 0 4px;
}
.flow_cancel_list > dd h3:first-child {
	margin-top: 0;
}
.flow_cancel_list > dd > p {
	letter-spacing: .05em;
	padding: 3px 0 0 2px;
}
.flow_cancel_list > dd > p + h3 {
	margin-top: 22px;
}
.flow_cancel_list > dd h3 span {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: #b89c50;
	color: #fff;
	text-align: center;
	margin-right: 11px;
	letter-spacing: 0;
}
.flow_cancel_txt {
	padding-left: 38px;
}
.flow_cancel_txt table,
.guide_about_table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 0;
}
.flow_cancel_txt th,
.flow_cancel_txt td,
.guide_about_table th,
.guide_about_table td {
	border: 1px solid #acacac;
	font-weight: normal;
	line-height: 1.35;
	padding: 9px 10px 9px 15px;
	letter-spacing: .05em;
}
.flow_cancel_txt td:nth-child(2) {
	width: 175px;
}
.flow_cancel_txt th,
.guide_about_table th {
	width: 352px;
	background: #f0f0f0;
	text-align: left;
	line-height: 1.35;
	padding: 9px 15px 9px;
}
.flow_cancel_txt thead th {
	width: auto;
	background: #e7ddc3;
	padding: 11px 15px 10px;
	text-align: center;
}
.flow_cancel_txt h4 {
	font-size: 1.4rem;
	margin: 16px 0 -6px;
	letter-spacing: .05em;
}
.flow_cancel_txt p {
	line-height: 1.75;
	margin-bottom: -5px;
	letter-spacing: .05em;
}
.flow_cancel_txt .sp_th {
	display: none;
}
@media only screen and (max-width: 768px) {
	.flow_block {
		width: auto;
		margin: 0 5%;
		padding: 30px 0 0;
	}
	.flow_block > p {
		letter-spacing: .05em;
		margin-left: 0;
	}
	.flow_block > p a:hover {
		opacity: 1;
	}
	.flow_ttl {
		font-size: 1.8rem;
	}
	.label_red {
		margin-top: 15px;
	}
	.flow_item_ttl h3 {
		font-size: 1.5rem;
		padding: 6px 5%;
	}
	.flow_item_ttl h3 strong {
		font-size: 1.9rem;
		margin-right: 10px;
	}
	.flow_item_list > dt {
		width: 90px;
		font-size: 1.3rem;
		background-size: 100% auto !important;
	}
	.flow_item_list > dd {
		width: calc(100% - 90px);
		padding: 19px 0 15px 5%;
		line-height: 1.6;
	}
	.flow_item_list > dd dd {
		margin: 1px 0 13px 11px;
	}
	.flow_item_list > dd .label_red,
	.flow_item_list > dd > p > .label_red {
		margin-top: 15px;
	}
	.flow_item_list > dd dd p {
		letter-spacing: .05em;
	}
	.flow_day {
		margin: 40px 0 0;
	}
	.flow_day_inner {
		margin: 0;
		display: block;
	}
	.flow_day figure {
		width: auto;
		max-width: 300px;
		margin: 15px auto 0;
	}
	.flow_day_txt {
		width: auto;
	}
	.flow_cancel {
		margin: 40px 0 0;
	}
	.flow_cancel .flow_ttl {
		margin-bottom: 15px;
	}
	.flow_cancel_list {
		display: block;
	}
	.flow_cancel_list > dt {
		width: auto;
		margin-bottom: 0;
		font-size: 1.6rem;
		padding: 10px 5px;
	}
	.flow_cancel_list > dd {
		width: auto;
		border: 1px solid #acacac;
		border-top: none;
		padding: 20px 5% 30px;
	}
	.flow_cancel_list > dt:nth-of-type(2) {
		letter-spacing: .05em;
		padding: 10px 5px;
	}
	.flow_cancel_list > dd h3 {
		font-size: 1.5rem;
		margin: 30px 0 4px 35px;
	}
	.flow_cancel_list > dd > p {
		padding: 3px 0 0;
	}
	.flow_cancel_list > dd h3 span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-right: 10px;
		margin-left: -35px;
	}
	.flow_cancel_txt {
		padding-left: 0;
	}
	.flow_cancel_txt table,
	.flow_cancel_txt tbody,
	.flow_cancel_txt tr,
	.flow_cancel_txt td,
	.flow_cancel_txt th {
		display: block;
	}
	.flow_cancel_txt table {
		border-top: 1px solid #acacac;
	}
	.flow_cancel_txt table thead {
		display: none;
	}
	.flow_cancel_txt tr.sp_col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flow_cancel_txt th,
	.flow_cancel_txt td {
		border-top: none;
		padding: 7px 15px 6px;
	}
	.flow_cancel_txt th {
		display: block;
		width: 100%;
		padding: 7px 10px 6px;
	}
	.flow_cancel_txt td {
		display: block;
		width: 100% !important;
		padding-left: 150px;
		position: relative;
	}
	.flow_cancel_txt td .sp_th {
		width: 140px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		padding: 7px 15px 6px;
		background: #e7ddc3;
		border-right: 1px solid #acacac;
	}
	.flow_cancel_txt h4 {
		font-size: 1.5rem;
		margin: 13px 0 0;
	}
	.flow_cancel_txt p {
		line-height: 1.6;
		margin-bottom: 0;
	}
}

/* color
----------------------------------------*/
.color_red {
	color: #e84033;
}

/* reception_block
----------------------------------------*/
.reception_block {
	border: 3px solid #b89c50;
	margin-top: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 47px 48px 34px 44px;
}
.reception_txt {
	width: calc(100% - 400px);
	margin-top: -4px;
}
.reception_txt p {
	line-height: 1.75;
	letter-spacing: .1em;
}
.reception_txt a[href^="tel:"] {
	pointer-events: none;
}
.reception_txt h3 {
	font-size: 2rem;
	margin: 0 0 5px;
	letter-spacing: .055em;
}
.reception_bnr {
	width: 400px;
}
.reception_bnr a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.reception_bnr a:hover {
	opacity: .6;
}
.reception_bnr img {
	display: block;
}
@media only screen and (max-width: 768px) {
	.reception_block {
		margin-top: 30px;
		display: block;
		padding: 20px 5%;
	}
	.reception_txt {
		width: auto;
		margin-top: 0;
	}
	.reception_txt p {
		line-height: 1.6;
		letter-spacing: .05em;
	}
	.reception_txt a[href^="tel:"] {
		pointer-events: auto;
	}
	.reception_txt h3 {
		font-size: 1.8rem;
		letter-spacing: .05em;
	}
	.reception_bnr {
		width: auto;
		margin-top: 15px;
	}
	.reception_bnr a:hover {
		opacity: 1;
	}
}

/* schedule_block
----------------------------------------*/
.schedule_block {
	width: 980px;
	margin: 40px auto 15px;
}
.schedule_block a {
	font-weight: bold;
	text-decoration: underline;
	color: #b89c50;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.schedule_block a:hover {
	opacity: .6;
}
.schedule_ttl {
	font-size: 2rem;
	letter-spacing: .05em;
	margin: 55px 0 9px;
}
.schedule_ttl:first-child {
	margin-top: 0;
}
.schedule_block > p {
	line-height: 1.75;
	letter-spacing: .05em;
	padding-left: 2px;
}
.schedule_block .reception_block {
	margin-top: 31px;
}
.schedule_table {
	border-collapse: collapse;
	width: 100%;
	margin: 28px 0 21px;
}
.schedule_table .label_blue,
.schedule_table .label_red {
	padding: 4px 5px 5px;
	border-radius: 13px;
	min-width: 88px;
	margin-right: 15px;
}
.schedule_table th,
.schedule_table td {
	border: 1px solid #acacac;
	text-align: center;
	padding: 10px 10px 7px;
	letter-spacing: .09em;
	position: static;
}
.schedule_table th {
	background: #faeddc;
	padding: 7px 10px 6px;
	letter-spacing: .05em;
}
.schedule_table .schedule_th_blue {
	background: #eaf7fe;
	width: 244px;
}
.schedule_table .schedule_th_red {
	background: #fff3f2;
	width: 244px;
}
.schedule_table th[colspan="3"] {
	border: none;
	color: #fff;
	font-size: 1.8rem;
	padding: 6px 10px 5px;
	letter-spacing: .07em;
}
.schedule_table th[colspan="3"] span {
	font-size: 2.2rem;
}
.lottery.schedule_table th[colspan="3"] {
	background: #cf325e;
	border-left: 1px solid #cf325e;
	border-right: 1px solid #cf325e;
}
.first-arrival.schedule_table th[colspan="3"] {
	background: #0f5778;
	border-left: 1px solid #0f5778;
	border-right: 1px solid #0f5778;
}
.other.schedule_table th[colspan="3"] {
	background: #1b7132;
	border-left: 1px solid #1b7132;
	border-right: 1px solid #1b7132;
}
.schedule_note {
	margin-bottom: -4px;
	letter-spacing: .05em;
}
.schedule_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.schedule_note li + li {
	margin-top: 3px;
}
.schedule_btn {
	margin-top: 9px;
}
.schedule_btn a {
	display: inline-block;
	border-radius: 20px;
	background: #b89c50;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 8px 37px 8px 22px;
}
.schedule_btn a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: right .3s;
}
.schedule_btn a:hover::after {
	right: 15px;
}
.schedule_block .download_btn {
	margin: 30px 0;
}
.schedule_block .download_btn a {
	text-decoration: none;
	font-weight: normal;
}
.schedule_block .download_btn h3 {
	font-size: 1.6rem;
	letter-spacing: .05em;
	margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
	.schedule_block {
		width: auto;
		margin: 30px 5% 15px;
	}
	.schedule_block a:hover {
		opacity: 1;
	}
	.schedule_ttl {
		font-size: 1.8rem;
		margin: 40px 0 9px;
		white-space: nowrap;
	}
	.schedule_block > p {
		line-height: 1.6;
		padding-left: 0;
	}
	.schedule_table .label_blue,
	.schedule_table .label_red {
		width: 85px;
		min-width: 0;
		display: block;
		margin: 0 auto;
	}
	.schedule_table th,
	.schedule_table td {
		padding: 10px 5px 7px;
		letter-spacing: .03em;
		font-size: 1.2rem;
	}
	.schedule_table th {
		padding: 7px 5px 6px;
		letter-spacing: .03em;
	}
	.schedule_table .schedule_th_blue {
		width: auto;
	}
	.schedule_table .schedule_th_red {
		width: auto;
	}
	.schedule_table th[colspan="3"] {
		font-size: 1.5rem;
		padding: 6px 10px 5px;
		letter-spacing: .05em;
	}
	.schedule_table th[colspan="3"] span {
		font-size: 1.8rem;
		display: block;
	}
	.schedule_block .download_btn div + div {
		margin-top: 30px;
	}
	.schedule_btn a:hover::after {
		right: 20px;
	}
}

/* facilities_block
----------------------------------------*/
.facilities_block {
	padding-top: 46px;
}
.facilities_block img {
	display: block;
}
.facilities_description {
	width: 912px;
	margin: 0 auto 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.facilities_description_txt {
	padding-bottom: 20px;
	padding-right: 30px;
	width: calc(100% - 457px);
}
.facilities_description figure {
	width: 457px;
}
.facilities_description_txt h2 {
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: 5px;
}
.facilities_description_txt h2 span {
	font-size: 2rem;
}
.facilities_description_txt p {
	line-height: 2;
	letter-spacing: .05em;
}
.facilities_detail {
	background: url(../img/common/bg_02.png);
	padding: 45px 20px 42px;
}
.facilities_detail_inner {
	width: 975px;
	margin: 0 auto;
}
.facilities_detail_item,
.facilities_detail_link {
	background: #FFF;
	box-shadow: 0 0 7px rgba(0, 0, 0, .16);
}
.facilities_detail_item + .facilities_detail_item,
.facilities_detail_link {
	margin-top: 10px;
}
.facilities_detail_item h2,
.facilities_detail_link a {
	display: block;
	font-size: 2rem;
	font-weight: normal;
	padding: 18px 44px 17px;
	cursor: pointer;
	transition: opacity .3s;
}
.facilities_detail_item h2.open {
	color: #b89c50;
}
.facilities_detail_item h2::before,
.facilities_detail_item h2::after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 46px;
	top: 50%;
	transition: transform .3s;
}
.facilities_detail_item h2::after {
	transform: rotate(90deg);
}
.facilities_detail_item h2.open::after {
	transform: rotate(0);
}
.facilities_detail_link a::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 47px;
	top: 50%;
	transform: translateY(-1.5px);
	transition: transform .3s;
}
.facilities_detail_link a::after {
	content: '';
	width: 7.5px;
	height: 7.5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateY(-5.5px) rotate(45deg);
	position: absolute;
	right: 49px;
	top: 50%;
	transition: transform .3s;
}
.facilities_detail_link a:hover::before {
	transform: translateY(-1.5px) translateX(5px);
}
.facilities_detail_link a:hover::after {
	transform: translateY(-5.5px) translateX(5px) rotate(45deg);
}
.facilities_detail_item h2:hover,
.facilities_detail_link a:hover {
	opacity: .6;
}
.facilities_detail_link a span {
	padding-right: 25px;
	font-size: 1.2rem;
}
.pdf_block {
	margin-top: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.pdf_banner {
	width: 159px;
}
.pdf_txt {
	width: calc(100% - 159px);
	padding-left: 17px;
	font-size: 1.2rem;
	margin-top: -4px;
}
.facilities_detail_contents {
	display: none;
	background: -moz-linear-gradient(top, #ededed 0, #fff 6px);
	background: -webkit-linear-gradient(top, #ededed 0, #fff 6px);
	background: linear-gradient(to bottom, #ededed 0, #fff 6px);
	padding: 36px 30px 75px;
}
.facilities_detail_contents > p {
	line-height: 1.75;
}
.facilities_detail_img {
	margin: 31px 0 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.facilities_detail_img:first-child {
	margin-top: 0;
}
.facilities_detail_img > figure {
	width: 450px;
	margin-top: 16px;
}
.facilities_detail_img > figure:first-child:last-child {
	width: 100%;
}
.facilities_detail_img > figure:nth-child(1),
.facilities_detail_img > figure:nth-child(2) {
	margin-top: 0;
}
.facilities_detail_img > figure figcaption {
	min-width: 99px;
}
.facilities_detail_img figure figcaption {
	background: rgba(0, 0, 0, .85);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 5px;
	padding: 4px 26px 3px 21px;
	letter-spacing: .05em;
	text-align: center;
}
.facilities_detail_img_s figure figcaption {
	min-width: 103px;
	padding: 4px 17px 3px 21px;
}
.facilities_detail_img_s figure + figure {
	margin-top: 16px;
}
.facilities_detail_img img {
	display: block;
}
.facilities_detail h3 {
	margin-bottom: 16px;
}
.facilities_detail h3::before {
	content: '';
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	background: #000;
}
.facilities_detail h3 span {
	display: inline-block;
	background: #fff;
	padding-right: 13px;
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: normal;
}
.facilities_detail h3 + div p {
	letter-spacing: .05em;
	line-height: 1.75;
}
.facilities_detail h3 + div p + p {
	margin-top: 31px;
}
.facilities_detail_floor-plan {
	margin-bottom: 50px;
}
.facilities_detail_floor-plan_item + .facilities_detail_floor-plan_item {
	margin-top: 55px;
}
.facilities_detail_floor-plan ul {
	width: 0;
	display: flex;
	flex-flow: column wrap;
	height: 4.072em;
}
.facilities_detail_floor-plan ul li {
	width: 180px;
	line-height: 2;
}
.mappdf ul {
	width: 0;
	display: flex;
	flex-flow: column wrap;
	height: 2.036em;
}
.mappdf ul li {
	width: 220px;
	line-height: 2;
}
.facilities_detail .facilities_detail_floor-plan_item p {
	line-height: 2;
}
.facilities_detail_floor-plan figure {
	margin-top: 29px;
}
.facilities_detail_price {
	margin-bottom: 73px;
}
.facilities_detail_price_item {
	padding-right: 6px;
}
.facilities_detail_price h3 {
	margin-bottom: 27px;
}
.facilities_detail table {
	width: 100%;
	margin-top: 1px;
	border-collapse: collapse;
}
.facilities_detail table thead th {
	width: 20%;
	background: #b89c50;
	color: #fff;
	font-weight: normal;
	line-height: 1.3;
	padding: 9px 5px 7px;
	letter-spacing: .05em;
	border-bottom: 1px solid #fff;
}
.facilities_detail table thead th + th,
.facilities_detail table tbody td + td {
	border-left: 1px solid #fff;
}
.facilities_detail table thead th span {
	font-size: 1.2rem;
}
.facilities_detail table thead th:first-child {
	background: #8e7f55;
}
.facilities_detail table tbody td {
	background: #e4e4e4;
	border-bottom: 1px solid #fff;
	text-align: center;
	letter-spacing: .05em;
	padding: 15px 5px 16px;
}
.facilities_detail table tbody tr:nth-child(2n) td {
	background: #fffaed;
}
.facilities_detail_note {
	margin-top: 28px;
}
.facilities_detail_note li {
	text-indent: -1.35em;
	margin-left: 1.35em;
	letter-spacing: .05em;
	line-height: 1.75;
}
.facilities_detail_note li::before {
	content: '※ ';
}
.facilities_detail_note li span {
	color: #ff2a2a;
}
.facilities_detail_btn {
	margin-top: 37px;
}
.facilities_detail_btn a {
	display: inline-block;
	min-width: 400px;
	background: #ea8236;
	color: #fff;
	padding: 20px 25px 22px 20px;
	text-align: center;
	letter-spacing: .07em;
	transition: opacity .3s;
}
.facilities_detail_btn a:hover {
	opacity: .6;
}
.facilities_detail_btn a span {
	font-size: 1.6rem;
}
.facilities_detail_btn a[href$=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 23px;
	background: url(../img/common/icon_pdf.png) no-repeat;
	vertical-align: -6px;
	margin-left: 16px;
}
.facilities_detail_free h3 {
	margin-bottom: 18px;
}
.facilities_detail_free p {
	letter-spacing: .05em;
	line-height: 2;
}
.facilities_detail_free p + p {
	margin-top: 29px;
}
@media only screen and (max-width: 768px) {
	.facilities_block {
		padding-top: 30px;
	}
	.facilities_block img {
		margin: 0 auto;
		width: 100%;
	}
	.facilities_description {
		width: auto;
		margin: 0 5% 50px;
		display: block;
	}
	.facilities_description_txt {
		padding-right: 0;
		width: auto;
	}
	.facilities_description figure {
		width: auto;
	}
	.facilities_detail {
		padding: 30px 5%;
	}
	.facilities_detail_floor-plan ul {
		width: auto;
		display: block;
		column-count: 2;
		height: auto;
	}
	.facilities_detail_floor-plan ul li {
		width: auto;
	}
	.mappdf ul {
		width: auto;
		display: block;
		column-count: 2;
		height: auto;
	}
	.mappdf ul li {
		width: auto;
	}
	.facilities_detail_inner {
		width: auto;
	}
	.facilities_detail_item h2,
	.facilities_detail_link a {
		padding: 15px 25px;
		font-size: 1.8rem;
	}
	.facilities_detail_item h2::before,
	.facilities_detail_item h2::after {
		right: 26px;
	}
	.facilities_detail_link a::before {
		right: 27px;
	}
	.facilities_detail_link a::after {
		right: 29px;
	}
	.facilities_detail_link a:hover::before {
		transform: translateY(-1.5px) translateX(0);
	}
	.facilities_detail_link a:hover::after {
		transform: translateY(-5.5px) translateX(0) rotate(45deg);
	}
	.facilities_detail_item h2:hover,
	.facilities_detail_link a:hover {
		opacity: 1;
	}
	.facilities_detail_link a span {
		padding-right: 25px;
		font-size: 1.2rem;
	}
	.pdf_block {
		margin-top: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pdf_banner {
		width: 159px;
		margin: 15px auto 0;
		order: 1;
	}
	.pdf_txt {
		order: 0;
		width: 100%;
		padding-left: 0;
		margin-top: 0;
	}
	.facilities_detail_contents {
		padding: 20px 5% 30px;
	}
	.facilities_detail_img {
		margin: 25px 0;
		display: block;
	}
	.facilities_detail_img > div {
		margin-top: 16px;
	}
	.facilities_detail_img > figure {
		width: auto;
	}
	.facilities_detail_img > figure:nth-child(2) {
		margin-top: 16px;
	}
	.facilities_detail_img > figure figcaption {
		min-width: 99px;
	}
	.facilities_detail_img figure figcaption,
	.facilities_detail_img_s figure figcaption {
		padding: 4px 15px;
	}
	.facilities_detail_floor-plan_item + .facilities_detail_floor-plan_item {
		margin-top: 30px;
	}
	.facilities_detail_price {
		margin-bottom: 50px;
	}
	.facilities_detail_price_item {
		padding-right: 0;
	}
	.facilities_detail_price h3 {
		margin-bottom: 16px;
	}
	.facilities_detail_btn a {
		display: block;
		min-width: 0;
		width: 100%;
		max-width: 400px;
		padding: 10px 10px;
		white-space: nowrap;
	}
	.facilities_detail_btn a[href$=".pdf"]::after {
		margin-left: 10px;
	}
	.facilities_detail_btn a:hover {
		opacity: 1;
	}
	.facilities_detail_free h3 {
		margin-bottom: 16px;
	}
	.facilities_detail_free p + p {
		margin-top: 20px;
	}
}

/* public-space_block
----------------------------------------*/
.public-space_lead {
	background: url(../img/common/bg_03.png);
	margin-top: 46px;
}
.public-space_lead img {
	display: block;
}
.public-space_lead_inner {
	width: 950px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.public-space_lead h2 {
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 24px;
	letter-spacing: .08em;
}
.public-space_lead p {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: .05em;
}
.public-space_lead_btn {
	margin-top: 26px;
}
.public-space_lead_btn a,
.public-space_btn a {
	min-width: 246px;
	display: inline-block;
	background: #ea8236;
	color: #fff;
	text-align: center;
	padding: 12px 35px 12px 17px;
	transition: opacity .3s;
}
.public-space_lead_btn a:hover,
.public-space_btn a:hover {
	opacity: .6;
}
.public-space_lead_btn a::before,
.public-space_btn a::before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: transform .3s;
}
.public-space_lead_btn a::after,
.public-space_btn a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
	transition: transform .3s;
}
.public-space_lead_btn a:hover::before,
.public-space_btn a:hover::before {
	transform: translateX(5px);
}
.public-space_lead_btn a:hover::after,
.public-space_btn a:hover::after {
	transform: translateX(5px) rotate(45deg);
}
.public-space_lead_txt {
	padding-bottom: 14px;
}
.public-space_floor {
	width: 1040px;
	margin: 48px auto 91px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.public-space_floor_composition {
	width: 665px;
	margin: -5px 14px 0 0;
}
.public-space_floor_composition h2 {
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-bottom: 14px;
}
.public-space_floor_composition dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.public-space_floor_composition dl dt {
	width: 130px;
	min-height: 65px;	/*min-height: 75px;*/
	font-size: 1.6rem;
	font-weight: bold;
	background: #757575;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.public-space_floor_composition dl dd {
	width: calc(100% - 130px);
	background: #bacf95;
	margin-bottom: 15px;
	padding: 5px 10px 5px 49px;
	font-size: 1.6rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .05em;
}
.public-space_floor_composition dl dd span {
	font-size: 1.4rem;
	background: #5a8c03;
	color: #fff;
	letter-spacing: -.01em;
	margin-left: 5px;
	padding: 0 8px;
	border-radius: 5px;
	display: inline-block;
	font-weight: normal;
}
.public-space_floor_composition + .public-space_item {
	order: -1;
}
.public-space_item {
	width: 320px;
	margin-bottom: 45px;
}
.public-space_item:nth-child(2) {
	margin-bottom: 69px;
}
.public-space_item h3,
.public-space_item_txt h3 {
	font-size: 1.8rem;
	margin: 22px 0 10px;
	letter-spacing: .05em;
}
.public-space_item_txt h3 {
	margin-top: 0;
}
.public-space_item h3 span {
	letter-spacing: -.03em;
}
.public-space_item p,
.public-space_item_txt p {
	line-height: 1.75;
	letter-spacing: .03em;
}
.public-space_item_txt {
	width: 100%;
	margin-top: -23px;
}
.public-space_btn {
	background: #f3eee0;
	text-align: center;
	padding: 48px 20px 49px;
}
.public-space_btn a {
	font-size: 1.6rem;
	width: 400px;
	padding: 23px;
	letter-spacing: .05em;
}
.public-space_btn a::before {
	right: 27px;
	height: 3px;
}
.public-space_btn a::after {
	right: 28px;
	border-width: 3px;
}
@media only screen and (max-width: 768px) {
	.public-space_lead {
		margin-top: 0;
	}
	.public-space_lead_inner {
		width: auto;
		padding: 30px 5%;
	}
	.public-space_lead h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.public-space_lead_inner figure {
		width: 38%;
	}
	.public-space_lead p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.public-space_lead .public-space_lead_btn {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.public-space_lead_btn a:hover,
	.public-space_btn a:hover {
		opacity: 1;
	}
	.public-space_lead_btn a:hover::before,
	.public-space_btn a:hover::before {
		transform: translateX(0);
	}
	.public-space_lead_btn a:hover::after,
	.public-space_btn a:hover::after {
		transform: translateX(0) rotate(45deg);
	}
	.public-space_lead_txt {
		padding-bottom: 0;
		width: 55%;
	}
	.public-space_floor {
		width: auto;
		margin: 35px 5% 91px;
		display: block;
	}
	.public-space_floor_composition {
		width: auto;
		margin: 0 0 20px;
	}
	.public-space_floor_composition dl dt {
		width: 80px;
		height: auto;
		font-size: 1.5rem;
	}
	.public-space_floor_composition dl dd {
		width: calc(100% - 80px);
		padding: 10px 20px;
		font-size: 1.5rem;
	}
	.public-space_floor_composition dl dd span {
		font-size: 1.3rem;
	}
	.public-space_item {
		width: 100%;
		margin-bottom: 40px;
	}
	.public-space_item figure:first-child:last-child {
		margin-bottom: -25px;
	}
	.public-space_item figure img {
		width: 100%;
	}
	.public-space_item:nth-child(2) {
		margin-bottom: 40px;
	}
	.public-space_item h3,
	.public-space_item_txt h3 {
		margin: 10px 0 10px;
	}
	.public-space_item_txt {
		margin-top: -30px;
	}
	.public-space_btn {
		padding: 25px 5%;
	}
	.public-space_btn a {
		width: 100%;
		max-width: 400px;
	}
}
@media only screen and (max-width: 500px) {
	.public-space_lead_inner {
		display: block;
	}
	.public-space_lead_inner figure {
		width: 38%;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}
	.public-space_lead p {
		width: 55%;
	}
	.public-space_lead_txt {
		width: auto;
	}
}
/* info_img
----------------------------------------*/
h2.info {
	font-size: 1.7rem;
	color: #866f31;
}

u.red {
	color: #ff0000;
}

h3.info {
	margin-bottom: 14px;
}
h3.info::before {
	content: '';
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	background: #c5bb9e;
}
h3.info span {
	display: inline-block;
	color: #866f31;
	background: #fff;
	padding-right: 13px;
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: normal;
}


/* info_link_list
----------------------------------------*/
.info_link_list li {
	margin-top: 9px;
}
.info_link_list li a {
	display: inline-block;
	border-radius: 20px;
	background: #b89c50;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 8px 37px 8px 22px;
}
.info_link_list li a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: right .3s;
}
.info_link_list li a:hover::after {
	right: 15px;
}

/* color
----------------------------------------*/
.color_red_02 {
	color: #ff2a2a;
}
.color_red_03 {
	color: #f00;
}
.color_pink {
	color: #fc279f;
}
.color_brown {
	color: #b89c50;
}

/* guide_block
----------------------------------------*/
.guide_block {
	width: 980px;
	margin: 40px auto 0;
}
.guide_block h2 {
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 9px;
}
.guide_block p {
	line-height: 1.75;
}
.guide_lead {
	margin-bottom: 50px;
}
.guide_flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.guide_flow h2 {
	width: 175px;
}
.guide_flow ol {
	width: 530px;
	font-size: 1.4rem;
	margin-top: 6px;
	font-weight: bold;
}
.guide_flow li a {
	display: block;
	padding: 10px 0 11px 70px;
	letter-spacing: .05em;
	background: #ebebeb;
	text-decoration: underline;
	transition: opacity .3s;
}
.guide_flow li a:hover {
	opacity: .6;
}
.guide_flow li a::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	transition: right .3s;
}
.guide_flow li a[href^="#"]::after {
	transform: rotate(135deg);
	bottom: 6px;
	right: 18px;
	margin: auto 0;
	transition: bottom .3s;
}
.guide_flow li a[target="_blank"]::after {
	transform: none;
	border: 0;
	width: 16px;
	height: 16px;
	background: url(../img/guide/icon_external.png) no-repeat left top / 16px auto;
	right: 16px;
}
.guide_flow li a:hover::after {
	right: 15px;
}
.guide_flow li a[href^="#"]:hover::after {
	right: 18px;
	bottom: 1px;
}
.guide_flow li a[target="_blank"]:hover::after {
	right: 16px;
}
.guide_flow li + li {
	margin-top: 35px;
}
.guide_flow li + li::before {
	content: '';
	display: block;
	width: 9px;
	height: 11px;
	background: url(../img/guide/icon_arrow_02.png) no-repeat left top / 9px auto;
	position: absolute;
	left: 20px;
	top: -33px;
	z-index: 100;
}
.guide_flow_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	left: -10px;
	top: -8px;
	padding: 15px 0 0 10px;
	z-index: 10;
}
.guide_flow_icon span {
	font-size: .8rem;
	display: block;
	margin-bottom: -9px;
}
.guide_flow_icon img {
	width: 25px;
	margin: 5px 0 0 2px;
}
.guide_about_block {
	background: #fffefb;
	border: 2px solid #b89c50;
	width: 980px;
	margin: 60px auto;
	padding: 44px 57px 46px;
}
.guide_about_block h2 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 37px;
}
.guide_about_block > p,
.guide_about_item > p {
	line-height: 1.75;
	letter-spacing: .03em;
}
.guide_about_note {
	color: #ff2a2a;
	margin-top: 9px;
	line-height: 1.75;
	letter-spacing: .03em;
}
.guide_about_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.guide_about_item {
	border-top: 1px dotted #9b9b9b;
	margin-top: 50px;
	padding: 20px 0;
}
.guide_about_item + .guide_about_item {
	margin-top: 5px;
}
.guide_about_item h3 {
	font-size: 1.8rem;
	margin-bottom: 9px;
	letter-spacing: .05em;
}
.guide_about_table {
	margin: 21px 0 4px;
	line-height: 1.75;
}
.guide_about_table th {
	width: 159px;
	text-align: left;
	vertical-align: top;
	padding: 10px 24px 13px;
	letter-spacing: .025em;
}
.guide_about_table td {
	background: #fff;
	padding: 10px 35px 13px 45px;
	letter-spacing: .025em;
}
.guide_about_table td p {
	line-height: 1.4;
	margin-top: 7px;
}
.guide_about_item .download_btn {
	margin: 30px auto 5px;
}
.guide_about_item + .download_pdf {
	margin-top: 24px;
}
@media only screen and (max-width: 768px) {
	.guide_block {
		width: auto;
		margin: 40px 5% 0;
	}
	.guide_flow {
		display: block;
	}
	.guide_flow h2 {
		width: auto;
	}
	.guide_flow ol {
		width: auto;
	}
	.guide_flow li a {
		padding: 10px 30px 11px 70px;
	}
	.guide_flow li a:hover {
		opacity: 1;
	}
	.guide_flow li a:hover::after {
		right: 20px;
	}
	.guide_flow li a[href^="#"]:hover::after {
		bottom: 6px;
	}
	.guide_about_block {
		width: auto;
		margin: 40px 5% 20px;
		padding: 30px 5% 10px;
	}
	.guide_about_block h2 {
		margin-bottom: 20px;
	}
	.guide_about_item {
		margin-top: 40px;
	}
	.guide_about_table,
	.guide_about_table tbody,
	.guide_about_table tr,
	.guide_about_table th,
	.guide_about_table td {
		display: block;
	}
	.guide_about_table th {
		width: 100%;
		padding: 10px 5% 13px;
		border-bottom: 0;
	}
	.guide_about_table td {
		padding: 10px 5% 13px;
	}
	.guide_about_table tr:not(:last-child) td {
		border-bottom: 0;
	}
	.guide_about_item + .download_pdf {
		margin-top: 0;
	}
}
@media only screen and (max-width: 375px) {
	.guide_flow li a {
		font-size: 3.733vw;
		padding: 10px 0 11px 18.666vw;
	}
}

/* use_block
----------------------------------------*/
.use_block {
	width: 1040px;
	margin: 38px auto;
	padding-left: 30px;
	letter-spacing: .05em;
}
.use_block > p {
	line-height: 1.75;
}
.use_block > p a {
	text-decoration: underline;
	transition: opacity .3s;
}
.use_block > p a:hover {
	opacity: .6;
}
.use_block h2 {
	font-size: 2rem;
	margin: 34px 0 10px;
}
.use_block h3 {
	color: #b89c50;
	margin-top: 27px;
}
.use_block h2 + h3 {
	margin-top: 0;
}
.use_block > p + p {
	margin-top: 12px;
}
.use_block .txt_link a {
	text-decoration: underline;
	transition: opacity .3s;
}
.use_block .txt_link a:hover {
	opacity: .6;
}
.use_block .txt_link a[href$=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 23px;
	background: url(../img/download/icon_pdf.png) no-repeat;
	margin-left: 11px;
	vertical-align: -7px;
}
.use_list li > span {
	font-weight: bold;
	color: #b89c50;
	letter-spacing: .065em;
	margin-right: 1.7em;
}
.use_list li {
	margin-left: 2em;
	text-indent: -2em;
	line-height: 1.75;
}
.use_list li + li {
	margin-top: 9px;
}
.use_list li p {
	text-indent: 0;
}
.use_list .use_list {
	margin-left: -.7em;
}
.use_list .use_list li {
	margin-left: 3.1em;
	text-indent: -3.1em;
}
.use_list .use_list ol li {
	margin-left: 1em;
	text-indent: -1em;
}
.use_list .use_list li + li {
	margin-top: 0;
}
.use_caution {
	background: #fef2f2;
	padding: 5px 25px 25px;
	margin: 30px 0 0 -25px;
}
@media only screen and (max-width: 768px) {
	.use_list span {
		display: block;
	}
	.use_block {
		width: auto;
		margin: 38px 5%;
		padding-left: 0;
		letter-spacing: .05em;
	}
	.use_list li {
		margin-left: 0;
		text-indent: 0;
		line-height: 1.75;
	}
	.use_block > p a:hover {
		opacity: 1;
	}
	.use_caution {
		padding: 5px 5% 25px;
		margin: 20px 0 0;
	}
}

.img_list_item,
.info_txt {
	margin-bottom: 40px;
	overflow-wrap: break-word;
}

/* sitemap_block
----------------------------------------*/
.sitemap_block {
	width: 1040px;
	margin: 44px auto 64px;
}
.sitemap_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sitemap_list a {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.sitemap_list a:hover {
	opacity: .6;
}
.sitemap_list > li > a {
	width: 100%;
	display: block;
	background: #f5f1e5;
	text-align: center;
	padding: 13px 30px 13px 13px;
	font-size: 1.6rem;
	letter-spacing: .07em;
	margin-bottom: 20px;
}
.sitemap_list > li > a::before {
	content: "";
	width: 19px;
	height: 20px;
	display: inline-block;
	background: url(../img/sitemap/icon_top.svg) no-repeat left top / 19px 20px;
	vertical-align: -3px;
	margin-right: 13px;
}
.sitemap_list > li > ul {
	width: 332px;
	font-size: 1.6rem;
	padding: 106px 0 28px 60px;
	letter-spacing: .05em;
}
.sitemap_list > li > ul::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -7.5px;
	border-style: solid;
	border-width: 7px 7.5px 0;
	border-color: #f5f1e5 transparent transparent;
}
.sitemap_list > li > ul:nth-of-type(1) {
	background: #f7f6f5 url(../img/sitemap/icon_01.svg) no-repeat center 27px / 44px auto;
}
.sitemap_list > li > ul:nth-of-type(2) {
	background: #f9f8f1 url(../img/sitemap/icon_02.svg) no-repeat center 26px / 65px auto;
}
.sitemap_list > li > ul:nth-of-type(3) {
	background: #faf5ef url(../img/sitemap/icon_03.svg) no-repeat center 26px / 60px auto;
}
.sitemap_list > li > ul li + li {
	margin-top: 11.5px;
}
.sitemap_list > li > ul a {
	padding-left: 12px;
}
.sitemap_list > li > ul a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	left: 2px;
	top: 9px;
}
@media only screen and (max-width: 768px) {
	.sitemap_block {
		width: auto;
		margin: 30px 5%;
	}
	.sitemap_list > li {
		display: block;
	}
	.sitemap_list a:hover {
		opacity: 1;
	}
	.sitemap_list > li > ul {
		width: auto;
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.sitemap_list > li > ul {
		padding: 20px 0 20px 90px;
	}
	.sitemap_list > li > ul:nth-of-type(2)::before,
	.sitemap_list > li > ul:nth-of-type(3)::before {
		display: none;
	}
	.sitemap_list > li > ul:nth-of-type(1) {
		background-size: 34px auto;
		background-position: 25px center;
	}
	.sitemap_list > li > ul:nth-of-type(2) {
		background-size: 50px auto;
		background-position: 20px center;
	}
	.sitemap_list > li > ul:nth-of-type(3) {
		background-size: 50px auto;
		background-position: 20px center;
	}
}