/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");
/* 全般 */
body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	position: relative;
}

p {
	margin: 0;
}

ul {
    list-style-type: none;
	padding: 0;
}

.ib {
	display: inline-block;
}

.tatsu-column {
	margin-bottom: 0 !important;
}

a[href^="tel:"] {
  	cursor: default;
}

@media (min-width: 1024px) {

  /*PC時無効*/
  	a[href^="tel:"] {
    	pointer-events: none;
  	}
}

/* ヘッダーメニュー */
#navigation-right-side {
	padding-left: 190px !important;
}

#navigation-left-side {
	padding-right: 190px !important;
}

#left-menu a, #right-menu a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	font-size: 16px;
	color: white !important;
	padding: 0 10px;
}

#left-menu a:hover, #right-menu a:hover {
	color: #80add5 !important;
}

#navigation-right-side .sub-menu,
#navigation-left-side .sub-menu {
	 width: 220px;
}

.logo .logo-pc,
.logo .logo-pc a {
	width: 290px;
	height: 65px;
	opacity: 1;
}

.logo .logo-pc img {
	opacity: 1;
    visibility: visible;
}

.header-mobile-navigation ul#mobile-menu ul.sub-menu a {
		color: #232323;
}

@media screen and (max-width: 1200px) {
	#navigation-right-side {
		padding-left: 120px !important;
	}

	#navigation-left-side {
		padding-right: 110px !important;
	}

	#header-wrap {
		line-height: 80px !important;
	}

	#header-wrap .logo {
		width: 200px;
	}

	.logo .logo-pc,
	.logo .logo-pc a {
		width: 200px;
	}

	#left-menu a, #right-menu a {
		font-size: 14px;
	}

}

@media screen and (max-width: 970px) {
	#header-wrap .logo {
		width: 256px;
		margin: 0 auto;
		float: none;
	}

 	.logo .logo-pc {
		display: none;
	}

	.logo .logo-sp,
	.logo .logo-sp a {
		width: 256px;
		height: 50px;
  		opacity: 1;
	}

  	.logo .logo-sp img {
		opacity: 1;
    	visibility: visible;
  	}

	#header-wrap,
	#header-controls-right,
	.mobile-nav-controller-wrap {
		line-height: 50px !important;
	}

	#navigation-left-side,
	#navigation-right-side {
		display: none;
	}
	.mobile-nav-controller-wrap {
		display: inline-block
	}
	.mobile-nav-controller-wrap {
		margin-left: 15px;
		cursor: pointer;
	}
}

@media screen and (max-width:480px) {
  	/*#header-controls-right {
		margin-right: 0 !important;
		top: -20px !important;
	}*/

	.logo {
		max-width: 80% !important;
		margin-right: 20px !important;
  	}
}

@media screen and (max-width:330px) {
		#header-wrap #header-controls-right {
			margin-right: 10px !important;
		}
}

/*@media screen and (max-width:320px) {
		#header-controls-right {
			padding-top: 15px;
		}
}*/

/* フッター */
#bottom-widgets-wrap {
	max-width: 1400px;
	margin: 0 auto;
}

#bottom-widgets {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
}

#bottom-widgets .one-fourth:nth-child(1) {
	width: 26%;
}

#bottom-widgets .one-fourth:nth-child(2),
#bottom-widgets .one-fourth:nth-child(3) {
	width: 62%;
	margin-left: 12%
}

#bottom-widgets .one-fourth:nth-child(3) {
	padding-top: 50px;
}

#bottom-widgets .one-fourth:nth-child(4) {
	display: none;
	margin-bottom: 0;
}

.footer-company {
	display: flex;
	flex-wrap: wrap;
}

.footer-address {
	font-size: 14px !important;
	padding: 20px 0 0 0;
}

.footer-address p:last-child {
	padding-top: 12px;
	padding-left: 12px;
}

.footer-address a[href^="tel:"]:hover {
	color: white !important;
}

.footer-menu-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-start;
}

.footer-menu,
.footer-menu th,
.footer-menu tr,
.footer-menu td {
	font-size: 12px !important;
	border: 0;
	text-align: left;
}

.footer-menu th {
	border-bottom: 1px dotted white;
}

.footer-menu tr th,
.footer-menu tr td {
	padding: 0 40px 0 0;
}

.footer-menu:nth-child(even) tr th:last-child,
.footer-menu:nth-child(even) tr td:last-child {
	padding: 0 0 0 0;
}

.footer-menu-sp {
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}

.footer-menu-sp p {
	margin-bottom: 12px;
}

.footer-menu-sp p span {
	padding-left: 10px;
}

.footer-menu-sp-right {
	padding-left: 25px;
}

.footer-menu-sp-left {
	padding-right: 10px;
}

.footer-menu-sp-right {
	border-left: 1px dotted white;
}

/*.footer-menu-sp-left {
	border-right: 1px dotted white;
}*/

.footer-menu a:hover,
.footer-menu-sp a:hover{
	color: #80add5 !important;
}

#footer {
	font-size: 12px !important;
	color: #333333 !important;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	line-height: 30px !important;
}

