@charset "UTF-8";
/* width */
/*border*/
header {
  width: 100%;
  max-width: 240px;
  margin: 3rem auto; }

.topimage {
  width: 100%;
  background: url(../img/bg_title.jpg) center center no-repeat;
  background-size: cover;
  aspect-ratio: 1.5 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 5rem; }
  .topimage .logo {
    width: 90%;
    max-width: 500px;
    height: auto; }

.swiper {
  margin: 2rem -1%;
  background: #888;
  width: 102%;
  aspect-ratio: 1.5 / 1; }
  .swiper .swiper-slide {
    background: #000; }
    .swiper .swiper-slide img {
      object-fit: cover;
      width: 100%; }
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 40px;
    height: 40px; }
  .swiper .swiper-button-next {
    right: 0; }
  .swiper .swiper-button-prev {
    left: 0; }

.topread .mainread {
  font-size: 3.3rem;
  line-height: 4.8rem;
  font-weight: bold;
  color: #b62f20;
  text-align: center;
  position: relative;
  padding: 1rem 5%;
  margin-bottom: 4rem;
 /*
&::before,
&:after {
	position: absolute;
	width: 30px;
	height: 30px;
	content: '';
}

&:before {
	border-left: solid 4px $main-color;
	border-top: solid 4px $main-color;
	top: 0;
	left: 1%;
}

&:after {
	border-right: solid 4px $main-color;
	border-bottom: solid 4px $main-color;
	bottom: 0;
	right: 1%;
}*/ }
  @media only screen and (max-width: 420px) {
    .topread .mainread {
      font-size: 3rem; } }
  .topread .mainread span {
    display: inline-block; }
.topread .subread {
  margin-bottom: 4rem;
  font-size: 1.9rem;
  background: #b62f20;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 1rem 1%; }
  .topread .subread span {
    display: inline-block; }
.topread .maintxt {
  margin-bottom: 2rem; }
.topread .map {
  margin: 0 auto 5rem;
  max-width: 500px; }
  .topread .map img {
    width: 100%; }

.room {
  margin-bottom: 7rem; }
  .room .subtitle {
    color: #999999;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    .room .subtitle:before {
      content: "";
      display: block;
      width: 15%;
      background: #999999;
      height: 2px;
      margin-bottom: 0.5rem; }
  .room h1 {
    color: #b62f20;
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 3rem;
    line-height: 3.3rem; }
    .room h1 span {
      font-size: 1.7rem;
      line-height: 3rem;
      display: block; }
    .room h1.sub {
      font-size: 2.5rem;
      border-top: 2px solid #b62f20;
      padding-top: 1rem; }
  .room .foruse {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right; }
  .room .appeal {
    margin-bottom: 3rem; }
    .room .appeal p {
      position: relative;
      display: block;
      margin-left: 20px;
      font-weight: bold;
      font-size: 1.7rem;
      margin-bottom: 1rem; }
      .room .appeal p::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0.75em;
        width: 17px;
        height: 6px;
        background-color: #b62f20; }
  .room .txtread {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #b62f20;
    display: inline-block;
    margin-bottom: 2.5rem;
    padding-top: 1rem; }
  .room .maintxt {
    margin-bottom: 2rem;
    display: block; }
  .room .flow img {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
  .room .btnspec {
    text-align: right;
    background: url("../img/icon_specunder.svg") right 5rem bottom no-repeat;
    background-size: 2.5rem 2.5rem;
    margin: 2rem 0;
    padding-bottom: 4rem; }
    .room .btnspec a {
      border: 3px solid #b62f20;
      border-radius: 8px;
      padding: 1rem 2rem 1rem 5rem;
      font-weight: bold;
      font-size: 1.8rem;
      background: url("../img/icon_spec.svg") left 1.5rem center no-repeat;
      background-size: 2.5rem 2.5rem; }
  .room .swiper {
    margin: 2rem -1%;
    background: #888;
    width: 102%;
    aspect-ratio: 1.5 / 1; }
    .room .swiper .swiper-slide {
      background: #000; }
      .room .swiper .swiper-slide img {
        object-fit: cover;
        width: 100%; }
    .room .swiper .swiper-button-next, .room .swiper .swiper-button-prev {
      width: 40px;
      height: 40px; }
    .room .swiper .swiper-button-next {
      right: 0; }
    .room .swiper .swiper-button-prev {
      left: 0; }

.spec {
  margin-bottom: 8rem; }
  .spec h1 {
    background: #b62f20;
    color: #FFF;
    border-top: 2px solid #999999;
    padding: 0 1%;
    margin-bottom: 3rem; }
    .spec h1::before {
      content: "";
      display: block;
      height: 4px;
      width: 102%;
      margin: 0 -1%;
      background: #FFF; }
  .spec h2 {
    color: #b62f20;
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem; }
    .spec h2::after {
      content: "";
      flex: 1;
      background: #b62f20;
      height: 2px;
      margin-left: 2rem; }
  .spec h3 {
    font-weight: bold;
    border-left: 6px solid #000;
    padding-left: 1rem;
    line-height: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem; }
  .spec .base {
    margin-bottom: 1.5rem; }
  .spec .space {
    margin-bottom: 1.5rem; }
  .spec .tableArea {
    margin-bottom: 3rem;
    max-width: 98%;
    /* 最大80%の領域内で要素をおさめる */
    overflow: auto; }
    .spec .tableArea table {
      width: 100%;
      border-collapse: collapse;
      text-align: left; }
      .spec .tableArea table th {
        background: #c9c9c9; }
      .spec .tableArea table th,
      .spec .tableArea table td {
        font-weight: normal;
        padding: 0.5rem 1.5rem 0.5rem 0.5rem;
        border-top: 1px solid #c9c9c9;
        white-space: nowrap;
        /*文字を折り返さない*/ }
      .spec .tableArea table .sub {
        color: #999999;
        font-weight: bold;
        padding-top: 1rem; }
  .spec .scroll-hint-text {
    margin-top: 0; }

.otherphoto {
  margin-top: 5rem; }

.contact {
  font-size: 1.4rem;
  text-align: center; }
  .contact p {
    font-weight: bold;
    font-size: 1.7rem;
    border-top: 2px solid #b62f20;
    padding-top: 1rem;
    margin: 0 0 1rem; }

.gotop {
  position: fixed;
  bottom: 2px;
  right: 2px;
  width: 35px;
  height: 35px;
  z-index: 999; }
  @media only screen and (min-width: 780px) {
    .gotop {
      right: calc(50% - 360px); } }

.copyright {
  margin: 2rem 0 0; }

.otherphoto {
  margin: 0 -1%; }
  .otherphoto .swiper.wid {
    margin: 2rem 0;
    width: 100%;
    aspect-ratio: 1.5 / 1; }
    .otherphoto .swiper.wid .swiper-slide {
      background: #000; }
      .otherphoto .swiper.wid .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .otherphoto .swiper.wid .swiper-button-next, .otherphoto .swiper.wid .swiper-button-prev {
      width: 40px;
      height: 40px; }
    .otherphoto .swiper.wid .swiper-button-next {
      right: 0; }
    .otherphoto .swiper.wid .swiper-button-prev {
      left: 0; }

/*# sourceMappingURL=top.css.map */
