:root {
  --max-width: 1600px;
  --min-width: 768px;
}
/* 1.0rem = 10px */
html {font-size: 0.625vw;}
@media screen and (min-width: 1601px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 999px) {
  html {
    /*font-size: 8.33px;*/
  }
}
body {
  /*min-width: 1260px;*/
  font-size: 1.7rem;
  line-height: 1.7;
  background-color: #fff;
  transition: all .3s;
  backface-visibility:hidden;
  padding-top: 18rem
}
body.home {
  background: url("../images/pc/mv_img.jpg") no-repeat center top;
  background-size: auto 76rem;
}
@media screen and (min-width: 1601px) {
  body.home {
    background-size: 2000px;
  }
}
body.concept {
  background: url("../images/pc/mv_concept.jpg") no-repeat center top;
  background-size: contain;
}
body.location {
  background: url("../images/pc/mv_location.jpg") no-repeat center top;
  background-size: contain;
}
body.sale {
  background: url("../images/pc/mv_landplan.jpg") no-repeat center top;
  background-size: contain;
}
body.outline {
  background: url("../images/pc/mv_outline.jpg") no-repeat center top;
  background-size: contain;
}
body.access {
  background: url("../images/pc/mv_access.jpg") no-repeat center top;
  background-size: contain;
}
body.privacy {
  background: url("../images/pc/mv_privacy.jpg") no-repeat center top;
  background-size: contain;
}
body.terms {
  background: url("../images/pc/mv_use.jpg") no-repeat center top;
  background-size: contain;
}
body.contact {
  background: url("../images/pc/mv_contact.jpg") no-repeat center top;
  background-size: contain;
}
body.is-animation {
  
}
header {
  width: 100%;
  /*
  position: -webkit-sticky;
  position: sticky;
  */
  position: absolute;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,0.9);
  transition: all .5s;
}
.home header {
  background-color: rgba(255,255,255,0.3);
}
.is-animation header {
  position: fixed;
  backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.header_main {
	width: 100%;
  max-width: var(--max-width);
  min-width: var(--min-width);
  margin: 0 auto;
  padding: 0 6rem;
}
.header_main .header_inner {
  padding: 1rem 0 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: wrap;
  transition: all .3s;
}
.is-animation .header_main .header_inner {
  padding: 0.6rem 0 0.6rem;
}
.header_main .logo {
  margin-right: auto;
}
.logo span {
  display: none;
}
.header_main .logo img {
	width: 30.0rem;
  transition: all .3s;
}
.is-animation .header_main .logo img {
	width: 25.0rem;
}
@media screen and (min-width: 1601px) {
  .header_main .logo img {
    max-width: 300px;
  }
}
.header_main .logo a {
	display: block;
}
.header_main .tel {
	width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.is-animation .header_main .tel {
  /*height: 0.1rem;
  opacity: 0;*/
}
.header_main .tel img {
	width: 20rem;
}
.header_main .tel span {
  padding: 0 2rem;
	font-size: 1.2rem;
  color: #777;
}
.header_main .gnav {
  padding: 0;
}
.header_main .gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_main .gnav ul.nav1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.header_main .gnav ul.nav1 li {
  padding-left: 3rem;
}
.header_main .gnav ul.nav1 li.mail a {
  display: block;
  padding: 0.6rem 2.5rem;
  white-space: nowrap;
  color: #fff;
  border-radius: 2rem;
  border: 1px #7A5E2D solid;
  background-color: #7A5E2D;
  transition: all .2s;
}
.header_main .gnav ul.nav1 li.mail a:hover {
  text-decoration: none;
  color: #333;
  background-color: #D9C98C;
}
.header_main .gnav ul.nav1 li.tel {
  padding-left: 3rem;
  font-size: 1.5rem;
}
.header_main .gnav ul.nav2 {
  font-size: 1.8rem;
}
.header_main .gnav ul.nav2 li {
  padding: 0 0.5rem;
  transition: all .2s;
}
.header_main .gnav ul.nav2 li a {
  display: block;
  padding: 0.7rem 0 0.7rem 3.0rem;
  font-weight: 500;
  color: #434343;
  transition: all .3s;
}
.header_main .gnav ul.nav2 li a:hover {
  font-weight: bold;
  text-decoration: none;
}

.gnav_btn {
  display: none;
}

/* ホーム */
#home_header {
  background: url("../images/mv1.jpg") no-repeat center center;
  background-color: #F6F6F6;
}
@media screen and (min-width: 1401px) {
  #home_header {
    background-size: 100%;
    background-position: center center;
  }
}
.mv_block {
  max-width: var(--max-width);
  min-width: var(--min-width);
  margin: 0 auto;
  padding: 0 10rem 4rem;
  position: relative;
}
.mv_txt {
  width: 22rem;
  margin: 0 auto;
  padding-bottom:5rem;
}
.mv_txt img {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.99));
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.99)); 
}
.mv_point {
  padding: 3rem 15rem;
  background: url("../images/pc/mv_point_bg.png") repeat-x center center;
  background-size: contain;
}

