@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #333333;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.loading{
	z-index: 1100;
}
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,strong,b{
/*
	font-weight: normal;
*/
}
hr{
	background-color: #333333;
}
time{
	font-size: 75%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
@media screen and (max-width:359px){
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * common
 **************************************************/
/** -- color -- **/
.blue{
	color: #29AAE1;
}

/** -- link -- **/
a{
	color: #333333;
}

[class^="link_"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
[class^="link_"]{
	border-style: solid;
	border-color: #29AAE1;
	background-color: #FFFFFF;
	color: #29AAE1;
	transition: background-color 0.2s ease-out 0s;
}
[class^="btn_"]{
	background-color: #29AAE1;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 100%;
	transition: box-shadow 0.2s ease-out 0s;
}
[class^="link_"]:hover{
	background-color: #29AAE1;
	color: #FFFFFF;
}
[class^="btn_"]:hover{
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.6), 0px 0px 10px 2px rgba(0,0,0,0.1) inset;
}
[class^="link_"]:hover{
}
[class^="btn_"]:hover{
}
[class^="link_"]:after{
}
[class^="link_"]:before{
}
[class^="link_"]:after{
	right: 0.2em;
}
[class^="link_to"]:after{
	content: "\F0142";
	display: block;
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to_white{
	border-color: #FFFFFF;
	background-color: #29AAE1;
	color: #FFFFFF;
}
.link_to_white:hover{
	border-color: #29AAE1;
	background-color: #FFFFFF;
	color: #29AAE1;
}
.link_calender:before{
	content: "\F00EE";
	font-family: "Material Design Icons";
}
.link_mail:before{
	content: "\F01F0";
	font-family: "Material Design Icons";
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0.2em;
}
[class^="btn_"]:after{
	right: 0.2em;
}
.btn_confirm:after{
}
.btn_reset,
.btn_back{
	background-color: #606060;
}
.btn_back:before{
}
.btn_submit{
}
@media screen and (max-width:319px){
	[class^="link_"],
	[class^="btn_"]{
		font-size: 87.5%;
	}
}
@media screen and (max-width:767px){
	[class^="link_"],
	[class^="btn_"]{
		border-width: 1px;
		height: 36px;
		line-height: 34px;
		width: 180px;
	}
	[class^="link_"]{
		line-height: 34px;
	}
	[class^="btn_"]{
		font-size: 112.5%;
		line-height: 36px;
	}
}
@media screen and (min-width:768px){
	[class^="link_"],
	[class^="btn_"]{
		border-width: 2px;
		height: 68px;
		width: 304px;
	}
	[class^="link_"]{
		line-height: 64px;
	}
	[class^="btn_"]{
		font-size: 125%;
		line-height: 68px;
	}
}

/** -- pager -- **/
.pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #4D4D4D;
	color: #1E1E1E;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #29AAE1;
	border-color: #29AAE1;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > span{
	background-color: #29AAE1;
	border-color: #29AAE1;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #29AAE1;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	border: 1px solid #4D4D4D;
	border-radius: 100px;
	color: #1E1E1E;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #29AAE1;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}
@media screen and (max-width:767px){
	.pager{
		padding-top: 6.25%;
		padding-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	.pager{
		padding-top:100px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width:939px){
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}

.links_prev_next{
	text-align: center;
}
.links_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.links_prev_next .dummy_prev,
.links_prev_next .dummy_next,
.links_prev_next .link_next,
.links_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.links_prev_next .link_prev,
.links_prev_next .dummy_prev{
	float: left;
}
.links_prev_next .link_next,
.links_prev_next .dummy_next{
	float: right;
}
.links_prev_next .link_next,
.links_prev_next .link_prev{
/*
	background-color: #FFFFFF;
	border: 1px solid #29AAE1;
	color:  #29AAE1;
*/
	position: relative;
	text-decoration: none;
	line-height: 30px;
}
.links_prev_next .link_next:after,
.links_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.links_prev_next .link_next:after{
	content: "\F0142";
	font-family: "Material Design Icons";
}
.links_prev_next .link_prev:after{
	content: "\F0141";
	font-family: "Material Design Icons";
}
.links_prev_next .link_upper{
/*
	background-color: #FFFFFF;
	border: 1px solid #29AAE1;
	color:  #29AAE1;
*/
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
}
/*
.links_prev_next .link_next,
.links_prev_next .link_prev,
.links_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background-color 0.2s ease-out 0s;
}
.links_prev_next .link_next:hover,
.links_prev_next .link_prev:hover,
.links_prev_next .link_upper:hover{
	background-color: #29AAE1;
	color: #FFFFFF;
}
*/
@media screen and (max-width:767px){
	.links_prev_next{
		margin-top: 6.25%;
		margin-bottom: 6.25%;
		padding: 0 3.125%;
	}
	.links_prev_next .link_upper{
		font-size: 87.5%;
		width: 100px;
	}
	.links_prev_next .dummy_next,
	.links_prev_next .dummy_prev,
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.links_prev_next .link_next{
		padding-right: 1em;
	}
	.links_prev_next .link_prev{
		padding-left: 1em;
	}
	.links_prev_next .link_next:after,
	.links_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
	}
}
@media screen and (min-width:768px){
	.links_prev_next{
		margin-top: 100px;
		margin-bottom: 100px;
		padding: 0 -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 0 calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_upper{
		width: 160px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.links_prev_next{
		padding: 0 20px;
	}
	.links_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		cursor: pointer;
	}
}


.slick-prev,
.slick-next{
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 46px;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-prev:before,
.slick-next:before{
	font-size: 150px;
	font-family: "Material Design Icons";
	color: #5C5C5C;
}
.slick-prev:before{
	content: "\F0141";
	font-family: "Material Design Icons";
	position: relative;
}
.slick-next:before{
	content: "\F0142";
	font-family: "Material Design Icons";
	position: relative;
}


/**************************************************50
 * list
 **************************************************/
ul[class^="list_"] > li *{
	text-indent: 0;
}
.list_circle{
}
.list_circle > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_circle > li:before{
	content: "\F044A";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F09DE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_star{
}
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F04CE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_asterisk{
}
.list_asterisk > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_asterisk > li:before{
	content: "\F06C4";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square{
}
.list_square > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square > li:before{
	content: "\F012E";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square_min{
}
.list_square_min > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square_min > li:before{
	content: "\F0A13";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_period{
	counter-reset: period 0;
}
.list_period > li{
	padding-left: 2em;
	text-indent: -2em;
}
.list_period > li:before{
	counter-increment: period 1;
	content: counter(period) ".";
	display: inline-block;
	margin-right: 0.5em;
	text-indent: 0;
	text-align: right;
	width: 1.5em;
}
.list_numd{
	counter-reset: numd;
}
.list_numd > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_numd > li:before{
	counter-increment: numd;
	content: counter(numd) ".";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_bracket{
	counter-reset: bracket;
}
.list_bracket > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_bracket > li:before{
	counter-increment: bracket;
	content: counter(bracket) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_brackets{
	counter-reset: brackets;
}
.list_brackets > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_brackets > li:before{
	counter-increment: brackets;
	content: "(" counter(brackets) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_check{
}
.list_check > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_check > li:before{
	content: "\F0135";
	font-family: "Material Design Icons";
	font-size: 125%;
	line-height: 1;
	position: relative;
	top: 0.1em;
	left: -0.2em;
	text-indent: 0;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
body#is_top #header_wrap{
	background-color: rgba(255, 255, 255, 0.7);
}
body:not(#is_top) #header_wrap{
	background-color: #FFFFFF;
}
#header_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
#header_logo{
	float: left;
}
#header_logo a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
#header_logo a img:hover{
	opacity: 0.7;
}
#header_wrap > div:not([id^=menu_]){
}
#header_wrap a[href*="contact/input"][href*="type="],
#header_wrap a[href="https://line.me/ti/p/LkbWLwkitc"],
#header_wrap a.line_qr{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #FFFFFF;
	display: inline-block;
	font-size: 87.5%;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	min-width: 140px;
}
#header_wrap a[href*="contact/input"][href*="type="]{
	background-color: #29AAE1;
}
#header_wrap a[href="https://line.me/ti/p/LkbWLwkitc"],
#header_wrap a.line_qr{
	background-color: #7AC843;
}
#header_wrap a[href*="contact/input"][href*="type="]:hover,
#header_wrap a[href="https://line.me/ti/p/LkbWLwkitc"]:hover,
#header_wrap a.line_qr:hover{
	opacity: 0.7;
}
#header_tel{
	color: #1D2C67;
	display: block;
}
header nav{
}
header nav > a{
	color: #333333;
	position: relative;
	text-decoration: none;
}
header nav a:after{
	line-height: 1;
	position: absolute;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #0094DB;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	position: fixed;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:hover{
	opacity: 0.7;
}
#btn_totop:before{
	content: "\F013F";
	font-family: "Material Design Icons";
}
@media screen and (max-width:767px){
	header{
	}
	#header_wrap{
	}
	#header_logo{
		margin-top: 3px;
		margin-left: 1.5625%;
	}
	#header_logo img{
		height: 52px;
	}
	header nav{
		max-height: -webkit-calc(100% - 56px);
		max-height: calc(100% - 56px);
		top: 56px;
		width: 100%;
	}
	header nav > a{
		padding: 3.125% 6.25%;
	}
	header nav > div{
		padding: 3.125% 3.125%;
	}
	header nav > div a[href*="contact/input"][href*="type="],
	header nav > div a[href="https://line.me/ti/p/LkbWLwkitc"],
	header nav > div a.line_qr{
		margin: 0 1.666666666666667% 3.333333333333333%;
		padding: 1.5625%;
	}
	header nav > div img[src$="logo.png"],
	header nav > div img[src$="logo.webp"]{
		max-width: 230px;
		width: 56.25%;
	}
	#btn_totop{
		height: 50px;
		line-height: 50px;
		bottom: 0;
		right: 0;
		width: 50px;
	}
	#btn_totop:before{
		font-size: 200%;
	}
}
@media screen and (min-width:768px){
	header{
	}
	#header_wrap{
	}
	#header_logo{
	}
	#header_logo img{
	}
	header nav{
	}
	#btn_totop{
		height: 80px;
		line-height: 80px;
		bottom: 0;
		right: 0;
		width: 80px;
	}
	#btn_totop:before{
		font-size: 400%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	header{
	}
	#header_wrap{
		padding-left: 20px;
	}
	#header_logo{
		margin-top: 3px;
	}
	#header_logo img{
		height: 52px;
	}
	header nav{
		max-height: -webkit-calc(100% - 56px);
		max-height: calc(100% - 56px);
		top: 56px;
		width: 360px;
	}
	header nav > a{
		padding: 10px 20px;
	}
	header nav > div{
		padding: 20px 30px;
	}
	header nav > div a[href*="contact/input"][href*="type="],
	header nav > div a[href="https://line.me/ti/p/LkbWLwkitc"],
	header nav > div a.line_qr{
		height: 36px;
		line-height: 36px;
		margin: 0 5px 10px;
		width: 140px;
	}
	header nav > div img[src$="logo.png"],
	header nav > div img[src$="logo.webp"]{
		width: 230px;
	}
}
@media screen and (max-width:1023px){
	header{
		padding-top: 56px;
	}
	#header_wrap{
		height: 56px;
	}
	#header_logo{
		margin-top: 4px;
	}
	#menu_open,
	#menu_close,
	#header_tel,
	#header_wrap > a[href="https://www.instagram.com/yoshimori_kensetsu"]{
		cursor: pointer;
		display: block;
		float: right;
		height: 56px;
		line-height: 56px;
		width: 56px;
	}
	#menu_open{
	}
	#menu_close{
		display: none;
	}
	#header_tel{
		text-decoration: none;
	}
	#header_tel:not([href^="tel:"]){
		display: none;
	}
	#menu_open:before,
	#menu_close:before,
	#header_tel:before,
	#header_wrap > a[href="https://www.instagram.com/yoshimori_kensetsu"]:before{
		display: block;
		font-family: "Material Design Icons";
		font-size: 350%;
	}
	#menu_open:before{
		content: "\F035C";
	}
	#menu_close:before{
		content: "\F0156";
	}
	#header_tel:before{
		content: "\F03F2";
		font-size: 300%;
	}
	#header_tel span{
		display: none;
	}
	#header_links{
		display: none;
	}
	#header_wrap > a[href="https://www.instagram.com/yoshimori_kensetsu"]{
		color: #1D2C67;
		text-decoration: none;
	}
	#header_wrap > a[href="https://www.instagram.com/yoshimori_kensetsu"]:before{
		content: "\F02FE";
		font-size: 300%;
	}
	header nav{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #FFFFFF;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		right: -100%;
		transition: right 0.2s ease-out 0s;
		z-index: 1000;
	}
	header nav.active{
		right: 0;
	}
	header nav > a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-bottom: 1px solid #29AAE1;
		color: #29AAE1;
		display: block;
		text-align: left;
		transition: background-color 0.2s ease-out 0s;
	}
	header nav > a:hover,
	header nav > a.active{
		background-color: #29AAE1;
		color: #FFFFFF;
	}
	header nav > a:after{
		content: "\F0142";
		font-family: "Material Design Icons";
		font-size: 150%;
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:1024px){
	header{
	}
	#header_wrap{
	}
	#header_logo{
	}
	#header_logo img{
	}
	#menu_open,
	#menu_close{
		display: none !important;
	}
	#header_links{
		float: right;
	}
	#header_links a{
		font-size: 87.5%;
		height: 36px;
		line-height: 36px;
		margin-left: 10px;
		width: 140px;
	}
	#header_tel{
		font-size: 150%;
		float: right;
		height: 36px;
		line-height: 36px;
	}
	#header_tel span{
	}
	#header_tel span b{
		font-weight: bold;
	}
	#header_wrap > a[href="https://www.instagram.com/yoshimori_kensetsu"]{
		display: none;
	}
	header nav{
		display: table;
		height: 1em;
		margin-left: 20px;
		float: right;
	}
	header nav > a{
		display: table-cell;
		padding: 0 1em;
		vertical-align: middle;
	}
	header nav > a span{
		display: inline-block;
		line-height: 1.4;
		position: relative;
	}
	header nav > a span:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #333333;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: width 0.2s ease-out 0s;
		width: 0;
	}
	header nav > a.active span:after,
	header nav > a:hover span:after{
		width: 100%;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	header{
		padding-top: 80px;
	}
	#header_wrap{
		height: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#header_logo{
		margin-top: 7px;
	}
	#header_logo img{
		width: 115px;
	}
	#header_links{
		margin-top: 8px;
	}
	#header_tel{
		margin-top: 8px;
	}
	header nav{
		font-size: 81.25%;
		margin-top: 3px;
		width: -webkit-calc(100% - 115px - 20px);
		width: calc(100% - 115px - 20px);
	}
}
@media screen and (min-width:1200px){
	header{
		padding-top: 100px;
	}
	#header_wrap{
		height: 100px;
	}
	#header_logo{
		margin-top: 11px;
	}
	#header_logo img{
		width: 138px;
	}
	#header_links{
		margin-top: 15px;
	}
	#header_tel{
		margin-top: 15px;
	}
	header nav{
		font-size: 87.5%;
		margin-top: 8px;
		width: -webkit-calc(100% - 138px - 20px);
		width: calc(100% - 138px - 20px);
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#header_wrap{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:1280px){
	#header_wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: left;
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:1023px){
	#middle_block{
		min-height: -webkit-calc(100vh - 56px - 427px);
		min-height: calc(100vh - 56px - 427px);
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#middle_block{
		min-height: -webkit-calc(100vh - 80px - 408px);
		min-height: calc(100vh - 80px - 408px);
	}
}
@media screen and (min-width:1200px){
	#middle_block{
		min-height: -webkit-calc(100vh - 100px - 408px);
		min-height: calc(100vh - 100px - 408px);
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #29AAE1;
	text-align: center;
	color: #FFFFFF;
}
footer a{
	color: #FFFFFF;
}
#footer_wrap{
}
#footer_wrap a img[src$="logo.jpg"],
#footer_wrap a img[src$="logo.webp"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
#footer_wrap a:hover img[src$="logo.jpg"],
#footer_wrap a:hover img[src$="logo.webp"]{
	opacity: 0.7;
}
#footer_wrap > div{
}
#footer_wrap > div dl{
	font-size: 87.5%;
}
#footer_wrap > div dl dt{
}
#footer_wrap > div dl dd{
}
#footer_wrap > div dl dd .location,
#footer_wrap > div dl dd .tel,
#footer_wrap > div dl dd .fax{
}
#footer_wrap > div dl dd .location{
	line-height: 1.5;
	padding: 0.25em 0 0.25em 2em;
	text-indent: -2em;
}
#footer_wrap > div dl dd .location:before,
#footer_wrap > div dl dd .tel:before,
#footer_wrap > div dl dd .fax:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.6em;
	margin-left: 0.1em;
	margin-right: 0.3em;
	text-indent: 0;
	vertical-align: text-bottom;
	width: 1.6em;
}
#footer_wrap > div dl dd .location:before{
	background-image: url("https://yoshimorikensetsu.co.jp/images/user/icon/location.png");
}
#footer_wrap > div dl dd .tel:before{
	background-image: url("https://yoshimorikensetsu.co.jp/images/user/icon/tel.png");
}
#footer_wrap > div dl dd .fax:before{
	background-image: url("https://yoshimorikensetsu.co.jp/images/user/icon/fax.png");
}
#copyright{
	background-color: #0094DB;
	color: #FFFFFF;
	font-size: 75%;
}
#copyright a{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a{
}
@media screen and (max-width:639px){
	#footer_wrap > div dl{
		text-align: left;
	}
}
@media screen and (max-width:767px){
	footer{
	}
	#footer_wrap{
		padding-top: 3.125%;
		padding-bottom: 3.125%;
	}
	#footer_wrap img[src$="logo.jpg"],
	#footer_wrap img[src$="logo.webp"]{
		width: 75%;
		max-width: 460px;
	}
	#footer_wrap > div{
	}
	#footer_wrap > div dl{
		line-height: 1.8;
	}
	#footer_wrap > div dl dt{
		margin-top: 3.125%;
		padding: 0 6.25%;
	}
	#footer_wrap > div dl dd{
		padding: 0 6.25%;
	}
	#copyright{
		line-height: 1.4;
		padding: 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px){
	footer{
	}
	#footer_wrap{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#footer_wrap > div{
	}
	#footer_wrap > div dl{
	}
	#footer_wrap > div dl dt{
		margin-top: 20px;
	}
	#footer_wrap > div dl dd{
	}
	#copyright{
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#footer_wrap img[src$="logo.jpg"],
	#footer_wrap img[src$="logo.webp"]{
		width: 460px;
	}
}
@media screen and (max-width:1023px){
	#footer_wrap > div dl{
	}
	#footer_wrap nav{
		display: none;
	}
}
@media screen and (min-width:1024px){
	#footer_wrap{
		display: table;
		table-layout: fixed;
		text-align: left;
		width: 100%;
	}
	#footer_wrap > div{
		display: table-cell;
		vertical-align: top;
		width: 400px;
	}
	#footer_wrap img[src$="logo.jpg"],
	#footer_wrap img[src$="logo.webp"]{
		width: 368px;
	}
	#footer_wrap nav{
		border-left: 1px solid #FFFFFF;
		display: table-cell;
		font-size: 81.25%;
		line-height: 1.6;
		padding: 1em 2%;
		vertical-align: top;
		width: -webkit-calc(100% / 3);
		width:calc(100% / 3);
	}
	#footer_wrap nav p{
		margin-top: 0.3em;
		margin-bottom: 0.3em;
	}
	#footer_wrap nav a{
		text-decoration: none;
	}
	#footer_wrap nav a.active span,
	#footer_wrap nav a:hover span{
		text-decoration: underline;
	}
	#footer_wrap nav > div{
		padding-left: 1em;
	}
	#footer_wrap nav > div p{
		padding-left: 1em;
		position: relative;
	}
	#footer_wrap nav > div p:before{
		content: "\F0142";
		font-family: "Material Design Icons";
		font-size: 150%;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: -0.3em;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
}
@media screen and (min-width:1200px){
}


