@charset "UTF-8";

.top_mv{
	background: url("../images/main.jpg") center center no-repeat;
	background-size: cover;
}

.top_mv::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #596b86;
    opacity: 0.5;
    display:block
}
.plan_area .plan_box .img_box img {
}
.gallery .main_ttl01 .ttl::before {
	display: none;
}
#calendar h2 {
	text-align: center;
    font-size: 30px;
}

#calendar .inner{
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
	margin:20px auto 80px;
}

.banner.lead_bn{
	padding:50px 0 0 0;
}

.pricelist table {
	text-align: center;	
}

.price_title {
	font-size: 1.4em;
	color: red;
	text-align: center; 
}
.pricelist table tr td {
	font-size: 1.2em;
	border: 1px #000 solid;
}
.tit_txt {
	font-size: 1.2em; important;
}
.tit_margin {
	margin-top: 100px !important;
}
.table_red {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
}
.att_license {
  /* background: #f5f6fa; */
  margin-top: 150px;
  padding: 0 0 120px;
  position: relative;
}
.license_btn {
	margin: 0 auto !important;
	text-align: center;
}
.att_block .box {
  display: block;
}
.txt_point {
	color: red;
	font-weight: bold;
}
.box_margin {
	margin-top: 50px;
}
.att_block .box:last-child {
	display: block;
	background: #fff;
	margin: 0 0 0;
}
.att_block .box:last-child .txt_box {
	width: 100%;
}

.att_block .box:last-child .ttl01 {
	color: #f36188 !important;
	text-align: left;
}
.att_block .box:last-child .txt {
	font-size: 1em;
	text-align: left;
}

@media screen and (max-width: 768px) {
.top_mv .mv_inner {
    font-size: 5.8vw;
}
.plan_area .plan_box .img_box img {
	height: auto;
}
#calendar h2 {
	text-align: center;
    font-size: 24px;
}
#calendar .inner{
	max-width: 96%;
	margin: auto;
	box-sizing: border-box;
	margin:20px auto 80px;
	padding:0 2%;
}
.banner.lead_bn{
	padding: 20px 15px 0;
}
.plan_table {
	width: 100%;
}


}