@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500&family=Russo+One&display=swap');

body {
	font-size:calc( 26px * 2);
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="tel"], textarea, select {
	padding: 15px;
	font-size: 26px;
}
input[type="checkbox"] {
    width: 26px;
    height: 26px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	width: 100%;
}
.main {
	width: 100%;
	text-align: left;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex01 {
	display: flex;
	flex-wrap: wrap;
	align-items: strecth;
	align-self: center;
}


/* ヘッダー---------------- */
#head {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 90px;
    z-index: 100;
}
.bgc {
    background: rgba(0,0,0,0.4);
}
.bgc2 {
    background: rgba(255,255,255,0.7);
}
#head_in {
    width: 100%;
}
#head_logo, #head_logo2 {
    position: relative;
	width: 225px;
	margin: 25px 0 0 40px;
    z-index: 200;
}
#head_logo a {
	display: block;
	width: 225px;
	height: 45px;
    margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/head_logo_sp.png) no-repeat;
}
#head_logo2 a {
	display: block;
	width: 225px;
	height: 45px;
    margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/head_logo2_sp.png) no-repeat;
}

/*開閉ボタン*/
#nav_toggle, #nav_toggle2 {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 300;
    cursor: pointer;
}
#nav_toggle div, #nav_toggle2 div {
    position: relative;
}
#nav_toggle span {
    display: block;
    height: 5px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}
#nav_toggle2 span {
    display: block;
    height: 5px;
    background: #000;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1), #nav_toggle2 span:nth-child(1) {
    top: 0;
}
#nav_toggle span:nth-child(2), #nav_toggle2 span:nth-child(2) {
    top: 14px;
}
#nav_toggle span:nth-child(3), #nav_toggle2 span:nth-child(3) {
    top: 28px;
}

#nav_toggle.open span:nth-child(1), #nav_toggle2.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
}
#nav_toggle.open span:nth-child(2), #nav_toggle2.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
#nav_toggle.open span:nth-child(3), #nav_toggle2.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
}

#sp_navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
    width: 100%;
	padding: 80px 0 100px 0;
	z-index: 100;
	background: rgba(60,165,189,0.85);
	overflow-y: scroll;
    height: 100vh;
}
#navi_sp {
	width: 100%;
}
#navi_sp > li > a {
	position: relative;
	display: block;
	line-height: 120px;
	font-size: 38px;
    font-weight: bold;
	text-decoration: none;
    color: #fff;
}
#navi_sp > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
}
#navi_sp > li:last-child > a:after {
    display: none;
}


/* フッター----------------- */
#foot {
    position: relative;
	width: 100%;
    padding: 94px 0 80px 0;
    color: #fff;
    background: #1E1409;
}
#foot a {
    color: #fff;
    text-decoration: none;
}
#foot a img{
    width: 50px;
    height: 50px;
}
#foot01 {
	width: 100%;
}
.foot_col01 {
    width: 100%;
    margin-bottom: 60px;
}
.foot_col02 {
    width: 100%;
}
#foot_logo a {
	display: block;
	width: 275px;
	height: 55px;
    margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/foot_logo_sp.png) no-repeat;
}
.foot_t01 {
    margin-bottom: 10px;
    font-size: 30px;
}
.foot_t02 {
    margin-bottom: 40px;
    font-size: 22px;
}
#foot02 {
    width: 370px;
    margin: 0 auto 27px auto;
}
.foot_col04 {
    width: 30px;
    margin-right: 10px;
}
.foot_col05 {
    width: 330px;
    padding-top: 5px;
    line-height: 1.2;
    text-align: left;
}
.foot_col06 {
    width: 38px;
    margin: 0 auto;
}
.foot_tel {
    margin-bottom: 5px;
    display: none;
}
.foot_fax {
    margin-bottom: 20px;
    display: none;
}
.sp__tel:before{
    content: '';
    background: url('../image/icon_tel01.png') no-repeat;
    width: 40px;
    height: 37px;
    display: inline-block;
    margin-right: 10px;
}
.sp__fax:before{
    content: '';
    background: url('../image/icon_fax01_sp.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.foot_contact {
    margin-bottom: 48px;
}
.foot_arrow01 {
    font-size: 13px;
    background: url("../image/arrow01.png") no-repeat;
    background-position: right 5px top 5px;
}
.foot_t03 {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: bold;
}
.foot_bn {
    margin: 0 auto 40px auto;
}
#foot03 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8F8A84;
}
.foot_ul {
    width: 720px;
    margin: 0 auto;
}
.foot_ul li {
    display: inline;
    font-size: 13px;
}
.foot_ul li a {
	position: relative;
	display: inline-block;
    padding: 0 14px;
	text-decoration: none;
	color: #fff;
    border-left: 1px solid #fff;
	transition: 0.3s;
}
.foot_ul li:first-child a {
    border-left: none;
}
#foot .foot_ul li a:hover {
    text-decoration: underline;
}
.foot_ul li:last-child a {
	margin: 0;
}
#foot04 {
    width: 620px;
    margin: 0 auto;
    text-align: left;
}
.foot_arrow02 a {
    padding-left: 10px;
    font-size: 13px;
    background: url("../image/arrow02.png") no-repeat;
    background-position: left center;
}
#foot .foot_arrow02 a:hover {
    text-decoration: underline;
}
#copyright {
    margin: 0 auto;
    font-size: 22px;
}
/*#pagetop {
    position: absolute;
    top: -134px;
    left: 0;
    right: 0;
    width: 160px;
    margin: 0 auto;
    z-index: 5;
}
#pagetop a {
    display: block;
	width: 160px;
	height: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/pagetop_sp.png) no-repeat;
}*/

#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}


/* トップ---------------- */
#top_img {
    position: relative;
	width: 100%;
}
#top_img01 {
    position: relative;
    color: #fff;
    background: #1D1200;
    z-index: 2;
}
.col01_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}
.col01_02 {
    width: 100%;
    background: #666;
}
#top_logo {
    margin: 0 auto;
    padding-top: 520px;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    33% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    33% {opacity: 0}
    100% {opacity: 1}
}
.slide_t {
    width: 315px;
    margin: 0 auto;
    padding-top: 520px;
    opacity: 0;
}
.slick-current .slide_t {
  opacity: 1;
  transition-delay: 0.5s;
  transition: 2.6s;
}
#scroll_btn01 {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    width: 160px;
    margin: 0 auto;
    z-index: 5;
}
#scroll_btn01 a {
    display: block;
    width: 160px;
	height: 160px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/scroll_btn01_sp.png) no-repeat;
}
#slider {
    position: relative;
	width: 100%;
	height: 1332px;
    z-index: 1;
}
#slide01 {
	width: 100%;
	height: 1332px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/slide01_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#slide02 {
	width: 100%;
	height: 1332px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/slide02_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#slide03 {
	width: 100%;
	height: 1332px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/slide03_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#slide04 {
	width: 100%;
	height: 1332px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/slide04_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    text-align: center;
    z-index: 10;
}
#slider .slick-dots {
    bottom: 160px;
    margin: 0 auto;
    text-align: center;
}
#slider .slick-dots li button::before {
    opacity: 1;
    color: #fff;
}
#slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #C7AD6F;
}

