@charset "utf-8";
/* CSS Document */


/* #page_ttl_wrap.style
----------------------------------------- */
#page_ttl_wrap.style {
	margin-top: 17rem;
    margin-bottom: 12rem;
}

#page_ttl_wrap.style .txt_con {
    background-color: #f5f5f5;
    padding: 5rem;
    transform: translateY(12rem);
}
#page_ttl_wrap.style .img_wrap {
    width: calc(1030/1400*100%);
}
#page_ttl_wrap.style .txt_con .post_ttl {
    padding-bottom: 0;
}
#page_ttl_wrap.style .txt_con .post_ttl .ttl {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: calc(45/28);
    font-weight: 500;
}
#page_ttl_wrap.style .txt_con .post_ttl .estate {
    display: block;
    font-size: 1.9rem;
    margin-top: 3rem;
}
}
#page_ttl_wrap.style .txt_con .post_ttl .number {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
#page_ttl_wrap.style {
    height: auto;
	margin-top: 13.5rem;
    margin-bottom: 2rem;
}
#page_ttl_wrap.style .inner {
    flex-wrap: wrap;
    flex-flow: column-reverse;
    justify-content: flex-start;
}

#page_ttl_wrap.style .txt_con {
    width: 27.5rem;
    background-color: #f5f5f5;
    padding: 2.5rem;
    transform: translateY(-2rem);
    margin-right: auto;
}
#page_ttl_wrap.style .img_wrap {
    width: 100%;
    height: 25rem;
    padding-top: 0;
    position: relative;
}
#page_ttl_wrap.style .txt_con .post_ttl {
    padding-left: 0;
    padding-bottom: 0;
}
#page_ttl_wrap.style .txt_con .post_ttl .ttl {
    font-size: 1.8rem;
}
#page_ttl_wrap.style .txt_con .post_ttl .estate {
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
#page_ttl_wrap.style .txt_con .post_ttl .number {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
}


    

/* #style_search_wrap
----------------------------------------- */
#style_search_wrap {
    padding-top: 10rem;
}
#style_search_wrap .inner {
    max-width: 110rem;
    background-color: #FFFFFF;
    padding: 4rem;
}
#style_search_wrap .search_wrap {
    width: calc(900/1100*100%);
    margin: auto;
}

#style_search_wrap .att_txt {
    width: calc(900 / 1100 * 100%);
    margin: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
}

#style_search_wrap .search_wrap .search_table {
    width: 100%;
}
#style_search_wrap .search_wrap .search_table th {
    padding: 0;
    padding-right: 6rem;
    border-top: 0.1rem solid #f5f5f5;
    white-space: nowrap;
    font-weight: 700;
}
#style_search_wrap .search_wrap .search_table td {
    padding: 3rem 0 1.5rem;
    border-top: 0.1rem solid #f5f5f5;
    font-size: 1.8rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#style_search_wrap .search_wrap .search_table tr:first-child th {
    border-top: none;
}
#style_search_wrap .search_wrap .search_table tr:first-child td {
    border-top: none;
}

#style_search_wrap .checkbox_con {
    margin-right: 0;
}

#style_search_wrap .con_type {
    display: none;
}

#style_search_wrap .search_btn {
  /*padding: 0;*/
  border: none;
  outline: none;
  font: inherit;
  /*color: inherit;*/
  background: none;
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 5rem;
    border-radius: 10rem;
    background-color: #000000;
    padding: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #FFFFFF;
    margin: auto;
    margin-top: 1rem;
    transition: all .6s;
}
#style_search_wrap .search_btn:hover {
    opacity: 1;
    background-color: #0d793b;
}

#style_search_wrap .mwform-checkbox-field-text {
    padding-left: 3.5rem;
    position: relative;
    margin-right: 6rem;
    padding-top: 0.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
#style_search_wrap .mwform-checkbox-field-text::before{
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 2.0rem;
    height: 2.0rem;
    border: 2px solid #f1f2f2;
    z-index: 2;
}
#style_search_wrap .con_type:checked + .mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0.55rem;
    transform: translate(0,0);
    width: 1.3rem;
    height: 1.0rem;
    background: url(../images/check2.svg) no-repeat center center;
	background-size: cover;
    z-index: 2;
}

