@charset "UTF-8";

/***********************************************
* Header Logo
************************************************/
/*
#header h1 img.logo {
	display: none;
}
@media screen and (max-width:768px) {
#header h1 img.logo-wht, #header h1 img.logo-wht-sp {
	display: none;
}
}
*/

/***********************************************
* Contents
************************************************/
/* Heading */
h2.heading_sp {
	display: none;
}
@media screen and (max-width:768px) {
h2.heading_sp {
	display: inherit;
	font-size: 22.5px;
	font-size: 2.25rem;
	color: #8c8c8c;
	text-align: center;
	margin: 20px 0 40px;
}
}
@media screen and (max-width:600px) {
h2.heading_sp {
	margin: 20px 0 30px;
}	
}

/* Float */
h2.heading span {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
}
@media screen and (max-width:768px) {
h2.heading span {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5em;
}
}

#contents {
	padding-top: 50px;
}
@media screen and (max-width:768px) {
#contents {
	padding-top: 100px;
}
}

#contents .inner {
	margin-top: 40px;
}

/* Side */
.food-menu_side {
	width: 27%;
	box-sizing: border-box;
	float: left;
}
@media screen and (max-width:768px) {
#contents .inner {
	width: 100%;
	margin-top: 25px;
}
.food-menu_side {
	float: none;
	width: 100%;
	padding: 30px 0;
	background-color: #ffffff;
}
}

/* 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;
}
.food-menu-nav h3 span {
	display: none;
}
}

.food-menu-nav:first-child ul {
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
}
@media screen and (max-width:768px) {
.food-menu-nav:first-child ul {
	border-left: none;
	border-right: none;
}
}

.food-menu-nav ul li {
	width: 100%;
	height: 56px;
	margin-bottom: 40px;
}
.food-menu-nav:first-child ul li:last-child {
	margin-bottom: 0;
}
.food-menu-nav ul li h4 span {
	height: 34px;
	display: inline-block;
	padding-left: 4rem;
}
.food-menu-nav ul li h4 span.fm_en {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #897f75;
}

.food-menu-nav ul li h4 span.fm_jp {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	padding-top: 2.5px;
	display: block;
	color: #000000;
}
@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%;
	display: block;
	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: #EE6F0B;
}
.food-menu-nav:first-child ul li:hover {
	position: relative;
	left: -3px;
	border-left: solid 3px #EE6F0B;
}
.food-menu-nav:nth-child(2n) ul li {
	border-top: dotted 1px #7f7f7f;
	border-bottom: dotted 1px #7f7f7f;
	padding: 10px 0 20px;
}
.food-menu-nav:nth-child(2n) ul li {
	margin-bottom: 0;
}
.food-menu-nav:nth-child(2n) ul li a {
	left: 0;
}
@media screen and (max-width:480px) {
.food-menu-nav:nth-child(2n) ul li a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
}

/* Food Menu Nav - Grand Menu + Morning Menu */
.food-menu-nav ul li#g-menu01 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu02 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu03 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu04 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu05 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu06 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu07 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu08 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu09 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu10 h4 a span.fm_en {
}
.food-menu-nav ul li#g-menu11 h4 a span.fm_en {
}

/* ▼ Add 202208 ▼ */
.food-menu-nav ul li#g-menu12 h4 a span.fm_en {
}
/* ▲ Add 202208 ▲ */

/* ========== ▼ Add 202303 ▼ ========== */
.food-menu-nav ul li#g-menu13 h4 a span.fm_en {
}
/* ========== ▲ Add 202303 ▲ ========== */

/* ========== ▼ Add 202506 ▼ ========== */
.food-menu-nav ul li#g-menu14 h4 a span.fm_en {

}
.food-menu-nav ul li#g-menu14 h4 a:hover span.fm_en {
}
/* ========== ▲ Add 202506 ▲ ========== */

.food-menu-nav ul li#g-menu01 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu02 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu03 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu04 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu05 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu06 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu07 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu08 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu09 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu10 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#g-menu11 h4 a:hover span.fm_en {
}

/* ▼ Add 202208 ▼ */
.food-menu-nav ul li#g-menu12 h4 a:hover span.fm_en {
}
/* ▲ Add 202208 ▲ */

/* ========== ▼ Add 202303 ▼ ========== */
.food-menu-nav ul li#g-menu13 h4 a:hover span.fm_en {
}
/* ========== ▲ Add 202303 ▲ ========== */

/* Food Menu Nav - Set Menu */
.food-menu-nav ul li#s-menu01 h4 a span.fm_en {
}
.food-menu-nav ul li#s-menu02 h4 a span.fm_en {
}
.food-menu-nav ul li#s-menu03 h4 a span.fm_en {
}
.food-menu-nav ul li#s-menu04 h4 a span.fm_en {
}
.food-menu-nav ul li#s-menu05 h4 a span.fm_en {
}
.food-menu-nav ul li#s-menu01 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#s-menu02 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#s-menu03 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#s-menu04 h4 a:hover span.fm_en {
}
.food-menu-nav ul li#s-menu05 h4 a:hover span.fm_en {
}

ul.link-btn li:nth-child(2), 
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 ul.en li {
	line-height: 56px;
	margin-bottom: 20px;
}
.food-menu-nav ul.en li:last-child {
	margin-bottom: 0;
}
.food-menu-nav:nth-child(2n) ul.en li:first-child {
	margin-bottom: 0;
}
.food-menu-nav:nth-child(2n) ul.en li {
	padding: 10px 0;
}

