@charset "UTF-8";

body {
	color: #4c4948;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

a {
	color: #1e7aab !important;
}

a:hover {
	opacity: .6;
}

.ofi-cover {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.container {
	max-width: 870px;
}

.small {
	font-size: 13px;
}

.site-header {
	padding: 30px 0 85px;
	position: relative;
}

.site-header .container {
	max-width: 990px;
}

.swiper-container {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.hero-bg .ofi-cover {
	height: 100%;
	width: auto;
}

.intro {
	background: url(./img/bg-intro.jpg) no-repeat center top /cover;
}

.intro-inner {
	background-color: rgba(255, 255, 255, .9);
	padding: 75px 15px 50px;
}

.cta,
.section {
	padding: 70px 0;
}

.section h2 {
	margin: 0 0 40px;
}

.cta-caret {
	margin: 0 0 15px;
}

.contents .row {
	overflow: hidden;
}

.contents-item {
	border-top: 2px dotted #1e7aab;
	padding: 18px 0 20px;
	margin-top: -20px;
}

.contents-subtitle {
	color: #1e7aab;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px;
	text-align: center;
}

.contents-text {
	font-size: 14px;
	margin: 0 0 30px;
}

.plan.schedule {
	background-color: #ecf2f8;
}

.plan hr {
	border-top: 2px dotted #1e7aab;
	margin: 30px 0;
}

.cta + hr {
	border-top: 2px solid #1e7aab;
	margin: 0 0 70px;
}

.access {
	overflow: hidden;
}

.caution-subtitle {
	background-color: #d7e3ef;
	color: #1e7aab;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
}

.caution-text {
	font-size: 14px;
	letter-spacing: .02em;
	margin: 0 0 20px;
}

.site-footer {
	background-color: #ecf2f8;
	color: #1e7aab;
	font-size: 20px;
	padding: 60px 0;
}

.site-footer dt {
	font-weight: normal;
	line-height: 40px;
}

.site-footer dd {
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}

.site-footer dd span {
	font-size: 19px;
	font-weight: normal;
}


@media(min-width: 768px) {
	.plan-body {
		margin: 0 0 0 75px;
	}
}

@media(max-width: 767px) {
	.intro-inner,
	.cta,
	.section {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.site-footer dd {
		font-size: 25px;
	}
}

.news-box-pink{
    background-color: #db4455;
    border-radius: 50px;
    color: #fff;
    padding: 20px;
    margin: auto;
    margin-bottom: 60px;
    font-size: 15px;
}

.news-box-pink h3{
	text-align: center;
	font-size: 30px;
    font-weight: bold;
}

.news-box{
    background-color: #fff;
	border-style: solid;
	border-color: #db4455;
	border-width: 7px;
    border-radius: 50px;
    color: #000;
	padding: 20px;
    margin: auto;
	margin-bottom: 60px;
    font-size: 14px;
}

.news-box h3{
	text-align: center;
	font-size: 30px;
    font-weight: bold;
	color: #db4455;
}

.news-box p {
	text-align: center;
	padding-top: 10px;
	line-height: 2;
}

.news-box span {
	color: red;
}

.menu-box{
	background-color: #efeee1;
	padding: 75px 50px 50px 50px;
}

.menu-box h3{
	color: #1E7AAB;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

.mr-25{
	margin-right: 25px;
}

.menu-box h3.bbq,
.menu-box h3.morning{
	margin-top: -108px;
}

.menu-box h3.option {
    display: flex;
    align-items: center;
}
 
.menu-box h3.option:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
}

.menu-box h3.option:after {
    margin-left: 1rem;
}

@media(min-width: 992px) {
	.bg-menu{
		position: relative;
	}

	.bg-menu::before{
		content: "";
		background-image: url(./img/bg-menu-left.png);
		background-repeat: no-repeat;
		width: 289px;
		height: 1019px;
		display: block;
		position: absolute;
		top: 90px;
		left: -230px;
	}

	.bg-menu::after{
		content: "";
		background-image: url(./img/bg-menu-right.png);
		background-repeat: no-repeat;
		width: 302px;
		height: 937px;
		display: block;
		position: absolute;
		top: 80px;
		right: -250px;
	}
}

@media(max-width: 767px) {
	.menu-box{
		background-color: #efeee1;
		padding: 75px 20px 40px 20px;
	}
	.menu-box h3.morning img{
		max-width: 70%;
	}

}

.no-link{
	pointer-events: none;
	position: relative;
	display: inline-block;
}

.no-link:after{
	content: "";
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 2;
	opacity: .7;
	border-radius: 20px;
}

.no-contact-text{
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
}




