@charset "UTF-8";
/*
-----------------------------------------------
▼基本デザイン
----------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Libre Baskerville', "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 13px;
  color: #333; }
  body * {
    line-height: 1.5; }

a {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック', sans-serif; }

img {
  border: 0;
  vertical-align: bottom; }

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

select, input, textarea {
  font-family: 'MS PGothic'; }

html > body select, html > body input, html > body textarea {
  font-family: 'Lucida Grande',sans-serif; }

table, h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

table {
  border-collapse: collapse; }

a:link {
  color: #03F; }

a:visited {
  color: #039; }

a:hover, a:active {
  filter: alpha(opacity=60);
  opacity: 0.6; }

/* Win IEちらつき防止▼ */
* html {
  -webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* Navigation */
.gnav {
  width: 100%;
  height: 90px;
  z-index: 2;
  position: fixed;
  transition-duration: 1000ms;
  top: 0;
  left: 0; }
  .gnav.off {
    transform: translateY(-90px);
    opacity: 0; }
  .gnav .logo {
    height: 90px; }
    .gnav .logo img {
      width: 100%;
      max-width: 113px !important;
      position: relative;
      top: 14px; }
  .gnav ul.nav_inner {
    display: flex;
    justify-content: flex-end;
    position: initial;
    margin-top: 45px;
    margin-bottom: 0; }
    .gnav ul.nav_inner li {
      position: relative;
      overflow: hidden;
      padding: 10px 10px 15px; }
      .gnav ul.nav_inner li:not(:last-child) {
        margin-right: 20px; }
      .gnav ul.nav_inner li > a {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #231815;
        opacity: .5; }
      .gnav ul.nav_inner li:hover > a {
        opacity: 1; }
      .gnav ul.nav_inner li.active > a {
        opacity: 1; }
      .gnav ul.nav_inner li.active:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #231815;
        display: block;
        content: ''; }
  .gnav.black {
    background-color: #231815; }
    .gnav.black ul.nav_inner li > a {
      color: #fff; }
    .gnav.black ul.nav_inner li.active:after {
      background: #fff; }

@media screen and (max-width: 1199px) {
  .gnav .nav_inner a {
    font-size: 12px; } }

.header-sp {
  width: 100%;
  top: 0;
  transition-duration: 500ms;
  z-index: 4;
  position: relative;
  padding: 10px 0 30px; }
  .header-sp .logo {
    margin-bottom: 0;
    font-size: unset;
    margin-top: 12px;
    text-align: center; }
    .header-sp .logo img {
      max-width: 100px !important; }
  .header-sp .i-hamburger {
    position: fixed;
    top: 0px; }
  .header-sp.scroll_on {
    transition-duration: 500ms; }
    .header-sp.scroll_on .i-hamburger .wrap_i span {
      background-color: #000; }

.cboth {
  clear: both;
  height: 0; }

/* IE 用▼ */
* html .cboth {
  height: .1em;
  overflow: hidden;
  margin-top: -.1em; }

hr {
  visibility: hidden;
  border: 0; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/ }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

.t_news {
  height: 40px; }

.ttl1 {
  text-align: center;
  position: relative;
  margin-bottom: 100px; }
  .ttl1:after {
    content: '';
    width: 110px;
    position: absolute;
    bottom: -16px;
    height: 3px;
    background-color: #231815;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .ttl1 {
      margin-bottom: 70px; } }

.ttl2 {
  text-align: left;
  position: relative;
  margin-bottom: 80px;
  display: inline-block; }
  .ttl2 img {
    width: 100%; }
  .ttl2:after {
    content: '';
    width: 80%;
    position: absolute;
    bottom: -14px;
    height: 2px;
    background-color: #231815;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .ttl2 {
      margin-bottom: 30px; } }

.page_copy {
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .page_copy {
      margin-left: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .page_copy {
      margin-bottom: 40px; } }

.page_lead {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .page_lead {
      font-size: 14px; } }

/*
-----------------------------------------------
▼カスタム
----------------------------------------------- */
body {
  text-align: center; }

#wholewrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }

#insidewrap {
  text-align: left;
  max-width: 980px;
  margin: 0 auto; }

/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
#header {
  margin: 40px 0 40px;
  clear: both; }
  #header h1 {
    text-align: center; }
    #header h1 .logo {
      width: 167px; }
  #header .sns {
    margin: 0 0 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header .sns div, #header .sns a {
      margin-left: 10px; }
  #header .copy {
    max-width: 250px; }

