@charset "UTF-8";
/* ▽reset.css▽ */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* △reset.css△ */

* {
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
img {
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
}
.fruid {
  width: 100%;
  height: auto;
}
table {
  table-layout: fixed;
}
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.boxLink {
  cursor: pointer;
}
.p-container {
  padding-inline: 15px;
}
.heading1 {
  display: flex;
  align-items: center;
  column-gap: 5px;
  height: 30px;
  padding-inline: 15px;
  background-color: #f6eac0;
  font-size: 16px;
  font-weight: bold;
}
.rank_icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.girls_li .rank_icon {
  top: 5px;
}

/*==============*/
/*** ヘッダー ***/
/*==============*/
header {
  background-color: #fff;
  line-height: 1.5;
}
.h_h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #4b3c3c;
  color: #fff;
  font-size: 10px;
}
.h_logo {
  display: flex;
  align-items: center;
  height: 50px;
  padding-inline-start: 15px;
}

/*=====ドロワーメニュー=====*/
.toggle {
  position: relative;
  background-color: #f7f6ed;
}
.toggle_btn {
	margin-left: auto;
}
.toggle_content {
  display: none;
  padding-inline: 15px;
  line-height: 1.5;
}
.toggle_content a {
  color: #4b3c3c;
}
.toggle_content_ul-01 {
  display: grid;
  row-gap: 5px;
  padding-top: 15px;
}
.toggle_content_ul-02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 15px;
}
.toggle_content_ul-01 li,
.toggle_content_ul-02 li {
  border: 1px solid #dedcc6;
  border-radius: 4px;
  background: #fff;
}
:is(.toggle_content_ul-01, .toggle_content_ul-02) a {
  display: grid;
  align-items: center;
  position: relative;
  height: 100%;
}
:is(.toggle_content_ul-01, .toggle_content_ul-02) a::after {
	background-color: #ddcd96;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
}
.toggle_content_ul-01 a::after {
	width: 6px;
	height: 13px;
}
.toggle_content_ul-02 a::before {
  content: "";
}
.toggle_content_ul-02 a::after {
	width: 5px;
	height: 10px;
}
.toggle_content_ul-01 a {
	grid-template-columns: auto 1fr auto;
	column-gap: 10px;
  padding: 8px 10px 8px 15px;
  font-size: 18px;
}
.toggle_content_ul-02 a {
	grid-template-columns: 0px 1fr auto;
	column-gap: 10px;
  padding: 8px 10px 8px 0;
  font-size: 12px;
}
.toggle_close {
  margin-top: 15px;
  margin-inline: -15px;
}
.toggle_close a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  height: 40px;
  border-bottom: 1px solid #ccc;
  background-color: #4b3c3c;
  text-align: center;
  color: #fff;
}
.toggle-close_icon {
  position: relative;
  aspect-ratio: 1;
  width: 14px;
  border: 1px solid #fff;
}
.toggle-close_icon::before,
.toggle-close_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin-left: -5px;
  background-color: #fff;
  content: "";
}
.toggle-close_icon::before {
  transform: rotate(45deg);
}
.toggle-close_icon::after {
  transform: rotate(-45deg);
}

/*==============================*/
/*** グローバルナビゲーション ***/
/*==============================*/
/*=====グローバルナビ=====*/
.h_nav {
  padding-block: 2px;
  background-color: #fff;
  border-top: 5px solid #ddcd96;
  border-bottom: 5px solid #ddcd96;
}
.h_nav_ul {
  display: flex;
	column-gap: 1px;
	background-color: #ddcd96;
}
.h_nav_ul li {
	flex: 1;
  list-style: none;
  border-top: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
  text-align: center;
}
.h_nav_ul li a {
	display: grid;
	place-content: center;
	position: relative;
	height: 54px;
	background-color: #fff;
}
.h_nav_ul li a::before {
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 9px;
	height: 9px;
	background-color: #ddcd96;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
}
.h_nav_ul .h_nav_toggle {
  width: 16%;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
}

