@charset "utf-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 2vw;
  /* 18px*/
  background: #fff;
  position: relative;
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
}

/* =========================================================
   幸福麻婆豆腐エリア専用の設定
========================================================= */
/* 麻婆豆腐のコンテンツは元の 3.6vw をキープする */
#wb_wrap {
  font-size: 3.6vw;
}

/* 麻婆豆腐の世界観（游明朝）を全要素で強制的に死守するバリア */
#wb_wrap,
#wb_wrap * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.pc {
  display: none !important;
}

.pc-kodawari-item {
  display: none !important;
}

.sp {
  display: block !important;
}

object {
  pointer-events: none;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:link,
a:visited {
  color: #000;
}

.rela {
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  transition: 0.3s;
}

/*hover*/
.poev_none {
  pointer-events: none;
}

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

.d_bl {
  display: block;
}

.of_hidden {
  overflow: hidden;
}

/*★★★gfont*/
.Josefin_Sans {
  font-family: 'Josefin Sans', sans-serif;
}

.NotoSerifJP {
  font-family: 'Noto Serif JP', serif;
}


.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.border_solid_1 {
  border: solid 1px;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.color_red {
  color: #a01219;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

/* [UL ol] style
----------------------------------------------------------*/
ul.disc {
  margin-left: 20px;
  list-style-type: disc;
}

ul.disc li {
  padding-bottom: 5px;
  list-style-type: disc;
}

ul.disc li:last-child {
  padding-bottom: 0;
}

ol.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

ol.decimal li {
  padding-bottom: 5px;
  list-style-type: decimal;
}

.small {
  font-size: 85%;
}

/*base*/

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}

.inner_1000 {
  position: relative;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.inner_900 {
  position: relative;
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
}

.inner_1360 {
  position: relative;
  max-width: 1360px;
  width: 96%;
  margin: 0 auto;
}

.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ul50_max>li,
.ul50_max>a {
  float: left;
  width: 50%;
  margin: 0 0 4% 0;
  box-sizing: border-box;
}

.ul50>li,
.ul50>a {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
  box-sizing: border-box;
}

.ul50>li:nth-child(2n),
.ul50>a:nth-child(2n) {
  margin: 0 0 4%;
}

.ul33>li,
.ul33>a {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
  box-sizing: border-box;
}

.ul33>li:nth-child(3n),
.ul33>a:nth-child(3n) {
  margin: 0 0 5%;
}

.ul25 li,
.ul25>a {
  float: left;
  width: 23%;
  margin: 0 2.666% 4.666% 0;
  box-sizing: border-box;
  position: relative;
}

.ul25>li:nth-child(4n),
.ul25>a:nth-child(4n) {
  margin: 0 0 4.666%;
}

.ul50>li>a,
.ul33>li>a,
,
.ul25>li>a {
  display: block;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc li {
  padding-bottom: 5px;
  list-style-type: disc;
}

.disc li:last-child {
  padding-bottom: 0;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal li {
  padding-bottom: 5px;
  list-style-type: decimal;
}

.decimal li:last-child {
  padding-bottom: 0;
}

.note {
  margin-left: 20px;
  font-size: 90%;
}

.note li {
  padding-bottom: 5px;
  position: relative;
}

.note li::before {
  display: block;
  content: "※";
  position: absolute;
  left: -20px;
  top: 0;
}

ul.Note li:last-child {
  padding-bottom: 0;
}


.yt_wrap {
  position: relative;
  padding: 0 0 66.6%;
  margin: 0 auto;
  overflow: hidden;
}

.yt_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gmap_wrap {
  position: relative;
  padding: 0 0 55%;
  margin: 0 auto;
  overflow: hidden;
}

.gmap_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


.sToggle>dl>dd {
  /* display: none; */
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* =======================================
★★★title
========================================== */
.tit02 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo>small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

.tit02_2 {
  font-size: 6vw;
  font-weight: bold;
}

.tit02_3 {
  font-size: 4.6vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

.tit03_2 {
  font-size: 5.5vw;
  font-weight: normal;
}

.tit03_3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* =======================================
★★★txt
========================================== */

.txt_f17 {
  font-size: 1.7rem;
}

.txt_f18 {
  font-size: 1.8rem;
}

.txt_f19 {
  font-size: 1.9rem;
}

.txt_f20 {
  font-size: 2.0rem;
}

.txt_f21 {
  font-size: 3.8vw;
}

.txt_f22 {
  font-size: 2.2rem;
}

.txt_f23 {
  font-size: 2.3rem;
}

.txt_f24 {
  font-size: 2.4rem;
}

.txt_f25 {
  font-size: 2.5rem;
}

/* =======================================
★animte
========================================== */
/**/
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU>div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effectFU.isShow>div.efdiv {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effectFU>div.efdiv:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(243,243,243,0); */
  background-color: #F3F3F3;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effectFU.isShow>div.efdiv:before {
  /* -webkit-transform: scale(0, 1); */
  transform: scale(0, 1);
}

.effectFU.isShow>div.efdiv>img {
  width: 100%;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.concept_ul01 li:first-child .effectFU {
  margin: 0 0 0 0px;
  position: relative;
  top: 40px;
}

.effectFU.bsdow_gry_ef {
  z-index: 1;
  position: relative;
}

.effectFU.bsdow_gry_ef {
  transition: .3s;
  transition-delay: 1s;
  box-shadow: 0px 0px 0px #F3F3F3;
  overflow: auto;
}

.effectFU.isShow.bsdow_gry_ef {
  box-shadow: 25px 25px 0px #F3F3F3;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ---------------------------------------------------------------------------
  ★totop
--------------------------------------------------------------------------- */
#totop {
  /* color: #ff610c; */
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* color: #ff610c; */
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop:before {
  font-size: 5rem;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: .3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★★★ボタン
--------------------------------------------------------------------------- */
.btn01 {
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  padding: 12px 45px;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  min-width: 230px;
  margin-bottom: 15px;
}

.btn01::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}


/* ---------------------------------------------------------------------------
★TOP
--------------------------------------------------------------------------- */

/*topcover*/
.hcover {
  position: relative;
}

.hcover_box {
  background: url(../img/top-cover.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
}

.hc_zesan {
  position: absolute;
  bottom: 9%;
  left: 7%;
  max-width: 130px;
  width: 25%;
  display: none;
}

.yuge_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.yuge01 {
  position: absolute;
  z-index: 2;
  top: 65%;
  right: 0px;
  animation: steam_up 5s infinite linear;
  transition: all 1s;
  max-width: 700px;
  width: 50%;
}

.yuge02 {
  z-index: 3;
  position: absolute;
  top: 73%;
  right: 2%;
  animation: steam_up 4s infinite linear;
  transition: all 1s;
  max-width: 820px;
  width: 90%;
}

.yuge01_1 {
  position: absolute;
  z-index: 2;
  top: 75%;
  left: 0;
  animation: steam_up 3.5s infinite linear;
  transition: all 1s;
  width: 58%;
}

.yuge02_1 {
  z-index: 3;
  position: absolute;
  top: 65%;
  left: 6%;
  animation: steam_up 7s infinite linear;
  transition: all 1s;
  width: 80%;
  max-width: 900px;
}

.yuge01_2 {
  position: absolute;
  z-index: 2;
  top: 63%;
  left: 25%;
  animation: steam_up 4s infinite linear;
  transition: all 1s;
  width: 45%;
}

.yuge02_2 {
  z-index: 3;
  position: absolute;
  top: 67%;
  left: 44%;
  animation: steam_up 4.5s infinite linear;
  transition: all 1s;
  width: 53%;
}

@keyframes steam_up {
  0% {
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0;
  }

  13% {
    opacity: 0.2;
  }

  33% {
    opacity: 0.4;
    transform: rotateY(40deg);
    transform: scale(0.6, 1.2);
  }

  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.4);
  }

  100% {
    filter: blur(16px);
    transform: rotateY(50deg);
    transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: 0;
  }
}

.hc_tit01 {
  font-size: 8.0vw;
  color: #fff;
  text-shadow: 2px 1px 1px rgb(0 0 0 / 72%);
  text-align: center;
  padding: 15% 0 0;
}

.hc_shisen_wrap {
  background: #fff;
  border-radius: 35px;
  max-width: 580px;
  width: 96%;
  position: relative;
  padding: 0px 10px;
  text-shadow: 2px 1px 1px rgb(0 0 0 / 72%);
  margin: 4% auto;
}

/*ＴＯＰメイン*/
.home_w .maincont {}

.maincont .gaps {
  padding: 80px 0;
}

.sec_taiken {}

.sec_taiken article {
  padding: 15% 0 0;
}

.sec_taiken h2 {
  margin: 0 auto 2%;
}

.sec_taiken .ts_txt01 {
  text-align: center;
  margin: 0 auto 5%;
  font-size: 3.7vw;
  width: 96%;
}

.sec_taiken .yt_wrap_wp {
  max-width: 800px;
  margin: 10% auto;
  width: 96%;
}

.sec_taiken .yt_wrap {}

.sec_taiken .shinsou_box {}

.sec_taiken .box {}

.sec_taiken .txt_box {}

.sec_taiken .txt_box h3 {}

.sec_taiken .txt_box p {}

.sec_taiken .box01 {
  padding: 85% 0 0;
  position: relative;
  z-index: 1;
}

.sec_taiken .box02 {
  padding: 92% 0 15%;
}

.sec_taiken .box03 {
  overflow: hidden;
}

.sec_taiken .box01 .txt_box {
  max-width: 660px;
  margin: auto;
  padding: 0;
  width: 90%;
}

.sec_taiken .box01 .txt_box p {}

.sec_taiken .box02 .txt_box {
  max-width: 660px;
  margin: auto;
  width: 90%;
}

.sec_taiken .box02 .txt_box p {}

.sec_taiken .box03 .txt_box {
  margin: 0 auto;
  max-width: 470px;
  padding: 9% 3%;
}

.sec_taiken_img_fukai_bk {
  position: absolute;
  top: 9%;
  left: 39%;
  transform: translateY(0%) translateX(6%);
  -webkit- transform: translateY(0%) translateX(-50%);
  max-width: 600px;
  width: 90%;
}

.sec_taiken_img_fukai {
  position: absolute;
  top: -102%;
  left: 5%;
  max-width: 210px;
  width: 43%;
}

.sec_taiken_img_sawayaka_bk {
  position: absolute;
  top: 7%;
  left: 60%;
  transform: translateY(0%) translateX(-111%);
  -webkit- transform: translateY(0%) translateX(-50%);
  max-width: 600px;
  width: 90%;
}

.sec_taiken_img_sawayaka {
  position: absolute;
  top: -97%;
  left: 44%;
  max-width: 210px;
  width: 40%;
}

.sec_taiken_img_tea_bk {
  position: relative;
  top: 0;
  right: 0;
  max-width: 820px;
}

.sec_koushinryo {
  background-image: url(../img/sec_koushinryo_bk.jpg);
  background-position: top;
  padding: 160px 0;
  background-size: cover;
  background-attachment: local;
}

.sec_kodawari {}

.sec_kodawari article {
  padding: 10% 0 30%;
}

.sec_kodawari h2 {
  text-align: center;
  margin: 0 0 40px;
}

.sec_kodawari .inner_1360 ul.box {
  text-align: center;
  font-size: 0;
  width: 90%;
  margin: 0 auto;
}

.sec_kodawari .slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sec_kodawari .slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec_kodawari .slick-dots li.slick-active button:before {
  opacity: .45;
}

.sec_kodawari .inner_1360 ul.box .item_box {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 15px;
}

.sec_kodawari .inner_1360 ul.box li .img_box {
  margin: 0 0 9px;
}

.sec_kodawari .inner_1360 ul.box li .img_box img {
  margin: 0 auto;
}

.sec_kodawari .inner_1360 ul.box li p {
  font-size: 2.0rem;
  font-weight: bold;
}

.sec_kodawari .inner_1360 ul.box li span {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}

.sec_mabo.test {
  padding-bottom: 8rem;
}

.sec_mabo article {}

.sec_mabo h2 {}

.sec_mabo .box {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}

.sec_mabo .txt_box {
  float: none;
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
}

.sec_mabo .txt_box .linkbox {
  margin-top: 2rem;
}

.sec_mabo .txt_box .linkbox a {
  display: block;
  margin: 0 auto;
  padding: 6px 0;
}

.sec_mabo_img_bk {
  position: relative;
  top: 0;
  left: 0;
  max-width: 820px;
  margin: 0 0 14%;
}

.txt_kakaku_set {
  font-size: 4.5vw;
}

dl.txt_kakaku_set dt {
  display: inline-block;
  margin: 0 20px 0 0;
}

dl.txt_kakaku_set dd {
  display: inline-block;
}

.txt_kakaku_set .txt_en {
  font-size: 70%;
  display: inline-block;
  margin: 0 0 0 5px;
}

.sec_color {}

.sec_color article {
  padding: 20% 0 20%;
}

.sec_color .note {
  max-width: 860px;
  margin: 0 auto;
  width: 85%;
}

.sec_color .p_txt {
  text-align: center;
  font-size: 4.2vw;
  margin-bottom: 13%;
}

.sec_color .color_box {
  position: relative;
  /* overflow: hidden; */
}

.sec_color .color_box .box {
  margin-bottom: 3%;
  padding: 5% 0;
}

.sec_color .color_box .box .img_bk {
  top: 0;
}

.sec_color .color_box .box .txt_box {
  width: 100%;
  padding: 10% 5% 5%;
}

.sec_color .color_box .box .txt_box .sec_color_tit_wrap {}

.sec_color .color_box .box .txt_box .sec_color_tit_wrap .img_tit {
  margin-bottom: 15px;
  max-width: 302px;
  width: 96%;
  position: relative;
  z-index: 1;
}

.sec_color .color_box .box:nth-child(odd) .txt_box {}

.sec_color .color_box .box:nth-child(even) .txt_box {}

.sec_color .color_box .box:nth-child(odd) .img_bk {
  position: relative;
  top: 0;
}

.sec_color .color_box .box:nth-child(even) .img_bk {
  top: 0;
}

.sec_color .color_box .box .img_bk {
  top: 0;
}

.sec_color .color_box .box .sec_color_red_tit_wrap {
  margin-top: 50px;
  margin-bottom: 20px;
}

.sec_color .color_box .box .sec_color_red_tit_wrap .img_tit {
  position: relative;
  z-index: 1;
}

.sec_color .color_box .box .sec_color_tit_wrap .img_tit_bk {
  position: absolute;
  top: -110px;
  z-index: 0;
  left: -50px;
  max-width: 400px;
}

.sec_color .color_box .box .txt_box .txt_kakaku_set {
  margin-bottom: 20px;
}

.sec_color .color_box .box .txt_box .color_txt01 {
  margin-bottom: 40px;
}

.sec_color .color_box .box .txt_box .color_txt02_wp {}

.sec_color .color_box .box .txt_box .color_txt02_wp .sbox {
  border: solid 1px #000;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.color_txt02_wp .sbox {
  border: solid 1px #000;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.color_txt02_wp {
  margin-top: 20px;
}

.sec_color .color_box .box .txt_box .color_txt02_wp p>span {
  display: inline-block;
  border-bottom: solid 1px #000;
}

.color_txt02_wp p>span {
  display: inline-block;
  border-bottom: solid 1px #000;
}

.sec_color .color_box .box:last-child {
  margin-bottom: 0;
}

.sec_color .note li {}

.sec_news {
  background: #eee;
  padding: 10% 0;
}

.sec_news article {
  padding: 0 0 10%;
}

.sec_tenpo {}

.sec_tenpo article {
  padding: 0 0 80px;
}

.sec_tenpo .box {
  border-bottom: solid 1px #eee;
  padding: 30px 0;
}

.sec_tenpo .box:nth-of-type(1) {
  border-top: solid 1px #eee;
}

.sec_tenpo .box .sec_tenpoul {
  padding: 2%;
}

.sec_tenpo .box .sec_tenpoul .img_wrap {
  float: none;
  width: 100%;
  margin: 0 auto 7%;
}

.sec_tenpo .box .sec_tenpoul .txt_box {
  float: none;
  width: 96%;
  margin: 0 auto;
}

.sec_tenpo .box .sec_tenpoul .txt_box h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.sec_tenpo .box .sec_tenpoul .txt_box p {
  font-size: 3.6vw;
  margin-bottom: 5px;
}

.sec_tenpo .box .sec_tenpoul .txt_box dl {
  margin-bottom: 5px;
}

.sec_tenpo .box .sec_tenpoul .txt_box dl dt {
  display: block;
  margin: 0 2% 0 0;
  float: left;
  width: 18%;
}

.sec_tenpo .box .sec_tenpoul .txt_box dl dd {
  display: inline-block;
}

.sec_tenpo .box .sec_tenpoul .tel_link {}

.sec_tenpo .box .sec_tenpoul .tel_link a {}

.sec_tenpo .box .sec_tenpoul .linkbox {
  margin-top: 31px;
}

.linkbox a {
  color: #000;
  position: relative;
  font-size: 1.6rem;
  display: inline-flex;
  padding: 4px 15% 4px 23%;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  margin-bottom: 15px;
  /* margin: 0 16px 16px 0; */
  width: 72%;


  justify-content: flex-start;
}

.linkbox a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.linkbox a span {
  position: relative;
}

.linkbox a span::before {
  display: block;
  content: "";
  position: absolute;
  left: -21px;
}

.icon_a_gog>span::before {
  background: url(../img/icon_a_gog.png)no-repeat;
  background-size: 100%;
  background-position: center;
  width: 11px;
  height: 16px;
  top: 2px;
  transition: 0.3s;
}

.icon_a_guru>span::before {
  background: url(../img/icon_a_guru.png)no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 17.5px;
  top: 1px;
  transition: 0.3s;
}

.icon_a_inst>span::before {
  background: url(../img/icon_a_inst.png)no-repeat;
  background-size: 100%;
  background-position: center;
  width: 13.5px;
  height: 14px;
  top: 4px;
  transition: 0.3s;
}


/* ---------------------------------------------------------------------------
  ★サイドアイコン
--------------------------------------------------------------------------- */
.icon_area {
  display: none;
}

.icon_a_inner {
  position: fixed;
  right: 0;
  top: 310px;
}

.icon_area a {
  background: #000;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.icon_area a img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/* .icon_si_yt{
  display: none !important;
} */
.gnavi_icon_wrap {
  margin: 20px 0;
}

.gnavi_icon_wrap a {
  display: inline-block;
  margin: 0 10px;
}

.gnavi_icon_wrap .icon_si_yt {
  max-width: 30px;
}

/* ---------------------------------------------------------------------------
  ★下層
--------------------------------------------------------------------------- */
.ucover {
  background: #eee;
}

.uc_tit01 {
  font-size: 8vw;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 28% 0;
}

/* ---------------------------------------------------------------------------
  ★NEWS
--------------------------------------------------------------------------- */
.news_list {}

.news_list a {
  display: block;
  margin-bottom: 10px;
  border-bottom: solid 1px #333;
  padding: 10px 20px;
}

.news_list a::after {
  display: block;
  content: "";
  clear: both;
}

.news_list a dl {}

.news_list a dl dt {}

.news_list a dl dd {}


.news {}

.sec_news_area {}

.sec_news_area article {
  padding: 10% 0 30%;
}

.n_date {
  text-align: right;
  font-size: 3.4vw;
}

.nwes_box {
  margin-bottom: 10%;
}

.nwes_box p {}

/* ---------------------------------------------------------------------------
  ★IE
--------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .entry .contact_form table.style02 tbody tr td input.files {
    /* IE11 にのみ適用される */
  }

}

/* ---------------------------------------------------------------------------
  フッター
--------------------------------------------------------------------------- */
.g-footer {
  height: auto;
}


/* 210331 */
.sec_taiken .box03 .txt_box.new {
  padding: 9% 5%;
}

.tea_list {
  margin-top: 12%;
}

.tea_list li {
  margin-bottom: 25px;
}

.tea_list li:first-child .tea_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tea_list li .tea_title {
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  font-size: 19px;
  margin-bottom: 15px;
}

.tea_list li .tea_title .price {
  font-size: 18px;
  padding: 0 5% 0 7%;
}

.tea_list li .tea_title .price small {
  font-size: 13px;
  padding-left: 3px;
}

.tea_list li .tea_title .caffein {
  font-size: 11px;
  font-weight: bold;
  padding-left: 40px;
  background-color: #FF3B54;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
}

/* .tea_list li p {
  font-size: 13px;
} */

.tea_logo_box {
  background: url(../img/tea_logo_bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10% 0;
}

.tea_logo_box p {
  width: 100%;
}

.tea_logo_box p img {
  margin: 0 auto 7%;
  width: 75%;
}

a.addbtn {
  position: relative;
  padding: 10px 0 8px;
  font-size: 13px;
  max-width: 166px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  display: block;
  transition: 0.3s;
}

a.addbtn::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
  /* z-index: 10; */
}

a.addbtn:hover {
  background: #ae1627;
  border: 1px solid;
  color: #fff;
}

a.addbtn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
}

/* 210802 新商品追加 */
.mabo12_bn_box {
  background: #fff;
  max-width: 480px;
  width: 73%;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  /* align-items: center; */
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 44%);
  display: flex;
}

.mabo12_bn_box .mabo12_text {
  font-size: 5vw;
  font-weight: bold;
  margin-left: 18px;
  padding: 17px 0 0 0;
}

.mabo12_bn_box .mabo12_text01 {
  font-size: 5vw;
  font-weight: bold;
  padding-left: 40px;
  background-color: #FF3B54;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
}

.mabo12_bn_box .mabo12_text02 {
  font-size: 7vw;
  font-weight: bold;
}

.mabo12_bn_box p:first-child {
  width: 38%;
}

.sec_taiken_img_shin_bk {
  position: absolute;
  top: 9%;
  left: 39%;
  transform: translateY(0%) translateX(6%);
  -webkit- transform: translateY(0%) translateX(-50%);
  max-width: 600px;
  width: 90%;
}

.sec_taiken_img_shin {
  position: absolute;
  top: -102%;
  left: 5%;
  max-width: 210px;
  width: 43%;
}

.sec_kodawari .p_txt {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 100px;
}

.icni {
  color: #ff0000 !important;
  display: inline !important;
  font-size: 7vw !important;
}

/* 幸福唐揚げ */
.sec_karaage_img_bk {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
}

.sec_karaage {
  margin-bottom: 80px;
}

.sec_karaage .txt_box {
  float: none;
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
}

/* 幸福担々麺 */
.sec_menu01 {
  margin-bottom: 80px;
}

.sec_menu01 .txt_box {
  float: none;
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
}

.sec_menu02 {
  margin-bottom: 80px;
}

.sec_menu02 .txt_box {
  float: none;
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
}

.sec_tantanmen_img_bk {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
}

/* 幸福担々麺RED */
.sec_tantanmenred_img_bk {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
}

/* 幸福麻婆麺 */
.sec_mabomen_img_bk {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
}

/* 幸福焼きそば */
.sec_yakisoba_img_bk {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
}

/* キャンペーン */
.sec_campaign {
  margin-top: 80px;
  margin-bottom: 100px;
}

.campaign_logo_box {
  margin: auto;
  padding: 0;
  /* justify-content: normal;
  display: flex;
  flex-wrap: wrap; */
  background-color: #f8fafa;
  padding-bottom: 32px;
}

.campaign_logo_box img {
  height: 250px;
  object-fit: cover;
}

.campaign_logo_box .mabo12_text {
  font-size: 7vw;
  font-weight: bold;
  display: block;
  text-align: center;
}

.campaign_logo_box .mabo12_text01 {
  font-size: 5vw;
  font-weight: bold;
  padding-left: 40px;
  background-color: #FF3B54;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
}

.campaign_logo_box .mabo12_text02 {
  font-size: 8vw;
  font-weight: bold;
}

.campaign_text {
  text-align: center;
}

.campaign_text02 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.instagram {
  font-size: 2.2rem;
  font-weight: bold;
  background-color: black;
  color: #fff;
  padding: 0px 10px;
  border-radius: 25px;
  margin-top: 10px;
  text-align: center;
  width: 318px;
  margin: auto;
  text-align: center;
}

.icon_instagram {
  display: inline-block;
  width: 38px;
  height: auto !important;
}

/* 20220210 ニュース */
.hcover_box.rela.news {
  height: 210px;
}

.hcover_box.rela.news h1 {
  padding: 24% 0;
}

/* 20230125　paypay*/
.reserveButton__link {
  border: none !important;
  padding: 0 !important;
}

.reserveButton__link::after {
  display: none !important;
}

.HP_link02 a {
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #d00e3b;
  outline-offset: -6px;
  padding: 4%;
  display: block;
  width: 151px;
  outline: 1px solid #fff;
  position: relative;
  margin: auto;
}

.HP_link02 a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
  z-index: 10;
}

small.txt34 {
  font-size: 20px;
  font-weight: bold;
}

span.t-right {
  position: relative;
  bottom: 30px;
  left: 87px;
  font-size: 17px;
}

/* お客様の声 */
.left{
  padding-bottom: 0;
}

dl.category-list {
  display: none;
}

/* 241205メニュー */
section#shohin_link {
  padding: 68px 0 0 0;
}