@charset "UTF-8";
/* 元からのCSS
----------------------------------*/
* {
  margin: 0; }

html {
  height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px;
  padding: 0px; }

p, a, ul, li, dl, dt, dd {
  line-height: 1.6;
  font-size: 1.6rem; }

h2, h3, h4, h5, h6 {
  font-family: 'Sawarabi Gothic', sans-serif;
  margin-bottom: 1em; }

h2 {
  font-size: 2.8rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

a.icon_link::after {
  content: "";
  position: relative;
  top: .15em;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  display: inline-block; }
a.icon_link.external_link::after {
  content: url(../img/icon_external-link.svg); }
a.icon_link.map::after {
  content: url(../img/icon_map.svg); }
a.icon_link.Instagram::after {
  content: url(../img/icon_Instagram.svg); }

ul.note_list {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-size: 1.6rem; }
  ul.note_list li {
    font-size: 80%;
    padding-left: 1.2em;
    text-indent: -1.2em;
    list-style-type: none;
    color: inherit;
    list-style-type: none; }
    ul.note_list li:before {
      content: "※";
      margin-right: 0.2em; }
  ul.note_list.red {
    color: maroon; }
  ul.note_list.marginT1 {
    margin-top: 1rem; }
  ul.note_list.marginB1 {
    margin-bottom: 1rem; }
  ul.note_list.marginB15 {
    margin-bottom: 1.5rem; }

figure {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

/*ヘッダー
-----------------*/
#shop_header {
  width: 100%;
  height: 72px;
  margin: auto;
  padding: 0;
  position: fixed;
  z-index: 1000;
  background-color: #fff; }
  #shop_header .header_inner {
    width: 100%;
    max-width: 960px;
    height: 72px;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #shop_header .header_inner .header_logo {
      width: 100%;
      max-width: 149px;
      height: auto;
      float: left;
      padding: 0 0 0 0; }
  #shop_header #navi {
    list-style: none;
    float: right;
    background-color: #fff; }
    #shop_header #navi li.navi_list {
      list-style: none;
      float: left;
      margin: 0 0 0 35px; }

/*メインイメージ
-----------------*/
#shop_kv #j_top.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 0 0; }
#shop_kv #j_top img.main_img {
  width: 100%;
  height: auto; }

/*導入
-----------------*/
#shop_info .copy_text_01 {
  width: 100%;
  max-width: 485px;
  height: auto;
  margin: 100px auto 100px auto; }
  #shop_info .copy_text_01 img {
    width: 100%;
    height: auto; }
#shop_info .bn_ebetsu_open {
  width: 100%;
  max-width: 752px;
  height: auto;
  margin: 20px auto 80px;
  display: none; }
#shop_info #shop_news .opening_hours {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 100px;
  padding: 30px 10px;
  border: 2px solid #e575a9;
  overflow: hidden; }
  #shop_info #shop_news .opening_hours h3 {
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    margin-top: 0; }
  #shop_info #shop_news .opening_hours p.read_text {
    font-size: 16px;
    text-align: center; }
  #shop_info #shop_news .opening_hours .oh_shop_list_wrap {
    margin: 2em auto 0;
    max-width: fit-content; }
  #shop_info #shop_news .opening_hours dl.oh_shop_list {
    font-size: 16px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
    align-items: center;
    justify-content: center;
    max-width: 22em; }
    #shop_info #shop_news .opening_hours dl.oh_shop_list dt {
      width: 7em; }
    #shop_info #shop_news .opening_hours dl.oh_shop_list dd {
      width: calc(100% - 8em);
      margin: 0; }
#shop_info #Christmas {
  margin: -3rem 0 10rem;
  box-sizing: border-box; }
  #shop_info #Christmas .campaign_inner {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box; }
    #shop_info #Christmas .campaign_inner .fukidashi {
      background-color: #00693f;
      max-width: 40em;
      width: 100%;
      padding: 2em;
      margin: 0 auto 5em;
      letter-spacing: 3px;
      border-radius: 5em;
      position: relative; }
      #shop_info #Christmas .campaign_inner .fukidashi::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #00693f; }
      #shop_info #Christmas .campaign_inner .fukidashi p {
        text-align: center;
        font-weight: bold;
        color: #fff; }
        #shop_info #Christmas .campaign_inner .fukidashi p span {
          font-size: 80%;
          display: block; }

