@charset "UTF-8";
/*
Theme Name: UC THEME v6
Author: PICNIC
Description: This is my original theme.
Version: 1.0
*/

/*@import url(css/grid-guide.css);*/
@import url(css/reset.css);
@import url(css/flexslider.css);

/*フォントサイズ基本10px*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1.3rem;
	color: #222;
	text-align: justify;
	text-justify: inter-ideograph;
}
body .paytoneone {
	font-family: 'Paytone One', sans-serif;
	text-justify: none;
}
body .opensuns {
	font-family: 'Open Sans', sans-serif;
	text-justify: none;
}




.pc_view {
	display: block !important;
}
.sp_view {
	display: none !important;
}
@media (max-width: 598px) {
	.pc_view {
		display: none !important;
	}
	.sp_view {
		display: block !important;
	}
}

/*header*/
.flexslider {
	min-width: 1000px;
	max-height: 60vh;
	overflow: hidden;
}
.flexslider .slides img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
	object-position: center;
}
.header {
	/*min-height: 50vh;*/
}
.h1_wrap {
	width: 1000px;
	padding: 0 129px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}
.h1 {
	padding: 60px 0;
}
.fade_in {
	display: none;
}
.flex-control-nav {
	display: none;
}
.sp_top_wrap {
	display: none;
}
.page_top_wrap {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.page_top_logo {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}
.page_top_logo img {
	display: block;
	width: 35%;
	margin: 0 auto;
}
.page_top_logo a {
	display: block;
	width: 100%;
}
@media (min-width: 1400px) {
	.h1 {
		padding: 120px 0;
	}
}
@media (max-width: 896px) {
	.flexslider {
		min-width: 100%;
	}
	.h1_wrap {
		width: 74.2%;
		padding: 0;
		top: 30px;
	}
	.h1 {
		padding: 30px 0;
	}
	.page_top_logo {
		width: 100%;
		padding: 25px 0;
	}
	.page_top_logo img {
		display: block;
		width: 35%;
		margin: 0 auto;
	}
}
@media (max-width: 598px) {
	.page_top_logo {
		width: 100%;
		padding: 5px 0 10px;
	}
	.page_top_logo img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}

/*--- グローバルナビ ---*/
.nav_wrap .nav_in_wrap {
	width: 1000px;
	margin: 0 auto;
}
.sub_nav_wrap {
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.nav {
	width: 70%;
	margin: 0 auto;
}
.sub_nav_wrap .nav {
	width: 40%;
	margin: 0 auto;
}
.nav ul li {
	width: 16.666%;
	float: left;
}
.sub_nav_wrap .nav ul li {
	width: 33.333%;
	float: left;
}
.nav ul li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	transition:all 0.5s ease-out;
}

.nav ul li a:hover {
	color: #23200e;
	background-color: #c1b56d;
}
.nav ul li a span {
	letter-spacing: 0.25em;
}
@media (max-width: 896px) {
	.nav_wrap .nav_in_wrap {
		width: 100%;
	}
	.nav {
		width: 80%;
	}
	.nav ul li a:hover {
	}
}
@media (max-width: 598px) {
	.nav {
		width: 100%;
	}
	.sub_nav_wrap {
		margin-bottom: 0;
		border-bottom: none;
	}
	.sub_nav_wrap .nav {
		width: 100%;
		margin: 0 auto;
	}
	.nav ul li a {
		padding: 10px 0;
		font-size: 1.0rem;	
	}
	.nav ul li a span {
		letter-spacing: 0em;
	}
	.flexslider {
		display: none;
	}
	.sp_top_wrap {
		width: 100%;
		height: 30vh;
		display: block !important;
		background: url(img/sp_top_image.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
	}
	.sp_h1_wrap {
		width: 85%;
		height:;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 9999;
	}
	.sp_h1 {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.page .nav_wrap {
		width: 100%;
		margin-bottom: 0px;
		border-bottom: 1px solid #eee;
	}
}

/*cts*/
.boxA {
	width: 100%;
	padding: 70px 0;
	background-color: #eae8e2;
}
/*.single .boxA {
	min-height: 100vh;
}*/
.ctsA {
	width: 1000px;
	margin: 0 auto;
}

/*新着情報*/
.ctsA_l {
	width: 66.5%;
	float: left;
	margin-bottom: 30px;
}
.ctsA_l h2 {
	padding-bottom: 5px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1em;
}
.ctsA_l h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
}
.ctsA_l_in_wrap {
	padding: 20px;
	background-color: #fff;
}
.ctsA_l_in_wrap article.gaiyou {
	margin-bottom: 15px;
	overflow: hidden;
}
.ctsA_l_in_wrap article.gaiyou:last-child {
	margin-bottom: 0;
}
.ctsA_l_in_wrap article.gaiyou a {
	display: block;
	transition:all 0.3s ease-out;
}
.ctsA_l_in_wrap article.gaiyou a:hover {
	opacity: 0.7;	
}
.ctsA_l_in_wrap article.gaiyou time {
	width: 18%;
	float: left;
	margin-right: ;
	padding: 15px 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	background-color: #ccc388;
}
.ctsA_l_in_wrap article.gaiyou p {
	width: 80%;
	float: right;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5em;
	color: #333;
}
.ctsA_l_in_wrap article.category-holiday time {
	background-color: #d64103;
}
.ctsA_l_in_wrap article.category-holiday p {
	color: #d64103;
}
.boxA_sns_link {
	width: 1000px;
	margin: 0 auto;
}
.boxA_sns_link_incts_wrap {
	width: 66.5%;
}
.boxA_sns_link_incts_wrap ul li {
	width: 33.333%;
	height: auto;
	float: left;
}
.boxA_sns_link_incts_wrap ul li a {
	display: block;
	width: 100%;
}
.blog_link {
	background-color: #2a211c;
}
.fb_link {
	background-color: #1877f2;
}
.ig_txt {
	font-size: 1.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.boxA {
		padding: 35px 0;
	}
	.ctsA {
		width: 90%;
		margin: 0 auto;
	}
	
	/*新着情報*/
	.ctsA_l {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ctsA_l h2 {
		padding-bottom: 5px;
		font-size: 2.5rem;
	}
	.ctsA_l h2 span {
	}
	.ctsA_l_in_wrap {
		padding: 20px;
		background-color: #fff;
	}
	.ctsA_l_in_wrap article.gaiyou {
		margin-bottom: 15px;
		overflow: hidden;
	}
	.ctsA_l_in_wrap article.gaiyou:last-child {
		margin-bottom: 0;
	}
	.ctsA_l_in_wrap article.gaiyou a {
		display: block;
		transition: unset;
	}
	.ctsA_l_in_wrap article.gaiyou a:hover {
		opacity: 1;
	}
	.ctsA_l_in_wrap article.gaiyou time {
		padding: 15px 0;
		color: #fff;
		font-size: 1.3rem;
	}
	.ctsA_l_in_wrap article.gaiyou p {
	}
	.ctsA_l_in_wrap article.category-holiday time {
		background-color: #d64103;
	}
	.ctsA_l_in_wrap article.category-holiday p {
		color: #d64103;
	}
}
@media (max-width: 598px) {
	.boxA {
		padding: 25px 0;
	}
	.ctsA {
		width: 95%;
		margin: 0 auto;
	}
	/*SNSリンク*/
	.boxA_sns_link {
		width: 75%;
		padding-top: 25px;
	}
	.boxA_sns_link_incts_wrap {
		width: 100%;
	}
	.boxA_sns_link_incts_wrap ul li {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 15px;
	}
	.boxA_sns_link_incts_wrap ul li:last-child {
		margin-bottom: 0px;
	}
	.ig_txt {
		font-size: 1.3rem;
	}
	
	/*新着情報*/
	.ctsA_l {
		margin-bottom: 15px;
	}
	.ctsA_l h2 {
		font-size: 1.8rem;
	}
	.ctsA_l h2 span {
		font-size: 1.3rem;
	}
	.ctsA_l_in_wrap {
		padding: 10px;
	}
	.ctsA_l_in_wrap article.gaiyou {
		margin-bottom: 10px;
	}
	.ctsA_l_in_wrap article.gaiyou time {
		padding: 8px 0;
		font-size: 1rem;
	}
	.ctsA_l_in_wrap article.gaiyou p {
		padding: 0;
		font-size: 1rem;
	}
}

.ctsA_r {
	width: 33.5%;
	float: left;
	padding: 45px 0 0 20px;
}
/*ご売却物件募集*/
.ctsA_r .seal {
	margin-bottom: 20px;
}
.ctsA_r .seal h2 {
	padding-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1em;
	color: #E14B00;
}
.ctsA_r .seal .cts_wrap {
	padding: 15px 20px;
	background-color: #d64103;
	transition:all 0.3s ease-out;
}
.ctsA_r .seal .cts_wrap:hover {
	background-color: #f35103;
}
.ctsA_r .seal a {
	display: block;
	width: 100%;
}
.ctsA_r .seal .cts_wrap h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.25em;
	color: #fff;
}
.ctsA_r .seal .cts_wrap p.kakomi {
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1em;
	color: #333;
	text-align: center;
	background-color: #fff;
}
.ctsA_r .seal .cts_wrap p.link {
	width: 100%;
	text-align: center;
}
.ctsA_r .seal .cts_wrap p.link img {
	display: block;
	width: 100%;
	margin: auto;
}

/*お問合せ*/
.ctsA_r .contact h2 {
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1em;
	color: #0071bc;
}
.ctsA_r .contact .cts_wrap {
	margin: 0;
	padding: 15px 20px;
	background-color: #0071bc;
	transition:all 0.3s ease-out;
}
.ctsA_r .contact .cts_wrap:hover {
	background-color: #1498de;
}
.ctsA_r .contact a {
	display: block;
	width: 100%;
}

.ctsA_r .contact .cts_wrap h3 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25em;
	color: #fff;
}
.ctsA_r .contact .cts_wrap p.kakomi {
	margin-bottom: 15px;
	padding: 8px 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
}
.ctsA_r .contact .cts_wrap p.link {
	width: 100%;
	text-align: center;
}
.ctsA_r .contact .cts_wrap p.link img {
	display: block;
	width: 100%;
	margin: auto;
}


@media (max-width: 768px) {
	.ctsA_r {
		width: 100%;
		float: none;
		padding: 0;
	}
	/*ご売却物件募集*/
	.ctsA_r .seal {
	}
	.ctsA_r .seal h2 {
		font-size: 2.5rem;
	}
	.ctsA_r .seal .cts_wrap {
		padding: 25px;
		transition: unset;
	}
	.ctsA_r .seal .cts_wrap:hover {
		background-color: #d64103;
	}
	.ctsA_r img {
		width: 100%;
	}
	.ctsA_r .seal .cts_wrap h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1em;
		text-align: center;
	}
	.ctsA_r .seal .cts_wrap p.kakomi {
		padding: 15px 0;
		font-size: 2.4rem;
	}
	.ctsA_r .seal .cts_wrap p.link {
		width: 70%;
		margin: auto;
	}
	.ctsA_r .seal .cts_wrap p.link img {
	}
	/*お問合せ*/
	.ctsA_r .contact h2 {
		font-size: 2.5rem;
	}
	.ctsA_r .contact .cts_wrap {
		padding: 25px;
		transition: unset;
	}
	.ctsA_r .contact .cts_wrap:hover {
		background-color: #0071bc;
	}
	.ctsA_r .contact a {
	}
	.ctsA_r .contact .cts_wrap h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1em;
		text-align: center;
	}
	.ctsA_r .contact .cts_wrap h3 span {
		display: none;
	}
	.ctsA_r .contact .cts_wrap p.kakomi {
		padding: 12px 0;
		font-size: 3rem;
		letter-spacing: 0.25em;
	}
	.ctsA_r .contact .cts_wrap p.link {
		width: 70%;
		margin: auto;
	}
	.ctsA_r .contact .cts_wrap p.link img {
	}
}
@media (max-width: 598px) {
	/*ご売却物件募集*/
	.ctsA_r .seal h2 {
		font-size: 1.8rem;
	}
	.ctsA_r .seal .cts_wrap {
		padding: 15px;
	}
	.ctsA_r .seal .cts_wrap h3 {
		margin-bottom: 10px;
		font-size: 2rem;
		line-height: 1.25em;
		text-align: left;
	}
	.ctsA_r .seal .cts_wrap p.kakomi {
		padding: 10px 0;
		font-size: 2rem;
	}
	.ctsA_r .seal .cts_wrap p.link {
		width: 100%;
	}
	.ctsA_r .seal .cts_wrap p.link img {
	}
	/*お問合せ*/
	.ctsA_r .contact h2 {
		font-size: 1.8rem;
	}
	.ctsA_r .contact .cts_wrap {
		padding: 15px;
	}
	.ctsA_r .contact .cts_wrap:hover {
	}
	.ctsA_r .contact a {
	}
	.ctsA_r .contact .cts_wrap h3 {
		margin-bottom: 10px;
		font-size: 2rem;
		line-height: 1.3em;
		text-align: left;
	}
	.ctsA_r .contact .cts_wrap h3 span {
		display: inline !important;
	}
	.ctsA_r .contact .cts_wrap p.kakomi {
		padding: 10px 0;
		font-size: 2.3rem;
		letter-spacing: 0.25em;
	}
	.ctsA_r .contact .cts_wrap p.link {
		width: 100%;
	}
	.ctsA_r .contact .cts_wrap p.link img {
	}
}

