@charset "UTF-8";
.book_now_button {
  background: #000;
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.search_form_wrapper {
  display: block;
}

.search_form_wrapper[open] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 95vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.search_form_wrapper[open] summary {
  display: none; /* モーダルが開いているときはsummaryを非表示に */
}

.search_form {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search_form_area {
  margin-bottom: 8px;
}

details.search_form_wrapper {
  display: block;
}

details.search_form_wrapper > summary {
  list-style: none; /* 三角形のアイコンを非表示にする */
  cursor: pointer; /* カーソルをポインターに変更 */
}

.wpcf7 input {
  border: 1px solid #000;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 textarea {
  border: 1px solid #000;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 input[type=file] {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

/* ファイル選択ボタンのスタイル改善 */
.wpcf7 .file-upload-wrapper {
  position: relative;
  margin-bottom: 16px;
}

.wpcf7 .file-upload-label {
  display: block;
  background-color: #f0f0f0;
  border: 1px dashed #aaa;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.wpcf7 .file-upload-label:hover {
  background-color: #e8e8e8;
  border-color: #999;
}

.wpcf7 .file-upload-text {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.wpcf7 .file-name-display {
  margin-top: 8px;
  font-size: 14px;
  word-break: break-all;
}

/* ファイル選択ボタンの非表示 */
.wpcf7 .file-upload-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
}

.wpcf7 p{
  margin-bottom: 1em;

}

.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5{
	font-weight: bold;
	margin-bottom: 1.25em;
}
.pageContent h2{
	font-size: 1.2em;
}
.pageContent h3{
	font-size: 1.1em;
}
..pageContent h4{
	font-size: 1.05em;
}
.pageContent p{
	margin-bottom: 1em;
}
.pageContent ul{
	list-style: disc;
	margin-bottom: 1em;
    padding-left: 2em;
}
.pageContent ol{
	list-style: numeric;
	margin-bottom: 1em;
	padding-left: 2em;
}

.footer-widgets .menu{
display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
}

.footer-widgets .menu a:hover{
	text-decoration: underline; 
}

.start_booking_package a{
	text-decoration: underline;
}
 
.roomItem_image img{
	height: calc(var(--spacing) * 24);
	
}