.i-hamburger {
  z-index: 4;
  top: 40px;
  position: relative; }
  .i-hamburger .wrap_i {
    width: 50px;
    height: 36px;
    top: 20px;
    transition-duration: 500ms;
    position: relative; }
    .i-hamburger .wrap_i span {
      position: absolute;
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #666666;
      border-radius: 4px; }
      .i-hamburger .wrap_i span:nth-of-type(1) {
        top: 0; }
      .i-hamburger .wrap_i span:nth-of-type(2) {
        top: 16px; }
      .i-hamburger .wrap_i span:nth-of-type(3) {
        bottom: 0; }
    .i-hamburger .wrap_i.open span {
      background-color: #222;
      width: 45px; }
      .i-hamburger .wrap_i.open span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg);
        top: -3px;
        right: -3px; }
      .i-hamburger .wrap_i.open span:nth-of-type(2) {
        opacity: 0; }
      .i-hamburger .wrap_i.open span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg);
        bottom: -5px;
        left: 0; }
  @media (max-width: 767px) {
    .i-hamburger {
      top: 30px; } }

#menu-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 130px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 3;
  text-align: center; }
  #menu-sp .wrap-menu > a {
    display: block;
    color: #231815;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 26px 0;
    line-height: 1.4;
    position: relative; }
    #menu-sp .wrap-menu > a img {
      height: 26px; }
      #menu-sp .wrap-menu > a img.top {
        height: 30px; }
    #menu-sp .wrap-menu > a .menu {
      display: block;
      font-weight: bold;
      font-size: 16px; }
    #menu-sp .wrap-menu > a .cap {
      display: block;
      margin-bottom: 0;
      font-size: 12px; }
    #menu-sp .wrap-menu > a:hover {
      text-decoration: none; }
    #menu-sp .wrap-menu > a:after {
      content: '';
      display: block;
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: linear-gradient(to left, rgba(35, 24, 21, 0) 0%, #231815 20%, #231815 80%, rgba(35, 24, 21, 0) 100%); }
    #menu-sp .wrap-menu > a.has_child:after {
      background: none; }
  #menu-sp .wrap-menu .child {
    margin-top: 10px; }
    #menu-sp .wrap-menu .child a {
      display: block; }
      #menu-sp .wrap-menu .child a img {
        height: 20px;
        margin-bottom: 28px; }
        #menu-sp .wrap-menu .child a img.cremoso_gelato {
          height: 26px;
          margin-bottom: 25px; }
  @media (max-width: 767px) {
    #menu-sp .wrap-menu > a {
      padding: 20px 0; }
      #menu-sp .wrap-menu > a img {
        height: 20px; }
        #menu-sp .wrap-menu > a img.top {
          height: 24px; }
    #menu-sp .wrap-menu .child a img {
      height: 16px; } }

#maincon {
  margin-bottom: 60px; }

/* Toppage Slider */
.frontpage_eyecatch {
  height: 560px;
  width: 100%;
  position: relative; }
  .frontpage_eyecatch .bxslider {
    margin-bottom: 0; }
  .frontpage_eyecatch ul {
    position: absolute;
    height: 560px;
    width: 100%;
    padding: 0;
    list-style-type: none; }
    .frontpage_eyecatch ul li {
      height: 560px;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media screen and (max-width: 767px) {
    .frontpage_eyecatch {
      height: 30vh; }
      .frontpage_eyecatch ul {
        height: 30vh; }
        .frontpage_eyecatch ul li {
          height: 30vh; } }

.mconleft {
  float: left;
  width: 510px; }

.h2ttl {
  margin-bottom: 87px; }

.h3ttl {
  margin: 0 0 55px 0; }

.alcenter {
  text-align: center; }

#copyright {
  font-size: 10px;
  text-align: right;
  font-style: normal;
  letter-spacing: 2px;
  margin: 100px 0 15px 0; }

.newsarea {
  margin: 50px 0 90px 0;
  height: 200px;
  overflow: scroll; }

.newsttl {
  width: 190px;
  float: left;
  padding: 0 30px 0 0; }

.topics {
  float: left;
  /*width:570px;*/ }
  .topics table {
    height: 300px;
    overflow: auto; }
  .topics th {
    width: 65px;
    padding: 0 20px 0 0;
    vertical-align: top; }
  .topics td {
    padding-bottom: 25px; }

/*
-----------------------------------------------
▼下層共通デザイン
----------------------------------------------- */
.concon {
  width: 980px;
  margin: 0 0 50px;
  overflow: auto; }

.conconl {
  float: left; }

.conconr {
  float: right; }

