@charset "utf-8";

body {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	letter-spacing: 0;
	background-color: #000;
}

.txt{
    text-align: justify;
}

/* body.menu_active {
	overflow: hidden;
} */

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	background-color: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1080px;
	height: 1.00rem;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	header {
		width: 100%;
		min-width: 100%;
		height: 0.70rem;
	}
}

/* ロゴ */
header .logo {
	width: 1.50rem;
	position: absolute;
	top: 0.28rem;
	left: 0.60rem;
}
@media screen and (max-width: 640px) {
	header .logo {
		width: 1.20rem;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

header .logo img {
	display: block;
}

header .logo a:hover {
	opacity: 0.7;
}

header .glo_navi {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0.90rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	header .glo_navi {
		display: none;
	}
}

header .glo_navi .list {
	display: flex;
	align-items: center;
}

header .glo_navi .list .link {
	margin-right: 0.36rem;
	position: relative;
}

header .glo_navi .list .link a {
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	color: #FFF;
	cursor: pointer;
}

header .glo_navi .list .link a span {
	position: relative;
}

header .glo_navi .list .link a span::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .list .link a span:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* サブメニュー */
header .glo_navi .list .link.-sublink .sublink_wrap {
	width: 0.92rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

header .glo_navi .list .link.-sublink .sublink_wrap .sublink_box {
	padding-top: 0.20rem;
	position: relative;
}

header .glo_navi .list .link.-sublink .sublink_wrap .sublink {
	width: 100%;
}

header .glo_navi .list .link.-sublink .sublink_wrap .sublink a {
	display: block;
	background-color: #333;
	color: #666;
	font-size: 0.16rem;
	text-align: center;
	padding: 0.10rem 0;
}

header .glo_navi .list .link.-sublink .sublink_wrap .sublink a:hover,
header .glo_navi .list .link.-sublink .sublink_wrap .sublink a.active {
	background-color: #641417;
	color: #FFF;
}

header .glo_navi .list .btn {
	width: 1.40rem;
}

header .glo_navi .list .btn a {
	display: block;
	padding: 0.15rem 0;
	line-height: 0;
	font-size: 0.14rem;
	color: #000;
	background-color: #FFF;
	border-radius: 0.30rem;
	text-align: center;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

header .glo_navi .list .btn a:hover {
	background-color: transparent;
	color: #FFF;
}

header .glo_navi .sns_link_wrap {
	margin-left: 0.30rem;
}

header .glo_navi .sns_link_wrap .links_sns {
	display: flex;
	align-items: center;
	gap: 0 0.06rem;
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon {
	width: 0.25rem;
	height: 0.25rem;
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a {
	display: block;
	height: 0.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a:hover {
	opacity: 0.7;
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a.ig_icon {
	background-image: url(../images/common/icon_insta.svg);
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a.tw_icon {
	background-image: url(../images/common/icon_x.svg);
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a.fb_icon {
	background-image: url(../images/common/icon_fb.svg);
}

header .glo_navi .sns_link_wrap .links_sns .sns_icon a.line_icon {
	background-image: url(../images/common/icon_line.svg);
}

#SPnaviBtn {
	width: 0.90rem;
	height: 1.00rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
}
@media screen and (max-width: 640px) {
	#SPnaviBtn {
		width: 0.70rem;
		height: 0.70rem;
	}
}

#SPnaviBtn #SPmenuBars {
	width: 0.30rem;
	height: 0.30rem;
}
@media screen and (max-width: 640px) {
	#SPnaviBtn #SPmenuBars {
		width: 0.25rem;
		height: 0.25rem;
	}
}

#SPnaviBtn #SPmenuBars .menu-trigger span {
	background-color: #FFF;
}

/*============================
ハンバーガーメニュー
============================*/
.sp_menu {
	position: fixed;
	top: 0;
	right: -5.00rem;
	width: 100%;
	max-width: 5.00rem;
	height: 100dvh;
	background-color: rgba(26, 26, 26, 0.8);
	padding-top: 10%;
	box-sizing: border-box;
	z-index: 100;
	transition: right 0.5s cubic-bezier(0.74, 0.01, 0.02, 1);
}
@media screen and (max-width: 640px) {
	.sp_menu {
		max-width: 3.00rem;
	}
}

.sp_menu.-open {
	right: 0;
}

.sp_menu .list {
	width: 70%;
	margin: auto;
}

.sp_menu .list .link {
	margin-bottom: 0.30rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.sp_menu .list .link {
		margin-bottom: 0.25rem;
	}
}

.sp_menu .list .link a {
	font-size: 0.16rem;
	color: #FFF;
	letter-spacing: 0.10em;
}
@media screen and (max-width: 640px) {
	.sp_menu .list .link a {
		font-size: 0.14rem;
	}
}

.sp_menu .list .link.-sublink i {
	width: 0.15rem;
	height: 0.15rem;
	position: absolute;
	right: 0;
	top: 0;
}

.sp_menu .list .link.-sublink a {
	display: block;
	cursor: pointer;
}

.sp_menu .list .link.-sublink i::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sp_menu .list .link.-sublink i::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sp_menu .list .link.-sublink.-open i::after {
	display: none;
}

.sp_menu .list .link.-sublink .sublink_wrap {
	padding-left: 0.20rem;
	display: none;
}

.sp_menu .list .link.-sublink .sublink_wrap .sublink {
	padding-top: 0.30rem;
}

.sp_menu .list .link a span {
	position: relative;
}

.sp_menu .list .link a span::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.sp_menu .list .link span:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.sp_menu_close_area {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	display: none;
}

/*============================
共通
============================*/
main {
	padding-top: 1.00rem;
}
@media screen and (max-width: 640px) {
	main {
		padding-top: 0.70rem;
	}
}

背景色
.-bg00 {
	background-color: #000;
}
.-bg01 {
	background-color: #262626;
}
.-bg02 {
	background-color: #E9E4D6;
}
.-bg03 {
	background-color: #191919;
}

/* タイトル */
.sec_tit_wrap {
	text-align: center;
	padding-bottom: 0.25rem;
}

.sec_tit_wrap .tit {
	font-size: 0.38rem;
	letter-spacing: 0.10em;
}
@media screen and (max-width: 640px) {
	.sec_tit_wrap .tit {
		font-size: 0.28rem;
	}
}

.sec_tit_wrap .en_txt {
	display: block;
	font-family: "Roboto", serif;
	font-size: 0.14rem;
	letter-spacing: 0.08em;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	.sec_tit_wrap .en_txt {
		font-size: 0.12rem;
	}
}

/* 旅色バナー */
.tabiiro_bnr_wrap {
	padding: 0.90rem 0;
	max-width: 9.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.tabiiro_bnr_wrap {
		padding: 0.30rem 0;
		max-width: calc(100% - 0.40rem);
	}
}

/* オンラインショップバナー */
.online_bnr_wrap {
	padding: 0.90rem 0 0;
	max-width: 9.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap {
		padding: 0.30rem 0 0;
		max-width: calc(100% - 0.40rem);
	}
}

.online_bnr_wrap a {
	display: block;
	height: 2.50rem;
	background-color: #FFF;
	background-image: url(../images/common/online_bnr_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a {
		height: 1.25rem;
	}
}

.online_bnr_wrap a:hover {
	opacity: 0.7;
}

.online_bnr_wrap a::after {
	content: "";
	width: 0.30rem;
	height: 0.60rem;
	background-image: url(../images/common/icon_link_arrow_large.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.60rem;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a::after {
		width: 0.20rem;
		height: 0.30rem;
		background-image: url(../images/common/icon_link_arrow_large_sp.svg);
		right: 0.20rem;
	}
}

.online_bnr_wrap a:hover::after {
  right: 0.50rem;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a:hover::after {
		right: 0.20rem;
	}
}

.online_bnr_wrap a .txt_box {
	position: absolute;
	left: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 0.40rem);
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a .txt_box {
		left: 0.20rem;
	}
}

.online_bnr_wrap a .txt_box .txt {
	font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a .txt_box .txt {
		font-size: 0.14rem;
	}
}

.online_bnr_wrap a .txt_box .tit {
	font-size: 0.34rem;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	.online_bnr_wrap a .txt_box .tit {
		font-size: 0.28rem;
	}
}

/* LINE・食べログ */
.bnr_btn_wrap {
	width: 100%;
	max-width: 9.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap {
		width: calc(100% - 0.40rem);
	}
}

.bnr_btn_wrap .list {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list {
		gap: 0.10rem 0;
	}
}

.bnr_btn_wrap .list .detail {
	width: 100%;
	max-width: 4.43rem;
}

.bnr_btn_wrap .list .detail a {
	display: block;
	height: 1.25rem;
	background-color: #641417;
	color: #FFF;
	position: relative;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a {
		height: 0.80rem;
	}
}

.bnr_btn_wrap .list .detail a:hover {
	opacity: 0.7;
}

.bnr_btn_wrap .list .detail a::after {
	content: "";
	width: 0.30rem;
	height: 0.60rem;
	background-image: url(../images/common/icon_link_arrow_large.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.60rem;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a::after {
		width: 0.20rem;
		height: 0.30rem;
		background-image: url(../images/common/icon_link_arrow_large_sp.svg);
		right: 0.20rem;
	}
}

.bnr_btn_wrap .list .detail a:hover::after {
  right: 0.50rem;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a:hover::after {
		right: 0.20rem;
	}
}

.bnr_btn_wrap .list .detail a .txt_box {
	position: absolute;
	left: 0.60rem;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 0.60rem);
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a .txt_box {
		left: 0.20rem;
		width: calc(100% - 0.20rem);
	}
}

.bnr_btn_wrap .list .detail a .txt_box .txt {
	font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a .txt_box .txt {
		font-size: 0.12rem;
	}
}

.bnr_btn_wrap .list .detail a .txt_box .tit {
	font-size: 0.32rem;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	.bnr_btn_wrap .list .detail a .txt_box .tit {
		font-size: 0.24rem;
	}
}

/* 予約ボタン */
.reserve_btn {
	width: 1.50rem;
	height: 1.50rem;
	position: fixed;
	right: 0.90rem;
	bottom: 0.80rem;
	z-index: 10;
	background-color: #641417;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #641417;
	color: #FFF;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.reserve_btn {
		width: 0.80rem;
		height: 0.80rem;
		right: 0.20rem;
		bottom: 0.30rem;
	}
}

.reserve_btn:hover {
	background-color: #FFF;
	color: #641417;
}

.reserve_btn .txt_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

.reserve_btn .txt_box .txt {
	font-size: 0.27rem;
    text-align: center;
}
@media screen and (max-width: 640px) {
	.reserve_btn .txt_box .txt {
		font-size: 0.17rem;
        text-align: center;
	}
}

.reserve_btn .txt_box span {
	display: block;
	padding-top: 0.05rem;
	font-size: 0.15rem;
	font-family: "Roboto", serif;
}
@media screen and (max-width: 640px) {
	.reserve_btn .txt_box span {
		font-size: 0.10rem;
	}
}

/*============================
下部コンテンツ
============================*/
.bottom_cont {
	padding-bottom: 0.90rem;
}
@media screen and (max-width: 640px) {
	.bottom_cont {
		padding-bottom: 0.40rem;
	}
}

/*============================
ニュース
============================*/
.news_list {
	padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	.news_list {
		padding-top: 0.50rem;
	}
}

.news_list .in {
	max-width: 9.80rem;
}

.news_list .in .news_list_wrap {
	padding-top: 0.40rem;
}
@media screen and (max-width: 640px) {
	.news_list .in .news_list_wrap {
		padding-top: 0;
	}
}

.news_list .in .news_list_wrap .news_box {
	border-bottom: 1px solid #666;
}

.news_list .in .news_list_wrap .news_box a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.15rem 0;
	color: #333;
}

.news_list .in .news_list_wrap .news_box a .cat {
	width: 1.00rem;
	background-color: #641417;
	text-align: center;
	font-size: 0.12rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
	padding: 0.04rem 0;
}

.news_list .in .news_list_wrap .news_box a .date {
	width: 1.10rem;
	margin-left: 0.16rem;
	font-size: 0.12rem;
	font-family: "Roboto", serif;
}

.news_list .in .news_list_wrap .news_box a .tit {
	font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
	.news_list .in .news_list_wrap .news_box a .tit {
		font-size: 0.16rem;
		line-height: 1.5;
		width: 100%;
		padding-top: 0.10rem;
	}
}

.news_list .in .news_list_wrap .news_box a .tit span {
	position: relative;
}

.news_list .in .news_list_wrap .news_box a .tit span::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.news_list .in .news_list_wrap .news_box a:hover .tit span::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.news_list .in .more_link {
  padding-top: 0.50rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
	.news_list .in .more_link {
		padding-top: 0.20rem;
		padding-bottom: 0.20rem;
	}
}

.news_list .in .more_link a {
  font-family: "Roboto", serif;
  color: #333;
  position: relative;
  font-size: 0.14rem;
}

.news_list .in .more_link a::after {
  content: ">";
  display: inline-block;
  padding-left: 0.20rem;
}

.news_list .in .more_link a::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.news_list .in .more_link a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*============================
フッター
============================*/
footer {
	background-color: #000;
	padding: 0.90rem 0;
}
@media screen and (max-width: 640px) {
	footer {
		padding: 0.30rem 0;
	}
}

footer .in {
	max-width: 9.80rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	footer .in {
		display: block;
	}
}

footer .in .logo {
	width: 1.50rem;
}
@media screen and (max-width: 640px) {
	footer .in .logo {
		width: 1.20rem;
		margin: auto;
	}
}

footer .in .logo img {
	display: block;
}

footer .in .logo a:hover {
	opacity: 0.7;
}

footer .in .navi_wrap {
	max-width: 6.00rem;
	margin-left: auto;
}
@media screen and (max-width: 640px) {
	footer .in .navi_wrap {
		display: none;
	}
}

footer .in .navi_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0 0.35rem;
	padding-bottom: 0.25rem;
}

footer .in .navi_wrap .list .link a {
	font-size: 0.14rem;
	color: #FFF;
}

footer .in .navi_wrap .recruit_btn {
	width: 1.40rem;
	margin-left: auto;
}

footer .in .navi_wrap .recruit_btn a {
	display: block;
	padding: 0.15rem 0;
	line-height: 0;
	font-size: 0.14rem;
	color: #000;
	background-color: #FFF;
	border-radius: 0.30rem;
	text-align: center;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

footer .in .navi_wrap .recruit_btn a:hover {
	background-color: transparent;
	color: #FFF;
}

footer .bottom_wrap {
	margin-top: 0.85rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	width: 100%;
}
@media screen and (max-width: 640px) {
	footer .bottom_wrap {
		margin-top: 0.30rem;
		display: block;
	}
}

footer .bottom_wrap .copyright {
	font-size: 0.10rem;
	letter-spacing: 0.06em;
	font-family: "Roboto", serif;
  font-optical-sizing: auto;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	footer .bottom_wrap .copyright {
		padding-top: 0.15rem;
		text-align: center;
	}
}

footer .bottom_wrap .sns_link_wrap .links_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 0.06rem;
	margin-left: auto;
}
@media screen and (max-width: 640px) {
	footer .bottom_wrap .sns_link_wrap .links_sns {
		justify-content: center;
		gap: 0 0.10rem;
	}
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon {
	width: 0.25rem;
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon a {
	display: block;
	height: 0.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon a.ig_icon {
	background-image: url(../images/common/icon_insta.svg);
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon a.tw_icon {
	background-image: url(../images/common/icon_x.svg);
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon a.fb_icon {
	background-image: url(../images/common/icon_fb.svg);
}

footer .bottom_wrap .sns_link_wrap .links_sns .sns_icon a.line_icon {
	background-image: url(../images/common/icon_line.svg);
}

/*============================
予約モーダル
============================*/
.modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.modal_wrap .modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
}

.modal_wrap .modal_box {
	width: 100%;
	max-width: 10.50rem;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	padding: 1.00rem 0 1.20rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box {
		max-width: calc(100% - 0.20rem);
		padding: 0.50rem 0 0.60rem;
	}
}

.modal_wrap .modal_box .close_btn {
	position: absolute;
	width: 0.60rem;
	height: 0.60rem;
	top: 0.60rem;
	right: 0.60rem;
	background-image: url(../images/common/modal_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .close_btn {
		width: 0.30rem;
		height: 0.30rem;
		top: 0.30rem;
		right: 0.30rem;
	}
}

.modal_wrap .modal_box .close_btn:hover {
	opacity: 0.5;
}

.modal_wrap .modal_box .modal_tit {
	font-size: 0.36rem;
	text-align: center;
	padding-bottom: 0.60rem;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_tit {
		font-size: 0.28rem;
		padding-bottom: 0.30rem;
	}
}

.modal_wrap .modal_box .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 0.30rem;
	list-style: none;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .list {
		gap: 0.20rem;
	}
}

.modal_wrap .modal_box .list .detail {
	width: 100%;
	max-width: 3.15rem;
	border: 1px solid #000;
	padding: 0.30rem 0;
	text-align: center;
}

.modal_wrap .modal_box .list .detail .tit {
	font-size: 0.24rem;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .list .detail .tit {
		font-size: 0.18rem;
	}
}

.modal_wrap .modal_box .list .detail .tel_num {
	padding: 0.15rem 0;
}

.modal_wrap .modal_box .list .detail .tel_num a {
	color: #000;
	font-family: "Roboto", serif;
	font-size: 0.24rem;
}

.modal_wrap .modal_box .list .detail .link a {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.14rem;
	color: #B70A14;
	text-decoration: underline;
}

.modal_wrap .modal_box .list .detail .link a:hover {
	text-decoration: none;
}