#style_search_wrap.results {
    padding-bottom: 10rem;
}


@media screen and (max-width: 768px) {
#style_search_wrap {
    padding-top: 5rem;
}
#style_search_wrap .inner {
    padding: 3rem 2rem;
}
#style_search_wrap .search_wrap {
    width: 100%;
    margin: auto;
}
#style_search_wrap .att_txt {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
    font-size: 1.2rem;
}
#style_search_wrap .search_wrap .search_table {
    width: 100%;
}
#style_search_wrap .search_wrap .search_table tr {
    display: block;
    padding-top: 1.5rem;
}
#style_search_wrap .search_wrap .search_table th {
    width: 100%;
    padding: 0;
    padding-right: 0;
    border-top: none;
}
#style_search_wrap .search_wrap .search_table td {
    padding: 1.5rem 0 0.5rem;
    border-top: none;
    border-bottom: 0.1rem solid #f5f5f5;
    font-size: 1.35rem;
}
#style_search_wrap .search_wrap .search_table tr:first-child {
    padding-top: 0;
}
#style_search_wrap .search_wrap .search_table tr:last-child td {
    border-bottom: none;
}

#style_search_wrap .con_type {
    display: none;
}

#style_search_wrap .search_btn {
  /*padding: 0;*/
  border: none;
  outline: none;
  font: inherit;
  /*color: inherit;*/
  background: none;
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.4rem;
    height: 4rem;
    border-radius: 10rem;
    background-color: #000000;
    padding: 2rem;
    font-size: 1.35rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #FFFFFF;
    margin: auto;
    margin-top: 1rem;
    transition: all .6s;
}
#style_search_wrap .search_btn:hover {
    opacity: 1;
    background-color: #0d793b;
}

#style_search_wrap .mwform-checkbox-field-text {
    padding-left: 3rem;
    position: relative;
    margin-right: 3rem;
    padding-top: 0.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
#style_search_wrap .mwform-checkbox-field-text::before{
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 1.6rem;
    height: 1.6rem;;
    border: 2px solid #f1f2f2;
    z-index: 2;
}
#style_search_wrap .con_type:checked + .mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.55rem;
    left: 0.5rem;
    transform: translate(0,0);
    width: 1.0rem;
    height: 0.8rem;
    background: url(../images/check2.svg) no-repeat center center;
	background-size: cover;
    z-index: 2;
}

#style_search_wrap.results {
    padding-bottom: 10rem;
}
}



/* #style_catlist_wrap
----------------------------------------- */
#style_catlist_wrap {
	overflow: hidden;
    padding: 4rem;
    width: calc(1100/1200*100%);
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 15rem;
    border: 0.1rem solid #000000;
    display: flex;
}

#style_catlist_wrap.results {
    margin-bottom: 0;
}

#style_catlist_wrap h2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    margin-right: 3.5rem;
}

#style_catlist_wrap .style_catlist {
	justify-content: flex-start;
    margin-right: -1.5rem;
    margin-bottom: -1.5rem;
}
#style_catlist_wrap .style_catlist > li {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}
#style_catlist_wrap .style_catlist > li a {
	display: block;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: 1;
	white-space: nowrap;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 0.3rem 1.5rem 0.5rem;
    border-radius: 10rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#style_catlist_wrap .style_catlist > li a span {
	text-decoration: underline 0.1rem solid #000000;
    text-underline-offset: 0.3rem;
}
#style_catlist_wrap .style_catlist > li a:hover {
	opacity: 1;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #000000;
}
#style_catlist_wrap .style_catlist > li.current a {
	opacity: 1;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #000000;
}


@media screen and (max-width: 768px) {
#style_catlist_wrap {
	overflow: hidden;
    padding: 2.5rem 0.5rem;
    width: 100%;
    margin: auto;
    margin-top: 3.5rem;
    margin-bottom: 8rem;
    border: 0.1rem solid #000000;
    display: flex;
    flex-wrap: wrap;
}

#style_catlist_wrap.results {
    margin-bottom: 0;
}

#style_catlist_wrap h2 {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-right: 0;
    margin-bottom: 1.5rem;
}

