@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "Hiragino Sans", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.exsp {
  display: none;
}

/* ページ全体のリセット（LP専用） */
.page-atotsugirestaurant {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.6;
}

.page-atotsugirestaurant * {
  box-sizing: border-box;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
}

/* KV（メインビジュアル） */
.page-atotsugirestaurant .t-kv {
  background-color: #ffe009;
  height: auto;
  padding: 26px 0;
  position: relative;
  z-index: 0;
}

.page-atotsugirestaurant .t-kv__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 84px;
  position: relative;
}

.page-atotsugirestaurant .t-kv__desc__inner {
  width: calc(100% * 0.53);
}

.page-atotsugirestaurant .t-kv__label {
  display: block;
  margin: 0 auto 7px;
  padding-top: 35px;
  width: 498px;
}

.page-atotsugirestaurant .t-kv__title {
  text-align: center;
}

.page-atotsugirestaurant .t-kv__image {
  margin: 0 auto 4px;
}

.page-atotsugirestaurant .t-kv__desc__inner span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 15px;
  text-align: center;
}

.page-atotsugirestaurant .t-kv__text {
  display: block;
  margin: 0 auto;
  width: 493px;
}

.page-atotsugirestaurant .t-kv__image__inner {
  bottom: -25px;
  display: block;
  max-width: 579px;
  position: absolute;
  right: 15px;
  width: calc(100% * 0.45);
}

/* イントロ */
.page-atotsugirestaurant .c-intro {
  background: #fef8d3;
  padding-bottom: 25px;
  position: relative;
  z-index: 0;
}

.page-atotsugirestaurant .c-intro__bg {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 9vw;
  font-weight: 700;
  left: -9.3%;
  position: absolute;
  text-wrap: nowrap;
  top: 41.5%;
  z-index: -1;
}

.page-atotsugirestaurant .c-intro__border {
  display: block;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-atotsugirestaurant .c-intro__inner {
  margin: 0 auto;
  max-width: 880px;
  padding-top: 95px;
}

.page-atotsugirestaurant .c-intro__header {
  margin: 0 auto;
  max-width: 308px;
}

.page-atotsugirestaurant .c-common__header {
  background-color: #ed323f;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  margin: 0 auto 42px;
  padding: 24px 26px;
  position: relative;
  text-align: center;
}

.page-atotsugirestaurant .c-common__header::after {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  border-top: 20px solid #ed323f;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.page-atotsugirestaurant .c-common__header__text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .05em;
}

.page-atotsugirestaurant .c-common__header__text span {
  color: #ffe007;
}

.page-atotsugirestaurant .c-common__title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
}

.page-atotsugirestaurant .c-intro__title {
  margin-bottom: 30px;
}

.page-atotsugirestaurant .c-common__title span {
  color: #ec313f;
}

.page-atotsugirestaurant .c-intro__image {
  margin: 0 auto;
  width: 690px;
}

.page-atotsugirestaurant .c-intro__contents {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2,1fr);
  margin-top: -36px;
  position: relative;
}

.page-atotsugirestaurant .c-intro__content {
  border-radius: 20px;
  height: 279px;
  padding-top: 30px;
}

.page-atotsugirestaurant .c-intro__content:first-child {
  background-color: #aee5b4;
}

.page-atotsugirestaurant .c-intro__content:nth-child(2) {
  background-color: #f89953;
}

.page-atotsugirestaurant .c-intro__content__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 27px;
  text-align: center;
}

.page-atotsugirestaurant .c-intro__image__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-atotsugirestaurant .c-intro__content__image {
  display: block;
}

.page-atotsugirestaurant .c-intro__content:first-child .c-intro__content__image:first-child {
  width: 85px;
}

.page-atotsugirestaurant .c-intro__content:first-child .c-intro__content__image:nth-child(2) {
  margin-left: 30px;
  width: 144px;
}

.page-atotsugirestaurant .c-intro__content:nth-child(2) .c-intro__content__image:first-child {
  width: 171px;
}

.page-atotsugirestaurant .c-intro__content:nth-child(2) .c-intro__content__image:nth-child(2) {
  margin-left: 17px;
  width: 110px;
}

.page-atotsugirestaurant .c-intro__content__image--cross {
  display: block;
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%,-50%);
  width: 98px;
}

/*　特徴 */
.page-atotsugirestaurant .c-features {
  background: #fef8d3;
  padding-bottom: 32px;
}

