@CHARSET "UTF-8";
/***** デフォルトはスマートフォン *****/
.outer {
    width: 100%;
    margin: auto;
}
a{
    text-decoration: none;
}
.inner_kaitori{
    width: 100%;
    margin: 0 auto;
	padding: 20px 5px 20px 5px;
}
.inner_common{
    width: 100%;
    padding-top: 2rem;
    margin: 0 auto;
}
.background{
    background-image: linear-gradient(#6394fd, #cde4ff, #6394fd);
}
/* ヘッダーサイトロゴ文字化 */
.head_logo_section{
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.head_img{
    margin-right: 10px;
}
.head_text_small{
	font-family: "メイリオ", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    /* ------
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    ----- */
    /* ------
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #FFF;
    ----- */
    text-shadow:
        1px 1px 0 #000,
        -1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000;
}
.head_text_big{
	font-family: "メイリオ", "Arial", sans-serif;
    font-size: 15px;
    color: darkblue;
    font-size: 25px;
    font-weight: 900;
    /*
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 2px #FFF;
    */
    text-shadow:
        1px 1px 0 #FFF,
        -1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        1px -1px 0 #FFF;
}
/* ヘッダーサイトロゴ文字化 */
.top_h1{
	padding: 1rem 1rem 0 0;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
}
.basic_h1{
	text-align: left;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	padding: 1rem 0 1rem 0.5rem;
}
.section_h2{
    position: relative;
    color: darkgreen;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem;
    margin-bottom: 1rem;
}
.section_h2:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid darkgreen;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section_h2_2{
    color: black;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2rem;
}
.section_h2_2_blue{
    color: darkblue;
    font-size: 1.4rem;
}
.section_h2_2_red{
    color: red;
    font-size: 1.4rem;
}
.section_h2_3{
    position: relative;
    color: rgb(0, 82, 0);
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.section_h2_3:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 150px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid darkgreen;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*  202309 start*/
.bread_nav{
	font-size: 1rem;
	margin: 0.5rem 0 1rem 2rem;
	color: #000;
}
.bread_nav a , .bread_nav span{
    font-size: 1rem;
	color: #000;
}
/*  202309 end */
.logos{
    width: 100%;
}
/*  202309 start*/
.bread_nav{
	font-size: 1rem;
	margin: 0.5rem 0 1rem 2rem;
	color: #000;
}
.bread_nav a , .bread_nav span{
    font-size: 1rem;
	color: #000;
}
/*  202309 end */
.tel_mail{
    background-color: lemonchiffon;
    color: black;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
    font-weight: bold;
}
.kaitori_white{
    text-align: center;
    background-color: white;
    padding: 1rem;
}
.kaitori_red{
    color: red;
    font-size: 1rem;
    text-decoration: underline;
    font-weight: bold;
}
.kaitori_small{
    margin: 0.5rem;
    font-size: 0.8rem;
    font-family: serif;
    font-weight: bold;
}
.kaitori_nyuuryoku{
    background-color: red;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}
.kaitori_nyuuryoku p{
	font-family: serif;
}
.kaitori_white{
    color: black;
}
.fukidasi_white{
    color: white;
    font-size: 1.5rem;
}
.fukidasi_br{
    display: block;
}
.kaitori_nyuuryoku{
    background-color: rgb(192, 0, 0);
    margin-top: 2rem;
    position: relative;
    display: flex;
    margin: 1.5rem 0;
    padding: 0.5rem;
    min-width: 120px;
    max-width: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: serif;
}
.kaitori_nyuuryoku:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid rgb(192, 0, 0);
}
.kaitori_nyuuryoku p{
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
}
.fukidasi_white{
    position: relative;
    display: inline-block;
    margin: 1.5rem;
    padding: 0.7rem 5px 0.7rem 5px;
    min-width: 120px;
    max-width: 100%;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    background: white;
    border-radius: 20px;
    font-family: sans-serif;
    text-align: center;
}
.fukidasi_white:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 3px solid transparent;
    border-left: 10px solid white;
}
.fukidasi_white p{
    margin: 0;
    padding: 0;
}
.satei_start{
    width: 95%;
    margin: 1.3rem auto;
    padding: 1.2rem 0 1.2rem 0;
    background: #fff5f5;
    font: 16px sans-serif;
    color: rgb(207, 0, 0);
    border: 4px solid rgb(207, 0, 0);
    outline-offset: -8px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 30px;
	transform: translateZ(0);
}
.link_flex{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    padding: 1rem;
    font-size: 3rem;
    align-items: center;
}
.main_text{
    margin: 1rem 0.5rem 1rem 0.5rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
}
.gosyoukai_1{
    display: flex;
    margin: 0 auto;
    width: 70%;
    background-image: linear-gradient(#6394fd, #eaf4ff, #6394fd);
    border-radius: 30px;
    color: rgb(7, 0, 102);
    text-decoration: none;
    justify-content: center;
}
.clickmark{
    align-items: center;
    padding-left: 4rem;
    height: 50px;
}
.jisseki_txt{
    font-size: 1rem;
    line-height: 1.8rem;
}
.jisseki_red{
    font-size: 1.5rem;
    color: red;
}
.goseiyaku_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 1rem;
}
.goseiyaku{
    width: 98%;
    margin-bottom: 1.5rem;
}
.baikyaku_text {
    margin: 2rem 0;
    font-size: 1.4rem;
    color: rgb(5, 138, 5);
}
.baikyaku_red {
    font-size: 1.7rem;
    color: red;
}
.banner_space{
    margin-bottom: 0.5rem;
}
.riyuu {
    display: block;
}
.riyuu_left{
    width: 100%;
    font-size: 1.5rem;
}
.riyuu_right{
    width: 100%;
    font-size: 1.5rem;
}
.riyuu_title{
    font-size: 1rem;
    font-weight: bold;
    color: #4699f8;
    text-align: center;
    margin-top: 0.5rem;
}
.riyuu_text{
    font-size: 1rem;
    font-weight: bold;
    color: black;
    margin-top: 0.7rem;
}
.tuyomi_title{
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f9b00;
    text-align: center;
    margin-top: 0.5rem;
}
.renkei_flex{
    display: flex;
    justify-content: space-between;
    width: 100%;    
}
.riyuu_item{
    width: 100%;
    margin-top: 3rem;
}
.renkei_outer{
    display: flex;
    justify-content: center;
    width: 100%;

}
.renkei_inner{
    width: 100%;
    border: solid 1px #333;
    margin: 1px;
}
.ichiran_flex{
    display: flex;
    justify-content: end;
}
.ichiran_box{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 10px;
    width: 300px;
    height: 40px;
    font-weight: bold;
    border: 4px double #ffffff;
    transition: 0.3s;
    background-color: #ff5757;
    margin-top: 0.5rem;
    padding: 2rem;
}
.main_border{
    border-bottom: 3px solid #333;
    padding: 10px;
}
.muryou_flex{
    display: flex;
    align-items: center;
    vertical-align: top;
    padding: 0.5rem;
    justify-content: center;
}
.muryousatei_banner{
    width: 30%;
}
.muryousatei{
    margin-top: 1rem;
    padding: 10px;
    font-size: 1.7rem;
    font-weight: 999;
    color: rgb(1, 51, 145);
    line-height: 2rem;
}
.eigyoujikan{
    font-size: 1rem;
    color: #333;
    margin-left: 2rem;
}
.eigyoujikan_dot{
    display: none;
}
.kochira{
    position: relative;
    display: flex;
}
.kochirakara{
    margin: 0 auto;
    text-align: center;
    width: 85%;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    background-image: linear-gradient(#ff6565, #dd0000, #ff6565);
    border-radius: 30px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.cursor_s{
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}
.bread_nav br{
    display: none;
}
.cat_none_red{
    color: red;
	margin-top: 2rem;
}
.img_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 5px;
}
.img_item{
    width: 50%;
}
.img_item2{
    border: black solid 1px;
    margin-bottom: 1rem;
}
.img_item_none{
    display: none;
}
.banner_space_none{
    display: none;
}
.wp-video{
	margin: 0 auto;
}
.title_01{
    border-left: #4699f8 solid 5px;
    padding-left: 10px;
	padding-top: 10px;
}
.title_02{
    border-left: #4699f8 solid 5px;
    border-bottom: #4699f8 solid 1px;
    padding-left: 10px;
	padding-top: 10px;
}
.title_03{
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #000000;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #4699f8;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}
.marker_01{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.marker_02{
    background:linear-gradient(transparent 60%, rgb(255, 102, 209) 60%);
}
/* ------ 南房総大好き人　----- */
.love_h2{
	margin: 2em 0 0.5em 0;
	font-size: 1.2em;
	color:darkgreen;
}
.love_text_box{
	padding: 16px;
	background-color: floralwhite;
	border: 1px solid darkred;
	border-radius:15px;
}
.love_text_box_c{
	text-align: center;
}
.love_text_box_c p{
	margin-bottom: 0.8em;
	font-weight: bold;
}
.love_img{
	margin: 2em 0 0.5em 0;
}

/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:600px) {
    /* ---------------  header ------------------ */
		/* ヘッダーサイトロゴ文字化 */
    .head_text_small{
        font-size: 20px;
        font-weight: 600;
        color: #FFF;
        /* ------
        -webkit-text-stroke: 1px #FFF;
        text-stroke: 1px #FFF;
        ----- */
        /* ------
        -webkit-text-fill-color: #000;
        -webkit-text-stroke: 1px #FFF;
        ----- */
        text-shadow:
            1px 1px 0 #000,
            -1px 1px 0 #000,
            -1px -1px 0 #000,
            1px -1px 0 #000;
    }
    .head_text_big{
        color: darkblue;
        font-size: 32px;
        font-weight: 900;
        /*
        -webkit-text-stroke: 1px #FFF;
        text-stroke: 2px #FFF;
        */
        text-shadow:
            2px 2px 0 #FFF,
            -2px 2px 0 #FFF,
            -2px -2px 0 #FFF,
            2px -2px 0 #FFF;
    }
    /* ヘッダーサイトロゴ文字化 */
    .kaitori_flex{
        display: flex;
        justify-content: space-between;
    }
    .logos{
        width: 62%;
    }
    .bread_nav{
        font-size: 1.1rem;
    }
    .bread_nav a, .bread span{
        font-size: 1.1rem;
    }
    .tel_mail{
        font-size: 1rem;
        font-weight: bold;
        margin-top: 1rem;
        padding: 1.2rem 2rem;
    }
	.tel_mail_flex{
		display: flex;
		justify-content: space-around;
	}
    .kaitori_white{
        width: 32%;
        padding: 1rem;
        text-align: center;
    }
    .kanzen_muryou{
        display: flex;
        width: 98%;
    }
    .fukidasi_br{
        display: none;
    }
    .fukidasi_br1{
        display: block;
    }
    .kaitori_nyuuryoku{
        font-size: 2rem;
    }
    .fukidasi_red{
        padding: 0 0 0 2rem;
        color: white;
    }
    .satei_start{
        font-size: 1.5rem;
    }
    .riyuu{
        display: flex;
        width: 98%;
        margin: 1.5rem auto;
        justify-content: space-between;
    }
    .riyuu_item{
        width: 48%;
        margin-top: 0.5rem;
    }
    .baikyaku_text{
        font-size: 1.8rem;
    }
    .baikyaku_red{
        font-size: 2.2rem;
    }
    .renkei_inner{
        width: 48%;
    }
    .goseiyaku{
        width: 32%;
    }
    .img_flex{
        display: flex;
        justify-content: space-between;
		flex-wrap: wrap;
    }
    .img_item{
        width: 33%;
        margin-top: 1rem;
        margin-bottom: 1px;
    }
    .img_item2{
        width: 33%;
        margin-top: 1rem;
        margin-bottom: 1px;
    }
    .img_item_none{
        display: block;
    }
    .banner_space_none{
        display: block;
    }
    .muryou_flex{
        padding: 0.5rem;
    }
    .muryousatei{
        font-size: 2.5rem;
    }
    .jisseki_txt{
        line-height: 2.5rem;
        padding: 0.5rem;
    }
	/* 202309 start */
	.top_h1{
		padding-top: 1rem;
	}
	.basic_h1{
		font-size: 1rem;
		text-align: left;
		font-weight: 400;
		padding: 0 1rem 1.5rem 1rem;	
	}
	/* 202309 end */
    .section_h2:before{
        content: "";
        position: absolute;
        top: -14px;
        left: 50%;
        width: 150px;
        height: 55px;
        border-radius: 50%;
        border: 5px solid darkgreen;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section_h2_3:before{
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        width: 150px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid darkgreen;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .eigyoujikan{
        font-size: 1.5rem;
        color: #333;
        margin-left: 2.5rem;
    }
}
/**==================================================**/
/**=          画面サイズ1024px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1280px){
    .inner_common {
      width: 773px;
	}
    .main_text{
        text-align: center;
        font-size: 1rem;
    }
    .fukidasi_br1{
        display: none;
    }
	/* 202309 start */
	.top_h1{
		padding-top: 1rem;
	}
	/* 202309 end */
    .section_h2:before{
        content: "";
        position: absolute;
        top: -14px;
        left: 50%;
        width: 150px;
        height: 60px;
        border-radius: 50%;
        border: 5px solid darkgreen;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
    .section_h2_3:before{
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        width: 150px;
        height: 80px;
        border-radius: 50%;
        border: 5px solid darkgreen;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .muryousatei{
        font-size: 3rem;
    }
    .eigyoujikan{
        font-size: 1.1rem;
        margin-left: 8rem;
    }
}
@CHARSET "UTF-8";
/***** スマートフォン *****/
/*
.container{
	box-sizing: border-box;
}
*/
/* 重ね順 20240410古川さん*/
.layer_01{
	position: relative;
	top: 0;
	overflow: hidden; 
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
.layer_01::before{
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: url("../img/index_bg_01.jpg") center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -1;
}
.layer_02{
	position: relative;
	z-index: 40;
}
.layer_03{
	height: auto;
	position: relative;
	top: 0;
	overflow: hidden;
	padding: 100px 0;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
.layer_03::before{
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: url("../img/index_bg_02.jpg") center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -1;
}
.layer_04{
	position: relative;
	overflow: hidden;
	z-index: 50;
}
.layer_05{
	height: auto;
	position: relative;
	top: 0;
	overflow: hidden;
	padding: 100px 0 150px 0;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
.layer_05::before{
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: url("../img/index_bg_03.jpg") center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -3;
}
.layer_06{
	position: relative;
	overflow: hidden;
	z-index: 60;
}
.bgimg_wrapper{
	margin-bottom: 70px;
}
._index_bg_01{
	background-image: url("../img/index_bg_01.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 重ね順 20240410古川さん*/
.title_flex_item{
	display: flex;
	justify-content: center;
	font-size: 0.75rem;
}
.index_top_info_wrapper{
	text-align: center;
	margin-top: 30px;
}
.index_recommend_title{
	margin: 60px 0 0 0;
	color: white;
	text-shadow:	1px 1px 2px mediumblue,
					1px -1px 2px mediumblue,
					-1px 1px 2px mediumblue,
					-1px -1px 2px mediumblue;
	font-size: 1.8rem;
}
.index_recommend_title2{
	text-align: center;
	width: 100%;
	margin: 1rem 0;
}
.index_recommend_one_wrapper{
	position: relative;
	padding: 5px;
	background: white;
	margin: 10px 5px 0 5px;
	position: relative;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	background: linear-gradient(white, white 70%, lightblue);
}
.topix{
	position: relative;
	padding: 5px;
	background: linear-gradient(white, white 70%, lightblue);
	margin: 10px 5px 0 5px;
}
.index_one_wrapper_link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.index_recommend_one_title{
	font-size: 0.85rem;
	line-height: 1.1rem;
	margin: 5px auto 5px auto;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	color: navy;
}
.index_recommend_one_thumb{
	text-align: center;
	position: relative;
	max-width: 240px;
	margin: 0 auto;
	pointer-events: none;
}
.index_recommend_one_subtitle{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	color: navy;
}
.index_recommend_one_comment{
	font-size: 0.8rem;
	text-align: center;
	color: navy;
	margin-bottom: 15px;
}
.index_recommend_one_fee{
	text-align: right;
	font-size: 1.2rem;
	color: tomato;
	font-weight: bold;
	height: 100%;
}
.index_recommend_notice{
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4) inset;
/* スマホ時高さを大きくする */
	height: 12rem;
/* スマホ時高さを大きくする */
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;
	background: white;
}
.index_recommend_notice_inner{
	list-style-type: disc;
	padding-left: 20px;
}
.index_recommend_notice_inner li{
	display: list-item;
	line-height: 1;
	margin-bottom: 5px;
}
/* お知らせの文字を大きくする */
.index_recommend_notice_inner li span {
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
}
/* お知らせの文字を大きくする */
.index_recommend_notice_date{
	font-size: 0.7rem;
	color: black;
}
.index_recommend_notice_title{
	font-size: 0.8rem;
	color: blue;
	font-weight: bold;
}
.index_recommend_notice_cmt{
	color: black;
	font-size: 0.8rem;
}
.index_recommend_notice_link{
	text-align: right;
}
.index_1_cmt{
	margin-top: 10px;
	text-align: center;
	text-shadow:	1px 1px 2px white,
					1px -1px 2px white,
					-1px 1px 2px white,
					-1px -1px 2px white;
	padding: 0 10px 150px 10px;
	font-weight: bold;
}
.index_content{
	transform: skewY(-3deg);
    margin: -50px auto;
    padding: 10px 0;
}
.index_content_inner{
	transform: skewY(3deg);
	margin: 60px auto;
	padding: 100px 0;
}
.index_new_title{
	color: white;
	text-shadow:	1px 1px 2px mediumblue,
					1px -1px 2px mediumblue,
					-1px 1px 2px mediumblue,
					-1px -1px 2px mediumblue;
	font-size: 1.8rem;
	/* 新着文字がボケるのの修正 */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* 新着文字がボケるのの修正 */
}
.index_new_title_icon{
	vertical-align: middle;
	margin-bottom: 5px;
	-webkit-filter: drop-shadow(1px 1px 2px dodgerblue);
}
.index_content_inner .index_new_title:NTH-OF-TYPE(2){
	margin-top: 40px;
}
.index_new_estate_one{
	position: relative;
	margin: 0 10px 10px 10px;
	background: white;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	padding: 5px;
	transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: blur(0);
}
.index_new_estate_img,
.index_new_estate_ttl,
.index_new_estate_add,
.index_new_estate_ppt{
	text-align: center;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	font-weight: lighter;
}
.index_new_estate_ttl,
.index_new_estate_add,
.index_new_estate_cmt,
.index_new_estate_ppt{
	color: navy;
}
.index_new_estate_ppt,
.index_new_estate_add,
.index_new_estate_cmt{
	font-size: 0.9rem;
	padding: 10px 0 0 0;
}
.index_new_estate_add,
.index_new_estate_cmt{
	font-weight: bold;
}
.index_new_estate_ppt2{
	font-size: 0.9rem;
	color: navy;
	text-align: center;
}
.index_new_estate_ttl{
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 1.2rem;
	/* margin-bottom: 10px; */
	font-weight: bold;
	font-size: 0.9rem;
}
.index_new_estate_cmt{
	text-align: center;
}
.index_new_estate_fee{
	margin-top: 10px;
	text-align: right;
	color: tomato;
	font-weight: bold;
	font-size: 1.1rem;
}
.index_new_estate_fee_span1{
	display: inline-block;
}
.index_new_estate_fee_span2{
	display: inline-block;
	padding-left: 10px;
}
.index_new_estate_img{
	max-width: 240px;
	margin: 0 auto;
	position: relative;
	pointer-events: none;
}
.shintyaku_banner{
	position: absolute;
	display: block;
	background: #ff5500e0;
	color: #ffffffff;
	font-weight: 500;
	top: 0;
	left: 0;
	pointer-events: none;
	font-size: 15px;
	padding: 5px 5px 0 5px;
}
._index_bg_02{
	position: relative;
	background-image: url("../img/index_bg_02.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
}
.index_sea_wrapper{
	margin-top: 100px;
	text-align: center;
	background-image: url("../img/index_second_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.index_sea_cmt{
	padding: 30px 0 70px 0;
	color: white;
	text-shadow:	1px 1px 1px black,
					1px -1px 1px black,
					-1px 1px 1px black,
					-1px -1px 1px black;
	font-weight: bold;
}
.index_sea_button{
	margin-bottom: 100px;
	width: 100%;
}
.index_sea_button a{
	display: inline-block;
	max-width: 240px;
}
.index_content_inner{
	position: relative;
}
.layer_04 h2{
	position: relative;
	z-index: 52;
}
.index_slowlife_text{
	position: relative;
	z-index: 52;
	line-height: 1;
	text-shadow:	2px 2px 1px white,
					2px -2px 1px white,
					-2px 2px 1px white,
					-2px -2px 1px white,
					0px 2px 1px white,
					0px -2px 1px white,
					2px 0px 1px white,
					-2px 0px 1px white;
	padding: 10px;
	font-weight: bold;
}
.index_slowlife_button_wrapper{
	position: relative;
	z-index: 52;
}
.index_slowlife_button_tbl{
}
.index_slowlife_button{
	display: block;
	margin: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 1.4rem;
	border: 2px solid orange;
	background: -webkit-linear-gradient(top, #ffc414 0%, #ffab33 27%, #ff9e14 50%, #d65f00 53%, #f56500 78%, #ff842e 100%);
	background: -moz-linear-gradient(top, #ffc414 0%, #ffab33 27%, #ff9e14 50%, #d65f00 53%, #f56500 78%, #ff842e 100%);
	background: linear-gradient(to bottom, #ffc414 0%, #ffab33 27%, #ff9e14 50%, #d65f00 53%, #f56500 78%, #ff842e 100%);
}
.index_slowlife_cmt{
	display: block;
	margin: 5px 10px;
	background: rgba(50, 80, 255, 0.6);
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow:	2px 2px 1px white,
					2px -2px 1px white,
					-2px 2px 1px white,
					-2px -2px 1px white,
					0px 2px 1px white,
					0px -2px 1px white,
					2px 0px 1px white,
					-2px 0px 1px white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}
.index_slowlife_bg{
	position: absolute;
	top: 180px;
	left: 5%;
	z-index: 51;
	width: 90%;
	transform: rotate(3deg);
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
._index_bg_03{
	background-image: url("../img/index_bg_03.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 0 100px 0;
}
.index_favo_title_wrapper{
	margin-bottom: 20px;
	text-align: center;
}
.index_favo_pin1,
.index_favo_pin2{
	position: absolute;
	z-index: 10;
}
.index_favo_pin1{
	top: -15px;
	left: -15px;
	transform: rotate(270deg);
}
.index_favo_pin2{
	bottom: -10px;
	right: -15px;
	transform: rotate(70deg);
}
.index_favo_title_cmt_txt_wrapper{
	position: relative;
	display: inline-block;
	background-image: url("../img/index_favo_cmt_bg.jpg");
	background-size: auto;
	padding: 30px 20px;
	margin: 0 20px;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	transform: rotate(2deg);
}
.index_favo_title{
	display: inline-block;
	margin: auto;
	max-width: 240px;
}
.index_favo_title_cmt{
	margin: 20px 0;
	font-weight: bold;
}
.index_favo_title_cmt_txt_wrapper p{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 20px;
	font-weight: bold;
}
.index_favo_title_cmt div{
	font-size: 0.7rem;
	line-height: 2;
	text-align: left;
}
.index_favo_post_wrapper{
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing : 5px 10px;
}
.index_favo_post_cmt{
	color: white;
	text-shadow:	1px 1px 2px darkgreen,
					1px -1px 2px darkgreen,
					-1px 1px 2px darkgreen,
					-1px -1px 2px darkgreen;
	margin: 10px 0;
}
.index_favo_post_w_wrapper{
	display: table-row;
	margin: auto;
	text-align: center;
}
.index_favo_post_one{
	display: table-cell;
	background-image: url("../img/index_favo_post_bg.png");
	-moz-box-shadow:	inset 0 0 30px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	inset 0 0 30px 2px rgba(0, 0, 0, 0.4);
	box-shadow:			inset 0 0 30px 2px rgba(0, 0, 0, 0.4);
	padding: 5px;
}
.index_favo_post_img{
	text-align: center;
}
.index_favo_post_add{
	text-align: left;
	font-size: 0.8rem;
	padding-top: 10px;
	font-weight: bold;
}
.index_favo_post_name,
.index_favo_post_button_wrapper{
	text-align: right;
	font-size: 0.75rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.index_favo_post_button{
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: darkgreen;
	background: -webkit-linear-gradient(top, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	background: -moz-linear-gradient(top, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	background: linear-gradient(to bottom, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	border: 1px solid green;
}
.index_favo_link_wrapper{
	text-align: right;
	margin: 0 0 70px 0;
	padding: 0 10px;
}
.index_favo_link_wrapper a{
	display: inline-block;
	padding: 2px 10px;
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	background: -moz-linear-gradient(top, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	background: linear-gradient(to bottom, #d5ffa8 0%, #6dd600 69%, #aaff52 100%);
	border: 1px solid green;
}
.index_footer{
	background-image: url("../img/index_sale_all_bg.png");
}
.index_footer_background{
	margin-top: 50px;
	padding-top: 50px;
	transform: skewY(3deg);
}
.index_content_background{
}
.index_sale_cmt_wrapper{
	background-image: url("../img/index_sale_bg.png");
	background-repeat: no-repeat;
	background-position: top 150px right 0;
	background-size: 100% auto;
	text-align: center;
}
.index_sale_cmt_title{
	color: deeppink;
	text-shadow:	2px 2px 1px white,
					2px -2px 1px white,
					-2px 2px 1px white,
					-2px -2px 1px white,
					0px 2px 1px white,
					0px -2px 1px white,
					2px 0px 1px white,
					-2px 0px 1px white;
	font-weight: bold;
	margin-bottom: 20px;
}
.index_sale_cmt_title_1line{
	font-size: 1rem;
}
.index_sale_cmt_title_2line{
	font-size: 1.3rem;
}
.index_sale_cmt{
	text-shadow:	2px 2px 1px white,
					2px -2px 1px white,
					-2px 2px 1px white,
					-2px -2px 1px white,
					0px 2px 1px white,
					0px -2px 1px white,
					2px 0px 1px white,
					-2px 0px 1px white;
	line-height: 2;
	text-align: left;
	padding: 10px;
	font-weight: bold;
	margin: 80px 0;
}
.index_sale_button_wrapper{
	margin-top: 10px;
	padding-bottom: 130px;
}
.index_sale_button{
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 10px 30px;
	background: -webkit-linear-gradient(top, #ff9eb8 0%, #d60039 52%, #ff4d7c 100%);
	background: -moz-linear-gradient(top, #ff9eb8 0%, #d60039 52%, #ff4d7c 100%);
	background: linear-gradient(to bottom, #ff9eb8 0%, #d60039 52%, #ff4d7c 100%);
	border: 1px solid tomato;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: white;
	margin: 0 5px;
	font-weight: bold;
	font-size: 1.5rem;
}
.index_sale_button_icon_01{
	display: none;
	top: -40px;
	left: -70px;
}
.index_sale_button_icon_02{
	display: none;
	bottom: -10px;
	right: 0px;
}
/* 20211215 start*/
.index_sale_button_wrapper2{
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.3;
	padding: 8px 30px;
	background: linear-gradient(to bottom, #ff9eb8 0%, #d60039 52%, #ff4d7c 100%);
	border-radius: 20px;
	margin: 30px 5px;
	font-weight: bold;
}
.index_sale_button2{
	color: white;
	text-shadow: none;
}
.index_sale_button_txt{
	text-shadow:none;
	font-size:1.5rem;
	padding:0.5rem;
}
/* 20211215 end*/
.area_banner_outer{
	width: 100%;
	text-align: center;
}
.area_banner_flex{
	display: flex;
	margin: 1rem 0 0 0;
	justify-content: space-evenly;
}
.area_banner_div{
	width: 29%;
	margin: 1rem 0.5rem;
}
.area_banner_item{
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border: solid white 4px;
	border-radius: 50%;
}
.area_click_text{
	font-size: 1.2rem;
	z-index: 52;
	position: relative;
	text-align: center;
	color: rgb(0, 0, 148);
	text-shadow:	2px 2px 1px white,
	2px -2px 1px white,
	-2px 2px 1px white,
	-2px -2px 1px white,
	0px 2px 1px white,
	0px -2px 1px white,
	2px 0px 1px white,
	-2px 0px 1px white;
	padding: 10px;
	font-weight: bold;
}
.area_click_br{
	display: block;
}
.index_open_date{
	font-size: 12px;
	text-align: right;
	color: #747474;
}
.osusume_keisaibi{
	display: block;
	font-size: 12px;
	text-align: right;
	color: #747474;
}

/*************** タブレット ***************/
@media screen and (min-width:768px){
	.top_spacer	{
		height: 165px;
	}
	.index_recommend_title{
	/*	width: 768px; */
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.index_new_estate_add,
	.index_new_estate_cmt{
		font-size: 0.675rem;
	}
	.index_recommend_estates{
		display: flex;
		width: 100%;
		margin: 0 auto 0 auto;
		border-collapse: separate;
		border-spacing : 10px 0;
	}
	.index_recommend_flex_left{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		row-gap: 10px;
		width: 75%;
	}
	.index_recommend_one_wrapper{
		/* display: table-cell; */
		/* width: calc((768px - 30px) / 4); */
		width: 31.5%;
	}
	.flex_item_height{
		height: 22rem;
	}
	.index_recommend_flex_right{
		width: 25%;
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.index_recommend_one_thumb img{
		max-width: 98%;
	}
	.index_recommend_one_title,
	.index_recommend_one_subtitle{
	/*	width: calc((768px - 30px) / 4 - 10px); */
	}
	.index_recommend_one_subtitle{
		/* padding: 5px; */
		font-size: 0.85rem;
		margin-top: 0.8rem;
	}
	.index_recommend_one_comment{
	}
	.index_recommend_notice{
	/*	height: 15rem;  */
		height: 18rem;
	}	
	.index_recommend_notice_link{
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	.index_content_inner{
		width: 98%;
		margin: auto;
	}
	.index_new_estates{
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing : 10px 0;
	}
	.index_new_estate_one{
		display: table-cell;
		width: 24%;
	}
	.index_new_estate_img img{
		max-width: 98%;
	}
	.index_new_estate_ttl,
	.index_new_estate_add{
		/* width: calc((768px - 40px) / 5 - 15px); */
		width: auto; /* 20240415追記 */
	}
	.index_sea_button a{
		max-width: 100%;
	}
	.index_slowlife_text{
		padding-left: 30px;
	}
	.index_slowlife_button_tbl{
		display: table;
		border-collapse: separate;
		border-spacing : 10px 20px;
		width: 80%;
		margin: 10px auto 0 auto;
	}
	.index_slowlife_button_row{
		display: table-row;
	}
	.index_slowlife_button_cell	{
		display: table-cell;
	}
	.index_slowlife_text{
		line-height: 1.8;
	}
	.index_slowlife_bg{
		width: 500px;
		top: 15%;
		left: auto;
		right: 0;
	}
	.index_favo_title_wrapper{
		width: 768px;
		margin: auto;
	}
	.index_favo_title{
		display: inline-block;
		max-width: 100%;
	}
	.index_favo_title_cmt{
		display: inline-block;
	}
	.index_favo_title_cmt_txt_wrapper{
		margin: 0;
	}
	.index_favo_post_wrapper{
		width: 768px;
		margin: auto;
	}
	.index_favo_post_wrapper{
		display: block;
	}
	.index_favo_post_w_wrapper{
		float: left;
		display: inline-block;
		width: 25%;
	}
	.index_favo_post_one{
		display: inline-block;
	}
	.index_favo_post_w_wrapper .index_favo_post_one:FIRST-CHILD{
		margin-right: 10px;
	}
	.index_favo_bottom_spacer{
		height: 20px;
	}
	.index_favo_link_wrapper{
		width: 768px;
		margin: 0 auto 70px auto;
	}
	.index_content_background{
		width: 768px;
		margin: auto;
	}
	.index_sale_cmt_wrapper{
		background-size: auto;
		text-align: left;
	}
	.index_sale_cmt_title_1line{
		font-size: 2.5rem;
	}
	.index_sale_cmt_title_2line{
		font-size: 4rem;
	}
	.index_sale_cmt{
		padding: 0;
	}
	.index_sale_button_wrapper{
		margin-top: 50px;
	/*	padding-left: 80px; */
	}
	.index_sale_button{
		font-size: 2.3rem;
	}
	.index_sale_button_icon_01{
		display: inline;
		position: absolute;
		top: -40px;
		left: -70px;
	}
	.index_sale_button_icon_02{
		display: inline;
		position: absolute;
		bottom: -10px;
		right: 0px;
	}
	.index_sale_button_txt{
		font-size:2rem;
	}
	/* 20211221 start */
	.index_sale_button_wrapper2{
		margin: 50px 5px;
	}
	.index_sale_button2{
		font-size: 1.8rem;
	}	
	.non_br{
		display: none;
	}
	/* 20211221 end */
	.area_banner_flex{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.area_banner_div{
		width: 20%;
		margin: 0.5rem;
	}
	.area_banner_item{
		width: 100%;
		margin: auto;
	}
	.area_click_text{
		font-size: 1.5rem;
	}
	.area_click_br{
		display: none;
	}
}
/***** PC *****/
@media screen and (min-width:1024px){
	.index_recommend_title{
		width: 1024px;
	}
	.index_recommend_estates{
		width: 1024px;
	}
	.index_recommend_one_wrapper{
	/*	display: table-cell;  */
	/*	width: calc((1024px - 30px) / 4);  */
		width: 32%;
	}
	.index_new_estate_add,
	.index_new_estate_cmt{
		font-size: 0.8rem;
	}
	.index_recommend_one_title,
	.index_recommend_one_subtitle{
		/* width: calc((1024px - 30px) / 4 - 10px); */
		/* width: 98%; */
		width: auto;
	}
	.index_recommend_one_thumb img{
		/* max-width: 240px; */
		max-width: 98%;
	}
	.index_recommend_notice{
		height: 18rem;
	}
	.index_content_inner{
		width: 1024px;
	}
	.index_new_estate_img img{
		max-width: 100%;
	}
	.index_new_estate_ttl,
	.index_new_estate_add{
		/* width: calc((1024px - 40px) / 5 - 15px); */
		width: auto; /* 20240415追記 */
	}
	.index_slowlife_button_tbl{
		width: 70%;
	}
	.index_slowlife_bg{
		width: auto;
	}
	.index_favo_title_wrapper{
		display: table;
		width: 1024px;
		margin: 0 auto 20px auto;
	}
	.index_favo_title,
	.index_favo_title_cmt{
		display: table-cell;
		vertical-align: middle;
	}
	.index_favo_title_cmt{
		text-align: right;
	}
	.index_favo_post_wrapper{
		width: 1024px;
	}
	.index_favo_link_wrapper{
		width: 1024px;
	}
	.index_content_background{
		width: 1024px;
	}
	.index_sale_button_txt{
		font-size:2.5rem;
	}
	.area_click_text{
		font-size: 2rem;
	}
}
@CHARSET "UTF-8";
/***** スマートフォン *****/
.single_base_thumbnail_wrapper{
	padding-top: 30px;
}
.single_base_content_wrapper{
	padding-top: 30px;
}
.single_3line_comment{
	padding: 50px 0 50px 0;
	text-align: center;
	line-height: 2;
	margin: 30px 0;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	color: orangered;
	text-shadow:	2px 2px 2px white,
					2px -2px 2px white,
					-2px 2px 2px white,
					-2px -2px 2px white;

	background-image: url("../img/single_title_back.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.single_thumb_img{
	margin-bottom: 70px;
}
.single_thumb_img_wrapper img{
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
.single_thumb_img_padding_r{
	/* 詳細ページサムネイルを横に並べないようにする */
	margin-top: 20px;
	/* 詳細ページサムネイルを横に並べないようにする */
}
.gallery_wrapper{
	margin-top: 20px;
}
/** ギャラリーを囲むボックス **/
.gallery{
	width: 100%;
}
/** 画像共通のスタイル **/
.gallery-item{
	float: left;
	width: calc((100% - 5px) / 2);
	margin-right: 5px;
	margin-bottom: 40px;
}
.gallery-item:NTH-OF-TYPE(2n){
	margin-right: 0;
}
.gallery-icon{
	-moz-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			0px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
.gallery-caption{
	padding: 5px 10px;
	font-size: 0.8rem;
	height: 2.5rem;
	/** text-align: justify; **/
	margin-inline: auto;
	max-inline-size: max-content;
}
.single_floor_plan_tbl{
	margin-top: 50px;
	margin-bottom: 60px;
}
.single_floor_plan_img{
	background: white;
	text-align: center;
	height: inherit;
}
.single_floor_plan_img_wrapper{
	margin-top: 40px;
	display: table;
	background: white;
	width: 100%;
	vertical-align: middle;
	height: 400px;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
.single_floor_plan_cell_l{
	margin-bottom: 60px;
}
.single_floor_plan_img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.property_estate_wrapper{
	margin-top: 40px;
	margin-bottom: 60px;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
.property_estate_th,
.property_estate_td{
	padding: 3px 10px;
	text-align: center;
}
.property_estate_th{
	background: lightgrey;
	border-top: 1px solid skyblue;
	border-right: 1px solid skyblue;
	border-left: 1px solid skyblue;
}
.property_estate_td{
	background: white;
	margin-bottom: 5px;
	border-top: 1px solid skyblue;
	border-bottom: 1px solid skyblue;
	border-right: 1px solid skyblue;
	border-left: 1px solid skyblue;
	margin-bottom: 10px;
}
.futai_left{
	text-align: left !important;
}
.single_map_wrapper{
	margin-top: 40px;
	margin-bottom: 60px;
	-moz-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	line-height: 0;
}
.single_contact_text_wrapper{
	font-size: 0.8rem;
	margin-top: 10px;
	margin-bottom: 30px;
}
.single_form_req_icon{
	display: inline-block;
	line-height: 1;
	padding: 2px 10px;
	margin-bottom: 2px;
	background: red;
	color: white;
	font-size: 0.8rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.single_contact_content{
	line-height: 0;
}
.single_contact_content span textarea{
	resize: vertical;
	line-height: 1.5;
	min-height: 5rem;
}
.single_contact_form_td{
	border-bottom: 1px solid darkblue;
	margin-bottom: 30px;
}
.topics_tbl{
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border-spacing: 10px;
	border: 1px solid #0000cd;
}
.topics_tbl td{
	border: 1px solid #0000cd;
	padding: 30px 10px;
	background: -moz-linear-gradient(top, rgba(83,203,241,1) 0%, rgba(201,240,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(83,203,241,1) 0%, rgba(201,240,252,1) 100%);
	background: linear-gradient(to bottom, rgba(83,203,241,1) 0%, rgba(201,240,252,1) 100%);
}
/* 南房総大好き人 */
.daisuki_tbl{
	display: table;
	margin: auto;
}
.daisuki_row{
	display: table-row;
}
.daisuki_cell{
	display: table-cell;
	padding: 10px;
}
.daisuki_cell img{
	max-width: 100%;
	width: 100%;
}
/* 固定ページの画像を伸縮するようにする */
.wp-caption{
	max-width: 100% !important;
}
/* 情報公開日 */
.info_open_date{
	font-size: 14px;
	margin-top: 14px;
	text-align: right;
}
/* 関連物件 */
.kanren_flex_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto 5rem auto;
	justify-content: flex-start;
}
.kanren_flex_item{
	width: 48%;
	margin: 1rem 1% 0 1%;
	font-size: 14px;
	border-radius: 3px;
	background: white;
	box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) inset;
}
.kanren_flex_item p{
	padding: 0 0.5rem 0.2rem 0.5rem;
	font-weight: 600;
}
.kanren_flex_item img{
	text-align: center;
	padding: 0.3rem;
}
/* 関連物件 */
/* youtube */
.youtube {
 	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
/***** タブレット *****/
@media screen and (min-width:768px){
	.single_3line_comment{
		font-size: 2rem;
	}
	.single_thumb_img{
		display: table;
		width: 100%;
	}
	.single_thumb_img_wrapper{
		/* 詳細ページサムネイルを横に並べないようにする */
		/*
		display: table-cell;
		width: 50%;
		*/
		/* 詳細ページサムネイルを横に並べないようにする */
		text-align: center;
	}
	.single_thumb_img_wrapper img{
		/* max-width: 600px; */
	}
	.single_thumb_img_padding_l{
		padding-right: 5px;
	}
	.single_thumb_img_padding_r{
		padding-right: 5px;
	}
	/** 画像共通のスタイル **/
	.gallery_wrapper img,
	.gallery-icon{
		width: 145px;
	}
	.gallery-item{
		width: calc((100% - 15px) / 4);
	}
	.gallery-item:NTH-OF-TYPE(2n){
		margin-right: 5px;
	}
	.gallery-item:NTH-OF-TYPE(4n){
		margin-right: 0;
	}
	.single_floor_plan_tbl{
		display: table;
		width: 100%;
	}
	.single_floor_plan_cell_l,
	.single_floor_plan_cell_c,
	.single_floor_plan_cell_r{
		display: table-cell;
	}
	.single_floor_plan_cell_l,
	.single_floor_plan_cell_r{
		width: 49%;
	}
	.single_floor_plan_img_wrapper{
		margin-top: 40px;
	}
	.single_floor_plan_img_wrapper img{
		max-width: 293px;
	}
	.property_estate_wrapper{
	}
	.property_estate_wrapper{
		background: white;
	}
	.property_estate_row{
		display: table;
		border-collapse: separate;
		border-spacing: 5px 2px;
		float: left;
	}
	.row100{
		width: 100%;
		display: table;
	}
	.row50{
		width: 50%;
		display: table;
	}
	.property_estate_th,
	.property_estate_td{
		display: table-cell;
		border-top: 1px solid skyblue;
		border-bottom: 1px solid skyblue;
		border-right: 1px solid skyblue;
		border-left: 1px solid skyblue;
	}
	.row100>.property_estate_th{
		width: 19.5%
	}
	.row50>.property_estate_th{
		width: 40%;
	}
	.single_contact_form_wrapper{
		display: table;
		width: 100%;
		border-collapse: collapse;
	}
	.single_contact_form_row{
		display: table-row;
	}
	.single_contact_form_th,
	.single_contact_form_req,
	.single_contact_form_td{
		display: table-cell;
		border-bottom: 1px solid darkblue;
		vertical-align: middle;
		padding-top: 20px;
	}
	.single_contact_form_th{
		width: 20%;
	}
	.single_contact_form_req{
		width: 10%;
	}
	.single_contact_txt_wrapper{
		display: table;
		width: 100%;
		border-collapse: collapse;
	}
	.single_contact_txt_th,
	.single_contact_txt_req,
	.single_contact_txt_td{
		display: table-cell;
		padding-top: 25px;
	}
	.single_contact_txt_th{
		width: 20%;
	}
	.single_contact_txt_req{
		width: 10%;
	}
	.single_contact_content{
		border: 1px solid darkblue;
		margin-bottom: 30px;
	}
	/* 南房総大好き人 */
	.daisuki_tbl{
		max-width: 100%;
	}
	.daisuki_cell img{
		width: 165px;
		width: 220px;
	}
}
/***** PC *****/
@media screen and (min-width:1024px){
	.single_thumb_img_wrapper img{
		/* max-width: 770px; */
	}
	.gallery_wrapper img,
	.gallery-icon{
		width: 190px;
	}
	.single_floor_plan_img_wrapper img{
		max-width: 380px;
	}
	/* 南房総大好き人 */
	.daisuki_cell img{
		width: 220px;
	}
	/* 関連物件 */
	.kanren_flex_item{
		width: 23%;
		margin: 0 1%;
	}
	/* 関連物件 */
}
@CHARSET "UTF-8";
/***** スマートフォン *****/
.page_title{
	padding: 10px 10px;
		background: -webkit-linear-gradient(top, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
		background: -moz-linear-gradient(top, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
		background: linear-gradient(to bottom, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
		border: 1px solid deepskyblue;
		font-weight: normal;
		margin-bottom: 30px;
}
.page_sale_howto_list_wrapper{
	margin: 20px auto 40px auto;
}
.page_sale_howto_th,
.page_sale_howto_td{
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.7);
}
.page_sale_howto_th{
	font-weight: bold;
	text-align: center;
	border: 1px solid silver;
}
.page_sale_howto_td{
	margin-bottom: 10px;
	border: 1px solid silver;
	border-top: none;
}
/* privacy policy */
.privacy_ul{
	margin-left: 50px;
	list-style-type: lower-alpha;
}
.privacy_ul li{
	display: list-item;
}
.privacy_ul li:AFTER{
	display: block;
	text-align: center;
	content: "↓";
}
.assessment_eyecatch_wrapper{
	margin-bottom: 10px;
	position: relative;
}
.assessment_eyecatch_img_01{
	width: 100%;
}
.assessment_eyecatch_img_02{
	position: absolute;
	bottom: -10px;
	right: -5px;
	width: 43%;
}
.company_info_eyecatch{
	padding: 10px;
	margin-bottom: 30px;
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
}
.company_info_eyecatch img{
	width: 100%;
}
.page_sale_city_info_wrapper,
.page_sale_local_info_wrapper{
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	color: red;
	font-weight: bold;
}
.page_sale_city_info_wrapper{
	font-family: "M PLUS Rounded 1c";
	font-weight: 900;
	position: relative;
	margin: 0 0 30px 0;
	padding: 20px 0;
	border-radius: 20px;
	border: solid 3px gray;
	box-sizing: border-box;
	background: -webkit-linear-gradient(45deg, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page_sale_city_info_wrapper:BEFORE{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid white;
	z-index: 2;
}
.page_sale_city_info_wrapper:AFTER{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid gray;
	z-index: 1;
}
.page_sale_info_span{
	font-size: 2rem;
	color: red;
}
.page_sale_info_img{
	margin-bottom: 30px;
}
.page_sale_city_info_title_wrapper{
	font-size: 1.5rem;
	font-weight: bold;
	color: red;
	padding: 0 0 20px 0;
}
.saleform_info{
	margin: 20px 0;
}
/***** タブレット *****/
@media screen and (min-width:768px){
	.page_sale_howto_list_wrapper{
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 2px;
	}
	.page_sale_howto_list_wrapper li{
		display: table-row;
	}
	.page_sale_howto_th,
	.page_sale_howto_td{
		display: table-cell;
		border: 1px solid gray !important;
	}
	.page_sale_howto_th{
		width: 30%;
		text-align: center;
		vertical-align: middle;
	}
	.assessment_eyecatch_wrapper{
		margin-bottom: 40px;
	}
	.assessment_eyecatch_img_02{
		bottom: -40px;
		right: -20px;
	}
	.page_sale_city_info_wrapper,
	.page_sale_local_info_wrapper{
		font-size: 2rem;
	}
}
/***** PC *****/
@media screen and (min-width:1024px){
	.page_sale_city_info_wrapper,
	.page_sale_local_info_wrapper{
		font-size: 2.5rem;
	}
}