.boxB {
	width: 100%;
	padding: 70px 0;
	background-color: #f8f7f5;
}
.ctsB {
	width: 1000px;
	margin: 0 auto;
}
.ctsB h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 5px;
	letter-spacing: 0.18em;
}
.ctsB h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
}
.ctsB .cts_wrap {
	padding: 25px;
	color: #333;
	background-color: #fff;
	position: relative;
}
.ctsB .name {
	width: 190px;
	height: 44px;
	position: absolute;
	top: 80px;
	right: 40px;
}
.ctsB .cts_wrap .aisatsu_h3 {
	width: 100%;
	padding: 0 0 40px;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.8em;
}
.ctsB .cts_wrap .aisatsu_txt {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.6em;
}
@media (max-width: 768px) {
	.boxB {
		padding: 35px 0;
	}
	.ctsB {
		width: 90%;
	}
	.ctsB h2 {
		font-size: 2.5rem;
	}
	.ctsB h2 span {
	}
	.ctsB .cts_wrap {
		padding: 25px;
		color: #333;
		background-color: #fff;
		position: relative;
	}
	.ctsB .name {
		position: relative;
		top: 0;
		right: 0;
		float: right;
	}
	.ctsB .cts_wrap .aisatsu_h3 {
		width: 100%;
		padding: 0 0 20px;
		font-family: 'Noto Serif JP', serif !important;
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 1.8em;
	}
	.ctsB .cts_wrap .aisatsu_txt {
		padding-top: 35px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.8em;
		clear: both;
	}
}
@media (max-width: 598px) {
	.boxB {
		padding: 25px 0;
	}
	.ctsB {
		width: 95%;
	}
	.ctsB h2 {
		font-size: 1.8rem;
	}
	.ctsB h2 span {
		font-size: 1.4rem;
	}
	.ctsB .cts_wrap {
		padding: 15px;
		position: relative;
	}
	.ctsB .name {
		position: relative;
		top: 0;
		right: 0;
		float: right;
	}
	.ctsB .cts_wrap .aisatsu_h3 {
		width: 100%;
		padding: 0 0 20px;
		font-family: 'Noto Serif JP', serif !important;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.8em;
		text-align: justify;
	}
	.ctsB .cts_wrap .aisatsu_txt {
		padding-top: 25px;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.5em;
		clear: both;
	}	
}