.page-atotsugirestaurant .c-features__inner {
  margin: 0 auto;
  max-width: 880px;
  padding-top: 66px;
}

.page-atotsugirestaurant .c-features__title {
  margin-bottom: 30px;
}

.page-atotsugirestaurant .c-features__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.875;
  margin-bottom: 56px;
  text-align: center;
}

.page-atotsugirestaurant .c-features__text span {
  color: #ec313f;
}

.page-atotsugirestaurant .c-features__content {
  position: relative;
  width: 100%;
}

.page-atotsugirestaurant .c-features__content__header {
  background-color: #fff;
  border: 3px solid #2b2b2b;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  letter-spacing: .06em;
  line-height: 1;
  padding: 17px 31px;
  position: absolute;
  top: -38px;
  transform: translateX(-50%);
}

.page-atotsugirestaurant .c-features__content__items {
  background-color: #fff;
  border: 3px solid #2b2b2b;
  border-radius: 20px;
}

.page-atotsugirestaurant .c-features__content__items__title {
  background-color: #ed323f;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 17px;
  padding-top: 27px;
  text-align: center;
}

.page-atotsugirestaurant .c-features__content__items__box {
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 98px 40px 45px;
  row-gap: 93px;
}

.page-atotsugirestaurant .c-features__content__item {
  background-color: #fae96f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 170px;
  position: relative;
 width: calc(100% * 0.3125);
}

.page-atotsugirestaurant .c-features__content__item__numbox {
  background-image: url(../../assets/img/lp/c-features_content_item_numbox.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 86px;
  left: 50%;
  position: absolute;
  top: -38%;
  transform: translate(-50%);
  width: 86px;
}

.page-atotsugirestaurant .c-features__content__item__numbox::before {
  background-image: url(../../assets/img/lp/c-features_content_item_numbox--deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 31px;
  left: 83%;
  position: relative;
  top: -20px;
  width: 31px;
}

.page-atotsugirestaurant .c-features__content__item__numbox span {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  margin-top: -12px;
  text-align: center;
}

.page-atotsugirestaurant .c-features__content__item__num {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.14;
  text-align: center;
}

.page-atotsugirestaurant .c-features__content__item__title {
  color: #ec313f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 36px;
  text-align: center;
}

.page-atotsugirestaurant .c-features__content__item__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

.page-atotsugirestaurant .c-features__content__item:nth-child(2) .c-features__content__item__title {
  margin-top: 46px;
}

.page-atotsugirestaurant .c-features__content__item:nth-child(4) .c-features__content__item__title,
.page-atotsugirestaurant .c-features__content__item:nth-child(5) .c-features__content__item__title {
  margin-top: 48px;
}

.page-atotsugirestaurant .c-features__content__item:nth-child(2) .c-features__content__item__text {
  margin-top: 28px;
}

.page-atotsugirestaurant .c-features__content__item:nth-child(4) .c-features__content__item__text,
.page-atotsugirestaurant .c-features__content__item:nth-child(5) .c-features__content__item__text {
  margin-top: 16px;
}

/*　おすすめ */
.page-atotsugirestaurant .c-recommend {
  background: #fef8d3;
  padding-bottom: 22px;
}

.page-atotsugirestaurant .c-recommend__inner {
  margin: 0 auto;
  max-width: 880px;
  padding-top: 66px;
}

.page-atotsugirestaurant .c-recommend__header {
  text-align: center;
  width: 586px;
}

.page-atotsugirestaurant .c-recommend__title {
  margin-bottom: 40px;
}

.page-atotsugirestaurant .c-recommend__box {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3,1fr);
}

/* できること */
.page-atotsugirestaurant .c-cando {
  background: #fef8d3;
  padding-bottom: 115px;
}

.page-atotsugirestaurant .c-cando__inner {
  margin: 0 auto;
  max-width: 880px;
  padding-top: 66px;
}

.page-atotsugirestaurant .c-cando__header {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
}

.page-atotsugirestaurant .c-cando__header__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.page-atotsugirestaurant .c-cando__header__text::before,
.page-atotsugirestaurant .c-cando__header__text::after {
  background-color: #2b2b2b;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  width: 3px;
}

.page-atotsugirestaurant .c-cando__header__text::before {
  left: -15px;
  transform: translateY(-50%) rotate(-30deg);
}

.page-atotsugirestaurant .c-cando__header__text::after {
  left: auto;
  right: -15px;
  transform: translateY(-50%) rotate(30deg);
}

.page-atotsugirestaurant .c-cando__content {
  position: relative;
}

.page-atotsugirestaurant .c-cando__content__title {
  background-color: #aee5b4;
  border: 3px solid #2b2b2b;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  padding-bottom: 9px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  top: -10%;
  transform: translateX(-50%);
  width: 265px;
}

.page-atotsugirestaurant .c-cando__content__box {
  align-items: center;
  background-color: #fff;
  border: 3px solid #2b2b2b;
  border-radius: 20px;
  display: flex;
  gap: 23px;
  padding-left: 20px;
}

.page-atotsugirestaurant .c-cando__content__image {
  width: 419px;
}

.page-atotsugirestaurant .c-cando__item {
  align-items: center;
  border-bottom: 2px dotted #2b2b2b;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.page-atotsugirestaurant .c-cando__item:nth-child(2) {
  padding-top: 10px;
}

.page-atotsugirestaurant .c-cando__item:nth-child(3) {
  border: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.page-atotsugirestaurant .c-cando__check {
  display: block;
  height: 24px;
  width: 24px;
}

.page-atotsugirestaurant .c-cando__item__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
}

/* CTA */
.page-atotsugirestaurant .c-cta {
  background-color: #f28a7a;
  padding-bottom: 40px;
  padding-top: 44px;
  position: relative;
  z-index: 0;
}

.page-atotsugirestaurant .c-cta::before,
.page-atotsugirestaurant .c-cta::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
}

