/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html,
.body body,
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6,
.body ul,
.body ol,
.body dl,
.body li,
.body dt,
.body dd,
.body p,
.body div,
.body span,
.body img,
.body a,
.body table,
.body tr,
.body th,
.body td,
.body figure {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-weight: normal;
  font-size: 100%;*/
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*line-height: 100%;*/
  font-family: "Noto Sans JP", sans-serif;
}

.body h2,
.body h3,
.body h4{
  background: none;
}

.body article,
.body header,
.body footer,
.body aside,
.body figure,
.body figcaption,
.body nav,
.body section {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.body body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.body ol,
.body ul {
  list-style: none;
  list-style-type: none;
}

p.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.body img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
}

.body *,
.body *:before,
.body *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.body table {
  table-layout: auto;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}

.body strong {
  font-weight: bold;
  display: inline;
    vertical-align: baseline;
    font-family: "Noto Sans JP", sans-serif;
}

/* text
---------------------------------------- */
.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.tLeft {
  text-align: left;
}

p.tRight {
  text-align: right;
}

.tCenter {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.dNone {
  display: none;
}

.positionR {
  position: relative;
}

.imgR {
  float: right;
  margin: 0 0 2rem 2rem;
}

img.imgL {
  float: left;
  margin: 0 2rem 2rem 0;
}

/* @include pc {
	body {
		min-width: $contWidth;
	}
} */
#voice,
#movie,
div.movieWrap {
  padding-top: 8rem;
}

@media (max-width: 600px) {

  #voice,
  #movie,
  div.movieWrap {
    padding-top: 12vw;
  }
}

#voice,
#movie,
div.movieWrap {
  padding-bottom: 8rem;
}

@media (max-width: 600px) {

  #voice,
  #movie,
  div.movieWrap {
    padding-bottom: 12vw;
  }
}

h3.ttl_kaiketsu,
div.dotline_box,
div.dakara_wrap,
div.glad_wrap {
  margin-bottom: 10rem;
}

@media (max-width: 600px) {

  h3.ttl_kaiketsu,
  div.dotline_box,
  div.dakara_wrap,
  div.glad_wrap {
    margin-bottom: 12vw;
  }
}

#care,
div.dakara_wrap,
div.glad_wrap {
  margin-top: 10rem;
}

@media (max-width: 600px) {
#care{
  text-align: center;
}
  #care,
  div.dakara_wrap,
  div.glad_wrap {
    margin-top: 12vw;
  }
}

/* fontsize
---------------------------------------- */
html .body {
  font-size: 62.5%;
}

@media (max-width: 1260px) {
  html .body {
    font-size: 0.8vw;
  }
}

@media (max-width: 768px) {
  html .body {
    font-size: 0.8vw;
  }
}

@media (max-width: 600px) {
  html .body {
    font-size: 1.1vw;
  }
}

