@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: calc(100% -260px);
  height: 100vh;
  min-height: 680px;
  margin-left: 260px;
  background: url("../img/mv.jpg") no-repeat center center;
  background-size: cover;
}
.mv_text {
  position: absolute;
  top: 110px;
  left: 80px;
}
.mv_text h2 {
  margin-bottom: 10px;
  font-size: 85px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.mv_text h3 {
  margin-bottom: 5px;
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.mv_text h3 span {
  display: block;
  padding-left: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.43em;
}
.mv_text p {
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.mv_text p em {
  font-size: 125px;
  font-weight: 400;
  font-style: normal;
  color: #b01e25;
}
.mv_text p span {
  margin-left: 20px;
  color: #b01e25;
}
.mv_text p mark {
  padding: 0 10px;
  background: linear-gradient(transparent 45%, #eacb2c 45%);
  font-weight: 400;
  font-style: normal;
}
.c-title {
  text-align: center;
}
.c-scrolldown {
  width: 3px;
  height: 200px;
  position: absolute;
  bottom: -150px;
  left: -260px;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -200px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -200px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200px;
  }
}
@media screen and (max-width: 1600px) {
  .c-scrolldown {
    left: -230px;
  }
}
@media screen and (max-width: 1140px) {
  #mv {
    width: calc(100% -180px);
    margin-left: 180px;
  }
  .mv_text {
    position: absolute;
    left: 60px;
  }
  .c-scrolldown {
    left: -180px;
  }
}
@media screen and (max-width: 1040px) {
  #mv {
    width: 100%;
    margin-left: 0;
  }
  .mv_text {
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 718px;
  }
  .c-scrolldown {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: 100vh;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .mv_text {
    width: 100%;
    padding: 0 20px;
  }
  .mv_text h2 {
    font-size: 9.333vw;
  }
  .mv_text h3 {
    padding: 1.333vw 0;
    font-size: 4.667vw;
  }
  .mv_text h3 span {
    padding-left: 1.333vw;
    font-size: 2.367vw;
  }
  .mv_text p {
    font-size: 7.567vw;
  }
  .mv_text p em {
    font-size: 16.667vw;
  }
  .mv_text p span {
    margin-left: 2.667vw;
  }
  .mv_text p mark {
    padding: 0 1.333vw;
  }
}


/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding-top: 250px;
  text-align: center;
}
#sec_01 img {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 100px;
}
#sec_01 h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: 500;
}
#sec_01 h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}
#sec_01 p {
  font-size: 18px;
  line-height: 2.5;
}

@media screen and (max-width: 1040px) {
  #sec_01 {
    padding-top: 24.038vw;
  }
  #sec_01 img {
    margin-bottom: 2.885vw;
    padding: 0 9.615vw;
  }
  #sec_01 h2 {
    margin-bottom: 2.885vw;
    padding-bottom: 0.962vw;
    font-size: 2.885vw;
  }
  #sec_01 h3 {
    margin-bottom: 0.962vw;
    font-size: 2.885vw;
  }
  #sec_01 p {
    font-size: 1.731vw;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 {
    padding-top: 180px;
    text-align: center;
  }
  #sec_01 img {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #sec_01 h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 500;
  }
  #sec_01 h3 {
    margin-bottom: 10px;
    font-size: 23px;
  }
  #sec_01 p {
    font-size: 16px;
    text-align: left;
  }
}
/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  padding-top: 150px;
}
.sec_02_l {
  width: 45%;
}
.sec_02_r {
  width: 55%;
}
.sec_02_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_02_bottom {
  margin-top: 80px;
  margin-bottom: 150px;
  padding-right: 50px;
}
#sec_02 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1430px) {
  .sec_02_l {
    width: 60%;
  }
  .sec_02_r {
    width: 38%;
  }
}
@media screen and (max-width: 1040px) {
  #sec_02 {
    padding-top: 80px;
  }
  .sec_02_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_02_r {
    width: 100%;
  }
  .sec_02_bottom {
    margin-top: 60px;
    margin-bottom: 80px;
    padding-right: 20px;
  }
}
/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
  padding-top: 150px;
}
.sec_03_l {
  width: 60%;
  padding-bottom: 80px;
}
.sec_03_r {
  width: 35%;
}
.sec_03_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_03_bottom {
  margin-top: -80px;
  padding-left: 50px;
}
.sec_03_bottom img {
  width: 60%;
}
@media screen and (max-width: 1040px) {
  #sec_03 {
    padding-top: 80px;
  }
  .sec_03_l {
    width: 100%;
    padding-bottom: 0;
  }
  .sec_03_r {
    width: 100%;
  }
  .sec_03_bottom {
    margin-top: 30px;
    padding-left: 0;
  }
  .sec_03_bottom img {
    width: 100%;
  }
}