#footer .footer-center-area {
	flex: 0 0 auto !important;
}

.footer-content-inner-center {
	margin: 0 !important;
}

@media screen and (max-width: 1377px) {
	#bottom-widgets .one-fourth:nth-child(1),
	#bottom-widgets .one-fourth:nth-child(2),
	#bottom-widgets .one-fourth:nth-child(3) {
		width: 87.5%;
		margin: 0 auto;
	}

	.footer-company {
		justify-content: center;
	}

	.footer-logo {
		width: 100%;
		text-align: center;
	}

	.footer-address {
		padding: 20px 15px 50px 15px;
	}

	.footer-menu-wrapper {
		margin: 0 auto;
	}

	#bottom-widgets-wrap .column-block {
		float: none;
	}
}

@media screen and (max-width: 1024px) {
	#footer {
		padding-bottom: 67px;
	}

	#bottom-widgets {
		padding: 45px 0;
	}
}

@media screen and (max-width: 767px) {
	.footer-logo {
		margin-bottom: 20px;
	}

	.footer-address {
		font-size: 14px;
		padding: 0px 0 30px 0;
	}

	.footer-address p:last-child {
		padding-top: 7px;
	}

	#bottom-widgets .one-fourth:nth-child(2),
	#bottom-widgets .one-fourth:nth-child(3) {
		display: none;
	}

	#bottom-widgets .one-fourth:nth-child(4) {
		display: block;
	}

	/*#footer {
		font-size: 10px !important;
		line-height: 15px !important;
	}*/

	#footer .be-wrap {
		max-width: 100% !important;
	}

	.footer-center-area {
		padding: 0 10px !important;
	}

}

/* モバイル追従フッター */
.mobile_menu_wrapper {
	display: flex;
	padding: 5px 0 10px 0;
}

.mobile_menu_item {
	font-size: 14px;
	color: white !important;
	text-align: center;
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid white;
	/*padding-top: 5px;*/
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.mobile_menu_item a {
	color: white !important;
}

.mobile_menu_item:last-child {
	border: 0;
}

/* ページトップに戻る */
#main-wrapper #back-to-top {
	background-color: rgba(0, 91, 171, 1) !important;
}

@media screen and (max-width: 1024px) {
	#back-to-top {
		bottom: 80px;
	}
}

/* フロントページ */
.home_section_1_left {
	text-align: center;
}

#home_section_1_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
	padding: 0 4px;
}

.home_section_1_item {
	width: 33%;
	position: relative;
	margin-top: 5px;
}

.home_section_1_text {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.home_section_1_item:hover .home_section_1_text {
	opacity: 1;
}

.home_section_1_banner {
	position:absolute;
	height: 50px;
	width: 100%;
	bottom: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 20px;
	color: white;
	padding-left: 6.5%;
	line-height: 50px;
}

.home_section_1_banner2 {
	position:absolute;
	height: 50px;
	width: 100%;
	bottom: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	color: white;
	padding-left: 6.5%;
	line-height: 20px;
	display: flex;
	align-items: center;

}

.home_section_1_banner2_br {
	display: none;
}

.home_section_1_button {
	position:absolute;
	height: 32px;
	width: 150px;
	max-width: 40%;
	right: 8px;
	bottom: 13px;
	/*background-color: white;*/
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 32px;

	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 50%);
  	background-position: 0 0;
  	background-size: 200% auto;
  	transition: 0.3s;
}

.home_section_1_button .arrow {
	color: red;
	padding-left: 10px;
	font-size: 18px;
}

.home_section_1_item a:hover {
	/*background-color: #80add5;*/
	background-position: -100% 0;
}

#home_section_2 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 6.25%;
	text-align: center;
	justify-content: space-between;
}

.home_section_2_item {
	width: 16.2%;
}

.home_section_2_item p {
	margin: 0;
}

.home_section_2_item a:hover {
	opacity: 0.7;
}

.home_section_2_text {
	display: block;
	padding-top: 15px;
	font-size: 22px;
	font-weight: bold;
	transition: 0.3s;
}

.home_section_2_text:hover {
	color: #969696;
}

#home_section_3 {
	padding: 0 6.25%;
}

#home_section_3_left{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.home_section_3_img {
	margin: 0 auto;
}

.home_section_3_text {
	width: 60%;
	padding-left: 20px;
	font-size: 16px;
	line-height: 36px;
}

#home_section_3_right {
	padding-left: 35px;
}



#home_section_3_right .news-line {
	position: relative;
	min-height: 40px;
}

#home_section_3_right .news-category {
	font-size: 14px;
	color: white;
	line-height: 29px;
	text-align: center;
	width:100px;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#home_section_3_right .news-date,
#home_section_3_right .news-title {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	padding: 0 8px;
}

#home_section_3_right .news-date {
	position: absolute;
	left: 100px;
	top: 0;
}

#home_section_3_right .news-title {
	position: absolute;
	left: 100px;
	bottom: 0;
}

#home_section_3_right .news-title a {
	transition: 0.3s;
	/* 新着情報を表示しない暫定対応
	pointer-events: none;*/
}

