/*!
Theme Name: bettype-custom2
*/

/*!
↓ここから下を全て書き換え
*/

body {
	font-family: 'Noto Sans JP',
	  Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	  font-weight:300;
  }
  h1,h2,h3,h4,h5,h6 {
	font-family:'Shippori Mincho B1', serif;
	font-weight:600;
  }
  .rodin div {
	font-family:'Shippori Mincho B1', serif;
	font-weight:600;
  }
  .rodin a {
	font-family:'Shippori Mincho B1', serif;
	font-weight:600;
  }

  .pc_only {
	display: none;
	}
	.sp_only {
	display: block;
	}

	#gtranslate_wrapper {
		bottom: 80px!important;
		left: 0!important;
	}
	#gtranslate_wrapper{
		z-index: 11 !important;
	}
  
  .cf-container {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -5px;
	  margin-left: -5px;
  }
  .cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 5px;
	  padding-left: 5px;
  }
  .jet-price-list {
	  padding: 0;
  }
  .jet-price-list .price-list__item-title__wrapper {
	  padding-left: 10px;
	  border-left: 5px solid var( --e-global-color-accent );
	  /* background-image: url(https://toscana-pizza.com/wp-content/uploads/2020/08/midashi-1.png);
	  background-position: 0px 100%;
	  background-repeat: no-repeat;
	  background-size: 10px auto; */
  }
  @media ( min-width: 767px ) {
	  .pc_only {
		  display: block;
	  }
	  .sp_only {
		  display: none;
	  }
	  .cf-col-1 {
		  -ms-flex: 0 0 8.333333%;
		  flex: 0 0 8.333333%;
		  max-width: 8.333333%;
	  }
	  .cf-push-1 { margin-left: 8.333333%; }
	  .cf-col-2 {
		  -ms-flex: 0 0 16.66667%;
		  flex: 0 0 16.66667%;
		  max-width: 16.66667%;
	  }
	  .cf-push-2 { margin-left: 16.66667%; }
	  .cf-col-3 {
		  -ms-flex: 0 0 25%;
		  flex: 0 0 25%;
		  max-width: 25%;
	  }
	  .cf-push-3 { margin-left: 25%; }
	  .cf-col-4 {
		  -ms-flex: 0 0 33.33333%;
		  flex: 0 0 33.33333%;
		  max-width: 33.33333%;
	  }
	  .cf-push-4 { margin-left: 33.33333%; }
	  .cf-col-5 {
		  -ms-flex: 0 0 41.66667%;
		  flex: 0 0 41.66667%;
		  max-width: 41.66667%;
	  }
	  .cf-push-5 { margin-left: 41.66667%; }
	  .cf-col-6 {
		  -ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width: 50%;
	  }
	  .cf-push-6 { margin-left: 50%; }
	  .cf-col-7 {
		  -ms-flex: 0 0 58.33333%;
		  flex: 0 0 58.33333%;
		  max-width: 58.33333%;
	  }
	  .cf-push-7 { margin-left: 58.33333%; }
	  .cf-col-8 {
		  -ms-flex: 0 0 66.66667%;
		  flex: 0 0 66.66667%;
		  max-width: 66.66667%;
	  }
	  .cf-push-8 { margin-left: 66.66667%; }
	  .cf-col-9 {
		  -ms-flex: 0 0 75%;
		  flex: 0 0 75%;
		  max-width: 75%;
	  }
	  .cf-push-9 { margin-left: 75%; }
	  .cf-col-10 {
		  -ms-flex: 0 0 83.33333%;
		  flex: 0 0 83.33333%;
		  max-width: 83.33333%;
	  }
	  .cf-push-10 { margin-left: 83.33333%; }
	  .cf-col-11 {
		  -ms-flex: 0 0 91.66667%;
		  flex: 0 0 91.66667%;
		  max-width: 91.66667%;
	  }
	  .cf-push-11 { margin-left: 91.66667%; }
	  .cf-col-12 {
		  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
		  max-width: 100%;
	  }
  }


  /* 電話番号 */
 .tel-pc, .tel-sp {
      color: #932E44;
      text-decoration: none;
    }
    /* デフォルトはPC用を表示 */
    .tel-pc { display: inline; }
    .tel-sp { display: none; }

    /* スマホ幅（768px以下）は切り替え */
    @media (max-width: 768px) {
      .tel-pc { display: none; }
      .tel-sp { display: inline; }
    }

.g_map{
  width: auto;
  height: 600px;
}
@media screen and (max-width: 768px){
  .g_map{
    height: 240px;
  }
}