* {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pc {
  display: inline !important;
}

.tb,
.sp,
#tb_s,
#tb_p,
#sp_s_hm {
  display: none !important;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

#h_hm_p {
  padding: 20px 0 33px;
  margin: 0 auto;
  gap: 10px;
}

#h_hm_pf {
  padding: 33px 0;
  gap: 10px;
}

#h_hm_add {
  gap: 10px;
}

#h_hm_add .form_add_1 {
  gap: 10px;
}

#h_hm_add .form_add_2 {
  justify-content: unset;
}

#h_hm_add .add_sns {
  padding-bottom: 10px;
}

main a {
  color: #252525;
}

img {
  width: 100%;
  vertical-align: top;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 27px;
}

main {
  background-color: #fbf7f1;
}

.h_black {
  display: flex;
  align-items: center;
  padding: 0 80px;
  justify-content: space-between;
  height: 100px;
  background: #252525;
}

.h_gold {
  height: 5px;
  width: 100%;
  background-image: linear-gradient( 90deg, #C18E44, #E1B97D,  #F3E1C3, #E6C592, #C5934B );
}

.logo {
  width: 275px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.h_ber {
  display: flex;
  align-items: center;
  gap: 32px;
}

.h_btn {
  transition: 0.3s;
}

.h_btn:hover {
  opacity: 0.8;
}

.h_btn a {
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  color: #252525;
  padding: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.h_btn a img {
  width: 21px;
  height: auto;
}

.Instagram-icon {
  max-width: 32px;
}

.Instagram-icon img {
  width: 100%;
}

/* ハンバーガーメニュー */
.hamburger_icon {
  display: block;
  height: 50px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.hamburger_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 36px;
}

.hamburger_menu span {
  display: block;
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  transform-origin: center;
}

/* 平時の位置 */
.hamburger_menu span:nth-of-type(1) {
  top: 12px;
}
.hamburger_menu span:nth-of-type(2) {
  top: 24px;
}

/* クリック時に横アイコンが斜めになる */
#menu_toggle:checked ~ .hamburger_icon .hamburger_menu span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}

#menu_toggle:checked ~ .hamburger_icon .hamburger_menu span:nth-of-type(2) {
  top: 18px;
  transform: rotate(-45deg);
}

.menu_toggle {
  display: none;
}

.menu_content {
  position: fixed;
  top: 105px;
  right: -100%;
  width: 100%;
  z-index: 90;
  background: #252525;
  color: #ffffff;
  font-size: 18px;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.menu_content a {
  text-decoration: none;
  color: #ffffff;
}

/* メニューを表示 */
#menu_toggle:checked ~ .menu_content {
  right: 0;
}

/* top */
.top {
  position: relative;
  height: 256px;
  display: flex;
  align-items: center;
  padding: 105px 80px 0;
  background-image: url(../images/ashirai/head-bg.webp);
  }

/*.top {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  padding: 0 186px;
  background-image: url(../images/ashirai/head-bg.webp);
}*/

.top_title {
  color: #ffffff;
  font-size: 32px;
  /*font-size: 40px;*/
  line-height: 33px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  filter: drop-shadow(0px 0px 12px #000000cc);
}

.top_title img {
  width: 25px;
}

.top_heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top_heading img {
  width: 25px;
}

/* main */

/* lineup */
.lineup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eee3d0;
  padding: 88px 0;
  gap: 72px;
  box-shadow: 0px 0px 10px 0px #C18E4440;
}

.lineup_top {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  width: 1120px;
  margin: 0 auto;
}

.lineup_top_text {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

.lineup_top_text p {
  line-height: 32px;
}

.box_btn {
  display: flex;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
}

.box_btn:hover {
  opacity: 0.8;
}

.box_btn a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 15px;
  color: #ffffff;
  padding: 28px 110px 28px 38px;
  gap: 10px;
  position: relative;
  text-decoration: none;
}

#btn_black {
  background-color: #252525;
}

.box_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 42px;
  border-radius: 1px;
}

