@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Noto Sans JP',sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
}
a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
a:active {
	color: #191919;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #151515;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.content {
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.dela {
	font-family: "Dela Gothic One", sans-serif;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.content {
		width: 90%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}
	.tb-off {
		display: none;
	}
}
@media screen and (max-width:430px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}

.sec_ttl {
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.sec_ttl::before {
	content: "";
	background: url(../img/ttl_icon_01.svg) no-repeat center;
	width: 36px;
	height: 24px;
	position: absolute;
	left: -25px;
	top: 55%;
	transform: translate(-100%, -50%);
}
.sec_ttl::after {
	content: "";
	background: url(../img/ttl_icon_02.svg) no-repeat center;
	width: 36px;
	height: 24px;
	position: absolute;
	right: -25px;
	top: 55%;
	transform: translate(100%, -50%);
}
.sec_ttl h2 {
	font-size: clamp(30px, 7vw, 40px);
	font-weight: normal;
	font-family: "Dela Gothic One", sans-serif;
	line-height: 1.0;
	letter-spacing: 3px;
}
.sec_ttl p {
	font-size: clamp(22px, 5vw, 29px);
	font-family: "Dela Gothic One", sans-serif;
	letter-spacing: 2px;
}

@media screen and (max-width:896px) {
	.sec_ttl::before {
		left: -10px;
	}
	.sec_ttl::after {
		right: -10px;
	}
	.sec_ttl::before, .sec_ttl::after {
		background-size: contain;
		width: 28px;
		height: 18px;
	}
	.sec_ttl h2 {
		letter-spacing: 2px;
	}
	.sec_ttl p {
		letter-spacing: 1px;
	}
}


#splash {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	background: #fff;
	text-align:center;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash_logo img {
	width: 260px;
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	padding: 20px 30px;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	transition: 0.3s;
}
#header .header_logo {
	width: fit-content;
}
.headerColorScroll {
  background-color: #fff;
}

@media screen and (max-width:896px) {
	#header .header_logo a img {
		width: 190px;
	}
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual .mainvisual_content {
	height: 100svh;
	position: relative;
}
#mainvisual .mainvisual_video {
	height: 100svh;
	overflow: hidden;
}
#mainvisual .mainvisual_video video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#mainvisual .mainvisual_ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	writing-mode: vertical-rl;
	pointer-events: none;
}
#mainvisual .mainvisual_ttl h2 {
	font-family: "Dela Gothic One", sans-serif;
	font-size: clamp(51px, 12vw, 75px);
	font-weight: normal;
	color: #fff;
	letter-spacing: -10px;
	line-height: 1.4;
	white-space: nowrap;
	padding-bottom: 10px;
}
#mainvisual .mainvisual_ttl h2 span {
	background-image: linear-gradient(to bottom, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 3px 2px, 3px 2px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
	display: inline-block;
}
#mainvisual .mainvisual_ttl h2 span.ttl_02 {
	background-image: linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 3px 2px;
  background-repeat: repeat-y;
  background-position: left top;
}
#mainvisual .mainvisual_btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#mainvisual .mainvisual_btn a {
	width: 100%;
	height: 53px;
	background-color: #FFE200;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#mainvisual .mainvisual_btn a p {
	font-size: clamp(18px, 4vw, 25px);
	font-family: "Dela Gothic One", sans-serif;
	line-height: 1.0;
}
#mainvisual .mainvisual_btn a span {
	background-color: #000;
	height: 21px;
	width: 21px;
	display: block;
	position: relative;
	border-radius: 50%;
}
#mainvisual .mainvisual_btn a span::before {
	content: "";
	border-top: 2px solid #FFE200;
	border-right: 2px solid #FFE200;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
#mainvisual .mainvisual_banner {
	background-color: #DD000B;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	gap: 20px;
  overflow: hidden;
}
#mainvisual .mainvisual_banner::before {
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: calc(100% - 12px);
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
#mainvisual .mainvisual_banner .mainvisual_banner-slider {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex;
	gap: 20px;
	padding: 12px 0;
}
#mainvisual .mainvisual_banner .mainvisual_banner-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
#mainvisual .mainvisual_banner .mainvisual_banner-inner img {
	max-width: 74px;
}
#mainvisual .mainvisual_banner .mainvisual_banner-inner .txt {
	color: #fff;
}
#mainvisual .mainvisual_banner .mainvisual_banner-inner .txt p {
	font-size: 13px;
}
#mainvisual .mainvisual_banner .mainvisual_banner-inner .txt h3 {
	font-size: 15px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