.point {
  margin-top: 60px;
}
.point_box {
  position: relative;
  width: 33%;
  padding-top: 30px;
  padding-left: 30px;
}
.point_box::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  width: 150px;
  height: 150px;
  background: url("../img/point_01.png") no-repeat center center;
  background-size: cover;
}
.point_box:nth-of-type(2) {
  margin-top: 90px;
}
.point_box:nth-of-type(2)::after {
  background: url("../img/point_02.png") no-repeat center center;
  background-size: cover;
}
.point_box:nth-of-type(3) {
  margin-top: 180px;
}
.point_box:nth-of-type(3)::after {
  background: url("../img/point_03.png") no-repeat center center;
  background-size: cover;
}
.point_box_inner {
  padding: 10px;
  background: #e4e3d7;
}
.point_box_inner img {
  width: 100%;
}
.point_box_inner h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
}
.point_box_inner p {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 1.8;
}
.point_text {
  margin: 10px 0;
  padding-left: 10px;
  border-left: 7px solid #dfcca7;
}
.point_text h3 {
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 1380px) {
  .point_box::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1040px) {
  .point_box::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .point {
    margin-bottom: 30px;
  }
  .point_box {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .point_box::after {
    top: -20px;
    left: -15px;
    width: 150px;
    height: 150px;
  }
  .point_box:nth-of-type(2) {
    margin-top: 50px;
  }
  .point_box:nth-of-type(3) {
    margin-top: 50px;
  }
  .point_box_inner h3 {
    font-size: 20px;
  }
  .point_box_inner p {
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	plan_link
------------------------------------------------------*/
.plan_link {
  width: 1000px;
  margin: 80px auto;
}
.plan_link a {
  display: block;
  width: 18.5%;
}
@media screen and (max-width: 1600px) {
  .plan_link {
    width: 1000px;
    margin-left: 300px;
  }
}
@media screen and (max-width: 1380px) {
  .plan_link {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
}
@media screen and (max-width: 1140px) {
  .plan_link {
    width: calc(100% - 220px);
    margin-left: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .plan_link {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .plan_link {
    -webkit-box-pack: center;
    justify-content: center;
    margin: 60px auto;
  }
  .plan_link a {
    width: 32%;
    margin: 0 0.5% 30px;
  }
}
/*-----------------------------------------------------
	#sec_04
------------------------------------------------------*/
#sec_04 {
  padding-top: 150px;
}
.plan_name {
  width: 260px;
}
.plan_inner {
  position: relative;
  z-index: 0;
  padding: 100px 0 10px;
  background-color: #dee3e3;
  display: none;
}
.plan_inner.active {
  display: block;
}
.plan_inner_bg {
  position: absolute;
	bottom: 0;
	left: 0;
  z-index: -1;
  width: 100%;
  mix-blend-mode: multiply;
}
.plan_inner_bg img {
  width: 100%;
  height: auto;
}
.floor_name {
  width: 480px;
  margin-bottom: 10px;
}
#plan_cont2 .floor_name {
  width: 180px;
}
#plan_cont3 .floor_name,
#plan_cont4 .floor_name {
  width: 236px;
}
#plan_cont5 .floor_name {
  width: 154px;
}
.plan_inner h3 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
.plan_inner h4 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 400;
}
.plan_inner_p1 {
  font-size: 16px;
  line-height: 2;
}
.sec_04_01 {
  width: 800px;
  max-width: 100%;
  margin: -240px auto 10px;
  text-align: center;
}
#plan_cont2 .sec_04_01,
#plan_cont3 .sec_04_01
#plan_cont4 .sec_04_01,
#plan_cont5 .sec_04_01 {
  margin-left: auto;
  margin-right: 0;
}
#plan_cont2 .plan_inner_p1 {
  letter-spacing: -0.5px;
}
#plan_cont3 .plan_inner_p1 {
  width: calc(100% - 300px);
}
#plan_cont4 .plan_inner_p1 {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1320px) {
  #plan_cont2 .plan_inner_p1,
  #plan_cont5 .plan_inner_p1 {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1040px) {
  #plan_cont2 .plan_inner_p1,
  #plan_cont3 .plan_inner_p1,
  #plan_cont4 .plan_inner_p1,
  #plan_cont5 .plan_inner_p1 {
    width: 100%;
  }
}
.summary {
  margin-top: 30px;
}
.summary_l {
  width: 63%;
}
.summary_r {
  width: 34%;
  padding-top: 30px;
}
.plan_inner_photo {
  margin-top: 20px;
}
.plan_inner_photo_l {
  width: 67%;
}
.plan_inner_photo_r {
  width: 31%;
}
.plan_inner_photo_r img:first-of-type {
  margin-bottom: 20px;
}
.plan_inner_bottom {
  margin-top: 50px;
}
.plan_inner_bottom_text {
  width: 32%;
}
.plan_inner_bottom_text h5 {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 400;
}
.plan_inner_bottom_text p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.plan_inner_bottom_photo {
  width: 65%;
}
.plan_inner .cv {
  margin-top: 150px;
}
@media screen and (max-width: 1040px) {
  .sec_04_01 {
    width: 100%;
    margin: 10px auto 10px;
  }
  #plan_cont2 .sec_04_01 {
    width: 100%;
    margin: 10px auto 10px;
  }
}
@media screen and (max-width: 750px) {
  #sec_04 {
    padding-top: 80px;
  }
  .plan_name {
    width: 180px;
  }
  .plan_inner {
    padding: 60px 0 25px;
  }
  .floor_name {
    width: 280px;
  }
  #plan_cont2 .floor_name {
    width: 120px;
  }
  #plan_cont3 .floor_name,
  #plan_cont4 .floor_name {
    width: 137px;
  }
  #plan_cont5 .floor_name {
    width: 88px;
  }
  .plan_inner h3 {
    font-size: 45px;
  }
  .plan_inner h4 {
    font-size: 20px;
  }
  .summary {
    margin-top: 30px;
  }
  .summary_l {
    width: 100%;
  }
  .summary_r {
    width: 100%;
  }
  .plan_inner_photo_l {
    width: 100%;
  }
  .plan_inner_photo_r {
    width: 100%;
  }
  .plan_inner_photo_l img, .plan_inner_photo_r img {
    width: 100%;
    margin-bottom: 20px;
  }
  .plan_inner_bottom {
    margin-top: 30px;
  }
  .plan_inner_bottom_text {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .plan_inner_bottom_text h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .plan_inner_bottom_photo {
    order: 2;
    width: 100%;
  }
  .plan_inner .cv {
    margin-top: 60px;
  }
}
/*-----------------------------------------------------
	#sec_05
------------------------------------------------------*/
#sec_05 {
  padding-top: 150px;
}
.tab-content {
  position: relative;
  z-index: 0;
  display: none;
  padding: 80px;
  background: #e4e3d7;
}
.tab_bg {
  position: absolute;
	bottom: 0;
	left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.tab_bg img {
  width: 100%;
  height: auto;
}
.tab-content.active {
  display: block;
}
.tabs {
  width: 100%;
  margin: 50px auto;
}
.tab-links {
  padding: 0 80px;
  justify-content: flex-start;
}
.tab-links li {
  width: 24%;
  background-color: #c9caca;
  border-radius: 0 20px 0 0;
  margin-right: 15px;
  cursor: pointer;
}
.tab-links li a {
  display: block;
  padding-bottom: 10px;
}
.tab-links li.active {
  background-color: #e4e3d7;
}

.plan_tabs {
  width: 100%;
  margin: 0 auto 50px;
}
.plan_tab-links {
  padding: 50px 0 0 80px;
  justify-content: flex-start;
  background: url("../img/plan_subtitle.png") no-repeat right top;
  background-size: auto 25px;
}
.plan_tab-links li {
  width: 19%;
  background-color: #c9caca;
  border-radius: 0 20px 0 0;
  cursor: pointer;
  margin-right: 9px;
}
.plan_tab-links li:last-of-type {
  margin-right: 0;
}
.plan_tab-links li a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.plan_tab-links li.active {
  background-color: #dee3e3;
}
.plan_tab-links li a:hover,
.plan_tab-links li a:hover img {
  opacity: 1;
}

.tab_title_l {
  width: 50%;
}
.tab_title_l h2 img {
  width: 80%;
  margin-bottom: 30px;
}
#tab3 .tab_title_l h2 img {
  width: 98%;
}
#tab4 .tab_title_l h2 img {
  width: 100%;
}
.tab_title_r {
  width: 48%;
}
.tab_title_r h3 {
  margin-top: -50px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 400;
}
.tab_title_r p {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.tab_photo {
  margin: 80px 0;
}
.tab_photo_l {
  width: 42%;
}
.tab_photo_l img:first-of-type {
  margin-bottom: 20px;
}
.tab_photo_r {
  width: 56%;
}
.tab_bottom {
  
}
.tab_bottom_l {
  width: 68%;
}
.tab_bottom_r {
  width: 30%;
  padding-top: 30px;
}
@media screen and (max-width: 1500px) {
  .tabs {
  }
}
@media screen and (max-width: 1040px) {
  .tabs {
  }
  .tab-content {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  #sec_05 {
    padding-top: 80px;
  }
  .tab-content {
    padding: 30px;
  }
  .tabs {
  }
  .tab-links {
    padding: 0;
  }
  .plan_tab-links {
    padding: 20px 0 0;
    margin-top: 10px;
    background-size: auto 12px;
  }
  .plan_tab-links li {
    margin-right: 4px;
  }
  .tab_title_l {
    width: 100%;
  }
  .tab_title_l h2 img {
    width: 80%;
    margin-bottom: 30px;
  }
  .tab_title_r {
    width: 100%;
  }
  .tab_title_r h3 {
    margin-top: 20px;
  }
  .tab_title_r p {
    font-size: 16px;
  }
  .tab_photo {
    margin: 30px 0;
  }
  .tab_photo_l {
    width: 100%;
  }
  .tab_photo_l img {
    margin-bottom: 20px;
  }
  .tab_photo_r {
    width: 100%;
  }
  .tab_bottom_l {
    width: 100%;
  }
  .tab_bottom_r {
    width: 100%;
    padding-top: 30px;
  }
}
/*-----------------------------------------------------
	#quality
------------------------------------------------------*/
#quality {
  padding: 60px 0 100px;
}
#quality .wrap {
  padding: 30px 50px;
  background: url("../img/quality_bg.jpg") no-repeat center center;
  background-size: cover;
}
#quality .wrap a {
  position: relative;
  display: inline-block;
  padding: 5px 90px;
  background: #000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#quality .wrap a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 7px;
  height: 16px;
  background: url("../img/arrow.png") no-repeat center center;
  background-size: cover;
}
#quality .wrap h2 {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", serif;
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
#quality .wrap h2 span {
  display: block;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.4em;
}
#quality .wrap h3 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 43px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
#quality .wrap p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #quality {
    padding: 60px 0 100px;
  }
  #quality .wrap {
    padding: 50px 30px;
  }
  #quality .wrap h2 {
    margin-bottom: 30px;
    font-size: 60px;
  }
  #quality .wrap h2 span {
    font-size: 18px;
  }
  #quality .wrap h3 {
    font-size: 25px;
  }
  #quality .wrap p {
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	#sec_06
------------------------------------------------------*/
#sec_06 {
  padding-top: 150px;
}
.sec_06_l {
  width: 45%;
  padding-bottom: 60px;
}
.sec_06_r {
  width: 45%;
}
.sec_06_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_06 .full {
  margin-top: -60px;
}
@media screen and (max-width: 1280px) {
  .sec_06_l {
    width: 55%;
    padding-bottom: 60px;
  }
  .sec_06_r {
    width: 35%;
  }
}
@media screen and (max-width: 1040px) {
  #sec_06 {
    padding-top: 0;
  }
  .sec_06_l {
    width: 100%;
    padding-bottom: 30px;
  }
  .sec_06_r {
    width: 100%;
  }
  #sec_06 .full {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------
	#sec_07
