/* kitashinchi css v1.0 */

/* commons setting */

@font-face {
  font-family: 'Noto Serif JP';
  src: url('./../fonts/NotoSerifJP-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'STIX Two Text';
  src: url('./../fonts/STIXTwoText-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 400;
}


html, body {
  min-width: unset !important;
}

ul, li {
  list-style: none;
}

#pc {
  display: block;
}
#sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #pc {
    display: none;
  }
  #sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

/* key-frames */

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#sp-frame {
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  width: 600px;
}

/* header */

#header {
  height: auto;
  background-image: inherit;
}

.sweetsterrace_header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  color: #fff;
  background: #161616;
  z-index: 1000;
}

.sweetsterrace_header .sweetsterrace_heaven_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .sweetsterrace_header .sweetsterrace_heaven_menu {
    padding: 0 10px;
  }
}

.sweetsterrace_heaven_menu .pancake_logo img {
  height: 33px;
  vertical-align: middle;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(262deg) brightness(104%) contrast(101%);
}

.sweetsterrace_header .sweetsterrace_heaven_menu .sweetsterrace_logo img {
  height: 50px;
  vertical-align: middle;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .sweetsterrace_logo.sweets_terrace_logo img {
  height: 40px;
}
@media screen and (max-width: 375px) {
  .sweetsterrace_header .sweetsterrace_heaven_menu .sweetsterrace_logo.sweets_terrace_logo img {
    height: 30px;
  }
}

.sweetsterrace_header .sweetsterrace_heaven_menu .sweetsterrace_logo.menu_title img {
  height: 20px;
}

@media screen and (max-width: 768px) {
  .sweetsterrace_heaven_menu .financier_logo {
    margin: 0 auto;
  }
}

.sweetsterrace_header .sweetsterrace_heaven_menu .menu_btn img {
  height: 50px;
  vertical-align: middle;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(262deg) brightness(104%) contrast(101%);
}

.sweetsterrace_heaven_menu .menu_btn img.close {
  height: unset;
  width: 43.75px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: center;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li {
  position: relative;
  padding: 0 20px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li::before {
  content: '';
  display: block;
  width: 1px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: -1px;
  z-index: 1;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li:last-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 1;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #fff;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span.pancake::after {
  font-family: 'Noto Serif JP', serif;
  content: "OFFICAL";
  display: block;
  font-size: 10px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span.sweets_terrace::after {
  font-family: 'Noto Serif JP', serif;
  content: "ONLINE SHOP";
  display: block;
  font-size: 10px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span.menu::after {
  content: "Menu";
  display: block;
  font-size: 10px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span.access::after {
  content: "Access";
  display: block;
  font-size: 10px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li span.delivery::after {
  content: "Delivery";
  display: block;
  font-size: 10px;
}

.sweetsterrace_header .sweetsterrace_heaven_menu .heaven_global_menu .heaven_global_menulist li a {
  text-decoration: none;
}

.menu_btn img {
  height: 50px;
  vertical-align: middle;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(262deg) brightness(104%) contrast(101%);
}

.menu_btn .open {
  display: block;
}

.menu_btn .close {
  display: none;
}

.heaven_global_drawer {
  position: absolute;
  top: 80px;
  left: 50%;
  display: none;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 80px);
  background: #fff;
  padding: 20px 20px 80px 20px;
  transform: translateX(-50%);
  z-index: 700;
  text-align: left;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.heaven_global_drawer.open {
  display: block;
}

.heaven_global_drawer li {
  position: relative;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px;
}

.heaven_global_drawer li a {
  display: block;
  font-size: 18px;
  color: #161616;
  text-decoration: none;
}

.heaven_global_drawer li a span {
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #161616;
}

.heaven_global_drawer li a span::after {
  margin: auto 20px auto auto;
  font-size: 10px;
  padding-left: 20px;
}


.heaven_global_drawer li a span.offical::after {
  content: "Offical HP";
}

.heaven_global_drawer li a span.pancake::after {
  content: "Pancake";
}

.heaven_global_drawer li a span.sweets_terrace::after {
  content: "Sweets Terrace";
}

.heaven_global_drawer li a span.menu::after {
  content: "Menu";
}

.heaven_global_drawer li a span.delivery::after {
  content: "Delivery";
}
.heaven_global_drawer li a span.all_menu::after {
  content: "Menu";
}
.heaven_global_drawer li a span.shop::after {
  content: "Shop";
}
.heaven_global_drawer li a span.online::after {
  content: "Online Shop";
}
.heaven_global_drawer li a span.reserve::after {
  content: "Reserve";
}
.heaven_global_drawer li a span.recruit::after {
  content: "Recruit";
}
.heaven_global_drawer li a span.about_pancake::after {
  content: "About Pancake";
}
.heaven_global_drawer li a span.about_financier::after {
  content: "About Financier";
}
.heaven_global_drawer li a span.produce::after {
  content: "Produce";
}
.heaven_global_drawer li a span.contact::after {
  content: "Contact";
}

.heaven_global_drawer li a i {
  position: absolute;
  right: 0;
  top: 40%;
  color: #c0c0c0;
}

.heaven_global_drawer li:first-child {
  border-top: 1px solid #c0c0c0;
}

.heaven_global_drawer li:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  .garden_heaven_menu {
    padding: 0 10px;
  }
}

.sweetsterrace_lower_menu {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1000;
}

.lower_fixed_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: center;
  gap: 20px;
}

.lower_fixed_menu li {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
}

.lower_fixed_menu li a {
  color: #fff;
  text-decoration: none;
}

.lower_fixed_menu .contact {
  background: #161616;
}

.lower_fixed_menu .happypancake_offical {
  background: #e75a22;
}

/* contents intro */

#contents_intro {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  #contents_intro {
    width: 95%;
    padding-top: 120px;
  }
}

#contents_intro.bottom {
  padding-top: 100px;
}

#contents_intro h1 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

#contents_intro h1 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#contents_intro h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

#contents_intro p {
  padding: 60px 100px;
  text-align: left;
}

#contents_intro p.notxt {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  #contents_intro p {
    padding: 60px 0;
  }

  #contents_intro p.notxt {
    padding: 30px 0;
  }
}