/*
-----------------------------------------------
▼　menu1408.cssから移植 2016.11.16 ohnishi
----------------------------------------------- */
/*#gnavi ul li.gnavi01{
width:121px;
background: url(../img/top_gnaviall2.gif) 0 -84px no-repeat; 
margin-right:86px;
filter: alpha(opacity=100);
opacity: 1.0;
}*/
.menuphoto {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .menuphoto {
      margin-bottom: 30px; } }

.menuname {
  margin: 0 0 0 45px; }

.menutext {
  width: 850px;
  margin: 25px 0 60px 50px; }
  .menutext th {
    vertical-align: top;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    width: 60px;
    padding: 0 10px 0 0; }
  .menutext td {
    vertical-align: top;
    font-size: 16px;
    padding: 5px 10px 10px 0; }
    .menutext td.price {
      width: 80px;
      text-align: right;
      padding: 5px 0 10px 0; }
    .menutext td.bgal {
      width: 300px;
      background: url(../img/menu1408_al.gif) no-repeat 25px 10px;
      padding: 5px 10px 10px 45px; }

.pagetitle {
  margin-bottom: 60px; }

/* -----------------------------------------------
▼メニューページ改修 2016.11.16　Onishi
----------------------------------------------- */
.menuname {
  margin-bottom: 50px; }

.menuname2 {
  margin: 90px 0 50px;
  font-size: 1.6em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .menuname2 {
      margin: 70px 0 30px;
      font-size: 1.4em; } }

.menuname3 {
  margin: 90px 0 70px 45px;
  font-size: 1.6em;
  /*width: 800px;*/ }

.wrap_menu {
  margin: 0 auto 60px; }
  .wrap_menu .info {
    display: inline-block;
    position: relative;
    display: inline-block;
    width: 43%;
    margin-bottom: 40px; }
    .wrap_menu .info .title {
      margin-bottom: 10px; }
      .wrap_menu .info .title img {
        height: 56px; }
    .wrap_menu .info .price {
      position: absolute;
      right: 0;
      top: 26px;
      font-size: 2.2em;
      letter-spacing: .08em; }
  @media (max-width: 767px) {
    .wrap_menu .info {
      width: 100%; }
      .wrap_menu .info .title img {
        height: 45px; }
      .wrap_menu .info .price {
        top: 15px;
        font-size: 2.0em; } }

.wrap_menu1 {
  overflow: hidden;
  margin-bottom: 70px; }
  .wrap_menu1 .info {
    width: 450px;
    float: left; }
  .wrap_menu1 .title {
    margin-bottom: 10px; }
    .wrap_menu1 .title img {
      height: 54px; }
  .wrap_menu1 .price {
    text-align: right;
    margin-bottom: 40px;
    font-size: 2.2em;
    letter-spacing: .08em; }
  .wrap_menu1 .detail {
    font-size: 1.1em;
    line-height: 2.0; }
  .wrap_menu1 .picture {
    float: right; }
  @media (max-width: 767px) {
    .wrap_menu1 .info {
      width: auto; }
    .wrap_menu1 .title img {
      height: 45px; }
    .wrap_menu1 .price {
      text-align: left;
      margin-bottom: 5px; }
    .wrap_menu1 .detail {
      margin-bottom: 8px; }
    .wrap_menu1 .picture {
      float: none; } }

.wrap_menu3 {
  display: inline-block;
  width: 360px;
  height: 170px;
  position: relative;
  margin-bottom: 100px; }
  .wrap_menu3 img.title {
    vertical-align: top; }
  .wrap_menu3 .button {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer; }
  .wrap_menu3 .soldout {
    position: absolute;
    display: block;
    bottom: 6px;
    left: 0; }

.wrap_menu .wrap_menu3:nth-of-type(odd) {
  margin-right: 70px; }

.message h3 {
  font-size: 1.8em;
  margin-bottom: 36px;
  font-weight: normal;
  letter-spacing: .05em; }

.message p {
  line-height: 2.2;
  font-size: 1.1em;
  margin-bottom: 80px;
  letter-spacing: .05em; }

.wrapper_price {
  border: 2px solid #000;
  padding: 16px 40px;
  overflow: hidden; }
  .wrapper_price .item {
    width: 420px;
    float: left;
    margin-bottom: 14px; }
    .wrapper_price .item:nth-child(odd) {
      margin-right: 50px; }
    .wrapper_price .item:last-child {
      margin-bottom: 0; }
    .wrapper_price .item .name {
      width: 310px;
      font-size: 1.4em;
      display: inline-block; }
    .wrapper_price .item .price {
      width: 90px;
      font-size: 2.1em;
      display: inline-block; }

