@charset 'UTF-8';

/*-----------------------------------
fv
--------------------------------------------------------*/
#bg-service {
  height: 320px;

  background-image: url(../img/bg-service.jpg);
}

@media (max-width: 960px) {
  #bg-service {
    height: 160px;
  }
}

section {
  margin-bottom: 120px;
}

h5 {
  font-weight: bold;
}

/*-----------------------------------
サービス見出し
--------------------------------------------------------*/
.service_sake .child-service_content .child-serv-img {
  position: relative;
  z-index: 5;
  left: 30%;

  width: 70%;
  padding-top: 240px;

  background-image: url(../img/ser1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.child-service_content h2 {
  font-size: 160%;
  font-weight: bold;

  position: absolute;
  z-index: 10;

  width: 50%;
  margin-top: -120px;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;

  text-align: right;

  color: #333;
  border: 3px solid #666;
  border-left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.child-service_content h3 {
  font-family: Mukta;
  font-size: 200px;
  font-weight: bold;

  position: relative;

  overflow: hidden;

  color: #fff;
}

.bg-serv-cont {
  margin-top: -120px;
  padding-bottom: 120px;

  background: linear-gradient(
    90deg,
    #f8f8f8 0%,
    #f8f8f8 90%,
    #fff 90%,
    #fff 100%
  );
}

@media (max-width: 767px) {
  .service_sake .child-service_content .child-serv-img {
    padding-top: 120px;
  }

  .child-service_content h2 {
    font-size: 120%;

    position: absolute;
    z-index: 10;

    width: 50%;
    margin-top: -60px;
    padding: 6px auto 8px;
  }
  .bg-serv-cont {
    margin-top: -60px;
    padding-bottom: 80px;

    background: linear-gradient(
      90deg,
      #f8f8f8 0%,
      #f8f8f8 95%,
      #fff 95%,
      #fff 100%
    );
  }
  .child-service_content h3 {
    font-size: 120px;

    padding-top: 20px;
  }
}

/*-----------------------------------
酒販サービス
--------------------------------------------------------*/
.child-service_content h4 {
  font-size: 200%;
  font-weight: bold;

  display: inline;

  padding-bottom: 20px;

  border-bottom: #333 1px solid;
}

.child-service_content p {
  width: 90%;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

#sake-img {
  text-align: center;
}

#sake-img img {
  position: relative;

  width: 500px;
}

@media (max-width: 960px) {
  .sake {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .child-service_content h5 {
    font-size: 140%;

    display: inline;

    padding-bottom: 10px;

    border-bottom: #333 1px solid;
  }
  .child-service_content p {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  #sake-img img {
    position: relative;
    z-index: 10;

    width: 350px;
  }
}

/*-----------------------------------
販促サービス
--------------------------------------------------------*/
.service_support .child-service_content .child-serv-img {
  position: relative;
  z-index: 5;
  left: 30%;

  width: 70%;
  padding-top: 240px;

  background-image: url(../img/top1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.count {
  font-size: 260%;
  font-weight: bold;

  color: rgba(0, 0, 0, 0.1);
}

.zisseki-site {
  width: 100%;

  text-align: center;
}

.zisseki {
  font-size: 140%;

  width: 90%;
  margin: auto;
  padding: 8px 16px 8px 16px;

  text-align: left;

  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  border-left: #333 3px solid;
  background-color: #fff;
}

.seisakubutu {
  display: flex;
  flex-wrap: wrap;

  margin-top: 40px;
  margin-bottom: 40px;
}

.seisaku-site {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px 4px 20px;

  text-align: left;
}

.seisaku-site img {
  width: 100%;
  padding: 20px 20px 4px 20px;
}

.seisaku-site .site-title {
  font-size: 120%;

  position: relative;
  bottom: 80px;

  display: inline;

  margin: 0 20px 0 20px;
  padding: 10px 12px 10px 12px;

  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 960px) {
  .service_support .child-service_content .child-serv-img {
    padding-top: 120px;
  }

  .hansoku {
    margin-top: -40px;
  }

  .seisakubutu {
    display: block;
  }

  .seisaku-site {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 4px 0;

    text-align: left;
  }

  .seisaku-site .site-title {
    font-size: 100%;

    display: inline;

    color: #fff;
  }

  .zisseki {
    font-size: 120%;

    width: 100%;
  }
}

/*サイト運用
-----------------------------------*/
.unyousaito {
  display: flex;
  flex-wrap: wrap;

  margin-top: 40px;
  margin-bottom: 40px;
}

.unyou-site {
  display: flex;

  width: 50%;
  margin-bottom: 40px;
}

.unyou-site-syousai {
  width: 50%;

  text-align: center;
}

.unyou-site-syousai a .mov-img {
  width: 200px;
  height: auto;
  margin: auto;

  vertical-align: middle;

  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.unyou-site-syousai .site-logo {
  width: 150px;
  margin: auto;
}

.child-service_content .unyou-site-setumei {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;

  text-align: left;

  border-top: 2px solid #fff;
}

.arrow {
  text-align: right;
}

.arrow a {
  margin-right: 40px;
}

.stickarrow {
  width: 100px;
  height: 8px;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: auto;

  transform: skew(45deg);

  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.arrow:hover {
  margin-right: -5px;

  transition: 0.3s;
}

@media (max-width: 960px) {
  .unyousaito {
    display: block;

    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .unyou-site {
    width: 100%;
    display: block;
    margin-bottom: 80px;
  }

  .unyou-site-syousai {
    width: 100%;
  }

  .unyou-site-syousai a .mov-img {
    width: 90%;
    max-width: 150px;
    height: auto;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .unyou-site-syousai .site-logo {
    width: 100px;
    margin-top: 30px;
  }

  .child-service_content .unyou-site-setumei {
    font-size: 90%;

    margin: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/*ラベル
-----------------------------------*/

#serv-label {
  margin-bottom: 80px;
}

.label-slider {
  margin-top: 40px;
}

.label-slider li {
  padding-right: 10px;
  padding-left: 10px;
}

.label-slider li img {
  margin: auto;
}

/*フジタイーツ
-----------------------------------*/
.fujitaeats-wrapper {
  display: flex;

  width: 80%;
  margin: auto;
}

.fujitaeats-content {
  width: 50%;
}

.fujita-eats-img {
  width: 60%;
  margin: auto;

  text-align: center;
}

@media (max-width: 960px) {
  .fujita-eats-img {
    width: 100%;
  }
}

/*-----------------------------------
関連サービス
--------------------------------------------------------*/
.service_related .child-service_content .child-serv-img {
  position: relative;
  z-index: 5;
  left: 30%;

  width: 70%;
  padding-top: 240px;

  background-image: url(../img/ser5-big.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.snap-list {
  display: flex;
  flex-wrap: wrap;

  margin-top: 40px;
}

.snap-cont {
  width: 33.3%;
  margin: auto;
  padding-bottom: 40px;

  text-align: center;
}

.snap-img {
  position: relative;

  width: 80%;
  margin: auto;
  padding-bottom: 150px;

  border: 5px solid rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.snap-img::before {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;

  content: "";

  border-top: 6em solid transparent;
  border-right: 6em solid rgba(0, 0, 0, 0.6); /* ラベルの色はここで変更 */
}

.snap-img::after {
  font-weight: bold;

  position: absolute;
  z-index: 101;
  right: 0;
  bottom: 12px;

  display: block;

  content: "To Site";
  transform: rotate(315deg);

  color: #fff; /* 文字色はここで変更 */
}

#snap-img1 {
  background-image: url(../img/snap-wine.jpg);
}

#snap-img2 {
  background-image: url(../img/snap-champainge.jpg);
}

#snap-img3 {
  background-image: url(../img/snap-whisky.jpg);
}

#snap-img4 {
  background-image: url(../img/snap-sake.jpg);
}

#snap-img5 {
  background-image: url(../img/snap-shochu.jpg);
}
#snap-img6 {
  background-image: url(../img/snap-ume.jpg);
}

#snap-img7 {
  background-image: url(../img/snap-beer.jpg);
}

.snap-cont .snap-img p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;

  vertical-align: top;

  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.snap-cont a button {
  font-size: 80%;

  padding: 4px 12px 4px 12px;

  border: #fff 2px solid;
  border-radius: 100px;
  background-color: #fff;
}

@media (max-width: 960px) {
  .snap-cont {
    width: 50%;

    text-align: center;
  }

  .service_related .child-service_content .child-serv-img {
    padding-top: 120px;
  }
}

@media (max-width: 560px) {
  .snap-cont {
    width: 100%;

    text-align: center;
  }
}

.eats-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;

  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.eats-link .site-link {
  padding: 10px 20px;

  color: white;
  background-color: red;
}

.eats-link .line-link {
  margin-left: 20px;
  padding: 10px 20px;

  color: white;
  background-color: #00b900;
}

@media (max-width: 560px) {
  .eats-link .site-link {
    font-size: 90%;
  }

  .eats-link .line-link {
    font-size: 90%;
  }
}