#home_section_3_right .news-title a:hover {
	color: #969696;
}

#home_section_3_right .bg-gray {
	background-color: #999999;
}

#home_section_3_right .bg-red {
	background-color: red;
}

.home_section_3_right {
	font-size: 20px;
	text-align: center;
	padding: 30px 0 20px 0;
}

#home_section_3_right ul {
	border-top: dotted 1px #707070;
	border-bottom: dotted 1px #707070;
	padding: 20px 0 20px 15px;
}

#home_section_4 {
	padding: 0 6.25%;;
}

/*#home_section_4 .carousel-wrap {
	margin: 0;
}*/

#home_section_5 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 6.25%;
}

.home_section_5_item {
	color: black;
	margin: 0 45px;
}

.fixedbutton {
	width: 7%;
	min-width: 100px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999;
}

@media screen and (max-width: 1747px) {
		.home_section_1_banner2 {
			font-size: 14px;
		}
}

@media screen and (max-width: 1650px) {
	.home_section_1_banner2_br {
		display: block;
	}
	.home_section_1_banner2 {
		font-size: 13px;
	}
}

@media screen and (max-width: 1459px) {
		.home_section_1_banner2 {
			font-size: 14px;
		}
}

@media screen and (max-width: 1377px) {
	.home_section_2_text {
		font-size: 18px;
		padding-top: 10px;
	}

	.home_section_3_text {
		font-size: 14px;
		line-height: 22px;
	}

	.home_section_3_right {
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width: 1200px) {
	.home_section_1_button {
		font-size: 10px;
	}

	.home_section_1_button .arrow {
		padding-left: 5px;
		font-size: 15px;
	}

	.home_section_2_text {
		font-size: 14px;
	}

	#home_section_3_left {
		flex-wrap: wrap-reverse;
	}

	.home_section_3_text {
		font-size: 15px;
		line-height: 28px;
		width: 100%;
		padding-left: 5px;
		padding-bottom: 15px;
	}

	.home_section_3_right {
		font-size: 16px;
		padding: 0 0 10px 0;
	}

	#home_section_3_right .news-line {
		min-height: 55px;
	}

	#home_section_3_right .news-category {
		top: 0;
		transform: translateY(0);
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
	}

	#home_section_3_right .news-date {
		font-size: 16px;
		top: 5px;
	}

	#home_section_3_right .news-title {
		font-size: 16px;
		left: 0;
		padding-left: 0;
	}

	#home_section_5 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.home_section_5_item:first-child {
		text-align: center;
		width: 60%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.home_section_1_item {
		width: 49%;
	}

	.home_section_1_text {
		display: none;
	}

	.home_section_2_item {
		width: 33%;
	}

	.home_section_2_text {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 960px) {
	.home_section_1_banner,
	.home_section_1_banner2 {
		bottom: 0;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		padding: 0;
		display: block;
		height: 60px;
	}

	.home_section_1_button {
		width: 92%;
		max-width: 92%;
		right: 4%;
		bottom: 5px;
		font-size: 14px;
	}
	.home_section_1_banner2 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.home_section_1_item,
	.home_section_2_item {
		width: 49%;
	}

	#home_section_3_right {
		padding-left: 5px;
		padding-right: 5px;
	}

	.home_section_3_right {
		padding: 20px 0;
	}

	.home_section_5_item {
		margin: 10px 5px;
	}

}

/* 固定ページ共通 */
#page_title {
	position: absolute;
	top: 90px;
}

.page_title_wrap {
	width: 650px;
	height: 170px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.page_title_blue_bar {
	width: 30px;
	margin: 0 auto;
	padding-top: 30px;
	height: 0;
	border-bottom: 3px solid #005bab;
}

.page_title_main {
	color: #005bab;
	font-size: 33px;
	margin: 30px 0;
	letter-spacing: 5px;
}

.page_title_sub {
	color: #333333;
	font-size: 16px;
}

.page_section {
	max-width: 1400px;
	margin: 0 auto !important;
}

.bg_gradient {
	background: linear-gradient(#e8e8e8, white);
}

@media screen and (max-width: 1600px) {
	.page_section {
		max-width: 87.5%;
	}
}

@media screen and (max-width: 960px) {
	#main {
		margin-top: 50px
	}

	.page-id-10 #main,
	{
		margin-top: 0;
	}

	#header {
		position: absolute;
		top:-50px;
		width: 100%;
	}

	#page_title {
		/*margin-top: -308px;*/
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	#hero-section {
		height: 200px;
		overflow: hidden;
	}

	#page_title {
		top: 55px;
	}

	.page_title_wrap {
		width: 70%;
		max-width: 350px;
		height: 90px;
	}

	.page_title_blue_bar {
		padding-top: 15px;
		border-width: 2px;
	}

	.page_title_main {
		margin: 10px 0 0;
		font-size: 16px;
		letter-spacing: normal;
	}

	.page_title_sub {
		font-size: 12px;
	}
}

