@charset "UTF-8";
::-webkit-scrollbar-thumb {
  background: #3b5d82;
}

/*--------------------------------------------------------------------
	page layout
--------------------------------------------------------------------*/
.mv--container {
  position: relative;
}
.mv--container::after {
  content: "";
  width: 100%;
  display: block;
  height: 92%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgb(178, 208, 176), rgb(109, 175, 176));
  z-index: -1;
}
.mv--container header {
  height: 84px;
  width: 100%;
  margin-bottom: 80px;
}
.mv--container header .logo {
  position: absolute;
  max-width: 360px;
  min-width: 20%;
  top: 24px;
  left: 32px;
}
.mv--container header nav {
  position: absolute;
  top: 0;
  right: 32px;
}
.mv--container header nav ul {
  display: flex;
  justify-content: space-between;
}
.mv--container header nav ul li {
  padding: 0 1px;
}
.mv--container .mv--content .mv_hl {
  width: 80%;
  max-width: 1050px;
  height: auto;
  margin: 0 auto 80px auto;
}
.mv--container .swiper--wrapper {
  display: flex;
  justify-content: space-between;
}
.mv--container .swiper--wrapper .imgs {
  position: relative;
  width: 17.5%;
}
.mv--container .swiper--wrapper .imgs img {
  width: 100%;
  height: auto;
}
.mv--container .swiper--wrapper .imgs .scrollDown {
  position: absolute;
  left: 5px;
  bottom: 0;
  /*全体の高さ*/
  height: 28%;
}
.mv--container .swiper--wrapper .imgs .scrollDown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  70% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: 50%;
    height: 0;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  70% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: 50%;
    height: 0;
    opacity: 0;
  }
}
.mv--container .swiper--wrapper .swiper--container {
  width: 81%;
}

.swiper--container {
  /* swiperは末尾 */
  position: relative;
}
.swiper--container img {
  max-width: none !important;
  height: auto;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*--------------------------------------------------------------------
    ちょっとした楽しみで毎日を充実したものに
--------------------------------------------------------------------*/
section.sec_copy {
  padding: 80px 0 0 0;
  text-align: center;
}
section.sec_copy .__inner {
  margin: auto;
  max-width: 1024px;
  width: 100%;
}
section.sec_copy .--ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}

/*--------------------------------------------------------------------
    食事メニュー
--------------------------------------------------------------------*/
.sec_dishInfo {
  margin: 0 0 300px 0;
  position: relative;
  padding-top: 120px;
}
.sec_dishInfo .bg_grd {
  position: absolute;
  height: 100%;
  display: block;
  width: 88%;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(178, 208, 176, 0.15), rgba(109, 175, 176, 0.15));
  z-index: -2;
  margin-top: 120px;
}
.sec_dishInfo .__inner__wrapper {
  padding-top: 120px;
  position: relative;
}
.sec_dishInfo .__inner__wrapper::before {
  content: "";
  position: absolute;
  height: auto;
  display: block;
  width: 12%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../../images/bg_dish.svg") no-repeat center center/contain;
  z-index: -1;
}
.sec_dishInfo .__inner__wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  display: block;
  width: 12%;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../../images/bg_dish_lunch.svg") no-repeat center center/contain;
  z-index: -1;
}
.sec_dishInfo .__inner {
  margin: auto;
  max-width: 1024px;
  width: 100%;
  position: relative;
}
.sec_dishInfo .sec--headline {
  width: 100%;
  background-image: linear-gradient(90deg, rgb(178, 208, 176), rgb(109, 175, 176));
  padding: 32px;
  color: #fff;
  position: absolute;
  top: -164px;
  font-size: 2em;
  line-height: 32px;
  display: flex;
  text-align: center;
  align-items: center;
}
.sec_dishInfo .sec--headline .--tagline {
  flex-basis: 50%;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_dishInfo .sec--headline .--ttl {
  flex-basis: 50%;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  font-weight: normal;
}
.sec_dishInfo .sec_copy {
  text-align: center;
}
.sec_dishInfo .sec_copy .--ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}
.sec_dishInfo_txt {
  text-align: center;
  margin-bottom: 40px;
}
.sec_dishInfo_txt .--ttl {
  padding: 28px 0;
  font-size: 2.25em;
  font-weight: normal;
  margin: 120px 0 28px 0;
  position: relative;
}
.sec_dishInfo_txt .--ttl::before, .sec_dishInfo_txt .--ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #8BBDB0;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: auto;
}
.sec_dishInfo_txt .--ttl::before {
  top: 0;
}
.sec_dishInfo_txt .--ttl::after {
  bottom: 0;
}

