@charset "UTF-8";
.navBtn {
  display: none;
}
@media (max-width: 940px) {
  .navBtn {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 30;
    text-align: center;
  }
  .navBtn span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 5px #365a76;
    transition: 0.35s ease-in-out;
    right: 0;
  }
  .navBtn span:nth-child(1) {
    top: 0;
  }
  .navBtn span:nth-child(2) {
    top: 12px;
  }
  .navBtn span:nth-child(3) {
    top: 24px;
  }
}
@media (max-width: 940px) and (max-width: 500px) {
  .navBtn span {
    border-bottom: solid 4px #365a76;
  }
  .navBtn span:nth-child(1) {
    top: 0;
  }
  .navBtn span:nth-child(2) {
    top: 10px;
  }
  .navBtn span:nth-child(3) {
    top: 20px;
  }
}
@media (max-width: 500px) {
  .navBtn {
    width: 30px;
    height: 30px;
  }
}
.navBtn.open span {
  width: 30px;
  border-bottom: solid 5px #fff;
}
.navBtn.open span:nth-child(1) {
  top: 7px;
  left: 0px;
  transform: rotate(-45deg);
}
.navBtn.open span:nth-child(2), .navBtn.open span:nth-child(3) {
  top: 7px;
  transform: rotate(45deg);
}
.navBtn.open span::before {
  display: none;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: inherit;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #010101;
  line-height: 1.6;
}

h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
  line-height: 1;
}
@media (max-width: 500px) {
  h2 {
    font-size: 6vw;
  }
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 73px;
  height: 0;
  border-bottom: 5px solid #365a76;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h2.tohoku::after {
  border-bottom: 5px solid #882255;
}
h2.chubu::after {
  border-bottom: 5px solid #00ab38;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 3px 0;
  border-bottom: 2px solid #98a9b0;
}
@media (max-width: 500px) {
  h3 {
    font-size: 2rem;
  }
}

a {
  color: #010101;
}
a:visited {
  color: #010101;
}
a:hover {
	color: #365a76;
	width: auto;
}

img {
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================
  共通
============================= */
.inline_block {
  display: inline-block;
}

.sp_block {
  display: none;
}

.com_img_01 {
	width: 70%;
}


@media (max-width: 500px) {
  .sp_block {
    display: block;
  }
	
	.com_img_01 {
	width: 100%;
}
	
}

@media (max-width: 500px) {
  .sp_none {
    display: block;
  }
}

.inner_content {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .inner_content {
    padding: 0 3vw;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -1.8em;
}

.header {
  min-height: 100vh;
  height: calc(100vw * 0.4802);
}
.header.kanto, .header.tohoku, .header.chubu {
  background: url("../images/main-vis.jpg") no-repeat;
  background-size: cover;
  background-position: top 30% right 40%;
}
@media (max-width: 500px) {
  .header.kanto, .header.tohoku, .header.chubu {
    background-position: top 30% right 26%;
  }
}
.header.priceCalc {
  background: url("../images/main-vis_price.jpg") no-repeat;
  background-size: cover;
  background-position: top 30% right 40%;
}
@media (max-width: 500px) {
  .header.priceCalc {
    background-position: top 30% right 65%;
  }
}
.header.community {
  background: url("../images/main-vis_community.jpg") no-repeat;
  background-size: cover;
  background-position: top 30% right 40%;
}
@media (max-width: 500px) {
  .header.community {
    background-position: top 30% right 26%;
  }
}
.header-content {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .header-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header-content.price .area h2 {
  padding-bottom: 0;
}
.header .area {
  width: 520px;
  margin: 38vh 0 0 -28px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2%;
}
@media (max-width: 1280px) {
  .header .area {
    margin: 38vh 0 0 0;
  }
}
@media (max-width: 500px) {
  .header .area {
    width: 70%;
  }
}
.header .area.map {
  width: 580px;
  text-align: left;
}
@media (max-width: 768px) {
  .header .area.map {
    width: 86%;
  }
}
.header .area.map h2 span {
  display: inline-block;
}
.header .area h2 {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: normal;
  padding-bottom: 32px;
}
.header .area h2::after {
  display: none;
}
@media (max-width: 500px) {
  .header .area h2 {
    font-size: 4.4vw;
    padding-bottom: 3.4vw;
  }
}
.header .area-title {
  padding: 14px;
  background: #365a76;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
}
@media (max-width: 500px) {
  .header .area-title {
    padding: 2vw;
    font-size: 3.6vw;
  }
}
.header .area-title.tohoku {
  background: #882255;
}
.header .area-title.chubu {
  background: #00ab38;
}
.header .area-list {
  padding: 20px 28px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 500px) {
  .header .area-list {
    padding: 1.5vw 3vw;
    font-size: 2.8vw;
  }
}
.header .area-list span {
  display: inline-block;
}

@media screen and (max-width: 1536px) {
  h1 {
    width: 15.4%;
  }
}
@media (max-width: 940px) {
  h1 {
    width: 150px;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}
@media screen and (max-width: 1536px) {
  .nav {
    padding: 0.97% 1.953125%;
  }
}
.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1536px) {
  .nav-list {
	width: 40%;
  }
}
@media (max-width: 940px) {
  .nav-list {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 500px;
    padding: 50px 0;
    text-align: center;
    background: #365a76;
    z-index: 10;
  }
}
@media (max-width: 940px) {
  .nav-list > a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1536px) {
  .nav-list li {
    font-size: 1.0416666666vw;
  }
}
@media (max-width: 940px) {
  .nav-list li {
    font-size: 2rem;
    padding: 10px;
  }
  .nav-list li a {
    color: #fff;
  }
}
.nav-list li:not(:first-child) {
  margin-left: 2em;
}
@media screen and (max-width: 1536px) {
  .nav-list li:not(:first-child) {
    margin-left: 0.5%;
  }
}
.nav .nav-btn {
  display: none;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}

footer {
  background: #365a76;
  color: #fff;
  text-align: center;
  padding: 34px 0 60px;
}

/* ==========================
  btnTop
============================= */
#btnTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 0;
  z-index: 10;
  opacity: 0.8;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #fff;
  background-image: url("../images/common/btn-top.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  transition: all ease 0.3s;
}
@media (max-width: 500px) {
  #btnTop {
    right: 15px;
    bottom: 15px;
    width: 28px;
    height: 28px;
    background-size: 20px;
  }
}

#btnTop:hover {
  opacity: 1;
}

#btnTop a {
  display: block;
}

/* ==========================
  電話番号スマホのみ対応
============================= */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ==========================
    text-align
============================= */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