------------------------------------------------------*/
#sec_07 {
  padding-top: 60px;
}
#sec_07 .wrap h2 {
  margin-bottom: 30px;
  padding: 5px;
  background: #000;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.access_l {
  width: 65%;
  padding-top: 20px;
}
.access_l h3 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 40px;
  font-family: "Noto Sans JP", serif;
  font-size: 25px;
  font-weight: 500;
}
.access_l h3::before {
  content: "";
  display: block;
  position: absolute;
	top: calc(50% - 31px);
	left: 0;
  z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../img/access_icon.png") no-repeat center center;
  background-size: cover;
}
.access_l h3::after {
  content: "";
  display: block;
  position: absolute;
	top: calc(50% - 31px);
	left: 0;
  z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #b5b5b6;
}
.access_l h3 span {
  font-size: 20px;
}
.access_text table tr th {
  padding-right: 30px;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}
.access_text table tr td {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
}
.access_text table tr td span {
  margin: 0 5px; 
  font-size: 25px;
  font-weight: 500;
}
.access_r {
  width: 33%;
}
@media screen and (max-width: 1280px) {
  .access_l {
    width: 65%;
    padding-top: 20px;
  }
  .access_l h3 {
    position: relative;
    margin-bottom: 10px;
    padding-top: 40px;
    font-family: "Noto Sans JP", serif;
    font-size: 22px;
    font-weight: 500;
  }
  .access_l h3 span {
    font-size: 14px;
  }
  .access_text {
    width: 100%;
  }
  .access_text table {
    width: 100%;
  }
  .access_text table tr th {
    width: 70%;
  }
  .access_text table tr td {
    width: 28%;
    text-align: right;
  }
}
@media screen and (max-width: 1040px) {
  .access_l h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #sec_07 .wrap h2 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
    text-align: left;
  }
  .access_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .access_l h3 {
    padding-top: 60px;
    font-size: 20px;
  }
  .access_l h3 span {
    display: block;
    font-size: 16px;
  }
  .access_text table tr th {
    padding-right: 30px;
    font-family: "Noto Sans JP", serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: underline;
  }
  .access_text table tr td {
    font-family: "Noto Sans JP", serif;
    font-size: 16px;
    font-weight: 400;
  }
  .access_text table tr td span {
    margin: 0 5px; 
    font-size: 25px;
    font-weight: 500;
  }
  .access_r {
    width: 60%;
  }
}
#sec_07 iframe {
  margin-top: 60px;
  margin-bottom: 30px;
}