/*--------------------------------------------------------------------
    行事食・イベント食
--------------------------------------------------------------------*/
.sec_eventDish {
  text-align: center;
  margin-bottom: 160px;
  position: relative;
}
.sec_eventDish .__inner {
  margin: auto;
  max-width: 1024px;
  width: 100%;
  border: 26px solid #EAF3F2;
  padding: 80px 32px 32px 32px;
}
.sec_eventDish .sec--ttl {
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(178, 208, 176), rgb(109, 175, 176));
  padding: 32px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec_eventDish .sec_copy .--ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}
.sec_eventDish_list {
  margin-top: 80px;
}
.sec_eventDish_list ul li .--ttl {
  font-size: 2em;
  margin-bottom: 12px;
}
.sec_eventDish_list ul li .--img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sec_eventDish_list ul li .--img figure {
  flex-basis: 48%;
  text-align: left;
}

/*--------------------------------------------------------------------
    料理長
--------------------------------------------------------------------*/
.sec_cook .__inner {
  padding: 60px 0;
  border-top: 2px dotted #88BDB0;
  border-bottom: 2px dotted #88BDB0;
  margin: auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec_cook .--img {
  flex-basis: 40%;
}
.sec_cook .--txt {
  flex-basis: 55%;
}
.sec_cook .--txt .profile--headline {
  margin-bottom: 20px;
}
.sec_cook .--txt .profile--headline .--tagline {
  font-size: 1.4em;
}
.sec_cook .--txt .profile--headline .--name {
  font-size: 1.8em;
  font-weight: normal;
}

/*--------------------------------------------------------------------
    イベント紹介
--------------------------------------------------------------------*/
.sec_eventInfo {
  margin-top: 100px;
  position: relative;
  padding-top: 100px;
}
.sec_eventInfo > div {
  background-image: linear-gradient(90deg, rgba(178, 208, 176, 0.15), rgba(109, 175, 176, 0.15));
}
.sec_eventInfo::after {
  content: "";
  display: block;
  position: absolute;
  width: 12%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../../images/bg_event.svg") no-repeat center center/contain;
}
.sec_eventInfo .__inner {
  padding: 120px 0 160px 0;
  margin-bottom: 200px;
  margin: auto;
  max-width: 1024px;
  width: 100%;
  position: relative;
}
.sec_eventInfo .sec--headline {
  width: 100%;
  background-image: linear-gradient(90deg, rgb(178, 208, 176), rgb(109, 175, 176));
  padding: 32px;
  color: #fff;
  position: absolute;
  top: -45px;
  font-size: 2em;
  line-height: 32px;
  display: flex;
  text-align: center;
  align-items: center;
}
.sec_eventInfo .sec--headline .--tagline {
  flex-basis: 50%;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_eventInfo .sec--headline .--ttl {
  flex-basis: 50%;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  font-weight: normal;
}
.sec_eventInfo .sec_copy {
  text-align: center;
}
.sec_eventInfo .sec_copy .--ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}
.sec_eventInfo .event--container {
  display: flex;
  justify-content: space-between;
  margin: 120px 0;
}
.sec_eventInfo .event--container .event--date { /*左カラム*/
  flex-basis: 25%;
  border-right: 1px solid #707070;
}
.sec_eventInfo .event--container .event--date .--box {
  margin-bottom: 20px;
}
.sec_eventInfo .event--container .event--date .--box .--hl {
  position: relative;
  display: inline-block;
}
.sec_eventInfo .event--container .event--date .--box .--hl::after {
  position: absolute;
  bottom: 0;
  width: 22px;
  display: block;
  height: 1px;
  background: #6EB0B0;
  content: "";
  right: -22px;
}
.sec_eventInfo .event--container .event--date .--box .--txt {
  font-size: 1.5em;
}
.sec_eventInfo .event--container .event--date .--regular {
  display: inline-block;
  color: #fff;
  background: #6EB0B0;
  padding: 10px;
  line-height: 1;
}
.sec_eventInfo .event--container .event--content { /*右カラム*/
  flex-basis: 70%;
}
.sec_eventInfo .event--container .event--content .--ttl {
  font-size: 1.8em;
  font-weight: normal;
  margin: 8px 0 20px 0;
}
.sec_eventInfo .event--container .event--content .--img {
  margin: 40px 0 0 0;
}
.sec_eventInfo .event--container .event--content .--img img {
  width: 100%;
  height: auto;
}
.sec_eventInfo .event--container .event--content .--img img:not(:last-of-type) {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------------
    template
--------------------------------------------------------------------*/
.sec_contact {
  margin: 160px 0;
}

.map {
  width: 100%;
  height: 1000px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------
    レスポンシブ
--------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .mv--container header .logo {
    max-width: inherit;
    width: 42%;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .--ttl > span {
    display: inline-block;
  }
  .mv--container header {
    margin-bottom: 0;
    height: auto;
  }
  .mv--container header::before {
    content: "";
    display: block;
    padding-top: 13.5%;
    width: 100%;
  }
  .mv--container header nav {
    display: none;
  }
  .mv--container .mv--content .mv_hl {
    width: 75%;
    margin: 5% auto;
  }
  .mv--container .swiper--wrapper .imgs {
    width: 5%;
  }
  .mv--container .swiper--wrapper .imgs img, .mv--container .swiper--wrapper .imgs .scrollDown {
    display: none;
  }
  .mv--container .swiper--wrapper .swiper--container {
    width: 95%;
  }
  /*--------------------------------------------------------------------
      ちょっとした楽しみで毎日を充実したものに
  --------------------------------------------------------------------*/
  section.sec_copy {
    padding-top: 10%;
  }
  section.sec_copy .__inner {
    padding: 0 3%;
  }
  section.sec_copy .--ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  section.sec_copy span {
    display: inline-block;
  }
  /*--------------------------------------------------------------------
      食事メニュー
  --------------------------------------------------------------------*/
  .sec_dishInfo {
    margin: 10% 0 15% 0;
    padding: 0 0 10% 0;
  }
  .sec_dishInfo .bg_grd {
    width: 100%;
    margin-top: 0;
  }
  .sec_dishInfo .__inner__wrapper {
    padding: 10% 0;
    padding: 0;
  }
  .sec_dishInfo .__inner__wrapper::before {
    display: none;
  }
  .sec_dishInfo .__inner__wrapper::after {
    display: none;
  }
  .sec_dishInfo .__inner {
    padding: 0 3%;
  }
  .sec_dishInfo .sec--headline {
    width: 100%;
    padding: 4% 0 3% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1.5em;
    line-height: normal;
    display: block;
  }
  .sec_dishInfo .sec--headline .--tagline {
    border: none;
    margin: 0 auto;
    width: 20%;
    min-width: 70px;
    margin: 0 auto 5px;
  }
  .sec_dishInfo .sec_copy {
    padding-top: 30%;
  }
  .sec_dishInfo .sec_copy .--ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  .sec_dishInfo .sec_copy .--ttl + p {
    text-align: left;
  }
  .sec_dishInfo .sec_copy .--ttl + p br {
    display: none;
  }
  .sec_dishInfo_txt {
    margin-bottom: 5%;
  }
  .sec_dishInfo_txt .--ttl {
    padding: 15px 0;
    font-size: 1.5em;
    margin: 10% 0 5% 0;
  }
  .sec_dishInfo_txt .--ttl::before, .sec_dishInfo_txt .--ttl::after {
    width: 8px;
    height: 8px;
  }
  /*--------------------------------------------------------------------
      行事食・イベント食
  --------------------------------------------------------------------*/
  .sec_eventDish {
    margin-bottom: 10%;
  }
  .sec_eventDish .__inner {
    border: 12px solid #EAF3F2;
    padding: 10% 5% 5%;
  }
  .sec_eventDish .sec--ttl {
    display: block;
    width: 80%;
    padding: 3% 0;
    font-size: 1.7em;
    top: -1.5%;
  }
  .sec_eventDish .sec_copy .--ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  .sec_eventDish_list {
    margin-top: 7.5%;
  }
  .sec_eventDish_list ul li .--ttl {
    font-size: 1.3em;
    margin-bottom: 2%;
  }
  .sec_eventDish_list ul li .--img {
    margin-bottom: 5%;
  }
  .sec_eventDish_list ul li .--img figure {
    flex-basis: 50%;
  }
  /*--------------------------------------------------------------------
      料理長
  --------------------------------------------------------------------*/
  .sec_cook {
    padding: 0 3%;
  }
  .sec_cook .__inner {
    padding: 3% 0;
    display: block;
  }
  .sec_cook .--img {
    margin-bottom: 3%;
  }
  .sec_cook .--img img {
    width: 100%;
  }
  .sec_cook .--txt .profile--headline {
    margin-bottom: 3%;
  }
  .sec_cook .--txt .profile--headline .--tagline {
    font-size: 1.2em;
  }
  .sec_cook .--txt .profile--headline .--name {
    font-size: 1.5em;
  }
  /*--------------------------------------------------------------------
      イベント紹介
  --------------------------------------------------------------------*/
  .sec_eventInfo {
    margin-top: 10%;
    padding-top: 0;
  }
  .sec_eventInfo::after {
    display: none;
  }
  .sec_eventInfo .__inner {
    padding: 0 3% 5% 3%;
  }
  .sec_eventInfo .sec--headline {
    width: 100%;
    padding: 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1.5em;
    line-height: normal;
    display: block;
    padding: 4% 0 3% 0;
  }
  .sec_eventInfo .sec--headline .--tagline {
    border: none;
    margin: 0 auto;
    width: 20%;
    min-width: 70px;
    margin: 0 auto 5px;
  }
  .sec_eventInfo .sec_copy {
    padding-top: 30%;
  }
  .sec_eventInfo .sec_copy .--ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  .sec_eventInfo .sec_copy .--ttl + p {
    text-align: left;
  }
  .sec_eventInfo .event--container {
    display: block;
    margin: 10% 0;
  }
  .sec_eventInfo .event--container .event--date { /*左カラム*/
    border: none;
  }
  .sec_eventInfo .event--container .event--date .--ttl {
    font-size: 1.65em;
    text-align: center;
    margin-bottom: 5%;
    font-weight: normal;
    position: relative;
    padding-top: 50px;
  }
  .sec_eventInfo .event--container .event--date .--ttl::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    background: #666;
    height: 50px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sec_eventInfo .event--container .event--date > div:not(.--regular) {
    display: grid;
    width: 100%;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 2%;
  }
  .sec_eventInfo .event--container .event--date .--box {
    border-left: 1px solid #6EB0B0;
    border-bottom: 1px solid #6EB0B0;
    border-top: 1px solid #6EB0B0;
    margin: 0;
  }
  .sec_eventInfo .event--container .event--date .--box:last-of-type {
    border-right: 1px solid #6EB0B0;
  }
  .sec_eventInfo .event--container .event--date .--box .--hl {
    background: #C8E0E0;
    display: block;
    border-bottom: 1px solid #6EB0B0;
  }
  .sec_eventInfo .event--container .event--date .--box .--hl img {
    display: block;
    padding: 5% 0;
    height: 2em;
    margin: 0 auto;
  }
  .sec_eventInfo .event--container .event--date .--box .--hl::after {
    display: none;
  }
  .sec_eventInfo .event--container .event--date .--box .--txt {
    font-size: 1.1em;
    padding: 5% 0;
  }
  .sec_eventInfo .event--container .event--date .--regular {
    padding: 2%;
    margin-bottom: 5%;
  }
  .sec_eventInfo .event--container .event--content { /*右カラム*/ }
  .sec_eventInfo .event--container .event--content .--img {
    margin: 5% 0 0 0;
  }
  .sec_eventInfo .event--container .event--content .--img img {
    width: 100%;
    height: auto;
  }
  .sec_eventInfo .event--container .event--content .--img img:not(:last-of-type) {
    margin-bottom: 2%;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 500px;
  }
}
/*--------------------------------------------------------------------
	swiperMv setting 
--------------------------------------------------------------------*/
.swiperMv .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.swiperMv .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiperMv .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 32px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display: flex;
}
.swiperMv .swiper-pagination-bullet {
  display: block;
  width: 170px;
  height: 6px;
  cursor: pointer;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.9);
}
.swiperMv .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.8em;
}
.swiperMv .swiper-pagination-bullet-active {
  background-color: #AECEB0;
}
.swiperMv .slide-media img {
  transition: 7s 1s ease-out;
}
.swiperMv .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .swiperMv .swiper-pagination {
    display: none;
  }
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-animation: fadeIn 1.2s ease-in-out;
          animation: fadeIn 1.2s ease-in-out;
}

