body {
	line-height: 1.4;
}
img {
	max-width: 100%;
}
.main-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner > img {
  width: 100%;
}
.w-100{
	width: 100%;
	height: auto;
}
.block-mb{
	display: none;
}
@media(max-width:767px){
	.hidden-mb{
		 display: none !important;
	}
	.block-mb{
		display: block;
	}
}
.container {
	padding: 40px 15px 60px;
}
h1 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
}
h2 {
	position: relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 60px 0 30px;
}
h2::before {
    position: absolute;
    border-bottom: 2px solid #353535;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
@media(max-width:767px){
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
}
.box-list {
	display: flex;
	flex-direction: column;
}
.box-list li.box-list-item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
	padding: 80px 0;
}
.box-list li.box-list-item.noline {
    border-bottom: none;
}
.box-list li.box-list-item figure {
	width: 30%;
}
.box-list dl.box-list-dl {
	width: 66%;
}
.box-list dl.box-list-dl > dt {
	padding-bottom: 5px;
	font-size: 20px;
}
.box-list dl.box-list-dl dt:nth-child(n+2) {
	margin-top: 8px;
}
.box-list dl.box-list-dl > dd {
	font-size: 16px;
}
.box-list .day {
	display: block;
	width: 120px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 10px;
	background-color: rgb(211, 236, 250);
}
.box-detail {
	width: 100%;
    font-size: 14px;
}
.box-detail tr:nth-child(n+2) {
	border-top: 1px #ccc solid;
}
.box-detail th {
	width: 35%;
	background-color: #f1f1f1;
	padding: 10px;
}
.box-detail td {
	padding: 10px;
	width: 65%;
}
.box-detail li {
    list-style: disc;
    margin-left: 20px;
}
.box-detail li:nth-child(n+2){
    padding-top: 5px;
}
.box-notice {
    font-size: 14px;
    padding-top: 20px;
}
.box-notice li:nth-child(n+2) {
    padding-top: 5px;
}
@media(max-width:819px){
	.box-list li.box-list-item {
		width: 100%;
		flex-direction: column;
	}
	.box-list li.box-list-item figure {
		width: 100%;
		text-align: center;
	}
	.box-list li.box-list-item figure img {
		width: 70%;
	}
	.box-list dl.box-list-dl {
		width: 100%;
		padding-top: 20px;
	}
}
@media(max-width:430px){
    .box-list li.box-list-item figure img {
		width: 100%;
	}
}
.box-button {
    display: flex;
    flex-direction: row;
}
.box-button a {
	width: 180px;
	display: block;
	background-color: rgb(69, 139, 51);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
	padding: 10px 0;
	margin: 20px 0 0;
}
.box-button a:nth-child(n+2) {
    margin-left: 10px;
}
.box-button a:hover {
	background-color: rgb(46, 103, 32);
}
.box-price {
    padding: 10px 0 15px;
}
.box-price dt {
    padding-bottom: 5px;
}
@media(max-width:819px){
    .box-button a {
        margin: 20px auto 0;
    }
}
.price-bold {
    font-weight: bold;
}
/*----- Faq content -----*/
.faq-box{
    padding: 40px;
    border-radius: 4px;
}
.faq-box h2{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}
.box-list-dropdown {
    padding: 0;
    margin: 0;
}
.box-list-dropdown li.q1 {
    width: 100%;
    padding-top: 30px;
    display: block;    
    scroll-margin-top: 70px;
}
.dropdown{
    background-color: #fff;
}
/*
.box-list-dropdown li:first-child{
    margin-top: 20px;
}
*/
.dropdown__inner{
    border:1px solid #ccc;
    border-radius: 4px;
}
.dropdown__inner.dropdown_toggle{
    border: 1px solid #ccc;
}
.faq-title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;    
    line-height: 1.3;
    background-color: #e5e8e9;
}
.faq-content{
    position: relative;
    border-top:1px solid #DCDADA;
    display: none;
}
.faq-title:after{
    content: '\2b';
    font-family: FontAwesome;
    width: 56px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #707070;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    position: absolute;
    top: 46%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: 0;
}
.dropdown_toggle .faq-title:after{
    content: '';
    width: 15px;
    height: 2px;
    background: #707070;
    right: 21px;
    margin-top: 2px;
}
@media(max-width:991px){
    .faq-page-content > p.text-right{
        text-align: center;
    }    
}
@media(max-width:767px){
    .faq-box{
        padding: 35px 15px;
    }    
    .faq-box h2{
        font-size: 30px;
        text-align: center;
    }
    .faq-content:before, .faq-title:before{
        width: 60px;
    }
    .faq-title{
        font-size: 16px;
        line-height: 1.3;
    }
    .faq-title:after{
        width: 50px;
        font-size: 25px;
    }
    .dropdown_toggle .faq-title:after {
        width: 12px;
        height: 2px;
        right: 19px;
        margin-top: 2px;
    }
}
/*----- End Faq content -----*/