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

#mainimage-area {
	background-color: #f7eddd;
	object-fit: cover;

}

h2 {
	color: #6f172a;
	font-size: 30px;
	font-size: 3rem;
	display: inline-block;
	border-bottom: solid 0.5px #6f172a;
	padding: 0 2rem 1rem;
	margin: 2rem 0;
}

h2 span {
	font-size: 20px;
	font-size: 2rem;
}

#seat table {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 22px;
	font-size: 2.2rem;
	color: #4d4d4d;
	width: 100%;
}

.seat-box {
	width: 70%;
	padding: 1rem;
}

#seat table th{
	font-weight: normal;
	text-align: left;
}

#seat table td{
	font-weight: normal;
	text-align: right;

}

#seat p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	font-size: 1.6rem;
}

#room {
    margin-bottom: 6rem;
}

#room p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	color: #4d4d4d;
}

.text-1 {
	border-bottom: solid 0.5px #4d4d4d;
	padding-bottom: 1rem;
}
.text-2 {
	position: absolute;
	bottom: 0;
}

.ur-img {
	position: absolute;
	top: 0;
	right: 0;
}

#corona {
	margin-top: 5rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

#corona .taisaku {
	border: solid 1.5px #00a0ff;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 3rem;
	position: relative;
	bottom: -5rem
}

#corona .corona-text {
	width: 75%;
	margin: 0 auto;
}

#corona  h2 {
	color: #00a0ff;
	border-bottom: solid 0.5px #00a0ff;
	margin-bottom: 4rem;
	letter-spacing: 1rem;
}

#corona dt {
	color: #00a0ff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 2rem;
	
}

#corona dd {
	color: #4d4d4d;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	text-align: justify;
	margin-bottom: 3rem;
}

#corona li {
	color: #00a0ff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 2rem;
	
}

#corona p {
	color: #4d4d4d;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	text-align: justify;
}

.koukin {
	position:absolute;
	top: -10rem;
	left: -10rem;
	z-index: 10;
}

.owl01 {
	position: relative;
	bottom: -2rem;
	z-index: 1;
	text-align: right;
	left: 5rem;
}


.address {
	background-image: url("img/address-bg.jpg");
}

.address img {
	width: 80%;
}

.address .row.p-5{
	margin-right: 0!important;
	margin-left: 0!important;
}

#overview table {
	color: #4d4d4d;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	margin: 1rem auto;
}

#overview th {
	font-weight: normal;
}

#overview td {
	font-weight: normal;
}

#overview div img{width: 100%;}

/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
	
.seat-box {
	width: 85%;
}

}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
	
	
.text-1 {
	border-bottom: none;
	text-align: center;
}
	
.text-2 {
	position: inherit;
	text-align: center;

}

.ur-img {
	position: inherit;
	text-align: center;
}

#corona  h2 {
	letter-spacing: normal;
	margin-top: 5rem;
}

	
	
#corona .corona-text {
	width: 100%;
}

.koukin {
	position:absolute;
	top: -7rem;
	left: -8rem;
	z-index: 10;
}

.koukin img {
	width: 60%;
}	
	
	
.owl01 {
	left: 1rem;
}
	
.owl01 img {
	width: 30%;
}
	
#overview th {
	display: block;
}

#overview td {
	display: block;
}
	
.address img {
	width: 100%;
}


	
}