/*--------------------------------------------------------------------
	swiper2 setting 
--------------------------------------------------------------------*/
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.swiperDish {
  position: relative;
}
.swiperDish .slide p {
  font-size: 1.8em;
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}
.swiperDish .slide p::after {
  content: "";
  position: absolute;
  display: block;
  width: 47px;
  height: 1px;
  background-color: black;
  bottom: 0;
  left: 0;
}
.swiperDish .swiper-button-prev, .swiperDish .swiper-button-next {
  cursor: pointer;
  transition: var(--transition);
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  top: 40%;
}
.swiperDish .swiper-button-prev {
  left: 0;
}
.swiperDish .swiper-button-next {
  right: 0;
}
.swiperDish .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/*サムネイル*/
.slider-thumb {
  margin-top: 20px;
}
.slider-thumb .thumb-media {
  cursor: pointer;
}
.slider-thumb .thumb-media-active {
  opacity: 0.3;
}
.slider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumb .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

/*キャプション裏の文字が透ける現象*/
.slider-main .swiper-slide:not(.swiper-slide.swiper-slide-visible) {
  opacity: 0 !important;
}

@media screen and (max-width: 767px) {
  .swiperDish .slide p {
    font-size: 1.1em;
    padding: 1% 0;
    margin-bottom: 2%;
  }
  .swiperDish .slide p::after {
    width: 5%;
  }
  .swiperDish .swiper-button-prev, .swiperDish .swiper-button-next {
    width: 36px;
    height: 36px;
    top: 35%;
  }
  /*サムネイル*/
  .slider-thumb {
    margin-top: 0;
  }
}
/*# sourceMappingURL=idx.css.map */