#top_forsale {
    padding: 146px 0 144px 0;
    background: url("../image/bg01.jpg");
}
#top_forsale a {
    display: block;
    text-decoration: none;
}
.top_h2_01 {
    margin-bottom: 38px;
}
.col02_01 {
    width: 100%;
}
.col02_02 {
    width: 100%;
}
#top_forsale01 {
    width: 100%;
    height: 600px;
    background: url("../image/top_p03_sp.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
#top_forsale01_t {
    padding-top: 280px;
    text-align: center;
}
.top_txt01 {
    padding: 90px 30px 0 30px;
    text-align: left;
}
.txt01 {
    line-height: 1.4;
    font-size: 36px;
    font-weight: bold;
}
.more_btn01 {
    width: 70px;
    margin: 50px auto 0 auto;
}
.more_btn01 span {
    display: block;
    width: 70px;
	height: 70px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/btn_more01_sp.png) no-repeat;
}

#top_renovation {
    padding-bottom: 100px;
	/*padding-bottom: 177px;*/
    background: url("../image/bg01.jpg");
}
#top_renovation01 {
    padding-bottom: 80px;
}
#top_renovation01 a {
    /*display: block;*/
	flex-direction: column;
    text-decoration: none;
}
.order01 {
    order: 1;
}
.order02 {
    order: 2;
}
#top_renovation01_1 {
    width: 100%;
    height: 600px;
    background: url("../image/top_p04_sp.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
#top_renovation01_t {
    padding-top: 280px;
    text-align: center;
}
.top_txt02 {
    padding: 90px 30px 0 30px;
    text-align: left;
}
#top_renovation02 {
    width: 100%;
    margin: 0 auto;
}

#top_renovation02 .top_contact {
    margin: 70px auto 0 auto;
}

#top_news {
    padding: 80px 0 84px 0;
    background: #E1DED7;
}
#top_instagram {
    padding: 80px 0 84px 0;
}
.top_h2_02 {
    margin-bottom: 7px;
    padding-bottom: 10px;
    border-bottom: 2px solid #B8B5B0;
}
.top_h2_t {
    margin-bottom: 35px;
    font-size: 20px;
}
.top_h2_03 {
    margin-bottom: 38px;
}
.main01 {
    width: 94%;
    margin: 0 auto;
}
.ul01, .ul02 {
    margin-bottom: 49px;
}
.ul01 li, .ul02 li {
    width: 573px;
    margin: 0 auto 155px auto;
}
.ul01 li:nth-child(3n), .ul02 li:nth-child(3n) {
    margin: 0 auto 110px auto;
}
.ul01 li a, .ul02 li a {
    position: relative;
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
    background: #fff;
}
.ul01 li a:after, .ul02 li a:after {
    position: absolute;
    bottom: 53px;
    right: 27px;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../image/btn_more02_sp.png") no-repeat;
    z-index: 5;
}
.ul01_img {
    height: 650px;
    margin-bottom: 25px;
    overflow: hidden;
}
.ul01_img img {
    width: 100%;
    height: auto;
}
.ul01 li p, .ul02 li p {
    margin: 0 90px 0 25px;
    text-align: left;
}
.date01 {
    margin: 0 25px 30px 25px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
}
.ul01 li:nth-child(1) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "03";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.ul01 li:nth-child(2) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "02";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.ul01 li:nth-child(3) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "01";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.cate01 {
    position: absolute;
    top: 308px;
    left: 193px;
    width: 184px;
    line-height: 37px;
    font-size: 28px;
    color: #fff;
    background: #C91C24;
    z-index: 5;
}
.btn_more03 a {
    display: block;
    width: 575px;
	height: 62px;
    margin: 0 auto;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/btn_more03_sp.png) no-repeat;
}

#top_blog {
    padding: 149px 0 245px 0;
    background: url("../image/bg01.jpg");
}


.insta_list{
	margin-bottom: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
	gap: 15px;
}
.insta_list img{
    width: 204px;
	height: 204px;
    /*padding: 0 15px 0 15px;*/
}



/* 下層ページ---------------- */
#about01, #forsale01, #renovation01, #gallery01, #news01, #blog01 {
    position: relative;
	width: 100%;
    padding-top: 180px;
}
#about01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_about.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#about01_01 {
    padding: 82px 0 190px 0;
    background: url("../image/bg01.jpg");
}
.txt02 {
    margin-bottom: 70px;
    line-height: 1.4;
    font-size: 28px;
}
.txt03 {
    margin-bottom: 70px;
    line-height: 1.4;
    font-size: 34px;
}
#about01_02 {
    margin-bottom: 80px;
}
.col03_01 {
    width: 100%;
}
.col03_02 {
    width: 100%;
}
.box01 {
    margin: 70px 50px 0 50px;
    text-align: left;
}
.box02 {
    margin: 70px 50px 0 50px;
    text-align: left;
}
#about01_03 {
    margin-bottom: 120px;
}
.txt04 {
    margin-bottom: 100px;
    line-height: 1.4;
    font-size: 28px;
}
.dl01 {
    width: 96%;
    margin: 0 auto 120px auto;
    font-size: 20px;
}
.dl01 dt {
    width: 180px;
    margin-bottom: 0.5em;
    text-align: right;
}
.dl01 dd {
    margin: -2.1em 0 0.5em 200px;
    /*margin: -1.4em 0 0.5em 200px;*/
    text-align: left;
}
.space01 {
    margin-left: 5.6em;
}
#about01_04 {
    width: 100%;
    margin-bottom: 110px;
}
.map {
    width: 650px;
    margin: 0 auto 50px auto;
}
#about01_05 {
    width: 630px;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

