@charset "UTF-8";
@font-face {
  font-family: "tsunagi";
  src: url("../font/TsunagiGothic.woff") format("woff"); }
.living {
  max-width: 1280px; }
  .living h3 {
    display: block;
    width: 190px;
    height: 45px;
    border-radius: 50px;
    background-color: #79503A;
    color: #fff;
    text-align: center;
    font: 2.4rem/43px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.06em; }

/*max-width:768px*/
@media (max-width: 480px) {
  .living h3 {
    width: 170px;
    height: 40px;
    font: 2rem/38px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.06em; } }
/*max-width:480px*/
/*****************************************/
.graph_box {
  margin: 0 auto 160px; }
  .graph_box h3 {
    margin-bottom: 35px; }
  .graph_box .graph {
    background: url("../images/living/graph.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 609/565;
    width: 100%;
    max-width: 609px;
    height: auto;
    margin: 0 auto 75px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .graph_box ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .graph_box li {
    width: calc((100% - 40px)/2);
    max-width: 460px; }
    .graph_box li p {
      font: 2rem/1em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.06em;
      padding: 10px; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .graph_box {
    margin: 0 auto 160px; }
    .graph_box li {
      width: calc((100% - 20px)/2);
      max-width: 460px; }
      .graph_box li p {
        font: 1.8rem/1em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        letter-spacing: 0.06em;
        padding: 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .graph_box {
    margin: 0 auto 100px; }
    .graph_box .graph {
      margin: 0 auto 50px; }
    .graph_box li {
      width: 100%;
      max-width: 460px;
      margin: 0 auto 20px; }
      .graph_box li p {
        font: 1.6rem/1em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        letter-spacing: 0.06em;
        padding: 10px 0 0; } }
/*max-width:480px*/
/*****************************************/
.event_box {
  margin-bottom: 230px; }
  .event_box h3 {
    margin-bottom: 100px; }
  .event_box a {
    display: block;
    background-color: #EA7A60;
    max-width: 560px;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font: 2rem/78px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    text-align: center;
    margin: 0 auto; }
  .event_box .event_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 90px; }
    .event_box .event_list li {
      width: calc((100% - 18px)/3);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      font: 2rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      position: relative;
      padding: 0 0 0 55px;
      margin: 20px 0; }
      .event_box .event_list li:before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
      .event_box .event_list li.event01:before {
        background: url("../images/living/icon01.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event02:before {
        background: url("../images/living/icon02.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event03:before {
        background: url("../images/living/icon03.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event04:before {
        background: url("../images/living/icon04.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event05:before {
        background: url("../images/living/icon05.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event06:before {
        background: url("../images/living/icon06.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event07:before {
        background: url("../images/living/icon07.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event08:before {
        background: url("../images/living/icon08.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event09:before {
        background: url("../images/living/icon09.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event10:before {
        background: url("../images/living/icon10.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event11:before {
        background: url("../images/living/icon11.svg") center center no-repeat;
        background-size: contain; }
      .event_box .event_list li.event12:before {
        background: url("../images/living/icon12.svg") center center no-repeat;
        background-size: contain; }
    .event_box .event_list span {
      text-align: right;
      width: 50px; }
    .event_box .event_list p {
      width: calc(100% - 50px);
      padding: 0 0 0 10px; }
  .event_box .event_pict {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px; }
    .event_box .event_pict li {
      margin-bottom: 60px;
      width: calc((100% - 40px)/3);
      max-width: 360px; }
    .event_box .event_pict p {
      font: 1.8rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      padding: 15px 10px 0; }
    .event_box .event_pict div {
      position: relative; }
      .event_box .event_pict div img {
        border-radius: 15px;
        position: relative; }
      .event_box .event_pict div:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        transform: rotate(5deg);
        top: 3px;
        left: 10px;
        border-radius: 15px; }
      .event_box .event_pict div.event02:before {
        background-color: #FCE8CF; }
      .event_box .event_pict div.event06:before {
        background-color: #D3EBF3; }
      .event_box .event_pict div.event07:before {
        background-color: #F9DBE8; }
      .event_box .event_pict div.event08:before {
        background-color: #F4D64B; }
      .event_box .event_pict div.event09:before {
        background-color: #D9E7FF; }
      .event_box .event_pict div.event12:before {
        background-color: #44B95F; }

@media (max-width: 1280px) {
  .event_box {
    margin-bottom: 230px; }
    .event_box .event_list li {
      width: calc((100% - 50px)/2); }
    .event_box .event_pict {
      max-width: 840px;
      margin: 0 auto 100px; }
      .event_box .event_pict li {
        margin-bottom: 60px;
        width: calc((100% - 40px)/2);
        max-width: 360px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .event_box {
    margin-bottom: 230px; }
    .event_box h3 {
      margin-bottom: 60px; }
    .event_box .event_list {
      display: block;
      margin: 0 auto 50px; }
      .event_box .event_list li {
        width: 100%;
        font: 1.8rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        position: relative;
        padding: 0 0 0 55px;
        margin: 35px 0; }
    .event_box .event_pict {
      max-width: 840px;
      margin: 0 auto 100px; }
      .event_box .event_pict li {
        margin-bottom: 40px;
        width: calc((100% - 20px)/2);
        max-width: 360px; }
      .event_box .event_pict p {
        font: 1.8rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        padding: 10px 10px 0; }
      .event_box .event_pict div:before {
        top: 3px;
        left: 5px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .event_box {
    margin-bottom: 150px; }
    .event_box h3 {
      margin-bottom: 50px; }
    .event_box a {
      max-width: 300px;
      height: 60px;
      border-radius: 50px;
      font: 1.8rem/58px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700; }
    .event_box .event_list {
      display: block;
      margin: 0 auto 50px; }
      .event_box .event_list li {
        font: 1.6rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        position: relative;
        padding: 0 0 0 35px;
        margin: 35px 0; }
        .event_box .event_list li:before {
          width: 45px;
          height: 45px; }
      .event_box .event_list p {
        padding: 0 0 0 5px; }
    .event_box .event_pict {
      max-width: 840px;
      margin: 0 auto 50px; }
      .event_box .event_pict li {
        margin-bottom: 40px;
        width: 100%;
        max-width: 360px; }
        .event_box .event_pict li:last-of-type {
          margin: 0; }
      .event_box .event_pict p {
        font: 1.5rem/1.6em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        padding: 10px 10px 0; }
      .event_box .event_pict div:before {
        top: 3px;
        left: 5px; } }
/*max-width:480px*/
/*****************************************/
.meal_box h3 {
  margin-bottom: 100px; }
.meal_box p {
  text-align: center;
  font: 2.5rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 auto 60px; }
.meal_box .meal_flex {
  max-width: 1000px;
  margin: 0 auto 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .meal_box .meal_flex img {
    width: calc((100% - 45px)/2);
    margin: 0 0 45px;
    max-width: 460px; }
.meal_box > img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .meal_box h3 {
    margin-bottom: 100px; }
  .meal_box p {
    text-align: center;
    font: 2.2rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 auto 60px; }
  .meal_box .meal_flex {
    max-width: 1000px;
    margin: 0 auto 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .meal_box .meal_flex img {
      width: calc((100% - 20px)/2);
      margin: 0 0 20px;
      max-width: 460px; }
  .meal_box > img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .meal_box h3 {
    margin-bottom: 50px; }
  .meal_box p {
    font: 1.8rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 auto 30px; }
  .meal_box .meal_flex {
    margin: 0 auto 80px; }
    .meal_box .meal_flex img {
      width: 100%;
      margin: 0 auto 20px;
      max-width: 460px; } }
/*max-width:480px*/
