@charset 'utf-8';

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* BASE STYLE
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.7;
}

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

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
  line-height: 0;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーORIGINAL STYLE
--------------------------------------------------*/

.inner_max {
  margin: 0 auto;
  max-width: 1440px;
  width: 90%;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.flex {
  display: flex;
}

.flex_center {
  justify-content: center;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_around {
  justify-content: space-around;
}


.ttl {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}
.ttl_white {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

.ttl_line {
  margin-top: -20px;
  text-align: center;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーSTYLE*/
.style_list {
  padding-bottom: 100px;
}
.bg_FDS {
  position: relative;
  z-index: 0;
  height: 660px;
  background-image: url(/image/fds_style/style_fds.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_coffee {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 500px;
  background-image: url(/image/fds_style/style_coffeestand.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_FDS::before,
.bg_coffee::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  content: '';
}
.sub_ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ff8c00;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.style_text {
  padding-top: 10px;
}
.style_content {
  padding: 0 20px;
  min-width: 350px;
  width: 45%;
  font-size: 16px;
}

.reverse {
  flex-direction: row-reverse;
  /* padding: 0px; */
}

.style_box {
  margin-top: 50px;

  align-items: center;
}

.style_pc {
  min-width: 300px;
}

/*-------------------------------------------------ABOUT*/

.sub_ttl2 {
  margin: 100px 0 50px 0;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

.style_content2 {
  margin-top: 50px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 16px;
}
.style_content3 {
  margin-top: 50px;
  padding-bottom: 100px;
  font-size: 16px;
}

.style_box2 {
  flex-direction: column;
}

/*ーーーーーーーーーーーーーーーーーーーjQuery*/
.fadein {
  opacity: 0;
  transition: all 800ms;
  transform: translate(0, 50px);
}
.fadein2 {
  opacity: 0;
  transition: all 1800ms;
  transform: translate(0, 50px);
}
.fadein3 {
  opacity: 0;
  transition: all 300ms;
  transform: translateX(-180px);
}

.fadein.scrollin,
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein3.scrollin {
  opacity: 1;
  transform: translateX(0px);
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーRESPONSIVE
--------------------------------------------------*/
@media screen and (min-width:1440px) {
}

@media screen and (max-width:950px) {
}

@media screen and (max-width:850px) {
  .style_box {
    flex-direction: column;
    margin: 50px 0;
  }
  .style_list div:last-child {
    margin-bottom: 0;
  }

  .style_content {
    min-width: 500px;
  }

  .style_pc {
    margin-bottom: 20px;
  }

  .bg_FDS {
    height: 720px;
  }

  .bg_coffee {
    height: 560px;
  }
}

@media screen and (max-width:666px) {
}

@media screen and (max-width:560px) {
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーORIGINAL STYLE
--------------------------------------------------*/
  .style_content {
    min-width: 100%;
  }
  .ttl,
  .ttl_white {
    font-size: 3.3rem;
    padding-top: 80px;
  }
  .style_content2,
  .style_content3 {
    font-size: 1.5rem;
  }
  .bg_FDS {
    height: 820px;
  }
  .bg_coffee {
    height: 660px;
  }
}
@media screen and (max-width:350px) {
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーORIGINAL STYLE
--------------------------------------------------*/

  .bg_FDS {
    height: 950px;
  }
  .bg_coffee {
    height: 750px;
  }



}