/* -----------------------------------------------
▼インスタグラム設置 2017.1.23　Onishi
----------------------------------------------- */
.wrapper_instagram h2 {
  margin-bottom: 30px; }

.instagram ul.img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .instagram ul.img li {
    width: 22%;
    margin-bottom: 30px; }
    .instagram ul.img li a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-top: 100%; }
      .instagram ul.img li a img {
        width: 120%;
        max-width: inherit;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .instagram ul.img li {
    width: 47%; } }

.wrapper_more {
  text-align: right;
  margin-right: 21px; }
  .wrapper_more img {
    height: 30px;
    width: auto; }

/* -----------------------------------------------
▼トップページ ニュースのスタイル調整 2017.2.17　Onishi
----------------------------------------------- */
.wrapper_area {
  margin-left: 52px; }
  .wrapper_area h2 {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .wrapper_area {
      margin-left: 0; } }

.news_recruit {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6; }

.embed_media {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-bottom: 50%;
  overflow: hidden; }
  .embed_media iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/*
-----------------------------------------------
▼アクセス
----------------------------------------------- */
#gnavi ul li.gnavi02 {
  width: 88px;
  background: url(../img/top_gnaviall2.gif) -207px -84px no-repeat;
  filter: alpha(opacity=100);
  opacity: 1.0; }

.menuphotos td {
  padding: 0 30px 30px 0; }

.menutext {
  width: 340px;
  font-size: 15px;
  margin: 0 0 60px 0; }

.conconl {
  width: 370px;
  font-size: 15px; }

.openinfo {
  padding-bottom: 30px;
  line-height: 2; }

/*
-----------------------------------------------
▼コンタクト
----------------------------------------------- */
#gnavi ul li.gnavi03 {
  width: 111px;
  background: url(../img/top_gnaviall2.gif) -391px -84px no-repeat;
  filter: alpha(opacity=100);
  opacity: 1.0; }

.conconl {
  width: 420px;
  padding-left: 150px; }

.conconr {
  float: left; }

.contap {
  font-size: 15px;
  padding-bottom: 30px;
  line-height: 2.5; }

/*
-----------------------------------------------
トップページ
----------------------------------------------- */
.link_page {
  flex-wrap: wrap; }
  .link_page .item {
    width: 45%; }
    .link_page .item img {
      width: 100%; }
    .link_page .item h3 {
      text-align: center;
      position: relative;
      margin-bottom: 40px; }
      .link_page .item h3:after {
        content: '';
        width: 80px;
        position: absolute;
        bottom: -14px;
        height: 3px;
        background-color: #231815;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .link_page .item .thumb {
      margin-bottom: 20px; }
    .link_page .item .wrap_btn {
      padding-top: 30px;
      max-width: 30%; }
    .link_page .item .info {
      width: 70%;
      text-align: right;
      position: relative; }
    .link_page .item .btn_stairs.-pc {
      display: block;
      margin-top: 30px; }
    .link_page .item .btn_stairs.-sp {
      display: none; }
  @media (max-width: 767px) {
    .link_page .item {
      width: 100%;
      margin-bottom: 50px; }
      .link_page .item .wrap_btn {
        display: none; }
      .link_page .item .map_btn_sp {
        max-width: 140px;
        margin-top: 20px;
        margin-left: auto; }
      .link_page .item .btn_stairs.-pc {
        display: none; }
      .link_page .item .btn_stairs.-sp {
        display: block;
        width: 85px;
        position: absolute;
        left: 0;
        bottom: 0; } }

.link_online_store {
  background-color: #e5e5e5;
  padding: 20px 40px 40px; }
  .link_online_store img {
    width: 100%;
    height: auto; }
  .link_online_store .col_image {
    display: flex;
    align-items: center;
    max-width: 40%; }
  .link_online_store .col_info {
    padding: 0 50px; }
    .link_online_store .col_info p {
      padding: 0 20px;
      font-size: 16px;
      line-height: 2;
      letter-spacing: .10em;
      margin-bottom: 20px; }
    .link_online_store .col_info .url img {
      max-width: 380px; }
  @media (max-width: 767px) {
    .link_online_store .col_image {
      display: none; }
    .link_online_store .col_info {
      padding: 0; }
      .link_online_store .col_info p {
        padding: 0; } }

/*
-----------------------------------------------
Pizzeria
----------------------------------------------- */
.page_pizzeria img {
  max-width: 100%;
  height: auto; }