/* flex
---------------------------------------- */
div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 601px) {
  ul.flex-p,
  div.flex-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.sp,
div.sp,
img.sp,
br.sp ,
p.sp{
  display: none;
}

.tablet {
  display: none;
}

@media (max-width: 768px) {
  .tablet {
    display: block;
  }

  .body img.tablet {
    display: inline;
  }
}

@media (max-width: 600px) {
  .body img {
    max-width: 100%;
  }

  .tablet,
  .pc {
    display: none !important;
  }

  section.sp,
  div.sp,
  img.sp,
  br.sp,
  p.sp{
    display: block;
  }

  .body img.sp {
    display: inline;
  }
}

div.btn_order a,
div.btn_send a {
  border-radius: 0.2em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #7abb27;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abb27), to(#56900b));
  background: linear-gradient(to bottom, #7abb27 0%, #56900b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abb27', endColorstr='#56900b', GradientType=0);
}

div.btn_order a:hover,
.btn_send a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#56900b), to(#497412));
  background: linear-gradient(to bottom, #56900b 0%, #497412 100%);
}

div.btn_order-wrap {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

@media (min-width: 601px) {
  div.btn_order-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

div.btn_order_txt {
  background: url(../images/btn_bal_bg.svg) no-repeat;
  width: 61.6rem;
  height: 17.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  div.btn_order_txt {
    margin: 0 auto;
    background: url(../images/btn_bal_bg_sp.svg) no-repeat center;
    width: 90%;
    height: 23vw;
  }
}

div.btn_order_txt-in {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 601px) {
  div.btn_order_txt-in {
    width: 94%;
    padding-left: 7rem;
  }
}

@media (max-width: 600px) {
  div.btn_order_txt-in {
    width: 100%;
    font-size: 4.5vw;
    margin-bottom: 0.4em;
  }
}

div.btn_order_txt-in small {
  font-size: 50%;
}

div.btn_order_txt-in strong {
  color: #db0030;
}

div.btn_order_txt-in strong.big {
  font-size: 130%;
}

div.btn_order_txt-in p {
  font-size: 2.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  div.btn_order_txt-in p {
    margin-top: 0;
    font-size: 3.8vw;
  }
}

div.btn_order_txt-in p strong {
  font-weight: bold;
  font-size: 100%;
}

div.btn_order {
  width: 62rem;
  height: 18rem;
}

@media (max-width: 600px) {
  div.btn_order {
    width: 100%;
    height: 20vw;
  }
}

div.btn_order a {
  font-size: 5.4rem;
  -webkit-box-shadow: 0 0.8rem 0 #497412;
  box-shadow: 0 0.3rem 0 #497412;
  position: relative;
  line-height: 1.4;
}

div.btn_order a:after {
  content: url(../images/btn_arw.svg);
  height: 3.7rem;
  width: 3.7rem;
  position: absolute;
  top: calc(50% - 3.7rem);
  right: 1.5rem;
}

@media (max-width: 600px) {
  div.btn_order a:after {
    right: 3%;
    top: 23%;
    width: 5vw;
  }
}

div.btn_order a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}

div.btn_order a div {
  font-weight: bold;
  text-shadow: 0 2px 0 #497412;
  padding-right: 2rem;
  color: #fff;
}

@media (max-width: 600px) {
  div.btn_order a div {
    padding-right: 6vw;
    font-size: 6vw;
    display: flex;
    align-items: center;
  }
}

div.btn_order a strong {
  color: #f6ff00;
}

div.btn_order a small {
  font-weight: bold;
  font-size: 80%;
  color: #fff;
}

@media (max-width: 600px) {
  div.btn_order a {
    font-size: 7vw;
  }
}

.btn_send {
  margin: 2rem auto;
  width: 41rem;
  height: 5rem;
}

@media (max-width: 600px) {
  .btn_send {
    width: 60vw;
    height: auto;
  }
}

.btn_send a {
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  .btn_send a {
    font-size: 5vw;
    padding: 1em;
  }
}

div.btn_order--red {
  text-align: center;
}

div.btn_order--red a {
  border-radius: 0.6rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  background-color: #db0030;
  font-size: 1.8rem;
  line-height: 1.25;
}

div.btn_order--red a:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

@media (min-width: 601px) {
  div.btn_order--red {
    width: 30rem;
    height: 7rem;
  }
}

@media (max-width: 600px) {
  div.btn_order--red {
    width: 43vw;
    height: 3.4em;
  }

  div.btn_order--red a {
    padding: 0.2em;
    line-height: 1.4;
    font-size: 2.4vw;
    border-radius: 0.4em;
  }
}

@media (max-width: 600px) {
  img.headLogo {
    width: 40vw;
  }
}

section.sp div.btn_order-wrap {
  margin: 0 1.5rem 0rem;
}



#contact {
  width: 100%;
  margin: auto;
}

.contactformWrap {
  background-color: white;
  border-radius: 0.5em;
  margin: 2em auto;
  padding-top: 1px;
  padding-bottom: 1em;
  max-width: 1260px;
}

.tel_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  z-index: 5;
}

h2.contTtl {
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 60px;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  h2.contTtl {
    color: #000;
    font-size: 9vw;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.4;
  }

  h2.contTtl small {
    font-size: 60%;
  }
}

#contactform {
  padding-top: 30px;
  padding-bottom: 130px;
}

#contactform table {
  width: 1180px;
  margin: 0 auto;
}

@media (min-width: 601px) {
  #contactform table {
    border: 1px solid black;
  }
}

@media (max-width: 600px) {
  #contactform table {
    width: 100%;
  }

  #contactform table tr,
  #contactform table th,
  #contactform table td {
    display: block;
    width: 100%;
  }
}

#contactform table td,
#contactform table th {
  border: 1px solid #eeeeee;
  padding: 1em;
  font-size: 18px;
}

@media (max-width: 600px) {

  #contactform table td,
  #contactform table th {
    font-size: 16px;
  }
}

#contactform table th {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

#contactform table td p {
  line-height: 1.6;
}

#contactform table td input[type="text"] {
  padding: 0.7em 1em;
  width: 80%;
  border: 1px solid #79bac8;
  background-color: #f6f8f9;
}

@media (max-width: 600px) {
  #contactform table td input[type="text"] {
    width: 100%;
    font-size: 16px;
  }
}

#contactform table td .textarea {
  width: 80%;
  border: 1px solid #79bac8;
  background-color: #f6f8f9;
  height: 6em;
}

@media (max-width: 600px) {
  #contactform table td .textarea {
    width: 100%;
    font-size: 16px;
  }
}

#contactform .required {
  background-color: #db0030;
  color: white;
  padding: 0.2em 1em;
  margin-left: 1em;
  display: inline-block;
  font-size: 80%;
}

#contactform .ttlTxt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  #contactform {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 30vw;
  }

  #contactform div.bg_wR {
    margin-bottom: 8rem;
  }

  #contactform .ttlTxt {
    font-size: 4.2vw;
    padding-top: 6rem;
  }
}

#footer {
  padding: 2em 0 1em 0;
}

#footer p.copyright {
  font-size: 0.8em;
  margin: 1em auto 0;
  text-align: center;
}

#footer .nav ul li a {
  color: #5c6566;
}

div.order_wrap-fixed {
  position: fixed;
  background-color: #eeeeee;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ccc;
  z-index: 999;
}

div.order_wrap-fixed .order_wrap-tel {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-right: 3rem;
}

div.order_wrap-fixed .order_wrap-tel .tel {
  color: #db0030;
  font-weight: bold;
  font-size: 4.6rem;
  margin-right: 3rem;
}