/*アイテム紹介
-----------------*/
#shop_item_contents {
  width: 100%;
  background: url("../img/bg_img_01.jpg") top center no-repeat;
  position: relative; }
  #shop_item_contents .section_inner .text_img {
    width: 100%;
    height: auto;
    position: absolute;
    background: rgba(80, 80, 80, 0.35); }
    #shop_item_contents .section_inner .text_img.soft_text {
      max-width: 55%;
      right: 0%;
      top: 100px;
      padding: 8px 0 0 20px; }
    #shop_item_contents .section_inner .text_img.sweets_text {
      max-width: 58%;
      height: auto;
      left: 0%;
      top: 1820px;
      text-align: right;
      padding: 8px 20px 0 0; }
  #shop_item_contents .section_inner .item_img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: auto; }
    #shop_item_contents .section_inner .item_img.soft {
      padding: 50px 0 0 0; }
    #shop_item_contents .section_inner .item_img.parfait {
      padding: 10px 0 0 0; }
    #shop_item_contents .section_inner .item_img.sundae {
      padding: 50px 0 0 0; }
    #shop_item_contents .section_inner .item_img.cream_puff {
      padding: 160px 0 0 0; }
    #shop_item_contents .section_inner .item_img.donut {
      padding: 80px 0 0 0; }
    #shop_item_contents .section_inner .item_img.pudding {
      padding: 20px 0 100px 0; }

/*店舗一覧
-----------------*/
#shop_list {
  padding: 9rem 0; }
  #shop_list .section_inner {
    max-width: 960px;
    margin: 0 auto; }
    #shop_list .section_inner h3.j_shop {
      width: 100%;
      height: auto;
      margin: auto;
      padding: 0 0 6rem 0; }
    #shop_list .section_inner .read_text p {
      text-align: center; }
    #shop_list .section_inner .shop_list_contents {
      max-width: 960px;
      width: 100%;
      margin: 5rem auto 0;
      box-sizing: border-box; }
      #shop_list .section_inner .shop_list_contents .shop_list_contents_inner {
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        grid-row-gap: 6rem;
        justify-content: flex-start; }
        #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item {
          width: calc(100% / 3 - 2rem);
          display: flex;
          flex-direction: column;
          row-gap: 1.5rem; }
          #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item figure.shop_img {
            width: 100%;
            margin: 0; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item figure.shop_img img {
              width: 100%;
              height: auto; }
          #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap {
            display: flex;
            column-gap: 1em;
            row-gap: 1em;
            align-items: center;
            flex-wrap: wrap;
            justify-content: flex-start;
            box-sizing: border-box; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn {
              width: calc(100% / 2 - .5rem);
              background-color: #222;
              color: #fff;
              border: 1px solid;
              text-align: center;
              letter-spacing: 1px;
              font-size: 1.2rem;
              padding: 1rem 1rem;
              text-decoration: none;
              display: block;
              border-radius: 3px;
              box-sizing: border-box; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn.web, #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn.Instagram {
                background-color: #fff;
                color: #222;
                border: 1px solid; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn.icon_link::after {
                width: 1em;
                height: auto;
                top: 0.15em;
                margin-left: 0.5em; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn:hover {
                opacity: 0.5; }
          #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text h4 {
            margin: 0 0 1em;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid;
            font-weight: normal;
            font-family: 'Sawarabi Gothic', sans-serif;
            line-height: 1.4; }
          #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details {
            display: flex;
            flex-wrap: wrap;
            column-gap: 1rem;
            margin-bottom: 0; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dt {
              background-color: #eee;
              padding: 0.25em 0.5em;
              margin: 0 0 0.2em;
              letter-spacing: 1px;
              width: 7rem;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 90%; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd {
              margin: 0;
              width: calc(100% - 10rem);
              padding: 0.5em 0;
              font-size: 95%; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd span.lo {
                font-size: 90%;
                margin-left: 0.5em; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd a {
                color: #222; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd h5 {
                margin: 0 0 .25em;
                letter-spacing: 1px;
                font-size: 90%; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd .inner_contents {
                margin: 0 0 .5em; }
                #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd .inner_contents:last-child {
                  margin: 0; }

/*下部バナーエリア
-----------------*/
#shop_bnr_area {
  padding: 9rem 0 6rem;
  width: 100%;
  background: url(../img/bg_img_02.jpg) top center; }
  #shop_bnr_area .section_inner {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 0; }
  #shop_bnr_area .flex_box {
    display: flex;
    gap: 3rem; }
    #shop_bnr_area .flex_box figure {
      margin: 0; }
      #shop_bnr_area .flex_box figure img {
        width: 100%;
        height: auto; }
  #shop_bnr_area .bn {
    margin: 0;
    width: 100%; }
    #shop_bnr_area .bn img {
      width: 100%;
      height: auto; }
    #shop_bnr_area .bn a:hover {
      opacity: 0.5; }
  #shop_bnr_area .bn_wrap {
    margin-top: 3rem; }
    #shop_bnr_area .bn_wrap.flex_box figure {
      margin: 0; }

/*footer
-----------------*/
footer {
  background: url(../img/bg_img_02.jpg) top center;
  padding: 0 0 6rem; }
  footer .copy p {
    text-align: center;
    margin: 0;
    letter-spacing: 3px;
    font-size: 1.2rem; }