.intro {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .intro {
    height: 220px;
    object-fit: cover;
  }
}


#welcome_menu {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 120px;
}
#welcome_menu h1 {
  font-family: 'Noto Serif JP', serif; 
  font-size: 30px;
  padding: 120px 0 60px 0;
}
.door {
  display: flex;
  flex-direction: row;
}
.door_box {
  width: 50%;
  flex: 0 0 calc(100% / 2);
  /*padding-bottom: 60px;*/
}
.door_box img {
  width: 100%;
  padding: 40px 20px 20px 20px;
}
.door_box .logo {
  height: 140px;
  padding: unset;
  
}
.left_door a {
  display: none;
  background: #b99349;
  box-shadow: 0px 1px 4px 0px #1616166b;
  padding: 20px 40px;
  text-decoration: none;
}
.right_door a {
  display: none;
  background: #1f4f13;
  box-shadow: 0px 1px 4px 0px #1616166b;
  padding: 20px 40px;
  text-decoration: none;
}
.door_box a span {
  font-family: 'Noto Serif JP', serif; 
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #welcome_menu {
    width: 100%;
    padding-top: 80px;
  }
  .left_door {
    /*background: #b8dadd;*/
  }
  .right_door {
    /*background: #edd7b0;*/
  }
  .left_door img {
    margin-right: -20px;
  }
  .right_door img {
    margin-left: -20px;
  }
  .door_box img#sp  {
    display: inline-block;
  }
  .left_door a {
    margin-right: -20px;
  }
  .right_door a {
    margin-left: -20px;
  }
}


#gluten {
  background: #fffaf9;
}

#menu .menu_title {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}
#menu .menu_title h2 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#menu .menu_title h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#menu .menu_title h2::before {
  content: '';
  position: absolute;
  top: -20px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
