@charset "UTF-8";

.tab-info {
  position: relative;
  margin-bottom: 12px;
  aspect-ratio: 2 / 1;
}
.tab-info > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab-info > .tab-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100% !important;
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.35;
}
.tab-info > .tab-text {
	
	}
.tab-info > .tab-text-l {
  left: 0;
}
.tab-info > .tab-text h3 {
  font-size: 21px;
  margin: 0 0 20px;
}

@media screen and (max-width:1023px) {
  .tab-info > img {
    aspect-ratio: 14 / 9;
  }
  .tab-info > .tab-text {
    width: 55%;
    padding: 30px 12px;
  }
}
@media screen and (max-width:768px) { 
  .tab-info > img {
    aspect-ratio: 12 / 9;
  }
  .tab-info > .tab-text p {
    font-size: 14px;
  }
}
@media screen and (max-width:600px) { 
  .tab-info > .tab-text {
    position: relative;
    /* top: 0; */
    width: 100%;
    height: auto!important;
    /* padding: 40px 30px; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* color: #fff; */
    /* line-height: 1.35; */
  }
}
@media screen and (max-width:480px) {

}



/* 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 {

}
/* ボタン部分 */
#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 #999;
}
#outline tr {
	border-bottom: 1px dashed #999;
}
#outline th {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
	white-space: nowrap;
}
#outline td {
  padding: 5px;
  text-align: center;
	white-space: nowrap;
}
#outline td.room-name {
  text-align: left;
}
#outline td a:hover {
	text-decoration: underline;
	}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
/*
  #outline tr {
    display: flex;
    flex-wrap: wrap;
    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%;
  }
}




#banquet_spec {}
#banquet_spec .container {
  text-align: center;
}
#banquet_spec table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  text-align: center;
}
#banquet_spec table tbody {
  width: 100%;
}
#banquet_spec th,
#banquet_spec td {
  padding: 3px;
  border: solid 1px #54585B;
  text-align: center;
  vertical-align: middle;
}
#banquet_spec th {
  background-color: #E7E7E5;
}





/* slick調整 */
.slick-slide img {
	object-fit: contain;
	aspect-ratio: 16 / 10;
	}



/* ミーティングプラン */
#meeting-plan {
	
	}
	#meeting-plan .container {
		}
		#meeting-plan .container dl {
			width: 90%;
			max-width: 768px;
			margin: 0 auto 35px;
			line-height: 1.6;
			}
			#meeting-plan .container dl dt {
				padding: 10px;
				border-bottom: 1px solid #999;
				}
			#meeting-plan .container dl dd {
				padding: 10px;
				border-bottom: 1px solid #999;
				}
				#meeting-plan .container dl dd ul {
					display: flex;
					flex-wrap: wrap;
					justify-content: flex-start;
					margin: 0 0 15px 15px;
					list-style-type: disc;
					list-style-position: outside;
					}
					#meeting-plan .container dl dd ul li {
						margin: 0 40px 0 0;
						}

/* クラウンイベントディレクター */
#ced {
	
	}
	#ced .container {
		}
		#ced .container dl {
			width: 90%;
			max-width: 768px;
			margin: 0 auto;
			line-height: 1.6;
			}
			#ced .container dl dt {
				padding: 10px;
				border-bottom: 1px solid #999;
				}
			#ced .container dl dd {
				padding: 10px;
				}




#banquet_support .two-column {
	justify-content: flex-start;
}
#banquet_support .two-column .box,
#banquet_support .two-column .box a {
	display: block;
	position: relative;
}
#banquet_support .two-column .box img {
    aspect-ratio: 16 / 10;
}
#banquet_support .two-column article a p {
    position: relative;
    bottom: unset;
    width: auto;
    min-height: unset;
    padding: 0;
    background-color: unset;
}
#banquet_support .two-column .box div {
    position: absolute;
    top: 0;
	right: 0;
	width: 45%;
	height: 100%;
    padding: 20px 10px 50px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 1.4;
    color: #fff;
	display: flex;
	flex-direction:column;
	justify-content:center;
}
#banquet_support .two-column .box div p {
    position: relative;
    bottom: unset;
    width: auto;
    min-height: unset;
    padding: 0;
    background-color: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
}
#banquet_support .two-column .box div p.title {
	font-size: 16px;
	margin-bottom: 15px;
}
#banquet_support .two-column .box div p.mes {
	font-size: 14px;
}
#banquet_support .two-column .box div span {
	text-align: right;
	display: block;
	font-size: 14px;
	margin-top: 15px;
}




