@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "TenorSans-Regular";
  src: url("../fonts/TenorSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Bold";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url("../fonts/NotoSerifJP-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("../fonts/NotoSerifJP-SemiBold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInShadow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSlideSub {
  0% {
    opacity: 0;
    transform: translate(-20px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -70px auto 0;
  padding-top: 70px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 20px;
}

.news-post {
  flex-wrap: wrap;
}
.news-post-item {
  width: 49%;
}
.news-post-item:nth-of-type(2n) {
  margin-left: 2%;
}
.news-post-item:nth-of-type(n+3) {
  margin-top: 2%;
}
.news-post-link {
  padding: 10px;
}
.news-post-time {
  margin-top: 14px;
  font-size: 1.4rem;
}
.news-post-ttl {
  padding-bottom: 5px;
  line-height: 2;
}
.news-post-tag li {
  margin: 7px 0 0 7px;
  padding: 2px 5px;
  font-size: 1.2rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link {
  padding: 15px 30px;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
}

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

  main  SP

========================================= */
/* top-concept  SP
------------------------------------ */
#top-concept .concept-bg {
  padding-top: 50px;
}
#top-concept .concept-slider-txt {
  font-size: 3.5rem;
}
#top-concept .concept-img01 {
  width: 65%;
  margin-left: 15px;
}
#top-concept .concept-img02 {
  width: 55%;
  margin: 30px 0 0 15px;
}
#top-concept .concept-img03 {
  width: 55%;
  margin: 20px 15px 0 auto;
}
#top-concept .concept-con {
  margin: 20px auto 0;
  text-align: center;
}
#top-concept .concept-txt-box {
  margin-top: 30px;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-list-item:last-of-type .bnr-list-con {
  padding-bottom: 40px;
}
#top-bnr .bnr-list-img {
  height: 0;
  padding-top: 96%;
}
#top-bnr .bnr-list-con {
  width: 100%;
  height: auto;
  padding: 40px 15px 150px;
  position: static;
}
#top-bnr .bnr-list-txt {
  max-width: none;
  margin-top: 25px;
}
#top-bnr .bnr-list-btn-wrap {
  margin-top: 30px;
  text-align: right;
}

/* top-loka  SP
------------------------------------ */
#top-loka .loka-bg {
  background-position: right top;
}
#top-loka .loka-ttl-ja {
  margin-top: 30px;
  padding: 0px 20px;
  background-size: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
}
#top-loka .loka-txt {
  margin-top: 20px;
  text-align: left;
}
#top-loka .loka-btn {
  margin-top: 25px;
}
#top-loka .loka-btn-wrap {
  text-align: right;
}

/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  width: 100%;
}
#top-news .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-news .news-btn {
  margin: 0;
}
#top-news .news-post {
  margin: 25px auto 0;
}

/* top-access  SP
------------------------------------ */
#top-access .access-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-access .access-btn {
  margin: 0;
}
#top-access .access-right {
  margin: 25px auto 0;
}

/* top-calender  SP
------------------------------------ */
#top-calender .calender-left {
  width: 100%;
}
#top-calender .calender-dl {
  max-width: none;
  margin-top: 40px;
  padding-left: 15px;
}
#top-calender .calender-dl dt {
  font-size: 1.8rem;
}
#top-calender .calender-iframe {
  height: 350px;
}
#top-calender .calender-right {
  margin: 25px auto 0;
}

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

sub layout  SP