#menu .menu_title h2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
#menu .menu_title p {
  white-space: pre-line;
  padding: 60px 0 10px 0;
}
#menu .menu_topic {
  text-align: center;
  padding: 40px 0 60px 0;
}
#menu .menu_topic .gluten {
  height: 120px;
  width: 120px;
}
#menu .menu_topic img {
  width: 1200px;
  margin: 0 auto;
}
#menu .menu_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  gap: 15px;
}
#menu .menu_list .menu_item {
  position: relative;
  width: 24%;
  padding-bottom: 40px;
  flex: 0 0 calc((100% - 3 * 15px) / 4);
}
#menu .menu_list .menu_item .caption {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #e70000;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  padding: 6px;
  font-size: 16px;
}

#menu .menu_list .menu_item .item_seasonal {
  font-size: 12px;
  color: #fff;
  background: #ff874a;
  padding: 1px 5px 2px 5px;
  margin-bottom: 5px;
  width: fit-content;
  border-radius: 5px
}

#menu .menu_list .menu_item img {
  width: 100%;
}
#menu .menu_list .menu_item .item_name {
  height: 60px;
  white-space: pre-line;
}
#menu .menu_list .menu_item .item_price {
  text-align: right;
  padding-right: 10px;
}
#menu .menu_list .menu_item.nosale {
  display: none;
}
#menu .menu_list.pd_topic {
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 1280px) {
  #menu .menu_title {
    width: 100%;
  }
  #menu .menu_topic img {
    width: 100%;
  }
  #menu .menu_list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #menu .menu_title {
    width: 95%;
  }
  #menu .menu_topic {
    padding-bottom: 40px;
  }
  #menu .menu_topic img {
    width: 100%;
  }
  #menu .menu_list {
    width: 95%;
    padding: 0 5px;
  }
  #menu .menu_list .menu_item {
    width: 48%;
    padding-bottom: 20px;
    flex: 0 0 calc((100% - 15px) / 2);
  }
  #menu .menu_list .menu_item.big {
    width: 100%;
    flex: 1 1 100%;
  }
}
#attenction {
  padding-bottom: 120px;
}
#attenction p {
  text-align: right;
  margin-right: 20px;
}

/* footer */

#footer_block {
  font-family: "Noto Sans JP" , sans-serif;
  padding: 80px 0 10px 0;
}

.footer_menu {
  color: #fff;
  background: #161616;
  margin: 0 auto;
  text-align: center;
}

.footer_menu .pancake_logo {
  width: 10vw;
  max-width: 500px;
  min-width: 150px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(262deg) brightness(104%) contrast(101%);
  padding: 80px 0 20px 0;
  margin: 0 auto;
  isolation: isolate;
}

.footer_menu .pancake_logo.union {
  width: 60vw;
}

.footer_menu .footer_snslist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 15vw;
  gap: 20px;
  padding: 20px 0 60px 0;
  margin: 0 auto;
}

.footer_menu .footer_address {
  white-space: pre-line;
}

.footer_menu .footer_snslist li {
  background: url("./../images/snslink@x2.png") no-repeat;
  background-size: 185px 45px;
  margin: 0 auto;
}

.footer_menu .footer_snslist li.facebook {
  height: 45px;
  width: 45px;
  background-position: 0 0;
}

.footer_menu .footer_snslist li.twitter_x {
  height: 45px;
  width: 45px;
  background-position: -70px 0;
}

.footer_menu .footer_snslist li.instagram {
  height: 45px;
  width: 45px;
  background-position: -140px 0;
}

.footer_menu .footer_snslist li a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: bottom;
}

.copyright {
  background: #fff;
  margin: 0 auto;
}

.copyright p {
  white-space: pre-line;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  #footer_block {
    padding: 80px 0
  }
  .footer_menu .garden_logo {
    width: 80vw;
  }
  .footer_menu .footer_snslist {
    width: 50vw;
  }
}

@media screen and (max-height: 667px) {
  #footer_block {
    padding-top: 40px;
  }
  .footer_menu .garden_logo {
    width: 50vw;
    padding-top: 20px;
  }
  .footer_address {
    font-size: 12px;
  }
  .footer_menu .footer_snslist {
    width: 60vw;
    padding-bottom: 30px;
  }
  .copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  #footer_block {
    font-family: sans-serif;
    padding-top: 40px;
  }
  .footer_menu .garden_logo {
    width: 50vw;
    padding-top: 20px;
  }
  .footer_address {
    font-size: 12px;
  }
  .footer_menu .footer_snslist {
    width: 60vw;
    padding-bottom: 30px;
  }
  .copyright {
    font-size: 12px;
  }
}