/**************************************************50
 * title
 **************************************************/
/** -- page -- **/
#title_page{
	text-align: center;
}
#title_page > div{
	background-color: #29AAE1;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: top;
}
#title_page > div b{
	display: inline-block;
	font-weight: normal;
	margin-top: -1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 100%;
}
#title_page > div hr{
	background-color: #74C8EB;
	margin: 0 auto;
}
#title_page > div span{
	display: block;
	font-weight: normal;
	margin-top: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
@media screen and (max-width:767px){
	#title_page{
		margin-bottom: 3.125%;
	}
	#title_page > div{
		height: 200px;
		padding-top: -webkit-calc((200px - 7px) / 2);
		padding-top: calc((200px - 7px) / 2);
		width: 200px;
	}
	#title_page > div b{
		font-size: 112.5%;
	}
	#title_page > div hr{
		height: 7px;
		width: 122px;
	}
	#title_page > div span{
		font-size: 62.5%;
	}
}
@media screen and (min-width:768px){
	#title_page{
		margin-bottom: 50px;
	}
	#title_page > div{
		height: 240px;
		padding-top: -webkit-calc((240px - 8px) / 2);
		padding-top: calc((240px - 8px) / 2);
		width: 240px;
	}
	#title_page > div b{
		font-size: 125%;
	}
	#title_page > div hr{
		height: 8px;
		width: 140px;
	}
	#title_page > div span{
		font-size: 75%;
	}
}