/* Main */
.food-menu_main {
	width: 64%;
	box-sizing: border-box;
	float: right;
	padding-bottom: 40px;
}
@media screen and (max-width:768px) {
.food-menu_main {
	float: none;
	width: 86%;
	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: #EE6F0B;
	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;
	font-weight: bold;
	padding-left: 35px;
	color: #EE6F0B;
	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: 14px;
	font-size: 1.4rem;
	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:before {
	margin-right: 2.5px;
}
.to-set a span:after {
	top: 12px;
	right: 25px;
}
}

/* Menu Box */
.menu-box {
	width: 100%;
}

.menu-box h2.heading {
	font-size: 33px;
	font-size: 3.3rem;
	text-align: left;
	margin-bottom: 35px;
}
@media screen and (max-width:768px) {
.menu-box h2.heading {
	font-size: 28px;
	font-size: 2.8rem;
}
}
@media screen and (max-width:600px) {
.menu-box h2.heading {
	font-size: 22.5px;
	font-size: 2.25rem;
	text-align: center;
	margin-bottom: 20px;
}	
}

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

.menu-list ul {
	position: relative;
	float: left;
	width: 47%;
	margin: 0 6% 15% 0;
}
@media screen and (max-width:768px) {
.menu-list ul {
	width: 48%;
	margin-right: 4%;
}	
}
@media screen and (max-width:600px) {
.menu-list ul {
	margin-bottom: 40%;
}
}

.menu-list ul:nth-child(even) {
	margin-right: 0;
}
.menu-list ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu-list ul li.menu-img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top :100%;
	border: solid 1px #EE6F0B;
	border-radius: 10px;
	background-color: #ffffff;
}
.menu-list ul li.menu-img img {
	width: 91.4285714%;
	height: 91.4285714%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/* Limited */
.menu-list ul li.limited {
	position: relative;
	width: 100%;
	height: 33px;
	margin-top: 20px;
}
@media screen and (max-width:768px) {
.menu-list ul li.limited:first-child {
	height: auto!important;
}
}
.menu-list ul li.limited span:first-child {
	margin-right: 15px;
}
.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;
}
}

.menu-list ul li.menu-name h3 {
	font-weight: bold;
}
.menu-list ul li.menu-name a {
	text-decoration: none;
	color: #EE6F0B;
}

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

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

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

.menu-list table th, .menu-list table td {
	width: 45%;
	vertical-align: top;
}
.menu-list table th.row-space {
	width: 5%;
}

.menu-list table th p {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top :100%;
	border: solid 1px #EE6F0B;
	border-radius: 10px;
	background-color: #ffffff;
}
.menu-list table th p img {
	width: 91.4285714%;
	height: 91.4285714%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/* ========== ▼ Add 202303 ▼ ========== */
.menu-list table th p img.dp-img {
	width: 85%;
	height: 85%;
}
/* ========== ▲ Add 202303 ▲ ========== */

.menu-list table td h3 {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #EE6F0B;
	text-align: center;
	margin: 16px 0 20px;
}
.menu-list table td h3 a {
	text-decoration: none;
	color: #EE6F0B;
}
@media screen and (max-width:600px) {
.menu-list table td h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 0;
}	
}
@media screen and (max-width:480px) {
.menu-list table td h3 {
	font-size: 12px;
	font-size: 1.2rem;
}
}

.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: 33px;
	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-right: 15px;
}
.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: #000000;
	margin-bottom: 25px;
}
.orange {
	color: #EE6F0B;
}
em.green {
	color: #8CC63F;
	font-style: normal;
}

/* Drink */
table.drink-list {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000000;
	/*
	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;
}
}
@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 {
	width: 100%;
}

.set-menu h2.heading {
	text-align: left;
	margin-bottom: 35px;
}
@media screen and (max-width:600px) {
.set-menu h2.heading {
	text-align: center;
	margin-bottom: 20px;
}	
}

.attention {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #EE6F0B;
	line-height: 1.4;
	margin-bottom: 30px;
}
@media screen and (max-width:480px) {
.attention {
	font-size: 13px;
	font-size: 1.3rem;
}
}

.set-item {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 20px 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	margin-bottom: 20px;
}
.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: #EE6F0B;
	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: 20%;
}
#grand-menu .set-item:last-child table th {
	padding-bottom: 30px;
}
#grand-menu .set-item:last-child table td {
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #EE6F0B;
}
.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;
}
.set-item table th, .set-item table td {
	width: 100%!important;
	display: block;
}
.set-item table th {
	padding-bottom: 10px;
}
#grand-menu .set-item table td:last-child {
	padding-top: 30px;
}
#grand-menu .set-item table td:last-child {
	text-align: center;
}
.set-item table td img {
	margin-right: 15px;
}
br.br {
	display: none;
}
}
.img-blend {
	background-blend-mode: multiply;
}

/* Kids Set */
.kids-set {
	width: 100%;
	margin-bottom: 50px;
}
.kids-set img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
p.asterisk {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 25px;
    line-height: 150%;
}

/* 販売店舗リンク -Add 201712- */
p.shop-link {
	width: 50%;
	margin: 7.5% auto 0;
	font-size: 1.25em;
	text-align: center;
	background-color: #EE6F0B;
	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;
}

/* Dip Potato FAQ
--------------------------------------- */
.faq-unit { display: none; }
.faq-unit h3 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #ffffff;
	text-align: center;
	background-color: #EE6F0B;
	padding: 15px 0;
	border-radius: 10px;
	margin: 0 0 30px;
}
.faq-unit dl {
	font-size: 20px;
	font-size: 2.0rem;
	background-color: #bcc2c5;
	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-color: #ffffff;
	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 ▲ ========== */