#forsale01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_forsale.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#forsale01_01 {
    padding: 82px 0 80px 0;
    background: url("../image/bg01.jpg");
}
#sale02 .madream {
    margin: 50px auto 0 auto;
}
.sale_madream {
	margin: 0px auto 160px auto;
}
.ul05 {
    width: 100%;
}
.ul05.center {
    justify-content: center;
}
.ul05 li {
    width: 573px;
    margin: 0 auto 100px auto;
}
.ul05 li a {
    /*position: relative;*/
    /*display: block;*/
    padding-bottom: 0px;
    text-decoration: none;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.ul05 li a img {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
/*.ul05 li a:after {
    position: absolute;
    bottom: 23px;
    right: 27px;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../image/btn_more06_sp.png") no-repeat;
    z-index: 5;
}*/
.ul05 li p {
    margin: 0 90px 0 25px;
    text-align: left;
    font-size: 24px;
}
.ul05_img {
    height: 650px;
    margin-bottom: 40px;
    overflow: hidden;
}
.ul05_img img {
    width: 100%;
    height: auto;
}
.forsale li {
    width: 660px;
    background: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.forsale li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*padding-bottom: 30px;*/
    margin: 0 auto;
}
.forsale li a img {
    margin: 0 auto;
}
.forsale li .title {
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    background: #3E3A39;
}
.forsale li .title p {
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 28px;
}
.forsale li .title span {
    font-size: 26px;
}
.forsale li .thumb {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    margin-right: 2%;
    text-align: center;
}
.forsale li .thumb img {
    max-width: 100%;
	width: 80%;
	height: auto;
}
.forsale li strong {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;
	display: block;
}
.forsale li .detail {
    display: inline-block;
    /*width: calc(78% - 1px);*/
	width: 82%;
    margin: 15px 0 15px 0;
    border-left: 1px solid #3E3A39;
}
.forsale li .detail p {
    font-size: 20px;
    line-height: 1.8;
	margin: 0;
	padding: 0 0 0 15px;
}
.forsale li .detail .price {
    display: flex;
    align-items: center;
    font-size: 17px;
}
.forsale li .detail .price span {
    margin-left: 20px;
    margin-right: 5px;
    font-size: 30px;
}

.sale_detail {
    padding: 180px 0 240px;
}
.sale_detail:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_saledetail.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.sale_detail h1 {
    margin: 40px auto 30px;
    text-align: center;
    font-size: 40px;
}
#sale_slider .slick-list {
    overflow: hidden;
}
#sale_slider .slick-prev, #sale_slider .slick-next {
    z-index: 9999;
    width: 70px;
    height: 70px;
}
#sale_slider .slick-prev:before, #sale_slider .slick-next:before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
}
#sale_slider .slick-prev:before {
    background: url("../image/sale_arrow_prev.png") no-repeat center/contain;
}
#sale_slider .slick-next:before {
    background: url("../image/sale_arrow_next.png") no-repeat center/contain;
}
.ul06 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.ul06 li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
    font-size: 24px;
}
.ul06 li.pc {
    display: none;
}
.ul06 li.half {
    width: 100%;
}
.ul06 li p {
    width: 75%;
}
.ul06 li .title {
    width: 25%;
    margin-right: 20px;
    padding: 5px 0;
    text-align: center;
    border: 2px solid #3E3A39;
}
.ul06 li p span {
    font-size: 36px;
}
.ul06.point {
    align-items: normal;
    margin: 40px auto;
    border: 1px solid #3E3A39;
}
.ul06.point .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    background: #3E3A39;
}
.ul06.point .text {
    padding: 15px;
    text-align: left;
}
.ul06.table {
    margin: 40px auto 60px;
    padding: 0;
    border: 1px solid #3E3A39;
}
.ul06.table li {
    align-items: normal;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #3E3A39;
}
.ul06.table li:last-child {
    border-bottom: none;
}
.ul06.table li .first {
    width: 40%;
    padding: 5px 10px;
    background: #CBCBCB;
}
.ul06.table li .second {
    width: 60%;
    padding: 5px 10px;
}
.ul07 {
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
    border-top: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
}
.ul07 li {
    display: flex;
    width: 100%;
    text-align: left;
}
.ul07 li p {
    width: 50%;
}
.detail_map {
    width: 90%;
    margin: 40px auto;
}

.add01 {
    margin: 0 15px 10px 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #B8B5B0;
}

#renovation01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_renovation.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#renovation01_01 {
    padding: 82px 0 170px 0;
    background: url("../image/bg01.jpg");
}
#renovation01_02 {
    margin-bottom: 100px;
}
#renovation01_03 {
    margin-bottom: 145px;
}
#renovation01_03_01 {
    margin: 100px 0 145px 0;
}
.box03 {
    margin: 0 50px 80px 50px;
    text-align: left;
}
.txt05 {
    margin-bottom: 90px;
    line-height: 1.4;
    font-size: 28px;
}
.txt06 {
    width: 90%;
    margin: 0 auto 60px auto;
    text-align: left;
    font-size: 38px;
    font-weight: bold;
}
.slider_wrap {
    width: 100%;
    margin-bottom: 150px;
}
#slider01 {
    width: 100%;
}
.slider_wrap img {
    width: 100%;
    height: auto;
}
.slider_wrap .slick-slide {
    margin: 0 12px;
    height: fit-content;
    padding-bottom: 20px;
}
.slide01 {
    position: relative;
    width: 640px;
}
.slide01 .gallary-list__name{
    width: 212px;
    margin: 30px auto 0 auto;
    border-bottom:1px solid #000;
}
.slide01 .slide01_t1 {
    position: absolute;
    top: 190px;
    left: 230px;
    width: 200px;
    line-height: 38px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: #CB1C24;
}
.slide01 .slide01_t2 {
    margin: 25px 0;
    font-size: 28px;
}
.slider_wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
    text-align: center;
    z-index: 10;
}
.slider_wrap .slick-dots {
    bottom: -30px;
    margin: 0 auto;
    text-align: center;
}
.slider_wrap .slick-dots li {
    margin: 0 10px;
}
.slider_wrap .slick-dots li button::before {
    font-size: 8px;
    opacity: 1;
    color: #D8D8D7;
}
.slider_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #007AAD;
}
.col04_01 {
    width: 90%;
    margin: 0 auto;
}
.col04_02 {
    width: 630px;
    margin: 0 auto;
}

#gallery01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_gallery.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#gallery01_01 {
    padding: 82px 0 105px 0;
    background: url("../image/bg01.jpg");
}
#gallery01_02 {
    margin-bottom: 50px;
    background: url("../image/gallery_bg01.png") no-repeat;
    background-position: center bottom;
}
.col05_01 {
    width: 100%;
    padding-bottom: 100px;
}
.col05_02 {
    width: 100%;
}
.box04 {
    margin: 0 50px 40px 50px;
    text-align: left;
}

#news01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_news.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#blog01:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: url("../image/head_blog.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
#news01_01, #blog01_01 {
    padding: 82px 0 100px 0;
    background: url("../image/bg01.jpg");
}
.txt07 {
    margin-bottom: 100px;
    line-height: 1.4;
    font-size: 28px;
}
.ul03, .ul04 {
    width: 100%;
}
.ul03 li, .ul04 li {
    width: 573px;
    margin: 0 auto 100px auto;
}
.ul03 li a, .ul04 li a {
    position: relative;
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
    background: #fff;
}
.ul03 li a:after, .ul04 li a:after {
    position: absolute;
    bottom: 53px;
    right: 27px;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../image/btn_more02_sp.png") no-repeat;
    z-index: 5;
}
.ul03_img {
    height: 650px;
    margin-bottom: 25px;
    overflow: hidden;
}
.ul03_img img {
    width: 100%;
    height: auto;
}
.ul03 li p, .ul04 li p {
    margin: 0 90px 0 25px;
    text-align: left;
}
.date02 {
    margin: 0 25px 30px 25px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
}
.ul03 li:nth-child(1) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "04";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.ul03 li:nth-child(2) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "03";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.ul03 li:nth-child(3) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "02";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.ul03 li:nth-child(4) a:before {
    position: absolute;
    top: 0;
    left: 33px;
    display: block;
    content: "01";
    width: 69px;
    line-height: 77px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    z-index: 5;
}
.more_btn02 {
    width: 575px;
    margin: 0 auto 100px auto;
    cursor: pointer;
    transition: 0.4s;
}
#close_box {
    display: none;
}