/** -- section -- **/
.title_section{
	text-align: center;
}
.title_section span{
	background-color: #FFFFFF;
	border-color: #234792;
	border-style: solid;
	color: #234792;
	display: inline-block;
	position: relative;
}
.title_section span:after{
	background-color: #234792;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 1px;
}
@media screen and (max-width:767px){
	.title_section{
		padding-top: 6.25%;
		margin-bottom: 3.125%;
	}
	.title_section span{
		border-width: 1px;
		font-size: 125%;
		line-height: 1.2;
		padding: 1.5625% 3.125%;
		width: -webkit-calc(93.75% + (1px *2));
		width: calc(93.75% + (1px *2));
		max-width: 360px;
	}
	.title_section span:after{
		padding-top: 6.666666666666667%;
	}
}
@media screen and (min-width:768px){
	.title_section{
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.title_section span{
		border-width: 2px;
		font-size: 150%;
		height: 56px;
		line-height: 52px;
		width: 360px;
	}
	.title_section span:after{
		height: 50px;
	}
}


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	color: #4D4D4D;
	display: inline-block;
	position: relative;
}
.breadcrumbs a{
	color: #4D4D4D;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #212121;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
/*		margin-top: -5px; */
		margin-bottom: 50px;
	}
}


/**************************************************50
 * table
 **************************************************/