div.order_wrap-fixed .order_wrap-tel .tel_txt {
  font-size: 2rem;
}

div.order_wrap-fixed .order_wrap-tel .tel_txt small {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  div.order_wrap-fixed .order_wrap-tel .tel {
    font-size: 5vw;
    margin-right: 1rem;
  }
  div.order_wrap-fixed{
    bottom: 58px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  div.order_wrap-fixed .order_wrap-tel .tel_txt small{
    font-size: 3vw;
  }
  div.order_wrap-fixed .order_wrap-tel .tel_txt{
    font-size: 3vw;
  }

}
div.order_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#kv {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/kv_bg.jpg) no-repeat right bottom;
  background-size: cover;
  padding-bottom: 2rem;
}

div.kv_img {
  margin: 0 auto;
  padding-top: 3rem;
}

div.kv_img img {
  max-width: 100%;
}

#menu {
  padding: 10rem 0;
}

.txt_swipe {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.txt_swipe img {
  width: 3em;
  padding-right: 0.6rem;
  vertical-align: middle;
}

div.bal_ttl {
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  color: black;
  background-color: #ffe169;
  border-radius: 1em;
  padding: 0.3em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  #menu{
    padding: 4rem 0;
  }
  div.bal_ttl {
    font-size: 3.6vw;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 94%;
    margin: 1rem auto;
  }
}

.balloon {
  min-height: 6em;
  position: relative;
  padding: 0.8em 1em;
  border-radius: 2em;
  background-color: #fce5e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 6px);
  bottom: -13px;
  border-top: 13px solid #fce5e8;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

table.menu_table_top {
  margin-bottom: 1rem;
}

table.menu_table_top td {
  padding: 0 0.5rem;
}

table.menu_table {
  width: 100%;
  /* tr:nth-child(2) {
		td {
			vertical-align: top;
		}
	} */
}

table.menu_table td {
  background-color: white;
  vertical-align: middle;
}

@media (min-width: 601px) {
  table.menu_table th:first-child {
    width: 14%;
  }

  table.menu_table th:not(:first-child) {
    width: calc(86% / 4);
  }

  table.menu_table th,
  table.menu_table td {
    font-size: 18px;
  }
}

table.menu_table .price {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

table.menu_table .price small {
  font-size: 70%;
}

table.menu_table caption {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  text-align: right;
}

table.menu_table td,
table.menu_table th {
  border: 1px solid black;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
table.menu_table th{
  white-space: nowrap;
}
@media (max-width: 600px) {
  table.menu_table td {
    padding: 1rem 0.5rem;
  }
}

table.menu_table th {
  font-weight: bold;
  background-color: #fff4d2;
  color: #db0030;
}

@media (min-width: 601px) {
  table.menu_table th {
    font-size: 2.8rem;
    padding: 0.5em;
  }
}

@media (max-width: 600px) {
  table.menu_table th {
    font-size: 4vw;
    font-weight: normal;
    padding: 0.2rem;
    color: #000;
  }
}

table.menu_table td:first-child {
  white-space: nowrap;
}

table.menu_table td:nth-child(even) {
  background-color: rgba(255, 225, 105, 0.1);
}

table.menu_table tr:nth-child(3) td:nth-child(even) {
  background-color: white;
}

table.menu_table tr:nth-child(3) td:nth-child(3),
table.menu_table tr:nth-child(3) td:nth-child(5) {
  background-color: rgba(255, 225, 105, 0.1);
}

@media (max-width: 600px) {
  div.sp_tableOver {
    overflow-x: scroll;
    width: 100%;
    height: 130vw;
    position: relative;
  }

  table.menu_table {
    width: calc(32vw * 4 + 18vw);
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 0;
  }

  table.menu_table th {
    /* vertical-align: top; */
    height: 8vw;
    overflow-y: hidden;
    width: 32vw;
    line-height: 1.2;
  }

  table.menu_table th.firstBox {
    width: 18vw;
  }

  table.menu_table .td1 {
    height: 23vw;
  }

  table.menu_table td:not(:first-child) {
    border-left: none;
  }

  div.bg_wR {
    padding: 1.5rem;
  }
}

table.menu_table._fix {
  width: 18vw;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  table.menu_table._fix {
    width: 21.5vw;
  }
}
table.menu_table._fix tbody{
  background: #fff;
}
table.menu_table._fix th {
  width: 100%;
}

table.menu_table._fix .td1 small {
  display: inline-block;
  margin-top: 0.5rem;
}

@media (min-width: 601px) {
  table.menu_table._fix {
    display: none;
  }
}

h3.ttl_kaiketsu,
h2._ttlC,
h2.nayami-ttl,
p.support_ttl {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

h3.ttl_kaiketsu strong,
h2._ttlC strong,
h2.nayami-ttl strong,
p.support_ttl strong {
  font-size: 140%;
}

h3.ttl_kaiketsu span,
h2._ttlC span,
h2.nayami-ttl span,
p.support_ttl span {
  font-weight: bold;
}

h3.ttl_kaiketsu small,
h2._ttlC small,
h2.nayami-ttl small,
p.support_ttl small {
  font-size: 65%;
  font-weight: bold;
}

h3.ttl_kaiketsu {
  margin: 3rem auto 6rem;
  font-size: 6rem;
}

@media (max-width: 600px) {
  h3.ttl_kaiketsu {
    font-size: 8.7vw;
  }
  h3.ttl_kaiketsu span{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: max-content;
    margin: auto;
  }
}

h2.ttl {
  font-size: 5.5rem;
  line-height: 1.6;
}

h2.ttl small {
  font-size: 80%;
}

@media (max-width: 600px) {
  h2.ttl {
    font-size: 8vw;
    line-height: 1.4;
    color: #000;
  }
  h2.ttl.bg_slash_bk {
    font-size: 7vw;
  }
  h2.ttl_g._mb.bg_slash_g{
    font-size: 7vw;
  }
}

h2._ttlC {
  margin-bottom: 1em;
  margin-top: .75em;
}

h2._ttlC.ttl small {
  font-size: 60%;
}

@media (max-width: 600px) {
  h2._ttlC.ttl small {
    display: inline-block;
    line-height: 1.4;
    margin-top: 1em;
  }
}

._mb {
  margin-bottom: 0.8em;
}

._ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffe169));
  background: linear-gradient(transparent 75%, #ffe169 75%);
  mix-blend-mode: multiply;
}

div.ttl_bg-p {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_p.png);
  padding: 4rem 0 5rem;
}

@media (min-width: 601px) {
  div.ttl_bg-p--in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  div.ttl_bg-p--in h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 600px) {
  div.ttl_bg-p--in {
    text-align: center;
  }
}

p.bg_slash {
  display: inline-block;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_txt_1.png) no-repeat top center;
  background-size: contain;
  text-align: center;
  padding: 0.5em 1em 1em;
  font-size: 3rem;
}

