/*
Theme Name: mlife_theme
Author: lucKs
Author URI: 
Version: 1.0
*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}
html{ margin: 0; padding: 0; scroll-padding-top: 100px;}
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 16px;
	font-weight:400;
    color:#222;
    line-height:175%;
    word-break: break-all;
    overflow-x: hidden;
}
div, p, ul, ul li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
img, video, object {
    width: 100%;
    height: auto;
    border: none;
}
img{
	display: block;
	image-rendering: smoothe !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
}

a:link {color:blue; text-decoration: none; }
a:visited { color:blue;}
a[href^="tel:"] { text-decoration:none; pointer-events:none ; text-emphasis: none !important;}
a[href^="fax:"] { text-decoration:none; pointer-events:none ;}

.pc {display: inherit;}
.pctb {display: inherit;}
.tb {display: none;}
.tbsp {display: none;}
.sp {display: none;}

@media only screen and (min-width:768px){
    a:hover {color:red; text-decoration: underline; transition:0.3s; }
    a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
}
@media only screen and (max-width:768px){
    .pc {display:none;}
    .pctb {display:block;}
    .tb {display:block;}
    .tbsp {display: none;}
    .sp {display:none;}
}
@media only screen and (max-width:468px){
    .pc {display:none;}
    .pctb {display:none;}
    .tb {display:none;}
    .tbsp {display: block;}
    .sp {display:block;}
}
@media only screen and (min-width:468px){
	body { width: 100%; min-width: 468px;}
}



/* =========================================================================================
Layout
=========================================================================================*/
#wrapper{
    position:relative;
    margin:0;
    padding:0;
}
#container{
    margin:0;
    padding:0;
}
article {
    background: #FFF;
}
section {
}
.inner {
    margin: 0 auto;
    padding: 100px 0;
    width: 96%;
    max-width: 1200px;
    position:relative;
    box-sizing:border-box;
}
.column_cont { display: flex; flex-direction: row-reverse; gap:60px;}
.column_cont .main_cont {
    display: flex; flex-direction: column; gap:40px;
    width: calc(100% - 230px - 60px);
}
.column_cont .side_cont {
    display: flex; flex-direction: column; gap:20px;
    width: 230px;
}

