@charset "utf-8";

/* Information
-------------------------------------------------------------------------------

  attention:
    maincolor #00a1e9

----------------------------------------------------------------------------- */

/* ---------------------------------
  overwrite
--------------------------------- */
#header {
  border-bottom-color: #00a1e9;
}
.l-ttl_01:before {
  background-color: #00a1e9;
}
.l-section-ttl {
  border-bottom-color: #00a1e9;
}
.l-balloon_01 {
  border-color: #00a1e9;
  color: #00a1e9;
}
.l-balloon_01:after {
  border-top-color: #00a1e9;
}
.l-frame_01 {
  border-color: #e4f0f6;
  background: #e4f0f6;
}
.l-stap-no {
  background: #00a1e9;
}

/* ---------------------------------
  page css
--------------------------------- */
.m-first {
  margin-top: 110px;
}
.l-frame_01 + .l-frame_01.m-sec_02 {
  margin-top: 140px;
}
.m-ttl_01 {
  position: relative;
  top: -42px;
  margin-bottom: -30px;
  text-align: center;
}
.m-ttl_02 {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #00a0e9;
  line-height: 1.5;
  letter-spacing: 0em;
}
.m-ttl_03 {
  color: #ffffff;
  background-color: #00a1e9;
  margin: 0 -18px;
  padding: 8px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.m-ttl_03:first-child {
  margin-top: 0;
}
.l-link_01 > span > span span.m-link_s:nth-child(1) {
  display: none;
}
.l-message {
  margin-bottom: 0;
  font-size: 100%;
}

.l-col_2 .l-list_02{
  font-size: 100%;
  margin-left: 1em;
}


.l-message.l-information {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}

.l-message.l-information .l-col_2 > *:nth-child(1) {
  padding-right: 10px;
}
.l-message.l-information .l-col_2 > *:nth-child(2) {
  padding-left: 10px;
}


.l-message p{
  letter-spacing: 0;
}
.l-information p.m-kodawari-txt {
  margin: 20px 0;
}

.m-allergen + .m-allergen {
    margin-top: 80px;
}
.m-allergen p + p {
  margin-top: 30px;
}
.l-message p.m-kodawari-img {
  text-align: center;
}



.m-ttl_04 {
  margin-top: 30px;
  font-weight: bold;
}

.l-col_2 .l-atn_2 {
  font-size: 86%;
  margin-top: 5px;
}
.l-message .l-atn_2 {
  font-size: 86%;
  margin-top: 5px;
  text-align: left;
}
.l-message .l-atn_2 + .l-col_2{
  margin-top: 20px;
}

.l-dl_01 .l-list_02 + .l-atn_2{
  margin-top: 15px;
}

.popular2{
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popular2 li{
  display: flex;
  flex-direction: column;
  border: 2px solid #c8a53d;
  padding: 18px;
  margin-left: 10px;
  margin-right: 10px;
  width:260px;
  box-sizing: border-box;
}
.popular2 h4{
  text-align: left;
  font-weight: bold;
  margin-top: 15px;
  font-size: 94%;
  text-align: center;
}
.popular2 p{
  text-align: left;
  font-size: 94%;
  margin-top: 15px;
}
.popular2 li .wrap-img{
  min-height: 1%;
}
.popular2 li .wrap-img img{
  width: 100%;
  height: auto;
}

.l-message-ttl.no-arrow{
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 220px;
  padding: 2px 10px;
  margin: 10px auto 20px;
}
.l-message-ttl.no-arrow:after {
  display: none;
}
.l-message.l-information .l-col_2 > * {
  vertical-align: middle;
}


/* Information SP
-------------------------------------------------------------------------------

  // SP @media screen and (max-width: 768px)

----------------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
  .l-section + .l-section.m-sec_02 {
    margin-top: 70px;
  }
  .m-sec_02 {
    padding-bottom: 17px;
  }
  .m-first {
    margin-top: 58px;
    padding-bottom: 17px;
  }
  .m-ttl_01 {
    margin: 0 -10px -37px;
    top: -30px;
  }
  /* .m-ttl_02 {
    margin-top: 40px;
  } */
  .m-history-lead {
        margin-top: -6px;
    font-size: 16px;
  }
  .m-link {
    font-size: 12px;
  }
  .m-link br {
    display: none;
  }
  .m-link .l-link_01_s {
    display: none;
  }
  .m-link_s {
    font-size: 10px;
  }
  .l-link_01 > span > span span.m-link_s:nth-child(1) {
    display: block;
  }
  .m-allergen + .m-allergen {
      margin-top: 40px;
  }
  .m-allergen p + p {
    margin-top: 17px;
  }

  .l-message.l-information .l-col_2 > *:nth-child(1) {
    padding-right: 0;
  }
  .l-message.l-information .l-col_2 > *:nth-child(2) {
    padding-left: 0;
  }
  .m-ttl_04 {
    margin-top: 5px;
  }

  .l-message .l-atn_2 + .l-col_2{
    margin-top: 20px;
  }
  .m-kodawari-txt + .l-atn_2{
    margin-top: -15px;
  }

  .l-dl_01 .l-list_02 + .l-atn_2{
    margin-top: 0;
  }
  .popular2{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
  .popular2 li{
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding: 18px;
    width:100%;
  }
  .popular2 h4{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .popular2 p{
    margin-bottom: 10px;
    font-size: 16px;
  }

}












