@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
top_img
****************************************************************************/

@media only screen and (max-width: 767px) {
#top_img {
	margin-bottom: 11vw;
}
}

/***************************************************************************
entry_ttl
****************************************************************************/

#entry_ttl .tag_wrap {
	margin-bottom: 20px;
}
#entry_ttl h1 {
	background-color: #4F95E6;
	color: #FFFFFF;
	padding: 20px 35px 20px 35px;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
#entry_ttl .tag_wrap {
	margin-bottom: 3.8vw;
}
#entry_ttl h1 {
	margin-bottom: 7.7vw;
	padding: 7vw 5vw 7vw 5vw;
}
}

/***************************************************************************
photos
****************************************************************************/

#photos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#photos li {
	width: 31.25%;
	margin-left: 3.125%;
	padding-top: 22.5%;
	margin-top: 20px;
	background-size: contain;
	background-color: #E5E5E5;
}
#photos li:nth-child(3n+1) {
	margin-left: 0;
}
#photos li:nth-child(-n+3) {
	margin-top: 0px;
}

@media only screen and (max-width: 767px) {
#photos {
	margin-bottom: 12.8vw;
}
#photos li {
	width: 100%;
	margin-left: 0%;
	padding-top: 72%;
	margin-top: 4.6vw !important;
}
#photos li:nth-child(1) {
	margin-top: 0 !important;
}
}

/***************************************************************************
(BLOG) entry
****************************************************************************/

#entry h1,
#entry h2,
#entry h3,
#entry h4,
#entry h5 {
	color: #003B80;
}

/***************************************************************************
summry
****************************************************************************/

#summry .summry_ttl,
#summry .bukken_detail .name {
	font-size: 22px;
	font-weight: 500;
}
#summry .summry_ttl {
	padding: 0.6em 0.7em 0.6em 0.7em;
	margin-bottom: 30px;
}
#summry .bukken_detail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#summry .bukken_detail .name {
	margin-bottom: 0.1em;
	width: 100%;
}
#summry .bukken_detail .area {
	margin-right: 1.5em;
}

@media only screen and (max-width: 767px) {
#summry .summry_ttl,
#summry .bukken_detail .name {
	font-size: 4.4vw;
}
#summry .summry_ttl {
	margin-bottom: 2.5vw;
}
#summry .bukken_detail .name {
	margin-bottom: 1vw;
}
#summry .bukken_detail {
	font-size: 3.3vw;
	margin-bottom: 7.7vw;
}
#summry .bukken_detail .area {
	margin-right: 0.8em;
}
}

/***************************************************************************
comment
****************************************************************************/

#comment {
	background-color: #F5F5F5;
	padding: 45px 55px 45px 55px;
	display: flex;
	justify-content: flex-start;
}
#comment .left_block {
	flex: 1;
}
#comment .right_block {
	width: 130px;
	margin-left: 60px;
}
#comment .ttl {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}
#comment .txt {
	line-height: 1.8;
}
#comment .thumb {
	padding-top: 77%;
	background-image: url(/-/wp-content/themes/tochi/img/owners_voice/entry/comment_thumb_bg.svg);
	margin-bottom: 5px;
}
#comment .name {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
#comment {
	padding: 8vw 5.5vw 8vw 5.5vw;
	flex-direction: column;
}
#comment .right_block {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#comment .ttl {
	font-size: 4vw;
	margin-bottom: 1em;
}
#comment .txt {
	font-size: 4vw;
	margin-bottom: 1.5em;
}
#comment .thumb {
	margin-bottom: 2.0vw;
}
#comment .name {
	font-size: 3.8vw;
}
}
