@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/



/************************************
** CAL　CSS
************************************/
/*全体*/
*{}
.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin:30px 0 0 0;
	border:none;
}
.article h2{
	width:500px;
	margin:50px auto 0px auto;
	font-weight: normal;
}
h1{
	text-align:center;
}
.article h4{
	background-color:#52c1dd;
	color:#fff;
	font-weight:normal;
	padding:7px;
	border-left:10px #afeeee solid;
	margin:25px 0 7px 0;
}
.textBox1{
	padding-left:1em;
}
.columnimages{
	padding-top:35px;
}
.columnimages2{
	padding-top:7px;
}
.date-tags{
	display:none;
}
.emuLink{
	margin-top:50px;
}

/*ブロック*/
#header-container{
	min-width:800px;
}
#footer{
	min-width:800px;
}
.wrap {
	width:800px;
}
.brightlink:hover img{
	opacity: 0.6;
  transition-duration: 0.3s;
}

/*HOME*/
bnBox{
	text-align:center;
	margin:0 auto;
}

.h2mansions{
	margin:0 auto;
	width:300px;
	height:53px;
	padding-top:7px;
	color:#fff;
	background-image:url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/ribbon.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
	top:30px;
}
.mansions{
	padding:50px 0px 20px 0px;
	background-image:
		url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/back_blueline.gif);
}

.bn_bukken{
	position:relative;
	width:700px;
	height:208px;
	color:#ffffff;
	margin:0 auto 50px auto;
	background-size: contain;
	background-repeat:no-repeat;
}
.bn_bukken a{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bn_bukken a:hover{
	background-color:#fff;
	opacity:0.2; 
}
.bn_fp1,.bn_fp3{
	padding:15px 30px 15px 270px;
}
.bn_fp2,.bn_fp4{
	padding:15px 270px 15px 30px;
}
.bn_fp1{
	background-image:url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/icon_freepia1.png);
}
.bn_fp2{
	background-image:url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/icon_freepia2.png);
}
.bn_fp3{
	background-image:url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/icon_freepia3.png);
}
.bn_fp4{
	background-image:url(https://freepia-narutaki.co.jp/wp-content/uploads/2022/03/icon_freepia4.png);
}
.bnTable,.bnTable td{
	background-color:#fff;
	border:none;

}

/*各物件ページ*/
.bukkenTable{
	font-size:18px;
}
.madori{
	text-align:center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


