@charset "UTF-8";
/*---------------------------

Index トップページ

-----------------------------*/
/* --------------------------------------------
	MainVisul
---------------------------------------------- */
.MainVisual {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 980px) {
  .MainVisual {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual {
    height: 65vh;
  }
}
@media screen and (max-width: 599px) {
  .MainVisual {
    height: 55vh;
    min-height: 300px;
  }
}
.MainVisual__title {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80%;
  max-width: 586px;
  margin: auto;
}
.MainVisual__title > img {
  display: block;
  width: 100%;
}
.MainVisual__photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url("../img/index/main_photo.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .MainVisual__photo {
    background: url("../img/index/main_photo_sp.jpg") bottom center no-repeat;
    background-size: 100% auto;
  }
}

/* --------------------------------------------
	News
---------------------------------------------- */
.News__list {
  width: 90%;
  max-width: 700px;
}
.News__list dt {
  float: left;
  clear: left;
  width: 25em;
  max-width: 200px;
  padding: 1.2em 2%;
}
@media screen and (max-width: 768px) {
  .News__list dt {
    float: none;
  }
}
.News__list dd {
  padding: 1.2em 1%;
  border: dashed #231815;
  border-width: 0 0 1px;
}
.News__list dd:nth-last-of-type(1) {
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .News__list dd {
    padding-top: 0;
  }
}
.News__list dd > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.News__head-event, .News__head-news {
  font-size: 14px;
  font-size: 1.4rem;
}

.News__head-event {
  color: #982125;
}

.News__head-news {
  color: #1b4166;
}

.News__category-event, .News__category-news {
  display: inline-block;
  width: 65px;
  margin-right: 1em;
  padding: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.News__category-event {
  background: #982125;
}

.News__category-news {
  background: #1b4166;
}

.News__title {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  .News__title {
    text-align: center;
  }
}
.News__title > span {
  display: block;
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
  line-height: 0.8;
}

.News__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 930px;
  margin: auto;
  padding: 5em 0;
}
@media screen and (max-width: 980px) {
  .News__inner {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .News__title {
    margin-bottom: 2em;
  }
}
.News__list {
  max-width: 700px;
}
@media screen and (max-width: 980px) {
  .News__list {
    margin: auto;
  }
}

/* --------------------------------------------
	About
---------------------------------------------- */
.About {
  position: relative;
  background: #f2f2f2;
}
.About::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  max-width: 824px;
  height: 80%;
  max-height: 640px;
  margin: auto;
  background: #fff;
}
.About__inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1323px;
  margin: auto;
  padding: 15% 0;
}
.About__photo {
  float: left;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .About__photo {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.About__photo > img {
  display: block;
  width: 100%;
}
.About__textBox {
  float: right;
  width: 45%;
  padding-top: 3em;
}
@media screen and (max-width: 980px) {
  .About__textBox {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
}
.About__title {
  margin-bottom: 5em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  .About__title {
    margin-bottom: 2em;
    text-align: center;
  }
}
.About__title > span {
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
  line-height: 0.8;
}
@media screen and (max-width: 980px) {
  .About__title > span {
    display: block;
  }
}
.About__text {
  max-width: 534px;
  margin-bottom: 5em;
  line-height: 2.3;
}
@media screen and (max-width: 980px) {
  .About__text {
    margin-bottom: 3em;
  }
}


.linkBtn.About__button {
  width: 20em;
	margin: 0;
}
@media screen and (max-width: 980px) {
	.linkBtn.About__button {
    margin: auto;
  }
}

/* --------------------------------------------
	Pickup
---------------------------------------------- */
.Pickup {
  padding: 8em 0;
}
.Pickup__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.Pickup__title {
  margin-bottom: 5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.Pickup__title > span {
  display: block;
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
  line-height: 0.8;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5em;
}
.menu__item {
  position: relative;
  width: 29.333%;
  max-width: 360px;
  margin: 0 2% 3em;
}
@media screen and (max-width: 768px) {
  .menu__item {
    width: 49.6%;
  }
}
@media screen and (max-width: 599px) {
  .menu__item {
    width: 89.6%;
  }
}
.menu__item .photo {
  width: 100%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.menu__item h3 {
  padding-top: 1.5em;
  font-family: "BebasNeueBold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.menu__item h3 > span {
  font-family: '小塚ゴシック Pr6N' , kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.minneLink {
  position: absolute;
  bottom: -0.8em;
  right: 0;
  width: 4em;
  padding: 0em;
  background: url("../img/index/cartIcon_on.png") center no-repeat;
  background-size: cover;
}
.minneLink > img {
  width: 100%;
  transition: 0.3s;
}
.minneLink:hover img {
  opacity: 0;
}

.minneBanner {
  display: block;
  margin: 8em auto;
  width: 90%;
  max-width: 760px;
  border: 3px solid #fff;
  border-color: #982125;
  transition: 0.6s;
}

.minneBanner img {
  width: 100%;
}

.minneBanner:hover {
  opacity: 0.6;
  border-color: #982125;
}

/* --------------------------------------------
	Banner
---------------------------------------------- */
.Banner {
  padding: 10em 0;
  background: #f2f2f2;
}
.Banner__inner {
  width: 90%;
  max-width: 770px;
  margin: auto;
}
.Banner__item {
  display: block;
}
.Banner__item:nth-of-type(1) {
  margin-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .Banner__item:nth-of-type(1) {
    margin-bottom: 2em;
  }
}
.Banner__item > img {
  display: block;
  width: 100%;
}

/* --------------------------------------------
	Social
---------------------------------------------- */
.Social {
  padding: 6em 0;
}
.Social__inner {
  width: 90%;
  max-width: 896px;
  margin: auto;
}
.Social__title {
  margin-bottom: 5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.Social__title > span {
  display: block;
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
  line-height: 0.8;
}
.Social__grid {
  width: 100%;
  max-width: 414px;
  margin: auto;
}
.Social__grid:nth-of-type(1) {
  float: left;
}
.Social__grid:nth-of-type(2) {
  float: right;
}


@media screen and (max-width: 980px) {
  .Social__grid:nth-of-type(1), .Social__grid:nth-of-type(2) {
    float: none;
    width: 100%;
    margin: 0 auto 4em;
  }
}
.Social__subtitle {
  margin-bottom: 2em;
  padding: 0.15em 0;
  background: #f4c420;
}
.Social__subtitle > img {
  display: block;
  position: relative;
  top: -1em;
  right: 0;
  left: 0;
  margin: auto;
}

.Instagram {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Instagram__item {
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
.Instagram__item {
  width: 100px;
  height: 100px;
}
}
@media screen and (max-width: 380px) {
.Instagram__item {
  width: 80px;
  height: 80px;
}
}

.Instagram__item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.Facebook {
  display: block;
  width: 100%;
  max-width: 414px;
  height: 414px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  height: 100% !important;
}