#sp_colorful_footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.colorful_btn ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[class="4columns"] li {
  width: 25%;
}

[class="3columns"] li {
  width: 33.33%;
}

[class="2columns"] li {
  width: 50%;
}

[class="1columns"] li {
  width: 100%;
}

.colorful_btn li {
  font-family: sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #fff;
  text-decoration: none;
}
.colorful_btn .pancake_sweetsterrace {
  background: #ff874a;
}

.colorful_btn .financier {
  background: #BF934C;
}
.colorful_btn .sweetsterrace_awajishima {
  background: #7ac1dd;
}

.colorful_btn .sweetsterrace_sweetsterrace {
  background: #515151;
}

.colorful_btn .sweetsterrace_menu {
  background: #82c9a9;
}

.colorful_btn a {
  color: #fff;
  text-decoration: none;
  border-bottom: dotted 2px #fff;
}

@media screen and (max-width: 768px) {
  #sp_colorful_footer {
    display: block;
  }
}

/* kitashinchi */

#main_contents {
  /*font-family: 'STIX Two Text', 'Noto Serif JP', serif;*/
  font-family: 'Noto Serif JP', serif;
  width: 600px;
  margin: 0 auto;
  padding-top: 80px;
}

/*
.key_visual {
  animation: fadeInUp 3s ease-out forwards, float 5s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .key_visual {
    animation: unset;
  }
}
*/

/* pc css */


#pc-kv {
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  text-align: center;
}
.pc_key_visual img {
    width: 100%;
}

.pc_key_txt h2 {
  font-size: 30px;
  font-weight: normal;
  color: #b58743;
  padding: 30px 0 20px 0;
}
.pc_key_txt p {
  font-size: 18px;
  padding-bottom: 40px;
}
#pc-trivia {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  white-space: pre-line;
}
.pc_trivia01 {
  width: 100%;
  position: relative;
  min-height: 940px;
  background: url("./../images/trivia_bg01.jpg") no-repeat;
  background-size: cover;
}
.trivia_txt {
  position: absolute;
  right: 10%;
  bottom: 18%;
  background: #fff;
  width: 490px;
  p {
    font-size: 18px;
    text-align: left;
    color: #7a5b36;
    padding: 40px;
  }
}

.pc_trivia02 {
  width: 1200px;
  position: relative;
  min-height: 820px;
  margin: 0 auto;
}
.hm_financer {
  position: absolute;
  top: -6%;
  left: 0;
  width: 400px;
  @media screen and (max-width: 1400px) {
    left: 0;
  }
}
.hm_jp {
  position: absolute;
  top: -9%;
  right: 2%;
  width: 550px;
  @media screen and (max-width: 1400px) {
    right: -5%;
  }
}
.trivia_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.left_box {
  width: 60%;
  flex: 0 0 60%;
  margin: auto 0;
  img {
    width: 93%;
  }
}
.fn_s_logo {
  display: block;
  width: 350px;
}
.fn_ruby {
  width: 350px;
}
.selected {
  position: absolute;
  width: 500px;
  left: 5.5%;
  top: 66%;
}
.right_box {
  width: 40%;
  flex: 0 0 40%;
}
.fn300 {
  width: 300px;
  padding: 20px;
}
.right_box p {
  font-size: 18px;
  &.gold {
    color: #b68240;
    margin-top: -20px;
  }
  &.normal {
    white-space: pre-line;
  }
}
.right_box h2 {
  font-size: 30px;
  font-weight: normal;
  color: #b58743;
}
.right_box h2 span {
  display: block;
}
.pc_trivia03 {
  h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #b58743;
  }
  p {
    font-size: 18px;
    text-align: center;
    padding: 0 0 30px 0;
  }
  img {
    width: 100%;
  }
}
.pc_delivery {
  font-family: 'Noto Serif JP', serif;
  white-space: pre-line;
  text-align: center;
  h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #b58743;
    padding-top:40px;
  }
  p {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
  }
  img {
    width: 30vw;
    padding-bottom: 100px;
  }
}
.pc_shopvisual{
  img {
    width: 100%;
  }
  margin-bottom: -90px;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}