@media (max-width: 600px) {
  p.bg_slash {
    background-size: 100% 100%;
    font-size: 4.5vw;
    margin-left: 8vw;
    width: 60%;
  }
}

@media (min-width: 601px) {
  p.bg_slash {
    width: 37rem;
  }
}

p.bg_slash span {
  line-height: 1.7;
  display: block;
  -webkit-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg);
  font-weight: bold;
}

@media (max-width: 600px) {
  p.bg_slash span {
    line-height: 1.4;
  }
}

h3.ttl_g,
h2.ttl_g {
  text-align: center;
  color: #41a813;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  h3.ttl_g,
  h2.ttl_g {
    font-size: 8vw;
    line-height: 1.5;
  }
}

h3.ttl_g sup,
h2.ttl_g sup{
  font-size: 50%;
}

p.ttl_txt {
  margin: 3rem auto 0;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}

@media (max-width: 600px) {
  p.ttl_txt {
    font-size: 4.5vw;
  }
}

p.ttl_txt_s {
  margin: 3rem auto;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 600px) {
  p.ttl_txt_s {
    font-size: 4vw;
    text-align: left;
  }
}

p.bg_slash_bk,
h2.bg_slash_bk {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_sl_bk_1.png) no-repeat left top, url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_sl_bk_2.png) no-repeat right top;
  background-size: auto 100%;
}

@media (max-width: 600px) {
  p.bg_slash_bk,
  h2.bg_slash_bk {
    background-size: 10vw 100%;
  }

  p.bg_slash_bk.ttl {
    font-size: 7vw;
  }
}

h2.bg_slash_g {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_sl_g_1.png) no-repeat left top, url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_sl_g_2.png) no-repeat right top;
  background-size: auto 100%;
}

@media (max-width: 600px) {
  h2.bg_slash_g {
    background-size: 10vw 100%;
  }
}

body .body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-size: 3.4vw;
}

.body a {
  text-decoration: none;
}

.body a:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.body a:hover img {
  opacity: 0.7;
}
div.pt80{
  padding-top: 80px;
}
div.container_deripac,
div.ttl_bg-p--in {
  margin: 0 auto!important;
  max-width: 1260px;
  width: 100%;
}

@media (max-width: 600px) {

  div.container_deripac,
  div.ttl_bg-p--in {
    padding-left: 4vw!important;
    padding-right: 4vw!important;
  }



}

.body p,
.body td,
.body th,
.body li {
  line-height: 1.6;
}

.body h2,
.body h3,
.body h4 {
  font-weight: bold;
  line-height: 1.4;
}

.bg_p {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_p.png);
}

.bg_y {
  background-color: #ffe169;
}

.bg_w {
  background-color: white;
}

div.bg_wR {
  background-color: white;
  border-radius: 2rem;
  padding: 2rem;
}

.bg_gray {
  background-color: #eeeeee;
}

._bdrR {
  border-radius: 2rem;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.red {
  color: #db0030;
}

.mc {
  color: #ffe169;
}

.green {
  color: #41a813;
}

#header-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  #header-inner {
    padding: 1rem 2em;
  }
}

#nayami ._first {
  position: relative;
}

@media (max-width: 600px) {
  #nayami {
    padding-top: 1vw;
  }
}

