* {
  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 */

/* concept */
.concept {
  display: flex;
  justify-content: space-between;
  background: #eee3d0;
  height: 616px;
  box-shadow: 0px 0px 10px 0px #C18E4440;
}

.concept_top {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 106px 180px 106px 0;
  margin-left: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}

.concept_top_text h2{
  padding-bottom: 60px;
  line-height: 48px;
}

.concept_top_text p {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 12px;
}

.concept_top_text small {
  font-size: 14px;
  line-height: 24px;
}

.concept_top_btn {
  display: flex;
  border-radius: 8px;
  width: fit-content;
}

.concept_img {
  width: 45%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  flex-shrink: 0;
}

.concept_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.box_btn {
  display: flex;
  border-radius: 8px;
  flex-shrink: 0;
}

.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_img {
  line-height: 0;
  width: 100%;
  height: 137px;
  overflow: hidden;
}

.box_img img {
  height: 100%;
  object-fit: cover;
}

.box_title{
  background: #ffffff;
  font-size: 18px;
}

.box_title a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 20px 40px 20px 24px;
  gap: 10px;
  position: relative;
  text-decoration: none;
}

.box_title a::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;
}

/* woekshop */
.workshop {
  background: #ffffff;
  padding: 106px 0;
}

.workshop_form {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  gap: 48px;
}

.workshop_left {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fbf7f1;
  width: 548px;
  padding: 63px 48px;
  gap: 24px;
}

.workshop_left h2 {
  line-height: 42px;
}

.workshop_left p {
  line-height: 32px;
}

.sns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 525px;
}

.sns_link {
  transition: 0.3s;
}

.sns_link:hover {
  opacity: 0.8;
}

.sns_link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #dfd1bb;
  border-radius: 10px;
  height: 105px;
  padding: 0 48px;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px #bc86581f;
}

.sns_link a ::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
}

.sns_link.black a {
  background: #252525;
}

.sns_link.black a ::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.sns_link_text p {
  font-size: 20px;
  margin: 0;
}

.sns_link_text.black p {
  color: #ffffff;
}

.sns_link_text small {
  font-size: 15px;
}

/* sweets_about */
.sweets_about,
.sweets_about_w {
  padding-top: 106px;
  box-shadow: 0px 0px 10px 0px #C18E4440;
}

.sweets_about_w  {
  background: #eee3d0;
}

.sweets_about_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
}

.sweets_about_title.title_m {
  margin-bottom: 40px;
}

.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 h3 {
  padding: 60px 0 32px;
}

.sweets_menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-bottom: 1px solid #dfd1bb;
}

.sweets_menu:last-child {
  border-bottom: none;
}

.sweets_menu_top {
  display: flex;
  gap: 24px;
}

.menu_list {
  width: 100%;
}

.menu_list img {
  border-radius: 8px;
}

.menu_name {
  list-style: none;
  padding-left: 0;
  padding-top: 16px;
}

.menu_name li {
  font-size: 18px;
  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%;
}


#grid_order {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 32px;
  padding-bottom: 106px;
}
  
#grid_order .menu_list:nth-child(-n+3),
#grid_order .menu_list:nth-child(n+4) {
  grid-column: span 1;
}

/* 予約 */
.yoyaku_top {
  display: flex;
  gap: 24px;
  width: 1120px;
  margin: 0 auto;
  padding: 40px 0 106px;
}

#yoyaku_top_text {
  font-size: 16px;
}

.yoyaku_box {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #dfd1bb;
  box-shadow: 0px 0px 6px #bc86581f;
  font-size: 15px;
}

.yoyaku_form {
  width: 100%;
}

.menu_name.y_name {
  padding-top: 0;
}

.menu_name.y_name li {
  font-size: 20px;
}

.yoyaku_flex {
  display: flex;
  align-items: center;
  padding-top: 32px;
  gap: 42px;
}

.yoyaku_flex p {
  font-size: 18px;
}

.form_btn {
  display: flex;
  border-radius: 8px;
  width: fit-content;
  transition: 0.3s;
}

.form_btn:hover {
  opacity: 0.8;
}

.form_btn a {
  color: #ffffff;  
  font-size: 21px;
  position: relative;
  text-decoration: none;
}

.form_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 1px;
}

.form_btn_text span {
  letter-spacing: -3px;
}

.form_btn.order a {
  padding: 37px 70px 37px 30px;
}

.form_btn.order a::after {
  right: 30px;
}

/* Q&A */
.q_and_a {
  display: flex;
  flex-direction: column;
  padding: 56px 0 106px;
  margin: 0 auto;
  width: 1120px;
  gap: 40px;
}

