@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input[type='submit'],
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.6rem; /* 16px*/
  color: #333333 !important;
  line-height: 1.6;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.inner {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

article {
  overflow: hidden;
}

.sp__img,
.sp__form {
  display: none !important;
}
.sp__br,
.sp__p {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__img,
  .sp__form {
    display: block !important;
  }
  .pc__img,
  .pc__form {
    display: none !important;
  }
  .sp__br,
  .sp__p {
    display: block;
  }
  .pc__br,
  .pc__p {
    display: none;
  }
}
.ca_form {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 106px 19px 80px;
  width: 330px;
  margin-top: 40px;
  position: relative;
  transition: all 0.3s;
}
.ca_form:hover {
  background-color: #fff;
  color: #000;
}
.ca_spec .ca_form {
  margin: 0 auto;
  margin-top: 50px;
}
.ca_form::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.ca_form:hover::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
@media screen and (max-width: 768px) {
  .ca_form {
    display: block;
    padding: 19px 106px 19px 80px;
    width: 335px;
    margin-top: 30px;
  }
  .ca_spec .ca_form {
    margin-top: 30px;
  }
}

/*------------------
         fv
--------------------*/
.ca_fv {
  position: relative;
}
@media screen and (min-width: 1441px) {
  .ca_fv {
    height: 50vw;
  }
  .ca_fv .slider img {
    height: 50vw !important;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ca_fv {
    height: 70vh;
  }
  .ca_fv .slider img {
    height: 70vh !important;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.ca_fv_txt_box {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  width: 100%;
  max-width: 750px;
  padding: 36px 20px 33px 64px;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .ca_fv_txt_box {
    position: absolute;
    left: 0;
    bottom: -39%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    width: 100%;
    max-width: 356px;
    padding: 25px 20px 35px 43px;
  }
}

@media screen and (max-width: 376px) {
  .ca_fv_txt_box {
    bottom: -60%;
  }
}
.ca_fv_txt {
  position: relative;
  width: 100%;
}
.read02 {
  position: absolute;
  left: -6%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px !important;
}
.ca_fv_txt img {
  width: 24px;
  margin-right: 4px;
  vertical-align: middle;
}

.ca_fv_txt .label {
  position: absolute;
  top: 50%;
  left: -81px;
  font-family: 'DM Sans', sans-serif;
  transform: translateY(-50%) rotate(-90deg);
}

.ca_fv_txt h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.8;
  color: #000;
}
.ca_fv_txt dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ca_fv_txt dt {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.8;
  width: 18%;
}
.ca_fv_txt dd {
  font-size: 20px;
  line-height: 1.8;
  width: 82%;
}
.ca_fv_txt .txtsmall {
  font-size: 12px;
}
.ca_fv_txt .pop {
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 768px) {
  .ca_fv_txt h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .ca_fv_txt dl {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .ca_fv_txt dt {
    font-weight: bold;
    font-size: 12px;
    width: 33%;
  }
  .ca_fv_txt dd {
    font-size: 14px;
    width: 64%;
    margin-block-start: 8px;
  }
  .ca_fv_txt .txtsmall {
    font-size: 10px;
  }
  .ca_fv_txt .pop {
    font-size: 20px;
  }
  .ca_fv_txt .label {
    font-size: calc(10 / 375 * 100vw);
    left: calc(-44 / 375 * 100vw);
  }
}

.yoyaku_txt {
  color: #fff !important;
  font-size: 20px !important;
  position: absolute;
  line-height: 1.8;
  padding: 11px 34px;
  background-color: #000;
  right: -20px;
  bottom: -36px;
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .yoyaku_txt {
    color: #fff !important;
    font-size: 18px !important;
    position: absolute;
    line-height: 1.8 !important;
    padding: 3.3px 37px;
    background-color: #000;
    right: -20px;
    bottom: -38px;
    border-radius: 20px 0 20px 0;
  }
}
.ca_fv .slick-dots li button {
  font-size: initial;
  color: initial;
  background: initial;
}
.ca_fv .slick-dots li.slick-active button:before,
.ca_fv .slick-dots li button:before {
  display: none;
}
.ca_fv .slick-dots li {
  width: 27px;
  height: 27px;
  margin: 0 2.5px;
  counter-increment: mycounter;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}

.ca_fv .slick-dots li:before {
  content: counter(mycounter, decimal-leading-zero);
}
.ca_fv .slick-dots li button {
  display: none;
}

.ca_fv .slick-dots {
  bottom: 20px;
  z-index: 2;
  left: 86%;
  display: flex;
}
.ca_fv .slick-dots li.slick-active {
  border: 1px solid #fff;
}

@media screen and (max-width: 875px) {
  .ca_fv .slick-dots {
    bottom: auto;
    top: 25%;
    z-index: 2;
    left: 144%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }
  .ca_fv .slick-dots li {
    width: 27px;
    height: 27px;
    margin: 3.5px 0;
  }
}
@media screen and (max-width: 768px) {
  .ca_fv .slick-dots {
    top: 15%;
    left: 136%;
  }
}
/*------------------
     information
--------------------*/

.ca_info {
  padding-top: 100px;
}
.ca_info_fx {
  display: flex;
  column-gap: 15px;
  justify-content: space-between;
}
.ca_info_txt {
  max-width: 480px;
}
.ca_info_desc {
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 20px;
}
.ca_info_desc_title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.ca_info_desc_list {
  margin-top: 8px;
  color: #333333;
  font-size: 12px;
  line-height: 1.6;
  list-style: none;
}
.ca_info_desc_item {
  position: relative;
  padding-left: 8px;
}
.ca_info_desc_item::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ca_info .pc__form {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ca_info {
    padding-top: 170px;
  }

  .ca_info_fx {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .ca_info_txt {
    max-width: 480px;
  }

  .ca_info_desc {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.ca_info_txt dt img {
  width: 25.5px;
  margin-right: 5px;
  vertical-align: bottom;
  margin-top: 5px;
}

.ca_info_txt dt img.parking {
  padding: 4px 4px 0;
}

.ca_info_txt dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  border: 5px solid #f6f6f2;
  border-radius: 8px;
  padding: 40px 35px;
}
.ca_info_txt dt {
  font-weight: bold;
  font-size: 12px;
  width: 30%;
  margin-bottom: 16px;
}
.ca_info_txt dd {
  font-size: 16px;
  line-height: 1.8;
  width: 70%;
  margin-bottom: 16px;
}
.ca_info_txt dd .txtsmall {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .ca_info_txt dl {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  .ca_info_txt dl {
    margin-top: 4px;
    padding: 35px 34px;
  }
  .ca_info_txt dt {
    font-weight: bold;
    font-size: 12px;
    width: 38%;
    margin-bottom: 16px;
  }
  .ca_info_txt dd {
    font-size: 16px;
    line-height: 1.8;
    width: 62%;
    margin-bottom: 16px;
  }
}

.ca_info_txt dd span {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
.ca_home {
  margin-bottom: 0 !important;
}
.ca_info_img {
  display: flex;
  align-items: flex-end;
  max-width: 510px;
}

@media screen and (max-width: 768px) {
  .ca_info_img {
    margin: 0 calc(50% - 50vw);
  }
}

.read {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  line-height: 1.8;
}
.read::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #c8c2a6;
  border-radius: 100vw;
  vertical-align: middle;
  margin-right: 10px;
}

.ca_info_txt h3 {
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  color: #000;
  line-height: 1.3;
  font-family: 'DM Sans', sans-serif;
}
.ca_info_txt .read03 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  font-family: 'DM Sans', sans-serif;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .ca_info_txt h3 {
    font-size: 34px;
    line-height: 1.8;
  }
  .ca_info_txt .read03 {
    font-size: 16px;
    margin-top: 40px;
  }
}

/*------------------
     ca_view
--------------------*/
.ca_view {
  margin-top: 157px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ca_view {
    margin-top: 130px;
    height: 500px;
  }
  .ca_view02 {
    margin-top: 100px;
  }
  .ca_view03 {
    margin-top: 157px;
  }
  .ca_view img {
    height: 500px;
    object-fit: cover;
  }
}

.ca_view_txt {
  display: flex;
  position: absolute;
  top: 22%;
  left: 81%;
  transform: translate(-50%, -50%);
}
.ca_view_txt_up {
  top: 10%;
}
@media screen and (max-width: 768px) {
  .ca_view_txt {
    display: flex;
    position: absolute;
    top: 21%;
    left: 74%;
    transform: translate(-50%, -50%);
  }
  .ca_view_txt_up {
    top: 10%;
  }
}
.ca_view_txt p {
  height: max-content;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 10px 0.5px;
  line-height: normal;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-right: 23px;
  letter-spacing: 0.2em;
}
.ca_view_txt p:last-child {
  margin-right: 0;
}
.ca_view_txt p:nth-of-type(2) {
  margin-top: 16px;
}
.ca_view_txt p:nth-of-type(1) {
  margin-top: 32px;
}

/* ca_view02 */

.ca_view_txt_l {
  display: flex;
  position: absolute;
  top: 99%;
  left: 19%;
  transform: translate(-50%, -50%);
}
.ca_view_txt_l p {
  height: max-content;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 10px 0.5px;
  line-height: normal;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-right: 23px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ca_view_txt_l {
    display: flex;
    position: absolute;
    top: 99%;
    left: 74%;
    transform: translate(-50%, -50%);
  }
}

/*------------------
     room
--------------------*/

.ca_room {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .ca_room {
    padding: 60px 20px 0;
  }
}

.ca_room_fx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  max-width: 930px;
}
.ca_room_fx li {
  width: 46%;
  max-width: 440px;
}

.ca_room_fx li img {
  border-radius: 10px;
}

.ca_room_fx h3 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
}
.ca_room_fx li:first-child h3 {
  font-family: 'Poppins', sans-serif;
}
.ca_room_fx p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ca_room_fx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    max-width: 930px;
  }
  .ca_room_fx li {
    width: 100%;
    max-width: 440px;
  }
  .ca_room_fx h3 {
    font-size: 20px;
  }
  .ca_room_fx h3,
  .ca_room_fx p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ca_room_fx li img {
    border-radius: 0;
  }
}
/*------------------
     spec
--------------------*/

.ca_spec {
  padding-top: 212px;
}
.ca_spec .read {
  text-align: center;
  display: block;
}
.ca_spec h2 {
  text-align: center;
  font-size: min(2.9vw, 32px);
  color: #000;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ca_spec h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.ca_spec_box {
  background-color: #c8c2a6;
  border-radius: 30px;
  text-align: center;
  padding: 55px 88px;
  margin-top: 20px;
}
.ca_spec p {
  margin-top: 50px;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ca_spec_box {
    border-radius: 0;
    text-align: center;
    padding: 30px 20px;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
  }
  .ca_spec p {
    margin-top: 20px;
    text-align: left;
  }
}
/*------------------
     ca_environment
--------------------*/

.ca_environment {
  padding-top: 100px;
}
.ca_environment .read {
  display: block;
  text-align: center;
}
.ca_environment h2 {
  font-size: 34px;
  text-align: center;
  margin-top: 16px;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ca_environment h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.8;
  }
}

.ca_environment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 55px;
  row-gap: 35px;
  margin: 73px 66px 0 43px;
}
.ca_environment li {
  font-size: 16px;
  line-height: 1.43;
  position: relative;
}
.ca_environment li:before {
  content: '';
  display: inline-block;
  font-size: 16px;
  width: 17px;
  height: 17px;
  border: 4px solid #000;
  border-radius: 100vw;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}