.column_cont .side_cate {
    display: flex; flex-direction: column;
    background:rgba(27,126,188,0.05);
}
.column_cont .side_cate h3 { padding: 10px; text-align: center; color: #1B7EBC; background:rgba(27,126,188,0.15);}
.column_cont .side_cate h4 { margin: 20px 20px 10px; padding: 0 0 10px; color: #1B7EBC; border-bottom: 2px solid #1B7EBC;}
.column_cont .side_cate h4 a {color: #1B7EBC;}
.column_cont .side_cate ul { padding: 0 20px 20px;}
.column_cont .side_cate li a { color: #222; font-size: 87.5%;}
.column_cont .side_bana { display: flex; flex-direction: column; flex-wrap: wrap; gap:10px;}
.column_cont .side_bana p { border: 1px solid #ddd;}
@media only screen and (max-width:768px){
    .inner { padding: 80px 0;}
    .column_cont { flex-direction:column;}
    .column_cont .main_cont,
    .column_cont .side_cont { width:100%;}
    .column_cont .side_bana { flex-direction: row;}
    .column_cont .side_bana p { width: calc(50% - 5px);}
}
@media only screen and (max-width:468px){
    .inner { padding: 60px 0;}
}



/*=========================================================================================
Header
=========================================================================================*/
#header {
    position:fixed; top: 25px; left: 0; right: 0; z-index:9999;
	margin: auto;
    width: 100%; max-width: 1200px;
	background:rgba(255,255,255,0.85);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
    transition: .3s;
}
#header .inner {
    display: flex; flex-wrap: wrap; justify-content:space-between; gap:20px;
    padding: 20px 0;
    width: 95%; max-width: 1200px;
}

/* Logo */
#header h1 {
	display: flex; align-items: center;
	width: 26%; max-width:360px;
}
#header h1 img { width: 100%; height: auto;}
#header .b_contact { display: none;}

/* Navi */
#header #nav { margin: auto; width:calc(100% - 30% - 40px);}
#header #nav ul { display: flex; justify-content: space-between; gap:20px;}
#header #nav ul li a {
	display: block;
	padding: 20px 0;
	font-size: clamp(100%, 1.6vw , 125%);
	text-decoration: none;
	color: #222;
}
@media only screen and (min-width:768px){
    #header h1 a:hover { opacity: 0.7;}
    #nav ul li ul li a:hover { color: #82263C;}
}
@media only screen and (max-width:768px){
	#header {
		position:fixed; top:0; left: 0; right: 0; z-index:9999;
		margin: auto; padding: 0;
		background:#fff;
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
		border-radius:0;
		transition: .3s;
	}
    #header .inner {
		justify-content: flex-start;
		padding: 0;
        width: 100%;
    }	
	#header h1 { position: relative; left:15px; min-width:220px; height: 70px;}
	#header .b_contact { 
		display:block;
		position: absolute; top: 0; right: 70px;
	}
	#header .b_contact a {
		display: block;
		width: 70px; height:70px;
		text-indent: -9999px;
		background:url("images/common/icon_mail_b.svg") no-repeat center center;
	}
    .nav_btn {
        display: block !important;
        cursor: pointer;
        position:fixed; top:0; right:0;
        width: 70px; height:70px;
        box-sizing: border-box;
        z-index: 999999999;
    }
    .nav_btn span {
        display: inline-block;
        position: absolute; left:0; right: 0; margin:auto;
        width:34px; height:8px;
        background:#1B7EBC;
        transition: all .3s;
        border-radius: 4px;
    }
    .nav_btn span:nth-of-type(1) { top:18px;}
    .nav_btn span:nth-of-type(2) { top:30px;}
    .nav_btn span:nth-of-type(3) { top:42px;}
    .nav_btn small { position: absolute; bottom:0; width: 100%; font-size: 10px; text-align: center;}
    .nav_btn.active span:nth-of-type(1) { top:30px; transform:rotate(-45deg);}
    .nav_btn.active span:nth-of-type(2) { opacity: 0;}
    .nav_btn.active span:nth-of-type(3) { top:30px; transform:rotate(45deg);}
    #header #nav {
        display:none;
        position: absolute;  top:70px; right: 0;
        width: 100%; height: calc(100vh - 70px);
        overflow: auto;
        background:#1B7EBC;
        border-top:1px solid #eee;
    }
    #header #nav ul { flex-direction: column; gap:0; padding-top: 30px; padding-bottom: 150px;}
    #header #nav ul li { position: relative; margin: auto; width:90%; border-bottom: 1px solid #ddd;}
    #header #nav ul li a { display: block; text-decoration: none; color: #fff;}
}



/* =========================================================================================
Footer
=========================================================================================*/
#footer { background:rgba(245,242,233,0.50); border-top:7px solid #1B7EBC;}
#footer .inner { padding:80px 0;}

/* ADDRESS */
#footer .address { display:flex; flex-direction: column; align-items:center; gap:10px;}
#footer .address .cont1,
#footer .address .cont2 { display:flex; flex-direction: row; flex-wrap: wrap;}
#footer .address .cont1 {gap:5px 40px;}
#footer .address .cont2 {gap:5px 10px;}
#footer .address .logo { max-width: 290px;}
#footer .address .number { padding: 10px 20px; text-align: center; background: #fff; border-radius: 30px;}
#footer .address .cont2 p + p::before { content:"/"; padding-right: 10px;}

/* COPYRIGHT */
#footer .copyright {
	margin-top: 40px;
	padding-top: 40px;
    font-size: 75%;
	text-align: center;
	border-top: 1px solid #ddd;
}

@media only screen and (min-width:767px){
}
@media only screen and (max-width:768px){
	#footer .address .cont1,
	#footer .address .cont2 { flex-direction: column; text-align: center;}
	#footer .address .cont2 p + p::before { display: none;}
	#footer .address .number { margin: 10px 0;}
	#footer .copyright { margin-top: 20px; padding-top: 20px;}
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page Top
=========================================================================================*/
#page-top {
    position: fixed; right: 20px; bottom: 80px;
    z-index: 999;
}
#page-top a {
    display: block;
    width: 60px; height: 60px;
    text-indent: -9999px;
    background: #1B7EBC url("images/common/icon_pagetop.svg") no-repeat center center;
    background-size: 40px auto;
    border-radius: 100px;
}
@media only screen and (min-width:768px){
    #page-top a:hover{opacity: 0.7;}
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    #page-top { right: 10px; bottom: 10px; }
    #page-top a { width: 50px; height: 50px; background-size: 35px auto; }
}



