@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.7;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

ul,
ol,
dl {
  margin: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  margin: 0;
}

p {
  margin: 0;
}

dd {
  margin: 0;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
  /*thとtd内の余白指定*/
  /*th（項目欄）は30%幅、テキストを右寄せ*/
  /*「必須」部分のスタイリング*/
  /*各入力フォームスタイリング*/
  /*入力欄にフォーカスしたら変化*/
}
.table-res-form th, .table-res-form td {
  padding: 16px 24px;
  font-size: 14px;
}
.table-res-form th {
  width: 30%;
  text-align: right;
  margin-right: 42px;
  font-weight: normal;
}
.table-res-form .requied {
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 12px;
}
.table-res-form input[type="text"], .table-res-form input[type="email"], .table-res-form textarea {
  padding: 0.7em;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  background-color: #f4f1e8;
}
.table-res-form input#form-zipcode {
  width: 134px;
}
.table-res-form input[type="text"]:focus, .table-res-form textarea:focus {
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*送信ボタンスタイリング*/
input[type="submit"] {
  width: 152px;
  height: 50px;
  border: 3px solid #ece6d7;
  background-color: #ece6d7;
  font-weight: bold;
  font-size: 15px;
  color: #24292d;
}

/*送信ボタン・マウスオーバー時スタイリング*/
input[type="submit"]:hover,
input[type="submit"]:active {
  border-color: #f4f1e8;
  background-color: #f4f1e8;
}

.screen-reader-response,
.wpcf7-response-output.wpcf7-validation-errors {
  text-align: center;
  color: red;
}

@media only screen and (max-width: 768px) {
  .form-label {
    display: block;
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }

  .table-res-form th,
  .table-res-form td {
    width: 100%;
    display: block;
    padding: 1em;
    font-size: 14px;
  }

  .table-res-form .empty {
    display: none;
  }

  .table-res-form th {
    padding-bottom: 0;
    text-align: left;
  }

  .table-res-form input[type="submit"] {
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }

  .table-res-form .requied {
    font-size: 11px;
    padding: 2px 10px;
    margin-left: 10px;
  }
}
.c-list__RowCenter {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.c-list__RowCenterSA {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.c-list--RowCenterSB {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.c-list__RowLeft {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

.c-list__cols {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list__cols .c-list__2col_item {
  width: 50%;
}
.c-list__cols .c-list__3col_item {
  width: 33.333%;
}

.c-list__cols.is-forSP {
  /*.is-forSPはJSで付与*/
  flex-direction: column;
}
.c-list__cols.is-forSP .c-list__2col_item,
.c-list__cols.is-forSP .c-list__3col_item {
  width: 100%;
}

@media (max-width: 780px) {
  .c-list__cols.responsive-max780 {
    flex-direction: column;
  }
  .c-list__cols.responsive-max780 .c-list__2col_item,
  .c-list__cols.responsive-max780 .c-list__3col_item {
    width: 100%;
  }

  .c-list__cols.responsive-780to640 .c-list__3col_item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .c-list__cols.responsive-780to640 {
    flex-direction: column;
  }
  .c-list__cols.responsive-780to640 .c-list__3col_item {
    width: 100%;
  }

  .c-list__RowCenterSA {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list__RowCenterSA .c-list__RowCenterSA_item {
    width: 50%;
  }
}
.u-show--SP {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .u-show--SP {
    display: block;
  }
}

.u-show--TABLET {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .u-show--TABLET {
    display: block;
  }
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .u-hide--SP {
    display: none;
  }
}

.u-flex {
  display: -webkit-flex;
  display: flex;
}
.u-flex--SB {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.u-flex--alignCenter {
  -webkit-align-items: center;
  align-items: center;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.06em;
}

.font-sacramento {
  font-family: 'Sacramento', cursive;
}

.font-haviland {
  font-family: 'Mr De Haviland', cursive;
}

.font-color--darkgray {
  color: #24292d;
}

.l-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .l-container {
    width: 1080px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
  .l-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .l-container {
    padding: 0 12px;
  }
}
.l-container--single {
  width: 740px;
}

.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-readMore a {
  display: block;
  border: 2px solid #f07306;
  width: 120px;
  background-color: #f07306;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1rem;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.c-readMore a:hover, .c-readMore a:active {
  background-color: #fafafa;
  color: #f07306;
}

.c-sectionTitleHead {
  margin-bottom: 30px;
  padding-top: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.c-sectionTitle {
  color: #24292d;
}
.c-sectionTitle--white {
  color: white;
}
.c-sectionTitle__en {
  margin-bottom: 12px;
  font-size: 60px;
  line-height: 1;
}
.c-sectionTitle__orange {
  color: #f07306;
}
.c-sectionTitle__ja {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1rem;
}
.c-sectionTitle__jaBdr {
  position: relative;
}
.c-sectionTitle__jaBdr span {
  position: relative;
  z-index: 2;
  padding-right: .5em;
  background-color: #24292d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.c-sectionTitle__jaBdr:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
.c-sectionTitle__jaBdr--gray span {
  background-color: #fafafa;
}
.c-sectionTitle__jaBdr--gray:after {
  background-color: #ddd;
}
.c-sectionTitle__center {
  text-align: center;
}
.c-sectionTitle__right {
  margin-left: 28px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
}
.c-sectionTitle__subtext {
  margin-top: 32px;
  text-align: center;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(36, 41, 45, 0.3);
  opacity: 0;
  -moz-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.l-header.active {
  opacity: 100;
}

.c-headerLogo {
  float: left;
  margin-top: 12px;
  width: 156px;
}

.c-headerNav {
  float: right;
  position: relative;
  margin: 16px 24px 0 0;
  padding: 8px 24px 0 0;
}
.c-headerNav:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fafafa;
}

.c-headerTel {
  margin-top: 16px;
  padding-top: 8px;
  float: right;
  color: #fff;
  font-size: 18px;
}
.c-headerTel__icon {
  margin-left: 15px;
  width: 28px;
}

.menu-item + .menu-item {
  margin-left: 48px;
}

.menu-item a {
  color: #fff;
}

.l-page-menu,
.l-page-menu,
.l-page-access,
.l-page-contact,
.l-footer {
  min-width: 1080px;
}

.l-section--hero {
  position: relative;
  min-width: 1080px;
  background-image: url("images/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-section--pageHero {
  position: relative;
  height: 264px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-section--pageHero--about {
  background-image: url("images/bg-hero--about.jpg");
}
.l-section--pageHero--menu {
  background-image: url("images/bg-hero--menu.jpg");
}
.l-section--pageHero--access {
  background-image: url("images/bg-hero--access.jpg");
}
.l-section--pageHero--contact {
  background-image: url("images/bg-hero--contact.jpg");
}

.c-hero-catch {
  width: 950px;
  margin: 0 auto;
}
.c-hero-catch__bottom {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.8px;
}
.c-hero-catch__sacramento {
  font-size: 30px;
  margin: 0 6px;
  font-weight: normal;
}
.c-hero-catch--about {
  max-width: 320px;
}

.l-section--omoi {
  min-width: 1080px;
  height: 550px;
  background-color: #ece6d7;
}

.c-omoi {
  display: table;
}
.c-omoi__contents {
  position: relative;
  display: table-cell;
  padding: 50px 50px 0 100px;
  height: 550px;
  width: 50%;
  overflow: hidden;
}
.c-omoi__contents:hover .c-omoi__caption, .c-omoi__contents:active .c-omoi__caption {
  top: 0;
  left: 0;
}
.c-omoi__caption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 1;
  text-align: center;
  line-height: 550px;
}
.c-omoi__caption a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #f07306;
  letter-spacing: 1px;
}
.c-omoi__caption a .fa-chevron-right {
  font-size: 18px;
  margin-left: 4px;
}
.c-omoi__caption a:hover, .c-omoi__caption a:active {
  color: #fff;
  text-decoration: none;
}
.c-omoi__images {
  display: table-cell;
  width: 50%;
  background-image: url("images/omoiImages.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-omoi__head {
  position: relative;
  margin-bottom: 16px;
}
.c-omoi__head span {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  padding-right: .5em;
  background-color: #ece6d7;
  font-size: 18px;
  color: #24292d;
  font-weight: bold;
  line-height: 1;
}
.c-omoi__head:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
.c-omoi__text {
  margin-top: 40px;
}
.c-omoi__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-section--toMenu {
  min-width: 1080px;
}

.c-toMenu {
  display: table;
  width: 100%;
}
.c-toMenu__lunch, .c-toMenu__dinner {
  display: table-cell;
  padding-top: 50px;
  width: 50%;
}
.c-toMenu__lunch {
  background-color: #2e353a;
  position: relative;
  overflow: hidden;
}
.c-toMenu__lunch .c-toMenu__img {
  background-image: url("images/tomenu--lunch.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-toMenu__lunch:hover .c-toMenu__lunchCaption, .c-toMenu__lunch:active .c-toMenu__lunchCaption {
  top: 0;
  left: 0;
}
.c-toMenu__lunchCaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 1;
  text-align: center;
  line-height: 487px;
}
.c-toMenu__lunchCaption a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #f07306;
  letter-spacing: 1px;
}
.c-toMenu__lunchCaption a .fa-chevron-right {
  font-size: 18px;
  margin-left: 4px;
}
.c-toMenu__lunchCaption a:hover, .c-toMenu__lunchCaption a:active {
  color: #fff;
  text-decoration: none;
}
.c-toMenu__dinner {
  background-color: #24292d;
  position: relative;
  overflow: hidden;
}
.c-toMenu__dinner .c-toMenu__img {
  background-image: url("images/tomenu--dinner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-toMenu__dinner:hover .c-toMenu__dinnerCaption, .c-toMenu__dinner:active .c-toMenu__dinnerCaption {
  top: 0;
  left: 0;
}
.c-toMenu__dinnerCaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 1;
  text-align: center;
  line-height: 487px;
}
.c-toMenu__dinnerCaption a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #f07306;
  letter-spacing: 1px;
}
.c-toMenu__dinnerCaption a .fa-chevron-right {
  font-size: 18px;
  margin-left: 4px;
}
.c-toMenu__dinnerCaption a:hover, .c-toMenu__dinnerCaption a:active {
  color: #fff;
  text-decoration: none;
}
.c-toMenu__text {
  margin-top: 28px;
  padding-bottom: 50px;
  color: #999999;
  text-align: center;
}
.c-toMenu__img {
  position: relative;
  width: 100%;
  height: 200px;
}
.c-toMenu__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-section--catering {
  min-width: 1080px;
  padding: 50px 0 72px 0;
  background-color: #fafafa;
}

.c-catering {
  margin-top: 10px;
}
.c-catering__item {
  width: 260px;
  text-align: center;
}
.c-catering__item--kitchenware {
  margin-top: 44px;
}
.c-catering__item--foodstuff {
  margin-top: 40px;
}
.c-catering__item--cuisine {
  margin-top: 43px;
}
.c-catering__img {
  margin-bottom: 20px;
}
.c-catering__name {
  margin-bottom: 20px;
  color: #f07306;
  font-size: 24px;
  letter-spacing: .2rem;
}
.c-catering__text {
  line-height: 1.7;
}

.l-section--profile {
  min-width: 1080px;
  background-color: #24292d;
}

.c-profile {
  display: table;
  width: 100%;
}
.c-profile__image, .c-profile__contents {
  display: table-cell;
  width: 50%;
}
.c-profile__image {
  background-image: url("images/chef.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 95% 54%;
}
.c-profile__contents {
  padding-top: 62px;
  padding-bottom: 90px;
}
.c-profile__nameJa {
  margin-top: 32px;
  color: #fff;
  font-size: 3rem;
}
.c-profile__nameEn {
  margin-bottom: 32px;
  font-size: 1.6rem;
  color: #fff;
}
.c-profile__text {
  color: #fff;
}

.l-section--connect {
  min-width: 1080px;
}

.c-connect {
  display: table;
  width: 100%;
  background-color: #fafafa;
}
.c-connect__topics, .c-connect__sns {
  display: table-cell;
  width: 50%;
}
.c-connect__topics {
  position: relative;
  padding: 50px 40px 0 100px;
}
.c-connect__posts {
  margin-top: 32px;
  color: #4b4b4b;
  font-size: 15px;
}
.c-connect__postTitle + .c-connect__postTitle {
  margin-top: 20px;
}
.c-connect__postTitle a {
  color: #4b4b4b;
  text-decoration: underline;
}
.c-connect__postTitle a:hover, .c-connect__postTitle a:active {
  text-decoration: none;
}
.c-connect__postDate {
  margin-right: 16px;
}
.c-connect__moreBtn {
  position: absolute;
  top: 50px;
  right: 40px;
}
.c-connect__sns {
  vertical-align: bottom;
  padding-bottom: 50px;
  padding-left: 50px;
  height: 364px;
  background-image: url("images/bg-connect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-connect__shopName {
  margin-bottom: 24px;
  font-size: 16px;
}
.c-connect__snsBtns {
  font-size: 15px;
  font-weight: bold;
}
.c-connect__snsBtns a {
  display: inline-block;
  width: 120px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 31px;
}
.c-connect__facebook {
  border: 2px solid #375794;
  background-color: #375794;
}
.c-connect__facebook:hover, .c-connect__facebook:active {
  background-color: #fff;
  color: #375794;
}
.c-connect__twitter {
  margin-left: -4px;
  border: 2px solid #4b98d3;
  background-color: #4b98d3;
}
.c-connect__twitter:hover, .c-connect__twitter:active {
  background-color: #fff;
  color: #4b98d3;
}

.l-section--map {
  min-width: 1080px;
}

.c-map {
  height: 400px;
}

.l-footer {
  padding: 50px 0;
  background-color: #24292d;
}

.c-footer {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.c-footer__logo {
  width: 156px;
}
.c-footer__shopName {
  font-size: 14px;
  font-weight: bold;
}
.c-footer__tel {
  color: #fff;
  font-size: 18px;
}
.c-footer__telIcon {
  margin-top: 7px;
  margin-left: 15px;
  width: 28px;
}

.c-page404-toTop {
  margin-top: 32px;
  text-align: center;
}
.c-page404-toTop a {
  color: #fff;
  text-decoration: underline;
}
.c-page404-toTop a a:hover, .c-page404-toTop a a:active {
  text-decoration: none;
}

.l-section--message {
  background-image: url("images/bg-aboutus.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-aboutUsPhoto {
  margin: 20px auto 0;
  max-width: 582px;
}

.c-aboutUsMessage {
  margin: 20px auto 0;
  padding-bottom: 50px;
  width: 680px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: .02em;
  color: #24292d;
  font-weight: bold;
}

.l-section--kodawari {
  padding: 50px 0;
  background-color: #ece6d7;
}

.c-kodawari {
  margin-top: 64px;
  color: #24292d;
}
.c-kodawari__item {
  padding: 0 20px;
}
.c-kodawari__img {
  margin: 0 auto;
  width: 272px;
  height: 192px;
}
.c-kodawari__title {
  margin-top: 12px;
  font-size: 24px;
  text-align: center;
}
.c-kodawari__title span {
  display: block;
  font-size: 18px;
}
.c-kodawari__text {
  margin-top: 12px;
}

.l-section--gallery {
  padding: 50px 0;
  background-color: #fafafa;
}

.c-sectionTitle__subtext.c-menuNote {
  margin: 48px auto 0;
  width: 630px;
}

.c-menuNote tr + tr {
  margin-top: 8px;
}
.c-menuNote th {
  width: 100px;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: normal;
}
.c-menuNote td {
  padding-left: 16px;
}

.l-section--menu {
  padding: 50px 0;
}

.c-menuTabs {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.c-menuTabs:before {
  z-index: 1;
}
.c-menuTabs:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}
.c-menuTabs__item {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0 10px;
  border: 1px sContentsolid #AAA;
  padding: 8px 10px 0;
  width: 180px;
  background: #ECECEC;
  cursor: pointer;
}
.c-menuTabs__item.tab-selected {
  z-index: 2;
  border-bottom-color: #FFF;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: #FFF;
  color: #000;
}

.c-tabItem {
  position: relative;
}
.c-tabItem:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #24292d;
}
.c-tabItem__icon {
  width: 60px;
  height: auto;
}
.c-tabItem__text {
  margin-left: 20px;
  text-align: left;
  font-size: 3.2rem;
  color: #f07306;
}
.c-tabItem__text span {
  display: block;
  font-size: 1.3rem;
  color: #000;
}

.c-menuTabContents {
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  width: 740px;
  background-color: #ece6d7;
  color: #24292d;
  position: relative;
  height: 1080px;
}
.c-menuTabContents__item.tab-hide {
  visibility: hidden;
}
.c-menuTabContents__item {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  width: 100%;
}
.c-menuTabContents__item .swiper-slide {
  padding: 0 104px;
}

.c-feedingIcon {
  position: absolute;
  top: 50%;
  padding: 5px 10px;
  cursor: pointer;
}
.c-feedingIcon--prev {
  left: 24px;
}
.c-feedingIcon--next {
  right: 24px;
}

.c-menuListHead__en {
  font-size: 3.8rem;
}
.c-menuListHead__orange {
  color: #f07306;
}
.c-menuListHead__subtext {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: -5px;
}
.c-menuListHead__courseName {
  font-size: 2.4rem;
}

.c-menuList {
  margin-top: 24px;
}
.c-menuList__item + .c-menuList__item {
  margin-top: 16px;
}
.c-menuList__courseName {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-menuList__itemName {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-menuList__description {
  margin-top: 6px;
  font-size: 1.3rem;
}

.c-coursePrice, .c-itemPrice {
  position: relative;
}
.c-coursePrice:before, .c-itemPrice:before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: .3em;
  left: 0;
  border-bottom: 2px dotted #24292d;
  content: "";
  width: 100%;
}
.c-coursePrice__left, .c-itemPrice__left {
  display: inline-block;
  position: relative;
  float: left;
  background-color: #ece6d7;
  z-index: 2;
}
.c-coursePrice__right, .c-itemPrice__right {
  display: inline-block;
  position: relative;
  z-index: 2;
  float: right;
  background-color: #ece6d7;
  font-weight: bold;
}

.c-courseItems {
  margin-top: .5em;
}
.c-courseItems__en {
  font-size: 1.8rem;
}
.c-courseItems__ja {
  font-size: 1.3rem;
}
.c-courseItems__text {
  margin-top: 60px;
}

.l-section--pageIntro {
  padding: 50px 0;
  background-color: #24292d;
}

.c-sectionTitle__subtext.c-contactNote {
  margin: 48px auto 0;
  width: 630px;
  text-align: left;
}
.c-sectionTitle__subtext.c-contactNote a {
  color: #fff;
  text-decoration: underline;
}
.c-sectionTitle__subtext.c-contactNote a:hover, .c-sectionTitle__subtext.c-contactNote a:active {
  text-decoration: none;
}

.l-section--contact {
  padding-top: 50px;
}

.c-contact__submit {
  margin-top: 16px;
  text-align: center;
}

.wpcf7 {
  margin: 0 0 50px 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 8px;
}

.wpcf7-list-item-label {
  margin-left: 5px;
}

.c-sectionTitle__subtext.c-accessNote {
  margin: 48px auto 0;
  width: 630px;
  text-align: left;
}

.c-accessNote__name {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-accessNote th {
  padding-top: 8px;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: top;
}
.c-accessNote td {
  padding-top: 8px;
  padding-left: 20px;
}

.l-section--single {
  padding: 50px 0;
}

.c-single__head {
  margin-bottom: 32px;
  text-align: center;
}
.c-single__cat a {
  color: #f07306;
}
.c-single__title {
  margin: 8px 0;
  font-size: 2.4rem;
  color: #24292d;
  line-height: 1;
}
.c-single__time {
  color: #999999;
}
.c-single__content {
  color: #24292d;
}
.c-single img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.c-single img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.c-single img.aligncenter {
  display: block;
  margin: 0 auto;
}

.l-section--archive {
  padding: 50px 0;
}

.c-archive__item + .c-archive__item {
  margin-top: 40px;
}
.c-archive__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
  text-align: center;
}
.c-archive__cat a {
  color: #f07306;
}
.c-archive__title {
  margin: 8px 0;
  font-size: 2.4rem;
  color: #24292d;
  line-height: 1;
}
.c-archive__title a {
  color: #24292d;
}
.c-archive__date {
  margin-bottom: 8px;
  color: #999999;
}
.c-archive__thumb {
  margin: 0 auto 8px;
  width: 400px;
}
.c-archive__excerpt {
  color: #24292d;
}
.c-archive__excerpt a {
  color: #f07306;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.u-mbxs {
  /* Margin-Bottom: Small; */
  margin-bottom: 8px;
}

.u-mb--40 {
  margin-bottom: 40px;
}

.u-mtxs {
  margin-top: 8px;
}
