@charset "UTF-8";

/* main-visual
======================================================================*/

.main-visual.mv-design{
	background-image: url(../../images/design/main_visual@2x.png);
	background-position: center center;
	background-size: 100% auto;
}
@media screen and (max-width: 480px){
.main-visual.mv-design{
    background-image: url(../../images/design/main_visual_sp@2x.png);
}
}

/* intro
======================================================================*/
.intro{
	/*max-width: 1280px;*/
    margin: 80px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.intro{
    margin: 40px auto 0;
}
}

.intro h3{
    text-align: center;
}

.intro h5{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 2.8rem;
    font-weight: 700;
	text-align: center;
    margin-bottom: 15px;
    color: #4f6077;
}
@media screen and (max-width: 768px){
.intro h5{
	font-size: 1.8rem;
    margin-bottom: 10px;
}
}

.intro h5 span{
    font-family: 'Shippori Mincho', 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
}
@media screen and (max-width: 768px){
.intro h5 span{
    font-size: 1.1rem;
}
}

.intro h6{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.8rem;
    font-weight: 700;
	text-align: center;
	color: #4f6077;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px){
.intro h6{
	font-size: 1.6rem;
    margin-bottom: 10px;
}
}

.intro p{
    font-size: 1.4rem;
    text-align: center;
}
@media screen and (max-width: 768px){
.intro p{
    font-size: 1.2rem;
    text-align: justify;
}
}

.img-wrap{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px){
.img-wrap{
}
}

.img-wrap.full{
	max-width: 100%;
}

.img-wrap p.cap{
	position: absolute;
	font-size: 1.1rem;
	right: 5px;
	bottom: 5px;
	color: #FFF;
}


/* ttl_bdr
======================================================================*/
.ttl_bdr{
	max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px;
	/*-border-top: 10px solid rgba(201,188,156,0.20);*/
}
@media screen and (max-width: 768px){
.ttl_bdr{
     padding: 30px 0 0px;
}
}

.top_bnr p.caption{
    text-align: justify;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px){
.top_bnr p.caption{
    font-size: 1.1rem;
}
}



