@charset "utf-8";


/*------------------------------------------------------

   common

-------------------------------------------------------*/
:root {
   --main-color: #05418c;/* 323172 */
}


body {
    font-family: 'Noto Sans JP', sans-serif;
}

.sp {
    display: none !important;
}
.inner {
    max-width: 1140px;
    padding: 0 20px;
	margin: auto;
    position: relative;
}

#contents {
	padding-bottom: 30%;
    position: relative;
    background: url("../img/ft_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}
#contents:after {
    content: '';
    width: 100%;
    height: 80%;
    background: #f3f2eb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.main {
    height: 0;
    text-align: center;
    margin-top: 50px;
    padding-top: 110%;
    background: url("../img/main.png") center no-repeat;
    background-size: cover;
}
.main h1 {
    width: 47%;
    max-width: 622px;
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.sub {
    text-align: center;
	background: url("../img/date_bg.png") no-repeat center;
	background-size: contain;
}
.sub .catch {
	color: var(--main-color);
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
}
.sub .catch:before,
.sub .catch:after {
    content: '…';
    display: inline-block
}
.sub .catch:before {
    margin-right: 10px;
    transform: rotate(65deg);
}
.sub .catch:after {
    margin-left: 10px;
    transform: rotate(-65deg);
}
.sub h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
.sub h2 span {
    color: var(--main-color);
}
.icons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.icons > li {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    border-radius: 1000px;
    padding: 5px 40px;
    margin: 0 10px;
}

.schedule {
    max-width: 805px;
    margin: auto;
    padding: 4% 5%;
    background: #fff;
    border-radius: 20px;
    border: solid 5px var(--main-color);
    border-color: #333272;
}
.schedule a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: #e1866a;
    display: block;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
}
.schedule a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 1000px;
	position: relative;
	vertical-align: -3px;
	margin-left: 10px;
}
.schedule a i:after {
    content: '';
    color: #e1866a;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 6px;
}

#gb-footer {
    margin-top: 50px;
}
.footer-in {
    display: flex;
    justify-content: space-between;
}
.footer-info {
    width: 45%;
}
.footer-date {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-tel {
    color: var(--main-color);
    font-size: 28px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}
.footer-tel i {
    display: inline-block;
    width: 40px;
    height: 42px;
    background: url("../img/icon_free.png") no-repeat center;
    background-size: contain;
}
.footer-tel a {
    display: inline-block;
    color: var(--main-color);
    font-size: 58px;
    margin-left: 20px;
}
.footer-info01 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #e6ebf3;
    border-radius: 1000px;
    padding: 5px;
    margin-top: 10px;
}
.footer-info02 {
    font-size: 22px;
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
    margin-top: 10px;
}
.footer-time table {
	font-size: 18px;
	font-weight: 500;
    width: 100%;
    border-collapse: collapse;
	margin-top: 20px
}
.footer-time table thead {
    color: #fff;
    background: var(--main-color);
}
.footer-time table td {
	padding: 5px;
	text-align: center;
}
.footer-time table tbody {
    color: var(--main-color);
}
.footer-time table tbody .border {
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}

.footer-access {
    width: 48%;
}
.footer-access p {
    color: var(--main-color);
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}


.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 60px;
	background: var(--main-color);
}


@media (max-width: 815px) {


	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}

	.main h1 {
		width: 60%;
		top: 12%;
	}

	.sub {
		margin-top: 20px;
	}
	.sub .catch {
		font-size: 20px;
	}
	.sub h2 {
		font-size: 24px;
		margin-top: 10px;
	}
	.icons {
		margin-bottom: 25px;
	}
	.icons > li {
		font-size: 13px;
		padding: 5px 15px;
		margin: 0 5px;
	}
	.schedule a {
		font-size: 12px;
		padding: 10px;
		margin: 15px auto 0;
		max-width: 90%;
	}
	.schedule a i {
		width: 15px;
		height: 15px;
		margin-left: 5px;
	}
	.schedule a i:after {
		width: 4px;
		height: 4px;
		left: 4px;
		top: 5px;
	}

	.footer-in {
		display: block;
	}
	.footer-info {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-date {
		font-size: 16px;
	}
	.footer-tel {
		font-size: 20px;
	}
	.footer-tel i {
		width: 30px;
		height: 31px;
	}
	.footer-tel a {
		font-size: 40px;
		margin-left: 15px;
	}
	.footer-info01 {
		font-size: 13px;
	}
	.footer-info02 {
		font-size: 16px;
	}
	.footer-time table {
		font-size: 14px;
	}
	.footer-access {
		width: 100%;
	}
	.footer-access p {
		font-size: 14px;
	}

}
    