.box_btn_text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  letter-spacing: 1px;
  gap: 5px;
}

.box_btn_text small {
  font-size: 14px;
  letter-spacing: 0px;
}

.lineup_sweets {
  display: flex;
  margin: 0 auto;
  width: 1120px;
  gap: 24px;
}

.lineup_box {
  width: 100%;
  border: 1px solid #dfd1bb;
  border-radius: 8px;
  box-shadow: 0 0 10px #c18e4440;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
}

.lineup_box:hover {
  opacity: 0.7;
}

.box_img {
  line-height: 0;
  width: 100%;
  height: 137px;
  overflow: hidden;
}

.box_img img {
  height: 100%;
  object-fit: cover;
}

#cake_photo {
  object-position: center top;
}

.box_title{
  background: #ffffff;
  font-size: 18px;
}

.box_title p {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 20px 40px 20px 24px;
  gap: 10px;
  position: relative;
  text-decoration: none;
}

.box_title p::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
}

/* sweets_about */
/*　洋菓子・ケーキ*/
.sweets_about,
.sweets_about_w {
  padding-top: 106px;
  box-shadow: 0px 0px 10px 0px #C18E4440;
}

.sweets_about_w {
  background: #ffffff;
}

.sweets_about_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
}

.sweets_about_title p {
  line-height: 32px;
}

.sweets_about_top {
  display: flex;
  flex-direction: column;
}

.sweets_about_menu {
  width: 1120px;
  margin: 0 auto;
}

.sweets_about_menu.pb {
  padding-bottom: 106px;
}

.sweets_about_menu h3 {
  padding: 60px 0 32px;
}

.sweets_menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cake_bar {
  border: none;
  padding-top: 60px;
  border-bottom: 1px solid #dfd1bb;
}

.sweets_menu:last-child {
  border-bottom: none;
}

.sweets_menu_top {
  display: flex;
  gap: 24px;
}

#grid_cake {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  row-gap: 32px;
}

/* PC: 1-3番目は3列表示 */
.menu_list.menu_list:nth-child(-n+3) {
  grid-column: span 4;
}

/* PC: 4番目以降は4列表示 */
.menu_list.menu_list:nth-child(n+4) {
  grid-column: span 3;
}

.sweets_menu_top.menu_bottom {
  gap: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dfd1bb;
}

#last_menu {
  padding-bottom: 106px;
  border-bottom: none;
}

.sweets_menu_top.menu_bottom .menu_list {
  width: 100%;
}

.menu_list.mochi {
  width: 262px !important;
}

.menu_list {
  width: 100%;
}

.menu_name {
  list-style: none;
  padding-left: 0;
  padding-top: 16px;
}

.menu_name li {
  padding-left: 15px;
  position: relative;
}

.menu_name li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #252525;
  border-radius: 50%;
}

/* ボタン機能CSS */
#cake_toggle {
  display: none;
}

.hidden_menu {
  display: none;
}

#cake_toggle:checked ~ .sweets_menu_top .hidden_menu {
  display: block;
}

.read_more_btn {
  display: flex;
  padding: 12px 40px 12px 20px;
  margin: 0 0 0 auto;
  background-color: #333333;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  width: fit-content;
  position: relative;
}

.read_more_btn:hover {
  opacity: 0.8;
}

.read_more_btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  border-radius: 1px;
}

.read_more_btn:hover {
  opacity: 0.8;
}

#cake_toggle:checked ~ .read_more_btn {
  display: none;
}

#li_space_per {
  letter-spacing: -0.01em;
}

/* 焼き菓子 */
.sweets_about_title.title_m {
  margin-bottom: 60px;
}

#grid_baked {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  row-gap: 32px;
}

#baked_toggle {
  display: none;
}

#baked_toggle:checked ~ .sweets_menu_top .hidden_menu {
  display: block;
}

#baked_toggle:checked ~ .read_more_btn {
  display: none;
}