========================================= */
/* concept  SP
------------------------------------ */
#concept .concetto-ttl {
  text-align: center;
}
#concept .concetto-txt-box {
  margin-top: 30px;
}
#concept .concetto-img {
  margin: 20px auto 0;
}
#concept .ingred {
  background-position: right top, center;
  background-size: 175px, auto;
}
#concept .ingred-ttl-sub {
  margin-top: 35px;
  font-size: 1.8rem;
}
#concept .ingred-txt-box {
  margin-top: 25px;
}
#concept .ingred-box {
  margin-top: 30px;
  padding: 20px;
}
#concept .ingred-box-item {
  flex-direction: column !important;
  align-items: center;
}
#concept .ingred-box-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#concept .ingred-box-con {
  margin: 15px auto 0;
}
#concept .ingred-box-txt {
  padding: 10px 10px 0 !important;
}
#concept .archi-ttl {
  text-align: center;
}
#concept .archi-flx {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#concept .archi-flx-txt {
  margin: 10px auto 0;
}
#concept .archi-box {
  margin-top: 30px;
  padding: 20px;
}
#concept .archi-box-ttl {
  font-size: 1.7rem;
}
#concept .archi-box-txt {
  margin-top: 14px;
}
#concept .archi-list {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#concept .archi-list-item:nth-of-type(n+2) {
  margin: 15px auto 0;
}
#concept .chef-ttl {
  text-align: center;
}
#concept .chef-flx {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#concept .chef-con {
  margin: 15px auto 0;
}
#concept .chef-con-ttl, #concept .chef-con-ttl-sub, #concept .chef-con-txt-box {
  padding: 0 10px;
}
#concept .chef-con-ttl-sub {
  margin-top: 5px;
  padding-bottom: 14px;
}
#concept .chef-con-txt-box {
  margin-top: 10px;
}

/* course  SP
------------------------------------ */
#course .about-list {
  margin-top: 35px;
}
#course .com-course {
  background-size: 100%, auto;
}
#course .course-flx {
  flex-direction: column-reverse;
  align-items: center;
}
#course .course-flx-img {
  margin: auto;
}
#course .course-flx-con {
  margin: 20px auto 0;
}
#course .course-ttl {
  text-align: center;
}
#course .course-price {
  margin-top: 30px;
}
#course .course-price li {
  font-size: 1.8rem;
}
#course .course-price li:nth-of-type(n+2) {
  margin-left: 2%;
}
#course .course-price li.harf {
  width: 49%;
}
#course .course-price span {
  font-size: 1.3rem;
}
#course .course-img {
  display: block;
  margin-top: 30px;
}
#course .course-img li {
  width: 100%;
}
#course .course-img li:nth-of-type(n+2) {
  margin: 15px auto 0;
}
#course .course-box {
  margin-top: 30px;
  padding: 15px;
}
#course .course-box-ttl {
  margin-bottom: 10px;
}
#course .course-box-txt:nth-of-type(n+2) {
  margin-top: 10px;
}

/* loka  SP
------------------------------------ */
#loka .about {
  background-size: 100%;
}
#loka .about-txt-box {
  margin-top: 25px;
  text-align: left;
}
#loka .products-list-item {
  flex-direction: column;
  align-items: center;
}
#loka .products-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#loka .products-list-con {
  margin: 15px auto 0;
}
#loka .products-list-ttl {
  display: block;
  padding-bottom: 5px;
}
#loka .products-list-ttl-ja {
  font-size: 1.8rem;
}
#loka .products-list-ttl-en {
  display: block;
  text-align: right;
  font-size: 1.6rem;
}
#loka .products-list-ttl-en .sm {
  font-size: 1.3rem;
}
#loka .products-list-txt {
  margin-top: 15px;
}
#loka .products-list-btn {
  margin-top: 15px;
  padding-right: 26px;
  background-size: 15px;
}
#loka .products-list-btn-wrap {
  text-align: right;
}
#loka .products-btn {
  text-align: center;
  position: relative;
}
#loka .products-btn::after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

/* access  SP
------------------------------------ */
#access .access-ttl {
  text-align: center;
}
#access .access-address {
  margin-top: 30px;
}
#access .access-dl {
  margin-top: 20px;
}
#access .access-dl dt {
  font-size: 1.8rem;
}
#access .access-right {
  margin: 25px auto 0;
}
#access .information-con {
  width: 100%;
}
#access .information-ttl {
  text-align: center;
}
#access .information-calender {
  margin-top: 25px;
}
#access .information-table {
  margin: 20px auto 0;
}

/* news  SP
------------------------------------ */
#news .news-post-time {
  margin-top: 17px;
}/*# sourceMappingURL=style_sp.css.map */