#style_catlist_wrap .style_catlist {
	justify-content: center;
    margin-right: -0.8rem;
    margin-bottom: -0.8rem;
}
#style_catlist_wrap .style_catlist > li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}
#style_catlist_wrap .style_catlist > li a {
	font-size: 1.2rem;
    padding: 0.3rem 1.5rem 0.5rem;
    border-radius: 10rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
}



/* #style_list_wrap
----------------------------------------- */
#style_list_wrap {
}

#style_list_wrap .inner {
    text-align: center;
	padding-top: 0;
    padding-bottom: 10rem;
}

#style_list_wrap.other {
}
#style_list_wrap.other .inner {
    position: relative;
	padding-top: 7rem;
    padding-bottom: 12rem;
}
#style_list_wrap.other .inner::before {
    content: '';
    display: block;
    width: calc(100% + 10rem);
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#style_list_wrap.other .style_list_wrap {
    margin-top: 6rem;
    position: relative;
}
#style_list_wrap.other .style_list_wrap::after {
    content: '';
    display: block;
    width: calc(100% + 10rem);
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#style_list_wrap.other .style_list {
    position: relative;
    margin-bottom: 0;
}

#style_list_wrap.other .style_list > li {
    margin-bottom: 5rem;
}


#style_list_wrap .style_list {
    margin: auto;
	width: 100%;
    position: relative;
    margin-bottom: -7rem;
}

#style_list_wrap .style_list > li {
    width: calc(360/1200*100%);
    position: relative;
    margin-bottom: 7rem;
}

#style_list_wrap .style_list > li a {
	width: 100%;
    display: block;
}
#style_list_wrap .style_list > li a:hover {
	opacity: 1;
}

#style_list_wrap .style_list .thumbnail {
	margin-bottom: 2rem;
	position: relative;
}
#style_list_wrap .style_list .thumbnail .img_wrap {
	width: 100%;
    padding-top: 72.2222%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .6s;
}
#style_list_wrap .style_list a:hover .thumbnail .img_wrap {
	opacity: .6;
}

#style_list_wrap .style_list .thumbnail::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
	position: absolute;
	top: -0.55rem;
	left: -0.55rem;
	transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
	z-index: 2;
}
#style_list_wrap .style_list .thumbnail::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
	position: absolute;
	bottom: -0.55rem;
	right: -0.55rem;
	transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
	z-index: 2;
}

#style_list_wrap .style_list .thumbnail .comment {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,0);
    font-size: 1.4rem;
	font-weight: 400;
    background-color: #f5f5f5;
    z-index: 2;
    padding: 0.5rem 1rem;
}


#style_list_wrap h3.post_ttl .ttl {
    font-size: 2.1rem;
    line-height: calc(32/21);
	font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: underline 0.1rem solid rgba(211,210,208,0.00);
    text-underline-offset: 0.5rem;
    transition: all .6s;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
#style_list_wrap a:hover h3.post_ttl .ttl {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
}
#style_list_wrap h3.post_ttl .ttl br {
    /*display: none;*/
}

#style_list_wrap h3.post_ttl .estate {
    display: block;
    font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	font-weight: 400;
	margin-top: 1rem;
}


#style_list_wrap .category {
	margin-top: 2rem;
	display: flex;
    align-items: center;
}
#style_list_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#style_list_wrap .category .cat_list li {
	display: flex;
    margin-bottom: 1rem;
}
#style_list_wrap .category .cat_list li:not(:last-child) {
	margin-right: 1rem;
}
#style_list_wrap .category .cat_list a {
	display: block;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: 1;
	white-space: nowrap;
    border: 1px solid #d3d2d0;
    padding: 0.3rem 1.5rem 0.5rem;
	border-radius: 10rem;
    transition: all .6s;
}
#style_list_wrap .category .cat_list a:hover {
	opacity: 1;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #000000;
}


#style_list_wrap .pagenavi {
    margin: auto;
	padding-top: 10rem;
    width: 100%;
	height: auto;
    display: flex;
    align-items: center;
}

#style_list_wrap .pagenavi li {
    margin-bottom: 0;
	width: 33.33%;
}