#news02, #blog02 {
    padding: 55px 0 100px 0;
    background: #E3E0D9;
}
.main02 {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}
.more_btn03 {
    width: 575px;
    margin: 0 auto 100px auto;
    cursor: pointer;
    transition: 0.4s;
}

.post_main {
    margin-bottom: 60px;
}
.post_main:after {
    content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.post_main .alignright {
    float: right;
    margin: 0 0 30px 30px;
}
.post_main .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}
.post_main .aligncenter {
    margin: 0 auto 30px auto;
}
.post_main .alignnone {
    margin: 0 auto 30px auto;
}
.post_main p {
    margin-bottom: 0;
}
.post_main h3 {
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: bold;
}
.post_main h4 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    line-height: 1.3;
    font-size: 34px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}
.post_main h4:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    content: "";
    width: 200px;
    height: 2px;
    background: #C2954C;
}
.post_main ul {
    margin-left: 25px;
}
.post_main ul li {
    list-style-type: disc;
    line-height: 1.6;
}
.post_main .size-thumbnail {
    width: 150px;
    height: auto;
}
.post_main .size-medium {
    width: 300px;
    height: auto;
}
.post_main .size-large {
    width: 100%;
    height: auto;
}
.post_main .size-full {
    width: 100%;
    height: auto;
}

#contact01 {
    position: relative;
	width: 100%;
    padding-top: 182px;
    background: url("../image/bg01.jpg");
}
#contact01_01 {
    padding-bottom: 200px;
}
.main03 {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}
.form_dl {
    margin-bottom: 100px;
}
.form_dl dt {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}
.form_dl dd {
    margin-bottom: 50px;
    font-size: 28px;
}
.input01 {
    width: 95%;
}
.input02 {
    width: 95% !important;
}
.input03 {
    width: 42%;
}
.input04 {
    width: 4em;
}
.req {
    margin-left: 1em;
    font-size: 70%;
}
.dd01 {
    width: 330px;
}
.dd02 {
    width: calc(100% - 330px);
    font-size: 22px;
}
.dd03 label {
    width: 15em;
}
.dd04 > span {
    display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.form_box {
    height: 230px;
    margin-bottom: 70px;
    padding: 20px;
    font-size: 26px;
    background: #fff;
    overflow-y: scroll;
}
.form_box p {
    margin-bottom: 25px;
}
.txt08 {
    margin-bottom: 45px;
    text-align: center;
    font-size: 22px;
}
.txt09 {
    margin-bottom: 100px;
    text-align: center;
    font-size: 28px;
}
.form_btn01, .form_btn02 {
    position: relative;
    width: 445px;
    margin: 0 auto;
    text-align: center;
}
.form_btn01 input {
    width: 445px;
    height: 78px;
    font-size: 28px;
    color: #fff;
    background: #231815;
}
.form_btn02 input {
    width: 445px;
    height: 78px;
    font-size: 28px;
    color: #fff;
    background: #AFA59E;
}
.form_btn01:before, .form_btn02:before {
    position: absolute;
    top: 28px;
    left: -48px;
    display: block;
    content: "";
    width: 12px;
    height: 22px;
    background: url("../image/icon02.png") no-repeat;
}
.txt10 {
    line-height: 1.4;
    font-size: 36px;
}








.h1_01 {
    margin-bottom: 18px;
}
.h2_01 {
    margin-bottom: 5px;
    padding-top: 25px;
    line-height: 1.4;
    font-size: 40px;
    letter-spacing: 0.2em;
    border-top: 1px solid #58504D;
}
.h2_02 {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: bold;
}
.h2_03 {
    margin-bottom: 10px;
}
.h3_01 {
    position: relative;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #807045;
}
.h3_01:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 243px;
    height: 1px;
    margin: 0 auto;
    background: #C4C1C1;
}
.h3_02 {
    margin-bottom: 35px;
    padding-top: 10px;
    line-height: 1.4;
    font-size: 26px;
    border-top: 1px solid #58504D;
}

.btn01 a {
	position: relative;
	display: block;
	width: 349px;
    margin: 0 auto;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
	border: 2px solid #BFBCB6;
}
.btn01 a span {
	position: relative;
	z-index: 10;
}
.btn01 a span:after {
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    margin-left: 10px;
    background: url("../image/btn_more02.png") no-repeat;
    vertical-align: -8px;
}
.btn01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: 1;
	transition: 0.4s;
}

#zoomslider {
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 100vh;
    background-color: #999;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    background: #FFF;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background: #C7AD6F;
}

.zs-enabled .zs-slideshow .zs-bullets {
    bottom: 150px;
}






/* wordpress */
.wp-pagenavi {
	text-align: left;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	line-height: 58px;
	margin: 0 20px 0 0;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
	color: #666;
	background: #fff;
	border: 1px solid #666;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	line-height: 58px;
	margin: 0 20px 0 0;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	background: #666;
	border: 1px solid #666;
}
.pagenation .wp-pagenavi a.nextpostslink, .pagenation .wp-pagenavi a.previouspostslink {
	display: inline-block;
	line-height: 58px;
	margin: 0 20px 0 0;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #666;
    background: #fff;
    border: 1px solid #666;
    vertical-align: top;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}

.pager a {
    text-decoration: none;
}
.page_prev {
	width: 50%;
}
.page_prev a {
    display: inline-block;
    width: 130px;
    padding-left: 50px;
    line-height: 38px;
    font-size: 28px;
    font-weight: bold;
    background: url("../image/icon_prev01.png") no-repeat;
    background-position: left center;
    transition: 0.4s;
}
.page_next {
	width: 50%;
    text-align: right;
}
.page_next a {
    display: inline-block;
    width: 130px;
    padding-right: 50px;
    line-height: 38px;
    font-size: 28px;
    font-weight: bold;
    background: url("../image/icon_next01.png") no-repeat;
    background-position: right center;
    transition: 0.4s;
}
.page_prev a:hover, .page_next a:hover {
    opacity: 0.7;
    transition: 0.4s;
}
ul.post-categories, ul.post-categories li {
    display: inline;
}


/* 共通スタイル---------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.italic {
    font-style: italic;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}
.mb200 {
	margin-bottom: 200px;
}
.hr01 {
    height: 1px;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    border-bottom: 1px solid #ccc;
}
.color01 {
    color: #f00;
}

/*20220809追記*/
.insta {
    width: 90%;
    margin: 50px auto;
}
.foot_insta{ text-align: center; margin-bottom: 30px;}

