@charset "UTF-8";

/*------------------------------------------------------------
	reservation
------------------------------------------------------------*/
.important-txt {
  color: #ff0000;
  margin-top: 1em;
}
.page + .goToHug::before {
	background-color: #F7B500;
}

.page + .goToHug::after {
	background-color: #F7B500;
}
.page {
	border-color: #F7B500;
	background-color: rgba(247, 181, 0, 0.15);
	position: relative;
	padding-bottom: 31px;
}
.page::before {
	background: #F7B500;
}
.page::after {
	background: #F7B500;
}
.sec02.goToHug {
	padding-bottom: 50px;
	margin-bottom: 0;
}
.goToHug__title {
	padding-top: 40px;
}
.goToHug__inner::after {
	background-color: #F7B500;
}
.goToHug.sec02 .goToHug__inner::after {
	display: none;
}
.page.sec03 {
	border-top: none;
	padding-top: 50px;
}
.page .page__title{
	margin-left: -1px;
}
.page .comImgBox .image {
	position: absolute;
	top: 318px;
}
.page .comImgBox {
	position: relative;
	margin-bottom: 64px;
}
.page .comImgBox .image02 {
	margin-left: 33px;
	width: 180px;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
}
.page .headLine01 {
	background-color: #F7B500;
	padding: 8px 0 9px;
}
.page .headLine01 img{
	vertical-align: middle;
}
.page .white-round-area {
	background: #fff;
	border-radius: 10px;
	padding: 25px 45px;
	margin: 30px 0;
}
.note-list {
	margin-top: 10px;
}
.note-list li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
.dot-list {
	margin: 20px auto;
}
.dot-list li {
	text-indent: -1em;
	padding-left: 1em;
}
.arrow-list li a {
	background: url(../img/arrow_b.png) no-repeat scroll left center;
	font-size: 14px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
i.pdflink:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 3px;
	background: url(../img/icon_pdf.gif) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
}
.link-list {
	margin: 1em auto;
	line-height: 1.85;
}
.btn-wrap {
	max-width: 600px;
	background: #00adef;
	margin: 60px auto 40px;
	padding: 25px;
	text-align: center;
}
.accordion-wrap {
	margin-top: 30px;
}
.accordion-faq {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
}
.accordion-faq + .accordion-faq {
	margin-top: 30px;
}
.accordion-faq-header {
  position: relative;
  width: 100%;
  padding: 15px 25px;
  cursor: pointer;
  background-color: #F7B500;
  border: none;
  outline: none;
	display: flex;
	justify-content: left;
}
.accordion-faq-header .accordion-faq-header-icon::before {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  display: block;
  width: 14px;
  height: 2px;
  content: '';
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-faq-header .accordion-faq-header-icon::after {
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 10;
  display: block;
  width: 2px;
  height: 14px;
  content: '';
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-faq-header.active .accordion-faq-header-icon::after {
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-faq-content {
  position: relative;
  display: none;
  padding: 15px 25px;
  background-color: rgba(247, 181, 0, 0.15);
}
.accordion-faq-content-title {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: bold;
}

@media (min-width: 521px) {
	.page .comImgBox .photo {
		width: 465px;
		flex: 1 0 465px;
		margin-left: 58px;
		margin-top: -100px;
	}
	.page .comImgBox .leftBox {
	    flex: 1 0 315px;
	}
	.page .comImgBox02 {
		margin-right: 0;
	}
	.page .comImgBox02 .photo {
		width: 315px;
	}
	.page .white-round-area .sec_text__note {
		text-align: right;
		margin-top: 20px;
	}
}
@media (max-width: 520px) {
	.breads {
		width: 100%;
		line-height: 1.4;
	}
	.page.sec01 {
		padding-bottom: 105px;
	}
	.page .comImgBox .photo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.headLine01 {
        margin-bottom: 36px;
	}
	.page .white-round-area {
		border-radius: 20px;
		padding: 15px;
		margin: 15px 0;
	}
	.page .white-round-area .sec_text__note {
		margin-top: 20px;
	}
	.pageBox.sec02 .contentBox {
		margin: 0 28px;
	}
	.pageBox.sec04 .contentBox {
		margin: 30px 28px 0;
	}
	.btn-wrap {
		margin-top: 40px;
	}
	.accordion-faq-header {
		padding: 15px 30px 15px 15px;
	}
	.accordion-faq-content {
		padding: 15px;
	}
	.accordion-faq-header .accordion-faq-header-icon::before {
		right: 12px;
	}
	.accordion-faq-header .accordion-faq-header-icon::after,
	.accordion-faq-header.active .accordion-faq-header-icon::after {
		right: 18px;
	}
}