.ca_environment li span {
  font-size: 14px;
  line-height: 1.35;
  color: #1c1c1c;
  margin-left: 22px;
  display: inline-block;
  margin-top: 8px;
  font-family: 'Nunito Sans', sans-serif;
}
@media screen and (max-width: 768px) {
  .ca_environment ul {
    margin: 40px 0 0;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .ca_environment li {
    font-size: 16px;
    position: relative;
    width: 88%;
    max-width: 400px;
  }
}
.ca_gmap {
  width: 100%;
  position: relative;
  padding-top: 50.75%;
  margin-top: 60px;
}
.ca_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .ca_gmap {
    width: 100vw;
    position: relative;
    padding-top: 0;
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
    height: 400px;
  }
}

/*------------------
     architect
--------------------*/

.ca_architect {
  padding: 100px 0;
}
.ca_architect_box {
  background-color: #e8e8df;
  max-width: 865px;
  margin: 0 auto;
  padding: 35px 90px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .ca_architect {
    padding: 60px 0 50px;
  }
  .ca_architect_box {
    max-width: 865px;
    margin: 0 auto;
    padding: 35px 35px;
    border-radius: 10px;
  }
}

.ca_architect_box h3 {
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
}
.ca_architect_box .read {
  margin-right: 30px;
}
.ca_architect_box p {
  line-height: 1.6;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .ca_architect_box .read {
    display: inline-block;
    margin-right: 0;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .ca_architect_box p {
    line-height: 1.6;
    margin-top: 30px;
  }
}

.ca_architect_fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  max-width: 865px;
  margin: 0 auto;
  margin-top: 40px;
}
.ca_architect_img {
  max-width: 174px;
}
.ca_architect_txt {
  max-width: 600px;
}
.ca_architect_txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ca_architect_txt dt {
  width: 15%;
  font-size: 12px;
  font-weight: bold;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e8e8df;
}
.ca_architect_txt dd {
  width: 85%;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e8e8df;
}
.ca_architect_txt p {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ca_architect_fx {
    margin-top: 30px;
  }
  .ca_architect_img {
    max-width: 174px;
    min-width: 120px;
  }

  .ca_architect_txt dt {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 1.8;
    border-bottom: none;
  }
  .ca_architect_txt dd {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 4px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8df;
  }
  .ca_architect_txt dd:last-child {
    margin-bottom: 0;
  }
  .ca_architect p {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
  }
}

.ca_back {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  width: 330px;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ca_back {
    margin-top: 30px;
    width: 335px;
  }
}

.ca_back:hover {
  background-color: #000;
  color: #fff;
}
.ca_back::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  border-radius: 2px;
  transition: all 0.3s;
}
.ca_back:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
