@charset "UTF-8";

/***********************************************
* Override - Menu Only
************************************************/
@media screen and (min-width:769px) {
/* header */
#header {
	/*background: none;*/
}
.menu-item-pc span, .menu-item-pc span a {
/*	color: #000000!important;*/
}

/* Drawer Menu */
nav.drawer-nav, ul.drawer-menu {
	background: none;
}
ul.drawer-menu li.drawer-menu-item,
ul.drawer-menu li.drawer-menu-item a {
	/*color: #000000;*/
	background: none;
}
}

/* sns */
@media screen and (min-width:769px) {
.sns-sec {
	display: none;
}
}
.sns-sec h2.heading {
	margin-bottom: 30px;
}
@media screen and (max-width:600px) {
.sns-sec h2.heading {
	margin-bottom: 20px;
}	
}

/* footer */
.f-only-menu {
	width: 100%;
	background: url(../img/pattern_bg_menu.png) repeat 0 0;
}
.f-only-menu .inner {
	width: 1096px;
	margin: 0 auto;
	padding: 50px 0 45px;
}
@media screen and (max-width:1199px) {
.f-only-menu .inner {
	width: 91.3333333%;
}
}
.f-only-menu p span {
	display: inline-block;
	margin-right: 1.4%;
}
.f-only-menu p span:first-child {
	width: 49%;
}
.f-only-menu p span:not(:first-child) {
	width: 24%;
}
.f-only-menu p span:last-child {
	margin-right: 0;
}
.f-only-menu p span img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.f-only-menu ul {
	text-align: center;
}
.f-only-menu ul li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px 0;
	text-align: center;
	margin: 50px 2.75% 0 0;
}
.f-only-menu ul li:last-child {
	margin-right: 0;
}
.f-only-menu ul li a {
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width:768px) {
.f-only-menu {
	display: none;
}
}

/************************************************/

/* ▼ Modified 202108 ▼ */
/* Float */
h2.heading span {
	position: relative;
	font-size: 0.65em;
	display: inline-block;
}
h2.heading span::before {
	content: "/";
	padding: 0 0.25em;
}
@media screen and (max-width:480px) {
	h2.heading span {
		display: block;
		margin: 0.5em 0 0;
	}
	h2.heading span::before {
		content: none;
	}
}
/* ▲ Modified 202108 ▲ */

#contents {
	position: relative;
	padding: 50px 0 120px;
}
@media screen and (max-width:768px) {
#contents {
	padding: 4.33333335% 0 8.6666667%;
}
}

/* Food Menu Container */
.food-menu {
	width: 1096px;
	margin: 50px auto 0;
}
@media screen and (max-width:1199px) {
.food-menu {
	width: 91.33333333%;
}
}
@media screen and (max-width:768px) {
.food-menu {
	width: 100%;
	margin-top: 25px;
}	
}

.food-menu h2.heading {
	margin-bottom: 35px;
}

/* Side */
.food-menu_side {
	width: 295px;
	box-sizing: border-box;
	float: left;
}
@media screen and (max-width:1199px) {
.food-menu_side {
	width: 26%;
}
}

@media screen and (max-width:768px) {
.food-menu_side {
	float: none;
	width: 100%;
	padding: 30px 0;
	margin-bottom: 10%; /* Add 20170703 */
	background: url(../img/pattern_bg_menu.png) repeat 0 0;
}
}

/* Food Menu Nav */
.food-menu-nav:nth-child(2n) {
	margin: 100px 0 50px;
}
@media screen and (max-width:768px) {
.food-menu-nav {
	width: 91.33333333%;
	margin: 0 auto;
}
.food-menu-nav:nth-child(2n) {
	width: 91.33333333%;
	margin: 15% auto 0;
}
}