.page-atotsugirestaurant .c-cta::before {
  background-image: url(../../assets/img/lp/cta_circle1.webp);
  height: 246px;
  left: -16px;
  top: -28px;
  width: 236px;
}

.page-atotsugirestaurant .c-cta::after {
  background-image: url(../../assets/img/lp/cta_circle2.webp);
  height: 256px;
  right: -45px;
  top: 0;
  width: 220px;
}

.page-atotsugirestaurant .c-cta__inner {
  margin: 0 auto;
  max-width: 1110px;
}

.page-atotsugirestaurant .c-cta__title__inner {
  position: relative;
}

.page-atotsugirestaurant .c-cta__title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.7;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.page-atotsugirestaurant .c-cta__title span {
  color: #fff;
  font-size: 41px;
}

.page-atotsugirestaurant .c-cta__image {
  position: absolute;
  top: -22px;
  width: 214px;
  z-index: -1;
}

.page-atotsugirestaurant .c-cta__image:first-of-type {
  left: 45px;
}

.page-atotsugirestaurant .c-cta__image:nth-of-type(2) {
  left: auto;
  right: 51px;
}

.page-atotsugirestaurant .c-cta__buttons {
  align-items: center;
  background-color: #fff;
  border: 3px solid #2b2b2b;
  border-radius: 20px;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 38px;
  padding-top: 38px;
  row-gap: 30px;
}

.page-atotsugirestaurant .c-cta__button {
  background: #24762e;
  border-radius: 65px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 32px 0;
  text-align: center;
  text-decoration: none;
  transition: transform .3s;
  width: 440px;
}

.page-atotsugirestaurant .c-cta__button:hover {
  transform: translateY(-3px);
}

.page-atotsugirestaurant .c-cta__button--pink {
  background: #eb6706;
}

.page-atotsugirestaurant .c-cta__button--white {
  align-items: center;
  background: #fff;
  border: 2px solid #ed313f;
  color: #ed313f;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 17px;
  justify-content: center;
  padding: 13px 0;
  width: 351px;
}

.page-atotsugirestaurant .c-cta__button--loupe {
  display: block;
  height: 33px;
  width: 33px;
}

@media screen and (max-width: 1024px) {
  .page-atotsugirestaurant .t-kv__inner {
    padding-left: 42px;
  }

  .page-atotsugirestaurant .c-intro__inner,
  .page-atotsugirestaurant .c-features__inner,
  .page-atotsugirestaurant .c-recommend__inner,
  .page-atotsugirestaurant .c-cando__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-atotsugirestaurant .c-intro__content__text {
    font-size: 18px;
  }

  .page-atotsugirestaurant .c-features__content__item {
    width: calc(100% * 0.46);
  }

  .page-atotsugirestaurant .c-cando__content__box {
    justify-content: center;
    padding-top: 30px;
  }

  .page-atotsugirestaurant .c-cando__content__image {
    width: 310px;
  }

  .page-atotsugirestaurant .c-cta__button {
    padding: 20px 0;
    width: 300px;
  }

  .page-atotsugirestaurant .c-cta__title {
    font-size: 28px;
  }

  .page-atotsugirestaurant .c-cta__title span {
    font-size: 32px;
  }

  .page-atotsugirestaurant .c-cta__image {
    top: 15%;
    width: 140px;
  }

  .page-atotsugirestaurant .c-cta__image:first-of-type {
    left: 27px;
  }

  .page-atotsugirestaurant .c-cta__image:nth-of-type(2) {
    right: 27px;
  }
}