.section1 {}
.section1 .c_block {
  padding-bottom: 8rem;
  position: relative;
}
.section1 .txt_col_set {
  padding-top: 24rem;
  padding-left: 43rem;
  background: url("../images/pc/home_concept_img.jpg") no-repeat center top;
  background-size: 100%;
}
.section1 .txt_col_set .ttl span {}
.section1 .txt_col_set .txt {
  padding-top: 2.0rem;
  padding-right: 19rem;
  line-height: 2.0;
  font-size: 1.7rem;
}
.section1 .mark {
  position: absolute;
  top: 6rem;
  left: 90rem;
  width: 30rem;
  height: 20rem;
}

.section2 {}
.section2 .c_block {
  position: relative;
}
.section2 .mark {
  position: absolute;
  top: 25rem;
  right: 20rem;
  width: 30rem;
  height: 20rem;
}
.section2 .up_col_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.section2 .up_col_set .img {
  width: 50%;
}
.section2 .up_col_set .txt {
  width: 50%;
}
.section2 .bg_block {
  padding-bottom: 5rem;
  background-color: #89806f;
}
.section2 .down_col_set {
  display: flex;
  justify-content: space-between;
}
.section2 .down_col_set .img {
  width: 50%;
  margin-top: -4rem;
}
.section2 .down_col_set .img ul {
  display: flex;
  padding-left: 3rem;
}
.section2 .down_col_set .img li {
  padding-left: 3rem;
}
.section2 .down_col_set .img li span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.section2 .down_col_set .img img {
  width: 20rem
}
.section2 .down_col_set .txt {
  width: 50%;
  padding-top: 3rem;
  color: #fff;
}
.section2 .btn {}

.section3 {
  background: url("../images/home_landplan_bg.jpg") repeat center top;
}
.section3 .c_block {
  position: relative;
}
.section3 .mark {
  position: absolute;
  bottom: 3rem;
  right: 70rem;
  width: 30rem;
  height: 20rem;
}
.section3 .col_set {
  align-items: center;
  padding-bottom: 0;
}
.section3 .txt {
  width: 50%;
}
.section3 .img {
  width: 50%;
}
.home .section3 .btn {
  padding-top: 4.5rem;
}