#style_list_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}
#style_list_wrap .pagenavi li.all a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#style_list_wrap .pagenavi li.all a:hover {
    opacity: 1;
}
#style_list_wrap .pagenavi li.all span {
    font-size: 1.9rem;
    line-height: 1.6;
    /*font-weight: 600;*/
}
#style_list_wrap .pagenavi li.all .btn_wrap .btn.arrow .arrow {
    width: 7.6rem;
}


@media screen and (max-width: 768px) {
#style_list_wrap {
}

#style_list_wrap .inner {
    width: 33.5rem;
	padding-top: 0;
	padding-bottom: 8rem;
}
    
#style_list_wrap.other {
}
#style_list_wrap.other .inner {
    position: relative;
	padding-top: 6rem;
    padding-bottom: 7.5rem;
}
#style_list_wrap.other .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#style_list_wrap.other .style_list_wrap {
    margin-top: 4rem;
    padding-bottom: 4rem;
}
#style_list_wrap.other .style_list_wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
    
#style_list_wrap.other .style_list {
    margin-bottom: 0;
}

#style_list_wrap.other .style_list > li {
    margin-bottom: 3.5rem;
}
    
    
#style_list_wrap .style_list {
    width: 100%;
    margin-bottom: 0;
}
	
#style_list_wrap .style_list > li {
	width: 100%;
	position: relative;
	margin-bottom: 3.5rem;
}

#style_list_wrap .style_list > li:last-child {
	margin-bottom: 0;
}
    
#style_list_wrap .style_list .thumbnail {
	margin-bottom: 1.5rem;
}
#style_list_wrap .style_list .thumbnail .img_wrap {
	padding-top: 72.2222%;
}

#style_list_wrap .style_list .thumbnail::before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
	position: absolute;
	top: -0.55rem;
	left: -0.55rem;
	transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
	z-index: 2;
}
#style_list_wrap .style_list .thumbnail::after {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
	position: absolute;
	bottom: -0.55rem;
	right: -0.55rem;
	transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
	z-index: 2;
}

#style_list_wrap .style_list .thumbnail .comment {
    font-size: 1.15rem;
    padding: 0.5rem 1rem;
}


#style_list_wrap h3.post_ttl .ttl {
    font-size: 1.65rem;
}

#style_list_wrap h3.post_ttl .estate {
    font-size: 1.1rem;
	margin-top: 1rem;
}


#style_list_wrap .category {
	margin-top: 2rem;
}
#style_list_wrap .category .cat_list li {
    margin-bottom: 1rem;
}
#style_list_wrap .category .cat_list li:not(:last-child) {
	margin-right: 1rem;
}
#style_list_wrap .category .cat_list a {
	font-size: 1.2rem;
}
    
#style_list_wrap .btn_wrap {
    display: flex !important;
    justify-content: center;
    margin-top: 4rem;
}
    


#style_list_wrap .pagenavi {
    padding-top: 5rem;
}
#style_list_wrap .pagenavi li {
    margin-bottom: 0;
	width: 100%;
}
#style_list_wrap .pagenavi li.all a:hover {
    opacity: 1;
}
#style_list_wrap .pagenavi li.all span {
    font-size: 1.35rem;
    line-height: 1.6;
}
#style_list_wrap .pagenavi li.all .btn_wrap {
    margin-top: 0;
}
#style_list_wrap .pagenavi li.all .btn_wrap .btn.arrow .arrow {
    width: 5.3rem;
    display: flex;
}

}



/* #style_single_wrap
----------------------------------------- */
#style_single_wrap {
}

#style_single_wrap .inner {
	padding-top: 5rem;
	padding-bottom: 14rem;
}

#style_single_wrap .info_wrap {
    width: calc(1100/1200*100%);
    margin: auto;
    align-items: flex-start;
    line-height: 1;
    position: relative;
}
#style_single_wrap .info_wrap .price_wrap {
    width: calc(420/1100*100%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    line-height: 1;
    background-color: #FFFFFF;
    position: relative;
    padding: 4.5rem 0;
}
#style_single_wrap .info_wrap .price_wrap::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
    left: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#style_single_wrap .info_wrap .price_wrap::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -0.55rem;
    right: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#style_single_wrap .info_wrap .price_wrap .ttl {
    width: 100%;
    margin-bottom: 2rem;
}
#style_single_wrap .info_wrap .price_wrap .price {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-left: 7rem;
}