/* フィナンシェ */
.financier_flex {
  display: flex;
  margin: 0 auto;
  padding-bottom: 106px;
  gap: 48px;
  width: 1120px;
}

.financier_left img {
  width: 548px;
}

.financier_kinds {
  padding-bottom: 60px;
}

.kinds {
  display: flex;
  gap: 24px;
}

.kinds_img img {
  width: 100px;
}

.kinds_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kinds_title {
  font-size: 24px;
}

.kinds_top p {
  line-height: 32px;
}

.fin_ber {
  height: 1px;
  width: 100%;
  border: none;
  background-color: #dfd1bb;
  margin: 32px 0;
}

.sweets_btn {
  display: flex;
  margin-left: auto;
  border-radius: 8px;
  width: fit-content;
  transition: 0.3s;
}

.sweets_btn:hover {
  opacity: 0.8;
}

.sweets_btn a {
  color: #ffffff;  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.sweets_btn.fin a {
  color: #ffffff;
  padding: 30px 60px 30px 30px;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.sweets_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 1px;
}

.sweets_btn.fin a::after {
  right: 35px;
}

.sweets_btn_text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  letter-spacing: 1px;
  margin-left: auto;
  gap: 5px;
}

/* オーダーケーキ */
#grid_order {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 60px;
}
  
#grid_order .menu_list:nth-child(-n+3),
#grid_order .menu_list:nth-child(n+4) {
  grid-column: span 1;
}

.sweets_btn.order {
  width: 453px;
  margin-bottom: 106px;
}

.sweets_btn.order a {
  padding: 30px 70px 30px 30px;
}

.sweets_btn.order a::after {
  right: 0;
}

/* footer */
.footer {
  background: #252525;
  color: #ffffff;
  font-size: 18px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1120px;
  padding: 88px 0;
  margin: 0 auto 88px;
  border-bottom: 1px solid #ffffff;
  gap: 20px;
}