.section4 {
  padding-bottom: 8rem;
  padding-top: 5rem;
}
.section4 .c_block {
  position: relative;
}
.section4 .mark {
  position: absolute;
  bottom: -3rem;
  right: 70rem;
  width: 30rem;
  height: 20rem;
}
.section4 .col_set {
  padding-bottom: 2rem;
}
.section4 .col_set .img {
  width: 55%;
}
.section4 .col_set .txt {
  width: 45%;
  padding-top: 1rem;
}
.section4 .col_set .photo {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
.section4 .col_set .photo li {
  width: 48%;
}

.section5 {
  padding-bottom: 8rem;
}
.section5 .banner_box {
}

.home .btn {
  padding-top: 3.5rem;
}

.dl_box {
  padding: 4rem;
  text-align: center;
  background-color: #F7F6F0;
}
.dl_box ul {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
.dl_box ul li {
  width: 48%;
}
.dl_box ul li a {
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EC942C;
}

.cta_block {
  display: flex;
  justify-content: space-between;
}
.cta_box {
  width: 50%;
  padding:6rem 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.cta_box.cta1::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/cta_img1.jpg") no-repeat center center;
  background-size: cover;
  transition: .3s ease-out;
}
.cta_box.cta2::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/cta_img2.jpg") no-repeat center center;
  background-size: cover;
  transition: .3s ease-out;
}
.cta_box.cta1:hover::before,
.cta_box.cta2:hover::before {
  transform: scale(1.05);
}
.cta_box a {
  color: #fff;
  border-color: #fff;
}
.cta_box .cta_txt {
  position: relative;
}
.cta_box .cta_txt .txt {
  padding-bottom: 0.5rem;
  color: #E9DFD3;
}
.cta_box .cta_txt h3 {
  font-size: 3.0rem;
}
.cta_box .yoyaku_btn {
  padding-top: 4rem;
}
.cta_box a:hover {
  text-decoration: none;
}


/* コンテンツ */
#page_header {}
.c_header {
  width:100%;
  max-width: var(--max-width);
  min-width: var(--min-width);
	margin:0 auto;
}
.c_header .ttl {
  padding: 1rem 0 5rem;
  text-align: center;
}
.c_header h1 {
  font-size: 1.6rem;
  color: #B2501D;
}
.c_header .sub {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.c_header .pan {
  width: 100%;
  padding: 1.5rem 0;
}
.pan ul {
  width:100%;
  display: flex;
  font-size: 1.4rem;
}
.pan li {
  color: #4A4949;
  padding-right: 1rem;
}
.pan li a {
  color: #4A4949;
}
.pan li::after {
  content: "ー";
  padding-left: 1rem;
  color: #ddd;
}
.pan li:last-child::after {
  display: none;
}
#contents {
  padding: 4rem 0 4rem;
  position: relative;
  min-height: 500px;
}
.main {
  padding-top: 5rem;
  background-color: #fff;
}
.c_block {
	width:100%;
  height: auto;
  max-width: var(--max-width);
  min-width: var(--min-width);
	margin:0 auto;
	padding:0;
  transition: all .3s;
}
.c_block.in4 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.c_block.in5 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.c_block.in6 {
  padding-left: 24rem;
  padding-right: 24rem;
}
.c_block.in7 {
  padding-left: 28rem;
  padding-right: 28rem;
}
.c_block.in8 {
  padding-left: 32rem;
  padding-right: 32rem;
}
.c_block.in9 {
  padding-left: 36rem;
  padding-right: 36rem;
}
.c_block.in10 {
  padding-left: 40rem;
  padding-right: 40rem;
}
.c_bg {
  margin-bottom: 5rem;
  padding: 5rem 0 0;
  background-color: #F4F3EF;
}
.c_bg.end_bg {
  margin-bottom: 0;
}
.contents_2col {
	width:100%;
	margin:0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.contents_2col .main {
	width:87.5rem;
}
.contents_2col .side {
	width:28rem;
}
.in_block {
  padding: 3rem 5rem;
  background-color: #fff;
}
.in_block {
  margin-top: 3rem;
}
.in_block:first-child {
  margin-top: 0;
}
.col_set {
	margin:0 auto;
  padding: 0 0 2rem;
  display: flex;
  flex-flow: wrap;
  margin-left: -5rem;
}
.col_set.rev {
  flex-direction: row-reverse;
}
.col_set .col100 {
  width: 100%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col65 {
  width: 60%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col60 {
  width: 60%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col55 {
  width: 55%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col50 {
  width: 50%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col45 {
  width: 45%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col40 {
  width: 40%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col35 {
  width: 35%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col33 {
  width: 33.3%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .col25 {
  width: 25%;
	padding: 0 0 3.0rem 5rem;
}
.col_set .txt_box {
	padding: 0 2em;
}
.block {
	padding: 0 0 4rem;
}
.box {
  padding-bottom: 2rem;
}
.center_box {
  text-align: center;
}
.center_box > div {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.wh_box {
  width:100%;
  padding: 3.0rem 3.5rem;
  background-color: #fff;
}
.gy_box {
  width:100%;
  padding: 1.2rem 2rem;
  background-color: #eff2f6;
}
.gy_box .ttl_lv3 {
  padding-top: 0.5rem;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #7A5E2D;
  letter-spacing: 0.05em;
  padding-bottom: 2.0rem;
}
h2 span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #7A5E2D;
}
h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 1.5rem;
}
h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 1.0rem;
}
.ttl_box {
  padding-bottom: 4rem;
}
.ttl_box h2 {
  text-align: center;
}
.ttl_box h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
  font-size: 2.6rem;
}
.omit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.img + h3 {
  padding-top: 1.5rem;
}
img.imgr {
  border-radius: 2rem;
}

.page_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
}
.page_nav li {
  padding: 0 0.5rem;
}
.page_nav li a {
  display: block;
  min-width: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000000;
  border: 1px #434343 solid;border-radius: 1.5rem;
  background-color: #fff;
}
.page_nav li .now {
  color: #fff;
  background-color: #434343;
}
.page_nav li .disabled {
  color: #CECECE;
  border: 1px #CECECE solid;
}

.list_disc li {
	position:relative;
	padding-left:1em;
}
.list_disc li:before {
	position:absolute;
	content:"・";
	left:0;
	top:0;
}
.list_circle li {
	position:relative;
	padding-left:1em;
}
.list_circle li:before {
	position:absolute;
	content:"●";
	color:#666;
	left:0;
	top:0;
}
.pdf li,
.xls li,
.doc li,
.ppt li {
  padding-left: 2px;
}
.pdf li a,
.xls li a,
.doc li a,
.ppt li a,
.link li a,
.link_faq a {
  color: #24559D;
}
.pdf li a:hover,
.xls li a:hover,
.doc li a:hover,
.ppt li a:hover,
.link li a:hover,
.link_faq a:hover {
  color: #C36068;
}
ol {
  margin-left: 1.8em;
  padding: 0.3em 0;
  /*counter-reset: count 1;*/
}
ol li {
  padding: 0.3em 0;
}
ol.maruzi li:before {
  /* content: "&#931"counter(count);
  counter-increment: count 1; */
}
.kome {
  padding-top: 0.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #666;
}
.kome::before {
  content: "※";
  padding-right: 0.3em;
}

.btn {}
.btn a {
  min-width: 28rem;
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 2.2rem;
  text-align: left;
  line-height: 1.6;
  color: #443A30;
  /*font-weight: bold;*/
  border: 1px #aaa solid;
  border-radius: 3rem;
  background-color: #fff;
  transition: .2s;
  /*box-shadow: 0 0.5rem 1.0rem #E0DFDA;*/
}
.btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7A5E2D;
}
.btn a i {
  display: inline-block;
  float: right;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  background: url("../images/btn_arrow.svg") no-repeat center center;
  background-size: 2.8rem;
  transition: .3s;
}
.btn a:hover i {
  /*background-position: right 0.5rem center;*/
}

a.newwin[target="_blank"] {
  padding-left: 2rem;
  background: url("../images/icon_newwin.svg") no-repeat left center;
  background-size: 1.2rem;
}

.news .ttl_box {
  padding-bottom: 2rem;
}
.news_list {}
.news_list ul {}
.news_list ul li {
  width: 100%;
  padding-bottom: 2rem;
}
.news_list ul li a {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  color: #111;
  padding: 1.8rem 2rem;
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
  background-color: #fff;
  transition: all .3s;
}
.news_list ul li a:hover {
  text-decoration: none;
  background-color: #EBEAE7;
}
.news_date {
  color: #666;
}
.news_list ul li a .news_date {
  width: 30%;
}
.home .news_list ul li a .news_date {
  width: 100%;
}
.news_date i {
  display: inline-block;
  width: 10rem;
  margin-left: 2rem;
  font-size: 1.3rem;
  font-style: normal;
  text-align: center;
  padding: 0.2rem 0rem 0.1rem;
  border-radius: 2rem;
  background-color: #eee;
}
.news_date i.cat_icon {
  background-color: #F4F3EF !important;
}
.news_date i.cat1 {
  background-color: #7E9BB1;
}
.news_date i.cat2 {
  background-color: #64998A;
}
.news_date i.cat3 {
  background-color: #64998A;
}
.news_date i.cat4 {
  background-color: #BE5849;
}
.news_date i.cat5 {
  background-color: #64998A;
}
.news_date i.cat6 {
  background-color: #8C959D;
}
.news_list ul li a .ttl {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home .news_list ul li a .ttl {
  width: 100%;
  padding-top: 0.5rem;
}
.page_nav {
  padding: 1em 0;
}
.page_nav span {
  display: inline-block;
  font-weight: 400;
}
.page_nav a {
  display: inline-block;
  min-width: 3em;
  line-height: 3em;
  font-weight: 400;
  background-color: #eff2f6;
}
.page_nav .now {
  display: inline-block;
  width: 3em;
  line-height: 3em;
  background-color: #dfe4e8;
}
.page_nav a .prev,
.page_nav a .next {
  width: 5em;
  background-color: #eff2f6;
}
.detail_ttl {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3.0rem;
}
.detail_ttl h2 {
  font-size: 2.4rem;
}
.detail_ttl dl dt,
.detail_ttl dl dd{
  font-weight: bold;
}
.box_card {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.05);
}

/* コンセプト */
.concept {}
.concept .bg {
  padding-bottom: 38rem;
  background: url("../images/concept_topimg_bg.png") no-repeat center bottom;
  background-size: 80%;
  position: relative;
}
.concept .ttl_box {
  line-height: 2.0;
}
.concept .ttl_box .img_set .img1 {
  position: absolute;
  top: 5rem;
  left: 12rem;
  width: 24rem;
}
.concept .ttl_box .img_set .img2 {
  position: absolute;
  top: 0rem;
  right: 16rem;
  width: 15rem;
}
.concept .ttl_box .img_set .img3 {
  position: absolute;
  top: 28rem;
  right: 22rem;
  width: 20rem;
}
.concept .ttl_box .img_set img {
  border-radius: 20rem;
  box-shadow: 0 0 4rem rgba(0,0,0,0.2);
}

#concept_block1 {
  background: url("../images/pc/concept_bg_01.jpg") no-repeat center top;
  background-size: 100%;
}
#concept_block2 {
  background: url("../images/pc/concept_bg_02.jpg") no-repeat center top;
  background-size: 100%;
}
#concept_block3 {
  background: url("../images/pc/concept_bg_03.jpg") no-repeat center top;
  background-size: 100%;
}
#concept_block4 {
  background: url("../images/pc/concept_bg_04.jpg") no-repeat center top;
  background-size: 100%;
}
.concept_box {
  max-width: var(--max-width);
  min-width: var(--min-width);
  margin: 0 auto;
  padding: 0 20rem;
}
.concept_box .ttl {
  padding: 2rem 6rem;
  
}
.concept_box .ttl p {
  width: 24rem;
  padding: 8rem 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
  background-color: #7A5E2D;
}
#concept_block1 .concept_box .ttl h3 {
  background-color: #FFDF63;
}
#concept_block2 .concept_box .ttl h3 {
  background-color: #BFD36B;
}
#concept_block3 .concept_box .ttl h3 {
  background-color: #98DCE6;
}
.concept_box .ttl h3 i {
  display: block;
  margin-bottom: 2.0rem;
  padding: 0.5rem 0;
  font-size: 2.0rem;
  font-style: normal;
  background: url("../images/concept_anchor_ribbon04.svg") no-repeat center center;
  background-size: contain;
}
#concept_block1 .concept_box .ttl h3 i {
  color: #FFDF63;
}
#concept_block2 .concept_box .ttl h3 i {
  color: #BFD36B;
}
#concept_block3 .concept_box .ttl h3 i {
  color: #98DCE6;
}
.concept_col {
  display: flex;
  justify-content: space-between;
  /*margin-top: -12rem;*/
  padding: 5rem 4rem 5rem;
  background-color: #F9F5F2;
}
.concept_col .txt {
  width: 50%;
  padding: 0 2rem;
}
.concept_col .img {
  width: 50%;
  margin-top: -10rem;
  padding: 0 2rem;
}
.concept_col h4 {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.2rem;
}

