@charset "UTF-8";

main section:not(#page_ttl):not(#under_bnr):not(#contact):not(#sns):not(#bnr):not(#land):not(#mv){
	margin-bottom: initial;
}
#single_news{
	margin-top: 140px;
}
.frm_news{
	margin-bottom: 40px;
}
.frm_news form{
	background-color: #e6e6e6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding: 20px 10px;
}
.frm_news dl{
	width: 48%;
}
.frm_news dl select{
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    width: 100%;
    height: 60px;
	font-size: 16px;
    line-height: 40px;
	background-image: url(../img/whatsnew/select_close.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}

.select_box {
    position: relative;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    width: 100%;
    height: 60px;
	font-size: 16px;
    line-height: 40px;
	background-image: url(../img/whatsnew/select_close.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
    cursor: pointer;
}
.select_box.sl_open{
	background-image: url(../img/whatsnew/select_open.png);
}

.select_box > ul {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.select_box > ul.js_open {
    display: block;
}

.select_box_value,
.select_box > ul > li {
    margin: 0px;
    border-top: none;
	background: #fff;
}
.select_box_value{
    padding: 10px 0;
	width: calc(100% - 40px);
	
}
.select_box > ul > li{
    padding: 10px 20px;
	background: #fff;
	position: relative;
	font-size: 16px;
}
.select_box > ul > li::after{
	content: "";
	display: block;
	border-top: 1px solid #c8c8c8;
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
}
.select_box > ul > li:hover{
	background: #74b8e8;
}



/*
.frm_news dl option{
	padding: 10px 0;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #c8c8c8;
	display: block;
}
*/

.frm_news dl dt{
	font-size: 16px;
	margin-bottom: 12px;
}
.frm_news p img,
.frm_news dl dt img{
	vertical-align: sub;
	margin-right: 3px;
}
.frm_news dl dt,
.frm_news p{
	line-height: 1;
}
.frm_news p{
	font-size: 18px;
	margin-bottom: 15px;
}

.news_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.news_wrap li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}
.news_wrap li:nth-of-type(3n) {
	margin-right: 0;
}
.news_wrap figure{
	background: #e6e6e6;
	margin-bottom: 20px;
}
.news_wrap figure img{
	width: 100%;
	/*height: 240px;*/
	object-fit: cover;
}

.news_wrap {
	margin: 10px 0;
}
.btn_shibori{
	display: none;
}
.area_date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.area_date .area span{
	display: inline-block;
    background: #00a53c;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 5px;
	line-height: 1;
}
.news_date{
	font-size: 16px;
	line-height: 1;
}
.news_tags span{
	margin-right: 15px;
	margin-bottom: 20px;
	color: #969696;
	font-size: 14px;
}

.magazin_tags span{	
	color: #969696;
	margin-right: 10px;
}
.magazin_tags span:last-of-type{
	margin-right: 0;
}

#news_posttitle,
#magazin_posttitle{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
#magazin_posttitle{
	margin-bottom: 10px;
}
#magazin_posttitle + .magazin_tags{
	margin-bottom: 30px;
}
#news_content h2{
	font-weight: 700;
	font-size: 24px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 40px;
	line-height: 1.25;
}
#news_content h3{
	/*color: #00a53c;*/
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.25;
}
#news_content p{
	/*margin-bottom: 30px;*/
}


#news_content.post-type-house-magazine *{
	font-weight: normal;
}
#news_content.post-type-house-magazine h1,
#news_content.post-type-house-magazine h2,
#news_content.post-type-house-magazine h3,
#news_content.post-type-house-magazine h4,
#news_content.post-type-house-magazine h5,
#news_content.post-type-house-magazine h6{
	font-weight: bold;
}

#news_content.post-type-house-magazine h1{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	border: none;
}
#news_content.post-type-house-magazine h2{
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #000;
	padding: 10px;
	margin: 40px 0 20px;
	font-size: 24px;
}
#news_content.post-type-house-magazine h3{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 40px 0 20px;
}
#news_content.post-type-house-magazine h4{
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
}
#news_content.post-type-house-magazine p{
	margin-bottom: 1.5em;
	font-weight: normal;
}
#news_content.post-type-house-magazine p,
#news_content.post-type-house-magazine dt,
#news_content.post-type-house-magazine dd,
#news_content.post-type-house-magazine li,
#news_content.post-type-house-magazine th,
#news_content.post-type-house-magazine td{
	line-height: 1.5;
}