/* sp css */

.key_visual img {
  display: block;
  width: 100%;
}
.txt_block {
  padding: 30px 20px 40px 20px;
}
.kv_introduction {
  padding-top: 40px;
}
.kv_introduction > .txt_block {
  padding: 20px 20px 50px 20px;
}
.kv_introduction h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.kv_introduction h2.top-line {
  color: #353535;
  font-weight: bold;
}
.kv_introduction h2 span {
  display: block;
}
.kv_introduction p {
  font-size: 18px;
  white-space: pre-line;
  padding-top: 20px;
}
.handmade_pic img {
  display: block;
}
.handmade_title {
  padding-left: 20px;
  height: 60px;
}
.handmade_image {
  width: 100%;
}
.trivia {
  position: relative;
  background: #563522;
}
.trivia_logo {
  height: 90px;
  padding: 20px 0 0 40px;
}
.plain_financier {
  position: absolute;
  top: -76px;
  right: 27px;
  width: 230px;
}
.trivia h2 {
  font-size: 24px;
  font-weight: normal;
  color: #ffe6b8;
  text-align: center;
}
.trivia h2 span {
  display: block;
}
.trivia p {
  font-size: 18px;
  color: #fff;
  white-space: pre-line;
  padding-top: 20px;
}
.financier_images img {
  display: block;
  width: 100%;
}
.baked_time {
  background: #421f0f;
  padding-bottom: 40px;
}
.baked_time img {
  display: block;
  width: 100%;
}
.baked_time h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #ffc87b;
}
.baked_time p {
  font-size: 18px;
  color: #ffecd3;
  white-space: pre-line;
  padding-top: 20px;
}
.baked_plain {
  max-width: 250px;
  margin: 0 auto;
}
.color_consept {
  padding-top: 40px;
}
.color_consept > .txt_block {
  padding: 20px 20px 20px 20px;
}
.color_consept h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #49c5c5;
}
.color_consept h2 span {
  display: block;
  margin-left: -20px;
}
.color_consept h2.top-line {
  color: #353535;
  font-weight: bold;
}
.color_consept h2.top-line > span {
  margin: auto;
}
.color_consept p {
  font-size: 18px;
  color: #353535;
  white-space: pre-line;
  padding-top: 20px;
}
.color_consept img {
  display: block;
  width: 100%;
}

.shop_delivery {
  padding: 40px 0 0 0;
}
.shop_delivery > .txt_block {
  padding: 40px 20px 20px 20px;
}
.shop_delivery h2 {
  font-size: 26px;
  text-align: center;
  color: #353535;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.top-line {
  position: relative;
  font-weight: bold;
}
.top-line:before {
  content: '';
  position: absolute;
  top: -10px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d8bf71;
  border-radius: 2px;
}

.top-line span {
  display: block;
  font-size: 16px;
}

.shop_delivery .deli_background {
  background: #fffcee;
}
.shop_delivery .deli_background .link {
  font-size: 20px!important;
  color: #ff7f00;
  text-align: right;
  padding: 10px;
  margin-right: 20px;
}

.shop_delivery .deli_background  a {
  color: #ff7f00;
  text-decoration: underline solid #ff7f00 1px;
  text-underline-offset: 5px;
}

.shop_delivery .color_box {
  position: relative;
  padding: 20px 0;
  background: #fff;
  margin: 0 25px;
  border: solid 5px #eacead;
}

.shop_delivery .circle {
  position: absolute;
  top: -35px;
  left: -20px;
  background: #7f5a3e;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.shop_delivery .circle p {
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  line-height: 1.2;
}

.shop_delivery .circle p span {
  font-family: 'OpenSans';
  font-weight: 800;
  letter-spacing: 1px;
  background: none;
}

.shop_delivery .color_box > p {
  font-size: 22px!important;
  color: #7f5a3e;
  text-align: center;
  white-space: pre-line;
  line-height: 1.3;
  font-weight: 600;
}

.shop_delivery .color_box > p span {
  background: #fff2bb;
}