.none {
  display: none; }

/* レスポンシブ CSS 
----------------------------------*/
@media screen and (max-width: 768px) {
  .section_inner {
    padding: 0 1.5rem;
    max-width: 100%; }

  .flex_box {
    flex-direction: column; }

  /*ヘッダー
  -----------------*/
  #shop_header {
    height: auto;
    padding: 0;
    background-color: #fff;
    position: static;
    box-sizing: border-box; }
    #shop_header .header_inner {
      max-width: 100%;
      height: auto;
      padding: 1.5rem;
      box-sizing: border-box; }
      #shop_header .header_inner .header_logo {
        width: 14rem;
        max-width: 100%;
        height: auto;
        float: none;
        padding: 0; }
        #shop_header .header_inner .header_logo a {
          display: block; }
    #shop_header #navi {
      display: none; }

  /*メインイメージ
  -----------------*/
  #shop_kv #j_top.main {
    padding: 0; }

  /*導入
  -----------------*/
  #shop_info .copy_text_01 {
    max-width: 100%;
    margin: 3rem auto; }
  #shop_info #Christmas {
    margin: 5rem 0 5rem; }
    #shop_info #Christmas .campaign_inner {
      max-width: 100%; }
      #shop_info #Christmas .campaign_inner .fukidashi {
        max-width: 100%;
        padding: 1em;
        margin: 0 auto 3rem;
        letter-spacing: 2px;
        box-sizing: border-box; }
        #shop_info #Christmas .campaign_inner .fukidashi p {
          font-weight: 500; }

  /*アイテム紹介
  -----------------*/
  #shop_item_contents {
    width: 100%;
    height: auto;
    background: url(../img/bg_img_01.jpg) repeat;
    background-size: contain;
    box-sizing: border-box; }
    #shop_item_contents .section_inner .text_img.soft_text {
      max-width: 100%;
      width: 60vw;
      right: 0;
      top: 4rem;
      padding: 1rem 0 0 2rem; }
    #shop_item_contents .section_inner .text_img.sweets_text {
      max-width: 100%;
      width: 60vw;
      top: 67rem;
      padding: 1rem 2rem 0 0; }
    #shop_item_contents .section_inner .item_img {
      width: 95vw;
      max-width: 100%; }
      #shop_item_contents .section_inner .item_img.soft {
        padding: 5rem 0 0 0; }
      #shop_item_contents .section_inner .item_img.parfait {
        padding: 0; }
      #shop_item_contents .section_inner .item_img.sundae {
        padding: 1rem 0 0 0; }
      #shop_item_contents .section_inner .item_img.cream_puff {
        padding: 7rem 0 0 0; }
      #shop_item_contents .section_inner .item_img.donut {
        padding: 2rem 0 0 0; }
      #shop_item_contents .section_inner .item_img.pudding {
        padding: 1rem 0 5rem 0; }

  /*店舗一覧
  -----------------*/
  #shop_list {
    padding: 6rem 0; }
    #shop_list .section_inner {
      max-width: 100%; }
      #shop_list .section_inner h3.j_shop {
        padding: 0 0 3rem 0; }
      #shop_list .section_inner .shop_list_contents {
        max-width: 100%;
        margin: 3rem auto 0; }
        #shop_list .section_inner .shop_list_contents .shop_list_contents_inner {
          flex-direction: column;
          column-gap: 1.5rem;
          grid-row-gap: 3rem; }
          #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item {
            width: 100%;
            row-gap: 1.5rem; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap {
              column-gap: .5em; }
              #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .btn_wrap a.btn {
                padding: 1rem 1rem; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dt {
              font-size: 100%; }
            #shop_list .section_inner .shop_list_contents .shop_list_contents_inner .shop_list_item .shop_text dl.shop_details dd {
              font-size: 100%; }

  /*下部バナーエリア
  -----------------*/
  #shop_bnr_area {
    padding: 6rem 0 3rem; }
    #shop_bnr_area .section_inner {
      max-width: 100%;
      padding: 0 1.5rem; }
    #shop_bnr_area .bn_wrap {
      margin-top: 1.5rem; }
      #shop_bnr_area .bn_wrap.flex_box {
        gap: 1.5rem; }

  /*footer
  -----------------*/
  footer {
    padding: 0 0 3rem; }
    footer .copy p {
      letter-spacing: 1px; }

  .forPC {
    display: none; } }
@media screen and (min-width: 769px) {
  /*アイテム紹介
  -----------------*/
  #shop_item_contents .section_inner .text_img.soft_text img {
    width: initial; }
  #shop_item_contents .section_inner .text_img.sweets_text img {
    width: initial; }

  .forSP {
    display: none; } }
