body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #231815;
}

.hidden {
	overflow: hidden;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

main {
	max-width: 75rem;
	width: 100%;
	margin: 0 auto;
}

.common-inner {
	padding: 0 5rem;
}

img {
	width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

.ruby {
	position: absolute;
	top: -2.2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
}

p {
	letter-spacing: -0.03em;
}

.common-bg {
	position: relative;
	z-index: 1;
}

.common-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bg_02.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-05 {
	margin-top: 0.5rem !important;
}

.mt-10 {
	margin-top: 1rem !important;
}

.mt-15 {
	margin-top: 1.5rem !important;
}

.mt-20 {
	margin-top: 2rem !important;
}

.mt-25 {
	margin-top: 2.5rem !important;
}

.mt-30 {
	margin-top: 3rem !important;
}

.mt-35 {
	margin-top: 3.5rem !important;
}

.mt-40 {
	margin-top: 4rem !important;
}

.mt-45 {
	margin-top: 4.5rem !important;
}

.mt-50 {
	margin-top: 5rem !important;
}

.mt-60 {
	margin-top: 6rem !important;
}

.mt-70 {
	margin-top: 7rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.px-10 {
	padding: 0 1rem !important;
}

.px-20 {
	padding: 0 2rem !important;
}

.px-50 {
	padding: 0 5rem !important;
}

.px-60 {
	padding: 0 6rem !important;
}

.ls004 {
	letter-spacing: -0.04em !important;
}

.ls005 {
	letter-spacing: -0.05em !important;
}

.nowrap {
	white-space: nowrap !important;
}

.orange {
	color: #c45c23 !important;
}

.orange-light {
	color: #f08300 !important;
}

.yellow {
	color: #cba71b;
}

.yellow-dark {
	color: #9d7c12;
}

.black {
	color: #231815 !important;
}

.red {
	color: #e94746 !important;
}

.red-dark {
	color: #b63323 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.indent {
	padding-left: 1em !important;
	text-indent: -1em !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.common-btn {
	display: block;
	width: 53rem;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
	border-radius: 1rem;
	background-color: #284c7f;
	padding: 1.5rem 0;
	margin: 2rem auto 0;
}

/* anchor
/* --------------------------------------------------------- */

.anchor {
	display: flex;
	justify-content: space-between;
	width: 60.5rem;
	margin: 4.5rem auto 0;
}

.anchor__link {
	width: 17.7rem;
}

/* fv
/* --------------------------------------------------------- */

.fv {
	position: relative;
	z-index: 1;
}

.fv::before {
	content: "";
	position: absolute;
	top: 78rem;
	left: 0;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 123rem;
	z-index: -1;
}

.fv__txt {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.75;
	font-family: "Noto Serif", serif;
}

.fv__map {
	width: 70rem;
	margin: 3rem auto 0;
}

/* ct
/* --------------------------------------------------------- */

.ct {
	border-radius: 1.5rem;
	background-color: #fff;
	padding: 3rem 3rem 4rem;
}

.ct__box {
	padding-top: 2rem;
	margin-top: 2rem;
}

.ct__ttl {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: -0.03em;
	padding-left: 1em;
	text-indent: -1em;
}

.ct__txt {
	font-size: 2.7rem;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.ct__txt.sml {
	font-size: 2.4rem;
	line-height: 1.5;
}

.ct__txt .num {
	color: #e94746;
}

.ct__txt .note {
	display: inline-block;
	font-size: 2rem;
	margin-left: 0.5rem;
	transform: translateY(-0.3rem);
}

.ct__head {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.03em;
	padding-left: 1em;
	text-indent: -1em;
}

.ct__head ._md {
	font-weight: 500;
	margin-left: -0.5em;
}

.ct__head .sml {
	font-size: 2.5rem;
}

.ct__head .black {
	color: #231815;
}

.ct__head.ct__head--index-none {
	padding-left: 0;
	text-indent: 0;
}

.ct__ttl + .ct__head {
	margin-top: 0.5rem;
}

.maru {
	font-size: 2.2rem;
	margin-right: 0.5rem;
}

.ct__link {
	display: block;
	font-size: 2.7rem;
	color: #004ea2;
	text-decoration: underline;
	margin-top: 3rem;
	white-space: nowrap;
}

.ct__detail {
	padding: 1.5rem 2rem;
}

.ct__detail-txt {
	font-size: 2.7rem;
	line-height: 1.6;
}

.ct__times {
	font-size: 2.7rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding-left: 1em;
	text-indent: -1em;
}

.ct__times ._bold {
	font-weight: 700;
}

/* sec01
/* --------------------------------------------------------- */

.sec01 {
	padding-top: 4.5rem;
}

.sec01__ttl-note {
	font-size: 2.4rem;
	text-align: center;
	color: #c45c23;
	margin-top: 1.5rem;
}

.sec01 .ct__box--bt {
	border-top: 0.3rem solid #c45c23;
}

.sec01 .ct__ttl,
.sec01 .ct__head,
.sec01 .tri,
.sec01 .ct__times ._bold,
.sec01 .ct__time {
	color: #c45c23;
}

.sec01 .ct__head--blue {
	color: #1c6f87;
}

.sec01 .ct__detail {
	background-color: rgba(240, 215, 194, 0.75);
	margin-top: 1rem;
}

.sec01__btn {
	display: block;
	width: 53rem;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
	border-radius: 1rem;
	background-color: #284c7f;
	padding: 2rem 0;
	margin: 3rem auto 0;
}

.sec01__item {
	position: absolute;
	top: 5rem;
	left: 33rem;
	width: 26rem;
}

.sec01__map {
	display: block;
	width: 56rem;
	margin: 5rem auto 0;
	position: relative;
}

.sec01-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.sec01-modal__area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	padding: 5rem;
	background-color: #fff;
}

.sec01-modal__close {
	position: absolute;
	top: -7rem;
	right: -1rem;
	color: #fff;
	font-size: 6rem;
	cursor: pointer;
}

.sec01-poster {
	width: 50rem;
	margin: 3rem auto 0;
}

/* sec02
/* --------------------------------------------------------- */

.sec02 {
	padding-top: 4.5rem;
}

.sec02 .ct__box--bt {
	border-top: 0.3rem solid #1c6f87;
}

.sec02 .ct__box--bt-dot {
	border-top: 0.4rem dotted #e94746;
}

.sec02 .ct__ttl,
.sec02 .ct__head {
	color: #1c6f87;
}

.sec02 .ct__head--orange {
	color: #c45c23;
}

.sec02__traffic {
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
	background-color: #1c6f87;
	padding: 1.5rem 0;
	margin: 4.5rem auto 0;
}

.sec02__beni {
	width: 21.5rem;
	margin: 4rem auto 0;
}

/* sec03
/* --------------------------------------------------------- */

.sec03 {
	padding-top: 4.5rem;
}

.sec03 {
	padding-bottom: 4rem;
}

.sec03 .ct__box--bt {
	border-top: 0.3rem solid #cba71b;
}

.sec03 .ct__box--bt-dot {
	border-top: 0.4rem dotted #cba71b;
}

.sec03 .ct__ttl,
.sec03 .ct__head,
.sec03 .tri,
.sec03 .ct__times ._bold,
.sec03 .ct__time {
	color: #cba71b;
}

.sec03 .ct__detail {
	background-color: rgba(237, 223, 181, 0.75);
	margin-top: 1rem;
}

.sec03 .ct__detail--yellow-light {
	background-color: rgba(255, 243, 195, 0.75);
	margin-top: 1rem;
}

/* footer
/* --------------------------------------------------------- */

.footer {
	max-width: 75rem;
	width: 100%;
	text-align: center;
	margin: 6.5rem auto 8rem;
}

.footer__ttl {
	font-size: 4rem;
	font-family: "Noto Serif", serif;
	font-weight: 700;
}

.footer__head {
	display: inline-block;
	min-width: 100px;
	font-size: 2.4rem;
	font-family: "Noto Serif", serif;
	font-weight: 800;
	color: #fff;
	border-radius: 4rem;
	background-color: 2.4rem;
	background-color: #ee869a;
	padding: 1rem 0;
	margin-top: 3.5rem;
}

.footer__txt {
	font-size: 2.7rem;
	font-family: "Noto Serif", serif;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 1.5rem;
}

@media screen and (min-width: 1080px) {

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

}

@media screen and (max-width: 1079px) {

.pc {
	display: none;
}

.tb {
	display: block;
}

}

@media screen and (max-width: 750px) {

html,
body {
	font-size: 1.3333333333vw;
}

.tb {
	display: none;
}

.sp {
	display: block;
}

.sec01-modal__area {
	width: 90%;
	padding: 1rem;
}

}