.shop_delivery .color_box > p em {
  font-style: normal;
  color: #ff7f00;
}
.shop_delivery .box_images {
  position: absolute;
  bottom: -55px;
  right: -20px;
}

.shop_delivery .box_images img {
  width: 125px;
}

.gift_images {
  text-align: center;
  padding-top: 20px;
}

.gift_images img {
  width: 45%;
}

.shop_delivery .deli_background .tel {
  font-size: 20px!important;
  color: #7f5a3e;
  font-weight: 600;
  text-align: left;
  padding: 0 10px 10px 10px;
  margin-left: 20px;
}

.shop_delivery .deli_background .end_text {
  text-align: left;
  margin: 0 auto;
  width: max-content;
  white-space: pre-line;
  padding: 10px 0 40px;
}


.shop_delivery .deli_background .end_text em {
  font-style: normal;
  color: #ff7f00;
}

/*
.shop_delivery img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
img.btn_shadow {
  box-shadow: 2px 2px 3px #1616162e;
}
img.min_img {
  width: 40%;
  padding: 20px 0 50px 0;
}
*/
.shop_exterior img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main_contents {
    width: 100%;
  }
  #main_contents p {
    font-size: 16px;
  }
  .handmade_title {
    height: unset;
    width: 90vw;
  }
  .trivia_logo {
    height: 60px;
    padding: 20px 0 0 20px;
  }
  .plain_financier {
    width: 180px;
    top: -50px;
    right: 20px;
  }
  .baked_time > .txt_block {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (max-width: 375px) {
  #main_contents h2 {
    font-size: 20px;
  }
  #main_contents .shop_delivery .txt_block h2 {
    font-size: 16px;
  }
  .plain_financier {
    width: 125px;
    top: -36px;
    right: 10px;
  }
}



/* sp kitashinchi_pancake */

#sp-frame {
  font-family: "Noto serif JP", serif;
}

#sp-frame img {
  display: block;
  width: 100%;
}

#pancake_about {
  padding-top: 40px;
}
#pancake_about h2 {
  font-size: 24px;
  color: #353535;
  text-align: center;
}
#pancake_about h2 span {
  display: block;
}
#pancake_about h2.sub-ttl {
  font-weight: normal;
}
#pancake_about p {
  font^size: 16px;
  white-space: pre-line;
  padding-top: 20px;
  text-align: left;
}
#pancake_about .txt_block { 
  padding: 20px 20px 50px 20px;
}

#pancake_menu {
  padding: 40px 0 0 0;
}
#pancake_menu h2 {
  font-size: 24px;
  color: #353535;
  text-align: center;
}
#pancake_menu p {
  font^size: 16px;
  white-space: pre-line;
  text-align: left;
}
#pancake_menu  .txt_block { 
  padding: 20px 20px 50px 20px;
}

#pancake_menu img.gf_icon {
  width: 40%;
  margin: 0 auto;
}
#pancake_menu img.pk_photo {
  width: 90%;
  margin: 0 auto;
}

.glutenfree_block {
  background: #fff8f0;
  padding: 40px 0 0 0;
}
.glutenfree_block h2 {
  padding: 20px 0 10px 0;
}
.glutenfree_block h2 span {
  display: block;
}
#pancake_menu p.pancake_name {
  font-size: 18px;
}
#pancake_menu p.pancake_price {
  font-size: 18px;
  text-align: right;
}
#pancake_menu p.pancake_price .no_tax {
  font-size: 14px;
  color: #515151;
}
.pancake_detail {
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 10px;
}
.limited_block {
  padding: 40px 0 0 0;
}
#pancake_menu .limited_block h2.store_limited {
  color: #dda668;
  padding: 20px 0 20px 0;
}
#pancake_menu .limited_block h2.store_limited span {
  display: block;
  color: #353535;
}
.limited-color {
  color: #b70b17;
}
#pancake_menu p.outro {
  font-size: 20px;
  text-align: center;
  padding: 0 0 40px 0;
}

#pancake_exterior {
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  #sp-frame {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #pancake_about h2 {
    font-size: 20px;
  }
  #pancake_menu h2 {
    font-size: 20px;
  }
  #pancake_menu p.outro {
    font-size: 18px;
  }
}
