@charset "UTF-8";
/*
**
** 
** layout
** txt
** display
**
**
*/
/*==================================================

** layout
==================================================*/
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex-row-r {
  flex-direction: row-reverse;
}
.flex-jcc {
  justify-content: center;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-aic {
  align-items: center;
}
.flex-aifs {
  align-items: flex-start;
}
.flex-aife {
  align-items: flex-end;
}

.float:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}

/*==================================================

** txt
==================================================*/
.ctr {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ctr-pc {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ctr-pc-tab {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ctr-tab {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .ctr-tab-sp {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ctr-sp {
    text-align: center;
  }
}

/*==================================================

** display
==================================================*/
.pc,
.pc-tab,
.tab,
.tab-sp,
.sp {
  display: none;
}

@media screen and (min-width: 992px) {
  .pc {
    display: inherit;
  }
}
@media screen and (min-width: 768px) {
  .pc-tab {
    display: inherit;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 991px) {
  .tab-sp {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}
/*
** pagettl / breadcrumbs
*/
#pagettl {
  background: url("../images/common/pagettl_bg_pc.png") no-repeat center top/cover;
}
#pagettl .wrap {
  height: 16.5vw;
}
#pagettl h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

#breadcrumbs ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
#breadcrumbs ol li + li {
  margin-left: 0.9em;
  padding: 0 0 0 1.4em;
  position: relative;
}
#breadcrumbs ol li + li:before {
  content: "";
  font: normal normal 900 18px "Font Awesome 5 Free";
  line-height: inherit;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
}
#breadcrumbs ol a {
  text-decoration: underline;
  line-height: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #pagettl .wrap {
    height: 20vw;
  }
  #pagettl h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #pagettl {
    background-image: url("../images/common/pagettl_bg_sp.png");
  }
  #pagettl .wrap {
    height: 25.3vw;
  }
  #pagettl h1 {
    font-size: 18px;
  }
}
/*
** subpage common
*/
.subpage {
  font-weight: 400;
  padding: 0 0 130px;
}
.subpage .r10 img {
  border-radius: 10px;
}
.subpage .fwm {
  font-weight: 500;
}
.subpage .fwb {
  font-weight: 700;
}
.subpage .notes {
  padding: 0 0 0 1em;
  position: relative;
}
.subpage .notes:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.subpage .wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  padding: 0 10px;
}
.subpage .overwrap {
  margin: 80px 0 0;
  padding: 0 10px;
}
.subpage .overwrap-inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #E8F2FA;
}
.subpage .overwrap .wrap {
  padding: 64px 40px;
}
.subpage .overwrap .wrap > :first-child {
  margin-top: 0;
}
.subpage .txtbox > :first-child {
  margin-top: 0;
}
.subpage p {
  line-height: 2;
  margin: 10px 0 0;
}
.subpage .dotlist li {
  position: relative;
  line-height: 2;
  padding: 0 0 0 1em;
}
.subpage .dotlist li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.subpage table {
  width: 100%;
  margin: 20px 0 0;
  table-layout: fixed;
}
.subpage table tr {
  border-bottom: 1px solid #cebbb7;
}
.subpage table th, .subpage table td {
  line-height: 2;
  padding: 13px 0;
  width: auto;
}
.subpage table th > :first-child, .subpage table td > :first-child {
  margin-top: 0;
}
.subpage table th {
  width: 160px;
  padding: 13px;
  font-weight: 700;
}
.subpage h2, .subpage h3, .subpage h4 {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.subpage h2 {
  margin: 64px 0 0;
  color: #0F70C3;
  font-size: 30px;
}
.subpage h2.ico {
  position: relative;
}
.subpage h2.ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: no-repeat center center/contain;
}
.subpage h2.ico-tree {
  padding: 0 0 0 102px;
}
.subpage h2.ico-tree:before {
  background-image: url("../images/common/heading_ico_fish.svg");
  width: 85px;
  height: 78px;
  top: -10px;
}
.subpage h2.ico-tableware {
  padding: 0 0 0 95px;
}
.subpage h2.ico-tableware:before {
  background-image: url("../images/common/heading_ico_tableware.svg");
  width: 62px;
  height: 84px;
  top: -20px;
}
.subpage h2 + * {
  margin-top: 50px;
}
.subpage h3 {
  margin: 24px 0 0;
  font-size: 24px;
  color: #0F70C3;
}
.subpage h3 + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .subpage {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .subpage {
    padding: 0 0 65px;
  }
  .subpage .overwrap {
    margin: 60px 0 0;
  }
  .subpage .overwrap .wrap {
    padding: 44px 20px;
  }
  .subpage table {
    margin: 15px 0 0;
  }
  .subpage table th, .subpage table td {
    display: block;
    width: 100%;
    line-height: 1.55;
  }
  .subpage table th {
    padding: 13px 0 1px;
  }
  .subpage table td {
    padding: 1px 0 13px;
  }
  .subpage h2 {
    margin: 50px 0 0;
    font-size: 23px;
  }
  .subpage h2.ico-tree {
    padding: 0 0 0 64px;
  }
  .subpage h2.ico-tree:before {
    width: 46px;
    height: 42px;
    top: -5px;
  }
  .subpage h2.ico-tableware {
    padding: 0 0 0 60px;
  }
  .subpage h2.ico-tableware:before {
    width: 40px;
    height: 54px;
    top: -10px;
  }
  .subpage h2 + * {
    margin-top: 30px;
  }
  .subpage h3 {
    margin: 30px 0 0;
    font-size: 18px;
  }
  .subpage h3 + * {
    margin-top: 20px;
  }
}