/*20230502追記*/
.form-link:after{
    content:'';
    display: inline-block;
    background: url('../image/ic-tab.png') no-repeat;
    height: 19px;
    width: 19px;
    margin-left: 10px;
}

/*gallary detail*/
.gallary-detail__img-pc2-sp1{
    max-width: 474px;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.gallary-detail__img-pc2-sp1 img{
    width: 100%;
    height: auto;
}
.gallary-detail__img-pc3-sp2{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 90px;
}
.gallary-detail__img-pc3-sp2 img{
    width: 100%;
    height: auto;
}
.gallary-detail__img-pc3-sp2{
    
}
.gallary-detail__title--sp-left{
    font-size: calc(14px * 2);
    text-align:left;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.gallary-detail__title--sp-center{
    font-size: calc(14px * 2);
    text-align:center;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.gallary-detail__text--sp-100{
    font-size: calc(13px * 2);
    line-height: calc(36 / 26);
    width: 100%;
    text-align:left;
}

.gallary-detail__text--sp-center{
    font-size: calc(13px * 2);
    line-height: calc(36 / 26);
    width: 80%;
    margin: 0 auto;
    text-align:left;
}
.aka-kita-wrapper{
    display: flex;
    gap: 0;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.aka-kita-container02{
    display: flex;
    width: 50%;
}
.aka-kita-wrapper .aka-kita-container02:first-child{
    padding-right: 15px;
}
.aka-kita-wrapper .aka-kita-container02:nth-child(2){
    padding-left: 15px;
}




/*list*/
.slick-initialized .slick-slide{
    text-decoration: none;
}
.gallary-list{
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 70px;
    display: flex;
}
.gallary-list__img img{
    max-width:91%;
    width:100%;
    height:auto;
}
.gallary-list__name{
    margin-top: 20px;
    font-size: calc(18px * 2);
    width: 212px;
    margin: 30px auto 0 auto;
    border-bottom:1px solid #000;
}
.gallary-list__bx{
    width: 100%;
    margin-bottom: 0;
}
a:link.gallary-list--link,
a:hover.gallary-list--link,
a:visited.gallary-list--link {
    text-decoration: none;
}
a:link.slick-slide,
a:hover.slick-slide,
a:visited.slick-slide{
    text-decoration: none;
}
.gallary-list__ruby{
    width: fit-content;
    font-size: calc(12px * 2);
    display: block;
    margin: 5px auto;
    padding-top: 5px;
    text-decoration: none !important;
}
.gallary-list__title{
    font-size:calc( 18px * 2);
    text-decoration: none !important;
}

/*detail*/
.gallary-detail__title--sp-left{
    font-size:calc( 14px * 2);
    text-align:left;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.gallary-detail__title--sp-center{
    font-size:calc( 14px * 2);
    text-align:center;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.gallary-detail__text--sp-100{
    font-size:calc( 13px * 2);
    width: 100%;
    text-align:left;
}

.gallary-detail__text--sp-center{
    font-size:calc( 13px * 2);
    width: 80%;
    margin: 0 auto;
    text-align:left;
}
.aka-kita-container01{
    display: flex;
    flex-direction: column;
}
.aka-kita-container02{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.gallery-detail{
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 70px;
}
.gallery-detail__name{
    margin-top: 20px;
    font-size:calc( 18px * 2);
}
.gallery-detail__bx{
    width: 100%;
    margin-bottom: 0;
}
.gallery-detail__ruby{
    width: 130px;
    font-size:calc( 12px * 2);
}
.gallery-detail__title{
    font-size:calc( 18px * 2);
    border-bottom: 1px solid #000;
    margin: 20px auto 50px auto;
    width: 80%;
    padding-bottom: 20px;
}
.gallery-detail__content--l,
.gallery-detail__content--m,
.gallery-detail__content--ls{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.gallery-detail__content--m-sp{
    width: calc(50% - 15px);
}
.gallery-detail__content--s{
    width: 50%;
    max-width: 50%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gallery-detail__content--ms{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.gallery-detail__content--ms .gallery-detail__content--m{
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0;
    box-sizing: border-box;
}
.gallery-detail__content--ms .gallery-detail__content--sp-side{
    width: 100%;   
}
.gallery-detail__content--sp-side .gallery-detail__content-text{
    margin-bottom: 0;
}
.gallery-detail__content--s .gallery-detail__content-title{
    width: 100%;
    margin: 10px auto 0;
    text-align: left;
}
.gallery-detail__content--s img{
    width: 100%;
    height: auto;
}
.gallery-detail__content-title{
    text-align: center;
    font-size:calc( 14px * 2);
}
.gallery-detail__content-text{
    width: 80%;
    margin: 10px auto;
    line-height: calc(36 / 26);
    font-size:calc( 13px * 2);
}
.gallery-detail__content--m-sp .gallery-detail__content-text,
.gallery-detail__content--s .gallery-detail__content-text{
    width: 100%;
    margin: 10px auto;
}
.gallery-detail__content--m-sp .gallery-detail__content-title{
    text-align: left;
}
.gallery-detail__content--ms .gallery-detail__pl,
.gallery-detail__pl{
    padding-left: 10px;
    box-sizing: border-box;
}

.gallery-detail__content--ms .gallery-detail__pr,
.gallery-detail__pr{
    padding-right: 10px;
    box-sizing: border-box;
}
.gallery-detail__sub-title{
    font-size:calc( 23px * 2);
    width: 80%;
    text-align: left;
    margin: 0 auto 30px auto;
}
.gallery-detail__img{
    width: 100%;
}
.gallery-detail__img img{
    width: 100%;
    height: auto;
}
.gallery-detail__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.gallery-detail__content--sp-side{
    
}
.gallery-detail__content--sp-side .gallery-detail__content--m{
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.gallery-detail__content--sp-side .gallery-detail__content-title{
    text-align: left;
}
.gallery-detail__content--sp-side .gallery-detail__img{
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0;
    box-sizing: border-box;
}
.gallery-detail__content--sp-side .gallery-detail__img img{
    width: 100%;
    height:auto;
}
.gallery-detail__content--m-sp-bx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 30px;
    padding: 20px;
    box-sizing: border-box;
}
.gallery-detail__content--m-sp-bx .gallery-detail__content-title,
.gallery-detail__content--m-sp-bx .gallery-detail__content-text{
    padding: 0 10px;
    box-sizing: border-box;
}

.gallery-detail__content--sp-side .gallery-detail__content-title,
.gallery-detail__content--sp-side .gallery-detail__content-text{
    margin-top: 0;
    padding-left:0;
    box-sizing: border-box;
    width: 100%;
}
.gallery-detail__content--sp-side .gallery-detail__content--m-text{
    width: calc(50% - 10px);
    padding-left: 20px;
    box-sizing: border-box;
    font-size:calc( 13px * 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.gallery-detail__content--bx{
    display: flex;
    flex-direction: row;
    gap: 0 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.gallery-footer__title{
    border-bottom: 1px solid #000;
    margin: 20px auto 50px auto;
    width: 80%;
    padding-bottom: 20px;
}

.kotobukicho-grid-container01 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 8px 8px;
    grid-template-areas:
    "grid1"
    "grid2"
    "grid3";
    margin-bottom:45px;
}
.kotobukicho-container01-grid-area1 img,
.kotobukicho-container01-grid-area3 img{
    width:100%;
    height:auto;
}
.kotobukicho-container01-grid-area2{
    padding-bottom: 32px;
}

.kotobukicho-grid-container02 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px 16px;
    grid-template-areas:
    "grid1 grid2"
    "grid3 grid3";
    padding: 0 10px;
    margin-bottom: 75px;
    box-sizing: border-box;
}
.kotobukicho-container02-grid-area3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: left;
    height: fit-content;
    width: 100%;
}
.kotobukicho-container02-grid-area4{
    padding-left: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.kotobukicho-grid-container03 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0 16px;
    grid-template-areas:
    "grid1"
    "grid2"
    "grid3";
    margin-bottom:45px;
}
.kotobukicho-container03-grid-area2{
    padding-bottom: 30px;
}

.kotobukicho-grid-container04 {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.kotobukicho-container04-grid-area1,
.kotobukicho-container04-grid-area2,
.kotobukicho-container04-grid-area3,
.kotobukicho-container04-grid-area4 {
    width: calc(100% / 2 - 10px);
    box-sizing: border-box;
    }
.kotobukicho-container04-grid-area1 { order:1; }
.kotobukicho-container04-grid-area2 { order:3; }
.kotobukicho-container04-grid-area3 { order:2; }
.kotobukicho-container04-grid-area4 { order:4; }
.kotobukicho-container04-grid-area5 {
display: flex;
order:4;
align-items: flex-end;
padding: 0;
margin: 20px 0 0 0;
height: fit-content;
text-align: left; }
.kotobukicho-container04-grid-area5 .gallery-detail__img{
    width: calc(50% - 10px);
    height:auto;
}
.kotobukicho-container04-grid-area5 .gallary-detail__title--sp-left,
.kotobukicho-container04-grid-area5 .gallary-detail__text--sp-100{
    padding-left: 10px;
    line-height: calc(36 / 26);
}
.kotobukicho-container04-grid-area5__text{
    width: 50%;
    box-sizing: border-box;
}
.gallery-detail__towa-study .gallary-detail__title--sp-center{
    margin-top: 0;
    
}
.gallery-detail__towa-study .gallary-detail__text--sp-center{
    margin-bottom: 40px;
}

/*--------------------------------------------
FLOOR
---------------------------------------------*/
#floor:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 243px;
    background: url(../image/head_floor.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
#floor01_01 {
    padding: 260px 0 80px 0;
    background: url(../image/bg01.jpg);
}
.floor-detail {
    width: 100%;
    margin-top: 200px;
    padding-bottom: 100px;
    background: url(../image/bg01.jpg);
}
#floor #wrapper{
	text-align: left;
}

#concept h3{
	font-weight : 500;
	font-size : 24px;
	margin-bottom: 20px;
}
.floor-list{
	max-width: 844px;
	width: 100%;
	margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#concept ul{
	padding: 0;
	margin: 0;
}
#concept li{
	list-style: none;
}
#floor .search-form-bx__title{
	background: #C3B583;
	padding: 10px 20px;
	box-sizing: border-box;
	color:#fff;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}
#floor .search-form-bx{
	padding: 0 20px;
}
#floor .search-form-bx__text{
	font-size: 28px;
	color:#fff;
	padding-left: 0;
	display: block;
}

#floor .searchandfilter{
	max-width: 844px;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0 20px;
	box-sizing: border-box;
	/* border: 1px solid #DCDCDC; */
}
#floor .searchandfilter > ul{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    font-size: 32px;
}
#floor .searchandfilter ul li {
    list-style: none;
    display: flex;
    padding: 5px 0;
    margin: 0 0 10px 0;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
}
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(1),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(3),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(4),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(6),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(7),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(8),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(10),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(11),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(12),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(13),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(14),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(18),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(21),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(22),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(23),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(26),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(27),
#floor .sf-field-post-meta-cf_floor_plan_keyword li:nth-child(28){
display:none;
}
#floor .sf-field-post-meta-cf_floor_plan_madori,
#floor .sf-field-post-meta-cf_floor_plan_keyword,
#floor .sf-field-post-meta-cf_floor_plan_search_size{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #E5E5E5;
}
#floor .searchandfilter h4{
	width: 100%;
	text-align: left;
}
#floor .searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 134px);
    /* background: red; */
    align-items: flex-start;
    margin-top: 7px;
}
#floor .searchandfilter .sf-level-0 {
	width: 100%;
	font-size: 32px;
}
#floor input{
	-webkit-appearance: auto;
}
/**/