.page_pizzeria .pizzeria_lead .col-info {
  max-width: 54%;
  padding-left: 15px; }

.page_pizzeria .pizzeria_lead .col-img {
  max-width: 46%; }

.page_pizzeria .pizzeria_lead .pizza0 {
  width: 90%; }

.page_pizzeria .pizzeria_lead .pizza1 {
  width: 100%; }

.page_pizzeria .pizzeria_lead .pizza2 {
  width: 100%;
  margin-top: 130px; }

.page_pizzeria .pizzeria_lead .pizza3 {
  width: 85%; }

.page_pizzeria .pizzeria_lead .pizza4 {
  width: 80%; }

@media (max-width: 767px) {
  .page_pizzeria .pizzeria_lead .col-info {
    max-width: unset;
    width: 100%;
    padding-right: 15px; }
  .page_pizzeria .pizzeria_lead .col-img {
    max-width: unset;
    width: 100%; }
  .page_pizzeria .pizzeria_lead .pizza0 {
    width: 100%; }
  .page_pizzeria .pizzeria_lead .pizza1 {
    width: 100%; }
  .page_pizzeria .pizzeria_lead .pizza2 {
    width: 100%;
    margin-top: 20px; }
  .page_pizzeria .pizzeria_lead .pizza3 {
    width: 100%; }
  .page_pizzeria .pizzeria_lead .pizza4 {
    width: 100%; } }

.gelato_price {
  background-color: #E5E5E5;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  padding: 20px 80px;
  margin: 0 auto 60px; }
  @media (max-width: 767px) {
    .gelato_price {
      padding: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .gelato_price > div {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        .gelato_price > div:not(:last-child) {
          margin-bottom: 15px; } }

.list_gelato img {
  height: 32px;
  margin-bottom: 42px;
  display: block; }

@media (max-width: 767px) {
  .list_gelato img {
    height: 48px;
    margin-bottom: 30px; } }

.access .info {
  font-size: 16px;
  line-height: 2; }
  .access .info .wrap_btn img {
    max-width: 100px; }

.access .map {
  text-align: right; }
  .access .map img {
    max-width: 400px; }

@media (max-width: 767px) {
  .access .info {
    margin-bottom: 50px; }
    .access .info .wrap_btn img {
      max-width: 130px; }
  .access .map img {
    max-width: unset;
    width: 100%; } }

/*
-----------------------------------------------
Gelateria
----------------------------------------------- */
.page_gelateria img {
  max-width: 100%;
  height: auto; }

.page_gelateria .page_lead {
  font-size: 15px; }

.page_gelateria .col1 {
  max-width: 60%; }

.page_gelateria .col2 {
  max-width: 40%;
  padding-left: 15px; }

.page_gelateria .col3 {
  max-width: 47%; }

.page_gelateria .col4 {
  max-width: 53%; }

.page_gelateria .gelateria1 {
  width: 100%; }

.page_gelateria .gelateria2 {
  width: 90%;
  margin-top: 90px; }

.page_gelateria .gelateria3 {
  width: 85%;
  margin-top: 10px; }

.page_gelateria .gelateria4 {
  width: 90%; }

.page_gelateria .gelateria5 {
  width: 90%;
  margin-top: 50px; }

.page_gelateria .list_gelato img {
  height: 25px; }

@media (max-width: 767px) {
  .page_gelateria .page_lead {
    font-size: 14px;
    margin-bottom: 40px; }
  .page_gelateria .col1 {
    max-width: unset; }
  .page_gelateria .col2 {
    max-width: unset;
    padding-left: 0; }
  .page_gelateria .col3 {
    max-width: unset; }
  .page_gelateria .col4 {
    max-width: unset; }
  .page_gelateria .gelateria2 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%; }
  .page_gelateria .gelateria3 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%; }
  .page_gelateria .gelateria4 {
    margin-bottom: 20px;
    width: 100%; }
  .page_gelateria .gelateria5 {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%; }
  .page_gelateria .list_gelato img {
    height: 48px; } }

.gelato2_price {
  max-width: 600px;
  margin: 0 auto 60px; }
  .gelato2_price .item {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    margin-bottom: 8px; }
    .gelato2_price .item div {
      line-height: 2; }
  @media (max-width: 767px) {
    .gelato2_price .item {
      font-size: 18px;
      margin-bottom: 12px; }
      .gelato2_price .item > div:first-child {
        padding-right: 40px; }
      .gelato2_price .item > div:last-child {
        font-size: 1.2em; } }
/*# sourceMappingURL=style.css.map */