/*------------------------------------------------------------
	アバウト
------------------------------------------------------------*/
#about .about_content {
	text-align: center;
	margin: 70px 0 110px;
}
#about .about_content h2 {
	font-size: clamp(24px, 6vw, 28px);
	margin-bottom: 2rem;
}
#about .about_content p {
	font-size: 18px;
}
#about .about_content p:has(span) {
	margin-top: 2rem;
}
#about .about_content p span {
	font-size: 16px;
}



/*------------------------------------------------------------
	はじめての方へ
------------------------------------------------------------*/
#first .first_content {
	border: 8px solid #DE000B;
	padding: 60px 80px 80px;
	margin: 100px 0;
	border-radius: 20px;
	position: relative;
}
#first .first_content::before {
	content: "";
	background-color: #fff;
	max-width: 500px;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
#first .sec_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -65%);
}

#first .first_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 35px;
}
#first .first_list ul li .img {
	margin-bottom: 20px;
	position: relative;
}
#first .first_list ul li .img h3 {
	margin-top: -20px;
	text-align: center;
	font-size: clamp(22px, 6.9vw, 27px);
	font-weight: normal;
	color: #fff;
	font-family: "Dela Gothic One", sans-serif;
	width: 100%;
	line-height: 1.45;
}
/* #first .first_list ul li:nth-child(2) .img h3 {
	margin-top: -30px;
} */
/* #first .first_list ul li:nth-child(4) .img h3 {
	margin-top: -60px;
} */
#first .first_list ul li .img h3 span {
	background-color: #DE000B;
	padding: 0 10px;
}

@media screen and (max-width:896px) {
	#first .sec_ttl {
    position: static;
    transform: translate(0, 0);
		margin-bottom: 25px;
	}
	#first .first_content {
		border: 0;
		padding: 0;
		margin: 70px 0;
		border-radius: 20px;
		position: relative;
	}
	#first .first_list ul {
		grid-template-columns: 1fr;
		gap: 40px 35px;
	}
}


/*------------------------------------------------------------
	人気メニュー
------------------------------------------------------------*/
#popular {
	overflow: hidden;
}
#popular .popular_content {
	margin: 0 0 95px;
}
#popular .popular_content .sec_ttl {
	margin-bottom: 25px;
}
#popular .popular_list {
	margin: 0 calc(50% - 50vw);
	position: relative;
}
#popular .popular_list .popular_list-inner {
	cursor: pointer;
}
#popular .popular_list .popular_list-inner:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#popular .popular_list .popular_list-inner .img {
	position: relative;
}
#popular .popular_list .popular_list-inner .img img {
	border-radius: 20px 0;
}
#popular .popular_list .popular_list-inner .img p {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	background-color: #FFE200;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 183px;
	width: 100%;
}
#popular .popular_list .popular_list-inner .img p::before {
	content: "";
	background: url(../img/popular_icon_01.svg) no-repeat center;
	width: 20px;
	height: 14px;
	display: block;
}
#popular .popular_list .popular_list-inner .txt {
	text-align: center;
}
#popular .popular_list .popular_list-inner .txt h3 {
	font-size: 25px;
	margin: 20px 0 10px;
}
#popular .popular_list .popular_list-inner .txt p {
	font-size: 12px;
}
#popular .popular_list .popular_list-inner .txt p span {
	font-size: 16px;
}
#popular .popular_list .swiper-pagination {
	bottom: -35px;
	display: flex;
	justify-content: center;
	gap: 12px;
}
#popular .popular_list .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #A3A3A3;
	opacity: 1;
	margin: 0;
}
#popular .popular_list .swiper-pagination-bullet-active {
	background: #DF000A;
}
#popular .popular_list .swiper-button-prev, #popular .popular_list .swiper-button-next {
	width: 39px;
	height: 39px;
	top: calc(50% - 30px);
	transform: translate(0, -50%);
	margin: 0;
}
#popular .popular_list .swiper-button-prev {
	left: 30px;
}
#popular .popular_list .swiper-button-next {
	right: 30px;
}
#popular .popular_list .swiper-button-prev::after {
	content: "";
	background: url(../img/slider_icon_02.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#popular .popular_list .swiper-button-next::after {
	content: "";
	background: url(../img/slider_icon_01.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

#popular .popular_list .popular_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}
#popular .popular_list .popular_modal-bg {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
#popular .popular_list .popular_modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	max-height: 90vh;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

#popular .popular_modal .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100vh;
	width: 100%;
}
#popular .popular_modal .modal__bg {
	background: rgba(0,0,0,0.5);
	position: absolute;
	height: 100vh;
	width: 100%;
}
#popular .popular_modal .modal__content {
	background: #fff;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 750px;
	max-height: 90vh;
	aspect-ratio: 16 / 9;
}
#popular .popular_modal .modal__content .close_btn {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	width: 40px;
	height: 40px;
	background-color: #FFE200;
	border-radius: 50%;
}
#popular .popular_modal .modal__content .close_btn::before, #popular .popular_modal .modal__content .close_btn::after {
	content: "";
	background-color: #DF000A;
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
#popular .popular_modal .modal__content .close_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#popular .popular_modal .modal__content iframe {
	height: 100%;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 16/9;
}