@media (max-width: 600px) {
  h2.nayami-ttl {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 601px) {
  ul.nayami-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  ul.nayami-list {
    margin-top: 30vw;
  }
}

ul.nayami-list li {
  margin-bottom: 2rem;
}

@media (min-width: 601px) {
  ul.nayami-list li {
    width: 32%;
  }
}

ul.nayami-list li a {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_anc.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
  padding: 3rem 1rem 5rem;
}

@media (max-width: 600px) {
  ul.nayami-list li a {
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_anc_sp.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /* height: 10em; */
    padding: 1em 0.25em;
  }
}

ul.nayami-list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  ul.nayami-list li a dl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

ul.nayami-list li a:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

ul.nayami-list li dt {
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #db0030;
  font-size: 5rem;
  line-height: 1.4;
}
ul.nayami-list li dt strong{
  color: #db0030;
}
@media (min-width: 601px) {
  ul.nayami-list li dt {
    margin-bottom: 2rem;
  }
}

ul.nayami-list li dt strong {
  font-size: 120%;
  padding-right: 0.2em;
  vertical-align: bottom;
  line-height: 1;
}

@media (max-width: 600px) {
  ul.nayami-list li dt {
    width: 41%;
    font-size: 7vw;
    padding-bottom: 1rem;
  }
}

ul.nayami-list li dd {
  line-height: 1.4;
  font-size: 2.4rem;
}

@media (min-width: 601px) {
  ul.nayami-list li dd {
    margin-bottom: 5rem;
  }
}

@media (max-width: 600px) {
  ul.nayami-list li dd {
    width: 58%;
    padding-right: 5%;
    font-size: 4vw;
    text-align: left;
  }
}

h2.nayami-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 6rem;
  align-items: center;
  line-height: 1;
}

h2.nayami-ttl img {
  width: 18.8rem;
  margin-right: 1rem;
}

@media (max-width: 600px) {
  h2.nayami-ttl img {
    width: 20%;
  }
}

h2.nayami-ttl small {
  display: block;
  margin-bottom: -1em;
}

@media (max-width: 600px) {
  h2.nayami-ttl {
    font-size: 5.5vw!important;
    top: -24vw;
  }
}

img.arw_1 {
  width: 40rem;
  display: block;
  margin: 3rem auto;
}

@media (max-width: 600px) {
  img.arw_1 {
    width: 50%;
    margin: 1rem auto;
  }
}

dl.onayami {
  background-color: #db0030;
  color: white;
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
}

@media (min-width: 601px) {
  dl.onayami {
    margin-right: 3rem;
    width: 25rem;
  }
}

@media (max-width: 600px) {
  dl.onayami {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 3rem;
    padding: 1em;
  }
}

dl.onayami dt {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 601px) {
  dl.onayami dt {
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  dl.onayami dt {
    font-size: 5vw;
    margin-right: 1em;
    color: #fff;
  }
}

dl.onayami dt .num {
  font-weight: bold;
  font-size: 1.7em;
  padding-left: 0.2em;
}

@media (max-width: 600px) {
  dl.onayami dt .num {
    vertical-align: text-bottom;
    color: #fff;
  }
}

dl.onayami dd {
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
}

@media (max-width: 600px) {
  dl.onayami dd {
    font-size: 9vw;
    color: #fff;
  }
}

@media (max-width: 600px) {

  dl.onayami dt,
  dl.onayami dd {
    line-height: 1;
  }
}

.notes {
  font-size: 1.8rem;
}

@media (max-width: 600px) {
  .notes {
    font-size: 3.5vw!important;
  }
}

div.dotline_box {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_dot.png) no-repeat;
  background-size: 100% auto;
  min-height: 60rem;
}

@media (max-width: 600px) {
  div.dotline_box {
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/bg_dot_sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 2em;
  }
}

div.dotline_box h4 {
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  div.dotline_box h4 {
    font-size: 4.35vw;
  }
}

div.dotline_box h4 strong {
  font-size: 140%;
  color: #db0030;
}

div.dotline_box h4 strong sup {
  font-size: 50%;
}

div.dotline_box .ph_food li {
  margin: 5rem auto 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  div.dotline_box .ph_food li {
    margin: 4rem auto 1rem;
    width: 30%;
  }
}

div.dotline_box .ph_food li img {
  width: 90%;
}

@media (max-width: 600px) {
  div.dotline_box .ph_food li img {
    width: 80%;
  }
}