.tbl_com{
	font-size: 87.5%;
}
.tbl_com tr th{
	background-color: #1C3A54;
	color: #FFFFFF;
}
.tbl_com tr td{
	color: #3E3A39;
}
.tbl_com tr:nth-child(odd) td{
	background-color: #FFFFFF;
}
.tbl_com tr:nth-child(even) td{
	background-color: #FAFAFA;
}
@media screen and (max-width:767px){
	.tbl_com,
	.tbl_com tbody,
	.tbl_com tr,
	.tbl_com tr th,
	.tbl_com tr td{
		display: block;
	}
	.tbl_com{
	}
	.tbl_com tr th{
		margin-left: auto;
		margin-right: auto;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	.tbl_com tr td{
		margin-left: auto;
		margin-right: auto;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	.tbl_com tr:last-child td{
	}
}
@media screen and (min-width:768px){
	.tbl_com{
		border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1080px;
	}
	.tbl_com tr th{
		padding: 1em 2em;
		text-align: center;
		width: 14em;
	}
	.tbl_com tr td{
		padding: 1em 2em;
	}
}


/**************************************************50
 * blog
 **************************************************/
#blog{
	text-align: center;
}
#blog_title{
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
#blog_title span{
	display: inline-block;
	position: relative;
}
#blog_title span:after{
	background-color: #0D80C1;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50%;
}
#blog_title b{
	color: #0D80C1;
	font-weight: normal;
}
#blog_list{
	text-align: left;
}
#blog_list > li{
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
}
#blog_list > li > a{
	display: block;
}
#blog_list > li > a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	width: 100%;
}
#blog_list > li > a:hover img{
	opacity: 0.7;
}
#blog_list > li > time{
	color: #666666;
}
#blog_list > li > p{
}
@media screen and (max-width:319px){
	#blog_list > li{
		width: 93.75%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	#blog_list > li{
		width: -webkit-calc((100% - (3.125% * 3)) / 2);
		width: calc((100% - (3.125% * 3)) / 2);
	}
}
@media screen and (min-width:480px) and (max-width:639px){
	#blog_list > li{
		width: -webkit-calc((100% - (3.125% * 4)) / 3);
		width: calc((100% - (3.125% * 4)) / 3);
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#blog_list > li{
		width: -webkit-calc((100% - (3.125% * 5)) / 4);
		width: calc((100% - (3.125% * 5)) / 4);
	}
}
@media screen and (max-width:767px){
	#blog{
	}
	#blog_title{
		font-size: 175%;
		margin-bottom: 3.125%;
	}
	#blog_title b{
	}
	#blog_list{
	}
	#blog_list > li{
		margin-left: 3.125%;
		margin-bottom: 3.125%;
	}
	#blog_list > li > a{
	}
	#blog_list > li > time{
	}
	#blog_list > li > p{
	}
}
@media screen and (min-width:768px){
	#blog{
	}
	#blog_title{
		font-size: 250%;
		margin-bottom: 50px;
	}
	#blog_title b{
	}
	#blog_list{
		margin-bottom: 20px;
	}
	#blog_list > li{
		margin-bottom: 30px;
	}
	#blog_list > li > a{
	}
	#blog_list > li > time{
	}
	#blog_list > li > p{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#blog_list > li{
		width: 173px;
	}
	#blog_list > li:not(:nth-child(4n+1)){
		margin-left: 12px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#blog_list > li{
		width: 164px;
	}
	#blog_list > li:not(:nth-child(5n+1)){
		margin-left: 15px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#blog_list > li{
		width: 180px;
	}
	#blog_list > li:not(:nth-child(5n+1)){
		margin-left: 16px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#blog_list > li{
		width: 175px;
	}
	#blog_list > li:not(:nth-child(6n+1)){
		margin-left: 14px;
	}
}
@media screen and (min-width:1280px){
	#blog_list > li{
		width: 180px;
	}
	#blog_list > li:not(:nth-child(6n+1)){
		margin-left: 24px;
	}
}


/**************************************************50
 * banners
 **************************************************/
#banners{
	text-align: center;
}
#banners a{
}
#banners a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
#banners a:hover img{
	opacity: 0.7;
}
#banners a img[src$="contact.jpg"],
#banners a img[src$="contact.webp"]{
	max-width: 970px;
}
#banners a img[src$="instagram.jpg"],
#banners a img[src$="instagram.webp"]{
	max-width: 634px;
}
@media screen and (max-width:767px){
	#banners{
		padding-bottom: 6.25%;
	}
	#blog + #banners{
		padding-top: 6.25%;
	}
	#banners a img{
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		width: 93.75%;
	}
	#banners a + a img{
		margin-top: 3.125%;
	}
}
@media screen and (min-width:768px){
	#banners{
		padding-bottom: 100px;
	}
	#blog + #banners{
		padding-top: 100px;
	}
	#banners a img{
		width: 100%;
	}
	#banners a + a img{
		margin-top: 50px;
	}
}


/**************************************************50
 * LINE
 **************************************************/
#line_qr_wrap{
	display: none;
}


