@charset "UTF-8";

.l_container {
	width: 100% !important;
	height: auto;
	box-sizing: border-box;
	display: block;
	padding: 0 !important;
}



/* フォントアイコン用 */
.fa_small {
	font-size: 90%;
}

.fa_color {
	color: #45300e;
}


small {
	font-size: 80%;
}

.line {
	width: 100%;
	border-bottom: solid 1px #000075;
	margin: 30px 0 50px;
}

.w80 {
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.w70 {
	width: 74%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.w60 {
	width: 70%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.pos_rel {
	position: relative;
}

.pos_abs {
	position: absolute;
}

@media(max-width:640px) {
	.line {
		margin: 20px 0 30px;
	}

	.w80 {
		width: 96%;
	}

	.w70 {
		width: 88%;
	}

	.w60 {
		width: 92%;
	}
}

.location_area {
	width: 100%;
	max-width: 3000px;
	max-width: 100%;
	margin: 0 auto 10px;
}

.eng_ttl {
	width: 96%;
	max-width: 960px;
	font-size: 60px;
	font-size: 6.0rem;
	/* font-family: 'Cinzel', serif; */
	color: #000;
	text-align: left;
	line-height: 1.2;
	margin: 0 auto 20px;
	padding: 0 2%;
	font-weight: bold;
}

.eng_ttl span {
	color: #AF272D;
}

.top_text {
	width: 96%;
	max-width: 960px;
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	line-height: 1.6;
	margin: 0 auto 40px;
	padding: 0 2%;
}

.top_lead {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
}

.lead {
	font-size: 22px;
	font-size: 2.2rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-align: left;
	line-height: 1.6;
	margin: 0px auto 20px;
}

.name {
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 20px;
	font-weight: bold;
	color: #45300e;
	line-height: 1.5;
}

.text {
	font-size: 13px;
	font-size: 16px;
	font-size: 14px;
	line-height: 1.6;
}

.text span {
	font-size: 14px;
	font-weight: bold;
}

.relative {
	position: relative;
}

.cap {
	font-size: 12px;
}

.img_cap {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	letter-spacing: 0em;
	padding: 0.5em;
}

@media(max-width:979px) {
	.eng_ttl {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.top_text {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.lead {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.name {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.text {
		font-size: 12px;
		line-height: 1.4;
	}

	.text span {
		font-size: 13px;
	}

	.img_cap {
		font-size: 10px;
	}
	.cap {
		font-size: 10px;
	}
}

@media(max-width:640px) {
	.eng_ttl {
		font-size: 30px;
		font-size: 3.0rem;
		margin: 0 auto 10px;
		padding: 0;
	}

	.top_text {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 10px auto 30px;
		padding: 0;
		padding: 0 2%;
	}

	.lead {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.name {
		font-size: 13px;
		font-size: 1.3rem;
		font-size: 16px;
	}

	.text {
		font-size: 11px;
		font-size: 12px;
	}

	.text span {
		font-size: 12px;
	}
}


/* 周辺環境 */

.Lifeinfo {
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 25px auto;
	overflow: hidden;
}

.Lifeinfo h3 {
	width: 100%;
	margin: 20px auto 30px;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1.2rem;
	text-align: center;
}

.Lifeinfo h4 {
	width: 100%;
	background: #3e3a39;
	background: #B3993E;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	padding: 5px 2%;
}

.Lifeinfo h4 span {
	float: right;
}

.Lifeinfo div {
	width: 48%;
}

.Lifeinfo div.l {
	float: left;
}

.Lifeinfo div.r {
	float: right;
}

.Lifeinfo div ul {
	margin-bottom: 30px;
}

.Lifeinfo div ul li {
	margin: 8px auto;
	border-bottom: dotted 1px #333;
	font-size: 12px;
	overflow: hidden;
}

.Lifeinfo div ul li span {
	float: right;
}

.Lifeinfo div ul li p {
	margin: 5px 10px 5px 20px;
}

@media(max-width:979px) {

	.location_imgmap {
		width: 96%;
	}

	.Lifeinfo {
		width: 100%;
		margin: 5px 1% 25px 1%;
	}

	.Lifeinfo h4 {
		font-size: 12.5px;
		font-size: 1.25rem;
		width: 100%;
	}
}

@media(max-width:640px) {
	.Lifeinfo {
		margin: 5px auto 15px auto;
	}

	.Lifeinfo h3 {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 1.0rem;
	}

	.Lifeinfo h4 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.Lifeinfo div {
		width: 100% !important;
		float: none !important;
	}
}

/*注釈*/

@media(max-width:979px) {

	.c_list_warning_text {
		width: 96%;
		width: 90%;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 0 2%;
		margin: 0 auto;
	}
}

@media(max-width:640px) {

	.c_list_warning_text {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.5;
	}
}

/*注釈*/

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.shisetsu {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.shisetsu span,
.text span {
	font-size: 12px;
	font-weight: normal;
}

.shisetsu_cap {
	font-size: 12px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

/*列*/

.column {
	display: flex;
	/* フレックスボックスにする */
	align-items: stretch;
	/* 縦の位置指定 */
	justify-content: space-between;
	/* 横の位置指定 */
	flex-direction: row;
	/* 要素の並び順 */
	flex-wrap: wrap;
	/* 折り返し指定 */
}

.column3>div {
	width: 32%;
	margin-bottom: 20px;
}

.column4>div {
	width: 24%;
	margin-bottom: 20px;
}

.column2>div {
	width: 49%;
	margin-bottom: 20px;
}

.column5>div {
	width: 19%;
	margin-bottom: 20px;
}

/*列*/

/*スライド画像*/

.fukan {
	max-width: 1400px;
	margin: 0 auto 50px;
}


.fukan02 {
	max-width: 1400px;
}

@media screen and (max-width: 979px) {

	.fukan_img.flatimg {
		width: 700px !important;
		max-width: 700px !important;
		margin-bottom: 50px;
	}

	.fukan_read {
		position: absolute;
		bottom: 10%;
		right: 1%;
		width: 98%;
	}

	.fukan_img {
		width: 800px !important;
		max-width: 800px !important;
	}
}

/*スライド画像*/

/*タブ*/

.location .c_tab_box {
	padding: 0px 0 30px;
	background-image: url(images/design/bg01.png);
	background-position: top left;
	background-size: 30%;
	background-repeat: no-repeat;
}

.location .c_tab_box_cont {
	background-image: url(images/design/bg02.png);
	background-position: bottom right;
	background-size: 50%;
	background-repeat: no-repeat;
}

.location .c_tab_top {
	margin-top: 80px;
}

.location .c_btn a {
	color: #fff !important;
	display: block;
}

@media screen and (max-width: 979px) {
	.c_tab_box {
		padding: 0 0 0px;
		border: none;
	}

	.c_tab_top {
		margin-top: 40px;
	}
}

/*タブ*/

/*物件単位*/
.location .l_cont_detail {
	margin: 60px auto 0;
	margin: 0px auto 60px;
}

.location_area {
	max-width: 100%;
	margin: 0 auto;
}

.bg01 {
	background: url(../images/location/bg01.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 40px;
	margin-bottom: 80px;

	position: relative;
}
.illust01{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80%;
}

.bg01_inner {
	max-width: 1200px;
	margin: 0 auto;
}

.txt_img {
	height: 100px;
	width: auto;
}

.bg01 p {
	color: #fff;
}

.section_ttl {
	padding-bottom: 10px;
	border-bottom: 2px solid #b3993e;
	max-width: 1200px;
	margin: 20px auto;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #b3993e;
}

.section_ttl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #b3993e;
	width: 150%;
}

.section_ttl span {
	font-size: 14px;
}


.k572643_loc_ttl{
	background: url(../images/location/ttl01.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
    position: relative;
}
.k572643_loc_ttl::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	z-index: 1;
}
.k572643_loc_ttl .w1200{
    position: relative;
	z-index: 2;
	color: #fff;
}

.k572643_loc02_wrap{
	margin: 30px auto 0;
}
.k572643_loc02{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
}
.k572643_loc02 div:nth-of-type(1){
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
    width: 33%;
}
.k572643_loc02 div:nth-of-type(1) p{
	font-size: 16px;
	max-width: 55%;
	line-height: 2em;
}
.k572643_loc02 div:nth-of-type(1) p span{
	font-size: 200%;
	vertical-align: bottom;
}
.k572643_loc02 div:nth-of-type(1) div{
	max-width: 100%;
    width: 45%;
}
.k572643_loc02 div{
	max-width: 100%;
    width: 31%;
}


.k572643_loc03{
	position: relative;
}
.k572643_loc03_copy{
	position: absolute;
	right: 10%;
	top: 50px;
	font-size: 50px;
	letter-spacing: .1em;
	color: #fff;
}
.k572643_loc03_copy span.first{
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 16px;
	color: #26B9FA;
}
.k572643_loc03_copy span.second{
	font-size: 150%;
	color: #fff;
}
.k572643_loc03_copy span.cap{
	color: #fff;
	font-size: 12px;
	text-align: center;
    display: block;
}

.k572643_loc04{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 30px auto;
}
.k572643_loc04>div:nth-of-type(1){
	max-width: 100%;
    width: 42%;
}
.k572643_loc04>div:nth-of-type(2){
	max-width: 100%;
    width: 32%;
}
.k572643_loc04>div:nth-of-type(3){
	max-width: 100%;
    width: 22%;
}

.facility{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #393332;
	border-bottom: 1px solid #393332;
	padding: 10px 0;
	margin-bottom: 20px;
	
    background: #fff;
}
.facility span.txt{
	max-width: 100%;
    width: 32%;
    display: block;
    text-align: center;
    font-size: 24px;
}
.facility span.border{
	padding: 20px 1px;
	background-color: #000;
	max-width: 1px;
    width: 1px;
}
.facility span.minut{
	max-width: 100%;
    width: 60%;
}
.facility span.minut span{
	font-size: 24px;
	color: #b28247;
}


.k572643_loc04>div:nth-of-type(2) p:nth-of-type(1){
	font-size: 20px;
	margin: 0 auto 5px;
}.k572643_loc04>div:nth-of-type(2) p:nth-of-type(1) span{
	font-size: 150%;
}


.k572643_loc05_wrap{
	max-width: 1200px;
	margin: 0px auto 80px;
}
.k572643_loc05_ttl{
	text-align: center;
	font-size: 20px;
	margin: 0 auto 20px;
}
.k572643_loc05{
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.k572643_loc05 img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.k572643_loc05>div{
	width: 24%;
}
.k572643_loc05>div>p:nth-of-type(1){
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
}


.k572643_loc06{
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 80px;
}
.k572643_loc06>div{
	width: 49%;
}
.k572643_loc06_icon{
	position: absolute;
	left: -10px;
	top: -10px;
	width: 130px;
}
.shopguide{
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.shopguide p{
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}
.shopguide01 p{
	width: 16.6666%;
}
.shopguide02 p{
	width: 20%;
}
.facility01 span.txt {
    width: 40%;
}
.facility01 span.minut {
    width: 48%;
}
.facility02 span.txt {
    width: 54%;
}
.facility02 span.minut {
    width: 40%;
}

.bg02 {
	background-color: #090702;
    padding: 80px 0 40px;
    position: relative;
}
.k572643_loc_ttl02 {
    background: url(../images/location/ttl02.jpg);
}
.k572643_loc07{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.k572643_loc07>div:nth-of-type(1){
	width: 50%;
}
.k572643_loc07>div:nth-of-type(1) p:nth-of-type(1){
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0 auto 10px;
	text-align: center;
}
.k572643_loc07>div:nth-of-type(2){
	width: 20%;
}
.k572643_loc07>div:nth-of-type(3){
	width: 30%;
}


.k572643_loc08{
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 80px auto 80px;
}
.k572643_loc08>div{
	width: 30%;
}
.k572643_loc08>div:nth-of-type(2),.k572643_loc08>div:nth-of-type(4){
	width: 18%;
}
.facility03 span.txt {
    width: 44%;
}
.facility03 span.minut {
    width: 44%;
}
.facility04 span.txt {
    width: 38%;
}
.facility04 span.minut {
    width: 50%;
}

.k572643_loc09{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px auto 80px;
}
.k572643_loc09>div:nth-of-type(1){
	width: 35%;
}
.k572643_loc09>div:nth-of-type(2){
	width: 55%;
	margin-left: 2%;
    margin-right: auto;
}
.k572643_loc09_inner{
	display: flex;
	align-items:normal;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px auto 0px;
}
.k572643_loc09_inner>div{
	width: 48%;
}
.facility05 span.txt {
    width: 44%;
}
.facility05 span.minut {
    width: 44%;
}
.facility06 span.txt {
    width: 38%;
}
.facility06 span.minut {
    width: 50%;
}


.k572643_loc10{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 80px;
}
.k572643_loc10>div:nth-of-type(1){
	width: 48%;
}
.k572643_loc10>div:nth-of-type(2){
	width: 48%;
}
.facility07 span.txt {
    width: 55%;
}
.facility07 span.minut {
    width: 35%;
}

.k572643_loc11{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 30px;
}
.k572643_loc11>div:nth-of-type(1){
	width: 48%;
}
.k572643_loc11>div:nth-of-type(2){
	width: 48%;
}


.k572643_loc13{
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 30px;
}
.k572643_loc13>div:nth-of-type(1){
	width: 70%;
}
.k572643_loc13>div:nth-of-type(2){
	width: 15%;
}

.k572643_loc14{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 30px;
}
.k572643_loc14>div{
	width: 32%;
}


.k572643_loc12{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto 30px;
}
.k572643_loc12>div{
	width: 24%;
}

/**/
.k572643_loc16_wrap {
    background: #dddfe1;
    padding: 80px 0 40px;
	margin: 0 auto 80px;
}
.loc01 {
    max-width: 1200px;
    margin: 0px auto 0px;
}
.shoplist_wrap{
	display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.shoplist_wrap .text{
    width: 48%;
}
.shoplist_wrap .shoplist {
    width: 48%;
}
.shoplist_wrap .shoplist>div{
	border: 1px solid #000;
	padding: 10px;
}
.shoplist_wrap .shoplist p{
	font-size: 14px;
}
.shoplist_wrap .shoplist div p:nth-of-type(1){
	text-align: center;
	border-bottom: dotted 2px #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.k572643_loc17 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto 0px;
}
.k572643_loc17>div{
    width: 32%;
}

.k572643_loc18{
	background-color: #fff;
	padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto 40px;
}
.k572643_loc18>div:nth-of-type(1){
    width: 20%;
}
.k572643_loc18>div:nth-of-type(2){
    width: 77%;
}

@media (max-width: 979px) {
    .w1200 {
        width: 96%;
    }
	.section_ttl {
		max-width: 96%;
	}
	.top_lead {
		font-size: 24px;
	}

	.k572643_loc02 div:nth-of-type(1) {
		max-width: 100%;
		width: 100%;
	}
	.k572643_loc02 div:nth-of-type(1) p {
		font-size: 14px;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.k572643_loc02 div:nth-of-type(1) div {
		margin: 0 auto;
		width: 40%;
	}
	.k572643_loc02 div {
		margin: 0 auto;
		width: 96%;
	}
	.k572643_loc02 div+div{
		margin: 20px auto 0;
	}

	.k572643_loc03_copy {
		right: 10px;
		top: 10px;
		font-size: 20px;
	}

	.k572643_loc04>div:nth-of-type(1) {
		margin: 0px auto;
		width: 96%;
	}
	.k572643_loc04>div:nth-of-type(2) {
		margin: 20px auto;
		width: 96%;
	}
	.k572643_loc04>div:nth-of-type(3) {
		margin: 0 auto;
		width: 60%;
	}


	.k572643_loc05_ttl {
		font-size: 16px;
	}
	.k572643_loc05 {
		margin: 0 auto;
		width: 96%;
	}
	.k572643_loc05>div {
		width: 48%;
		margin-bottom: 20px;
	}
	.k572643_loc05>div>p:nth-of-type(1) {
		font-size: 12px;
    letter-spacing: 0;
	}

	.facility span.txt {
		font-size: 16px;
	}
	.facility span.minut span {
		font-size: 20px;
	}
	.k572643_loc04>div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 16px;
	}


	.k572643_loc06>div {
		margin: 0 auto;
		width: 96%;
	}
	.k572643_loc06>div+div{
		margin-top: 30px;
	}
	.k572643_loc06_icon {
		position: absolute;
		left: -5px;
		width: 90px;
	}
	.shopguide p {
		font-size: 8px;
	}

	.bg02 {
		padding: 30px 0;
	}

	.k572643_loc07>div:nth-of-type(1) {
		width: 100%;
	}
	.k572643_loc07>div:nth-of-type(2) {
		width: 39%;
	}
	.k572643_loc07>div:nth-of-type(3) {
		width: 60%;
	}
	
.k572643_loc07>div:nth-of-type(1) p:nth-of-type(1){
	font-size: 14px;
}
	.k572643_loc08 {
		margin: 50px auto;
		width: 96%;
	}


	.k572643_loc08>div {
		width: 100%;
		margin-bottom: 20px;
	}
	.k572643_loc08>div:nth-of-type(2), .k572643_loc08>div:nth-of-type(4) {
		width: 100%;
	}

	.k572643_loc09>div:nth-of-type(2) {
		width: 96%;
		margin: 0 auto;
	}
	.k572643_loc09_inner>div {
		width: 100%;
	}
	.k572643_loc09_inner>div+div{
		margin-top: 20px;
	}

	
	.k572643_loc11 {
		margin: 50px auto 80px;
		width: 96%;
	}
	.k572643_loc11>div:nth-of-type(1) {
		width: 100%;
	}
	.k572643_loc11>div:nth-of-type(2) {
		margin-top: 20px;
		width: 100%;
	}

	.k572643_loc10 {
		width: 96%;
		margin: 0px auto 80px;
	}
	.k572643_loc10>div:nth-of-type(1) {
		width: 100%;
	}
	.k572643_loc10>div:nth-of-type(2) {
		width: 100%;
		margin-top: 20px;
	}

	.k572643_loc13 {
		width: 96%;
	}
	.k572643_loc13>div:nth-of-type(2) {
		width: 28%;
	}


	.k572643_loc14 {
		width: 96%;
	}
	.k572643_loc14>div {
		width: 100%;
	}
	.k572643_loc14>div:nth-of-type(2) {
		width: 100%;
		margin: 20px auto;
	}

	.k572643_loc12>div {
		width: 48%;
		margin-bottom: 20px;
	}

	.shisetsu {
		font-size: 16px;
	}

	/**/
	.k572643_loc16_wrap {
        padding: 40px 2%;
		margin: 0 auto 40px;
    }
	.shoplist_wrap .shoplist p {
        font-size: 12px;
    }
	.k572643_loc17 {
        margin: 0px auto 0px;
    }
    .k572643_loc17>div {
        width: 100%;
    }

    .k572643_loc17>div:nth-of-type(2) {
        margin: 30px auto;
    }


    .k572643_loc18>div:nth-of-type(1) {
        width: 100%;
    }
    .k572643_loc18>div:nth-of-type(2) {
        width: 100%;
        margin: 20px auto 0;
    }

}
/*物件単位*/