/*=====営業時間と電話受付=====*/
.nav_info {
  display: flex;
  align-items: center;
  padding-block: 10px;
  padding-right: 15px;
  border-bottom: 1px solid #ddcd96;
  text-align: center;
}
.h_nav_time {
  flex: 1;
  color: #4b3c3c;
  font-size: 12px;
  letter-spacing: 1.1px;
  line-height: 1.3;
}
.h_nav_time span {
  font-weight: bold;
}
.h_nav_tel {
  width: 55%;
}
.h_nav_tel a {
  width: fit-content;
  margin-inline: auto;
}
.h_nav_tel img {
  width: 165px;
  height: 55px;
}
.hr_bg {
  height: 2px;
  margin: 0;
  border: 0;
  background-image: linear-gradient(
    135deg,
    #a59d9d 25%,
    #ffffff 25%,
    #ffffff 50%,
    #a59d9d 50%,
    #a59d9d 75%,
    #ffffff 75%,
    #ffffff 100%
  );
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-color: #fff;
}

/*==============*/
/*** パンくず ***/
/*==============*/
.pankuzu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 3px;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #ddd4bc;
  font-size: 12px;
}
.pankuzu li,
.pankuzu a {
  display: inline;
}
.pankuzu li:not(:last-child)::after {
  margin-inline: 5px;
  content: ">";
}
.pankuzu a {
  color: #b60401;
  text-decoration: underline;
}

/*==============*/
/*** フッター ***/
/*==============*/
footer {
  padding-bottom: 15px;
  border-top: 1px solid #ddd4bc;
  background-image: url(../img/footer_bg.png);
  background-size: 28px 48px;
  font-size: 14px;
  line-height: 1.5;
}
.footer_inside {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ddd4bc;
  background-color: #fff;
}
.footer_logo a {
  display: grid;
  justify-items: center;
  row-gap: 10px;
  width: fit-content;
  margin-inline: auto;
  font-size: 12px;
}
.footer_areaJob {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 36px;
  margin-top: 15px;
  margin-inline: auto;
  padding-inline: 3rem;
  background-color: #f2efe1;
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 8% 50%);
}
.footer_add {
  margin-top: 10px;
  text-align: center;
}
.footer_info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
  padding: 10px 10px 10px 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.footer_info dt {
  padding: 5px 15px;
  border-radius: 1rem;
  background: #473733;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  color: #fddd96;
  font-size: 10px;
}
.footer_info dd {
  flex: 1;
  font-size: 12px;
}
.footer_tel {
  margin-top: 15px;
}
.footer_tel a {
  width: fit-content;
  margin-inline: auto;
}

/*=====フッターメニュー=====*/
.footer_nav {
  padding: 15px;
  font-size: 12px;
}
.footer_nav-01_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-shadow: -1px -1px 0px #ccc inset;
  background-color: #fff;
}
.footer_nav-01_ul li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer_nav-01_ul a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  height: 100%;
  padding: 8px 5px 8px 23px;
  background: url(../img/footer_menu-li.png) no-repeat 8px center/10px 10px;
}
.footer_nav-01_ul a:before {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #e1e1e1;
  border-bottom: 5px solid #e1e1e1;
  content: "";
}