div.dotline_box .ph_food li p {
  margin-top: 2rem;
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  div.dotline_box .ph_food li{
    margin-top: 2rem;
  }
  div.dotline_box .ph_food li p {
    font-size: 4vw;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

dl.ex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8rem;
}

dl.ex_box dt {
  width: 45%;
}

@media (min-width: 601px) {
  dl.ex_box dt {
    width: 75rem;
  }
}

dl.ex_box div.kaizen_box {
  border: 6px solid #f2bb0c;
  padding: 2.2rem 1rem 2rem;
  width: 54rem;
  position: relative;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

@media (max-width: 600px) {
  dl.ex_box{
    margin-top: 5rem;
    justify-content: center;
  }
  dl.ex_box div.kaizen_box {
    border: 3px solid #f2bb0c;
    width: 100%;
    padding: 1.75rem 0.75rem 0.75rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

dl.ex_box div.kaizen_box .kaizen {
  position: absolute;
  background-color: #f2bb0c;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  display: inline-block;
  top: -3rem;
  left: 3rem;
  padding: 1rem 4rem;
}

@media (max-width: 600px) {
  dl.ex_box div.kaizen_box .kaizen {
    font-size: 4vw;
    padding: 0.5em 0.75em;
    top: -1em;
    left: 1em;
  }
}

dl.ex_box div.kaizen_box h4 {
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 600px) {
  dl.ex_box div.kaizen_box h4 {
    font-size: 4vw;
  }
}

dl.ex_box dd {
  text-align: center;
  width: 60rem;
}

@media (max-width: 600px) {
  dl.ex_box dd {
    width: 48%;
    display: block;
    margin-left: auto;
  }
}

dl.ex_box dd p {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 1rem auto 4rem;
  line-height: 1.75;
}

dl.ex_box dd p strong {
  font-size: 155%;
}

@media (max-width: 600px) {
  dl.ex_box dd p {
    font-size: 3.4vw;
  }

  dl.ex_box dd p strong {
    font-size: 130%;
  }
}

dl.ex_box dd .foodimg {
  width: 80%;
}

div.kaizen_after {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41rem;
  height: 8.5rem;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/kaizen_bg.png) no-repeat;
  background-size: 41rem 8.5rem;
  margin: auto;
}

div.kaizen_after img {
  height: 3.5rem;
  width: auto;
}

@media (max-width: 600px) {
  div.kaizen_after {
    padding-top: 2vw;
    width: 46vw;
    height: 16vw;
    background-size: 46vw 13vw;
  }

  div.kaizen_after img {
    height: 5vw;
  }
  dl.ex_box dd .foodimg{
    width: 90%;
    margin: auto;
  }
}

div.bg_b {
  background-color: #fcecde;
  padding: 4rem 3rem;
}

#ill_2 {
  position: absolute;
  top: -5rem;
  left: 3rem;
}

@media (min-width: 601px) {
  #ill_2 {
    width: 28.5rem;
  }
}

div.nayami_sec-wrap {
  margin-top: 10rem;
  margin-bottom: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  div.nayami_sec-wrap {
    margin-top: 10vw;
    margin-bottom: 6rem;
  }
}

div.nayami_sec1-r {
  margin-left: 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.nayami_sec1-r div.bg_b {
  position: relative;
  margin: 7rem auto 0;
}

div.nayami_sec1-r div.bg_b p {
  font-size: 2.4rem;
}

@media (min-width: 601px) {
  div.nayami_sec1-r div.bg_b p {
    padding-left: 32rem;
  }
}

@media (max-width: 600px) {
  div.nayami_sec1-r div.bg_b p {
    padding-left: 50%;
    font-size: 3.4vw;
  }
  div.nayami_sec1-r{
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  div.nayami_sec1-r div.bg_b {
    margin: 4rem auto 6rem;
    padding: 2em;
  }
}

div.nayami_sec1-r #img_2 {
  position: absolute;
  left: 0;
  bottom: -7%;
    width: 50%;
}

@media (min-width: 601px) {
  .nayami_sec1 {
    width: 48rem;
  }
}

div.bg_triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20221014/arw_3.png) no-repeat;
  margin: 4rem auto;
  background-size: 100% 100%;
}

@media (min-width: 601px) {
  div.bg_triangle {
    height: 25rem;
  }
}

div.bg_triangle p {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  padding-bottom: 1.4em;
  line-height: 1.4;
}

@media (max-width: 600px) {
  div.bg_triangle{
    margin: 3rem auto;
  }
  div.bg_triangle p {
    font-size: 6vw;
    padding-top: 1rem;
  }
}

div.bg_triangle p strong {
  font-size: 140%;
}

.arw2 {
  text-align: center;
  margin: 0 auto 3rem;
}

.arw2 img {
  width: 16.9rem;
  vertical-align: top;
}

@media (max-width: 600px) {
  .arw2 img {
    width: 15%;
    margin: auto;
  }
}

#pdca {
  padding: 4rem;
}

#pdca h3 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 5rem;
}

@media (min-width: 601px) {
  #pdca img.pc {
    width: 114.6rem;
    display: block;
    margin: 0 auto;
  }
}

#pdca p {
  margin: 5rem auto 0;
  font-size: 4.2vw;
}

@media (min-width: 601px) {
  #pdca p {
    font-size: 3rem;
    width: 80%;
  }
}

#care {
  margin-left: auto;
  margin-right: auto;
}

#care p {
  font-size: 3.8vw;
}

@media (min-width: 601px) {
  #care .boxL {
    width: 56rem;
    margin-right: 6rem;
  }

  #care .boxL p {
    font-size: 2rem;
    margin-top: 6rem;
  }

  #care .boxR {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 600px) {
  #care p{
    font-size: 3.5vw;
    line-height: 2;
  }
  #pdca{
    padding: 2rem;
  }
  #pdca h3{
    margin-bottom: 2rem;
    font-size: 5vw;
  }
  #pdca p{
    margin-top: 2rem;
  }
  .logo_3.sp {
    width: 80%;
    margin: auto auto 3rem;
    text-align: center;
    display: block;
  }

  div.boxL {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: justify;
    margin-bottom: 6rem;
    margin-right: 1em;
  }

  .boxR {
    width: 36%;
    margin-left: 3rem;
  }
}

div.dakara_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6rem 3rem 6rem 25rem;
}