.access_slide {
  max-width: 1500px;
  margin: 80px auto;
}
/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: 30.7%;
  z-index: +1;
}
.next-arrow {
  right: 30.7%;
  z-index: +1;
}
@media screen and (max-width: 750px) {
  .prev-arrow {
    left: 30px;
  }
  .next-arrow {
    right: 30px;
  }
}
/*-----------------------------------------------------
	#sec_08
------------------------------------------------------*/
#sec_08 {
  margin-top: 120px;
  padding-top: 80px;
  background: #dcd6cb;
  color: #604c3f;
}
#sec_08 h2 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 35px;
  font-weight: 700;
}
.view_text {
  width: 49%;
}
.view_text table tr th {
  width: 24%;
  padding: 10px 0;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}
.view_text table tr td {
  width: 76%;
  padding: 10px 0;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
}
.over_img {
  width: 100%;
  margin: 100px auto 0;
}
.over_img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #sec_08 {
    margin-top: 60px;
    padding-top: 40px;
  }
  #sec_08 h2 {
    font-size: 25px;
  }
  .view_text {
    width: 100%;
  }
  .view_text table {
    width: 100%;
  }
  .over_img {
    margin: 60px auto 0;
  }
}
/*-----------------------------------------------------
	#sec_09
------------------------------------------------------*/
#sec_09 {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec_09 h2 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
.contact_inner {
  padding: 50px;
  background: #dcdddd;
  border: 1px solid #000;
}
.contact_inner h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.contact_inner h3 img {
  width: 200px;
}
.contact_inner .flex {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.contact_l {
  width: 48%;
}
.contact_r {
  width: 50%;
}
.contact_r p {
  margin-bottom: 10px;
  font-size: 14px;
}
.contact_r dl {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
}
.contact_r dl dt {
  width: 20%;
  margin-bottom: 10px;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  text-align: center;
}
.contact_r dl dd {
  width: 78%;
  margin-bottom: 10px;
}
.googlemap {
  display: block;
  width: 80%;
  margin: 10px auto 0;
}
@media screen and (max-width: 750px) {
  .contact_inner {
    padding: 20px;
  }
  .contact_l {
    order: 2;
    width: 100%;
  }
  .contact_r {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
/*mailform*/
.contact_inner .box {
  border: 1px solid #95abac;
    background: #fff;
    border-radius: 10px;
    max-width: 800px;
    box-sizing: border-box;
    padding: 10px 20px 40px;
}
.mailArea {
  /* CSS Document */ }
  .mailArea .pc {
    display: inline; }
  .mailArea .sp {
    display: none; }
  @media screen and (max-width: 767px) {
    .mailArea .pc {
      display: none; }
    .mailArea .sp {
      display: inline; } }
  .mailArea body {
    margin: 0;
    padding: 0; }
  .mailArea div.lh0 {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mailArea img {
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0; }
  .mailArea a.contact {
    display: block;
    width: 40%;
    max-width: 342px;
    position: absolute; }
  .mailArea a {
    transition: 0.5s; }
  .mailArea a:hover {
    opacity: 0.7; }
  .mailArea h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #fff;
    text-align: center; }
  .mailArea h1 img {
    width: 100%;
    max-width: 2400px;
    height: auto; }
  .mailArea .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .mailArea #concept {
    padding: 100px 0; }
  .mailArea #concept a.contact {
    left: 5%;
    bottom: 0; }
  @media screen and (max-width: 767px) {
    .mailArea #concept {
      padding: 50px 0; }
    .mailArea #concept a.contact {
      left: 3%; } }
  .mailArea #landplan {
    background-color: #95abac; }
  .mailArea #kukaku {
    padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    .mailArea #kukaku {
      padding: 50px 0 0; } }
  .mailArea .contact_part a.contact {
    position: static;
    margin: 0 auto; }
  .mailArea #tokuten {
    padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .mailArea #tokuten {
      padding: 50px 0; } }
  .mailArea #tokuten .wrapper {
    max-width: 1000px; }
  .mailArea #tokuten2 {
    padding: 0 0 100px;
    line-height: 0; }
  @media screen and (max-width: 767px) {
    .mailArea #tokuten2 {
      padding: 0 0 50px; } }
  .mailArea #tokuten2 .wrapper {
    max-width: 1000px; }
  .mailArea #location {
    background-color: #95abac;
    padding: 100px 0 0;
    text-align: center; }
  .mailArea #location img {
    max-width: 2400px; }
  .mailArea #location　.contact_part {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .mailArea #location {
      padding: 50px 0 0; }
    .mailArea #location .contact_part {
      margin-top: 30px; } }
  .mailArea #map {
    padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .mailArea #map {
      padding: 50px 0; } }
  .mailArea #overview {
    background-color: #95abac;
    padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .mailArea #overview {
      padding: 50px 0; } }
  .mailArea #contact {
    padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .mailArea #contact {
      padding: 50px 0; } }
  .mailArea footer {
    background-color: #000;
    padding: 70px 0; }
  .mailArea footer .row {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
  .mailArea footer .row .column1 {
    width: 35%; }
  .mailArea footer .row .column2 {
    width: 12%; }
  .mailArea footer .row .column3 {
    width: 21%; }
  .mailArea footer .row .column4 {
    width: 24%; }
  @media screen and (max-width: 767px) {
    .mailArea footer {
      padding: 30px 0 0; }
    .mailArea footer .row {
      display: block; }
    .mailArea footer .row .column1,
    .mailArea footer .row .column2,
    .mailArea footer .row .column3,
    .mailArea footer .row .column4 {
      text-align: center;
      width: 100%; }
    .mailArea footer .row .column1 img {
      max-width: 280px; }
    .mailArea footer .row .column3 {
      width: 80%; }
    .mailArea footer .row .column1,
    .mailArea footer .row .column3,
    .mailArea footer .row .column4 {
      padding-bottom: 30px; } }
  .mailArea .box {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .mailArea .box {
      margin: 0 0; } }
  .mailArea .box div {
    line-height: 1.4em; }
  .mailArea .box table {
    margin: 0 auto; }
  .mailArea .box table tbody th {
    width: 165px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: left;
    vertical-align: top;
    padding: 17px 10px 0 0; }
  @media only screen and (max-width: 767px) {
    .mailArea .box table tbody th {
      width: 100%;
      padding: 20px 0 5px 0;
      display: block; } }
  .mailArea .box table tbody th.rows {
    padding: 10px 10px 0 0; }
  @media only screen and (max-width: 767px) {
    .mailArea .box table tbody th.rows {
      padding: 20px 0 5px 0; } }
  .mailArea .box table tbody th > span {
    float: right;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 40px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #42210a;
    border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .mailArea .box table tbody th > span {
      float: none;
      margin-left: 20px;
      vertical-align: bottom; } }
  .mailArea .box table tbody td {
    width: 604px;
    padding: 5px 0 10px 0; }
  @media only screen and (max-width: 767px) {
    .mailArea .box table tbody td {
      width: 100%;
      display: block; } }
  .mailArea .box table tbody td input[type="text"],
  .mailArea .box table tbody td input[type="email"],
  .mailArea .box table tbody td textarea {
    width: calc(100% - 20px);
    font-size: 18px;
    padding: 15px 10px;
    border: 1px solid #c7c0ad;
    border-radius: 5px;
    -webkit-appearance: none; }
  .mailArea .box table tbody td.age input[type="text"] {
    width: 125px;
    margin-right: 10px;
    font-size: 18px;
    padding: 15px 10px;
    /*border: 1px solid #C7C0AD;*/
    border-radius: 5px;
    -webkit-appearance: none; }
  .mailArea .box table tbody td.zipcode > div {
    width: 194px;
    height: 53px;
    /*border: 1px solid #C7C0AD;*/
    position: relative;
    border-radius: 5px; }
  .mailArea .box table tbody td.zipcode > div:before {
    position: absolute;
    content: "〒";
    z-index: 1;
    top: 14px;
    left: 10px; }
  .mailArea .box table tbody td.zipcode > div input[type="text"] {
    position: relative;
    font-size: 18px;
    padding: 15px 10px 15px 40px; }
  .mailArea .box table tbody td.radio {
    padding-top: 10px; }
  .mailArea .box table tbody td.radio input[type="radio"] {
    display: none; }
  .mailArea .box table tbody td.radio > label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 14px;
    padding: 13px 10px 10px 24px;
    text-align: center;
    line-height: 1; }
  .mailArea .box table tbody td.radio > label:before {
    position: absolute;
    content: "";
    top: 44%;
    left: -10px;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background: #fff;
    border: 2px solid #c7c0ad;
    border-radius: 50%; }
  .mailArea form#mailformpro label {
    font-size: 18px; }
  .mailArea .box table tbody td.radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    width: 18px;
    height: 18px;
    margin-top: -4px;
    border-radius: 50%;
    background: #79ca43; }
  .mailArea .box table tbody td select {
    min-width: 260px;
    height: 53px;
    border: 1px solid #c7c0ad;
    border-radius: 5px;
    background-color: #f2f2f2; }
  @media only screen and (max-width: 767px) {
    .mailArea .box table tbody td select {
      min-width: 100%; } }
  .mailArea .box table tbody td textarea {
    width: calc(100% - 20px) !important;
    height: 200px !important;
    font-size: 18px;
    padding: 15px 10px;
    border: 1px solid #c7c0ad;
    border-radius: 5px; }
  .mailArea .box .btn {
    text-align: center; }
  .mailArea .box .btn > button {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 60px;
    background-color: #95abac;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9); }
  @media only screen and (max-width: 767px) {
    .mailArea .box .btn > button {
      width: 80%; } }
  .mailArea .box .btn > button:hover {
    cursor: pointer;
    opacity: 0.7; }
  .mailArea .box > .banner {
    margin: 30px auto 0;
    text-align: center;
    max-width: 800px; }
  .mailArea .box > .banner a {
    transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9); }
  .mailArea .box > .banner a:hover {
    opacity: 0.5; }
  @media only screen and (max-width: 767px) {
    .mailArea .box > .banner a img {
      width: 100%; } }
  .mailArea #thanks div {
    line-height: 1.8; }
  .mailArea #thanks .header {
    background-color: #000;
    text-align: center;
    padding: 25px 0 0 25px; }
  .mailArea #thanks .header img {
    width: 200px;
    height: auto; }
  .mailArea #thanks .box {
    margin: 100px 0;
    text-align: center;
    font-size: 20px; }
  .mailArea #plan {
    padding: 0 0 100px; }
  .mailArea #plan div {
    margin: 0 auto 0 15%;
    width: 75%;
    display: flex;
    justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .mailArea #plan {
      padding-bottom: 50px; }
    .mailArea #plan div {
      margin-left: 10%;
      width: 81%; } }
  .mailArea #plan div a {
    display: block;
    width: 23%; }
  .mailArea #plan div a img {
    width: 100%;
    height: auto; }
  .mailArea #plan div a:nth-of-type(2) {
    padding-top: 5%; }
  .mailArea #plan div a:nth-of-type(3) {
    padding-top: 10%; }
  .mailArea #plan div a:nth-of-type(4) {
    padding-top: 15%; }