/*=====グループ店リンク=====*/
.footer_nav-02_ul {
  border: 1px solid #ccc;
}
.footer_nav-02_ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.footer_nav-02_ul span {
  display: block;
  color: #777;
  font-size: 10px;
}
.footer_nav-02_ul li:last-child {
  border-bottom: none;
}
.footer_nav-02_ul a {
  position: relative;
  padding: 5px 15px 5px 10px;
}
.footer_nav-02_ul a:before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  content: "";
}
.footer_acMenu {
  margin: 0 15px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.accordion {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.accordion_btn {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}
.accordion_btn span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.accordion_btn span::before,
.accordion_btn span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1px;
  margin-top: -1px;
  background: #9a9a9a;
  content: "";
}
.accordion_btn span::after {
  transform: rotate(-90deg);
  transition: 0.5s ease;
}
.accordion.active .accordion_btn span::after {
  transform: rotate(0deg);
  opacity: 0;
}
.within {
  display: none;
  margin: 0;
}
.accordion_close {
  height: 40px;
  border-top: 1px solid #ccc;
  line-height: 40px;
  text-align: center;
}
.footer_copy {
  display: block;
  margin-top: 15px;
  padding-inline: 10px;
  color: #4b3c3c;
  font-size: 10px;
  text-align: center;
}
.footer_icons {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-block: 15px;
}
.footer_icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_bottomInfo {
  margin-top: 15px;
}
.footer_bottomInfo > * + * {
  margin-top: 15px;
}
.icon-x {
  aspect-ratio: 1/1;
  width: 40px;
  padding: 2px;
  border-radius: 50%;
  background-color: #333;
}
.icon-x span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #333;
}
.icon-x img {
  aspect-ratio: 400/409;
  width: 17px;
}

/*=====上へスクロール=====*/
#toTop {
  display: block;
  height: 40px;
  background: #fff;
  text-align: center;
}
#toTop img {
  padding-top: 12px;
}

.ttl-primary {
  display: grid;
	grid-template-columns: 10px auto 1fr;
	align-items: center;
	column-gap: 8px;
  position: relative;
  color: #4b3c3c;
  font-size: 18px;
  font-weight: bold;
}
.ttl-primary::before,
.ttl-primary::after {
  width: 100%;
  height: 9px;
  margin-block: auto;
  background-image: linear-gradient(180deg, #ddcd96 12.50%, #ffffff 12.50%, #ffffff 50%, #ddcd96 50%, #ddcd96 62.50%, #ffffff 62.50%, #ffffff 100%);
  background-size: 8px 8px;
  content: "";
}
.ttl-primary::after {
	min-width: 10px;
}
.ttl-primary_inside {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}
.ttl-primary_sub {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 13px;
  font-weight: normal;
}
.ttl-secondary {
  display: block;
  position: relative;
  padding-inline: 10px;
  color: #4b3c3c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.ttl-secondary::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 100%;
  height: 9px;
  margin-block: auto;
  background-image: linear-gradient(180deg, #ddcd96 12.50%, #ffffff 12.50%, #ffffff 50%, #ddcd96 50%, #ddcd96 62.50%, #ffffff 62.50%, #ffffff 100%);
  background-size: 8px 8px;
  content: "";
}
.ttl-secondary_inside {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-inline: 5px 8px;
  background: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.ttl-tertiary {
  padding: 5px 10px;
  border-width: 1px 1px 2px 1px;
  border-color: #ddcd96;
  border-style: solid;
  box-shadow: 0 -2px #fff inset, 0 -3px #ddcd96 inset;
  color: #4b3c3c;
  font-size: 14px;
  font-weight: bold;
}

/* デリバリー告知 */
.info_delivery_top {
  background: #f8f5ea;
  padding: 10px 0;
}
.info_delivery_top > * {
  font-size: 10px;
}
.info_delivery_bottom {
  background: #fff;
  border-bottom: 1px solid #ddd4bc;
  padding: 15px 0;
}
.info_delivery {
  color: #ff0000;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}

.arrow-toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #fff;
}
.arrow-toTop span {
  display: block;
  position: relative;
  width: 1px;
  height: 17px;
  background-color: #333;
}
.arrow-toTop span::before,
.arrow-toTop span::after {
  content: "";
  position: absolute;
  top: 0.5px;
  inset-inline: 0;
  width: 1px;
  height: 13px;
  margin-inline: auto;
  background-color: #333;
  transform-origin: 50% 0;
}
.arrow-toTop span::before {
  transform: rotate(45deg);
}
.arrow-toTop span::after {
  transform: rotate(-45deg);
}