#floor .searchandfilter .sf-level-0 span ,#floor .searchandfilter .sf-level-0.sf-input-checkbox span{
	cursor : pointer;
	align-items : center;
}
#floor .searchandfilter .sf-level-0 span:before ,#floor .searchandfilter .sf-level-0.sf-input-checkbox span:before{
	content : "";
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
}

/**/
.searchandfilter ul li.sf-field-post-meta-cf_floor_plan_search_size{
	display: flex;
}
#floor .searchandfilter h4{
	position: relative;
	font-weight: bold;
	font-size: 30px;
}

#floor .searchandfilter h4:before{
	content: '';
	margin-right: 21px;
	height: 36px;
	width: 14px;
	background: #A75844;
	display: inline-block;
	position: relative;
	top:3px;
}
/* #floor .searchandfilter label {
    display: inline-block;
    margin: 4px 0 0 35px;
    padding: 0;
} */
#floor input[type="submit"],#floor input[type="reset"], button{
	background: #A75844;
	color:#fff;
	padding: 15px;
	width: 340px;
	display: block;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
	font-size: 30px;
}

#floor .sf-input-checkbox {
cursor: pointer;
}
#sf-input-061c81ff421edf6e6f03f5de47ad4658 + label{
	/* font-size: 14px; */
	/* background: red; */
	text-align: left;
}
#floor .sf-input-checkbox {
	/* チェックボックスとテキストの上下を中央に */
	align-items: center;
	display: flex;
  }
#floor input.sf-input-checkbox {
	display: inline-block;
	margin-left: 30px;
	}