.food-menu-nav h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 35px; 
}
.food-menu-nav h3 span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width:768px) {
.food-menu-nav h3 {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.food-menu-nav h3 span {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5px;
}
}

.food-menu-nav ul {
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
}
.food-menu-nav:nth-child(2n) ul {
	border-left: none;
	border-right: none;
	border-top: dotted 1px #808080;
	border-bottom: dotted 1px #808080;
}

.food-menu-nav ul li {
	width: 100%;
	height: 56px;
	margin-bottom: 40px;
}
@media screen and (max-width:768px) {
.food-menu-nav ul li:last-child {
	margin-bottom: 0;
}
}

.food-menu-nav ul li h4 span {
	padding-left: 1rem;
}
.food-menu-nav ul li h4 span.fm_en {
	font-size: 25px;
	font-size: 2.5rem;
	color: #8F8075;
}
.food-menu-nav ul li h4 span.fm_jp {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	padding-top: 1rem;
	display: block;
	color: #000000;
}
.food-menu-nav:nth-child(2n) ul li {
	width: 100%;
	height: 56px;
	margin: 20px 0;
}
@media screen and (max-width:768px) {
.food-menu-nav ul li h4 span.fm_jp {
	font-size: 16px;
	font-size: 1.6rem;
}	
}
.food-menu-nav ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	top: 0;
	left: 1rem;
}
.food-menu-nav ul li h4 a span {
	background-size: 33px 34px; 
}
.food-menu-nav ul li h4 a:hover span {
	color: #C51813;
}
.food-menu-nav ul li:hover {
	position: relative;
	left: -3px;
	border-left: solid 3px #C51813;
}

@media screen and (max-width:768px) {
.food-menu-nav ul {
	border-right: none;
}
.food-menu-nav ul li {
	margin-bottom: 5%;
}
}

ul.link-btn li:last-child {
	margin-top: 5%;
}
@media screen and (max-width:768px) {
ul.link-btn {
	width: 91.33333333%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5%;
}
}
@media screen and (max-width:480px) {
ul.link-btn li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
}

/* English Menu */
.food-menu-nav:first-child ul.en li {
	line-height: 56px;
	margin-bottom: 20px;
}
.food-menu-nav:first-child ul.en li:last-child {
	margin-bottom: 0;
}
.food-menu-nav:nth-child(2n) ul.en li {
	line-height: 56px;
	margin: 10px 0;
}

/* Main */
.food-menu_main {
	width: 700px;
	box-sizing: border-box;
	float: right;
}

@media screen and (max-width:1199px) {
.food-menu_main {
	width: 58.33333333%;
}	
}

@media screen and (max-width:768px) {
.food-menu_main {
	float: none;
	width: 91.33333333%;
	margin: 0 auto;
}	
}

/* To Set Menu */
.to-set {
	position: relative;
	width: 100%;
	height: 60px;
	border: solid 1px #000000;
	border-radius: 10px;
	margin-bottom: 50px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.to-set a {
	width: 100%;
	height: 100%;
	color: #C51813;
	text-decoration: none;
	display: inline-block;
}
.to-set a span {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 60px;
	padding-left: 25px;
	color: #C51813;
	display: block;
	/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	*/
}
@media screen and (max-width:600px) {
.to-set {
	height: 50px;
}
.to-set a span {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 15px;
	line-height: 50px;
}
}
/*
.to-set a span:before {
	content: "";
	position: relative;
	top: 5px;
	left: 0;
	background: url("../img/icon_menu_toset.png") no-repeat 0 0;
	display: inline-block;
	width: 37px;
	height: 29px;
	margin-right: 5px;
}
*/
.to-set a span:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 60px;
	background: url("../img/icon_menu_toset_arrow.png") no-repeat 0 0;
	display: inline-block;
	width: 24px;
	height: 23px;
}
@media screen and (max-width:600px) {
.to-set a span:after {
	top: 12px;
	right: 30px;
}
}

/* Menu Heading */
.menu-box h2.heading, .set-menu h2.heading, .topping-menu h2.heading {
	text-align: left;
	margin-bottom: 30px;
}
@media screen and (max-width:600px) {
.menu-box h2.heading, .set-menu h2.heading, .topping-menu h2.heading {
	text-align: center;
	margin-bottom: 20px;
}	
}

/* Menu List */
.menu-list {
	width: 100%;
	margin-bottom: 10%;
}

/* Menu Contents */
.menu-list ul {
	width: 210px;
	float: left;
	margin: 0 5% 10% 0;
}
.menu-list ul:nth-child(3n) {
	margin-right: 0;
}
.menu-list ul li.menu-img {
	position: relative;
	width: 100%;
	height: 100%;
	/*
	border: solid 1px #EE6F0B;
	border-radius: 10px;
	background-color: #ffffff;
	*/
}
.menu-list ul li.menu-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.menu-list ul li.menu-img span {
	position: absolute;
	right: -5%;
	bottom: 0;
}

@media screen and (max-width:1199px) {
.menu-list ul {
	position: relative;
	width: 30%;
	height: auto;
	margin: 0 5% 10% 0;
}
}