.q_and_a_box {
  background: #ffffff;
  border: 1px solid #dfd1bb;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px #bc86581f;
}

.q_title {
  display: flex;
  padding: 33px;
  font-size: 20px;
  border-bottom: 1px solid #dfd1bb;
  gap: 11px;
}

.q_deco {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  background: #252525;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
}

.q_deco p {
  color: #ffffff;
  position: absolute;
  top: -1px;
}

.q_text {
  padding: 24px 32px 32px;
  font-size: 20px;
}

.q_text p {
  line-height: 40px;
}

/* 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_title {
    font-size: 32px;
  }

  .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;
  }

  /* concept tb*/
  .concept {
    height: 580px;
  }

  .concept_top {
    padding: 80px 88px 80px 0;
  }

  /* woekshop */
  .workshop {
    padding: 88px 0;
  }

  .workshop_form {
    flex-direction: column;
    width: 679px;
    gap: 33px;
  }

  .workshop_left {
    padding: 56px 48px;
    width: 100%;
    text-align: center;
  }

  .sns {
    margin: 0 auto;
    gap: 33px;
  }

  /* sweets_about tb */
  .sweets_about,
  .sweets_about_w {
    padding-top: 88px;
  }

  .sweets_about_menu {
    width: 849px;
  }

  .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 h3 {
    padding: 40px 0 24px;
  }

  .menu_name li {
    font-size: 16px;
  }

  /* オーダーケーキ */
  #grid_order {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
    padding-bottom: 88px;
  }

  #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;
  }

  /* 予約 */
  .yoyaku_top {
    grid-template-columns: 1fr;
    width: 679px;
    padding: 40px 0 88px;
  }

  .yoyaku_box {
    box-sizing: border-box;
  }

  .menu_name.y_name li {
    font-size: 15px;
  }

  .yoyaku_flex {
    flex-direction: column;
    gap: 32px;
  }

  .yoyaku_flex p {
    text-align: center;
  }

  /* Q&A */
  .q_and_a {
    width: 679px;
    padding: 32px 0 88px;
  }

  .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;
  }

  .concept {
    flex-direction: column-reverse;
    height: auto;
  }

  .concept_top {
    width: 100%;
    padding: 80px 88px;
    align-items: center;
    text-align: center;
  }

  .concept_top_text h2 {
    padding-bottom: 32px;
  }

  .concept_img {
    width: 100%;
    height: 360px;
  }

  /* workshop */
  .workshop {
    padding: 72px 0;
  }

  /* sweets_about */
  .sweets_about,
  .sweets_about_w {
    padding-top: 72px;
  }

  .read_more_btn {
    margin: 0 0 40px auto;
  }

  .sweets_about_menu {
    width: 679px;
  }

  #grid_order {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 72px;
  }

  .yoyaku_top {
    padding: 32px 0 72px;
  }

  /* Q&A */
  .q_and_a {
    padding: 32px 0 72px;
  }

  .q_text p {
    line-height: 35px;
  }

  .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;
  }

  .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;
  }

  .box_btn {
    width: 335px;
  }

  .box_btn a {
    padding: 28px 60px 28px 38px;
  }

  .box_btn a::after {
    right: 18px;
  }

  .concept_top {
    padding: 48px 20px 56px;
  }

  .concept_top_text h2 {
    font-size: 24px;
    padding-bottom: 24px;
    line-height: 40px;
  }

  .concept_img {
    height: 200px;
  }

  /* workshop */
  .workshop {
    padding: 48px 0 56px;
  }

  .workshop_form,
  .sns {
    width: 335px;
  }

  .workshop_left {
    padding: 40px 0;
    gap: 16px;
  }

  /* 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_title {
    width: 335px;
  }

  /* オーダーケーキ sp */
  #grid_order {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 16px !important;
    padding-bottom: 56px;
  }

  .menu_name li {
    font-size: 15px;
  }

  .li_space_per {
    letter-spacing: -1px;
  }

  /* 予約 */
  .yoyaku_top {
    width: 335px;
    padding: 32px 0 56px;
  }

  .yoyaku_flex {
    padding-top: 16px;
    gap: 12px;
  }

  .yoyaku_flex p {
    font-size: 15px;
  }

  .form_btn.order a {
    padding: 15px 70px 15px 15px;
  }

  /* Q&A */
  .q_and_a {
    width: 335px;
    padding: 24px 0 56px;
  }

  .q_deco {
    min-width: 24px;
    height: 24px;
  }

  .q_title {
    font-size: 16px;
    padding: 24px;
  }

  .q_text {
    font-size: 15px;
    padding: 12px 20px 24px;
  }

  .q_text p {
    line-height: 27px;
  }

  .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;
  }

}