@media (max-width: 600px) {
  div.dakara_wrap {
    padding: 4rem 1rem 4rem;
    margin-top: 20vw;
  }
}

div.dakara_wrap p {
  margin: auto;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 600px) {
  div.dakara_wrap p {
    font-size: 6vw;
    line-height: 1.4;
  }
}

div.dakara_wrap p strong {
  font-size: 140%;
}

.dakara {
  width: 31rem;
  position: absolute;
  top: -3rem;
  left: 3rem;
}

@media (max-width: 600px) {
  .dakara {
    top: -4rem;
    width: 11rem;
  }
}

.step_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13rem;
  margin-top: 3rem;
  text-align: center;
}

.step_wrap .step {
  position: relative;
}

.step_wrap .step img {
  width: 56.8rem;
}

@media (max-width: 600px) {
  .step_wrap .step img {
    width: 75%;
    margin: auto;
  }
}

.step_wrap .step p {
  position: absolute;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 601px) {
  .step_wrap .step p {
    top: 58%;
    left: 5%;
    width: 23rem;
  }
}

@media (max-width: 600px) {
  .step_wrap .step p {
    top: 46%;
    font-size: 3.6vw;
    width: 36%;
    left: 14%;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .step_wrap .step {
    text-align: center;
  }
}

.step_wrap p.step_num {
  color: #db0030;
  font-weight: bold;
  font-size: 3.8rem;
}

.step_wrap p.step_num strong {
  font-size: 130%;
}

@media (min-width: 601px) {
  .step_wrap p.step_num {
    top: 35%;
    left: 5%;
  }
}

@media (max-width: 600px) {
  .step_wrap p.step_num {
    font-size: 6vw;
    top: 26%;
  }
}

.arw_4 {
  width: 3.4rem;
  padding-top: 6rem;
}

@media (max-width: 600px) {
  .arw_4 {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 10vw;
  }
}

div.glad_wrap {
  position: relative;
  border: 3px solid black;
  border-radius: 2rem;
  padding: 9rem 4rem 3rem;
}

@media (max-width: 600px) {
  div.glad_wrap {
    padding: 4rem 1rem 1rem 1rem;
  }
}

div.glad_wrap .glad {
  position: absolute;
  width: 35rem;
  top: -5rem;
  left: 3rem;
}

@media (max-width: 600px) {
  div.glad_wrap .glad {
    width: 40vw;
    top: -6vw;
    left: 2rem;
  }
}

@media (min-width: 601px) {
  div.glad_wrap {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }

  div.glad_wrap .staff {
    position: absolute;
    right: -14rem;
    bottom: 0;
    width: 54rem;
  }
}

@media (max-width: 600px) {
  div.glad_wrap+.dakara_wrap {
    margin-top: 8rem;
  }
}

@media (max-width: 600px) {
  .staff_sp {
    padding-bottom: 6rem;
  }
}

div.fit-content,
ul.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 600px) {
  div.fit-content,
  ul.fit-content {
    width: auto;
  }
}

div.fit-content h2._ttlC {
  margin-bottom: 0;
}

div.fit-content p {
  margin-bottom: 1em;
}

.checkbox li {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  margin-left: 3em;
}

@media (max-width: 600px) {
  .checkbox li {
    font-size: 3.8vw;
    margin-bottom: 0.5em;
  }
}

.checkbox li:before {
  content: url(../images/icon_check.svg);
  display: inline-block;
  mix-blend-mode: multiply;
  height: 1.55em;
  width: 1.55em;
  vertical-align: bottom;
  margin-right: 0.6em;
  margin-left: -2.2em;
}

#costcut {
  padding: 3rem 18rem;
}

@media (max-width: 600px) {
  #costcut {
    padding: 3rem;
  }
}

.about_food-list {
  gap: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_food-list li {
  margin-bottom: 2rem;
}

@media (min-width: 601px) {
  .about_food-list li {
    width: 32%;
  }
}

@media (max-width: 600px) {
  .about_food-list li {
    margin-top: 2em;
        margin-bottom: 4rem;
  }
  .about_food-list li:last-of-type{
    margin-bottom: 0;
  }
}

.about_food-list .ph_food {
  display: block;
  margin: 0 auto 2rem;
}

.about_food-list h4 {
  font-size: 2.6rem;
  color: #db0030;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .about_food-list h4 {
    font-size: 6vw;
    margin-bottom: 0.25em;
  }
}

.about_food-list p {
  font-size: 2rem;
}

@media (max-width: 600px) {
  .about_food-list p {
    font-size: 3.8vw;
  }
}

p.txt {
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  p.txt {
    font-size: 4vw;
  }
}

#about {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

#about div.bg_wR {
  margin-bottom: 6rem;
  padding: 3rem 4rem;
}

#about div.bg_wR .ttl_g {
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 5.75rem;
}
#about div.bg_wR:last-of-type{
  margin-bottom: 0;
}
div.about_menu-1 {
  margin-bottom: 8rem;
}

div.about_menu-1 img {
  width: 31.5rem;
  margin-left: 6rem;
}

div.about_menu-2 h4 {
  text-align: center;
  margin: 0 auto 5rem;
  color: #41a813;
  font-size: 4rem;
}

