@charset "UTF-8";
/* =================================================
font
================================================= */
/* =================================================
color
================================================= */
/* =================================================
breakpoints
================================================= */
/* min-width */
/* max-width */
:root {
  --contents-outside-vw: calc( (100vw - var( --contents-vw)) / 2);
  --contents-outside-pct: calc( (100vw - var( --contents-pct)) / 2);
  --contents-fixed-outside-pct: calc( (100% - var( --contents-fixed-pct)) / 2) ;
}

@media screen and (min-width: 1024px) {
  :root {
    --contents-pct: var( --contents-fixed-pct);
    --contents-fixed-pct: calc( ( 2760/var(--design-width-pc)) * 100%) ;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-pct: calc( ( 670/var(--design-width-sp)) * 100%);
    --contents-vw: calc( 670 / var(--design-width-sp) * 100vw);
    --contents-fixed-pct: calc( ( 670/var(--design-width-sp)) * 100%) ;
  }
}
/*-----------------------------------------------------------
   share
-----------------------------------------------------------*/
main.temp_food .tit_chap {
  font-size: 1.6vw;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.temp_food .tit_chap {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  main.temp_food .tit_chap {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  main.temp_food .tit_chap {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
main.temp_food .tit_chap:before {
  color: #4E9891;
  content: attr(data-title);
  font-family: "Oswald", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.24vw;
}
@media (min-width: 1024px) {
  main.temp_food .tit_chap:before {
    font-size: 5.6rem;
    margin-bottom: 0.16em;
  }
}
@media (min-width: 768px) {
  main.temp_food .tit_chap:before {
    font-size: 4.8rem;
  }
}
@media (max-width: 479px) {
  main.temp_food .tit_chap:before {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
}

/*-----------------------------------------------------------
   temp food salon
-----------------------------------------------------------*/
main.temp_food #keyslide {
  height: 100vh;
  position: relative;
  z-index: 10;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main.temp_food #keyslide .heading {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 479px) {
  main.temp_food #keyslide .heading {
    width: 100%;
  }
}
main.temp_food #keyslide .heading .logo {
  width: 24%;
  margin: 0 auto 2.4vw;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .heading .logo {
    width: auto;
  }
}
main.temp_food #keyslide .heading .tit {
  font-size: 4.2vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .heading .tit {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
main.temp_food #keyslide .heading .desc {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 0.8em;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .heading .desc {
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-size: 2rem;
    margin-top: 0.4em;
  }
}
main.temp_food #keyslide .main-gallery {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
main.temp_food #keyslide .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0;
  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;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .slide {
    width: 100%;
  }
}
main.temp_food #keyslide .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  main.temp_food #keyslide .slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
main.temp_food #keyslide .slide .phrase {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  z-index: 1;
  text-align: center;
}
@media (max-width: 479px) {
  main.temp_food #keyslide .slide .phrase {
    width: 80%;
    font-size: 3.2rem;
    letter-spacing: 0.24em;
  }
}
main.temp_food #keyslide .slide01 {
  background: url(../img/temp_food/key_slide1_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 479px) {
  main.temp_food #keyslide .slide01 {
    background-size: cover;
  }
}
main.temp_food #keyslide .slide02 {
  background: url(../img/index/key_slide2_bg.jpg) center bottom no-repeat;
}
main.temp_food #keyslide .slide03 {
  background: url(../img/index/key_slide3_bg.jpg) center no-repeat;
}
main.temp_food #keyslide.none {
  background: none;
}
main.temp_food #keyslide .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 479px) {
  main.temp_food #keyslide .flickity-prev-next-button {
    width: 12vw;
    height: 12vw;
    top: auto;
    bottom: 22vw;
    border-radius: 0%;
  }
}
main.temp_food #keyslide .flickity-page-dots {
  bottom: 32vw;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .flickity-page-dots {
    bottom: -32px;
  }
}
main.temp_food #keyslide .flickity-page-dots .dot {
  background: #fff;
}
@media (min-width: 1024px) {
  main.temp_food #keyslide .flickity-page-dots .dot {
    background: #333;
  }
}
main.temp_food #keyslide .flickity-prev-next-button.previous {
  left: 2%;
}
main.temp_food #keyslide .flickity-prev-next-button.next {
  right: 2%;
}
main.temp_food .keymain__nav {
  position: absolute;
  width: 260px;
  left: auto;
  right: 5vw;
  bottom: 32vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  main.temp_food .keymain__nav {
    width: calc(56% - 60px);
    right: 2%;
    bottom: 6vw;
    z-index: 500;
  }
}
main.temp_food .keymain__nav ul {
  font-family: "Oswald", sans-serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.temp_food .keymain__nav ul > li a {
  font-size: 4.4vw;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 30px 15px 0;
  text-align: right;
}
@media (min-width: 1024px) {
  main.temp_food .keymain__nav ul > li a {
    font-weight: 300;
    font-size: 1.8vw;
  }
}
main.temp_food .sec_home_newspickup02 {
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  font-size: 2.8vw;
  position: relative;
}
@media (max-width: 479px) {
  main.temp_food .sec_home_newspickup02 {
    top: -24vw;
    height: 24vw;
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 {
    width: 100%;
    height: 56px;
    font-size: 1.4rem;
    z-index: 600;
    top: -56px;
  }
}
@media (max-width: 479px) {
  main.temp_food .sec_home_newspickup02 .inner {
    width: calc(100% - 10vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 479px) {
  main.temp_food .sec_home_newspickup02 .heading {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 479px) {
  main.temp_food .sec_home_newspickup02 .heading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15em;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -20px;
    background-color: #ed9000;
    z-index: 1;
    -webkit-transform: skew(20deg, 0deg) translateY(-50%);
            transform: skew(20deg, 0deg) translateY(-50%);
  }
}
main.temp_food .sec_home_newspickup02 .heading .tit {
  font-family: "Oswald", sans-serif;
  font-size: 4vw;
  letter-spacing: 0.024em;
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 0.56em 0.56em 0.56em;
  z-index: 10;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .heading .tit {
    width: 160px;
    font-size: 1.6rem;
    padding: 0.4em 0 0.48em;
    border: 1px solid #fff;
    text-align: center;
  }
}
main.temp_food .sec_home_newspickup02 .heading .btn_blk {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .heading .btn_blk {
    font-size: 1.4rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
main.temp_food .sec_home_newspickup02 .heading .btn_blk a.btn {
  width: 12em;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0.28em 2.4em 0.28em 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .heading .btn_blk a.btn {
    width: 16em;
    background-color: rgba(0, 0, 0, 0.56);
    padding: 0.56em 2.8em 0.6em;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
  }
}
main.temp_food .sec_home_newspickup02 .heading .btn_blk a.btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  background: url(../img/common/a_arr2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.56em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .heading .btn_blk a.btn:after {
    right: 8px;
    width: 14px;
    height: 15px;
  }
}
main.temp_food .sec_home_newspickup02 .heading .btn_blk a.btn:hover {
  background-color: #4E9891;
}
main.temp_food .sec_home_newspickup02 .blk_newsticker {
  width: 100%;
  height: 3.4em;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .blk_newsticker {
    height: 4em;
    width: auto;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news {
  height: 3.4em;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .ul_news {
    height: 4em;
    top: -56px;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news a {
  color: #fff;
}
main.temp_food .sec_home_newspickup02 .ul_news .blknew {
  height: 3.4em;
  line-height: 3.4em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .ul_news .blknew {
    height: 4em;
    line-height: 4em;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news .blknew a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .ul_news .blknew a {
    padding: 0 1.6em;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news .blknew__date {
  width: 10em;
  margin-left: 1.2em;
  margin-right: 0.4em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .ul_news .blknew__date {
    margin-left: 0;
    margin-right: 1em;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news .blknew__title {
  width: 23em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  main.temp_food .sec_home_newspickup02 .ul_news .blknew__title {
    width: auto;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news[data-length] {
  top: 4em;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
main.temp_food .sec_home_newspickup02 .ul_news[data-length="3"] {
  -webkit-animation-name: news-3;
          animation-name: news-3;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
@media (max-width: 479px) {
  main.temp_food .sec_home_newspickup02 .ul_news[data-length="3"] {
    -webkit-animation-name: news-3sp;
            animation-name: news-3sp;
  }
}
main.temp_food .sec_home_newspickup02 .ul_news[data-length="2"] {
  -webkit-animation-name: news-2;
          animation-name: news-2;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
main.temp_food .sec_about_home1 {
  padding-top: 8%;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 {
    padding-top: 4%;
  }
}
main.temp_food .sec_about_home1 .inner {
  /*
  .lo1{
  	.txt{
  		width: var(--contents-pct);
      margin: 4.6rem auto 0;
  		@include mq(pc) {
  			width: calc( ( 1160 / 3000 ) * 100%);
           min-height: 800px;
  			margin-left: calc( ( 240 / 3000 ) * 100%);
  			position: relative;
  			z-index: 100;
  		}
  		> .tit{
  		}
  		> .txt_line{
  			font-size: 2.4vw;
  			line-height: 2.2;
  			letter-spacing: 0.08em;
  			@include mq(pc) {
  				font-size: 1.6rem;
  			}
  			> .tit{
  				font-size: 4vw;
  				margin: 1.6em 0;
  				@include mq(pc) {
  					font-size: 3.4rem;
  					line-height: 1.4;
  				}
  			}
  			.name{
  				font-size: 3.2vw;
  				line-height: 1;
  				letter-spacing: 0.08em;
  				text-align: right;
  				margin: 1.6em 0 0;
  				@include mq(pc) {
  					font-size: 2.0rem;
  				}
  				span{
  					margin-left: 0.4em;
  					font-size: 3.2vw;
  					@include mq(pc) {
  						font-size: 3.2rem;
  					}
  				}
  			}
  		}
  	}
  	.gr_tmb{
  		@include mq(pc) {
  			width: 100%;
  			position: absolute;
  			right: 0;
  			top: 0;
  			z-index: 10;
  		}
  		.tmb1{
  			width: calc( 100% - var( --contents-outside-pct ));
  			max-height: 50rem;
  			margin: 0 -5vw 0 auto;
  			@include mq(pc) {
  				width: calc( ( 1780 / 3000 ) * 100%);
  				height: 50rem;
             margin: 0 0 0 auto;
  				max-height: inherit;
  				position: absolute;
  				top: 0;
  				right: 0;
  			}
  			img{
  				width: 100%;
  				object-fit: cover;
             @include mq(pc) {
               position: absolute;
  						top: 0;
  						left: 0;
               height: 100%;
             }
  			}
  		}
  		.tmb2{
  			max-width: 40.5rem;
  	    width: calc( ( 540 / 750 ) * 100%);
  	    margin-top: -4rem;
  	    margin-left: auto;
  	    margin-right: var(--contents-outside-pct);
  			@include mq(pc) {
  				width: calc( ( 960 / 3000 ) * 100%);
  		    position: absolute;
  		    top: 38rem;
  		    right: calc( ( 120 / 3000 ) * 100%);
  				margin: 0;
  				max-width: inherit;
  			}
  			&:after{
  				padding-top: calc( ( 720 / 960 ) * 100%);
  				content: '';
   					display: block;
  			}
  			img{
  				width: 100%;
  				object-fit: cover;
             @include mq(pc) {
               height: 100%;
               position: absolute;
  						top: 0;
  						left: 0;
             }
  			}
  		}
  	}
  }
     */
}
main.temp_food .sec_about_home1 .inner .lo2 {
  position: relative;
  margin-bottom: 8vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 {
    margin-bottom: 4vw;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 > .tit {
  text-align: center;
  margin: 0 auto 8vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 > .tit {
    margin: 0 auto 0vw;
    text-align: left;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .txt {
  margin: 4.6rem 0 3.2rem;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .txt {
    width: 45%;
    min-height: 46vw;
    position: relative;
    z-index: 100;
    margin: 4.6rem 0 0;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line > .tit {
  font-size: 4.8vw;
  margin: 0.8em 0;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line > .tit {
    font-size: 3.4rem;
    line-height: 1.2;
    margin: 1.2em 0;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line .name {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  margin: 0.8em 0 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line .name {
    font-size: 2rem;
    margin: 1.6em 0 0;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line .name span {
  margin-left: 0.4em;
  font-size: 5.6vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .txt > .txt_line .name span {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb {
    width: 54%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb1 {
  margin-right: -5vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb1 {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: -10vw;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb1 img {
    height: 100%;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb2 {
  width: 80%;
  margin-top: -8vw;
  margin-left: auto;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb2 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -4vw;
  }
}
main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home1 .inner .lo2 .gr_tmb .tmb2 img {
    height: 100%;
  }
}
main.temp_food .sec_about_home2 {
  padding: 8% 0 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 {
    padding: 5.6% 0 0;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt {
  width: auto;
  margin: 2.4rem 0 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt {
    width: 50%;
    min-height: 78rem;
    margin: 4.6rem 0 0;
    position: relative;
    z-index: 100;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line {
  font-size: 3.6vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line > .tit {
  font-size: 4.8vw;
  margin: 0.48em 0;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line > .tit {
    font-size: 3.2rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 1.6em 0 0;
  color: #919191;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price {
    font-size: 2rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price s {
  font-family: "Oswald", sans-serif;
  font-size: 4.4vw;
  margin: 0 0.24em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price s {
    font-size: 2.8rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale {
  margin-left: 0.4em;
  font-size: 2.2vw;
  letter-spacing: 0.04em;
  color: #e60012;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale {
    font-size: 2rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale b {
  font-size: 5.6vw;
  font-weight: 400;
  margin: 0 0 0 0.2em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale b {
    font-size: 3.6rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale .txt_tax {
  font-size: 3.2vw;
  margin: 0 0 0 -0.4em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price .sale .txt_tax {
    font-size: 1.4rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price span {
  margin-left: 0.4em;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .txt > .txt_line .txt_price span {
    font-size: 2.8rem;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .tmb {
  margin-top: 12vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .tmb {
    margin-top: 0;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj1 {
  width: 72vw;
  margin-left: auto;
  margin-bottom: 12vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj1 {
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    width: 30vw;
    top: 6vw;
    left: 56%;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj1 img {
  width: 100%;
}
main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj2 {
  width: 80vw;
  margin-left: -5vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj2 {
    position: absolute;
    width: 40vw;
    top: 40vw;
    left: -8vw;
  }
}
main.temp_food .sec_about_home2 .inner .lo1 .tmb .obj2 img {
  width: 100%;
}
main.temp_food .navarea {
  margin: 8vw auto 8vw;
}
@media (min-width: 1024px) {
  main.temp_food .navarea {
    margin: 0;
  }
}
main.temp_food .navarea .gr_btn {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.temp_food .navarea .gr_btn .blk_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn .blk_btn {
    width: 50%;
    margin-bottom: 4vw;
  }
}
@media (max-width: 479px) {
  main.temp_food .navarea .gr_btn .blk_btn {
    margin-bottom: 4vw;
  }
}
main.temp_food .navarea .gr_btn .blk_btn a {
  width: 100%;
  height: 7.2rem;
  color: #fff;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn .blk_btn a {
    height: 16rem;
  }
}
main.temp_food .navarea .gr_btn .blk_btn a.btn_std02 {
  text-align: center;
  font-size: 3.4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  background: url(../img/common/arr_blank_w.svg) 96% center no-repeat;
  background-size: 2.4vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn .blk_btn a.btn_std02 {
    font-size: 2rem;
    background-size: 1.6vw;
  }
}
main.temp_food .navarea .gr_btn .blk_btn a.btn_std02:hover {
  background-position: 97% center;
  opacity: 0.88;
}
main.temp_food .navarea .gr_btn .blk_btn a.btn_os {
  background-color: #4E9891;
}
main.temp_food .navarea .gr_btn .blk_btn a.btn_oroshi {
  background-color: #88BBE0;
}
main.temp_food .navarea .gr_btn .blk_btn a p {
  line-height: 1;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn .blk_btn a p {
    font-size: 1.8rem;
  }
}
main.temp_food .navarea .gr_btn .blk_btn a p:before {
  color: #fff;
  content: attr(data-title);
  font-family: "Oswald", sans-serif;
  font-size: 4vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.24vw;
}
@media (min-width: 1024px) {
  main.temp_food .navarea .gr_btn .blk_btn a p:before {
    font-size: 4.8rem;
    margin-bottom: 0.16em;
  }
}
@media (min-width: 768px) {
  main.temp_food .navarea .gr_btn .blk_btn a p:before {
    font-size: 3.2rem;
  }
}
@media (max-width: 479px) {
  main.temp_food .navarea .gr_btn .blk_btn a p:before {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
    margin-bottom: 0.8vw;
  }
}
main.temp_food .sec_about_home3 {
  padding: 8vw 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 {
    padding: 4% 0;
  }
}
main.temp_food .sec_about_home3 .inner > .tit {
  text-align: center;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner > .tit {
    margin-bottom: 4vw;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price {
  margin: 2.4rem 0 8vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price {
    margin: 2.4rem 0 4vw;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4vw;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo:last-child {
  margin-bottom: 0;
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt {
  width: auto;
  margin: 0 0 6.4vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt {
    width: 56%;
    min-height: 56rem;
    position: relative;
    z-index: 100;
    margin: 0 0;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .tit_cat {
  font-size: 4.8vw;
  margin: 0 0 0;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ddd;
  padding: 0.46em;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .tit_cat {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .tit_cat:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  left: 0;
  bottom: -1px;
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li {
  padding: 1.2rem 0rem;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li {
    padding: 2.2rem 0.8rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.4rem;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata {
    margin-bottom: 0.56rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata > .title {
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata > .title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price {
  font-size: 3.2vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price {
    font-size: 1.6rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price b {
  font-family: "Oswald", sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  margin: 0 0 0 0.24em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price b {
    font-size: 2.4rem;
    font-weight: 300;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price .txt_tax {
  font-size: 2.8vw;
  margin: 0 0 0 0.2em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .menudata .txt_price .txt_tax {
    font-size: 1.2rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .desc {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt ul.ul_data > li .desc {
    font-size: 1.4rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line {
  font-size: 2.4vw;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line {
    font-size: 1.6rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line > .tit {
  font-size: 4vw;
  margin: 0.8em 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line > .tit {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 1.6em 0 0;
  color: #919191;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price {
    font-size: 2rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price s {
  font-family: "Oswald", sans-serif;
  font-size: 3.2vw;
  margin: 0 0.24em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price s {
    font-size: 2.8rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale {
  margin-left: 0.4em;
  font-size: 2.2vw;
  letter-spacing: 0.04em;
  color: #e60012;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale {
    font-size: 2rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale b {
  font-size: 4.8vw;
  font-weight: 400;
  margin: 0 0 0 0.2em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale b {
    font-weight: 300;
    font-size: 4rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale .txt_tax {
  font-size: 3.2vw;
  margin: 0 0 0 -0.4em;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price .sale .txt_tax {
    font-size: 1.4rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price span {
  margin-left: 0.4em;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .txt > .txt_line .txt_price span {
    font-size: 2.8rem;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb {
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb {
    width: 40%;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj1 {
  width: 72%;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj1 {
    width: 80%;
    position: absolute;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj1 img {
  width: 100%;
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj2 {
  width: 42%;
  margin-top: -32vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj2 {
    width: 50%;
    position: absolute;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo .tmb .obj2 img {
  width: 100%;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(odd) .tmb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(odd) .tmb .obj1 {
  margin-left: auto;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(odd) .tmb .obj1 {
    margin-left: 0;
    top: 0vw;
    right: 0%;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(odd) .tmb .obj2 {
    bottom: 2vw;
    left: 0vw;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(even) .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(even) .tmb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(even) .tmb .obj1 {
    top: 0vw;
    left: -4%;
  }
}
main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(even) .tmb .obj2 {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home3 .inner .lo_price .lo:nth-child(even) .tmb .obj2 {
    margin-left: 0;
    bottom: 4vw;
    right: 0vw;
  }
}
main.temp_food #home_subprice {
  padding: 4vw 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice {
    padding: 2.4% 0;
  }
}
main.temp_food #home_subprice .inner .lo_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.4rem 0 8vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2.4rem 0 4vw;
  }
}
main.temp_food #home_subprice .inner .lo_price .heading {
  width: 100%;
  font-size: 4vw;
  margin-bottom: 3.2vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .heading {
    width: 12em;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
main.temp_food #home_subprice .inner .lo_price .heading .tit {
  font-size: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .heading .tit {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
}
main.temp_food #home_subprice .inner .lo_price .ul_data {
  width: 100%;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .ul_data {
    width: 72%;
  }
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li {
  margin-bottom: 2.4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .ul_data > li {
    margin-bottom: 1.6vw;
  }
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li:last-child {
  margin-bottom: 0;
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata > .title {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  display: inline-block;
  background-color: #fff;
  padding-right: 0.8em;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata > .title {
    letter-spacing: 0.08em;
  }
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata .txt_price {
  line-height: 1;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding-left: 0.8em;
  white-space: nowrap;
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata .txt_price b {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 4.6vw;
  margin: 0 0 0 0.24em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata .txt_price b {
    font-weight: 300;
    font-size: 2.4rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata .txt_price .txt_tax {
  font-size: 2.8vw;
  margin: 0 0 0 -0.4em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .ul_data > li .menudata .txt_price .txt_tax {
    font-size: 1.4rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt {
  width: auto;
  margin: 0 0 6.4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt {
    width: 56%;
    min-height: 56rem;
    position: relative;
    z-index: 100;
    margin: 0 0;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .tit_cat {
  font-size: 4.8vw;
  margin: 0 0 0;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ddd;
  padding: 0.46em;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .tit_cat {
    font-size: 2rem;
    line-height: 1.4;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .tit_cat:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  left: 0;
  bottom: -1px;
}
main.temp_food #home_subprice .inner .lo_price .lo .txt ul.ul_data > li {
  padding: 1.2rem 0rem;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt ul.ul_data > li {
    padding: 2.2rem 0.8rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt ul.ul_data > li .desc {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt ul.ul_data > li .desc {
    font-size: 1.4rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line {
  font-size: 2.4vw;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line {
    font-size: 1.6rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line > .tit {
  font-size: 4vw;
  margin: 0.8em 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line > .tit {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 1.6em 0 0;
  color: #919191;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price {
    font-size: 2rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price s {
  font-family: "Oswald", sans-serif;
  font-size: 3.2vw;
  margin: 0 0.24em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price s {
    font-size: 2.8rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale {
  margin-left: 0.4em;
  font-size: 2.2vw;
  letter-spacing: 0.04em;
  color: #e60012;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale {
    font-size: 2rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale b {
  font-size: 3.2vw;
  font-weight: 500;
  margin: 0 0 0 0.2em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale b {
    font-size: 3.6rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale .txt_tax {
  font-size: 3.2vw;
  margin: 0 0 0 -0.4em;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price .sale .txt_tax {
    font-size: 1.4rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price span {
  margin-left: 0.4em;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .txt > .txt_line .txt_price span {
    font-size: 2.8rem;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .tmb {
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .tmb {
    width: 40%;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj1 {
  width: 72%;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj1 {
    width: 80%;
    position: absolute;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj1 img {
  width: 100%;
}
main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj2 {
  width: 42%;
  margin-top: -32vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj2 {
    width: 50%;
    position: absolute;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo .tmb .obj2 img {
  width: 100%;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(odd) .tmb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo:nth-child(odd) .tmb .obj1 {
  margin-left: auto;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(odd) .tmb .obj1 {
    margin-left: 0;
    top: 0vw;
    right: 0%;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(odd) .tmb .obj2 {
    bottom: 2vw;
    left: 0vw;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(even) .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(even) .tmb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(even) .tmb .obj1 {
    top: 0vw;
    left: -4%;
  }
}
main.temp_food #home_subprice .inner .lo_price .lo:nth-child(even) .tmb .obj2 {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_subprice .inner .lo_price .lo:nth-child(even) .tmb .obj2 {
    margin-left: 0;
    bottom: 4vw;
    right: 0vw;
  }
}
main.temp_food .sec_about_home4 {
  background-color: rgb(245, 245, 245);
  background-color: rgb(255, 252, 232);
  padding: 8% 0;
  margin-top: -24vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home4 {
    padding: 4% 0;
    margin-top: -56px;
  }
}
main.temp_food .sec_about_home4 .inner > .heading {
  text-align: center;
  padding-bottom: 4vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home4 .inner > .heading {
    padding-bottom: 4%;
  }
}
main.temp_food .sec_about_home4 .inner .btn_area .btn_std {
  width: 72%;
  height: 12vw;
  color: #fff;
  background-color: #4E9891;
  border-radius: 4px;
  font-size: 4.4vw;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  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;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home4 .inner .btn_area .btn_std {
    width: 100%;
    max-width: 240px;
    height: 56px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 8px;
  }
}
main.temp_food #home_infoacs {
  padding: 8vw 0 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs {
    padding: 4% 0 0;
  }
}
main.temp_food #home_infoacs .blk_outline .heading {
  margin-bottom: 8vw;
  text-align: center;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .heading {
    margin-bottom: 4%;
  }
}
main.temp_food #home_infoacs .blk_outline .access-gallery {
  margin-bottom: 8%;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .access-gallery {
    margin-bottom: 4%;
  }
}
main.temp_food #home_infoacs .blk_outline .access-gallery .slide {
  width: calc(90% - 80px);
  position: relative;
  margin: 0 15px;
  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;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .access-gallery .slide {
    width: calc(90% - 100px);
    max-width: 800px;
    margin: 0 auto;
    margin-right: 2%;
  }
}
main.temp_food #home_infoacs .blk_outline .access-gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.temp_food #home_infoacs .blk_outline .hd_accs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6.4%;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .hd_accs {
    margin-bottom: 3.2%;
  }
}
main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8%;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns {
    margin-left: 4%;
  }
}
main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns > li {
  margin: 0 8%;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns > li {
    margin: 0 8%;
  }
}
main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns > li img {
  width: 48px;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .hd_accs .ul_icnsns > li img {
    width: 40px;
  }
}
main.temp_food #home_infoacs .blk_outline .btn_area a.btn {
  width: 56%;
  height: 12vw;
  color: #4E9891;
  border: 1px solid #4E9891;
  border-radius: 80px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  margin: 8% auto;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .btn_area a.btn {
    width: 100%;
    max-width: 240px;
    height: 56px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 4% auto;
  }
}
main.temp_food #home_infoacs .blk_outline .btn_area a.btn:hover {
  background-color: #4E9891;
  color: #fff;
}
main.temp_food #home_infoacs .blk_outline .cont {
  margin-bottom: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_infoacs .blk_outline .cont {
    width: 72%;
  }
}
main.temp_food #home_shop {
  padding: 8vw 0 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop {
    padding: 4% 0 0;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main.temp_food #home_shop .blk_outline .heading {
  margin-bottom: 8vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_outline .heading {
    width: 24%;
    margin-bottom: 0;
  }
}
main.temp_food #home_shop .blk_outline .cont {
  margin-bottom: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_outline .cont {
    width: 72%;
  }
}
@media (max-width: 479px) {
  main.temp_food #home_shop .blk_access01 {
    background-color: #f7f7f7;
  }
}
main.temp_food #home_shop .blk_access01 .mv iframe {
  width: auto;
}
@media (max-width: 479px) {
  main.temp_food #home_shop .blk_access01 .mv iframe {
    width: 100vw;
    height: 48vh;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .mv iframe {
    width: 100%;
  }
}
main.temp_food #home_shop .blk_access01 .blk_info {
  position: relative;
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_info .shopdata {
    padding: 1.12em;
    width: 320px;
    font-size: 1.4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.56);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.56);
    position: absolute;
    right: 0;
    top: -20vw;
    z-index: 100;
  }
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata {
  /* custamaiz 20260601 */
  display: none;
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata .tmb {
  display: none;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_info .shopdata .tmb {
    display: block;
  }
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata .tmb img {
  width: 100%;
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata .txt {
  padding: 0.8em;
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata .txt .name {
  padding: 0.64em 0;
  font-size: 4.8vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_info .shopdata .txt .name {
    font-size: 2rem;
    padding: 0.48em 0;
  }
}
main.temp_food #home_shop .blk_access01 .blk_info .shopdata .txt .txt_add {
  margin-bottom: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_info .shopdata .txt .txt_add {
    margin-bottom: 0.8em;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access {
  margin: 4vw auto 0;
  position: relative;
  padding-bottom: 8vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access {
    height: 416px;
    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;
    margin: 0.8% auto;
    padding-bottom: 0;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access {
  /* カスタマイズ20260601 */
  display: none;
}
main.temp_food #home_shop .blk_access01 .blk_access:before {
  content: "";
  vertical-align: middle;
  width: 88vw;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access:before {
    min-width: 1180px;
    display: inline-block;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .heading {
  text-align: center;
  margin-bottom: 8vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .heading {
    margin-bottom: 0;
    margin-right: 8%;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .cont {
  margin: 0 5vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .cont {
    width: 72%;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .cont > .tit {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .cont > .tit {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line {
  font-size: 3.8vw;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line {
    line-height: 1.8;
    font-size: 1.6rem;
    margin-bottom: 0.8em;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line .gr {
  margin-bottom: 5vw;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line .gr {
    margin-bottom: 4%;
  }
}
main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line .gr:last-child {
  margin-bottom: 0;
}
main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line .gr .title {
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  main.temp_food #home_shop .blk_access01 .blk_access .cont .txt_line .gr .title {
    font-size: 1.6rem;
    margin-bottom: 0.32em;
  }
}
main.temp_food .sec_outline01 .ul_outline > li {
  font-size: 3.6vw;
  line-height: 1.7;
  padding: 0.8em 0em;
  border-bottom: 1px solid #999;
}
@media (min-width: 1024px) {
  main.temp_food .sec_outline01 .ul_outline > li {
    padding: 1.2em 0em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
main.temp_food .sec_outline01 .ul_outline > li:first-child {
  border-top: 1px solid #999;
}
main.temp_food .sec_outline01 .ul_outline > li:nth-child(odd) {
  background: #fff;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dt {
  width: 6em;
  vertical-align: top;
}
@media (min-width: 1024px) {
  main.temp_food .sec_outline01 .ul_outline > li > dl > dt {
    width: 16em;
    padding-left: 0;
  }
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_officer > li {
  position: relative;
  margin-bottom: 1em;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_officer > li:last-child {
  margin-bottom: 0em;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_officer > li b {
  font-weight: 400;
  color: #4E9891;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_officer > li span {
  position: absolute;
  left: 10em;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li {
  margin-bottom: 0.8em;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li a {
  color: #08f;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li a:hover {
  color: #333;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 8px;
  background: url(../img/company/icn_linkarr.svg) center center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
@media (min-width: 768px) {
  main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li a:before {
    width: 10px;
    height: 12px;
    margin-right: 8px;
  }
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_group > li:last-child {
  margin-bottom: 0;
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 479px) {
  main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_column2 > li {
  width: 48%;
  margin-bottom: 0.8em;
}
@media (max-width: 479px) {
  main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_column2 > li {
    width: 100%;
    margin-bottom: 0.4em;
  }
}
main.temp_food .sec_outline01 .ul_outline > li > dl > dd .ul_column2 > li:last-child {
  margin-bottom: 0;
}
main.temp_food .ul_outline > li {
  font-size: 1.4vw;
  line-height: 2.2vw;
  padding: 1.2em 0.6em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .ul_outline > li {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media (max-width: 479px) {
  main.temp_food .ul_outline > li {
    font-size: 3.6vw;
    line-height: 1.6;
    padding: 0.8em 0.4em;
  }
}
main.temp_food .ul_outline > li:before {
  content: "";
  width: 16em;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (min-width: 768px) {
  main.temp_food .ul_outline > li:before {
    width: 12em;
  }
}
@media (max-width: 479px) {
  main.temp_food .ul_outline > li:before {
    width: 6em;
  }
}
main.temp_food .ul_outline > li:first-child {
  border-top: 4px solid #333;
}
main.temp_food .ul_outline > li:nth-child(odd) {
  background: #fff;
}
main.temp_food .ul_outline > li > dl {
  width: 100%;
}
main.temp_food .ul_outline > li > dl > dt {
  width: 16em;
  vertical-align: top;
}
@media (min-width: 1024px) {
  main.temp_food .ul_outline > li > dl > dt {
    width: 16em;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  main.temp_food .ul_outline > li > dl > dt {
    width: 12em;
  }
}
@media (max-width: 479px) {
  main.temp_food .ul_outline > li > dl > dt {
    width: 6em;
  }
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li {
  position: relative;
  margin-bottom: 1em;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li:last-child {
  margin-bottom: 0em;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li b {
  font-weight: 400;
  color: #4E9891;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li span {
  position: absolute;
  left: 10em;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li {
  margin-bottom: 0.8em;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a {
  color: #08f;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a:hover {
  color: #333;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 8px;
  background: url(../img/company/icn_linkarr.svg) center center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
@media (min-width: 768px) {
  main.temp_food .ul_outline > li > dl > dd .ul_group > li a:before {
    width: 10px;
    height: 12px;
    margin-right: 8px;
  }
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li:last-child {
  margin-bottom: 0;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li {
  position: relative;
  margin-bottom: 1em;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li:last-child {
  margin-bottom: 0em;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li b {
  font-weight: 400;
  color: #4E9891;
}
main.temp_food .ul_outline > li > dl > dd .ul_officer > li span {
  position: absolute;
  left: 10em;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li {
  margin-bottom: 0.8em;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a {
  color: #08f;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a:hover {
  color: #333;
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 8px;
  background: url(../img/company/icn_linkarr.svg) center center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
@media (min-width: 768px) {
  main.temp_food .ul_outline > li > dl > dd .ul_group > li a:before {
    width: 10px;
    height: 12px;
    margin-right: 8px;
  }
}
main.temp_food .ul_outline > li > dl > dd .ul_group > li:last-child {
  margin-bottom: 0;
}
main.temp_food .ul_outline01 > li {
  font-size: 3.6vw;
  line-height: 1.6;
  padding: 0.4em 0em;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .ul_outline01 > li {
    padding: 0.8em 0em;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
main.temp_food .ul_outline01 > li > dl {
  width: 100%;
}
main.temp_food .ul_outline01 > li > dl > dt {
  width: 16em;
  vertical-align: top;
}
@media (min-width: 1024px) {
  main.temp_food .ul_outline01 > li > dl > dt {
    width: 16em;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  main.temp_food .ul_outline01 > li > dl > dt {
    width: 12em;
  }
}
@media (max-width: 479px) {
  main.temp_food .ul_outline01 > li > dl > dt {
    width: 6em;
  }
}
@media (max-width: 479px) {
  main.temp_food .sec_info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
main.temp_food .sec_info .gr_info {
  padding: 6.4vw 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info {
    width: 88%;
    padding: 3.2% 0;
    margin: 0.8% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
main.temp_food .sec_info .gr_info header {
  width: auto;
  margin-bottom: 6.4vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info header {
    width: 48%;
  }
}
main.temp_food .sec_info .gr_info header .tit {
  margin-bottom: 6.4vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info header .tit {
    margin-bottom: 0;
  }
}
main.temp_food .sec_info .gr_info header .cont {
  font-size: 3.6vw;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info header .cont {
    width: 88%;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 0.8em;
  }
}
main.temp_food .sec_info .gr_info header .cont ul.att {
  margin-top: 0.64em;
}
main.temp_food .sec_info .gr_info header .cont ul.att > li {
  padding-left: 1em;
  text-indent: -1em;
}
main.temp_food .sec_info .gr_info .blk_tel,
main.temp_food .sec_info .gr_info .blk_mail {
  width: 100%;
  padding: 8vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
}
@media (max-width: 479px) {
  main.temp_food .sec_info .gr_info .blk_tel,
  main.temp_food .sec_info .gr_info .blk_mail {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel,
  main.temp_food .sec_info .gr_info .blk_mail {
    width: 26%;
    border-left: 1px solid #ddd;
    padding: 0 2%;
  }
}
main.temp_food .sec_info .gr_info .blk_tel > .tit,
main.temp_food .sec_info .gr_info .blk_mail > .tit {
  min-height: 6.4em;
  font-size: 4.4vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel > .tit,
  main.temp_food .sec_info .gr_info .blk_mail > .tit {
    min-height: 6em;
    font-size: 1.6rem;
  }
}
main.temp_food .sec_info .gr_info .blk_tel > .tit:after,
main.temp_food .sec_info .gr_info .blk_mail > .tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel > .tit:after,
  main.temp_food .sec_info .gr_info .blk_mail > .tit:after {
    width: 50px;
  }
}
main.temp_food .sec_info .gr_info .blk_tel .blk_icn:before,
main.temp_food .sec_info .gr_info .blk_mail .blk_icn:before {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto 0.8em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12vw;
  height: 12vw;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel .blk_icn:before,
  main.temp_food .sec_info .gr_info .blk_mail .blk_icn:before {
    width: 50px;
    height: 50px;
    margin: 0 auto 0.4em;
  }
}
main.temp_food .sec_info .gr_info .blk_tel .cont,
main.temp_food .sec_info .gr_info .blk_mail .cont {
  padding: 5.6vw 0 0;
  font-size: 3.6vw;
  text-align: center;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel .cont,
  main.temp_food .sec_info .gr_info .blk_mail .cont {
    padding: 6.4% 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
main.temp_food .sec_info .gr_info .blk_tel .cont a.alink_tel,
main.temp_food .sec_info .gr_info .blk_mail .cont a.alink_tel {
  font-size: 10vw;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel .cont a.alink_tel,
  main.temp_food .sec_info .gr_info .blk_mail .cont a.alink_tel {
    font-size: 3.6rem;
  }
}
main.temp_food .sec_info .gr_info .blk_tel .cont a.btn,
main.temp_food .sec_info .gr_info .blk_mail .cont a.btn {
  width: 72%;
  height: 12vw;
  color: #fff;
  background-color: #4E9891;
  border-radius: 4px;
  font-size: 4.4vw;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  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;
}
@media (min-width: 1024px) {
  main.temp_food .sec_info .gr_info .blk_tel .cont a.btn,
  main.temp_food .sec_info .gr_info .blk_mail .cont a.btn {
    width: 100%;
    height: 56px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 8px;
  }
}
main.temp_food .sec_info .gr_info .blk_tel .cont .txt_open,
main.temp_food .sec_info .gr_info .blk_mail .cont .txt_open {
  margin: 0.4em auto;
}
main.temp_food .sec_info .gr_info .blk_tel > .tit:before {
  background-image: url(../img/temp_food/icn_tel.svg);
}
main.temp_food .sec_info .gr_info .blk_mail > .tit:before {
  background-image: url(../img/temp_food/icn_mail.svg);
}
main.temp_food .sec_about_home6 {
  padding: 8% 0;
  background-color: #C6E2DF;
}
main.temp_food .sec_about_home6 .ul_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8% 5vw 0;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home6 .ul_features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4% auto;
  }
}
main.temp_food .sec_about_home6 .ul_features > li {
  width: 100%;
  background-color: #fff;
  margin: 0 0 6.4%;
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home6 .ul_features > li {
    width: 32%;
    margin: 0;
  }
}
main.temp_food .sec_about_home6 .ul_features > li .tmb img {
  width: 100%;
}
main.temp_food .sec_about_home6 .ul_features > li .txt {
  padding: 6.4% 8%;
}
main.temp_food .sec_about_home6 .ul_features > li .txt .tit {
  text-align: center;
  color: #4E9891;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  main.temp_food .sec_about_home6 .ul_features > li .txt .tit {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  main.temp_food .sec_about_home6 .ul_features > li .txt .tit {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  main.temp_food .sec_about_home6 .ul_features > li .txt .tit {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
}
main.temp_food #home_lineup {
  padding: 8% 0;
}
main.temp_food #home_lineup .ul_lineup {
  margin: 8% 5vw 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .ul_lineup {
    margin: 4% auto;
  }
}
main.temp_food #home_lineup .ul_lineup .obj .tmb img {
  width: 100%;
  display: block;
}
main.temp_food #home_lineup .ul_lineup .obj .txt {
  padding: 6.4% 3.2%;
}
main.temp_food #home_lineup .ul_lineup .obj .txt .tit {
  text-align: center;
  color: #4E9891;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  main.temp_food #home_lineup .ul_lineup .obj .txt .tit {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .ul_lineup .obj .txt .tit {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  main.temp_food #home_lineup .ul_lineup .obj .txt .tit {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
}
main.temp_food #home_lineup .ul_lineup .obj .txt .txt_line {
  height: 8em;
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .ul_lineup .obj .txt .txt_line {
    height: 15em;
  }
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl dt, main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl dd {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  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;
  font-size: 1.3rem;
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl dt {
  width: 8em;
  margin-right: 12px;
  border-bottom: 1px solid #4E9891;
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl dd {
  width: calc(100% - 9em);
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl:first-child dt, main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl:first-child dd {
  border-top: 1px solid rgba(0, 0, 0, 0.32);
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl:first-child dt {
  border-top: 1px solid #4E9891;
}
main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl.bstyle dt, main.temp_food #home_lineup .ul_lineup .obj .txt .dl_date > dl.bstyle dd {
  height: 4em;
}
main.temp_food #home_lineup .ul_lineup:not(.lineup-gallery) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .ul_lineup:not(.lineup-gallery) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main.temp_food #home_lineup .ul_lineup:not(.lineup-gallery) .obj {
  width: 100%;
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .ul_lineup:not(.lineup-gallery) .obj {
    width: 32%;
  }
}
main.temp_food #home_lineup {
  /* Flickity用 */
}
main.temp_food #home_lineup .lineup-gallery {
  margin: 8% -4vw 0;
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .lineup-gallery {
    margin: 4% -2% 0;
  }
}
main.temp_food #home_lineup .lineup-gallery .slide {
  width: 100%;
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  main.temp_food #home_lineup .lineup-gallery .slide {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  main.temp_food #home_lineup .lineup-gallery .slide {
    width: 32%;
    padding: 0 2%;
  }
}