.floor-list-sub-title{
	line-height: calc(29 / 21);
	font-size: 21px;
	color:#988060;
	line-height: calc(30 / 21);
	font-weight: bold;
	text-align: left;
}
.floor-bx{
	width: calc( 380 * 100% / 844 );
	padding:calc( 10 * 100vw / 844 );
	border:1px solid #a69f96;
	position: relative;
	box-sizing: border-box;
	background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.floor-list-title{
	font-size : calc( 21 * 100vw / 844 );
	width: 100px;
	height: 40px;
	text-align: center;
	background: #988060;
	color:#fff;
	font-size: 21px;
	line-height: 40px;
	position: absolute;
	top:0;
	left:0;
}
.floor-img{
	margin: 20px 0;
}
.floor-img img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.floor-list-area{
	display: flex;
	flex-direction: column;
	margin-top: calc( 10 * 100vw / 844 );
	margin-bottom: 10px;
}
.floor-list-area__items{
	font-size: 18px;
	color:#3e3a39;
	margin-bottom: 5px;
}

#print #concept .wrap{
	padding-top: 0;
}
#print .floor-list-item,
#floor .floor-list-item{
	margin-top: calc( 30 * 100vw / 844 );
	margin-bottom: calc( 30 * 100vw / 844 );
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.floor-list-items{
	font-size: 14px;
	color:#969696;
	border:1px solid #969696;
	width: fit-content;
	padding: 2px 5px;
	box-sizing: border-box;
	margin: 2px 2px 2px 0;
}
.floor-text{
	font-size : 12px;
	text-align: center;
	margin:50px auto 0 auto;
}
a.floor-btn{
	text-decoration: none;
}
.floor-btn{
	font-size : 16px;
	color:#fff;
	background: #a75844;
	text-align: center;
    height: 40px;
    width: 100%;
    display: block;
    line-height: 40px;
	position: relative;
}
.floor-btn:after{
	content: "";
	background: url(../common/img/ic-right.svg) no-repeat;
	width: 8px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
    right: -70px;
}

.floor-detail_wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}


.floor-detail__header{
	display: flex;
    align-items: center;
	padding: 30px 0;
}
.floor-detail__bx{
	border-top: 8px solid #d6d2c6;
	background: #fff;
}