.akihasumu {
  padding-top: 4rem;
}
.akihasumu .img {
  padding: 3rem 28rem;
}
.akihasumu .btn {
  text-align: center;
}

/* ロケーション */
.location {}
.location .location_ttl {
  position: relative;
}
.location .location_ttl i {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 30rem;
}
.location {}
.location .location_ttl .cat {
  padding-bottom: 1rem;
}
.location .location_ttl.l1 {
  padding-top: 3rem;
}
.location .location_ttl.l1 span {
  color: #E3731F;
}
.location .location_ttl.l2 span {
  color: #36AA3B;
}
.location .location_ttl.l3 span {
  color: #3DA1BF;
}
.location .location_ttl.l4 span {
  color: #B4A70E;
}
.location .location_ttl.l5 span {
  color: #E5759C;
}
.location .location_ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.6rem;
}
.location .location_ttl span {
  display: inline-block !important;
  font-size: 2.4rem !important;
  line-height: 1.7 !important;
}
.location .location_ttl p {
  /*text-align: right;*/
}
.location .col33 span,
.location .col25 span {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 物件 */
.buken_list {
  padding: 0 0 2rem;
}
.buken_box {
  margin-bottom: 2.5rem;
	transition: all 0.3s ease;
}
.buken_list .shadeBtn {
	padding: 0rem;
	border-radius:2rem;
	display: flex;
	align-items: center;
  background-color: #F7F6F0;
}
.buken_list .shadeContents{
	padding: 3rem 3rem;
}
.buken_list .shadeOpen .shadeBtn,
.buken_list .shadeClose .shadeBtn {
	cursor:pointer;
}
.buken_list .shadeOpen .shadeBtn a,
.buken_list .shadeClose .shadeBtn a {
	padding: 2rem 4rem;
	display:block;
  font-size: 1.8rem;
  color: #333;
}
.buken_list .shadeOpen .shadeBtn a:hover,
.buken_list .shadeClose .shadeBtn a:hover {
	text-decoration: none;
}
.buken_list .shadeBtn i {
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  margin-left: auto;
  margin-right: 4rem;
  vertical-align: middle;
	background:url("../images/faq_open.svg") no-repeat center center;
  background-size: 3rem;
  transition: all 0.3s ease;
}
.buken_list .shadeClose .shadeBtn i {
	transform: rotate(180deg);
}
.buken_box table {
  width: 100%;
}
.buken_box table tr:nth-child(odd) {
  background-color: #F8F8F3;
}
.buken_box table th {
  padding: 1rem;
  text-align: center;
  border: 1px #eee solid;
  background-color: #F3F3F3;
}
.buken_box table td {
  padding: 1rem;
  text-align: center;
  border: 1px #eee solid;
}
.buken_box table td:first-child {
  font-weight: 600;
}
.buken_box table td b {
  font-size: 1.9rem;
}

.sale_box {
  padding-top: 3.5rem;
}

/* 分譲概要 */
.outline {}
.outline_tb {
  width: 100%;
}
.outline_tb th {
  width: 25%;
  padding: 1.5rem 3rem;
  font-weight: 500;
  border-bottom: 1px #fff solid;
  background-color: #F7F6F0;
}
.outline_tb td {
  width: 75%;
  padding: 1.5rem 3rem;
  border-bottom: 1px #eee solid;
  background-color: #FFF;
}
.outline_tb b {
  font-weight: 500;
  font-size: 1.8rem;
}

/* アクセス */
.access {}
.access .img {
  padding: 0 6rem;
}
.access_map {
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}

/* よくある質問 */
.faq_list {
  padding: 0 0 2rem;
}
.faq_box {
  margin-bottom: 3rem;
	padding: 0 4.0rem;
	border-radius:2rem;
	transition: all 0.3s ease;
  background-color: #F7F6F0;
}
.faq_list .shadeBtn {
	min-height:3.5em;
	padding-bottom:0;
	display: flex;
	align-items: center;
}
.faq_list .shadeBtn::before {
  content: "Q";
  display: block;
  width: 4.3rem;
  height: 4rem;
  text-align: center;
  line-height: 3.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 2rem;
  background-color: #333;
}
.faq_list .shadeContents{
	padding: 3rem 3rem 3rem 7rem;
  border-top: 1px #ccc solid;
}
.faq_list .shadeOpen .shadeBtn,
.faq_list .shadeClose .shadeBtn {
	cursor:pointer;
}
.faq_list .shadeOpen .shadeBtn a,
.faq_list .shadeClose .shadeBtn a {
	width:100%;
	padding:3rem 3rem;
	display:block;
  font-size: 1.8rem;
  color: #333;
}
.faq_list .shadeOpen .shadeBtn a:hover,
.faq_list .shadeClose .shadeBtn a:hover {
	text-decoration: none;
}
.faq_list .shadeBtn i {
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  margin-left: auto;
  vertical-align: middle;
	background:url("../images/faq_open.svg") no-repeat center center;
  background-size: 3rem;
  transition: all 0.3s ease;
}
.faq_list .shadeClose .shadeBtn i {
	transform: rotate(180deg);
}

/* プライバシーポリシー */
.privacy {}
.privacy_list {
  margin-top: 0;
  padding: 0;
}
.privacy_list li {
  padding-bottom: 2rem;
}


/* 魅力ある街づくりコンテスト */
.contest {}
.contest .main_img img {
  box-shadow: 0 0 3rem 2rem rgba(255,255,255,1), 1rem 1rem 3rem rgba(255,255,255,0.9), -1rem -1rem 3rem rgba(255,255,255,0.9);
  border-radius: 5rem;
}
.present_box {
  margin-bottom: 4rem;
  padding: 5rem;
  background-color: #f5f1eb;
  position: relative;
}
.present_box.end:last-child {
  margin-bottom: 8rem;
}
.present_box .rank {
  position: absolute;
  top: 3rem;
  left: -3rem;
  padding: 0.1rem 3rem 0.1rem 9rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #eee;
}
.present_box .rank i {
  display: block;
  width: 6rem;
  position: absolute;
  top: -1.5rem;
  left: 2rem;
}
.present_box .rank i img {
  width: 6rem;
}
.present_box .rank.rank1 {
  background-color: #ceae39;
}
.present_box .rank.rank2 {
  background-color: #b1afb1;
}
.present_box .rank.rank3 {
  background-color: #a56343;
}
.present_box .ttl_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
}
.present_box .ttl_img .ttl {
  width: 57%;
}
.present_box .ttl_img .ttl b {
  display: block;
}
.present_box .ttl_img .img {
  width: 43%;
}
.present_box .txt_box {
  padding-bottom: 3rem;
}
.present_box .comment_box h4 {
  position: relative;
  font-size: 1.9rem;
}
.present_box .comment_box h4::after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  width: 76%;
  height: 1px;
  content: '';
  background: #666;
}
.present_box .comment_box .name {
  padding-bottom: 1rem;
  font-weight: 500;
}
.special_comment {
  margin-bottom: 8rem;
  border: 0.4rem #f5f1eb solid;
  padding: 5rem;
  position: relative;
}
.special_comment .ttl {
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.special_comment .ttl span {
  padding: 1rem 5rem;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4rem;
  background-color: #41682f;
}
.special_comment .col_box {
  display: flex;
  justify-content: space-between;
}
.special_comment .col_box .img {
  width: 24%;
}
.special_comment .col_box .txt {
  width: 100%;
}
.special_comment .name {
  padding-bottom: 1rem;
  font-weight: 500;
}

/* ------ Footer ------ */
footer {
	width: 100%;
  background-color: #4b4338;
}
.footer {
  width: 100%;
  max-width: var(--max-width);
  min-width: var(--min-width);
  margin: 0 auto;
  padding: 3.5rem 10rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: wrap;
  position: relative;
}
.footer .f_logo {
  width: 100%;
  padding-bottom: 1.0rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.footer .f_logo img {
  width: 25rem;
}
.footer_add {
  font-size: 1.5rem;
  color: #fff;
}
.footer_nav {
  /*display: flex;
  justify-content: space-between;*/
}
.footer_nav ul {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 5rem;
}
.footer_nav ul li {
  padding: 0 0 0 2.5rem;
  font-size: 1.5rem;
}
.footer_nav ul li a {
  color: #fff;
}

footer .copy {
  text-align: right;
  padding: 1.5rem 0 0;
  font-size: 1.2rem;
  color: #fff;
}
.page_top {
	position: absolute;
  top: 1.5rem;
  right: 5rem;
}
.page_top img {
	width: 5rem;
}


.sp, .tb, .dsp_sp {
	display:none !important;
}
.pc {
	display:block !important;
}