/* =========================================================================================
Post list
=========================================================================================*/
.post-list{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.post-list ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.post-list ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px 20px;
}
.post-list ul li .thumbnail{
    position: relative;
    border: 1px solid #000;
}
.post-list ul li .thumbnail img{
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%;
}
.post-list ul li .thumbnail .new{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: small;
    background: #000;
    padding: 2px 10px 0;
}
.post-list .title{
    font-size: 1.25em;
    font-weight:700;
}
.post-list .title a{
    color: #000;
}
.post-list .title a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.post-list ul li .date{
    width:100px;
}
.post-list ul li .cat{
    font-size: 0.9em;
    width:100px;
    height: auto;
    text-align: center;
    padding: 2px 5px 0;
    border: 1px solid #000;
}
.post-list ul li .tag{
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
    gap:10px;
}
.post-list ul li .tag .icon{
    font-size: 0.9em;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 0.25em 1.0em 0.2em;
    border: 1px solid #CCC;
    background: #CCC;
}

/* card */
.post-list.card ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
}
.post-list.card li{
    padding: 1.0em;
    width: calc( ( 100% - 60px ) / 3 );
    border: 1px solid #000;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width:768px){
    .post-list ul li .cat{ width:fit-content;}
    .post-list ul li .title{ width: 100% }
    /* card */
    .post-list.card li{ width: calc( ( 100% - 30px ) / 2 ); }
}
@media only screen and (max-width:468px){
    /* card */
    .post-list.card li{ width: 100%; }
}



/* =========================================================================================
Archive-Page
=========================================================================================*/
.archive .post-list{
    border-top:none;
    border-bottom:none;
    padding:0;
}

/*pagination*/
.pagination { display: block; margin:0 auto 0;}
.pagination .page-numbers { display: flex; justify-content: center; align-items: center; gap:10px; }
.pagination .page-numbers li { margin: 0; }
.pagination .page-numbers li:first-child{ flex-grow: 2; }
.pagination .page-numbers li:first-child span{float: right; }
.pagination .page-numbers li:first-child a{float: none; }
.pagination .page-numbers li:last-child{ flex-grow: 2; }
.pagination .page-numbers li:last-child a{float: right; }
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.pagination .page-numbers li .current {
    display: flex;  justify-content: center; align-items: center;
    width: 50px; height: 50px; line-height: 50px; border-radius: 50px;
    color: #000;
    background: #ccc;
}
.pagination .page-numbers li .current { color: #fff; background: #000;}
.pagination .page-numbers li .first,
.pagination .page-numbers li .prev,
.pagination .page-numbers li .next,
.pagination .page-numbers li .last {
    text-indent: -9999px;
    background-color:#fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 15px auto !important;
}
.pagination .page-numbers li .first { background-image:url(images/common/icon_first.svg);}
.pagination .page-numbers li .prev { background-image:url(images/common/icon_prev.svg);}
.pagination .page-numbers li .next { background-image:url(images/common/icon_next.svg);}
.pagination .page-numbers li .last { background-image:url(images/common/icon_last.svg);}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    .pagination .page-numbers li .first,
    .pagination .page-numbers li .last { display: none;}

}