#style_single_wrap .info_wrap .spec {
    width: calc(600/1100*100%);
    padding: 2.5rem 7.5rem;
    background-color: #FFFFFF;
    border-top: 0.1rem solid #000000;
}
#style_single_wrap .info_wrap .spec_table {
}
#style_single_wrap .info_wrap .spec_table th,
#style_single_wrap .info_wrap .spec_table td {
    padding: 1rem 0;
}
#style_single_wrap .info_wrap .spec_table th {
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 5rem;
}
#style_single_wrap .info_wrap .spec_table td {
    font-size: 1.8rem;
}

#style_single_wrap .post_con {
    width: 100%;
    margin: auto;
    margin-top: 5rem;
}

#style_single_wrap .post_con .con_wrap {
    margin-bottom: 11rem;
}
#style_single_wrap .post_con .con_wrap:last-child {
    margin-bottom: 0;
}

#style_single_wrap .post_con .con_wrap .con {
    width: 100%;
}

#style_single_wrap .post_con .con_wrap .con .img_wrap {
    margin-bottom: 2.5rem;
    text-align: center;
}
#style_single_wrap .post_con .con_wrap .con .img_wrap img {
    max-height: 70rem;
    margin: auto;
}

#style_single_wrap .post_con .con_wrap .con .txt_wrap {
    width: calc(1020/1200*100%);
    margin: auto;
    line-height: 2;
    letter-spacing: 0.1em;
}

#style_single_wrap .post_con .con_wrap.column2 {
}
#style_single_wrap .post_con .con_wrap.column2 .con {
    width: calc(570/1200*100%);
}


@media screen and (max-width: 768px) {
#style_single_wrap {
}

#style_single_wrap .inner {
	padding-top: 0;
	padding-bottom: 7rem;
}

#style_single_wrap .info_wrap {
    width: 100%;
    margin: auto;
    align-items: flex-start;
    line-height: 1;
    position: relative;
}
#style_single_wrap .info_wrap .price_wrap {
    width: 100%;
    padding: 4.5rem 0;
}
#style_single_wrap .info_wrap .price_wrap::before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
    left: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#style_single_wrap .info_wrap .price_wrap::after {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -0.55rem;
    right: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#style_single_wrap .info_wrap .price_wrap .ttl {
    width: 100%;
    margin-bottom: 2rem;
}
#style_single_wrap .info_wrap .price_wrap .price {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-left: 7rem;
}

#style_single_wrap .info_wrap .spec {
    width: 100%;
    padding: 2rem 2.5rem;
    margin-top: 3rem;
}
#style_single_wrap .info_wrap .spec_table {
}
#style_single_wrap .info_wrap .spec_table th,
#style_single_wrap .info_wrap .spec_table td {
    padding: 1rem 0;
}
#style_single_wrap .info_wrap .spec_table th {
    font-size: 1.2rem;
    padding-right: 2rem;
}
#style_single_wrap .info_wrap .spec_table td {
    font-size: 1.35rem;
}

#style_single_wrap .post_con {
    margin-top: 4rem;
}

#style_single_wrap .post_con .con_wrap {
    margin-bottom: 4rem;
}
#style_single_wrap .post_con .con_wrap:last-child {
    margin-bottom: 0;
}

#style_single_wrap .post_con .con_wrap .con {
}

#style_single_wrap .post_con .con_wrap .con .img_wrap {
    margin-bottom: 1.25rem;
}
#style_single_wrap .post_con .con_wrap .con .img_wrap img {
    max-height: 28rem;
    margin: auto;
}

#style_single_wrap .post_con .con_wrap .con .txt_wrap {
    width: 100%;
}

#style_single_wrap .post_con .con_wrap.column2 {
}
#style_single_wrap .post_con .con_wrap.column2 .con {
    width: 100%;
}
#style_single_wrap .post_con .con_wrap.column2 .con:not(:first-child) {
    margin-top: 4rem;
}  
}