@media (max-width: 600px) {
  #about div.bg_wR{
    padding: 2rem;
  }
  #about div.bg_wR .ttl_g{
    font-size: 7vw;
  }
  div.about_menu-2 h4 {
    font-size: 4vw;
    margin-bottom: 1rem;
  }
  div.about_menu-1{
    margin-bottom: 3rem;
  }
}

div.about_menu-2 ul {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 1rem;
}

div.about_menu-2 ul li p {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 2rem auto;
}

@media (max-width: 600px) {
  div.about_menu-2 ul li p {
    font-size: 4.6vw;
    margin-top: .25em;
    margin-bottom: 1em;
  }
}

@media (min-width: 601px) {
  div.about_menu-2 ul li {
    width: 49rem;
  }
}

@media (max-width: 600px) {
  div.about_menu-2 ul li {
    text-align: center;
    margin: auto;
  }

  div.about_menu-2 ul li img {
    width: 70%;
    margin: auto;
  }
}

div.ph_breakfast {
  width: 33rem;
  margin-right: 6rem;
}

div.ph_breakfast+div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.breakfast {
  border: 1px solid #41a813;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 2rem;
}

div.breakfast p {
  font-size: 2.2rem;
}

div.breakfast p strong {
  font-size: 140%;
}

@media (max-width: 600px) {
  div.breakfast {
    width: 100%;
    padding: 1rem;
  }

  div.breakfast p {
    text-align: center;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
        justify-content: center;
  }
}

@media (min-width: 601px) {
  .breakfast_txt {
    width: 86%;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .breakfast_txt p.txt {
    margin-top: 2rem;
  }

  .breakfast_txt img.imgL {
    width: 48%;
    margin-right: 3rem;
  }
}

div.voice_wrap {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.voice_wrap img {
  max-width: 17.3rem;
}

@media (max-width: 600px) {
  div.voice_wrap img {
    max-width: 25%;
  }
}

@media (min-width: 601px) {
  div.voice_wrap dl {
    width: 93rem;
  }
}

@media (max-width: 600px) {
  div.voice_wrap dl {
    width: 70%;
  }
}

div.voice_wrap dl dt {
  color: #41a813;
  font-weight: bold;
  font-size: 3.6rem;
  background: url(../images/voice_line.svg) no-repeat bottom;
  background-size: 100% 1rem;
  padding-bottom: 0.8em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

div.voice_wrap dl dd {
  font-size: 2.6rem;
  line-height: 1.6;
}
.bg_gray .support{
  padding-top: 60px;
}
@media (max-width: 600px) {
  div.bg_wR.voice_wrap{
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  div.voice_wrap dl dd {
    font-size: 3.5vw;
  }
  div.voice_wrap dl dt{
    font-size: 4vw;
  }
}

.support {
  padding-top: 6rem;
  position: relative;
}

@media (min-width: 601px) {
  .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.support h2.ttl {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}

p.support_ttl {
  font-size: 7rem;
  margin-top: 3rem;
  color: #db0030;
}

p.support_comment {
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  padding: 0.5em 2em;
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  top: 3rem;
  left: 40%;
}

p.support_comment._second {
  top: 10rem;
  left: 64%;
}

@media (max-width: 600px) {
  div.support_top{
    padding-top: 10rem;
    padding-bottom: 1rem;
  }
  p.support_comment {
    font-size: 3.75vw;
    top: 1.5rem;
    left: 3rem;
  }

  p.support_comment._second {
    left: 42%;
    top: 6rem;
  }
  p.support_ttl {
    font-size: 9vw;
    margin-top: -3rem;
    color: #db0030;
  }
}

.supportL {
  width: 35%;
}

div.support-list {
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 3rem 3rem;
}

@media (min-width: 601px) {
  div.support-list .checkbox li {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  div.support-list{
    padding: 2rem 1rem 2rem .75rem;
  }
  .supportR_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .supportR_sp h2.ttl {
    font-size: 7vw;
  }

  .supportR_sp #img_5 {
    width: 34%;
    margin-right: 3%;
  }
}

._shadow_y {
  -webkit-box-shadow: 1rem 1rem 0 #ffe169;
  box-shadow: 1rem 1rem 0 #ffe169;
}

div.movieWrap {
  margin: auto;
  width: 90%;
}

@media (min-width: 601px) {
  div.movieWrap {
    width: 72rem;
  }
}

@media (max-width: 600px) {
  div.movieWrap iframe {
    width: 100%;
    height: 50vw;
  }
}

/*# sourceMappingURL=style.css.map */



/*スマ介_____EC-CUBE対策*/
main.l-container {
  width:100%;
}
.c-main{
  padding-bottom: 0 ;
  padding-left: 0;
  padding-right: 0;
}
#contentInner{
  width: auto;
  padding-bottom: 0;
}
#wide_main_contents{
  width: 100%;
}

.c-breadcrumb {
    width: 1200px;
    margin: auto;
  }
  @media (max-width: 1230px) {
    main.l-container {
      width:123rem;
    }
  }
@media (max-width: 768px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block;
  }
  .l-container{
    width:120rem;
  }
  #contentInner{
    width: 1200px;
    padding-bottom: 0;
  }
  #wide_main_contents{
    width:1200px
  }
}