.boxC {
	width: 100%;
	padding: 70px 0;
	background: url(img/boxC_bg.png) repeat-x center center;
	background-size: cover;
}
.ctsC {
	width: 1000px;
	margin: 0 auto;
}
.ctsC h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 5px;
	letter-spacing: 0.18em;
	color: #fff;
}
.ctsC h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
}
.ctsC .cts_wrap {
	padding: 25px;
	color: #333;
	background: url(img/boxC_bg_illust.png) no-repeat center center;
}
.rinen_h3 {
	padding-top: 45px;
	font-size: 6.7rem;
	text-align: center;
}
.rinen_h3 span {
	display: none;
}
.rinen_txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
}

@media (max-width: 768px) {
	.boxC {
		padding: 35px 0;
	}
	.ctsC {
		width: 90%;
	}
	.ctsC h2 {
		font-size: 2.5rem;
	}
	.ctsC h2 span {
	}
	.ctsC .cts_wrap {
		padding: 10px;
		background-size: 53%;
	}
	.rinen_h3 {
		padding: 0px;
	}
	.rinen_txt {
		font-size: 1.5rem;
		line-height: 1.5em;
	}
}
@media (max-width: 598px) {
	.boxC {
		padding: 25px 0;
	}
	.ctsC {
		widt	h: 95%;
	}
	.ctsC h2 {
		font-size: 1.8rem;
	}
	.ctsC h2 span {
		font-size: 1.4rem;
	}
	.ctsC .cts_wrap {
		padding: 25px 0;
		background-size: cover;
	}
	.rinen_h3 {
		font-size: 2.8rem;
	}
	.rinen_txt {
		font-size: 1.2rem;
		line-height: 1.5em;
		text-align: justify;
	}
}