@media screen and (max-width:768px) {
.menu-list ul {
	width: 47%;
	margin: 0 6% 10% 0;
}
.menu-list ul:nth-child(2n) {
	margin-right: 0;
}
.menu-list ul:nth-child(3n) {
	margin-right: 6%;
}	
}
@media screen and (max-width:600px) {
.menu-list ul {
	margin-bottom: 10%;
}	
}
@media screen and (max-width:480px) {
.menu-list ul {
	margin-bottom: 5%;
}	
}

.menu-list ul li {
	display: block;
}

.menu-list ul li.menu-name {
	min-height: 75px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #C51813;
	text-align: center;
	letter-spacing: -0.5px;
	margin: 0 0 20px;
}
@media screen and (max-width:600px) {
.menu-list ul li.menu-name {
	min-height: 65px;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 0;
}	
}

@media screen and (max-width:480px) {
.menu-list ul li.menu-name {
	min-height: 55px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;	
}
}

.menu-list ul li.menu-name span {
	display: block;
}
.menu-list ul li.menu-name a {
	text-decoration: none;
	color: #C51813;
}

.menu-list ul li.menu-exp {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: justify;
}

@media screen and (max-width:600px) {
.menu-list ul li.menu-exp {
	display: none;
}	
}

/* Limited */
.menu-list ul li.limited {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.menu-list ul li.limited span:first-child {
	margin-bottom: 8px;
}
.menu-list ul li.limited span small {
	position: relative;
	top: -7px;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.2;
	display: inline-block;
	margin-left: 5px;
}
.menu-list ul li.limited span.town {
	color: #008e3a;
	display: inline-block;
}
.menu-list ul li.limited span.sc {
	color: #006bb4;
	display: inline-block;
}
.menu-list ul li.limited span.town:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url("../img/icon_menu_limited_town.png") no-repeat 0 0;
}
.menu-list ul li.limited span.sc:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url("../img/icon_menu_limited_sc.png") no-repeat 0 0;
}
.menu-list ul li.limited span.shop {
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 33px;
	background-color: #ffffff;
	margin-top: 8px;
	padding-left: 8px;
	border-radius: 5px;
}
.menu-list ul li.limited span.shop:before {
	content: "";
	position: relative;
	top: 5px;
	left: 0;
	width: 33px;
	height: 21px;
	margin-right: 5px;
	background: url("../img/icon_menu_limited_shop.png") no-repeat 0 0;
	display: inline-block;
}
@media screen and (max-width:600px) {
.menu-list ul li.limited span:first-child {
	margin: 0 0 6px 0;
}
.menu-list ul li.limited span.town, .menu-list ul li.limited span.sc {
	display: block;
}
.menu-list ul li.limited span.shop {
	padding-left: 5px;
	font-size: 10px;
	font-size: 1rem;
}
.menu-list ul li.limited span.shop:before {
	margin-right: 0;
}
}

/* Table Ver. */
.menu-list table {
	width: 100%;
	height: auto;
	margin-bottom: 10%;
}
@media screen and (max-width:600px) {
.menu-list table {
	margin-bottom: 15%;
}
}

.menu-list table th,
.menu-list table td {
	position: relative;
	width: 30%;
	vertical-align: top;
}
.menu-list table th.row-space {
	width: 5%;
}
@media screen and (max-width:480px) {
.menu-list table th,
.menu-list table td {
	width: 100%;
	display: block;
}
.menu-list table th.row-space {
	display: none;
}
}
.menu-list table th span {
	position: absolute;
	right: -5%;
	bottom: 0;
}
.menu-list table td h3.menu-name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: -0.5px;
	color: #C51813;
	text-align: center;
	padding: 16px 0 20px;
}
.menu-list table td h3.menu-name a {
	text-decoration: none;
	color: #C51813;
}
@media screen and (max-width:600px) {
.menu-list table td h3.menu-name {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: -0.75px;
	padding: 10px 0 0;
}	
}
@media screen and (max-width:480px) {
.menu-list table td h3.menu-name {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
}

.menu-list table td h3.menu-name span {
	display: block;
}

.menu-list table td p.menu-exp {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width:600px) {
.menu-list table td p.menu-exp {
	display: none;
}	
}

/* Limited */
.menu-list table td p.limited {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
@media screen and (max-width:768px) {
.menu-list table td p.limited:first-child {
	height: auto!important;
}
}
.menu-list table td p.limited span:first-child {
	margin-bottom: 8px;
}
.menu-list table td p.limited span small {
	position: relative;
	top: -7px;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.2;
	display: inline-block;
	margin-left: 5px;
}
.menu-list table td p.limited span.town {
	color: #008e3a;
	display: inline-block;
}
.menu-list table td p.limited span.sc {
	color: #006bb4;
	display: inline-block;
}
.menu-list table td p.limited span.town:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url("../img/icon_menu_limited_town.png") no-repeat 0 0;
}
.menu-list table td p.limited span.sc:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url("../img/icon_menu_limited_sc.png") no-repeat 0 0;
}
.menu-list table td p.limited span.shop {
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 33px;
	background-color: #ffffff;
	margin-top: 8px;
	padding-left: 8px;
	border-radius: 5px;
}
.menu-list table td p.limited span.shop:before {
	content: "";
	position: relative;
	top: 5px;
	left: 0;
	width: 33px;
	height: 21px;
	margin-right: 5px;
	background: url("../img/icon_menu_limited_shop.png") no-repeat 0 0;
	display: inline-block;
}
@media screen and (max-width:600px) {
.menu-list table td p.limited span:first-child {
	margin: 0 0 6px 0;
}
.menu-list table td p.limited span.town, .menu-list ul li.limited span.sc {
	display: block;
}
.menu-list table td p.limited span.shop {
	padding-left: 5px;
	font-size: 10px;
	font-size: 1rem;
}
.menu-list table td p.limited span.shop:before {
	margin-right: 0;
}
}