.footer_menu_one {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.f_title {
  border-bottom: 1px solid #ffffff;
  padding: 13px 0;
}

.footer_menu_one.right {
  justify-content: space-between;
}

.footer_menu_one ul {
  list-style-position: inside;
  padding-left: 0;
  padding-top: 20px;
}

.footer_menu_list {
  padding-bottom: 17px;
}

.footer_menu_list:last-child {
  padding-bottom: 0;
}

.footer_form {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  padding: 0 0 88px;
  margin: 0 auto;
}

.footer_form_logo img {
  width: 284px;
  padding-bottom: 20px;
}

.footer_form_logo p {
  font-size: 16px;
  line-height: 24px;
}

.footer_form_add {
  display: flex;
  gap: 30px;
}

.form_add_1 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.add_tel,
.add_yoyaku {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 58px;
  border-bottom: 1px solid #ffffff;
}

.add_tel img,
.add_yoyaku img {
  width: 24px;
  height: auto;
}

.add_tel a {
  font-family: "Expletus Sans", sans-serif;
  font-size: 37px;
  letter-spacing: 3px;
}

.add_yoyaku a {
  font-size: 26px;
}

.form_add_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add_sns {
  display: flex;
  gap: 25px;
}

.line {
  display: flex;
  background: #438b44;
  border-radius: 12px;
  padding: 18px 24px;
}

.insta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d34547;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.insta img {
  width: 32px;
}

.add_link {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.add_link a {
  font-size: 14px;
}

.copyright {
  padding: 25px 0;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/ashirai/head-bg.webp);
}

@media screen and (max-width: 1180px) {

  .tb,
  #tb_p {
    display: inline !important;
  }

  .pc,
  .sp,
  #tb_s {
    display: none !important;
  }

  .h_black {
    padding: 0 40px;
  }

  .top {
    height: 256px;
  }

  .top_title {
    font-size: 32px;
  }

  /* lineup tb */
  .lineup {
    padding: 60px 0;
    gap: 44px;
  }

  .lineup_top {
    flex-direction: column;
    align-items: center;
    width: 678px;
  }

  .lineup_top_text {
    align-items: center;
  }

  .lineup_top_text p {
    font-size: 15px;
    text-align: center;
  }

  .lineup_sweets {
    width: 678px;
    gap: 8px;
  }

  .box_img {
    height: 85px;
  }

  .box_title {
    font-size: 14px;
  }

  .box_title a {
    padding: 5px 20px 5px 10px;
  }

  .box_title a::after {
    width: 4px;
    height: 4px;
    right: 14px;
  }

  /* sweets_about tb */
  /*ケーキ・洋菓子*/
  .sweets_about,
  .sweets_about_w {
    padding-top: 88px;
  }

  .sweets_about_title {
    flex-direction: column;
    align-items: flex-start;
    width: 678px;
    gap: 24px;
  }

  .sweets_about_title p {
    font-size: 15px;
    line-height: 30px;
  }

  .sweets_about_top {
    gap: 4px;
  }

  .sweets_about_top p {
    font-size: 12px;
  }

  .sweets_about_menu {
    width: 679px;
  }

  .sweets_about_menu.pb {
    padding-bottom: 88px;
  }

  .sweets_about_menu h3 {
    padding: 40px 0 24px;
  }

  #grid_cake {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 21px;
    row-gap: 24px;
  }

  /* 1-2番目は2列表示 */
  #grid_cake .menu_list:nth-child(-n+2) {
    grid-column: span 3 !important;
  }

  /* 3番目以降は3列表示 */
  #grid_cake .menu_list:nth-child(n+3) {
    grid-column: span 2 !important;
  }

  /* タブレットでは6番目以降を非表示 */
  #grid_cake .menu_list:nth-child(n+6) {
    display: none;
  }

  /* チェックされたら6番目以降も表示 */
  #baked_toggle:checked ~ .sweets_menu_top .menu_list:nth-child(n+6) {
    display: block;
  }

  #cake_toggle:checked ~ .sweets_menu_top .menu_list:nth-child(n+6) {
    display: block;
  }

  /* タブレットでボタンを再表示 */
  .read_more_btn {
    display: flex;
  }

  /* チェック後はボタン非表示 */
  #cake_toggle:checked ~ .read_more_btn {
    display: none;
  }

  #li_space_per {
    letter-spacing: -0.03em;
  }

  #last_menu {
    padding-bottom: 88px;
  }

  .cake_bar {
    padding-top: 40px;
  }

  /* 焼き菓子 */
  #grid_baked {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 21px;
    row-gap: 24px;
  }

  /* 1-2番目は2列表示 */
  #grid_baked .menu_list:nth-child(-n+2) {
    grid-column: span 3 !important;
  }

  /* 3番目以降は3列表示 */
  #grid_baked .menu_list:nth-child(n+3) {
    grid-column: span 2 !important;
  }

  /* タブレットでは6番目以降を非表示 */
  #grid_baked .menu_list:nth-child(n+6) {
    display: none;
  }

  #baked_toggle:checked ~ .read_more_btn {
    display: none;
  }

  /* フィナンシェ */
  .financier_flex {
    flex-direction: column;
    width: 678px;
    padding-bottom: 88px;
    gap: 40px;
  }

  .financier_left img {
    width: 100%;
    height: 463px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 16px;
  }

  .kinds {
    height: 186px;
  }

  .kinds_img img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sweets_btn.fin a {
    padding: 20px 90px 20px 30px;
  }

  /* オーダーケーキ */
  #grid_order {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 21px;
    row-gap: 24px;
    padding-bottom: 0;
  }

  #grid_order .menu_list {
    grid-column: span 1 !important;
  }

  .sweets_btn.order {
    width: 348px;
    margin-bottom: 88px;
  }

  .sweets_btn.order a {
    padding: 10px 75px 10px 30px;
  }

  .footer_menu {
    flex-direction: column;
    width: 846px;
    padding: 88px 0 0;
    margin: 0 auto;
    gap: 48px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer_menu_tb {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer_menu_one {
    width: calc(33.333% - 22px);
  }

  .footer_menu_tb.right {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer_menu_tb.right .footer_menu_one {
    width: calc(33.333% - 22px);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_form {
    flex-direction: column;
    width: 846px;
    padding: 48px 0 88px;
    gap: 48px;
  }

  .footer_form_add {
    gap: 48px;
  }

}

@media screen and (max-width: 844px) {

  .pc,
  .sp,
  #tb_p {
    display: none !important;
  }

  .tb,
  #tb_s {
    display: inline !important;
  }

  .h_black {
    padding: 0 35px;
  }

  .h_ber {
    gap: 27px;
  }

  .top {
    height: 186px;
  }

  .top_title img {
    width: 19px;
  }

  /* sweets_about */
  .sweets_about,
  .sweets_about_w {
    padding-top: 72px;
  }

  .read_more_btn {
    margin: 0 0 0 auto;
  }

  #last_menu {
    padding-bottom: 72px;
  }

  .sweets_about_menu.pb {
    padding-bottom: 72px;
  }

  .financier_flex {
    padding-bottom: 72px;
  }

  .sweets_btn.order {
    margin-bottom: 72px;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 568px;
    padding: 88px 0 40px;
    gap: 40px;
  }

  .footer_menu_one {
    width: 100%;
  }

  .footer_menu_tb.right {
    flex-direction: column;
    gap: 0;
  }

  .footer_menu_tb.right .footer_menu_one {
    width: 100%;
  }

  .footer_form {
    width: 568px;
    padding: 40px 0 88px;
    margin: 0 auto;
  }

  .footer_form_add {
    flex-direction: column;
  }

  .footer_form_add {
    width: 355px;
  }

  .add_sns {
    padding-bottom: 48px;
  }

  .add_link {
    justify-content: flex-start;
  }

}