/* introduction
======================================================================*/
.introduction{
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
.introduction{
    padding: 30px 0;
}
}
/*material*/
.material{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
	/*padding: 0 20px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f7f3;
	overflow: hidden;
}
@media screen and (max-width: 768px){
.material{
	margin: 0 auto 30px;
}
}

.material h3{
    text-align: center;
}

.material ul.point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.material ul.point li{
	width: 50%;
	    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
}

.material ul.point li img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
.material ul.point li{
	width: 100%;
}
.material ul.point li:last-child{
	width: 100%;
}
}

.material ul.point li div{
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.material ul.point li div{
	padding: 20px;
}
}

.material ul.point h5{
	text-align: left;
	font-size: 2.4rem;
	/*letter-spacing: -0.05em;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7a6b7e;
}
@media screen and (max-width: 768px){
.material ul.point h5{
	font-size: 1.6rem;
    margin-bottom: 10px;
}
}

.material ul.point h5 span{
    color: #7a6b7e;
}

.material ul.point p{
    font-size: 1.4rem;
    text-align: justify;
}

@media screen and (max-width: 768px){
.material ul.point p{
    font-size: 1.2rem;
}
}
/*designed*/
.designed{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 768px){
.designed{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}
}

.designed ul.sign{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #7B6C7F;
	border-bottom: 1px solid #7B6C7F;
}

.designed ul.sign li{
	width: 50%;
	padding: 40px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 768px){
.designed ul.sign li{
	width: 100%;
	padding: 20px 20px;
}
}

.designed ul.sign li:first-child{
	width: 40%;
	border-right: 1px solid #7B6C7F;
}
.designed ul.sign li:last-child{
	width: 60%;
}
@media screen and (max-width: 768px){
.designed ul.sign li:first-child{
	width: 100%;
	padding-bottom: 0;
	border-right: none;
}
.designed ul.sign li:last-child{
	width: 100%;
}
}

.designed ul.sign h5{
	text-align: left;
	font-size: 1.9rem;
	/*letter-spacing: -0.05em;*/
	color: #231815;
}
@media screen and (max-width: 768px){
.designed ul.sign h5{
	font-size: 1.6rem;
}
}

.designed ul.sign h5 span{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px){
.designed ul.sign h5 span{
	font-size: 1.2rem;
}
}

.designed ul.sign p{
    font-size: 1.4rem;
    text-align: justify;
	color: #231815;
}

@media screen and (max-width: 768px){
.designed ul.sign p{
    font-size: 1.2rem;
}
}

/* design
======================================================================*/
.design{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
	display: flow-root;
}

@media screen and (max-width: 768px) {
.design{
	margin: 0 auto 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
}

@media screen and (max-width: 768px) {
.design{
	overflow: hidden;
} 
}

/* box-img */
.design .box-img{
	width: 75%;
	max-width: 952px;
	position: relative;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.design .box-img.rev{
    float: left;
}

.design .box-img.land-plan{
	padding-top: 40px;
	}

@media screen and (max-width: 768px) {
/*.design .box-img{
    width: 75%;
}
.design .box-img.rev{
    float: right;
}*/
.design .box-img.land-plan{
	width: 90%;
	margin: 0 auto;
	float: none;
	}
}
@media screen and (max-width: 480px) {
/*.design .box-img{
	width: 100%;
	float: none;
}*/
.design .box-img.rev{
	width: 100%;
	float: none;
	}
}

.design p.data {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
}

.design .rev p.data {
    text-align: right;
}

.design p.data span{
    font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
.design p.data {
    font-size: 1.2rem;
}
.design .rev p.data {
    text-align: left;
}
.design p.data span{
    font-size: 1.6rem;
}
}

.design p.cap {
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.design p.cap.blk {
    color: #000000;
}

/* box-txt */
.design .box-txt{
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	text-align: left;
    z-index: 3;
}

.design .box-txt img{
	margin-left: auto;
}

.design .box-txt.rev{
	text-align: right;
}
.design .box-txt.rev img{
	margin-left: auto;
}

@media screen and (max-width: 768px) {
.design .box-txt{
    padding-left: 10px;
}
.design .box-txt img{
	max-width: 68px;
}
.design .box-txt.rev{
    padding-right: 10px;
}
}
@media screen and (max-width: 480px) {
.design .box-txt.rev{
	top: 270px;
}
}

/* architect
======================================================================*/
.architect{
	width: 100%;
	/*max-width: 1280px;
	display: flow-root;*/
	padding: 80px 0;
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
	background-color: #7a6b7e;
}

@media screen and (max-width: 768px) {
.architect{
	margin: 0 auto 40px;
	padding: 40px 0;
} 
}

.architect .inside {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.architect .inner {
	position: relative;
}

.architect p {
    font-size: 1.4rem;
    line-height: 1.4;
	color: #FFFFFF;
}

.architect p.name {
    font-size: 1.4rem;
}

.architect p.name span{
	display: block;
    font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
.architect p {
    font-size: 1.2rem;
}

.architect p.name {
    font-size: 1.2rem;
}
.architect p.name span{
    font-size: 1.6rem;
}
}

/* plant-set
======================================================================*/
.plant-set {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.plant-set {
}
}

.plant-ttl{
    width: 100%;
    /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.plant-ttl{
	margin-bottom: 0px;
}
}

.plant-ttl p.eng{
    /*font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
	font-size: 2.4rem;
    font-weight: 500;
	letter-spacing: 0.05em;
    color: #FFFFFF;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 768px) {
.plant-ttl p.eng{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
}

.plant-ttl h5{
	text-align: center;
    font-size: 3.0rem;
    margin-bottom: 40px;
	color: #FFFFFF;
	position: relative;
}
@media screen and (max-width: 768px) {
.plant-ttl h5{
	width: 100%;
	text-align: center;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
}

/* photo-set */

.photo-set{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo-set ul{
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
.photo-set ul{
	width: 100%;
	margin-bottom: 10px;
}
.photo-set ul:last-child{
	margin-bottom: 0px;
}
}

.photo-set ul li{
	position: relative;
}

.photo-set ul li div{
	position: relative;
	margin-bottom: 5px;
}

.photo-set ul li p.cap {
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.photo-set ul li p.cap.blk {
    color: #000000;
}


/* set-two */
.photo-set ul.set-two li{
	width: 49%;
}

/* set-three */
.photo-set ul.set-three li{
	width: 32%;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
.photo-set ul.set-three{
}
}

/* detail-set
======================================================================*/
.detail-set {
	width: 100%;
	max-width: 1000px;
	padding-top: 40px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.detail-set.floor {
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
.detail-set {
    padding-top: 20px;
}
.detail-set.floor {
	padding-top: 21px;
}
}

@media screen and (max-width: 480px) {
.detail-set {
	width: 75%;
    position: relative;
	float: left;
	padding: 40px 20px 60px;
}
.detail-set.floor {
	width: 100%;
	float: none;
	padding: 20px 20px 0;
}
}

.detail-set .inside {
	max-width: 625px;
}

.design h5{
    position: relative;
    font-size: 3.0rem;
    margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
.design h5{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
}

.design p.eng{
    /*font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
	font-size: 2.4rem;
    font-weight: 500;
	letter-spacing: 0.05em;
    color: #7a6b7e;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 768px) {
.design p.eng{
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-align: center;
}
.design p.eng.left{
	text-align: left;
}
}

.detail-set p{
    font-size: 1.4rem;
    /*letter-spacing: -0.05em;*/
}
@media screen and (max-width: 768px) {
.detail-set p{
    font-size: 1.2rem;
}
}

.detail-set .photo{
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
.detail-set .photo{
    margin-top: 20px;
}
}

/* land_plan
======================================================================*/
.land-txt{
	position: relative;
	/*max-width: 660px;*/
	margin: 0 auto;
	z-index: 3;
}

.land-txt p{
	font-size: 1.4rem;
}

.land-img{
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}
@media screen and (max-width: 768px){
.land-img{
	margin: 20px auto;
}
}

.land-img p{
	margin-top: 40px;
}


/* floor-set
======================================================================*/
.floor-set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.floor-set .floor-txt{
	width: 50%;
	border-top: 1px solid #7a6b7e;
	border-bottom: 1px solid #7a6b7e;
	margin: 40px 0;
	padding: 30px 0 20px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.floor-set .floor-img{
	width: 42%;
}

@media screen and (max-width: 768px){
.floor-set .floor-txt{
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 20px 0;
}
.floor-set .floor-img{
	width: 100%;
}
}

.floor-set .floor-txt h5{
	text-align: left;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
.floor-set .floor-txt h5{
	margin-bottom: 10px;
}
}
.floor-set .floor-txt div{
	margin-bottom: 20px;
}

.floor-set .floor-txt p.btm{
	margin-top: auto;
}

/* landscape
======================================================================*/
.landscape{
	width: 100%;
	margin: 40px auto 80px;
}
@media screen and (max-width: 768px){
.landscape{
	margin: 20px auto 40px;
}
}

.land-btm{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.land-btm img{
	display:block;
	width:100%;
	height:auto;
}

.landscape p.cap {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (max-width: 768px){
.landscape p.cap {
	font-size: 1.0rem;
}
}

.landscape h5.box{
	width: 100%;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 10px;
	background-color: #7a6b7e;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
}
@media screen and (max-width: 768px){
.landscape h5.box{
	font-size: 1.4rem;
	padding: 10px;
	margin-top: 20px;
}
}

.landscape ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin: 20px 0;
}

.landscape ul li{
	width: 30%;
}
@media screen and (max-width: 768px){
.landscape ul li{
	width: 100%;
	margin-bottom: 20px;
}
.landscape ul li:last-child{
	margin-bottom: 0px;
}
}

.landscape h6{
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #7a6b7e;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
.landscape h6{
	font-size: 1.4rem;
}
}

.landscape h6 img{
	vertical-align: middle;
	margin-right: 10px;
}

.landscape p{
	font-size: 1.4rem;
}
@media screen and (max-width: 768px){
.landscape p {
	font-size: 1.2rem;
}
}

.parking h5.box{
	width: 100%;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 10px;
	background-color: #7a6b7e;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
.parking h5.box{
	font-size: 1.4rem;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 0!important;
}
}

.parking ul.col3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin: 20px 0;
}

.parking ul.col3 li{
	width: 30%;
}
@media screen and (max-width: 768px){
.parking ul.col3 li{
	width: 100%;
	margin-bottom: 20px;
}
.parking ul.col3 li:last-child{
	margin-bottom: 0px;
}
}

.parking h6{
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #7a6b7e;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
.parking h6{
	font-size: 1.4rem;
}
}

.parking h6 img{
	vertical-align: middle;
	margin-right: 10px;
}

.parking p{
	font-size: 1.4rem;
}
@media screen and (max-width: 768px){
.parking p {
	font-size: 1.2rem;
}
}

/* facility
======================================================================*/
.facility{
	width: 100%;
	padding: 80px 0;
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7a6b7e;
}

@media screen and (max-width: 768px) {
.facility{
	padding: 40px 0;
	margin: 0 auto 40px;
} 
}

@media screen and (max-width: 768px) {
.facility .plant-ttl p.eng{
	/*text-align: left;*/
}
}

@media screen and (max-width: 768px) {
.facility .plant-ttl h5{
	/*text-align: left;*/
}
}

/* parking
======================================================================*/

.parking{
	max-width: 1000px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

@media screen and (max-width: 768px){
.parking{
    margin: 15px auto;
}
}

.parking .park-txt{
	/*width: 62%;*/
	width: 100%;
    padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.parking .park-txt{
	width: 100%;
    padding: 10px;
}
}

.parking .park-img {
	width: 38%;
	position: relative;
}
@media screen and (max-width: 768px){
.parking .park-img {
	width: 100%;
}
}

.parking h5{
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
    font-size: 2.3rem;
	font-weight: 700;
     line-height: 1.4;
    /*letter-spacing: -0.05em;*/
    position: relative;
	color: #7a6b7e;
}

.parking h5 span{
    font-size: 3.8rem;
}

@media screen and (max-width: 768px){
.parking h5{
	font-size: 2.0rem;
    text-align: center;
}
.parking h5 span{
	font-size: 2.4rem;
}
}

.parking p{
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    padding-right: 30px;
    font-size: 1.4rem;
    text-align: justify;
}

@media screen and (max-width: 768px){
.parking p{
    font-size: 1.2rem;
    padding-right: 0;
}
}

.parking .point dl{
	width: 100%;
	background-color: #efefef;
	margin-bottom: 5px;
}

.parking .point dt{
	float: left;
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
        align-items: center;
	background-color: #4f6077;
	font-family: "Roboto Condensed", 'Roboto', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
@media screen and (max-width: 768px){
.parking .point dt{
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px){
.parking .point dt{
	width: 20px;
	height: 20px;
	font-size: 1.2rem;
}
}

.parking .point dd{
	height: 40px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 768px){
.parking .point dd{
	height: 30px;
	padding: 0 12px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px){
.parking .point dd{
	height: 20px;
	padding: 0 5px;
	font-size: 1.1rem;
}
}

.parking .point dd ruby{
	font-size: 1.2rem;
	margin-left: 5px;
}
@media screen and (max-width: 768px){
.parking .point dd ruby{
	font-size: 1.0rem;
}
}
@media screen and (max-width: 480px){
.parking .point dd ruby{
	font-size: 0.8rem;
	margin-left: 0px;
}
}

.parking .park-txt p.cap{
	font-size: 1.2rem;
	padding: 0;
}
@media screen and (max-width: 480px){
.parking .park-txt p.cap{
	font-size: 1.0rem;
}
}

.parking .park-txt p.lead{
	font-family: 'Shippori Mincho', 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center!important;
    font-size: 1.4rem!important;
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
.parking .park-txt p.lead{
	text-align: justify!important;
}
}

.parking .park-img p.cap{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 1.2rem;
	color: #FFFFFF;
	text-align: right;
	padding: 0;
}

/* park-detail
======================================================================*/

.park-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.park-detail .column{
	width: 49%;
	max-width: 490px;
	padding-top: 10px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
.park-detail .column{
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0 auto 10px;
}
}

.park-detail h6{
	text-align: left;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	height: 60px;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
        align-items: center;
}
@media screen and (max-width: 768px){
.park-detail h6{
	font-size: 1.4rem;
	height: auto;
	margin-bottom: 10px;
}
}

.park-detail .col-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.park-detail .col-2 .txtbox{
	width: calc(100% - 140px);
	padding-right: 20px;
}

.park-detail .col-2 .txtbox p{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}
@media screen and (max-width: 768px){
.park-detail .col-2 .txtbox p{
	font-size: 1.2rem;
}
}

.park-detail .col-2 .txtbox p span{
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}

.park-detail .col-2 .imgbox{
	position: relative;
	max-width: 140px;
}

.park-detail .col-2 .imgbox p.cap{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFFFFF;
	font-size: 1.0rem;
	text-align: right;
	padding: 0;
}

.park-detail .col-2 .imgbox p.cap.blk{
	color: #000000;
}