/*boxD*/
.boxD {
	width: 100%;
	padding: 40px 20px;
	background-color: #fafafa;
}
.ctsD {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}
.link_btn_blog a {
	display: block;
	width: 100%;
	opacity: 1.0;
	transition:all 0.3s ease-out;
}
.link_btn_blog a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.boxD {
		padding: 25px 0;
	}
	.ctsD {
		width: 100%;
		height: auto;
	}
	.link_btn_blog a {
		
	}
	.link_btn_blog a:hover {
		
	}
}

/*boxE*/
.boxE {
	width: 100%;
	padding: 70px 0;
	background-color: #f8f7f5;
}
.ctsE {
	width: 1000px;
	margin: 0 auto;
}
.ctsE h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 25px;
	letter-spacing: 0.18em;
	color: #333;
}
.ctsE h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
}
table {
	border-spacing: 0;
	color: #444;
}
th {
	font-weight: 600;
	padding: 10px 25px 10px 0px;
	text-align: right;
	vertical-align: top;
}
td {
	font-weight: 400;
	padding: 10px 10px 10px 25px;
	text-align: left;
}
.table_wrap {
	margin-left: 175px;
	border-spacing: 0;
}
.b_right {
	border-right: 1px solid #ccc;
}
table a:visited {
	color: #ff417b;
	text-decoration: underline;
}
table a:link {
	color: #ff417b;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.boxE {
		padding: 50px 0;
	}
	.ctsE {
		width: 90%;
	}
	.ctsE h2 {
		font-size: 2.5rem;
		padding-bottom: 25px;
		letter-spacing: 0.18em;
	}
	.table_wrap {
		width: 90%;
		margin-left: 10%;
	}
}
@media (max-width: 598px) {
	.boxE {
		padding: 25px 0;
	}
	.ctsE {
		width: 95%;
	}
	.ctsE h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
		letter-spacing: 0.18em;
	}
	.table_wrap {
		width: 100%;
		margin-left: 0;
	}
	th {
		width: 25%;
		font-size: 0.8rem;
		padding: 5px;
	}
	td {
		font-size: 0.8rem;
		padding: 5px;
		text-align: left;
	}
}

