@charset "utf-8";

section {
    padding: 80px 0;
}

.btn_brown01 {
    margin-bottom: 30px;
}

.red {
	color: #dc0800;
}

.under_h1:has(br) {
    line-height: 1.2;
}

#amazing_point .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 10px;
    margin: auto;
    margin-bottom: 0px;
    max-width: 310px;
}
#amazing_point .grid img{
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom:5px;
}

.box_mue {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 50%);
    column-gap: 20px;
    margin: 0 5%;
    padding: 30px 0 0;
}

.box_mue img {
    padding-bottom: 20px;
}

.box_mue dd {
    font-size: 10px;
}

.model-name {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.txt-equal {
    transform: rotate(90deg);
    margin: 40px auto 30px;
    width: 5%;
    color: #705A30;
    font-size: 55px;
    margin-top: 95px;
    font-weight: bold;
}

.mue_item {
    width: 60%;
    margin: 0 auto 30px;
}

.mue_item:last-child {
    margin-bottom: 60px;
}

.model-name_mue {
    text-align: center;
}

.appeal_box {
    margin: 50px 0;
}

.appeal_box .txt-bold {
    font-weight: bold;
    margin: 5px 0 10px;
}
#appealTop .wrap_link{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.list-disc li {
    margin-left: 1em;
    list-style: disc;
}
#appealTop #room .appeal_box a:hover{
    opacity: .5;
}
#appealTop #room .appeal_box p{
    margin-bottom: 0;
    text-align: center;
}
h3.ttl_sec_02 span {
    font-size: 12px;
}
.facility_compre > div{
  margin-bottom:40px;
}
.facility_compre > div > div{
  width:90%;
  margin: auto;
}
.facility_compre > div > div + div{
  margin-top: 10px;
}
.facility_compre > div > div p{
  font-size: 12px;
}
.facility_compre > div > div p+p {
  margin-top: 10px;
}
.facility_compre > div .text_cap{
  font-size: 10px;
}
.facility_compre > div .btn_brown01{
  margin-top:20px;
  background: #fff;
  color: var(--color-brown04);
  border:solid 2px var(--color-brown04);
}
.facility_compre > div img{
  display: block;
  margin-bottom:10px;
  width: 100%;
}
.facility_compre > div .btn_brown01:after{
  background: url(/images_2024r/shop/common/icon/ico_btn_arror_black.svg);
}
.facility_compre > div .btn_brown01.down_arrow:after{
  transform: rotate(90deg);
}
.facility_compre > div .new_tab:after{
  background: url(/images_2024r/shop/common/icon/ico_btn_new_tab.svg) no-repeat;
}
.tbl_service {
  border: 1px solid #d9d9d9;
}
.tbl_service tr {
  min-height: 65px;
}
.tbl_service td {
  width: 50%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
@media screen and (min-width: 1020px) {
    #amazing_point .grid {
        max-width: 420px;
    }
}
