/* リキッドレイアウト対応 */

body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-card {
	display: flex !important;
}

.c-card {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.06);
	flex-direction: column;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding: 1.25rem;
}

.c-card__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 260/146;
	object-fit: cover;
}

.c-card__title {
	flex-grow: 1;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.c-card__time {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	margin-top: 0.75rem;
}

.c-card__time span {
	background-color: #dedede;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.25rem;
}

.c-card__time time {
	font-size: 0.75rem;
	font-weight: 500;
}

.c-card__btn {
	height: 2.5rem;
	margin-top: 0.75rem;
}

.c-card__btn a {
	align-items: center;
	background-color: #306FB5;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	transition: all 0.45s;
	width: 100%;
}

.c-card__btn.reservation a {
	background-color: #FAA14F;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.c-title {
	align-items: center;
	background: #fff url(../images/frame.svg) center center/100% 100% no-repeat;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	height: 7.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 21.875rem;
}

.c-title__en {
	font-size: 1.025rem;
	font-weight: bold;
}

.c-title__ja {
	color: #306FB5;
	font-size: 2.125rem;
	font-weight: bold;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1290px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-footer {
	padding-bottom: 2.625rem;
	padding-top: 2.1875rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 16.125rem;
}

.p-footer__copy {
	color: #787878;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 2.5625rem;
	text-align: center;
}

.p-main {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-main__nav {
	margin-top: 5rem;
	position: relative;
}

.p-main__links {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(5, 1fr);
}

.p-main__link a {
	align-items: center;
	background-color: #fff;
	border: 2px solid #306FB5;
	border-radius: 0.5rem;
	color: #306FB5;
	display: flex;
	font-size: 1.0625rem;
	font-weight: bold;
	height: 3.3125rem;
	justify-content: center;
	line-height: 1.1;
	transition: all 0.45s;
	width: 100%;
}

.p-main__link a:hover {
	opacity: 0.8;
}

.p-main__blocks {
	margin-top: 5rem;
	overflow: hidden;
}

.p-main__block {
	padding-bottom: 6.25rem;
	padding-top: 3.5rem;
}

.p-main__subTitle {
	position: relative;
	text-align: center;
}

.p-main__subTitle span {
	color: #306FB5;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: bold;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	position: relative;
	z-index: 1;
}

.p-main__subTitle span::before {
	background-color: #306FB5;
	content: "";
	height: 1px;
	left: calc(50% - 50cqi);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50vw - 50%);
}

.p-main__subTitle span::after {
	background-color: #306FB5;
	content: "";
	height: 1px;
	position: absolute;
	right: calc(50% - 50cqi);
	top: 50%;
	transform: translateY(-50%);
	width: calc(50vw - 50%);
}

.p-main__tabs {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-main__tab {
	align-items: center;
	border: 2px solid #306FB5;
	color: #306FB5;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 2.125rem;
	justify-content: center;
	transition: all 0.45s;
	width: 9.6875rem;
}

.p-main__tab.is-active {
	background-color: #306FB5;
	color: #fff;
}

.p-main__slider {
	position: relative;
}

.p-main__slider .js-slider {
	opacity: 0;
	transition: all 0.45s;
	visibility: hidden;
}

.p-main__slider .js-slider:nth-child(n+2) {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-main__slider .js-slider.is-active {
	opacity: 1;
	visibility: visible;
}

.p-mv {
	background: url(../images/mv_pc.png) center center/100% 100% no-repeat;
	height: 23.375rem;
	position: relative;
	z-index: 1;
}

.p-mv__inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-mv__title {
	margin-left: auto;
	margin-right: auto;
	width: 48.125rem;
}

.p-pickup {
	background-color: #E5F1FF;
	margin-top: -3px;
	padding-bottom: 0.75rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.js-slider .slick-list {
	padding-bottom: 0.75rem;
	padding-top: 2rem;
}

.js-slider .slide-arrow {
	background: url(../images/slide-arrow.png) center center/contain no-repeat;
	cursor: pointer;
	height: 2.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 2.25rem;
	z-index: 1;
}

.js-slider .slide-arrow:hover {
	opacity: 0.8;
}

.js-slider .prev-arrow {
	left: -0.75rem;
	transform: translateY(-50%) rotate(180deg);
}

.js-slider .next-arrow {
	right: -0.75rem;
}

main {
	container-type: inline-size;
	position: relative;
}

main::before {
	background: url(../images/bg_pc.png) center right/100% auto no-repeat;
	content: "";
	height: 100%;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

@media (hover: hover) {

.c-card__btn a:hover {
	opacity: 0.7;
}

.p-main__tab:hover {
	opacity: 0.7;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-card {
	margin-left: 0;
	margin-right: 1.6875rem;
	padding: 1.0625rem;
	padding-left: 1.25rem;
	width: 18.3125rem;
}

.c-title {
	height: 7rem;
}

.c-title__en {
	font-size: 0.8375rem;
}

.c-title__ja {
	font-size: 1.8125rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-footer {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

.p-footer__logo {
	width: 13.25rem;
}

.p-main {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-main__nav {
	background-color: #fff;
	border: 2px solid #306FB5;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	min-width: 15.625rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-main__btn {
	background: url(../images/arrow.svg) center center/0.75rem no-repeat;
	height: 3.1875rem;
	position: absolute;
	right: 0.75rem;
	top: 0;
	transition: all 0.2s;
	width: 0.75rem;
}

.p-main__btn.is-active {
	transform: rotate(180deg);
}

.p-main__links {
	display: block;
}

.p-main__link:nth-child(1) {
	padding-right: 1.875rem;
}

.p-main__link a {
	border: none;
	display: block;
	height: auto;
	padding: 0.75rem 0rem 0.75rem 0.75rem;
	text-align: center;
}

.p-main__link:nth-child(n+2) {
	display: none;
}

.p-main__blocks {
	margin-top: 2.5rem;
}

.p-main__block {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.p-main__subTitle span {
	font-size: 1.625rem;
	padding: 0;
}

.p-main__subTitle span::before {
	display: none;
}

.p-main__subTitle span::after {
	display: none;
}

.p-main__tab {
	font-size: 0.9375rem;
}

.p-mv {
	background-image: url(../images/mv_sp.png);
}

.p-mv__title {
	width: 21.3125rem;
}

.p-pickup {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.p-pickup__slider {
	margin-top: 1.5rem;
}

.js-slider .slick-list {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.js-slider .next-arrow {
	display: none !important;
}

main::before {
	background-image: url(../images/bg_sp.png);
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


/*# sourceMappingURL=style.css.map */