/*LP*/
.lp_cts_wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.lp_cts_wrap article {
	margin-bottom: 70px;
}

.lp_cts_wrap .cts_in_wrap {
	width: 60%;
	margin: 0 auto;
}
.lp_link_btn_01 a {
	display: block;
	width: 100%;
	opacity: 1.0;
	transition:all 0.3s ease-out;
}
.lp_link_btn_01 a:hover {
	opacity: 0.7;
}
.lp_05_txt {
	padding: 15px 0 5px;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
}
.lp_05_tel {
	font-size: 6.5rem;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.lp_05_tel span {
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	.lp_cts_wrap article {
		margin-bottom: 50px;
	}
	.lp_05_txt {
		padding: 10px 0 5px;
		font-size: 1.3rem;
	}
	.lp_05_tel {
		font-size: 3.5rem;
	}
	.lp_05_tel span {
	}
}
@media (max-width: 598px) {
	.lp_cts_wrap article {
		margin-bottom: 30px;
	}
	.lp_05_txt {
		font-size: 0.9rem;
	}
	.lp_05_tel a {
		font-size: 2.5rem;
		font-weight: 800;
		text-align: center;
		line-height: 1em;
	}
	.lp_05_tel span {
	}
}





/*contact*/
#contact {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
#contact .contact_info_box {
	width: 70%;
	margin: 0 auto 50px;
	padding: 50px 0;
	background-color: #f8f7f5;
	text-align: center;
}
#contact .contact_info_box p {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1em;
}
#contact .contact_info_box h2 {
	padding-bottom: 25px;
	font-size: 6rem;
	font-weight: 800;
	line-height: 1em;
}
#contact .contact_info_box h3 {
	font-size: 2.9rem;
	font-weight: 600;
	line-height: 1em;
	color: #ff417b;
}
#contact .c_boxA {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 200px;
}
#contact .c_boxA p {
	font-size: 18px;
	color: #333;
	line-height: 1.65em;
}
#contact .c_boxA .formTable {
	width: 100%;
}
@media (max-width: 896px) {
	#contact {
		width: 100%;
		min-height: 100vh;
		padding: 20px;
	}
	#contact .contact_info_box {
		width: 100%;
		margin: 0 auto 25px;
		padding: 25px 0;
		background-color: #f8f7f5;
		text-align: center;
	}
	#contact .contact_info_box p {
		padding-bottom: 10px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1em;
	}
	#contact .contact_info_box h2 {
		padding-bottom: 15px;
		font-size: 4rem;
		font-weight: 800;
		line-height: 1em;
	}
	#contact .contact_info_box h3 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1em;
		color: #ff417b;
	}
	
	#contact .c_boxA {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	#contact .c_boxA p {
		font-size: 1.8rem;
		color: #333;
		line-height: 1.5em;
	}
	#contact .c_boxA .formTable {
		width: 100%;
	}
}
@media (max-width: 598px) {
	#contact .c_boxA p {
		font-size: 1.2rem;
		color: #333;
		line-height: 1.5em;
	}
	#contact .contact_info_box h2 a {
		padding-bottom: 15px;
		font-size: 4rem;
		font-weight: 800;
		line-height: 1em;
	}
}