/*
** about
*/
#aboutFeatures .rectangleimg {
  margin: 110px 0 0;
}
#aboutFeatures .featureslist {
  margin: 0;
}
#aboutFeatures .featureslist li {
  margin: 60px 0 0;
  width: 46.25%;
}
#aboutFeatures .featureslist h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 1.2;
}
#aboutFeatures .featureslist h3.pink {
  color: #f0808b;
}
#aboutFeatures .featureslist h3.orange {
  color: #eba465;
}
#aboutFeatures .featureslist h3.green {
  color: #18b597;
}
#aboutFeatures .featureslist h3.blue {
  color: #4a8bc3;
}
#aboutFeatures .featureslist h3 + p {
  margin-top: 20px;
}
#aboutFeatures .featuressec h3 {
  margin: 0;
}
#aboutFeatures .featuressec h3 img {
  margin: 0;
}
#aboutFeatures #features1 {
  margin: 160px 0 0;
}
#aboutFeatures #features1 .phtbox {
  width: 50%;
}
#aboutFeatures #features1 .txtbox {
  width: 46%;
}
#aboutFeatures #features1 .txtbox .dotlist {
  margin: 52px 0 0;
}
#aboutFeatures #features2 {
  margin: 160px 0 0;
}
#aboutFeatures #features2 .phtbox {
  width: 50%;
}
#aboutFeatures #features2 .txtbox {
  width: 47%;
}
#aboutFeatures #features2 .txtbox .dotlist {
  margin: 36px 0 0;
}
#aboutFeatures #features3 {
  margin: 190px 0 0;
}
#aboutFeatures #features3 .phtbox {
  width: 44.8%;
}
#aboutFeatures #features3 .txtbox {
  width: 47.6%;
  margin: 78px 0 0;
}
#aboutFeatures #features3 .txtbox .dotlist {
  margin: 46px 0 0;
}
#aboutFeatures #features4 {
  margin: 190px 0 0;
}
#aboutFeatures #features4 .phtbox {
  width: 42.8%;
}
#aboutFeatures #features4 .txtbox {
  width: 50.75%;
  margin: 63px 0 0;
}
#aboutFeatures #features4 .txtbox .dotlist {
  margin: 40px 0 0;
}

#aboutLunch .wrap {
  padding-top: 90px;
  padding-bottom: 92px;
}
#aboutLunch h3 {
  color: #0F70C3;
  margin: 60px 0 0;
}
#aboutLunch h3 + * {
  margin-top: 20px;
}
#aboutLunch #lunchMenu h3 {
  margin: 104px 0 0;
}
#aboutLunch .phtlist {
  margin: 50px 0 0;
}
#aboutLunch .phtlist li {
  width: 30%;
  margin: 0 1.5%;
}
#aboutLunch .phtlist p {
  font-size: 14px;
  margin: 10px 0 0;
}
#aboutLunch #lunchMessage {
  margin: 90px auto 0;
  max-width: 930px;
  border: 5px solid #a7d2f6;
  background: #fff;
  padding: 30px 6.5%;
}
#aboutLunch #lunchMessage h3 {
  margin: 0;
}
#aboutLunch #lunchMessage h3:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 70px;
  background: url("../images/about/ico_woman.svg") no-repeat center center/contain;
  margin-right: 20px;
}

#lifePamphlet .pamphlet__wrap {
  background: #e8f2fa;
  padding: 1px 100px 100px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #aboutFeatures .rectangleimg {
    margin: 55px 0 0;
  }
  #aboutFeatures .featureslist li {
    margin: 40px 0 0;
    width: 100%;
  }
  #aboutFeatures .featureslist h3 {
    font-size: 24px;
  }
  #aboutFeatures .featureslist h3 + p {
    margin-top: 15px;
  }
  #aboutFeatures .featuressec {
    margin: 60px 0 0 !important;
  }
  #aboutFeatures .featuressec + .featuressec {
    margin-top: 30px;
  }
  #aboutFeatures .featuressec .phtbox,
#aboutFeatures .featuressec .txtbox {
    width: 100% !important;
  }
  #aboutFeatures .featuressec .txtbox {
    margin: 30px 0 0 !important;
  }
  #aboutFeatures .featuressec .txtbox h3 img {
    height: 40px;
  }
  #aboutFeatures .featuressec .txtbox .dotlist {
    margin: 20px 0 0 !important;
  }

  #aboutLunch .wrap {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  #aboutLunch h3 {
    margin: 30px 0 0;
  }
  #aboutLunch h3 + * {
    margin-top: 15px;
  }
  #aboutLunch #lunchMenu h3 {
    margin: 60px 0 0;
  }
  #aboutLunch .phtlist {
    margin: 30px 0 0;
  }
  #aboutLunch .phtlist li {
    width: 100%;
    margin: 0;
  }
  #aboutLunch .phtlist li + li {
    margin-top: 20px;
  }
  #aboutLunch #lunchMessage {
    margin: 40px auto 0;
    padding: 20px 4%;
  }
  #aboutLunch #lunchMessage h3:before {
    width: 40px;
    height: 49px;
    margin-right: 10px;
  }

  #lifePamphlet .pamphlet__wrap {
    background: #e8f2fa;
    padding: 1px 15px 60px;
    margin-top: 50px;
  }
  #lifePamphlet .pamphlet__wrap .col-md-8 {
    padding-bottom: 50px;
  }
}