/* Drink asterisk */
p.asterisk {
	font-size: 15px;
	font-size: 1.5rem;
	color: #754C24;
	margin-bottom: 25px;
	line-height: 1.5;
}
.red {
	color: #C51813;
}
em.green {
	color: #8CC63F;
	font-style: normal;
}

/* Drink */
table.drink-list {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #754C24;
	margin-top: -20%;
	margin-bottom: 10%;
	box-sizing: border-box;
}
table.drink-list th {
	width: 55%;
	font-weight: normal;
	padding: 5px;
	text-align: left;

}
table.drink-list td {
	width: 45%;
	padding: 5px;
}
table.drink-list th span {
	display: inline-block;
}
table.drink-list th span.size-up:before {
	position: relative;
	content: "●";
	color: #8CC63F;
}
table.drink-list th span.normal:before {
	position: relative;
	content: "";
	padding-left: 0.95em;
}
table.drink-list td span {
	width: 33%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width:768px) {
table.drink-list th, table.drink-list td {
	width: 100%;
	display: block;
}
table.drink-list td span {
	text-align: left;
	text-indent: 1em;
}
}
@media screen and (max-width:600px) {
table.drink-list {
	font-size: 16px;
	font-size: 1.6rem;
}
}
@media screen and (max-width:480px) {
table.drink-list {
	font-size: 14px;
	font-size: 1.4rem;
}
}

/* Set Menu */
.set-menu {
	float: right;
	width: 700px;
}
@media screen and (max-width:768px) {
.set-menu {
	float: none;
	width: 100%;
}	
}

.set-menu-inner {
	width: 100%;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
}

.attention {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #C51813;
	line-height: 1.4;
	margin: 35px 0 30px;
}
@media screen and (max-width:480px) {
.attention {
	text-align: center;
	margin: 25px 0 20px;
}
}

/* Plus Set - Morning */
.plus-set {
	margin-bottom: 10%;
}

.set-item {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-top: solid 1px #000000;
}
.set-item:first-child {
	margin-top: 2px;
}
.set-item:last-child {
	border-bottom: solid 1px #000000;
	margin-bottom: 2px;
}
.set-item table {
	width: 100%;
}
.set-item table th {
	width: 35%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	color: #C51813;
	vertical-align: middle;
}
.set-item table td {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: middle;
}
.set-item table td:nth-child(2n) {
	width: 27%;
}
.set-item table td:last-child {
	width: 38%;
	text-align: center;
}
.set-item table td:last-child img {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
/*
.set-item:last-child table th {
	padding-bottom: 30px;
}
.set-item:last-child table td {
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #C51813;
}
.set-item table td span {
	display: inline-block;
}
.set-item table td img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
*/
@media screen and (max-width:600px) {
.set-item {
	padding: 30px 15px;
}
.set-item table th,
.set-item table td {
	width: 100%!important;
	display: block;
}
.set-item table th {
	padding-bottom: 10px;
}
.set-item table td:nth-child(2n) {
	padding-bottom: 20px;
}
.set-item table td:last-child img {
	margin: 0 15px;
}
br.br {
	display: none;
}
}

/* Topping Menu */
.topping-menu {
	float: right;
	width: 700px;
}
#topping-index {
	margin-top: 80px;
}
@media screen and (max-width:768px) {
.topping-menu {
	float: none;
	width: 100%;
}
#topping-morning {
	margin-bottom: 20%;
}	
}