@media screen and (max-width:896px) {
	#popular .popular_modal .modal__content {
		padding: 20px;
	}
}
@media screen and (max-width:430px) {
	#popular .popular_modal .modal__content {
		padding: 10px;
	}
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu .menu_content {
	margin: 70px 0;
}
#menu .menu_content .sec_ttl {
	margin-bottom: 25px;
}
#menu .menu_list > ul > li {
	margin-bottom: 7px;
}
#menu .menu_list .title .ttl_inner {
	background-color: #DF000A;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 15px 30px;
}
#menu .menu_list .title .ttl_inner span {
	background-color: #FFE200;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: relative;
}
#menu .menu_list .title .ttl_inner span::before, #menu .menu_list .title .ttl_inner span::after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #DF000A;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
#menu .menu_list .title .ttl_inner span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
#menu .menu_list .title.open .ttl_inner span::after {
	opacity: 0;
}
#menu .menu_list .title .ttl_inner .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	cursor: pointer;
}
#menu .menu_list .title .ttl_inner .ttl img {
	max-height: 75px;
}
#menu .menu_list .title .ttl_inner .ttl h3 {
	font-size: clamp(26px, 6vw, 32px);
	font-weight: normal;
	color: #fff;
	font-family: "Dela Gothic One", sans-serif;
}
#menu .menu_list .box {
	display: none;
}
#menu .menu_list .box_inner {
	padding: 40px 0;
}
#menu .menu_list .box_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	gap: 15px;
}
#menu .menu_list .box_inner ul li {
	width: calc(100% / 3 - 15px);
}
#menu .menu_list .box_inner ul li img {
	max-width: 80%;
	margin-bottom: 10px;
}
#menu .menu_list .box_inner ul > p {
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 80px 0 30px;
}
#menu .menu_list .box_inner ul li h3 span {
	font-size: 14px;
}
#menu .menu_list .box_inner ul li p {
	font-size: 12px;
}
#menu .menu_list .box_inner ul li p span {
	font-size: 16px;
}

@media screen and (max-width:896px) {
	#menu .menu_list {
		margin: 0 calc(50% - 50vw);
	}
	#menu .menu_list > ul > li {
		margin-bottom: 2px;
	}
	#menu .menu_list .box_inner ul li {
		width: calc(100% / 2 - 15px);
	}

	#menu .menu_list .title .ttl_inner {
		padding: 15px 20px;
	}
	#menu .menu_list .title .ttl_inner .ttl {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	#menu .menu_list .title .ttl_inner .ttl img {
		max-height: 67px;
	}
	#menu .menu_list .title .ttl_inner .ttl h3 {
		text-align: center;
	}
	#menu .menu_list .title .ttl_inner span {
		width: 26px;
		height: 26px;
	}
	#menu .menu_list .title .ttl_inner span::before, #menu .menu_list .title .ttl_inner span::after {
		width: 14px;
		height: 2px;
	}
	#menu .menu_list .box_inner {
		padding: 40px 5%;
	}
}

/*------------------------------------------------------------
	キャンペーン
------------------------------------------------------------*/
#campaign .campaign_content {
	margin: 70px 0;
}
#campaign .campaign_content .sec_ttl {
	margin-bottom: 25px;
}
#campaign .campaign_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media screen and (max-width:896px) {
	#campaign .campaign_inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}	
}

/*------------------------------------------------------------
	バナー
------------------------------------------------------------*/


#banner_slider  {
	background-color: #E6E1B7;
	padding: 6px 0;
	position: relative;
	display: flex;
	gap: 20px;
  overflow: hidden;
}
#banner_slider::before {
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: calc(100% - 12px);
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
#banner_slider .banner_slider-item {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex;
	gap: 20px;
	padding: 12px 0;
}
#banner_slider .banner_slider-item .inner {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
#banner_slider .banner_slider-item .inner img {
	width: 100%;
	min-width: 80px;
}
#banner_slider .inner p {
	font-size: 28px;
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}


