@charset "utf-8";
/* CSS Document */

a {
text-decoration:none;
color: #000;
}

body {
}

.addition_box {
width: 640px;
margin: 20px auto 0;
}

.item {
margin-bottom: 20px;
}

.item img {
width: 100%;
}

.addition_tittle {
font-size: 24px;
text-align: left;
margin: 0 auto 3px;
padding-left: 3px;
}

.addition_text_area {
margin-bottom: 23px;
padding-top: 5px;
padding-left: 3px;
}

.addition_text {
font-size: 16px;
text-align: left;
margin: 0 auto ;
padding-top: 3px;
padding-left :3px;
}

.addition_telltap {
font-weight: bold;
font-size: 19px;
text-align: left;
margin: 10px auto 0;
}

.addition_emphasize {
    font-size: 20px;
    text-align: left;
    margin: 0 auto 5px;
    padding: 3px 3px;
}

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

.room_list {
	width: 640px;
	margin: 0 auto 30px;
	padding: 0;
	display: block;
}
.room_list li {
    display: flex;
    width: 640px;
    justify-content: space-between;
}
.room_frame {
	margin-bottom: 10px;
}
.room_frame p {
	font-size: 20px;
	text-align: left;
    font-weight: bold;
	margin: 0;
}
.room_frame img {
	width: 312px;
}

.room_pickup img {
	width: 635px;
}

.triming_short img {
    object-fit: cover;
    height: 175.75px;
}

/*--------------------------------
room - wrap-grid
----------------------------------*/
.wrap-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 20px 15% 50px; */
    padding: 0;
    gap: 10px;
    margin-bottom: 50px;
}
.wrap-grid .item {
	margin: 0;
	/*width: calc(100% / 3 - );*/
}
/*space-betweenの最終列合わせ*/
.wrap-grid::after {
    content: "";
    display:block;
    width:30%; /* 子要素と同じ幅 */
}

.wrap-grid .item p {
    font-weight: var(--weight-s);
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
}


/*--------------------------------
price - table
----------------------------------*/

.price-box {margin-bottom: 40px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 0px #b4b4b4 solid;
    font-size: 17px;
	/* border-collapse: separate; */
}

td {
	padding: 10px;
	text-align: left;
}

.table-price {
    border: 2px #b4b4b4 solid;
}
thead {font-weight: 600;}

.table-price th {
    border: 2px #b4b4b4 solid;
    font-weight: 500;
}
.table-price td {
    text-align: center;
    border: 2px #b4b4b4 solid;
}
.table-head-sub {
    color: #fff;
}

/*** table design ***/
.price-1 thead {background-color: rgba(252,137,164,1)}
.price-1 thead th {background-color: rgba(252,137,164,1)}
.price-1 th {background-color: rgba(255,229,246,1)}

.price-2 thead {background-color: rgba(255,183,102,1)}
.price-2 thead th {background-color: rgba(255,183,102,1)}
.price-2 th {background-color: rgba(255,234,192,1)}

.price-3 thead {background-color: rgba(173,215,232,1)}
.price-3 thead th {background-color: rgba(173,215,232,1)}
.price-3 th {background-color: rgba(235,244,248,1)}


.price-heading {
    text-align: center;
    font-size: 25px;
    margin: 20px auto;
	font-weight: bold;
    color: #fff;
}
.price-h-1 {background: #ff3131;}
.price-h-2 {background: #fc9142;}
.price-h-3 {background: #87ceeb;}

.payment-box {}
.payment-box p {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

/*--------------------------------
access
----------------------------------*/


.map-box {margin-top: 20px;}