<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* first_text_section */
#first_text_section {}
#first_text_section ul.banquet_spec {
  margin-bottom: 35px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#first_text_section ul.banquet_spec li {
  font-size: 32px;
  text-align: center;
  border-right: 1px solid #C7C8CA;
  padding: 12px 28px;
  font-weight: 400;
}
#first_text_section ul.banquet_spec li:last-child {
  border-right: none;
}
#first_text_section ul.banquet_spec li small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#first_text_section ul.banquet_spec li small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#first_text_section .btn_wh {
  margin-top: 45px;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) { 
}
@media screen and (max-width:600px) { 
  #first_text_section ul.banquet_spec li {
    font-size: 26px;
    padding: 6px;
  }
  #first_text_section ul.banquet_spec li small {
    font-size: 16px;
  }
}
@media screen and (max-width:480px) { 
}





/* package */
#package {}
#package .container {
}
#package ul li {
  padding: 0 8px;
}
#package ul li picture {}
#package ul li picture img {}
#package ul li h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
#package ul li .price {}
#package ul li .spec {
  margin-top: 30px;
}
#package ul li .link {
  text-align: center;
}
#package ul li .link a {
  margin: 0 5px;
}

/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #54585B;
	border-top: 1px solid #54585B;
	border-bottom: 1px solid #54585B;
}
.Label::before {		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #54585B;
	border-right: 1px solid #54585B;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.spec_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.spec_content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .spec_content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

@media screen and (max-width:1024px) {
  #package .container {
    width: 80%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #package .container {
    width: 75%;
  }
}





/* support */
#support {
  background-color: #E7E7E5;
}
#support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#support ul li {
  width: 32%;
}
#support ul li picture {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#support ul li picture::before {
  content: '';
  padding-top: 65%;
}
#support ul li picture img {
  position: absolute;
  width: 100%;
  height: 100%;
	object-fit: cover;
}
#support ul li h4 {
  font-size: 18px;
  margin-bottom: 23px;
}
#support ul li p {
  font-size: 16px;
  color: #808282;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #support ul li {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #support ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}





/* room */
#room {
  padding: 90px 0 0;
}
/* ボタン部分 */
#room .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#room .tab_label {
  display: block;
  /* font-size: 1.8rem; */
  cursor: pointer;
  padding: 0 0 4px;
  margin: 0 1% 10px;
  color: #54585B;
}
#room .tab_label:hover {
  border-bottom: 1px solid #ACACAC;
}
#room input[name="tab_switch"] {
    display: none;
}
#room .tabs input:checked + .tab_label {
  border-bottom: 1px solid #ACACAC;
}
#room .tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ACACAC transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

/* リスト部分 */
#room .tabs_inn {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
#room .tabs_inn::before {
  content: '';
  display: block;
  padding-top: 70%;
}
#room .tab_content {
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}

#tab9:checked ~ .tabs_inn #tab9_content,
#tab8:checked ~ .tabs_inn #tab8_content,
#tab7:checked ~ .tabs_inn #tab7_content,
#tab6:checked ~ .tabs_inn #tab6_content,
#tab5:checked ~ .tabs_inn #tab5_content,
#tab4:checked ~ .tabs_inn #tab4_content,
#tab3:checked ~ .tabs_inn #tab3_content,
#tab2:checked ~ .tabs_inn #tab2_content,
#tab1:checked ~ .tabs_inn #tab1_content {
  z-index: 0;
  opacity: 1;
  animation: powa 1s;
}
@keyframes powa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#room .tab_content a {
  display: block;
  position: relative;
}
#room .tab_content picture {
  width: 100%;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#room .tab_content picture::before {
  content: '';
  display: block;
  padding-top: 70%;
}
#room .tab_content picture img {
  position: absolute;
  width: 100%;
  height: 100%;
	object-fit: cover;
}
#room .tab_content .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.58);
  color: #fff;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
#room .tab_content .info h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
#room .tab_content .info h4 small {
  font-size: 13px;
}
#room .tab_content .info p {
  font-size: 17px;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #room .tab_content .info {
    width: 45%;
  }
}
@media screen and (max-width:640px) {
  #room .tab_content .info {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  #room .tabs_inn::before {
    padding-top: 130%;
  }
}
@media screen and (max-width:600px) {
  #room .tabs_inn::before {
    padding-top: 180%;
  }
}
@media screen and (max-width:480px) {
  #room .tabs_inn::before {
    padding-top: 230%;
  }
}




/* outline */
#outline .container {
  padding-top: 0;
}
#outline table {
  width: 100%;
  font-size: 16px;
  border-collapse:  collapse;     /* セルの線を重ねる */
  border-bottom: 1px solid #54585B;
}
#outline th {
  border-top: 1px solid #54585B;
  border-bottom: 1px solid #54585B;
  padding: 25px 0;
  text-align: center;
  font-weight: 300;
}
#outline td {
  padding: 5px 0;
  text-align: center;
}
#outline tr td:nth-child(1) {
  text-align: left;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #outline tr {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    align-items: stretch;
  }
  #outline td,#outline th {
    width: 25%;
    flex-grow: 1;
    padding: 7px 0;
  }
  #outline th {
    border-bottom: none;
  }
  #outline tr td:first-child {
    width: 100%;
    border-top: 1px solid #54585B;
  }
  #outline tr th:first-child {
    width: 100%;
    border-top: 1px solid #54585B;
  }
}
@media screen and (max-width:600px) {
  #outline tr {
    justify-content: flex-start;
  }
  #outline th {
    display: none;
  }
  #outline td {
    width: auto;
    text-align: left;
  }
  #outline td::before {
    font-size: 13px;
    margin-right: 7px;
    font-weight: 400;
  }
  #outline td:nth-child(2)::before {
    content: '階数／';
  }
  #outline td:nth-child(3)::before {
    content: '面積[㎡]／';
  }
  #outline td:nth-child(4)::before {
    content: 'サイズ[m]／';
  }
  #outline td:nth-child(5)::before {
    content: '入口サイズ[m]／';
  }
  #outline td:nth-child(6)::before {
    content: 'スクール／';
  }
  #outline td:nth-child(7)::before {
    content: 'シアター／';
  }
  #outline td:nth-child(8)::before {
    content: '正餐／';
  }
  #outline td:nth-child(9)::before {
    content: '立食／';
  }
}
@media screen and (max-width:480px) {
}



/* contact */
#contact {
  padding: 0;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contact picture {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #000;
}
#contact picture img {
  opacity: 0.7;
  line-height: 0.1em;
}

#contact .container {
  max-width: none;
  width: 100%;
  position: absolute;
  text-align: center;
}
#contact .container h2 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2em;
}
#contact .container .btn_wh {
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  #contact picture {
    position: relative;
    overflow: hidden;
  }
  #contact picture::before {
    content: '';
    display: block;
    padding-top: 26%;
  }
  #contact picture img {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contact .container {
    padding: 45px 0;
  }
}
@media screen and (max-width:768px) { 
}
@media screen and (max-width:600px) { 
  #contact picture::before {
    padding-top: 35%;
  }
}
@media screen and (max-width:480px) { 
  #contact picture::before {
    padding-top: 65%;
  }
}</pre></body></html>