/* レスポンシブ */
@media (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .page-atotsugirestaurant .t-kv__inner {
    justify-content: center;
    padding-left: 0;
    width: 87vw;
  }

  .page-atotsugirestaurant .t-kv__desc__inner {
    width: 100%;
  }

  .page-atotsugirestaurant .t-kv__desc__inner span {
    font-size: 1.6vw;
    margin-bottom: 0;
    padding-bottom: 19.3vw;
  }

  .page-atotsugirestaurant .t-kv__label {
    padding-top: 0;
    width: 83vw;
  }

  .page-atotsugirestaurant .t-kv__image__inner {
    bottom: auto;
    right: auto;
    top: 36%;
    width: 68.5vw;
    z-index: -1;
  }

  .page-atotsugirestaurant .t-kv__text {
    width: 83vw;
  }

  /* イントロ */

  .page-atotsugirestaurant .c-common__header {
    padding: 3.2vw;
  }

  .page-atotsugirestaurant .c-common__header__text {
    display: inline-block;
    font-size: 2.93vw;
  }

  .page-atotsugirestaurant .c-intro {
    padding-bottom: 0;
  }

  .page-atotsugirestaurant .c-intro__bg {
    font-size: 15.7vw;
    left: -62.3%;
    top: 33.5%;
  }

  .page-atotsugirestaurant .c-intro__header {
    width: 42.2vw;
  }

  .page-atotsugirestaurant .c-intro__inner {
    padding-top: 6.7vw;
  }

  .page-atotsugirestaurant .c-common__title {
    font-size: 5.9vw;
    margin-bottom: 24px;
  }

  .page-atotsugirestaurant .c-intro__contents {
    gap: 34px;
    margin-top: -5%;
  }

  .page-atotsugirestaurant .c-intro__image {
    width: 82.5vw;
  }

  .page-atotsugirestaurant .c-intro__content {
    height: 40vw;
    padding-top: 5vw;
  }

  .page-atotsugirestaurant .c-intro__content__text {
    font-size: 2.93vw;
    margin-bottom: 2.3vw;
  }

  .page-atotsugirestaurant .c-intro__content:first-child .c-intro__content__image:first-child {
    width: 10.6vw;
  }

  .page-atotsugirestaurant .c-intro__content:first-child .c-intro__content__image:nth-child(2) {
    margin-left: 20px;
    width: 18vw;
  }

  .page-atotsugirestaurant .c-intro__content:nth-child(2) .c-intro__content__image:first-child {
    width: 20.6vw;
  }

  .page-atotsugirestaurant .c-intro__content:nth-child(2) .c-intro__content__image:nth-child(2) {
    margin-left: 9px;
    width: 13.2vw;
  }

  .page-atotsugirestaurant .c-intro__content__image--cross {
    width: 13vw;
  }

  /* 特徴 */

  .page-atotsugirestaurant .c-features {
    padding-bottom: 0;
  }

  .page-atotsugirestaurant .c-features__inner {
    padding-top: 11.7vw;
  }

  .page-atotsugirestaurant .c-features__text {
    font-size: 3.7vw;
    line-height: 1.9;
    margin-bottom: 10vw;
  }


  .page-atotsugirestaurant .c-features__content__header {
    font-size: 2.93vw;
    padding: 2.2vw 4.1vw;
    top: -4%;
  }

  .page-atotsugirestaurant .c-features__content__item {
    height: 27vw;
  }

  .page-atotsugirestaurant .c-features__content__items__title {
    font-size: 3.2vw;
    padding-bottom: 24px;
  }

  .page-atotsugirestaurant .c-features__content__items__box {
    column-gap: 4.5vw;
    justify-content: space-around;
    padding: 16.1vw 4.8vw 7.3vw;
    row-gap: 15vw;
  }

  .page-atotsugirestaurant .c-features__content__item__numbox {
    height: 13.6vw;
    width: 13.6vw;
  }

  .page-atotsugirestaurant .c-features__content__item__numbox::before {
    height: 4.93vw;
    top: -16%;
    width: 4.93vw;
  }

  .page-atotsugirestaurant .c-features__content__item__numbox span {
    font-size: 2.4vw;
    margin-top: -3vw;
  }

  .page-atotsugirestaurant .c-features__content__item__num {
    font-size: 5.2vw;
  }

  .page-atotsugirestaurant .c-features__content__item__title {
    font-size: 3.2vw;
    line-height: 1.45;
    margin-top: 6.4vw;
  }

  .page-atotsugirestaurant .c-features__content__item:nth-child(2) .c-features__content__item__title,
  .page-atotsugirestaurant .c-features__content__item:nth-child(4) .c-features__content__item__title,
  .page-atotsugirestaurant .c-features__content__item:nth-child(5) .c-features__content__item__title {
    margin-top: 8.3vw;
  }

  .page-atotsugirestaurant .c-features__content__item__text {
    font-size: 2.7vw;
    margin-top: 1vw;
  }

  /* こんな方におすすめ */

  .page-atotsugirestaurant .c-recommend {
    padding-bottom: 0;
  }


  .page-atotsugirestaurant .c-recommend__inner {
    padding-top: 11vw;
  }

  .page-atotsugirestaurant .c-recommend__header {
    width: 78.1vw;
  }

  .page-atotsugirestaurant .c-recommend__title {
    margin-bottom: 50px;
  }

  .page-atotsugirestaurant .c-recommend__box {
    gap: 5.6vw;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .page-atotsugirestaurant .c-recommend__box__image {
    width: 41.4vw;
  }

  /* できること */

  .page-atotsugirestaurant .c-cando {
    padding-bottom: 10.4vw;
  }

  .page-atotsugirestaurant .c-cando__inner {
    padding-top: 8.6vw;
  }

  .page-atotsugirestaurant .c-cando__header {
    margin: 0 auto 6.4vw;
  }

  .page-atotsugirestaurant .c-cando__header__text {
    font-size: 3.2vw;
  }

  .page-atotsugirestaurant .c-cando__header__text::before,
  .page-atotsugirestaurant .c-cando__header__text::after {
    height: 3vw;
  }

  .page-atotsugirestaurant .c-cando__header__text::before {
    left: -27px;
  }

  .page-atotsugirestaurant .c-cando__header__text::after {
    right: -27px;
  }

  .page-atotsugirestaurant .c-cando__content {
    margin: 0 auto;
    width: 86.4vw;
  }

  .page-atotsugirestaurant .c-cando__content__box {
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0;
    padding-top: 7.3vw;
  }

  .page-atotsugirestaurant .c-cando__content__title {
    font-size: 3.2vw;
    top: -5%;
    width: 36.9vw;
  }

  .page-atotsugirestaurant .c-cando__check {
    height: 3.6vw;
    width: 3.6vw;
  }

  .page-atotsugirestaurant .c-cando__item {
    padding-bottom: 0;
  }

  .page-atotsugirestaurant .c-cando__item__text {
    font-size: 3.2vw;
  }

  .page-atotsugirestaurant .c-cando__content__image {
    width: 55.9vw;
  }


  /* CTA */

  .page-atotsugirestaurant .c-cta {
    padding: 4.8vw 10px;
  }

  .page-atotsugirestaurant .c-cta::before {
    height: 32.8vw;
    width: 31.5vw;
  }

  .page-atotsugirestaurant .c-cta::after {
    height: 34.1vw;
    width: 29.3vw;
  }

  .page-atotsugirestaurant .c-cta__title {
    font-size: 3.8vw;
    margin-bottom: 2.6vw;
  }

  .page-atotsugirestaurant .c-cta__title span {
    font-size: 4.2vw;
  }

  .page-atotsugirestaurant .c-cta__image {
    top: 23%;
    width: 15.5vw;
  }

  .page-atotsugirestaurant .c-cta__image:first-of-type {
    left: 10px;
  }

  .page-atotsugirestaurant .c-cta__image:nth-of-type(2) {
    right: 10px;
  }

  .page-atotsugirestaurant .c-cta__buttons {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .page-atotsugirestaurant .c-cta__button {
    width: 75.86vw;
    height: 17.24vw;
    border-radius: 100px;
    font-size: 3.8vw;
    padding: 5.5vw 0;
  }

  .page-atotsugirestaurant .c-cta__button--white {
    width: 75.86vw;
    height: 17.24vw;
  }

  .page-atotsugirestaurant .c-cta__button--loupe {
    height: 20px;
    width: 20px;
  }
}