/* =========================================================================================
Single-Page
=========================================================================================*/
.single .single-navi { display: flex; flex-wrap: wrap; justify-content: center; gap:20px 0; padding-top: 100px;}
.single .single-navi a { color: #000; box-sizing: border-box;}
.single .single-navi a:hover { text-decoration: none;}
.single .single-navi .list-nav a {
    display: block;
    padding: 5px 20px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
}
.single .single-navi .prev-navi a,
.single .single-navi .next-navi a {
    display: block;
    padding: 5px 30px;
    color: #000;
    width: auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 15px;
}
.single .single-navi .prev-navi a {
    text-align: left;
    background-image: url(images/common/icon_prev.svg);
    background-position: left;
}
.single .single-navi .next-navi a {
    text-align: right;
    background-image: url(images/common/icon_next.svg);
    background-position: right;
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
	.single .single-navi { padding-top:50px;}
    .single .single-navi a { font-size: 87.5%;}
    .single .single-navi div:nth-child(2) {display: none;}
    .single .single-navi .list-nav { width: 100%;}
    .single .single-navi .prev-navi,
    .single .single-navi .next-navi { width: 50%;}
    .single .single-navi .list-nav a,
    .single .single-navi .prev-navi a,
    .single .single-navi .next-navi a { padding: 5px 30px;}
}



/* =========================================================================================
 Header Title ( Single / Archive / Page )
=========================================================================================*/
.entry-header {
    padding: 200px 0  50px;
    font-size:225%;
    text-align: center;
    color: #fff;
    background: url("images/tit_bg.jpg") no-repeat center center;
    background-size: cover;
}
@media only screen and (max-width:768px){
    .entry-header { padding: 100px 0 40px; font-size: 187%;}
}
@media only screen and (max-width:468px){
    .entry-header { padding: 100px 0 40px;}
}



/* =========================================================================================
Breadcrumbs ( Single / Archive / Page )
=========================================================================================*/
.breadcrumbs {
    display: flex;
    margin: auto;
    padding: 20px 0;
    width: 90%; max-width: 1200px;
    font-size: 87.5%;
    border-bottom: 1px solid #dddd;
}
.breadcrumbs li + li::before { content:"-"; padding: 0 10px;}
.breadcrumbs li a { color: #000;}



/* =========================================================================================
  Editer
=========================================================================================*/
.sb_content { display: flex; flex-direction: column; gap:40px;}

/*Hr*/
.wp-block-separator{
    height: 1px;
    border: none;
    background-color: #ddd;
    margin: 5vh 0;
}
.wp-block-separator.is-style-dots:before{
    font-size: 3.0em;
    letter-spacing: 1.0em;
    padding-left: 1.0em;
}

/*Midashi*/
h1.wp-block-heading {
    padding-bottom: 20px;
    font-size: clamp(175%, 3vw, 200%) !important;
    color: #1B7EBC;
    border-bottom: 4px solid #1B7EBC;
}
h2.wp-block-heading {
    padding-left: 20px;
    font-size: clamp(150%, 2.6vw, 175%) !important;
    color: #222;
    border-left: 7px solid #1B7EBC;
}
h3.wp-block-heading {
    padding:10px 25px;
    font-size: clamp(125%, 2.19vw, 150%) !important;
    color: #1B7EBC;
    background:rgba(27,126,188,0.10);
}
h4.wp-block-heading {
    font-size: clamp(112.5%, 1.9vw, 125%) !important;
    color: #222;
}
h5.wp-block-heading {
    font-size:112.5% !important;
    color: #222;
}
h6.wp-block-heading {
    font-size:100% !important;
    color: #222;
}
@media only screen and (max-width:468px){
}


/* Button */
.btn { margin-top: 100px; width: 100%;}
.btn p { margin: auto; max-width: 460px;}
.btn p a {
    display: block;
    padding: 15px;
    font-size: 125%;
    font-weight:400;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/*blockquote*/
blockquote{
    position:relative;
    padding: 20px;
    background:#f5f5f5;
}
blockquote cite {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    color: #808080;
    padding-right:20px;
}
@media only screen and (min-width:768px){
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}


.free_cont { display: flex; flex-direction: column; gap:40px;}

.btn_box { display:flex; flex-wrap:wrap; justify-content:center; gap:40px;}
.btn_box .b_print,
.btn_box .b_contact{
    display: block;
    width: 290px;
    padding:10px 15px;
    font-weight:400;
    text-align: center;
    color: #fff !important;
    background: #1B7EBC;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}


/* =========================================================================================
Original_item
=========================================================================================*/

/* Indention */
.indention {
	clear:both;
	margin: 0 2%;
	height:40px;
	text-indent: -9999px;
}


/* Catch */
.catch {
    font-size:150%;
    font-weight:600;
	color: #000;
	line-height: 150%;
	/*text-align: center;*/
}
.catch2 {
    font-size:150%;
	line-height: 150%;
    font-weight:600;
	color: #82263C;
}
@media only screen and (max-width:468px){
    .catch { font-size:150%;}
}


/* Comment */
.come,
.comment {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
.come_sine { text-align: right; font-size: 95%; line-height:180%;}
.come_gray { padding:3%; background: #f6f6f6;}


/* Notes */
.notes { position: relative; padding-left: 20px; line-height: 150%;}
.notes::before { position: absolute; top:0; left: 0; content:"※";}


/* Link txt */
.link_txt { display: flex; justify-content: center; gap:20px;}
.link_txt p a {
    display: block;
    padding: 10px 30px 10px 10px;
	color: #222;
    text-align: center;
    border-bottom: 1px solid #000;
    background: url("images/common/arrow_b.png") no-repeat right center;
    background-size: 20px auto;
}
@media only screen and (min-width:768px){
    .link_txt p a:hover { color: #82263C; border-color: #82263C; text-decoration: none;}
}


/* Temp box */
.temp_box1 { display: flex; flex-wrap:wrap; gap:40px;}
.temp_box1 .photo { display: flex; flex-direction: column; gap:10px; width: 46%; text-align: center;}
.temp_box1 .photo img { width: 100%; height: auto;}
.temp_box1 .photo .caption {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
.temp_box1 .cont { 
    display: flex; flex-direction: column; gap:20px;
    width: calc(100% - 46% - 40px);
}
.temp_box1 .cont.full-width { width: 100%;}
.temp_box1.row-re { flex-direction: row-reverse;}
@media only screen and (max-width:768px){
    .temp_box1 { flex-direction: column;}
    .temp_box1 .photo,
    .temp_box1 .cont { width: 100%;}
}


/* Temp box */
.temp_box2 { overflow: hidden;}
.temp_box2 .photo.pic_r { float: right; width: 46%; margin-left: 40px; margin-bottom: 20px;}
.temp_box2 .photo.pic_l { float: left; width: 46%; margin-right: 40px; margin-bottom: 20px;}
.temp_box2 .photo img { width: 100%; height: auto;}
@media only screen and (max-width:468px){
    .temp_box2 { display: flex; flex-direction: column-reverse; gap:40px;}
    .temp_box2 .photo,
    .temp_box2 .come { float: none; width: 100% !important; margin: 0 !important;}
}


/* Gallery*/
.gallery { display: flex; flex-wrap: wrap; gap:20px;}
.gallery.col2 p { width : calc(100% / 2 - 10px) ; }
.gallery.col3 p { width : calc(100% / 3 - 13.33px) ; }
.gallery.col4 p { width : calc(100% / 4 - 15px) ; }
.gallery.col5 p { width : calc(100% / 5 - 16px) ; }
.gallery.col6 p { width : calc(100% / 6 - 16.66px) ; }
.gallery.col7 p { width : calc(100% / 7 - 17.1428px) ; }
.gallery p.col2 { width : calc(100% / 2 - 10px) ; }
.gallery p.col3 { width : calc(100% / 3 - 13.33px) ; }
.gallery p.col4 { width : calc(100% / 4 - 15px) ; }
.gallery p.col5 { width : calc(100% / 5 - 16px) ; }
.gallery p.col6 { width : calc(100% / 6 - 16.66px) ; }
.gallery p.col7 { width : calc(100% / 7 - 17.1428px) ; }
.gallery p img {
    width : 100%; height: auto;
	aspect-ratio: 6 / 4; 
	object-fit: cover;
}
.gallery .caption {
	display: block; font-size: 87.5%; text-align:center;
	font-family: "Noto Sans JP", sans-serif; font-weight:400; color: #555;
}
@media only screen and (max-width:468px){
    .gallery p,
    .gallery.col2 p,
    .gallery.col3 p,
    .gallery.col4 p,
	.gallery.col5 p,
	.gallery.col6 p,
	.gallery.col7 p{ width : calc(100% / 2 - 10px) !important; }
}


/* Table */
table.hyou {
	clear:both;
	margin:0 auto;
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
}
table.hyou th,
table.hyou td {
	padding:15px;
	border-bottom:1px solid #ddd;
}
table.hyou th { font-weight: 500; background:#f6f6f6;}
table.hyou td { background:#fff;}
@media only screen and (max-width:768px){
    table.hyou { width:96%; table-layout:auto;}
    table.hyou th,
    table.hyou td{
        table-layout:auto !important;
        display:block !important;
        width:100% !important;
        height:auto !important;
    }
    table.hyou th { padding: 10px 15px; border-bottom:none; }    
    table.hyou td { padding-bottom: 20px; }    
}



/* =========================================================================================
Page( Sale　and Rent )
=========================================================================================*/
/* List */
.property_list {
	display: flex; flex-wrap: wrap; gap:30px;
}
.property_list .box {
	padding: 20px;
    width: calc(33.3% - 20px);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}
.property_list .box a { display: block; color: #222; text-decoration: none;}
.property_list .box .inner { width: 100%; padding: 0;}
.property_list .box .photo {}
.property_list .box .photo img { object-fit: cover; aspect-ratio: 1 / 1;}
.property_list .box .cont{ padding: 10px 0;}
.property_list .box .area { font-size: 112.5%;}
.property_list .box .fee { margin-bottom: 10px; color: #1B7EBC;}
.property_list .box .fee b { font-size:162.5%;}
.property_list .box .fee small { font-size:100%; font-weight: bold;}
.property_list .box .tag { font-size:87.5%;}
.property_list .box .tag a { display: inline; text-decoration: underline;}
.property_list .box .day { font-size:75%; color: #777;}
@media only screen and (max-width:468px){
	.property_list { flex-direction:column;}
	.property_list .box { width:100%;}
	.property_list .box .inner { display: flex; flex-direction:row; flex-wrap: wrap; gap:30px;}
	.property_list .box .photo { width:40%;}
	.property_list .box .cont{ width:calc(60% - 30px);}
}

/* Detail */
.property_gaiyou h1 { font-size: clamp(175%, 3vw, 200%) !important;}
.property_gaiyou .fee { margin-bottom: 10px; color:rgba(217,66,68,1.00);}
.property_gaiyou .fee b { font-size:162.5%;}
.property_gaiyou .fee small { font-size:100%; font-weight: bold;}
.property_gaiyou .come { display:flex; flex-direction:column; gap:5px;}
.property_gaiyou .come dl { display:flex; background: #f6f6f6;}
.property_gaiyou .come dl dt,
.property_gaiyou .come dl dd { padding:5px 10px;}
.property_gaiyou .come dl dt { width:100px; background:#eee;}
.property_gaiyou .come dl dd { width:calc(100% - 100px);}
.property_gaiyou .type { font-size:75%;}
.property_gaiyou .no { font-size:75%;}

.property_detail{ display: flex; flex-wrap: wrap;}
.property_detail dl { display: flex; flex-wrap: wrap; border: 1px solid #ddd;}
.property_detail dl dt,
.property_detail dl dd { padding:5px 15px;}
.property_detail dl dt { width:170px; font-size:87.5%;}
.property_detail dl dd { width:calc(100% - 170px);}
.property_detail dl dt { background:#f6f6f6;}
.property_detail dl dt dd {}
.property_detail dl.col1 { width:100%;}
.property_detail dl.col2 { width:50%;}
.property_detail dl.col3 { width:33.3%;}
.property_company { display:none;}
.map iframe { width: 100% !important; height:400px;}
@media only screen and (max-width:968px){
    .property_detail dl.col1,
    .property_detail dl.col2,
    .property_detail dl.col3 { width:100%;}
}

@media only screen and (max-width:768px){
    .property_detail dl.col1,
    .property_detail dl.col2 { width:100%;}
}



/* =========================================================================================
Page( company )
=========================================================================================*/
#company table.hyou {}
#company table.hyou tr th { width: 200px;}
#company .map ifram { width: 100%; height: 400px;}



/* =========================================================================================
Page( Consultation )
=========================================================================================*/
#consultation .flow { display: flex; flex-direction: column; gap:60px;}
#consultation .flow dl {
    position: relative;
    display: flex; flex-wrap: wrap; ap:20px;
    background:rgba(5,175,122,0.10);
}
#consultation .flow dl+dl::before {
    position: absolute; top: -40px; left: 110px;
    display: block; clear: both; content: "";
    width: 0; height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #05AF7A;
    border-bottom: 0;
}
#consultation .flow dt {
    display: flex; justify-content: center; align-items: center;;
    padding: 15px;
    width: 250px;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #05AF7A;
}
#consultation .flow dd {
    padding: 15px;
    width: calc( 100% - 250px - 20px);
}



/* =========================================================================================
Page( News )
=========================================================================================*/
.news_list { display: flex; flex-direction: column;}
.news_list ul { display: flex; flex-wrap: wrap; padding: 10px; border-bottom: 1px solid #ddd;}
.news_list ul li:nth-child(1) { width:100px;}
.news_list ul li:nth-child(2) {
	align-self:center;
	width: calc(100% - 100px);
}
.news_list ul li:nth-child(2) a { color:#222;}
.news_more { margin-top: 30px; display: flex; justify-content: flex-end;}
.news_more a { 
    display: block;
    padding-right: 35px;
    color: #222;
    background: url("images/common/icon_arrow_b.svg") no-repeat right center;
    background-size: 23px auto;
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page(404)
=========================================================================================*/
.error404 .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 ;
}

.error404 .error-message{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
    .error404 .error-message p img{
        margin: 0 auto 80px;
        max-width: 250px;
    }

@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page(ALL)
=========================================================================================*/
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page(×××××××)
=========================================================================================*/
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page(contact)
=========================================================================================*/
#contact { margin: auto; width: 100%;}
#contact form {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}
#contact label {font-weight:700;}
#contact input[type="tel"],
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	padding:5px 10px;
	border:1px solid #EEE;
	background:#f6f6f6;
	box-sizing:border-box;
	border-radius:5px;
}
#contact textarea { width:100% !important; height:120px;}
#contact select { padding:5px 10px; border:1px solid #EEE; background:#FAFAFA;}
#contact input[type="file"] { display:block; padding:5px; background:#F6F6F6;}
#contact input:focus,
#contact textarea:focus {
    background:rgba(144,202,197,0.10);
}
#contact .b_btn,
#contact .b_back {
    display: block;
    margin: 40px auto 0;
    padding: 0 30px;
    width: 300px; height: 60px; line-height: 60px;
    font-size: 125%;
    font-weight:700;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 100px;
}
#contact .b_btn { background:rgba(217,66,68,1.00);}
#contact .b_back { background: #777;}
#contact .b_btn:hover,
#contact .b_back:hover {
    opacity: 0.7;
    transition: 0.3s;
}
#contact .hissu {
    position: relative;
    display: inline-block;
    margin-left:10px;
    width: 50px; height: 20px; line-height: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background:rgba(217,66,68,1.00);
    border-radius: 30px;
}
#contact dl { display: flex; flex-wrap: wrap; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
#contact dl + dl {border-top:none;}
#contact dt,
#contact dd { padding: 20px;}
#contact dt { display: flex; justify-content: space-between; width: 250px; font-weight:700;}
#contact dd { display: flex; flex-direction: column; gap:10px; width: calc(100% - 250px);}
#contact dd p { display: flex; gap:10px;}
#contact dd .w05 { width: 100%; max-width: 50px;}
#contact dd .w10 { width: 100%; max-width: 100px;}
#contact dd .w20 { width: 100%; max-width: 200px;}
#contact dd .w30 { width: 100%; max-width: 300px;}
#contact dd .w100 { width: 100% !important; }
#contact dd .wpcf7-form-control-wrap { width: 100%;}
#contact dd ul { display: flex; flex-wrap: wrap; gap:10px;}
#contact dd .flex-row { display: flex; flex-wrap: wrap; gap:20px;}
@media only screen and (max-width:768px){
    #contact dl { flex-direction: column;}
    #contact dl + dl {border-top:none;}
    #contact dt { width: 100%; padding:10px 10px 0;}
    #contact dd { width: 100%; padding:5px 10px 20px;}
    #contact dt span.hissu { margin-left: 10px;}
    #contact input[type="tel"],
    #contact input[type="text"],
    #contact input[type="email"],
    #contact textarea { width: 100%; }
	#contact .b_btn,
	#contact .b_back {
		padding: 0 10px;
		width: 120px; height: 40px; line-height: 40px;
		font-size: 125%;
	}
}
@media only screen and (max-width:468px){
}





@media print {
#header,
#footer,
#page-top,
.side_cont,
.b_print,
.b_contact,
.entry-header,
.breadcrumbs,
.single-navi {display: none !important;}
.inner { padding: 0 !important;}
.main_cont { width:100% !important; font-size:10px !important; line-height: 150%;}

#property .main_cont { gap:10px;}
#property .property_gaiyou .photo { width: 40%;}
#property .property_gaiyou .cont { gap:5px !important; width: calc(100% - 40% - 40px);}
#property .property_gaiyou h1 { font-size:20px;}
#property .property_gaiyou .come { gap:0;}
#property .property_gaiyou .come dl { border: 1px solid #ddd;}
#property .property_gaiyou .come dl dt,
#property .property_gaiyou .come dl dd { padding:0 15px; font-size:10px !important;}
#property .property_detail dl dt,
#property .property_detail dl dd { padding:3px 15px; font-size:10px !important;}
#property .gallery { gap:5px;}
#property .gallery.col7 p { width : calc(100% / 7 - 4.28px) ; }
#property .map iframe { height:250px !important;}
#property .property_company { display:block !important; padding:10px 20px; font-size:10px; line-height:130%; border: 1px solid #777;}
    

    
}