/* 平屋・二世帯・注文住宅 */
.page_concept {
	text-align: center;
	font-size: 20px;
	line-height: 80px;
	color: #333333;
	letter-spacing: 5px;
	margin-top: 25px;
}

.page_description {
	padding: 30px 0 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page_text {
	text-align: center;
	min-height: 217px;
	/*width: 48.6%;*/
	color: #444444;
	font-size: 18px;
	line-height: 45px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	border-top: dotted 2px #989898;
	border-bottom: dotted 2px #989898;
	box-sizing: border-box;
}

.page_icon_wrapper {
	display: flex;
	/*width: 51.4%;*/
	justify-content: flex-end;
}

.page_icon {
	margin-left: 5.55%;
}

.icon_title {
	padding-top: 10px;
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: center;
}

#portfolio.page_concept {
	padding: 40px 0 0;
	line-height: 40px;

}

.performance-list + br {
	display: none;
}

@media screen and (max-width: 1024px) {
	.page_description {
		flex-direction: column;
	}

	.page_text {
		width: 80%;
		line-height: 40px;
		height: auto;
		padding: 20px 0;
		margin: 0 auto;
	}

	.page_icon_wrapper {
		width: 100%;
		max-width: 580px;
		justify-content: center;
		margin: 30px auto 0;
	}

	.page_icon {
		margin: 0 2.8%;
	}
}

@media screen and (max-width: 480px) {
	.page_text {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}

	.icon_title {
		font-size: 14px;
	}
}

/* 平屋ページの楽らくバナー */
.rakuraku_wrapper {
	padding:  20px 0 50px;
}

.rakuraku_banner {
	width: 450px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.rakuraku_button {
	position: absolute;
	width: 37.7%;
	min-width: 170px;
	font-size: 17px;
	font-weight: bold;
	line-height: 38px;
	color: #989898 !important;
	border: 1px solid #707070;
	bottom: 10%;
    left: 50%;
	box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(120,120,120,1) 50%);
  	background-position: 0 0;
  	background-size: 200% auto;
  	transition: 0.3s;
}

.rakuraku_button:hover {
	background-position: -100% 0;
	color: white !important;
}

.rakuraku_arrow {
	padding-left: 8px;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.rakuraku_wrapper {
		padding: 20px 0 30px;
	}

	.rakuraku_banner {
		width: 80%;
		max-width: 450px;
	}

	.rakuraku_button {
		font-size: 16px;
		line-height: 36px;
	}

	.rakuraku_arrow {
		font-size: 18px;
		padding-left: 8px;
	}
}

/* モデルハウス「楽らく」 */
.rakuraku_section_top_1 {
	text-align: center;
	/* ページ上部余白修正
	margin-top: 30px;
	*/
	margin-top: 50px;
}

.rakuraku_section_top_1 .text1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 5px;
}

.rakuraku_section_top_1 img {
	padding: 50px 0;
}

.rakuraku_section_top_1 .text2 {
	font-size: 20px;
	font-weight: bold;
	color: #EE3536;
	letter-spacing: 5px;
}

.rakuraku_section_top_1 .text3 {
	padding: 20px 0;
	font-size: 16px;
	color: #444444;
	line-height: 35px;
}

.rakuraku_section_top_1 .text4 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

.rakuraku_section_top_3 {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 50px 0;
}

.rakuraku_section_top_3 p {
	text-align: center;
}

.rakuraku_feature {
	width: 31.4%;
}

.rakuraku_feature_title {
	font-size: 20px;
	color: #333333;
}

.rakuraku_feature_title_en {
	font-size: 14px;
	color: #cccccc;
	padding: 10px 0;
}

.rakuraku_feature_item {
	border-top: 2px dotted #989898;
	padding: 15px 10px 0 30px;
}

.rakuraku_feature_item li {
	font-size: 14px;
	color: #444444;
	margin: 0;
	display: block;
	position: relative;
}

