@charset "utf-8";

/*============================================*/
/*共通*/
/*============================================*/

@font-face {
  font-family: "Belleza";
  src: url('font/Belleza-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('font/NotoSerifJP-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

.mamapan{
  background:url(img/lunchtime.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* iPhone */
@media screen and (max-device-width: 480px) {
  .mamapan{
    background: none;
    background-attachment: local;
  }
} 

/*ipad1_3*/
@media (max-device-width: 1024px) and (orientation: landscape) {
  .mamapan{
    background:url(img/lunchtime_sp.jpg);
    background-attachment: local;
  }  
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .mamapan{
    background:url(img/lunchtime_sp.jpg);
    background-attachment: local;
  }  
}

/*ipad4*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  .mamapan{
    background:url(img/lunchtime_sp.jpg);
    background-attachment: local;
  }
}
/*ipad mini*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
  .mamapan{
    background:url(img/lunchtime_sp.jpg);
    background-attachment: local;
  }
}

.container{
  font-family: sans-serif;
  font-weight: 400 , 600;
  font-style: normal;
  font-size: 1rem;
  line-height:2rem;
  color: #231815;
}

section#top_section {
  background-color:#96a086;
  padding: 0 0 100px 0;
  color:#fff;
  background-image: url(img/olive_left.webp), url(img/olive_right.webp);
  background-position: left top, right center;
  background-repeat: no-repeat, no-repeat;
  margin-bottom:200px;
}

section.item{
  background-color: #fff;
  padding:50px 0;
  margin-bottom:200px;
}

/*20pxアキのグリッドレイアウトにする*/
.grd_gp20 {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit);
}

.subgrd{
  display: grid;
  grid-template-rows: subgrid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-row: span 4;
}

/*firefoxのみに適用*/
@-moz-document url-prefix() {
  .subgrd{
    grid-template-rows: auto;
  }
}

/*均等2分割*/
.grd_col_2fr{
  grid-template-columns: 1fr 1fr;  
}

.grd_col_2fr_r{
  grid-template-columns: 1fr 1fr;  
  grid-template-areas:
  "areaA areaB";
}

/*均等3分割*/
.grd_col_3fr{
  grid-template-columns: repeat(3, 1fr); 
}

/*均等4分割*/
.grd_col_4fr{
  grid-template-columns: repeat(4, 1fr);  
}

.grd_col_1_4 {
  grid-template-columns: 1fr 4fr;
}
.grd_col_4_1_r{
  grid-template-columns: 4fr 1fr;
  grid-template-areas:
    "areaA areaB";
}

.grd_itm1{
  grid-area:areaA;
}
.grd_itm2{
  grid-area:areaB;
}

.inner-container img{
  display:block;
  margin:0 auto;
}

.row_bottom30{
  margin-bottom:30px;
}

.row_bottom50{
  margin-bottom:50px;
}

.row_bottom80{
  margin-bottom:80px;
}

a {
  color:#231815;
  text-decoration: none;
}

.main_cnt h1 {
  font-size:2rem;
  padding-top:20px;
  margin-bottom: 5px;
  text-align: center;
}

.main_cnt h2 {
  font-size:1.8rem;
  line-height: 2.3rem;
}

.main_cnt h3 {
  font-size:1.5rem;
}

.main_cnt h3 span{
  font-size: 1rem;
}

.main_cnt h4{
  font-size:1.2rem;
}

.main_cnt h1, .main_cnt h2, .main_cnt h3, .main_cnt h4{
  font-family: "Belleza", "Noto Serif JP", serif;
  font-weight: 400 , 600;
  margin-bottom:10px
}

.main_cnt h4.brand{
  background-color: #80c6e5;
  padding:5px;
  color:#fff;
  font-size:1.5rem;
  font-weight:500;
  text-align: center;
  margin:0;
}

.main_cnt h4.brand span{
  font-size: 1rem;
}

.description{
  border:1px solid #80c6e5;
  padding:15px 20px 20px 20px;
  margin:0 0 20px 0;
  font-family: sans-serif;
}

main p{
  color:#231815;
}

.u_line{
	border-bottom:1px #ccc solid;
  margin-bottom:10px
}

.line-p {
  overflow: hidden;
  text-align: center;
  padding:10px 0 50px 0;
}

.line-p span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  text-align: center;
}

.line-p span:before,
.line-p span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.line-p span:before {
  right: 100%;
}

.line-p span:after {
  left: 100%;
}


 @media only screen and (max-width : 767px) {

  .mamapan{
    background:url(img/lunchtime_sp.jpg);
  }

  .container{
    font-size: 0.9rem;
    line-height: 1.6em;
  }
  
  /*スマホ表示の際、分割せず縦並び*/
  .grd_sp1fr{
      grid-template-columns: 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
  }

  /*スマホ表示の際、均等2分割横並び*/
  .grd_sp2fr{
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
  }

  .grd_col_4_1_r{
      grid-template-areas:
      "areaB"
      "areaA";
  }

  .main_cnt h1{
    font-size:1.5rem;
    text-align: center;
    margin: 0 0;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .main_cnt h2{
      font-size:1.3rem;
      text-align:center;
      margin-bottom: 10px;
  }

  .main_cnt h3{
    font-size:1.1rem;
  }

  .main_cnt h3 span{
    font-size: 0.8rem;
  }

  .main_cnt h4{
  font-size:1rem;
  }

  .description{
  padding:5px 10px 10px 10px;
  }

  .text-center{
  text-align: left;
  }
  
}

 

/*============================================*/
/*ODLカタログだけに適用*/
/*============================================*/
.card{
  position:relative;
}

.card a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

section#top_section h1, section#top_section h2, section#top_section h3, section#top_section h4, section#top_section p{
  color:#fff;
}

@media only screen and (max-width : 767px) {
/* @media (max-width: 767px){ */
 
  section#top_section {
    padding: 0 0 50px 0;
    background-size: 50%, 40%;
  }

  .card p{
    display:none;
  }
}


/*============================================*/
/*SNS*/
/*============================================*/

.lead-bg01{
  background-color: #ededed;
  padding:50px 0;
}

.sns{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sns-box00{
  display: block;
  width: 20%;
  text-align: left;
  border-right: solid 1px #333;
}

.sns-box01{
  display: inline-block;
  width: 15%;
  padding: 10px;
  text-align: center;
}

.sns img{
  width: 40%;
}

.sns h2{
  font-family: serif;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
}

.sns h2::before{
  content: none;
}

.sns h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: none;
  margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
/* @media (max-width: 767px){ */
  
  .sns img{
    width: 80%;
  }

  .sns h2{
    font-size: 20px;
    margin: 10px 0px;
  }

  .sns-box00{
    width: 25%;
  }

  .sns-box01{
    width: 18%;
  }

  .sns h4{
    font-size: 11px;
  }

}


@media only screen and (max-width : 320px) {
  .pc_h{
    display:none;
  }
  .smp_h{
    display:inline;
  }
}

@media only screen and (min-width : 320px) {
  .pc_h{
    display:none;
  }
  .smp_h{
    display:inline;
  }
}

  @media only screen and (min-width : 992px) {
  .pc_h{
    display:inline;
  }
  .smp_h{
    display:none;
  }
}

  @media only screen and (min-width : 1200px) {
  .pc_h{
    display:inline;
  }
  .smp_h{
    display:none;
  }
}

/* ����p
===================
.video{
position:relative;
width:100%;
padding-top:56.25%;
}
.video iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
*/