.topping-menu-inner {
	width: 100%;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
}
.topping-item {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 2px 0;
	box-sizing: border-box;
	padding: 20px 20px 0;
}
.topping-item dl {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.topping-item dl dt {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 0.5em;
}
.topping-item dl dd ul li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.topping-item dl dd ul li span {
	font-weight: bold;
	color: #C51813;
}
@media screen and (max-width:480px) {
.topping-item dl {
	float: none;
	width: 100%;
}
}

.img-blend {
	background-blend-mode: multiply;
}

/* 販売店舗リンク -Add 201712- */
p.shop-link {
	width: 50%;
	margin: 7.5% auto 0;
	font-size: 1.25em;
	text-align: center;
	background-color: #C51813;
	padding: 1em 0;
	border-radius: 5px;
}
p.shop-link a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
@media screen and (max-width:600px) {
	p.shop-link {
		font-size: 1em;
		width: 75%;
	}
}

/* ========== ▼ Add 202303 ▼ ========== */

/* Dip Potato
--------------------------------------- */
.dp-heading {
	text-align: center;
	margin: 20px auto 30px;
}
.dp-img { transform: scale(1.0); }

@media screen and (max-width:480px) {
	.menu-list table th, .menu-list table td {
		/*width: 50%;*/
		display: inline-block;
	}
	.dp-img { transform: scale(0.8); }
}

/* Dip Potato FAQ
--------------------------------------- */
.faq-unit { display: none; }
.faq-unit h3 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #ffffff;
	text-align: center;
	background-color: #C51813;
	padding: 15px 0;
	border-radius: 10px;
	margin: 0 0 30px;
}
.faq-unit dl {
	font-size: 20px;
	font-size: 2.0rem;
	/*
	background-color: #bcc2c5;
	*/
	background: url(../img/pattern_bg_menu.png) repeat 0 0;
	border-radius: 10px;
	padding: 25px 0;
	margin: 0 0 25px;
}
.faq-unit dl dt {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 25px;
	cursor: pointer;
}
.faq-unit dl dt::after {
	content: "＋";
	position: absolute;
	top: 0;
	transform: scale(1.35);
	transform-origin: 50% 50%;
	right: 25px;
	font-weight: 400;
	line-height: 1.5;
}
.faq-unit dl dt.is-opened::after {
	content: "−";
}
.faq-unit dl dt i {
	font-size: 1.35em;
	font-style: normal;
	font-weight: 600;
	display: inline-block;
	margin: 0 15px 0 0;
}
.faq-unit dl dt span {
	line-height: 1.5;
	padding: 0 60px 0 0;
}
.faq-unit dl dd {
	padding: 25px 35px 0;
	display: none;
}
.faq-unit dl:first-of-type dd { display: inherit; }
.faq-unit dl dd span {
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.8;
	background: rgba(255,255,255,0.5);
	mix-blend-mode: normal;
	border-radius: 20px;
	padding: 1em 2em;
	display: inline-block;
}

@media screen and (max-width:640px) {
	.faq-unit h3 {
		font-size: 27px;
		font-size: 2.7rem;
	}
	.faq-unit dl {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 20px 0;
	}
	.faq-unit dl dt { padding: 0 0 0 20px; }
	.faq-unit dl dt i { margin: 0 10px 0 0; }
	.faq-unit dl dt::after { right: 20px; }
	.faq-unit dl dd { padding: 20px 30px 0; }
}

@media screen and (max-width:480px) {
	.faq-unit h3 {
		font-size: 23px;
		font-size: 2.3rem;
	}
	.faq-unit dl {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.faq-unit dl dt span { padding: 0 50px 0 0; }
}

@media screen and (max-width:414px) {
	.faq-unit h3 {
		font-size: 21px;
		font-size: 2.1rem;
		margin: 0 0 25px;
	}
	.faq-unit dl {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 20px;
	}
	.faq-unit dl dt i { margin: 0 7.5px 0 0; }
	.faq-unit dl dd span {
		border-radius: 15px;
		padding: 1em 1.5em;
	}
}

/* ========== ▲ Add 202303 ▲ ========== */