/*------------------------------------------------------------
	メディア
------------------------------------------------------------*/
#media .media_content {
	margin: 70px 0;
}
#media .media_content .sec_ttl {
	margin-bottom: 25px;
}
#media .media_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
#media .media_list ul li p {
	margin-top: 15px;
}
#media .media_list ul li img {
	width: 100%;
}

@media screen and (max-width:896px) {
	#media .media_list ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}	
}


/*------------------------------------------------------------
	店舗
------------------------------------------------------------*/
#store .store_content {
	margin: 90px 0;
}
#store .store_content .sec_ttl {
	margin-bottom: 25px;
}
#store .store_list > ul > li {
	margin-bottom: 7px;
}
#store .store_list .title {
	cursor: pointer;
}
#store .store_list .title .ttl_inner {
	background-color: #DF000A;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 15px 30px;
}
#store .store_list .title .ttl_inner span {
	background-color: #FFE200;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: relative;
}
#store .store_list .title .ttl_inner span::before, #store .store_list .title .ttl_inner span::after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #DF000A;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
#store .store_list .title .ttl_inner span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
#store .store_list .title.open .ttl_inner span::after {
	opacity: 0;
}
#store .store_list .title .ttl_inner h3 {
	font-size: clamp(18px, 4px, 22px);
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#store .store_list .box {
	display: none;
}
#store .store_list .box_inner nav ul {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
#store .store_list .box_inner > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	gap: 0 15px;
}
#store .store_list .box_inner > ul li {
	width: calc(100% / 2 - 7.5px);
	padding: 20px;
	border-bottom: 1px dashed #D1D1D1;
	position: relative;
}
#store .store_list .box_inner > ul li:nth-child(even)::before {
	content: "";
	height: 90%;
	border-left: 1px dashed #D1D1D1;
	position: absolute;
	top: 50%;
	left: -9px;
	transform: translate(0, -50%);
}
#store .store_list .box_inner > p {
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 80px 0 30px;
	text-align: center;
}
#store .store_list .box_inner > ul li h3 {
	font-size: 18px;
}
#store .store_list .box_inner > ul li h3 span {
	font-size: 16px;
}
#store .store_list .box_inner > ul li p {
	font-size: 14px;
	margin-top: 10px;
}
#store .store_list .box_inner > ul li p span {
	font-size: 16px;
}
#store .store_list .box_inner > ul li a {
	margin: 15px auto 0;
	background-color: #FFE200;
	border-radius: 23px;
	font-size: 14px;
	font-weight: bold;
	max-width: 300px;
	width: 100%;
	display: block;
	display: flex;
	justify-content: center;
	gap: 7px;
	padding: 10px 0;
}
#store .store_list .box_inner > ul li a::before {
	content: "";
	background: url(../img/map_icon_01.svg) no-repeat center;
	background-size: contain;
	width: 17px;
	height: 23px;
	display: block;
}

@media screen and (max-width:896px) {
	#store .store_list .box_inner > ul li {
		width: 100%;
	}
	#store .store_list .title .ttl_inner span {
		width: 26px;
		height: 26px;
	}
	#store .store_list .title .ttl_inner span::before, #store .store_list .title .ttl_inner span::after {
		width: 14px;
		height: 2px;
	}
	#store .store_list .box_inner ul li:nth-child(even)::before {
		content: none;
	}
}
@media screen and (max-width:430px) {
	#store .store_list .box_inner > ul li {
		text-align: left;
	}
	#store .store_list .box_inner > ul li a {
		max-width: 100%;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footer_content {
	text-align: center;
	padding-bottom: 120px;
}
#footer .footer_logo a img {
	width: 270px;
}
#footer .footer_sns {
	margin: 25px 0;
}
#footer .footer_sns ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
#footer .footer_copy p {
	font-size: 13px;
}

@media screen and (max-width:896px) {
	#footer .footer_logo a img {
		width: 190px;
	}
}

.lity-youtube .lity-container {
	width: 90%;
	max-height: 90vh;
	align-content: center;
}
.lity-close {
	position: absolute;
	transform: translate(70%, -100%);
	font-size: 45px;
}
@media screen and (max-width:430px) {
	.lity-youtube .lity-container {
		width: 100%;
	}
	.lity-close {
		transform: translate(0, -100%);
	}
}