@charset "UTF-8";

/*========================================
reset.css
=========================================\*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*========================================
base
=========================================\*/
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  color: #222;
  line-height: 1.8;
}

main{
  overflow: hidden;
}

b,
strong,
.bold {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.5;
}

p {
  font-size: 16px;
}

ul {
  list-style: none;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #0E2F68;
  font-size: 22px;
  margin-bottom: 22px;
}

h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 10px;
}

h4 {
  border-bottom: 1px solid #0E2F68;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

h5 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 10px 0;
}

header {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding: 0.5em;
  background: #f5f5f5;
}

header .inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 100%;
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

header .btn a {
  background-color: #0E2F68;
  padding: 0.5em 1em;
  color: #fff;
}

.content {
  max-width: 960px;
  margin: 0 auto;
}

.content .text {
  margin: 0 auto;
  text-align: center;
  max-width: 750px
}

.content_text-free {
  margin: 40px 0 0 0;
}

.main-catch {
  position: relative;
  background: #000000;
  margin-top: 60px;
}

.main-catch img {
  width: 100vw;
  object-fit: contain;
}

.main-catch-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 40px;
  color: #ffff;
  text-shadow: 1px 1px 1px rgb(0 0 0);
  text-align: center;
}

.content-area {
  margin: 120px auto;
}

.worker.content-area{
  margin-bottom: 1em;
}

.bnr-area {
  margin: 24px auto;
  line-height: 0;
  display: grid;
  justify-content: center;
}

.message-area{
  margin: 5em auto;
  text-align: center;
}

.message-area h2{
  border-left: 0px;
  font-size: 18px;
  margin-bottom: 1em;
}