#news_content #toc_container{
	width: min(698px, 100%);
	margin-bottom: 50px;
}
#news_content #toc_container a{
	color: #4ebce5;
	font-size: 16px;
}
#news_content #toc_container a span{
	color: #333;
}
#single_news form{
	display: block;
	border: 20px solid #ccedd8;
	padding: 40px;
}
#single_news form dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#post_navi{
	margin-top: 50px;
}
#post_navi > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#post_navi > div div a{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 25px 10px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.post_prev,
.post_next{
	width: min(200px, 30%);
}
.post_prev a,
.post_next a{
	background-color: #2e9994;
}
.post_prev a{
	background-image: url(../img/whatsnew/link_prev.png);
	background-position: 10px center;
}
.post_next a{
	background-image: url(../img/whatsnew/link_next.png);
	background-position: calc(100% - 10px) center;
}
.post_list{
	width: min(300px, 34%);
}
.post_list a{
	background-image: url(../img/whatsnew/link_dots.png);
	background-position: 10px center;
	background-color: #323232;
}

.fv_magazin{
	text-align: center;
	font-size: 0;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
.fv_magazin img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#single_news{
		margin-top: 100px;
	}
	.frm_news{
		margin-top: 30px;
	}
	.frm_news form{
		flex-wrap: wrap;
		padding: 20px;
	}
	.frm_news dl{
		width: 100%;
		margin-bottom: 20px;
	}
	.frm_news p img, .frm_news dl dt img{
		width: auto;
	}
	.news_wrap {
		justify-content: center;
	}
	.news_wrap li {
		width: 360px;
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	#post_navi > div div a {
    font-size: 12px;
    padding: 15px 10px;
}
	.post_list a{
		background-image: none;
	}
}




/* フォーム
--------------------------------*/
#single_news form input[type="text"], #single_news form input[type="email"], #single_news form textarea {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	padding: 0 1em;
}
#single_news form textarea {
	min-height: 145px;
	padding: 1em;
}
#single_news form .select_arw {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	width: 100%;
	position: relative;
}
#single_news form .select_arw::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin-top: 3px;
	border: 5px solid transparent;
	border-top: 5px solid #323232;
	pointer-events: none;
}
#single_news form .select_arw select {
	height: 45px;
	padding: 0 1em;
	width: 100%;
}
#single_news form .select_arw.short, #single_news form input[type="text"].short {
	max-width: 350px;
}
#single_news form input[type="text"]::placeholder {
	color: #c8c8c8;
}
#single_news form input[type="text"]:-ms-input-placeholder {
	color: #c8c8c8;
}
#single_news form input[type="text"]::-ms-input-placeholder {
	color: #c8c8c8;
}
#single_news form input[type="email"]::placeholder {
	color: #c8c8c8;
}
#single_news form input[type="email"]:-ms-input-placeholder {
	color: #c8c8c8;
}
#single_news form input[type="email"]::-ms-input-placeholder {
	color: #c8c8c8;
}
#single_news form .checkbox label {
	display: inline-block;
	position: relative;
}
#single_news form .checkbox input {
	position: absolute;
	visibility: hidden;
	width: 1px;
}
#single_news form div.wpcf7-mail-sent-ok,
#single_news form div.wpcf7-validation-errors{
	font-size: 16px;
	line-height: 24px;
}
#single_news form .checkbox span.wpcf7-list-item-label {
	padding-left: 23px;
	/*display: inline-block;*/
}
#single_news form .checkbox span.wpcf7-list-item-label::before, #single_news form .checkbox span.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
}
#single_news form .checkbox span.wpcf7-list-item-label::before {
	border: 1px solid #c8c8c8;
	width: 15px;
	height: 15px;
}
#single_news form .checkbox span.wpcf7-list-item-label::after {
	top: 2px;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(45deg);
	opacity: 0;
}
#single_news form .checkbox input:checked + span::after {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#single_news form input[type="text"], #single_news form input[type="email"], #single_news form textarea {
		border-radius: 1.25vw;
		height: 12.6vw;
	}
	#single_news form textarea {
		min-height: 45vw;
	}
	#single_news form .select_arw {
		border-radius: 1.25vw;
	}
	#single_news form .select_arw::before {
		right: 3vw;
		margin-top: 1vw;
		border-width: 1.5vw;
		border-top-width: 1.5vw;
	}
	#single_news form .select_arw select {
		height: 12.6vw;
	}
	#single_news form .select_arw.short, #single_news form input[type="text"].short {
		max-width: 100%;
	}
	#single_news form .checkbox span, #single_news form .checkbox2 span, #single_news form .wpcf7-checkbox span.wpcf7-list-item {
		margin-left: 0 !important;
		width: fit-content;
	}
	#single_news form .wpcf7-checkbox span.wpcf7-list-item-label {
		padding-left: 15px;
	}
	#single_news form .wpcf7-checkbox span.wpcf7-list-item-label::before, #single_news form .wpcf7-checkbox span.wpcf7-list-item-label::after {
		top: 1.2vw;
		left: 0;
	}
	#single_news form .wpcf7-checkbox span.wpcf7-list-item-label::before {
		width: 4vw;
		height: 4vw;
	}
	#single_news form .wpcf7-checkbox span.wpcf7-list-item-label::after {
		top: .7vw;
		left: 1vw;
		width: 2.5vw;
		height: 3.5vw;
	}
	
}