/* 入力項目を見やすくする */
.wpcf7-form p {
	margin-bottom: 20px;
}
@media (max-width: 598px) {
	
}
.wpcf7-form p:nth-child(5) {
	margin-bottom: 40px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #eee;
	color: #666;
	font-weight: normal;
	border-color: #ccc;
	border-radius: 3px;
	border-style: none;
	cursor: pointer;
}
input.wpcf7-submit:hover {
	background: #ddd;
}
.wpcf7-form p:nth-child(6) {
	width: 50%;
	margin: 0 auto;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
	text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none !important;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
  color: #666;
  text-align: center;
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}





.footer {
	width: 100%;
	background-color: #2a211c;
}
.footer_cts_wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.footer .copyright {
	padding: 40px 0;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #b1a248;
}
.footer .sns_wrap {
	width: 140px;
	height: 40px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer .sns_wrap a {
	display: block;
	float: left;
}
.footer .sns_wrap a {
	margin-right: 10px;
}
.footer .sns_wrap a:last-child {
	margin-right: 0px;
}
@media (max-width: 896px) {
	.footer {
		width: 100%;
	}
	.footer_cts_wrap {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 598px) {
	.footer {
	}
	.footer_cts_wrap {
	}
	.footer .copyright {
		padding: 15px 0;
		font-size: 0.8rem;
		font-weight: 500;
		text-align: center;
	}
	.footer .sns_wrap {
		height: 55px;
		position: relative;
		top: inherit;
		margin: 0 auto;
		padding: 15px 0;
	}
	.footer .sns_wrap a {
		
	}
	.footer .sns_wrap a:last-child {
		
	}
}

#page-top {
  display: none;
}
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}
.move-page-top {
  display: block;
  background: #e84a2f;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: #fff;
}


/*モバイル用*/
@media (max-width: 598px) {
  .page-top {
	  margin: 0;
	  padding: 0;
	}
	.page-top p {
	  margin: 0;
	  padding: 0;
	  position: fixed;
	  right: 0;
	  bottom: 100px;
	  cursor: pointer;
	}
	.move-page-top {
	  display: block;
	  background: #e84a2f;
	  width: 40px;
	  height: 40px;
	  color: #fff;
	  line-height: 40px;
	  text-decoration: none;
	  text-align: center;
	}
	.move-page-top:hover {
	  color: #fff;
	}
}

















/* ============================================
   #3 Responsive Design - Mobile First
   ============================================ */