.rakuraku_feature_item li:before {
	position: absolute;
	content: url(https://jyuutaku.to-sei.co.jp/app/wp-content/themes/oshin_child/img/list-dot.png);
	left: -20px;
}

.rakuraku_feature_item li img {
	padding: 0 10px;
}

.rakuraku_gallery {
	justify-content: space-between;
	text-align: center;
}

.rakuraku_gallery > .tatsu-column {
	width: 31.4% !important;
}

.rakuraku_section_bottom {
	border-top: 2px dotted #989898;
	padding: 60px 0 50px;
}

.rakuraku_section_bottom_right {
	margin-top: -30px;
	margin-left: 15px;
	font-size: 14px;
	color: #444444;
}

.rakuraku_info {
	border: 0;
	width: 100%;
	margin: 0;
}

.rakuraku_info td {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #cdcdcd;
}

.rakuraku_info tr:last-child td {
	border-bottom: 0;
	padding-left: 0;
}

.rakuraku_head {
	font-size: 20px;
	color: #333333;
	padding-left: 0;
	padding-bottom: 15px;
}

.rakuraku_section_bottom_img {
	display: flex;
	padding-top: 10px;
	align-items: flex-start;
}

.rakuraku_section_bottom_img>img {
	padding: 0 20px;
}

.rakuraku_map {
	height: 350px;
}

@media screen and (max-width: 1024px) {
	.rakuraku_section_top_3 {
		flex-direction: column;
		align-items: center;
	}

	.rakuraku_feature {
		width: 80%;
		max-width: 400px;
		margin-bottom: 30px;
	}

	.rakuraku_section_bottom {
		padding: 30px 0;
	}

	.rakuraku_section_bottom .tatsu-one-third {
		width: 50%;
		margin: 0 auto;
	}

	.rakuraku_section_bottom img {
		padding-left: 0;
	}

	.rakuraku_section_bottom_right {
		margin: 0;
		padding-top: 20px;
	}

	.rakuraku_section_bottom_img {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.rakuraku_section_top_1 .text1,
	.rakuraku_section_top_1 .text2,
	.rakuraku_section_top_1 .text4 {
		font-size: 16px;
	}

	.rakuraku_section_top_1 .text3 {
		font-size: 14px;
	}

	.rakuraku_section_top_1 img {
		max-width: 50%;
		padding: 25px 0;
	}

	.rakuraku_gallery > .tatsu-column {
		width: 100% !important;
	}

	.rakuraku_gallery .tatsu-single-image {
		padding-bottom: 20px;
	}

	.rakuraku_g1 {
		padding-bottom: 0 !important;
	}

	.rakuraku_info td {
		padding-right: 0;
		min-width: 65px;
	}

	.rakuraku_section_bottom_img {
		flex-direction: column;
		align-items: center;
	}

	.rakuraku_section_bottom_img>img {
		padding-right: 0;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.rakuraku_gallery img {
		width: 100%;
	}
}

/* 家づくりの流れ */
.flow_top {
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 5px;
}

.flow_top img {
	padding-bottom: 30px;
}

.flow_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
	text-align: center;
}

.flow_item {
	width: 31.4%;
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
}

.flow_outer {
	position: relative;
	z-index: 2;
}

.flow_img {
	position: absolute;
	width: 91%;
	max-width: 400px;
	top: 17.6%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.flow_bottom {
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
	.flow_item {
		width: 48%;
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px) {
	.flow_top {
		font-size: 16px;
		line-height: 30px;
		padding-top: 20px;
	}

	.flow_top img {
		width: 100px;
	}

	.flow_bottom {
		font-size: 16px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.flow_top {
		letter-spacing: 2px;
	}

	.flow_main {
		justify-content: center;
	}

	.flow_item {
		width: 100%;
	}
}

/* コンセプト */
.section_bg {
	background-image: url(https://jyuutaku.to-sei.co.jp/app/wp-content/themes/oshin_child/img/concept_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.concept_title {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	color: #333333;
	text-align: center;
	padding: 50px 0 20px;
	border-bottom: 2px dotted #989898;
	letter-spacing: 5px;
}

.concept_section {
	padding-top: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.concept_section .tatsu-column {
	width: 48.6% !important;
}

.concept_header2 {
	display: none;
}

.concept_text br {
	display: none;
}

.concept_text_20,
.concept_text_18,
.concept_text_16,
.concept_detail_text {
	color: #444444;
}

.concept_text_20 {
	font-size: 20px;
	padding: 20px 0;
}

.concept_text_18 {
	font-size: 18px;
	text-align: left;
}

.concept_text_16,
.concept_detail_text {
	font-size: 16px;
}

.concept_bottom,
.concept_detail_blue,
.concept_detail_pink {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.concept_detail_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

.concept_detail_item,
.concept_detail_item2 {
	text-align: center;
	width: 23%;
	padding: 30px 0;
	background-color: white;
}

.concept_detail_item {
	border: 1px solid #80ADD5;
}

.concept_detail_item2 {
	border: 1px solid #F099A4;
}

.concept_detail_blue {
	color: #005BAB;
	padding: 20px 0 10px;
}

.concept_detail_pink {
	color: #DD5F71;
	padding: 20px 0 10px;
}

.concept_detail_text {
	text-align: left;
	padding: 0 30px;
}

.concept_text2 {
	text-align: center;
	padding-top: 25px;
}

.concept_text2 img {
	padding-bottom: 20px;
}

.concept_text2 img:first-child {
	max-width: 50%;
}

.concept_bottom {
	color: #333333;
	padding: 20px 0 50px;
}

@media screen and (max-width: 1200px) {
	.concept_header1 {
		display: none;
	}

	.concept_header2 {
		display: inherit;
	}
}

@media screen and (max-width: 1024px) {
	.concept_section {
		justify-content: center;
	}

	.concept_section .tatsu-column {
		width: 100% !important;
	}

	.concept_header1 {
		display: inherit;
	}

	.concept_header2 {
		display: none;
	}

	.concept_text,
	.concept_text2 {
		padding-bottom: 20px;
	}

	.concept_text_20,
	.concept_text_18,
	.concept_bottom {
		font-size: 16px;
	}

	.concept_text_16 {
		font-size: 14px;
	}

	.concept_detail_wrapper {
		padding-top: 20px;
	}

	.concept_detail_item,
	.concept_detail_item2 {
		width: 48%;
		margin-top: 20px;
		padding: 20px 0;
	}

	.concept_detail_text {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.concept_bottom {
		padding: 20px 0 30px;
	}
}

@media screen and (max-width: 640px) {
	.concept_header1 {
		display: none;
	}

	.concept_header2 {
		display: inherit;
	}

	.concept_detail_item,
	.concept_detail_item2 {
		width: 100%;
	}
}

/* 会社概要 */
.about_top {
	text-align: center;
	padding: 50px 0 60px;
	max-width: 85%;
	margin: 0 auto;
}

.about_table {
	margin: 0 auto;
	width: 85%;
	max-width: 1164px;
}

.about_table td {
	border: 0;
	border-bottom: 1px dotted #707070;
}

.about_table td.noborder {
	border: 0;
}

.about_table .bluerow {
	background-color: #005BAB;
}

.about_table .middlerow {
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	height: 72px;
	vertical-align: middle;
	letter-spacing: 5px;
}

.about_table .grayrow {
	background-color: #fbfbfb;
}

.about_table .toprow {
	height: 25px;
	padding: 0;
}

.about_table .left-column {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	padding: 0 0 0 40px;
	width: 43%;
}

.tow_character_len {
	letter-spacing: 3em;
}
.tree_character_len {
	letter-spacing: 1em;
}
.four_character_len {
	letter-spacing: 0.333em;
}

.about_table .right-column {
	font-size: 16px;
	color: #444444;
	line-height: 18px;
	padding: 0;
}

.about_table .left-column,
.about_table .right-column {
	height: 75px;
	vertical-align: middle
}

.about_table .left-column2 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	padding: 25px 0 0 40px;
}

.about_table .right-column2 {
	font-size: 16px;
	color: #444444;
	padding: 25px 0;
}

.about_table td.empty {
	height: 60px;
}

.about_table .right-column2 li {
	position: relative;
}

.about_table .right-column2 li:before {
	position: absolute;
	content: url(https://jyuutaku.to-sei.co.jp/app/wp-content/themes/oshin_child/img/list-dot2.png);
	left: -15px;
}

.about_bluebanner {
	position: relative;
	text-align: center;
	width: 45%;
	margin: 0 auto;
}

.about_bluebanner br {
	display: none;
}

.about_bluetel {
	position: absolute;
	top: 35%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 87%;
}

.about_mail {
	position: absolute;
	bottom: 5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 42%;
	line-height: 10px;
}

.about_mail_hover {
	position: absolute;
	bottom: 5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 42%;
	opacity: 0;
	transition: 0.3s;
	line-height: 10px;
}

.about_mail_hover:hover {
	opacity: 1;
}

.white_box {
	color: #005BAB;
	font-size: 26px;
	font-weight: bold;
	border: 1px solid #005BAB;
	text-align: center;
	line-height: 54px;
}

.company_address {
	position: relative;
	text-align: center;
	padding: 30px 0 0 0;
 }

.address_text {
	position: absolute;
	top: 30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:2;
}

.address_title {
	font-size: 22px;
	font-weight: bold;
	color: #005BAB;
	padding-bottom: 10px;
}

.address_detail {
	font-size: 16px;
	color: #444444;
}

.address_detail2 {
	font-size: 16px;
	color: #444444;
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}

.address_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.address_img {
	text-align: left;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	padding-right: 2.86%;
	flex: 1;
}

.address_map {
	width: 678px;
	padding-top: 140px;
	padding-bottom: 20px;
}

.company_address2 {
	text-align: center;
	padding: 30px 0 0 0;
 }

.address_map2 {
	padding-top: 25px;
}

.page-id-553 .tatsu-PHL0aZxJDN.tatsu-section {
	  margin: 0px 0px 60px 0px;
}
.page-id-553 .tatsu-bHw5S02_Y.tatsu-row-wrap > .tatsu-row,
.page-id-553 .tatsu-Vt6iowOivr.tatsu-row-wrap > .tatsu-row {
		padding: 0px 0px 55px 0px;
}
.page-id-553 .tatsu-V_qUCOeBL.tatsu-row-wrap > .tatsu-row {
		padding: 0px 0px 50px 0px;
}
.page-id-553 .tatsu-IXM9G4RJxT.tatsu-section {
		margin: 0px 0px 0px 0px;
}
.page-id-553 .tatsu-X1ohYSq0NE.tatsu-row-wrap > .tatsu-row {
		padding: 0px 0px 10px 0px;
}

#maintenance {
	padding-bottom: 40px;
}

.bluebox {
	color: white;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 5px;
	background-color: #005BAB;
	text-align: center;
	line-height: 72px;
	margin: 50px 0 30px 0;
}

.after_text {
	margin: 0 auto;
}

.after_text td {
	text-align: center;
	color: #333333;
	border: 0;
	padding: 0;
}

.after_text .after_row1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 4px solid #005BAB;
	line-height: 30px;
	letter-spacing: 3px;
}

.after_text .after_row2 {
	font-size: 20px;
	padding: 10px 0;
}

.after_text .after_row3 {
	font-size: 16px;
	font-weight: bold;
}

.about_pinkbanner {
	margin: 30px auto 0;
	position: relative;
	width: 45%;
}

.pinktel {
	position: absolute;
	width: 89%;
	bottom: 13.6%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mente_title {
	padding-top: 40px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #005BAB;
}

.mente_flow {
	padding-top: 40px;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #444444;
	text-align: center;
}

.mente_flow_item {
	width: 17.2%
}

.flow_arrow {
	padding-top: 100px;
}

.mente_flow_item div {
	padding-top: 30px;
	max-width: 241px;
	text-align: left;
	margin: 0 auto;
}

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

.yobou_item {
	width: 48.5%;
}

.yobou_item table {
	width: 100%;
}

.yobou_row1 {
	border: 0;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding: 25px 0 0 0;
}

.yobou_row2 {
	border: 0;
	font-size: 16px;
	font-weight: bold;
	color: #005BAB;
	padding: 15px 5.9% 0 0;
}

.yobou_row3 {
	border: 0;
	font-size: 14px;
	color: #444444;
	padding: 15px 5.9% 0 0;
}

.yobou_list li {
	margin: 0;
}

.about_bottom {
	margin: 70px auto;
	width: 82.2%;
	max-width: 1150px;
	border: 1px solid #E5E5E5;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	background-color: white;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.16);
}

.about_bottom_text {
	padding-left: 30px;
}

.about_bottom_main {
	font-size: 22px;
	font-weight: bold;
	color: #005BAB;
	letter-spacing: 5px;
	line-height: 35px;
}

.about_bottom_sub {
	font-size: 14px;
	color: #444444;
}

@media screen and (max-width: 1200px) {
	.address_box {
		flex-wrap: wrap;
	}

	.shiten .address_box {
		justify-content: flex-end;
	}

	.address_img {
		flex: initial;
		width: 50%;
		padding: 0;
	}

	.shiten .address_img {
		text-align: right;
	}

	.address_map {
		width: 100%;
		padding-top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.about_top {
		max-width: 75%;
	}

	.about_table .left-column,
	.about_table .right-column {
		height: 50px;
	}

	.about_table .left-column,
	.about_table .left-column2 {
		font-size: 16px;
	}

	.about_table .left-column {
		padding: 0 10px 0 20px;
	}

	.about_table .left-column2 {
		padding: 10px 10px 0 20px;
	}

	.about_table .right-column,
	.about_table .right-column2 {
		font-size: 14px;
	}

	.about_table .right-column2 {
		padding: 10px 0;
	}

	.about_table .right-column2 li {
		margin: 0;
	}

	.about_table td.empty {
		height: 30px;
	}

	.about_table .middlerow {
		font-size: 22px;
		height: 50px;
	}

	.about_bluebanner,
	.about_pinkbanner {
		width: 60%;
	}

	.mente_flow {
		justify-content: space-around;
	}

	.mente_flow_item {
		width: 35%;
		margin-bottom: 30px;
	}

	.mente_flow_item div {
		padding-top: 15px;
	}

	.flow_arrow {
		display: none;
	}

	.about_bottom_main {
		font-size: 20px;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 960px) {
	.address_text {
		transform: translateX(0);
    	-webkit-transform: translateX(0);
    	-ms-transform: translateX(0);
	}

	.honsha .address_text {
		left: auto;
		right: 0;
	}

	.shiten .address_text {
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.about_top {
		padding: 20px 0 30px;
	}

	.about_table {
		width: 100%;
	}

	.about_bluebanner,
	.about_pinkbanner {
		width: 80%;
	}

	.company_address,
	.company_address2 {
		padding-top: 15px;
	}

	.address_text {
		top: 15px;
	}

	.white_box {
    	font-size: 22px;
    	line-height: 40px;
	}

	.address_title {
    	font-size: 18px;
	}

	.address_detail {
    	font-size: 14px;
	}

	.address_img {
		font-size: 12px;
	}

	.address_map,
	.address_map2 {
		padding-top: 10px;
	}

	#maintenance {
		padding-bottom: 20px;
	}

	.bluebox {
    	font-size: 28px;
    	line-height: 50px;
    	margin: 30px 0 15px 0;
	}

	.about_pinkbanner {
		margin-top: 15px;
	}

	.mente_title,
	.mente_flow {
		padding-top: 20px;
	}

	.after_text .after_row1 {
    	font-size: 20px;
	}

	.after_text .after_row2 {
    	font-size: 16px;
		padding: 5px 0;
	}

	.after_text .after_row3 {
    	font-size: 14px;
	}

	.mente_title {
		font-size: 22px;
	}

	.mente_flow {
		font-size: 14px;
	}

	.yobou_item {
		width: 100%;
		padding-bottom: 20px;
	}

	.yobou_row1,
	.yobou_row2,
	.yobou_row3 {
		padding: 10px 0 0;
	}

	.about_bottom {
		flex-direction: column;
		width: 100%;
		margin-top: 25px;
	}

	.about_bottom_text {
		padding: 10px 0 0 0;
	}
}

@media screen and (max-width: 540px) {
	.address_text {
		transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
		width: 100%;
	}

	.honsha .address_text {
		left: 50%;
		right: auto;
	}

	.shiten .address_text {
		left: 50%;
	}

	.honsha .address_box,
	.shiten .address_box {
		justify-content: center;
	}

	.honsha .address_img,
	.shiten .address_img {
		padding-top: 120px;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.about_table .left-column {
		padding: 0 10px 0 0;
		font-size: 14px;
	}

	.about_table .left-column2 {
		padding: 10px 10px 0 0;
		font-size: 14px;
	}

	.about_bluebanner,
	.about_pinkbanner {
		width: 100%;
	}

	.mente_flow {
		justify-content: center;
	}

	.mente_flow_item {
		width: 50%;
		min-width: 200px;
	}
}

@media screen and (max-width: 324px) {
		.left-column.tow_character_len,
		.left-column2.tow_character_len {
				white-space: nowrap;
		}

}

/* お客様の声 */
.voice_head {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
	padding: 30px 0 20px;
	line-height: 35px;
	letter-spacing: 5px;
}

.voice_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}

.voice_icon {
	width: 14.3%;
	min-width: 130px;
	margin-right: 5px;
}

.voice_content_wrapper {
	width: 85.3%;
	padding: 20px 0 10px;
}

.voice_name {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
	padding-left: 20px;
	line-height: 33px;
}

.voice_content {
    font-size: 20px;
    color: #444444;
    padding: 15px;
    border: 3px solid #80ADD5;
    border-radius: 10px;
	background-color: white;
	line-height: 30px;
	position: relative;
	min-height: 130px;
}

.voice_content::before {
    content: "";
    border-top: 20px solid #80ADD5;
    border-left: 30px solid transparent;
    position: absolute;
    left: -30px;
    bottom: 70px;
    display: block;
}

.voice_content::after {
    content: "";
    border-top: 20px solid white;
    border-left: 30px solid transparent;
    position: absolute;
    left: -20px;
    bottom: 67px;
    display: block;
}

.faq_wrapper {
	padding-top: 50px;
}

.faq_item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 5px 0 50px;
}

.qa_wrapper {
	width: 85.3%;
	padding: 0 0 30px 30px;
}

.faq_icon {
	width: 14.3%;
	min-width: 130px;
	margin-left: 5px;
}

.faq_q, .faq_a {
    padding: 20px 15px 20px 0;
	border-radius: 10px;
	line-height: 30px;
	position: relative;
	display: flex;
}

.faq_q {
    border: 3px solid #80ADD5;
	margin-bottom: 16px;
	min-height: 72px;
}

.faq_a {
    border: 3px solid #F099A4;
	min-height: 110px;
}

.question, .answer {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	width: 10%;
	padding: 0 2%;
	min-width: 68px;
}

.question {
	color: #80ADD5;
	z-index: 2;
}

.answer {
	color: #F099A4;
}

.faq_content {
	font-size: 20px;
    color: #444444;
	width: 90%;
}

.faq_q::before {
    content: "";
    border-top: 20px solid #80ADD5;
    border-left: 30px solid transparent;
    position: absolute;
    left: -30px;
    top: 25px;
    display: block;
}

.faq_q::after {
    content: "";
    border-top: 20px solid white;
    border-left: 30px solid transparent;
    position: absolute;
    left: -20px;
    top: 28px;
    display: block;
}

.faq_a::before {
    content: "";
    border-top: 20px solid #F099A4;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    bottom: 45px;
    display: block;
}

.faq_a::after {
    content: "";
    border-top: 20px solid white;
    border-right: 30px solid transparent;
    position: absolute;
    right: -20px;
    bottom: 42px;
    display: block;
}

@media screen and (max-width: 1200px) {
	.voice_item {
		align-items: flex-end;
	}

	.voice_icon, .faq_icon {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
    .voice_head,
    .voice_content,
    .faq_content {
        font-size: 16px;
		line-height: 26px;
    }

    .voice_head {
        letter-spacing: normal;
    }

	.voice_content_wrapper,
	.faq_wrapper {
		padding-top: 0;
	}

    .voice_name {
        font-size: 18px;
    }

	.faq_item {
		padding: 0;
	}

	.faq_q, .faq_a {
		padding: 15px 15px 15px 0;
	}

	.question, .answer {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .voice_content,
    .faq_content {
        font-size: 14px;
		line-height: 20px;
    }

	.voice_icon, .faq_icon {
		min-width: 80px;
		padding-bottom: 60px;
	}

	.faq_q, .faq_a {
		padding: 10px;
		flex-direction: column;
	}

	.faq_content {
		width: 100%;
	}

	.question, .answer {
		text-align: left;
	}
}

/* 404ページ */
.text404 {
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 150px 0 140px;
}

.text404 p {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.text404 {
		font-size: 18px;
		padding: 50px 0 40px;
	}
}

/* 2021.04.16 施工実績のタイトル削除 */
.single-portfolio #portfolio-title-nav-wrap {
	display: none;
}