#single_news form {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	margin-top: 40px;
}
#single_news form .ttl {
	text-align: center;
}
#single_news form dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#single_news form dt, #single_news form dd {
	line-height: 1.5;
	padding: 20px 0;
	border-bottom: 1px dashed #c8c8c8;
}
#single_news form dt:last-of-type, #single_news form dd:last-of-type {
	border-bottom: 0;
}
#single_news form dt {
	padding-top: 28px;
	width: 245px;
	position: relative;
}
#single_news form .req {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	background: #2e9994;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
	padding-top: 3px;
	width: 44px;
	height: 24px;
	position: absolute;
	/*top: 36px;*/
	right: 0;
}
#single_news form dt.agree .req {
	top: 25px;
}
#single_news form dd {
	width: calc(100% - 245px);
	padding: 20px 40px;
}
#single_news form dd > * + * {
	margin-top: 8px;
	line-height: 1.2;
}
#single_news form dd .note {
	padding-left: 1em;
	text-indent: -1em;
}
#single_news form .checkbox, #single_news form .checkbox2, #single_news form .check_area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#single_news form .checkbox > *, #single_news form .check_area > * {
	width: 33.333%;
	padding-right: 5px;
	margin-left: 0;
}
#single_news form .checkbox .wpcf7-list-item:nth-of-type(5),
#single_news form .checkbox .wpcf7-list-item:nth-of-type(13){
	width: 60%;
}
#single_news form .sonota{
	display: block;
	margin-top: 5px;
}

#single_news form .check_w .checkbox > * {
	width: 100%;
}
#single_news form .check_w .checkbox span.wpcf7-list-item-label {
	display: inline;
}
#single_news form .checkbox2 > * {
	padding-right: 5px;
}
#single_news form .check_area > *.x2 {
	width: 66.666%;
}
#single_news form .checkbox > *:nth-child(n+4), #single_news form .check_area > *:nth-child(n+4) {
	margin-top: 15px;
}
#single_news form .ul {
	border-bottom: 1px solid #323232;
}
@media screen and (max-width: 767px) {
	#single_news form {
		padding: 5%;
		border-radius: 1.25vw;
		margin-top: 6%;
	}
	#single_news form dl {
		display: block;
		margin-top: 7%;
		margin-bottom: 3%;
	}
	#single_news form dt, #single_news form dd {
		padding: 0;
		width: 100%;
	}
	#single_news form dt {
		padding: 4% 0 3%;
		width: 100%;
		border-bottom: 0;
		line-height: 1.2;
	}
	#single_news form .req {
		font-size: 3vw;
		border-radius: 1.25vw;
		margin-top: -.2vw;
		margin-left: 5vw;
		padding-top: 1.2vw;
		width: 12vw;
		height: 6.6vw;
		top: 3vw;
		right: 0;
	}
	#single_news form dt.agree {
		border-bottom: 0;
		padding: 0;
		margin-bottom: 0;
	}
	#single_news form dt.agree .req {
		top: 3vw;
		margin-left: 0;
	}
	#single_news form dt.agree + dd {
		padding-top: 4%;
	}
	#single_news form dd {
		width: 100%;
		padding: 0 0 5%;
	}
	#single_news form dd > * + * {
		margin-top: 2vw;
		line-height: 1.6;
	}
	#single_news form .checkbox, #single_news form .checkbox2, #single_news form .check_area {
		display: block;
	}
	#single_news form .check_area > *, #single_news form .check_area > *.x2 {
		width: 50%;
		padding-right: 1vw;
	}
	#single_news form .check_area > *.sp_x2 {
		width: 100%;
	}
	#single_news form .check_area > *:nth-child(n+2) {
		margin-top: 2.5vw;
	}
	#single_news form .checkbox label {
    margin-top: 2.5vw;
    margin-right: 5px;
    display: inline-block;
    width: fit-content;
}
	#single_news form .chk_pp .checkbox label{
		margin-top: 0;
		margin-right: 0;
	}
	#single_news form .check_w .checkbox span.wpcf7-list-item-label {
    display: inline-block;
}
}