@charset "UTF-8";
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0; }

a img, iframe {
  border: none; }

a {
  color: inherit; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

input[type="text"],
textarea {
  width: 100%; }

address {
  font-style: normal; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

br {
  opacity: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

html {
  font-size: 62.5%;
  display: block; }

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block;
  color: #000000; }

a:hover {
  opacity: 0.8;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

/*

@font-face {
    font-family: 'name';
    src: url("../fonts/aaa.ttf") format('truetype'),
    url("../fonts/aaa.woff2") format("woff2"),
    url("../fonts/aaa.woff") format('woff'),
    url("../fonts/aaa.otf") format('opentype'),
    url('../fonts/aaa.svg#svgFontName') format('svg');
}

*/
.l-header {
  position: relative;
  height: 226px;
  width: 100%;
  text-align: center;
  padding-top: 40px; }
  .l-header .l-header_logo {
    position: relative;
    margin-bottom: 25px; }
    .l-header .l-header_logo img {
      width: 134px;
      height: auto;
      position: relative; }
  @media screen and (max-width: 640px) {
    .l-header {
      height: 90px;
      padding-top: 10px; }
      .l-header .l-header_logo {
        margin-bottom: 0px; }
        .l-header .l-header_logo img {
          width: 80px; } }

@media screen and (min-width: 641px) {
  .l-gnavi {
    position: relative; }
    .l-gnavi .l-gnavi_menu {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.6rem;
      line-height: 1.375em;
      letter-spacing: 0.2em; }
      .l-gnavi .l-gnavi_menu .l-gnavi_menu-item {
        margin: 0 25px; }
        .l-gnavi .l-gnavi_menu .l-gnavi_menu-item a {
          position: relative;
          font-family: futura-pt, sans-serif; } }

@media screen and (max-width: 640px) {
  .l-gnavi {
    position: relative; }
    .l-gnavi .l-gnavi_menu {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.375em;
      letter-spacing: 0.2em; }
      .l-gnavi .l-gnavi_menu .l-gnavi_menu-item {
        text-align: left; } }

.l-footer {
  position: relative;
  width: 100%;
  background-color: #dfe4c4;
  padding: 60px 15px;
  text-align: center;
  border-top: solid 2px #ffffff; }
  .l-footer::before, .l-footer::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: url("../img/footer_line@3x.png") center center/auto 10px repeat-x; }
  .l-footer::before {
    top: 0;
    left: 0; }
  .l-footer::after {
    bottom: 0;
    left: 0; }
  .l-footer h1 {
    position: relative;
    margin-bottom: 25px; }
    .l-footer h1 img {
      width: 134px;
      height: auto;
      position: relative; }
  .l-footer .l-footer_info {
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .l-footer .l-footer_info .l-footer_info-address {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5em;
      letter-spacing: 0.1em;
      font-weight: 300;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
    .l-footer .l-footer_info .l-footer_info-tel {
      position: relative;
      font-size: 3.0rem;
      line-height: 1.33em;
      font-weight: 300;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
    .l-footer .l-footer_info .l-footer_info-time {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5em;
      letter-spacing: 0.1em;
      font-weight: 300;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
    .l-footer .l-footer_info .l-footer_info-caution {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5em;
      letter-spacing: 0.1em;
      font-weight: 300;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
  .l-footer .l-footer_links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px 10px; }
    .l-footer .l-footer_links li {
      margin: 5px 20px; }
  @media screen and (max-width: 640px) {
    .l-footer h1 img {
      width: 100px; }
    .l-footer .l-footer_info .l-footer_info-address {
      font-size: 1.4rem; }
    .l-footer .l-footer_info .l-footer_info-tel {
      font-size: 2.2rem; }
    .l-footer .l-footer_info .l-footer_info-time {
      font-size: 1.4rem; }
    .l-footer .l-footer_info .l-footer_info-caution {
      font-size: 1.4rem; }
    .l-footer .l-footer_links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-kv {
  position: relative;
  background: url("../img/kv_bg@3x.png") center center/cover no-repeat #4b4b4b;
  width: 100%;
  height: auto;
  padding: 50px; }
  .p-kv .p-kv_video-wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2; }
    .p-kv .p-kv_video-wrap .p-kv_video {
      position: relative;
      width: 100%;
      height: auto; }
  .p-kv .p-kv_deco {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14.5%;
    max-width: 186px;
    height: auto; }
  .p-kv .p-kv_bg {
    position: absolute;
    z-index: 1; }
    .p-kv .p-kv_bg.pizza {
      top: 0;
      left: 0;
      width: 42.7%;
      max-width: 547px;
      height: auto; }
    .p-kv .p-kv_bg.yoshi {
      bottom: 0;
      right: 0;
      width: 44%;
      max-width: 562px;
      height: auto; }
  @media screen and (max-width: 640px) {
    .p-kv {
      padding: 30px 15px; }
      .p-kv .p-kv_deco {
        width: 10%; } }

.p-kodawari {
  position: relative;
  padding: 40px;
  background-color: #c3c4bc; }
  .p-kodawari .p-kodawari_content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 500px;
    margin: 0 auto;
    background: url("../img/kodawari_bg@3x.png") left top/auto 100% no-repeat #000000;
    padding-top: 35px; }
    .p-kodawari .p-kodawari_content .p-kodawari_title {
      position: relative;
      text-align: center;
      margin-bottom: 50px; }
      .p-kodawari .p-kodawari_content .p-kodawari_title img {
        position: relative;
        width: 415px;
        height: auto; }
    .p-kodawari .p-kodawari_content .p-kodawari_text {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-kodawari .p-kodawari_content .p-kodawari_text p {
        position: relative;
        font-size: 2.4rem;
        line-height: 1.91em;
        letter-spacing: 0.1em;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        color: #ffffff;
        margin-right: 40px;
        margin-left: auto;
        font-family: fot-tsukubrdgothic-std, sans-serif;
        text-align: left; }
    .p-kodawari .p-kodawari_content .p-kodawari_deco {
      position: absolute;
      top: 40px;
      right: 40px;
      width: 126px;
      height: auto; }
  @media screen and (max-width: 640px) {
    .p-kodawari {
      padding: 40px 15px; }
      .p-kodawari .p-kodawari_content {
        background: url("../img/kodawari_bg-sp@3x.png") center top 280px/100% auto no-repeat #000000;
        padding-bottom: 100px;
        height: auto; }
        .p-kodawari .p-kodawari_content .p-kodawari_title {
          margin-bottom: 30px; }
          .p-kodawari .p-kodawari_content .p-kodawari_title img {
            width: 280px; }
        .p-kodawari .p-kodawari_content .p-kodawari_text p {
          font-size: 1.6rem;
          line-height: 1.8em;
          margin-right: auto;
          margin-left: auto;
          text-align: center; }
        .p-kodawari .p-kodawari_content .p-kodawari_deco {
          display: none; } }

.p-menu {
  position: relative;
  background: url("../img/menu_bg@3x.jpg") center center/cover no-repeat #4b4849;
  padding: 40px 15px 50px; }
  .p-menu .p-menu_title {
    position: relative;
    text-align: center;
    margin-bottom: 16px; }
    .p-menu .p-menu_title .p-menu_title-img {
      position: relative;
      width: 224px;
      height: auto; }
    .p-menu .p-menu_title .p-menu_title-badge {
      position: absolute;
      width: 94px;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(135px, -50%, 0);
      transform: translate3d(135px, -50%, 0); }
  .p-menu .p-menu_list {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2; }
    .p-menu .p-menu_list .p-menu_item {
      position: relative;
      max-width: 288px;
      margin-bottom: 28px;
      background: url("../img/menu-item_bg@3x.png") center center/100% auto no-repeat; }
      @media screen and (min-width: 641px) {
        .p-menu .p-menu_list .p-menu_item {
          width: 32%;
          margin-right: 2%; }
          .p-menu .p-menu_list .p-menu_item:nth-child(3n) {
            margin-right: 0; } }
      .p-menu .p-menu_list .p-menu_item:hover {
        opacity: 0.9; }
      .p-menu .p-menu_list .p-menu_item a {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(33, 33, 33, 0.9); }
        .p-menu .p-menu_list .p-menu_item a:hover {
          opacity: 1; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-img {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 100%;
        background: center center / cover no-repeat; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-detail {
        position: relative;
        padding: 20px 10px 30px; }
        .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-name {
          color: #c8d178;
          font-family: a-otf-futo-go-b101-pr6n, sans-serif;
          font-size: 1.8rem;
          line-height: 1.8em;
          text-align: center;
          font-weight: 600;
          margin-bottom: 10px; }
        .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-description {
          color: #ffffff;
          width: 80%;
          max-width: 200px;
          position: relative;
          margin: 0 auto 8px;
          font-size: 1.2rem;
          line-height: 1.5em;
          text-align: left; }
        .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-price {
          color: #c8d178;
          font-family: a-otf-futo-go-b101-pr6n, sans-serif;
          position: relative;
          font-size: 2.4rem;
          line-height: 1.5em;
          text-align: center;
          font-weight: 600;
          letter-spacing: 0.1em;
          margin: 0 auto 10px; }
        .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-btn {
          position: relative;
          max-width: 170px;
          width: 80%;
          margin: 0 auto;
          background-color: #c8d178;
          height: 30px;
          line-height: 30px;
          font-size: 1.2rem;
          letter-spacing: 0.1em;
          text-align: center;
          color: #000000;
          border-radius: 14px; }
  .p-menu .p-menu_deco {
    position: absolute; }
    .p-menu .p-menu_deco.leaf {
      z-index: 3;
      right: 0;
      top: -70px;
      width: 19.6%;
      max-width: 251px; }
    .p-menu .p-menu_deco.tomato {
      z-index: 1;
      left: 0;
      top: 9.64%;
      width: 16.5%;
      max-width: 212px; }
    .p-menu .p-menu_deco.bagil {
      z-index: 1;
      left: 0;
      top: 45%;
      width: 16.5%;
      max-width: 212px; }
    .p-menu .p-menu_deco.salami {
      z-index: 1;
      right: 0;
      top: 65.3%;
      width: 27.5%;
      max-width: 352px; }
    .p-menu .p-menu_deco.margherita {
      z-index: 1;
      left: 0;
      top: 20.2%;
      width: 37.9%;
      max-width: 486px; }
    .p-menu .p-menu_deco.pepperoni {
      z-index: 1;
      right: 70px;
      top: 18%;
      width: 21.9%;
      max-width: 281px; }
    .p-menu .p-menu_deco.quattro {
      z-index: 1;
      left: 254px;
      top: 71.6%;
      width: 28.2%;
      max-width: 362px; }
  @media screen and (max-width: 640px) {
    .p-menu .p-menu_title .p-menu_title-img {
      width: 140px; }
    .p-menu .p-menu_title .p-menu_title-badge {
      width: 40px;
      -webkit-transform: translate3d(80px, -50%, 0);
      transform: translate3d(80px, -50%, 0); }
    .p-menu .p-menu_list .p-menu_item {
      width: 49%;
      margin-right: 2%; }
      .p-menu .p-menu_list .p-menu_item:nth-child(even) {
        margin-right: 0; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-name {
        font-size: 1.6rem;
        line-height: 1.6em; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-description {
        width: 90%; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-price {
        font-size: 2rem; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-detail .p-menu_item-btn {
        max-width: 150px; }
    .p-menu .p-menu_deco.leaf {
      top: -30px; } }
  @media screen and (max-width: 480px) {
    .p-menu .p-menu_list .p-menu_item {
      width: 90%;
      max-width: none;
      margin: 0 auto 25px !important; }
      .p-menu .p-menu_list .p-menu_item .p-menu_item-img {
        padding-top: 75%; } }

.p-item {
  position: relative;
  width: 100%;
  max-width: 1030px;
  padding: 30px 15px 0;
  background-color: #ffffff;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-item .p-item_img-wrap {
    position: relative;
    width: 50%; }
    .p-item .p-item_img-wrap .p-item_img {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 100%;
      background: center center / cover no-repeat; }
  .p-item .p-item_detail {
    position: relative;
    width: 50%;
    padding-left: 50px;
    padding-top: 10px;
    text-align: left; }
    .p-item .p-item_detail .p-item_name {
      font-size: 3.6rem;
      line-height: 1.5em;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      margin-bottom: 10px; }
    .p-item .p-item_detail .p-item_price {
      font-size: 3.6rem;
      line-height: 1.5em;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      color: #cc0c0c;
      margin-bottom: 10px; }
    .p-item .p-item_detail .p-item_caution {
      position: relative;
      font-size: 1.4rem;
      line-height: 1.85em;
      font-weight: 500;
      margin-bottom: 60px;
      text-align: left; }
    .p-item .p-item_detail .p-item_form {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      .p-item .p-item_detail .p-item_form #purchase_form .purchaseElement {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 180px;
        margin-bottom: 38px; }
        .p-item .p-item_detail .p-item_form #purchase_form .purchaseElement::after {
          content: "▼";
          color: #363636;
          right: 10px;
          position: absolute;
          font-size: 10px; }
        .p-item .p-item_detail .p-item_form #purchase_form .purchaseElement label {
          font-size: 1.4rem;
          line-height: 1.25em;
          margin-right: 6px;
          width: 40px; }
        .p-item .p-item_detail .p-item_form #purchase_form .purchaseElement .amountSelect {
          position: relative;
          width: 140px;
          height: 40px;
          padding: 0 10px;
          border: solid 1px #a1a2a3;
          border-radius: 3px;
          background-color: #dfe0e0;
          font-size: 1.2rem;
          -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
      .p-item .p-item_detail .p-item_form #purchase_form .purchaseButton__btn {
        position: relative;
        width: 100%;
        max-width: 400px;
        height: 80px;
        line-height: 80px;
        border-radius: 14px;
        background-color: #838383;
        font-size: 1.6rem;
        letter-spacing: 0.2em;
        color: #ffffff;
        font-family: a-otf-futo-go-b101-pr6n, sans-serif;
        float: none !important;
        margin-right: auto !important;
        margin-left: 0 !important; }
        .p-item .p-item_detail .p-item_form #purchase_form .purchaseButton__btn:hover {
          background-color: #aaaaaa; }
      .p-item .p-item_detail .p-item_form #purchase_form #reportBtn .caution {
        text-decoration: underline; }
    .p-item .p-item_detail .p-item_description {
      position: relative;
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.875em;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif;
      text-align: left;
      padding-top: 60px;
      margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .p-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin: 0 auto 50px; }
      .p-item .p-item_img-wrap {
        width: 100%; }
        .p-item .p-item_img-wrap .p-item_img {
          padding-top: 75%; }
      .p-item .p-item_detail {
        width: 100%;
        padding-left: 0px; }
        .p-item .p-item_detail .p-item_name {
          font-size: 2.4rem; }
        .p-item .p-item_detail .p-item_price {
          font-size: 2.4rem; }
        .p-item .p-item_detail .p-item_caution {
          font-size: 1.2rem;
          margin-bottom: 40px; }
        .p-item .p-item_detail .p-item_form #purchase_form .purchaseButton__btn {
          height: 50px;
          line-height: 50px;
          border-radius: 10px;
          font-size: 1.4rem;
          letter-spacing: 0.1em; }
        .p-item .p-item_detail .p-item_description {
          font-size: 1.4rem; } }

.p-howto {
  position: relative;
  width: 100%; }
  .p-howto .p-howto_heading {
    background-color: #dfe4c4;
    text-align: center;
    padding: 12px 15px; }
    .p-howto .p-howto_heading h3 {
      font-size: 1.8rem;
      line-height: 1.44em;
      letter-spacing: 0.1em;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif; }
  .p-howto .p-howto_body {
    position: relative;
    width: 100%;
    max-width: 1030px;
    background-color: #ffffff;
    padding: 40px 15px;
    margin: 0 auto; }
    .p-howto .p-howto_body .p-howto_item {
      position: relative;
      font-size: 1.4rem;
      line-height: 1.7em;
      text-align: left; }
      .p-howto .p-howto_body .p-howto_item:not(:last-of-type) {
        margin-bottom: 25px; }
      .p-howto .p-howto_body .p-howto_item dt {
        font-weight: bold; }
  @media screen and (max-width: 640px) {
    .p-howto .p-howto_heading {
      padding: 10px 15px; }
      .p-howto .p-howto_heading h3 {
        font-size: 1.6rem; }
    .p-howto .p-howto_body .p-howto_item {
      font-size: 1.2rem; }
      .p-howto .p-howto_body .p-howto_item:not(:last-of-type) {
        margin-bottom: 15px; } }

.p-pizza {
  position: relative;
  background: url("../img/reito_bg@3x.jpg") center center/cover no-repeat #4b4b4b;
  padding: 45px 15px; }
  .p-pizza .p-pizza_inner {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
  .p-pizza .p-pizza_heading {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    width: 100%; }
    .p-pizza .p-pizza_heading img {
      width: 534px;
      height: auto; }
  .p-pizza .p-pizza_body {
    position: relative;
    width: 100%; }
    .p-pizza .p-pizza_body .p-pizza_list {
      position: relative; }
      .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item {
        position: relative;
        text-align: left; }
        .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item:not(:last-of-type) {
          margin-bottom: 30px; }
        .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item .p-pizza_item-title {
          position: relative;
          font-family: a-otf-gothic-bbb-pr6n, sans-serif;
          font-size: 2rem;
          line-height: 1.6em;
          color: #c8d178;
          letter-spacing: 0.1em;
          margin-bottom: 10px;
          font-weight: 600; }
        .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item .p-pizza_item-text {
          position: relative;
          font-family: a-otf-gothic-bbb-pr6n, sans-serif;
          font-size: 1.2rem;
          line-height: 2.4em;
          color: #ffffff;
          letter-spacing: 0.1em;
          margin-bottom: 10px;
          font-weight: 600; }
  @media screen and (max-width: 640px) {
    .p-pizza .p-pizza_heading img {
      max-width: 320px;
      width: 100%;
      height: auto; }
    .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item:not(:last-of-type) {
      margin-bottom: 20px; }
    .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item .p-pizza_item-title {
      font-size: 1.6rem; }
    .p-pizza .p-pizza_body .p-pizza_list .p-pizza_item .p-pizza_item-text {
      line-height: 1.8em; } }

/*スマホ画面で例１のハンバーガーメニューの形にする*/
@media screen and (max-width: 640px) {
  .js-wrapper .js-gnavi {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10; }
    .js-wrapper .js-gnavi ul li {
      display: block;
      padding: 12px 28px; }
      .js-wrapper .js-gnavi ul li a {
        text-decoration: none;
        color: #ddd; }
  .js-wrapper .btn-gnavi {
    position: fixed;
    top: 30px;
    left: 20px;
    width: 30px;
    height: 24px;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
    .js-wrapper .btn-gnavi span {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #666;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      -o-transition: all 400ms;
      transition: all 400ms;
      left: 0; }
      .js-wrapper .btn-gnavi span:nth-child(1) {
        top: 0; }
      .js-wrapper .btn-gnavi span:nth-child(2) {
        top: 10px; }
      .js-wrapper .btn-gnavi span:nth-child(3) {
        top: 20px; }
    .js-wrapper .btn-gnavi.open {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .js-wrapper .btn-gnavi.open span {
        background: #fff;
        width: 24px; } }