/* Hamburger Menu Button */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Services Section (#6) */
.ctsD h2 { text-align: center; font-size: 24px; margin-bottom: 30px; }
.ctsD h2 span { display: block; font-size: 14px; color: #c8a64e; letter-spacing: 2px; }
.service_wrap { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.service_item { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.service_item h3 { font-size: 18px; color: #c8a64e; margin-bottom: 10px; border-bottom: 2px solid #c8a64e; padding-bottom: 8px; }
.service_item p { font-size: 14px; line-height: 1.8; color: #555; }

/* Tablet (768px) */
@media screen and (max-width: 768px) {
  .hamburger { display: block; position: absolute; right: 15px; top: 15px; }
  .nav ul { display: none; flex-direction: column; width: 100%; background: #fff; position: absolute; top: 100%; left: 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1); z-index: 999; }
  .nav ul.active { display: flex; }
  .nav ul li { width: 100%; text-align: center; border-bottom: 1px solid #eee; }
  .nav ul li a { display: block; padding: 15px; font-size: 16px; }
  .nav_wrap, .nav_in_wrap { position: relative; }
  .service_item { flex: 1 1 100%; max-width: 100%; }
  .table_wrap table { font-size: 13px; }
  .table_wrap th, .table_wrap td { display: block; width: 100%; padding: 8px 10px; }
  .table_wrap th { background: #f5f0e3; border-right: none; border-bottom: 1px solid #ddd; }
  .ctsA { flex-direction: column; }
  .ctsA_l, .ctsA_r { width: 100%; }
  .boxB .ctsB, .boxC .ctsC { padding: 20px 15px; }
  .footer_cts_wrap { padding: 20px 15px; }
  h2 { font-size: 20px; }
}

/* Mobile (480px) */
@media screen and (max-width: 480px) {
  body { font-size: 14px; }
  .h1_wrap, .sp_h1_wrap { padding: 10px; }
  .h1_wrap h1 img, .sp_h1 img { max-width: 80%; height: auto; }
  .nav ul li a { padding: 12px; font-size: 14px; min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .boxA, .boxB, .boxC, .boxD, .boxE { padding: 20px 10px; }
  .ctsD h2 { font-size: 20px; }
  .service_item { padding: 15px; }
  .service_item h3 { font-size: 16px; }
  .service_item p { font-size: 13px; }
  .sns_wrap { gap: 15px; }
  .sns_wrap img { width: 30px; height: 30px; }
}


/* Section Links / Detail Buttons */
.section_links { text-align: center; margin-top: 25px; }
.section_links .btn_detail {
  display: inline-block;
  padding: 12px 30px;
  margin: 5px 10px;
  background: #c8a64e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s;
}
.section_links .btn_detail:hover { background: #b0903e; }
@media screen and (max-width: 768px) {
  .section_links .btn_detail { display: block; margin: 8px auto; max-width: 280px; }
}

/* ブログ記事タイトル 見やすく */
.category-blog-post article h2,
.archive article h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin-bottom: 8px;
  color: #333;
}

/* ブログページ 記事タイトル(blog-card h3) 大きく見やすく */
.blog-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  color: #222 !important;
  margin: 6px 0 8px !important;
}

/* ========================================
   記事個別ページ single.php レイアウト
======================================== */
.single-post-wrap { max-width: 1100px; margin: 40px auto; padding: 0 20px; }
.single-inner { display: flex; gap: 40px; align-items: flex-start; }
.single-main { flex: 1; min-width: 0; }
.single-sidebar { width: 280px; flex-shrink: 0; }
.entry-header { margin-bottom: 24px; }
.entry-cat { font-size: 12px; color: #c8a64e; font-weight: bold; margin-bottom: 8px; }
.entry-title { font-size: 26px !important; font-weight: bold !important; line-height: 1.5 !important; color: #222; margin-bottom: 12px; }
.entry-meta { font-size: 13px; color: #999; margin-bottom: 0; }
.entry-meta time { display: inline-block; }
.entry-thumbnail { margin-bottom: 28px; }
.entry-thumbnail img { width: 100%; height: auto; border-radius: 4px; }
.entry-content { font-size: 16px; line-height: 1.9; color: #333; margin-bottom: 40px; }
.entry-content h2 { font-size: 22px !important; font-weight: bold !important; border-left: 4px solid #c8a64e; padding-left: 12px; margin: 32px 0 16px !important; background: #faf7f0; padding: 10px 16px; }
.entry-content h3 { font-size: 18px !important; font-weight: bold !important; margin: 24px 0 12px !important; border-bottom: 2px solid #eee; padding-bottom: 6px; }
.entry-content p { margin-bottom: 16px; }
.entry-content img { max-width: 100%; height: auto; }
.single-sidebar .seal, .single-sidebar .contact { margin-bottom: 24px; }
.single-sidebar h2 { font-size: 16px; font-weight: bold; border-left: 3px solid #c8a64e; padding-left: 8px; margin-bottom: 12px; }
@media (max-width: 768px) {
  .single-inner { flex-direction: column; }
  .single-sidebar { width: 100%; }
  .entry-title { font-size: 20px !important; }
}