.floor-detail__header-plan-title{
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
    width: 100%;
    text-align: center;
	display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.floor-detail__header-plan-text{
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
.floor-detail__header-plan-title{
    font-size: 42px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    }
.floor-detail__header-plan-copy{
	color:#988060;
	line-height: calc(30 / 21);
	font-size: 21px;
	font-weight: bold;
	width: 50%;
	text-align: left;
}
.floor-detail__img{
	margin: 0 auto 100px auto;
	text-align: center;
	display: block;
}
.floor-detail__img-bx{background: #fff;}
#floor .floor-detail__img-bx .floor-list-item{
	margin-top: 20px;
}
.floor-detail__img-list-sp{
	display: none;
}
a.floor-detail__img-btn{text-decoration: none;}
.floor-detail__img-btn{
	color:#fff;
	text-align: center;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	background: #a75844;
	display: block;
	margin: 0 auto;
	letter-spacing: 4px;
	position: relative;
	text-decoration: none;
}
.floor-detail__img-btn:after{
	position: absolute;
	content:'';
	background: url(../common/img/ic-large.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    top: 10px;
    right: 12px;
}
a.floor-detail__list-print{
    text-decoration: none;
}
.floor-detail__list-print{
	color:#fff;
	text-align: center;
	width: 280px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	background: #a75844;
	display: block;
	margin: 0 auto;
	letter-spacing: 4px;
	position: relative;
	text-decoration: none;
}
.floor-detail__list-print:before{
	position: absolute;
	content:'';
	background: url(../common/img/ic-print.svg) no-repeat;
	width: 27px;
	height: 20px;
	display: inline-block;
	top: 14px;
	left: 12px;
}
.floor-detail__img-text{
	text-align: center;
	font-size: 12px;
	padding: 50px 0;

}
.floor-detail__description{
	margin-top: 50px;
	background: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.floor-detail__description-info{
	max-width: 378px;
	width: 100%;
	padding: 0 26px 20px 26px;
	box-sizing: border-box;
	border-left: 1px solid #988060;
	border-right: 1px solid #988060;
	border-bottom: 1px solid #988060;
	border-top: none;
}
.floor-detail__description-ldk{
	background: #988060;
	color:#fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	width: 378px;
	margin: 0 -26px 30px -26px;
	height: 48px;
	line-height: 48px;
}
.floor-detail__description-ldk + .floor-detail__description-info-area{
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
}

.floor-detail__description-info-area__title{
	font-size: 20px;
	font-weight: bold;
    margin-left: 20px;
}
.floor-detail__description-info-area.--line{
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.floor-detail__description-info-area__items{
	font-size: 48px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
}
.floor-detail__description-info-area__items-m{
	font-size: 34px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.floor-detail__description-info-area__items-s{
	font-size: 22px;
	font-family: 'Lato', sans-serif;
}
#floor .floor-detail__description-info-floor{margin-bottom: 10px;}
.floor-detail__description-info-floor__text{
	font-size: 23px;
	margin-bottom: 5px;
}
.floor-detail__description-future{
	max-width: 450px;
	width: 100%;
	background: #fff;
	padding: 30px 25px;
}
.floor-detail__description-future-title{color:#a75844;font-size: 22px;font-weight: bold;margin-bottom: 5px;text-align: left;}
.floor-detail__description-future-title--num{
	color:#fff;
	background: #a75844;
	text-align: center;
	width: 32px;
	height: 32px;
	font-size: 23px;
	display: inline-block;
	line-height: 32px;
	margin-right: 5px;
}
.floor-detail__description-future-txt{
	color:#000;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: calc(17 / 14);
}
.floor-detail__description-future-txt:last-child{margin-bottom: 0px;}
.floor-detail__description-info-features{
	margin-top: 20px;
}
.floor-detail__description-info-features-items{
	background: #c3b583;
	color:#fff;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	width: 318px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 11px;
}
.floor-detail__img-btn-sp{
	display: none;
}
.floor-detail__point{
	margin-top: 70px;
	position: relative;
	background: #ede9dd url(../common/img/point-img.png) no-repeat 98% 20px;
	background-size: 141px 136px;
}
.floor-detail__point-wrapper{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
}
.floor-detail__point-text-wrapper{
	display: flex;
	flex-direction: row;
}
.floor-detail__point-hd{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: 126px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	top:-10px;
	left: 10px;
	background: #988060;
	color:#fff;
}
.floor-detail__point-text-bx{
	width: 320px;
	margin-right: 30px;
}
.floor-detail__description-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #ffff;
	text-align: left;
}
#floor .floor-detail__point-title{color:#988060;font-size: 19px;font-weight: bold;font-family: 'Noto Sans JP', sans-serif;text-align: left;margin-bottom: 10px;}
.floor-detail__point-text{
	font-size: 14px;
	line-height: calc(19 / 14);
	text-align: left;
}
.floor-detail__point-text-can6{
	width: 360px;
}
.floor-detail__point-text-can6-list{
	width: 320px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.floor-detail__point-text-can6-items{
	font-size: 14px;
	font-weight: bold;
	color:#988060;
	text-align: center;
	background: #fff;
	border:1px solid #988060;
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.floor-detail__point-text-can6-items:last-child:after{
	content:'etc';
	display: inline-block;
    position: absolute;
    right: -32px;
    top: 4px;
}
a.floor-detail__list-btn{
	text-decoration: none;
}
.floor-detail__list-btn{
	color:#fff;
	text-align: center;
	width: 280px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	background: #a75844;
	display: block;
	margin: 0 auto;
	letter-spacing: 4px;
	margin-top: 100px;
	position: relative;
}
.floor-detail__list-btn:after{
	content:'';
	background: url(../common/img/ic-left.svg) no-repeat ;
    position: absolute;
    top: 17px;
    left: 15px;
    display: inline-block;
    width: 8px;
    height: 15px;
}




/*--------------------------------------------
FLOOR
---------------------------------------------*/

.floor-list{
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

#floor .floor-list-title{
    width: 110px;
    font-size: calc(24px * 100vw / 750);;
}
#floor .floor-list-item{
    margin: 50px auto 20px auto;
}
#floor .floor-list-sub-title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
}

#floor a.floor-btn{
    text-decoration: none;
}
#floor .floor-list-area{
    text-align: center;
    width: 90%;
    margin: 10px auto 20px auto;
    text-align: left;
}
#floor .floor-bx{
    width: 100%;
    margin-bottom: 30px;
}
#floor .floor-btn {
font-size: 28px;
color: #fff;
background: #a75844;
text-align: center;
height: 80px;
width: 90%;
margin: 0 auto 20px auto;
display: block;
line-height: 80px;
position: relative;
}
#floor .floor-btn:after {
content: "";
background: url(../common/img/ic-right.svg) no-repeat;
width: calc(12px * 1.2 );
height: calc(21px * 1.2);
display: inline-block;
position: relative;
top: 3px;
right: -130px;
}
#floor .floor-text{
    margin-top: 0;
    font-size: 24px;
}
.floor-list-area__items{
    font-size: 32px;
}
.floor-detail{
    padding-bottom: 0;
}
.floor-detail > .floor-detail_wrapper{
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.floor-detail__header {
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
    text-align: left;
}
.floor-detail_wrapper{
    padding: 0 20px;
}
.floor-detail__header-plan-copy{
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.floor-detail__bx,
.floor-detail__img-bx{
    background: #fff;
    padding-bottom: 20px;
}
.floor-detail__img img{
    width: 100%;
    height: auto;
}
.floor-list-items {
font-size: 22px;
color: #969696;
border: 1px solid #969696;
width: fit-content;
padding: 4px 10px;
box-sizing: border-box;
margin: 4px 4px 4px 0;
}
.floor-detail__img,
.floor-detail__img-btn{
    display: none;
}
.floor-detail__img-text{
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 18px;
}
.floor-detail__img-list-sp{
    display: block;
    margin: 0 auto;
}
.floor-detail__img-items-sp img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.floor-detail__img-btn-sp{
    background: #919191;
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
    padding: 0 40px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color:#fff;
    position: relative;
    text-align: center;
}
.floor-detail__img-btn-sp:before{
    content:'';
    background: url(../common/img/ic-large-sp.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 10px;
}
.floor-detail__description-ldk {
background: #988060;
color: #fff;
font-size: 27px;
font-weight: bold;
text-align: center;
width: 378px;
margin: 0 -26px;
height: 48px;
line-height: 48px;
}
.floor-detail__description-ldk{
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0;
}
.floor-detail__description-info{
    border:none;
    padding: 0;
}
.floor-detail__description-future-title{
    font-size: 32px;
}
.floor-detail__description-future-txt{
    font-size: 26px;
}

.floor-detail__description-info-floor__text{
    font-size: 24px;
    margin-bottom: 10px;
}
.floor-detail__description-info-area__title{
    margin-left: 0;
}
.floor-detail__point_bg{
    background: #fff;
    padding: 20px 0 100px 0;
}
.floor-detail__point-hd {
font-size: 22px;
height: 35px;
line-height: 35px;
}
#floor .floor-detail__description-info-floor,
#floor .floor-detail__description-info-features{
    padding: 0 3vw;
}
.floor-detail__description-info-area-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 10px 3vw 0 3vw;
}

.floor-detail__description-info-area{
    text-align: left;
    width: 50%;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
}
.floor-detail__description-info-area.--line{
    border: none;
    border-bottom: 1px solid #000000;
}

.floor-detail__description-info-area-wrapper .floor-detail__description-info-area:first-child:after{
    content:'';
    height: 60px;
    width: 1px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #000;
}
.floor-detail__description-info-area__title{
    font-size: 28px;
}
.floor-detail__description-info-area__items{
    font-size: 72px;
}
.floor-detail__description-info-area__items-m{
    font-size: 52px;
}
.floor-detail__description-info-area__items-s{
    font-size: 27px;
    display: block;
}

.floor-detail__description-info-features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.floor-detail__description-info-features-items{
    width: 49%;
    font-size: 22px;
}
.floor-detail__description{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../image/bg01.jpg);
    margin-top: 0;
}
.floor-detail__description-info{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background: none;
}
.floor-detail__description-future{
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding: 0 3vw 5vw 3vw;
    box-sizing: border-box;
    text-align: left;
    background: url(../image/bg01.jpg);
}
#floor .floor-detail_wrapper:nth-child(2){
    padding: 0;
}
.floor-detail__point-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.floor-detail__point-text-bx{
    width: 100%;
}
.floor-detail__point-text-wrapper {
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto;
}
a.floor-detail__list-btn{font-size: 22px;text-decoration: none;}
.floor-detail__point-text-can6-list,
.floor-detail__point-text-can6{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#floor .floor-detail__point-title{
    font-size: 28px !important;
    line-height: 1.5;
    margin-bottom: 20px;
}
.floor-detail__point {
    margin: 40px 20px 0 20px;
    background: #ede9dd url(../common/img/point-img.png) no-repeat center 95%;
    background-size: 40%;
    padding-bottom: 270px;
}
.floor-detail__point-text{
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
}
.floor-detail__point-text-can6-items{
    font-size: 12px;
}
.floor-detail__point-text-can6-items{
    width: 190px;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}
.floor-detail__point-text-can6-items:last-child:after {
    right: -44px;
}
.foot_t03{
    font-size: 32px;
}
.foot_col05 {
    width: 100%;
    padding-top: 5px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
}
.print-tel,
.print-fax{
    display: none;
}

/*特設サイトバナー追加 2013/10/16*/
#top_bnr {
    margin: 0 20px;
    padding-top: 70px;
}
#top_bnr img {
width: 100%;
height:auto;
}

/*フローティングバナー追加 2013/11/05*/
#side_nav2_s{
	position:fixed;
	/*bottom:100px;
	right:-400px;*/
	left:0px;
	bottom:-400px;
	z-index:100;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
    width: 260px;
}
#side_nav2_s ul li{
	margin-bottom:10px;
}
#side_nav2_s ul li img{
	width: 100%;
	height: auto;
}