/* モジュールのスマホ化 */

.mb .-heading_nikuman .heading_inner {
  padding-bottom: 5px;
}

.mb .-heading_nikuman .icon {
  width: 30px;
  height: auto;
}

.mb .-heading_bgred .heading_inner .bg_image {
  width: 258px;
}

/* フランチャイズ加盟募集 */

.mb .fc_page .model {
  margin-top: 80px;
  margin-bottom: 60px;
}

.mb .fc_page .condition {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb .contact_single .conditions__main {
  margin-top: 5px;
}

.mb .contact_page .faq .faq__main .category__head {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.mb .fc_page .condition__main .-table .table_container {
  gap: 0;
  padding-block: 15px;
}

.mb .contact_single .conditions__main .table_container {
  gap: 0;
}

.mb .contact_single .conditions > .container > .inner {
  padding: 30px 20px 18px 20px;
}

.mb .fc_page .-table3 .table_list {
  grid-template-columns: 1fr 1fr;
}

.mb .contact_single .-table3 .table_list {
  grid-template-columns: 30% 1fr;
}

.mb .fc_page .-table .table_list > .title,
.mb .contact_single .-table .table_list > .title {
  padding-block: 15px 15px;
  border-top: 1px var(--color-Line) solid;
  display: flex;
  align-items: flex-start;
}

.mb .fc_page .-table .table_list > .description,
.mb .contact_single .-table .table_list > .description {
  margin-top: 0;
  border-top: 1px var(--color-Line) solid;
  display: flex;
  align-items: center;
}

.mb .fc_page .-table .table_list > .title,
.mb .fc_page .-table .table_list > .description {
  padding-block: 15px 15px;
}

.mb .fc_page .-table3 .table_list.table_list1 > .title:first-of-type,
.mb .fc_page .-table3 .table_list.table_list1 > .description:first-of-type {
  border-top: none;
}

.mb .contact_single .-table3 .table_list.table_list1 > .title:first-of-type,
.mb .contact_single .-table3 .table_list.table_list1 > .description:first-of-type {
  border-top: none;
}

.mb .fc_page .brand__foot .feature_list > li {
  border-radius: 10px;
}

.mb .fc_page .flow {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb .fc_page .flow__main .figure {
  margin-inline: 20px;
}

/* お問合せ / よくある質問 */

.mb .contact_page .summary {
  padding-bottom: 95px;
}

.mb .contact_page .summary .-title {
  font-size: 26px;
}

/* お問合せ詳細 / お客様のご意見 / ご要望 */

.mb .contact_single .summary .text_sub {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.mb .contact_single .summary {
  margin-top: 60px;
}

.mb .contact_single .form {
  margin-top: 70px;
  margin-bottom: 35px;
}

.mb .-privacy_policy > .description {
  margin-bottom: 40px;
}

/* お問合せ詳細 / 表 */

.contact_single .conditions__main {
  margin-top: 8px;
}

.contact_single .-table3 .table_list2 {
  grid-template-columns: 30% 70%;
}

.contact_single .-table .table_list .title {
  padding-left: 0;
}

.contact_single .-table .table_list > .title,
.contact_single .-table .table_list > .description {
  padding-block: 12px 12px;
}

.mb .contact_single .form .wpcf7-form-control:has(input[type="radio"]),
.mb .contact_single .form .wpcf7-form-control:has(input[type="checkbox"]) {
  padding-block: 5px;
}

.mb .allergy_page .summary {
  padding-top: 73px;
  margin-bottom: 35px;
}

.mb .allergy_page .summary .summary__head .-title {
  font-size: 26px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.mb .allergy_page .summary .summary__foot .description {
  margin-bottom: 10px;
}

.mb .company_page .message__main .text {
  line-height: 180%;
  letter-spacing: 0.05em;
}

/* .mb .shoplist_single .information__main .carousel {
  grid-template-columns: auto;
}

.mb .shoplist_single .information__main .thumb_list {
  display: none;
} */

.mb .shoplist_single .summary__main .title {
  padding: 0 0 0 12px;
}

.mb .shoplist_single .-table .table_list > .description {
  margin-top: 0;
  padding-left: 10px;
  padding-block: 15px;
  border-top: 1px var(--color-Line) solid;
}

.mb .shoplist_single .-allergy {
  margin-bottom: 14px;
}

.mb .shoplist_single .-allergy .container {
  padding-inline: 0;
}

.mb .shoplist_single .allergy__main {
  margin-top: 30px;
}

.mb .shoplist_single .-allergy .allergy_main {
  margin-bottom: 13px;
}

.mb .-news_taxonomy .news_taxonomy_container .category_list li a {
  width: 100%;
  text-align: center;
}

.mb .news_page .summary {
  padding-top: 74px;
}

.mb .news_page .-title {
  font-size: 26px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.mb .news_page .content_container .news .news_list .thumb {
  aspect-ratio: 1 / 1;
}

.mb .-menu_button .link_inner .text {
  padding-right: 0;
}

header .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.mb header .logo {
  padding-left: 0;
  z-index: var(--zindex-menu);
}

.mb header .logo a {
  padding-left: 28px;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  padding-right: 20px;
}

.mb header .burger_menu_container {
  padding-top: 90px;
}

header .burger_menu_button {
  transition: all 0.5s;
}

header .burger_menu_button:hover {
  scale: 1.1;
}

.shoplist_single .access__main address {
  grid-column: 1 / 1;
}

.mb .shoplist_single .access__main address {
  grid-column: 1 / 3;
}

.mb header .sns-list {
  top: 50px;
  left: 32px;
  transform: translateY(0);
}

.mb .-fair_archive .fair_list {
  overflow: initial;
}

.-card_news_large {
  padding-block: 0;
}

.-card_news_large a {
  padding-block: 40px;
}

.-card_news_large .thumb {
  position: relative;
  aspect-ratio: 1.5 / 1;
  width: auto;
  height: auto;
  margin-bottom: 11px;
  overflow: hidden;
  background-color: var(--color-white);
  margin-left: 23%;
  transition: all 0.5s;
}

.-card_news_large:hover .thumb {
  border-radius: 30px;
}

.-card_news_large .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.5s;
}

.-card_news_large:hover .thumb img {
  transform: scale(1.15);
}

.mb .-card_news_large .thumb {
  margin-left: 0;
  margin-bottom: 0;
}

.mb .-card_news_large .text_box .group {
  margin-top: 10px;
}

/* header .sns-follow {
  top: calc(50% - 92px);
} */

.mb .top_page .reccomend .reccomend_main {
  margin-top: 42px;
}

.top_page .menu_slider .embla__button:hover {
  opacity: 0.5;
}

.mb .top_page .feature_list li:nth-child(1) .feature_item_main {
  margin-top: 15px;
}

.mb .top_page .feature_list li:nth-child(1) .point_list {
  margin-top: 10px;
}

.mb .top_page .feature_list li:nth-child(1) .point_list .heading {
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.mb .top_page .feature .message_list {
  gap: 0;
}

.mb .top_page .brand .all_brand_main {
  margin-top: 15px;
}

.mb .shoplist_page .search_brand__main {
  margin-bottom: 60px;
}

.mb .shoplist_page .result {
  padding-top: 60px;
}

.mb footer .footer__main .fnav_list > li > a {
  padding-bottom: 4px;
}

.mb footer .footer__main .fnav_list > li > a > .arrow {
  bottom: 6px;
}

.mb .company_page .recruitment__main .recruitment_list > li .text {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 160%;
}

.company_page .recruitment__main .recruitment_list > li:hover .photo {
  border-radius: 30px;
}

.mb .shoplist_single .allergy {
  padding-top: 80px;
}

.mb .shoplist_single .information__main .carousel + * {
  margin-top: 18px;
}

.mb .shoplist_single .recommend_list + button {
  margin-top: 40px;
}

.mb .shoplist_single .content_container .-texture:first-child {
  padding-top: 60px;
}

.mb .shoplist_single .summary .container {
  padding-inline: 0;
}

.mb .shoplist_single .summary__main {
  padding-inline: 20px;
}

.mb .shoplist_single .summary__foot {
  padding-inline: 10px;
}

.mb .company_page .-table2 .table_list > .title:last-of-type {
  border-bottom: none;
}

.mb .company_page .-table2 .table_list > .title,
.-table2 .table_list > .description {
  padding-block: 15px;
}

.mb .company_page .-table2 .table_list > .description {
  padding-top: 0;
}

.mb .company_page .-table2 .table_list > .title {
  padding-bottom: 0;
}

.top_page .feature_list .feature_item_bg1 {
  margin-top: 1px;
}

.top_page .feature_list .feature_item_deco1,
.top_page .feature_list .feature_item_deco2 {
  top: 1px;
}

.top_page .feature_list .feature_item_bg1 {
  height: calc(100% - 1px);
}

.mb header .burger_menu_container .sub_list > li a {
  font-size: 16px;
  line-height: 2;
}

.mb header .burger_menu_container .nav_list > li.is-open .sub_list {
  margin-top: 0;
  margin-bottom: 13px;
}

.mb header .burger_menu_container .sub_list > li a {
  grid-template-columns: 25px 1fr;
}

.mb header .burger_menu_container .sub_list > li .arrow {
  margin-left: 8px;
}

.top_page .fv_foot .news_carousel {
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.15);
}

.dt .top_page .copy .copy_text {
  padding-top: 32px;
}

.mb header .burger_menu_container .nav_list > li > .parent_menu {
  padding: 16px 8px 10px 10px;
}

.mb header .burger_menu_container .nav_list > li > .toggle {
  z-index: -1;
}

.-media .post_list a .content time {
  color: rgba(58, 58, 58, 0.7);
}

.-search_results .shop_detail .googlemap {
  display: inline-flex;
}

footer .footer__main .pagetop .illust1 {
  width: 10px;
  height: auto;
  margin-bottom: 8px;
  margin-left: 2px;
  transition: all 0.35s;
}

footer .footer__main .pagetop:hover .illust1 {
  transform: translateY(-9px);
}

footer .footer__main .pagetop .illust2 {
  width: 40px;
  height: auto;
  transition: all 0.35s;
}

footer .footer__main .pagetop:hover .illust2 {
  transform: rotate(18deg);
}

footer .footer__main .pagetop .illust img {
  width: 100%;
  height: auto;
}
