@charset "utf-8";
p {
  font-family: serif;
}
#concept {
    background-image: url(../img/back1.png);
    background-size: cover;
}
#concept p {
    line-height: 50px;
    font-size: 20px;
}
#concept {
    padding: 0 0 100px 0;
}
#concept p {
    margin: 80px 0;
}


#news{
    padding: 0 0 50px 0!important;
}

/*====================================================================
slick
====================================================================*/
.marginb10{
    margin-bottom: 10px;
}


  .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1000px;
  }
  .sliderArea.w300 {
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 20px 0 0;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: .7;
  }
  .slick-prev {
      left: -2%;
  }
  .slick-next {
      right: -2%;
  }

  @media screen and (max-width:768px) {
    .slick-prev ,.slick-next {
        display: none!important;
    }
  }

  /* 虎乃湯のこだわり */
  #sensitu {
    /*background-image: url(../img/back2.png);*/
    background-size: cover;
  }
  #sensitu h2 img {
    width: 220px;
}
  .sensitu_container h2 {
      font-size: 30px;
      text-align: center;
      font-family: serif;
      font-weight: 100;
      margin-bottom: 60px;
  }
  .sensitu_container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 100px 0;
  }
  .sensitu_flex {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 10px 90px 10px;
  }
  .sensitu_flex img {
      width: 50%;
  }
  .sensitu_flex div {
      margin-left: 30px;
  }
  .sensitu_flex div p:first-child {
      font-size: 24px;
      margin-bottom: 30px;
  }
  .sensitu_flex div p:nth-child(2) {
      font-size: 20px;
      line-height: 30px;
  }
  .sensitu_flex_center div {
      margin-left: 0;
      margin-right: 30px;
  }
  @media screen and (max-width:1000px) {
    .sensitu_flex {
        margin: 0 25px 90px 25px;
    }
    .sensitu_flex p br {
        display: none;
    }
  }

/* 美しいご飯へのこだわり */
#u_kodawari {
  max-width: 1200px;
  margin: 0 auto;
}
.u_kodawari {
  width: 100%;
}
.u_kodawari_flex {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin:60px auto;
  justify-content: space-between;
}
.u_kodawari_flex img {
  width: 55%;
}
.u_kodawari_flex div p:first-child{
  font-size: 22px;
  font-family: serif;
  text-align: left;
  margin-top: 60px;
}
.u_kodawari_flex div p:nth-child(2) {
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  font-family: serif;
  margin: 40px 0;
}
/* メニュー */
#menu {
  /*background-image: url(../img/back2.png);*/
  background-size: cover;
}
#menu h2 img {
  width: 220px;
}
#menu h2 {
    font-size: 30px;
    text-align: center;
    font-family: serif;
    font-weight: 100;
    margin-bottom: 60px;
}
.menu_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.morning_top {
  width: 100%;
}
.morning_menu {
  font-size: 24px;
  text-align: center;
}
.morning_text {
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  line-height: 25px;
}
.morning_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.morning_flex div {
  width: 30%;
}
.morning_flex div p:nth-child(2) {
  margin: 10px 0;
  font-size: 18px;
}
.morning_flex div img {
  width: 100%;
}
.bar {
  text-align: center;
}
.bar img{
  width: 100px;
}

/* 季節メニュー */
#season_menu {
  background-image: url(../img/season_back.png);
  background-size: cover;
  padding: 60px 0 90px 0;
}
#season_menu h2 {
  text-align: center;
  font-family: serif;
  font-size: 30px;
  color: #9C6900;
  font-weight: normal;
  margin-bottom: 30px;
}
.season_flex {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.season_flex img {
  width: 55%;
}
.season_flex p {
  margin-left: 30px;
  line-height: 30px;
}



/*下層コンセプトタイトル箇所*/
#concept_k {
    background-color: #fff;
    background-size: cover;
    padding:0;
    position: relative;
    z-index: 3;
}
#concept_k h2 {
    font-family: 'UtsukushiFONT',serif;
    margin: 0 0 0 30px;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}
#concept_k h2 img {
    width: 220px;
}
#concept_k p {
    text-align: center;
    font-family: serif;
    letter-spacing: 3px;
}
#concept_k p:nth-child(3)  {
    color: #9c6900;
    font-size: 28px;
    margin: 50px 0 0 0;
}
#concept_k p:nth-child(4)  {
    font-size: 20px;
    font-family: "Kokoro";
    margin: 50px 0 90px 0;
    line-height: 30px;
}







/* お食事処 */
#annnai {
  padding: 100px 0 200px 0;
  /*background-image: url(../img/back3.png);*/
  background-size: cover;
}
.annnai_container {
  margin: 0 auto;
  max-width: 1000px;
}
.annnai_container h2 {
  font-size: 30px;
  text-align: center;
  font-family: serif;
  font-weight: 100;
  margin-bottom: 60px;
}
.slide2_under p:first-child{
  font-size: 22px;
  font-family: serif;
  text-align: center;
  margin-top: 60px;
}
.slide2_under p:nth-child(2) {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-family: serif;
  margin: 40px 0;
}
.slide2_under div {
  text-align: center;
}
.slide2_under div a img {
  width: 350px;
}





/*   レスポンシブ */
@media screen and (min-width:1600px) {
  #concept {
    background-image: url(../img/back1_wide.png);
  }
  #sensitu {
    /*background-image: url(../img/back2_wide.png);*/
    background-size: cover;
  }
}
@media screen and (max-width:540px) {
    #concept p {
        font-size: 16px!important;
        margin: 80px 10px;
    }
    .sensitu_flex {
        flex-wrap: wrap;
    }
    .sensitu_flex_center {
        flex-wrap:wrap-reverse;
    }
    .sensitu_flex div {
        margin-left: 0;
        margin-top: 20px;
    }
    .sensitu_flex div p:first-child {
        font-size: 20px;
    }
    .sensitu_flex div p:nth-child(2) {
        font-size: 16px;
    }
}


/*タイトル*/
.titlearea{
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2{
    margin: 0!important;
    font-family: 'UtsukushiFONT',serif!important;
    font-size: 24px!important;
}

.titlearea p{
    margin: 0!important;
    font-size: 30px;
    font-size: 16px!important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p{
    margin-top: 10px;
    color: #9C6900;
}
