@charset "utf-8";

/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
.btn a{
	position: absolute;
	bottom:0;
	right:0;
	text-align: center;
	display: block;
	transition: all 0.2s linear;
	color: #e5007f;
	background-color: #fff;
	text-decoration: none;
	width: 180px;
	padding: 0.25em 10px;
}
.btn a:hover,.btn a:active{
    background-color: #FFBFE2;
    text-decoration: none;
}

/*メイン*/
#article_header {
    background: #000!important;
	border: 1px solid #000!important;
}
.post_content #intro ul {
    margin-left: 0!important;
}
#intro img,#article img{
	vertical-align: bottom;
}
#post_title{
	margin: 0 0 0.25em;
}
#intro h2,#article h2{
	color: #ffff00;
}
#intro h3,#article h3{
	color: #e5007f!important;
	font-weight: 500!important;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif!important;
}
#post_date{
	color: #b69e84;
	margin: 0 0 2em;
}
#intro_top table th{
	color: #000;
}
#intro_about,#intro_style,#intro_recommend{
	width: 100%;
}
#intro_about ul,#intro_recommend ul,#point ul,#showroom ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#intro_about ul li,#point ul li{
	width: 48%;
	list-style: none;
	position: relative;
	min-height: 0%;
}
#intro_style ul li{
    width: 100%;
    border-bottom: 1px dotted #929292;
	list-style: none;
}
#intro_recommend ul li{
	width: 23%;
	list-style: none;
	min-height: 0%;
}
#intro_recommend ul li dl dt{
    border-bottom: 1px dotted #E5007F;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 0.5em;
	text-align: center;
}
#intro_recommend ul li dl dt img{
    margin: 0 auto 0.5em;
	display: block;
}
#point ul li dl dt{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin: 0 0 0.5em;
	font-weight: 500;
	font-size: 120%;
	line-height: 1.5;
	color: #e5007f;
}
#point ul li dl dt img{
	display: block;
	margin: 0 0 0.5em;
}
#owner{
	width: 96%;
	padding: 0 2% 1em;
	background-color: #e5e5e5;
    border-radius: 8px;
}
#owner div{
    display: flex;
    justify-content: space-between;
}
#owner div p{
	width: 15%;
	margin: 0!important;
	min-height: 0%;
}
#owner div dl{
	width: 83%;
	color: #000;
	min-height: 0%;
}
#owner div dl dt{
    font-weight: bold;
    border-bottom: 1px dotted #e5007f;
}
#owner div dl dt i{
    display: block;
	font-size: 80%;
	color: #e5007f;
	font-weight: normal;
}
#owner div dl dd{
	position: relative;
	min-height: 10em;
}
.post_content #intro dd{
	margin-bottom: 0;;
}
#showroom{
	margin:3em 0 0;
}
#showroom ul li{
	width: 31.333%;
	list-style: none;
	min-height: 0%;
}
.gmap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1280px)  {
	
/*メイン*/

}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1279px)  {

/*メイン*/
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1279px)  {

/*メイン*/

}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
html{
	font-size: 85%;
	}
/*メイン*/
#intro_recommend ul li{
	width: 48%;
}
#intro_recommend ul li:nth-child(n+3){
	margin: 1em 0 0;
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {
	
/*メイン*/
#post_title{
	font-size: 180%;
	}
.btn a{
	position:static;
	margin: 1em auto;
}
#intro_about ul,#intro_recommend ul,#point ul,#showroom ul,#owner div{
	 flex-direction: column;
}
#intro_about ul li,#intro_recommend ul li,#point ul li{
	width: 100%;
}
#intro_recommend ul li:nth-child(n+2){
	margin: 1em 0 0;
}
#owner div p{
	width: 50%;
	margin: 0 25%!important;
}
#owner div dl{
	width: 100%;
	margin: 1em 0 0;
}
#showroom ul li{
	width: 100%;
}
#showroom ul li:nth-child(n+2){
	margin: 1em 0 0;
}

}

/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*メイン*/

}