@media screen and (max-width: 450px) {

  .sp {
    display: inline !important;
  }

  .pc,
  .tb,
  #tb_p {
    display: none !important;
  }

  #tb_s,
  #sp_s_hm {
    display: inline !important;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  .h_ber {
    gap: 20px;
  }

  .h_black {
    padding: 0 15px;
  }

  .logo {
    width: 180px;
  }

  .h_btn_os img {
    width: 21px;
    height: auto;
  }

  .hamburger_menu {
    width: 24px;
    height: 32px;
  }

  .hamburger_menu span:nth-of-type(1) {
    top: 14px;
  }

  .hamburger_menu span:nth-of-type(2) {
    top: 22px;
  }

  .menu_content {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  #h_hm_pf {
    margin-bottom: 100px;
  }

  .slider_wrapper {
    width: 100%;
  }

  .top {
    height: 120px;
    padding: 105px 20px 0;
  }

  .top_title {
    padding: 0;
    font-size: 24px;
  }

  /* lineup sp */
  .lineup {
    padding: 48px 0;
    gap: 24px;
  }

  .lineup_top {
    width: 335px;
    gap: 32px;
  }

  .lineup_top_text {
    gap: 10px;
  }

  .lineup_top_text h2 {
    padding-bottom: 9px;
    text-align: center;
  }

  .lineup_top_text p {
    line-height: 25px;
  }

  .lineup_sweets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 7px;
    width: 335px;
  }

  .box_btn {
    width: 335px;
  }

  .box_btn a {
    padding: 28px 60px 28px 38px;
  }

  .box_btn a::after {
    right: 18px;
  }

  /* sweets_about sp */
  .sweets_about,
  .sweets_about_w {
    padding-top: 48px;
  }

  .sweets_about_top p {
    font-size: 12px;
  }

  .sweets_about_menu {
    width: 335px;
  }

  .sweets_about_menu.pb {
    padding-bottom: 56px;
  }

  .sweets_about_title {
    width: 335px;
  }

  #drink {
    padding-bottom: 40px;
  }

  #last_menu {
    padding-bottom: 56px;
  }

  .sweets_about_title.title_m {
    margin-bottom: 35px;
  }

  /* 洋菓子・ケーキ */
  #grid_cake {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 17px !important;
    margin-bottom: 0;
  }

  /* 1番目は1列表示 */
  #grid_cake .menu_list:nth-child(1) {
    grid-column: span 2 !important;
  }

  /* 2番目以降は2列表示 */
  #grid_cake .menu_list:nth-child(n+2) {
    grid-column: span 1 !important;
  }

  #grid_cake .menu_list:nth-child(-n+2) {
    grid-column: span 1 !important;
  }
  
  #grid_cake .menu_list:nth-child(1) {
    grid-column: span 2 !important;
  }

  #drink {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }

  #drink .menu_list {
    grid-column: span 1 !important;
  }

  /* 焼き菓子 */
  #grid_baked {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px !important;
    row-gap: 17px !important;
    margin-bottom: 0;
  }

  #li_space_1 {
    letter-spacing: -1px;
  }

  #li_space_2 {
    letter-spacing: -2px;
  }

  /* 1番目は1列表示 */
  #grid_baked .menu_list:nth-child(1) {
    grid-column: span 2 !important;
  }

  /* 2番目以降は2列表示 */
  #grid_baked .menu_list:nth-child(n+2) {
    grid-column: span 1 !important;
  }

  #grid_baked .menu_list:nth-child(-n+2) {
    grid-column: span 1 !important;
  }
  
  #grid_baked .menu_list:nth-child(1) {
    grid-column: span 2 !important;
  }

  .menu_name {
    padding-top: 8px;
  }

  .menu_name li {
    font-size: 15px;
  }

  .read_more_btn {
    margin: 0 0 0 auto;
  }

  #menu_bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 40px;
  }

  #menu_bottom .menu_list {
    grid-column: span 1 !important;
  }

  .menu_list.mochi {
    width: 160px !important;
  }

  /* フィナンシェ sp */
  .financier_flex {
    width: 335px;
    padding-bottom: 56px;
  }

  .financier_kinds {
    padding-bottom: 40px;
  }

  .kinds_img img {
    width: 100px;
    height: auto;
    object-fit: cover;
  }

  .kinds {
    height: auto;
  }

  .kinds_text {
    font-size: 15px;
  }

  .fin_ber {
    margin: 45px 0;
  }

  .sweets_btn.fin {
    width: 100%;
  }

  .sweets_btn.fin a {
    padding: 10px 55px 10px 25px;
  }

  .sweets_btn.fin a::after {
    right: 5px;
  }

  /* オーダーケーキ sp */
  #grid_order {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 17px !important;
    padding-bottom: 0;
  }

  /* 1番目は1列表示 */
  #grid_order .menu_list:nth-child(1) ,
  #grid_order .menu_list:nth-child(2) {
    grid-column: span 2 !important;
  }

  #grid_order .menu_list:nth-child(n+3) {
    grid-column: span 1 !important;
  }

  #grid_order .menu_list {
    grid-column: span 1 !important;
  }

  .sweets_btn.order {
    width: 100%;
    margin-bottom: 56px;
  }

  .sweets_btn.order a {
    padding: 10px 75px 10px 30px;
  }

  .sweets_btn.order a::after {
    right: 15px;
  }

  .footer_menu {
    display: flex;
    flex-direction: column;
    width: 335px;
    padding: 40px 0 0;
    margin: 0 auto;
  }

  .footer_menu_list {
    font-size: 15px;
  }

  .footer_form {
    width: 335px;
    padding: 48px 0 56px;
    margin: 0 auto;
    gap: 32px;
  }

  .footer_form_add {
    width: 335px;
  }

  .add_tel ,
  .add_yoyaku {
    gap: 8px;
  }

  .add_tel a {
    font-size: 32px;
  }

  .add_yoyaku a {
    font-size: 24px;
  }

  .form_add_2 {
    align-items: center;
  }

  .copyright {
    font-size: 14px;
  }

}