.floor{
  background-image: url(../images/bg_img.jpg);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.floor .inner{
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.floor .inner h2{
  text-align: center;
  border-left: 0px;
  padding: 3em 0 1.75em;
}

.floor .inner .detail {
  width: calc(100% - 460px);
  margin-bottom: 0;
}

.floor .inner .detail .desc div h2{
  padding: 0;
  text-align: left;
}

.floor .inner .detail .desc div h2 span strong:nth-of-type(1) {
  font-size: 20px;
}

.floor .inner .detail .desc div h2 span{
  display: inline-block;
  font-size: 16px;
}

.floor .inner .detail .desc div h2 span:nth-of-type(2) {
  background: #fff;
  color: #0E2F68;
  padding: 0.2rem 0.4rem;
  line-height: 1;
  margin: 0 .4rem .5rem 0;
}

.floor .inner .detail .desc div h2 p{
  text-align: left;
}

.floor .inner .col02 > * img {
  width: 100%;
}

.floor .inner .detail .desc figure{
  width: 40%;
}

.floor .inner .floor-plan > div {
  margin-top: 1.2rem;
  font-size: 80%;
}

.floor .inner .floor-plan > div dl {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.floor .inner .floor-plan > div dl dd:not(:last-child) {
  margin-right: 1.2rem;
}

.floor .inner .detail .desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.floor .inner .floor-plan > div p.desc {
  margin-bottom: 1.2rem;
  line-height: 1.8;
  font-size: 12px;
}

.floor .inner .floor-plan > div p.desc span {
  display: inline-block;
}

.floor .inner .detail .desc div ul {
  list-style: none;
  font-size: 15px;
  padding: 0;
}

.floor .inner .floor-plan > div ul.note li {
  padding-left: 1.8rem;
  position: relative;
  font-size: 12px;
}

.floor .inner .floor-plan > div ul.note li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.floor .inner .col02{
  display: flex;
  justify-content: space-between;
}

.floor .inner .col02.reverse{
  flex-direction: row-reverse;
}

.floor .inner .floor-plan{
  max-width: 400px;
  margin-bottom: 0;
}

.floor .content.detail01 .inner .floor-plan > div dl dt {
  display: inline-block;
}

.floor .inner .floor-plan > div dl dd img{
  width: auto;
}

.floor .inner .floor-plan.sp {
  display: none;
}

.map {
  /* background-image: url(../images/bg_img.jpg);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: cover;
  background-repeat: no-repeat; */
}

.map .inner {
  /* max-width: 960px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 4em; */
}

.map h2{
  text-align: center;
  border-left: 0px;
  padding: 3em 0 0.25em !important;
}

.map .btn{
  padding-bottom: 88px;
}

.map .btn a{
  display: block;
  width: fit-content;
  padding: 1em 4em;
  margin: 2em auto 0;
  font-weight: 500;
  color: #0E2F68;
  background-color: #fff;
}

.map .btn a:hover{
  opacity: 0.7;
}

.content-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  counter-reset: number 0;
}

.content-list ul li {
  width: 23%;
  padding: 16px;
  margin: 8px;
  position: relative;
}

.content-list ul li h3 {
  margin-bottom: 0.25em;
  line-height: 1.5;
}

.content-list ul li img {
  margin: 0 auto 1em;
  max-width: 100%;
  height: auto;
}

.content-list ul li span {
  font-size: 16px;
}

.content-list ul li .small-font {
  font-size: 15px;
}

.apartment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.apartment-list li {
  width: 45%;
  margin: 0 16px 32px 0;
}

.apartment-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartment-list-inner img {
  width: 150px;
  height: 150px;
}

.apartment-list-summary {
  padding-left: 16px;
  width: 100%;
}

a.btn {
  padding: 23px;
  display: block;
  margin: 0 0 50px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

a.btn:after {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-left: .5em;
  content: '\f054';
}

a.reserve {
  background: #E12626;
  border: 2px solid #E12626;
}

a.reserve:before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f52b';
}

a.reserve:hover {
  background: #fff;
  color: #E12626;
  border: 2px solid #E12626;
  opacity: 1;
}

a.request {
  background: #c6000b;
  border: 2px solid #d23f47;
  border-radius: 60px;
  box-shadow: 0 6px 0 rgb(0 0 0 / 25%);
  width: 510px;
  margin: 0 auto;
}

a.request:before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f0e0';
}

a.request:hover {
  background: #fff;
  color: #d23f47;
  border: 2px solid #d23f47;
  opacity: 1;
}

.yokoku-wrap {
  max-width: 650px;
  margin: 0 auto;
  font-size: 14px;
}

.yokoku-wrap .yokoku {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 1em 0 2em;
}

.yokoku-wrap .yokoku .box {
  border: 1px solid #222;
  padding: .15em .35em;
  width: fit-content;
  font-size: 18px;
  white-space: nowrap;
}

footer {
  padding: 1em;
  text-align: center;
  margin-top: 2em;
  background: #f5f5f5;
  color: #aaa;
  font-size: 0.8em;
}

.outline_table {
  width: 100%;
  border-collapse: collapse;
}

.outline_table tr:first-child {
  border-top: #333 1px solid;
}
.outline_table tr {
  border-bottom: #333 1px solid;
}

.outline_table th {
  background: #ebebeb;
}

.outline_table th,
.outline_table td {
  padding: 1em 1.5em;
  font-weight: 500;
  text-align: left;
  border: none;
}


@media screen and (max-width: 960px) {

  .main-catch-title {
    text-align: center;
    margin: 0 auto;
    font-size: 38px;
  }

  .content {
    margin: 72px 10px;
  }

  .content-area{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .floor .inner{
    padding-bottom: 3em;
  }

  .floor .inner h2{
    margin-bottom: 0;
    padding: 2.5em 0 1.5em;
  }

  .floor .inner .detail .desc div h2{
    margin-top: 1em;
  }

  .floor .inner .col02{
    align-items: center;
  }

  .floor .inner .col02.reverse{
    flex-direction: column-reverse;
    padding: 0 10px;
  }

  .floor .inner .detail{
    width: 100%;
    max-width: 400px;
    margin-bottom: 2em;
  }

  .floor .inner .detail .desc{
    flex-direction: column;
    margin-bottom: 1em;
  }

  .floor .inner .detail .desc figure{
    margin: 0 auto;
  }

  .floor .inner .detail .desc div ul{
    margin: 0 auto;
  }

  .map {
    padding: 0 10px;
  }

  .apartment-list li {
    width: 100%;
  }

  .content-list ul li {
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }

  .content-list ul li:last-child {
    border-bottom: none;
  }

  .content-list ul li img {
    width: 70%;
    height: auto;
  }
  .outline_table {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .logo img {
    max-width: 140px;
  }
  
  header .btn a {
    background-color: #0E2F68;
    padding: 0.5em 0.75em;
    color: #fff;
    font-size: 14px;
  }

  .message-area{
    margin: 4em auto;
  }

  .main-catch-title {
    font-size: 28px;
  }

  a.request {
    width: 100%;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .map .btn{
    padding-bottom: 2em;
  }

  .map h2{
    padding-bottom: 1.5em !important;
  }

  footer{
    margin-top: -2em;
  }
}

@media screen and (max-width: 415px) {
  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .main-catch-title {
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
  }

  .content-list ul li {
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #dddddd;
  }

  .content-list ul li:last-child {
    border-bottom: none;
  }

  .content-list ul li span {
    font-size: 14px;
  }

  .apartment-list li {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .content-list ul li img {
    width: 100%;
    height: auto;
  }

  .apartment-list-inner {
    display: block;
  }

  .apartment-list-inner img {
    width: 100%;
    height: auto;
  }

  .apartment-list-summary {
    padding: 10px 0 0 0;
  }

  a.btn {}

  .apartment-list-inner img {
    object-fit: cover;
  }
}

@media screen and (max-width: 320px) {
  .main-catch-title {
    font-size: 16px;
  }

  .content {
    margin: 88px 10px 88px;
  }

  .content-list ul li {
    width: 44%;
    padding: 10px;
  }

  .content-list ul li:before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .content-list ul li img {
    margin: 0 auto;
    max-width: 80px;
  }
}