@charset "utf-8";
/* CSS Document */
body {
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #432C24;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
#slider {
  position: absolute;
  right: 0;
  width: 65%;
  height: 90vh
}
/*=========スクロールしたらふわっ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=========スクロールしたらふわっ===============*/
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
.hero {
  position: relative;
  height: 90vh;
  /*background: #C8858B;*/
  background-color: rgba(24, 126, 135, 0.65);
  color: #ffffff;
  text-shadow: 3px 2px 2px #bbb37d;
}
.hero h1 {
  font-size: 6rem;
  line-height: 1.1;
  position: absolute;
  top: 20%;
  left: 2%;
}
.hero p {
  position: absolute;
  top: 70%;
  left: 2%;
  font-size: 1.2rem;
}
/*0214追記*/
.anchor {
    display: block;
    padding-top: 100px;
}
.decolation {
  width: 25%;
  object-fit: cover;
  position: relative;
  top: -80px;
  left: 5%;
  opacity: 80%;
}
.decolation02 {
  width: 20%;
  object-fit: cover;
  position: relative;
  bottom: 10px;
  left: 80%;
  opacity: 80%;
}
.coupon {
  text-align: center;
  display: flex;
  margin: 80px auto 0;
  max-width: 960px;
}
.coupon img {
  width: 75%;
}
.goods-img {
  margin: 0 auto;
}
.backgroun-img {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page94/background.jpg");
  padding-top: 20px;
background-size: cover;
}
#recommend {
  width: 100%;
  margin: -120px auto 0px;
  padding: 100px 0 0px;
}
.flex-container {
  display: flex;
  width: 90%;
  margin: 150px auto 0;
  justify-content: center;
}
.flex-container:nth-child(odd) {
  flex-direction: row-reverse;
}
.flex-container img {
  width: 100%;
  object-fit: cover;
  padding: 0 20px
}
.flex-container_recommend_img {
  width: 55%;
}
.flex-container_recommend_text {
  width: 40%;
  font-weight: bold;
  padding: 0 20px;
}
.btn {
  padding: 10px;
  text-align: center;
  background-color: #69abb1;
  color: #fff;
  border-radius: 30px;
  margin: 30px auto 0;
  width: 100%;
}
#header ul {
  display: flex;
  justify-content: space-around;
}
#header ul li {
  width: 33.333%;
  border: 0.5px solid #ffffff;
  background: #432C24;
  padding: 15px 4px;
  opacity: 85%;
}
/*========= 上部固定させるためのCSS ===============*/
#header {
  width: 100vw; /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  align-items: center;
  color: #fff;
  text-align: center;
}
/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
}
/*========= 上部固定させるためのCSS終わり ===============*/
.read h2 {
  color: #5f4b45;
  text-align: center;
  width: 80%;
  margin: 20px auto;
  font-size: 1rem;
  line-height: 1.5;
  background: none;
}
.read_title {
  margin-top: 100px;
  font-size: 2.6rem;
  text-align: center;
  color: #538a8f;
}
/*吹き出し*/
/*以下、①背景色など*/
.line-bc {
  padding: 0px 10px;
  max-width: 960px;
  margin: 0px auto;
  text-align: right;
  font-size: 14px;
}
/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 100px;
}
.balloon6 .faceicon img {
  width: 100%;
  height: auto;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  position: relative;
  margin: 25px 0 0 120px;
  padding: 15px;
  border-radius: 12px;
  background: #edf1ee;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}
/* 吹き出し */
/* person */
.bg-blue {
  background: #b4e1e7;
}
.bg-beige {
  background:#dbedf1;
  padding-bottom: 20px;
}
.icon {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  opacity: 80%;
}
.service{
	
	max-width: 960px;
	margin: 80px auto;
	background: rgba(19, 30, 132, 0.25);
	padding: 20px;
	border-radius: 8px;
}
.service img{
	width: 50%;
}
.service li{
	width: 100%;
}
.service_title{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.service_title span{
	font-size: 24px;
	border: solid 1px #3659bf;
	padding: 1px 4px;
	margin: 0 10px;
	border-radius: 4px;
	color: #3659bf;
}
.service p{
	color: #ffffff;
	margin: 15px;
	text-align: center;
	}
#person {
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 50px;
}
#price {
  padding-top: 100px;
}
.soldout{
	filter: brightness(50%);
}
.section_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  background: none;
  color: #538a8f;
  width: 90%;
  margin: 0 auto;
}
.section_subtitle {
  font-size: 1rem;
  color: #B4A581;
  letter-spacing: 2.64px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.title_icon {
  color: #BF4557;
}
.sub_text {
  font-size: 1rem;
  text-align: center;
  margin: 10px auto 30px;
  width: 90%;
}
.mini-header {
  text-align: center;
  font-weight: bold;
  max-width: 960px;
  margin: 0 auto 30px;
  width: 90%;
  line-height: 1.5;
}
.mini-header p {
  position: relative;
  font-size: 1.5rem;
  color:#b4a581;
  background: #ffffff;
  padding: 10px;
  margin: 0 auto 25px;
  border-radius: 8px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
　text-align: center;
}
.mini-header p:before {
  content: "";
  /* borderで三角形を作る */
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.flex-container-4col {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 960px;
  margin: 10px auto 40px;
}
.box-4col {
  width: 24%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 10px 10px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.box-4col img {
  width: 100%;
  margin-bottom: 10px;
}
.link-100 {
  display: block;
}
.link-100:hover {
  opacity: 0.7;
}
.flex-container-item {
  flex-basis: 47%;
  margin-bottom: 15px;
}
.item-name {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.free {
  font-size: 0.7rem;
  background:#69abb1;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 4px;
  vertical-align: super;
}
.free02 {
  font-size: 1rem;
  background:#69abb1;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 4px;
  vertical-align: super;
}
.price {
  text-align: right;
  font-size: 0.6rem;
  font-weight: bold;
  color: #69abb1;
  margin-bottom: 20px;
}
.item-price {
  font-size: 1.4rem;
}
.item-yen {
  font-size: 0.6rem;
}
.item-option {
  font-size: 0.6rem;
  font-weight: bold;
  border: 2px solid #432C24;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 2.5;
}
.item-option02 {
  font-size: 0.8rem;
  font-weight: bold;
  border: 2px solid #5f4b45;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 2.5;
}
.more-btn {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 120px;
  max-width: 500px;
}
.btn-002 {
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color:#69abb1;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 30px;
}
.btn-002:hover {
  opacity: 0.7;
}
#brand {
  padding-top: 50px;
  margin-top: -50px;
  margin: 0 auto 50px;
}
#brand ul {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
flex-wrap: wrap;
}
#bland ul li {
  width: 100%;
  margin: 0 auto;
}
#brand img {
  width: 200px;
  margin: 0 15px;
}
.color_line {
  background:#538a8f;
  height: 45px;
  opacity: 50%;
}
#footer {
  text-align: center;
  padding: 30px 0;
  background: #538a8f;
  color: #FFF;
}
#footer a {
  color: #FFF;
  text-decoration: underline;
}
/* TOPへ戻る */
.return-btn {
  position: fixed;
  bottom: 5%;
  right: 0.5%;
}
.return-btn img {
  width: 80px;
}
.chocolate_all {
  text-align: center;
  padding: 35px 0;
  width: 90%;
  max-width: 960px;
  background: #B4A581;
  margin: 0 auto 100px;
  color: #ffffff;
}
/*manner*/
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
  text-align: left;
}
.accordion-area div {
  border: 2px solid #FFF;
  background: #FFF;
  border-radius: 8px;
}
.title_manner {
  font-family: 'Cinzel Decorative', serif;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 1.7rem;
  color: #D7C474;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5;
}
.section_text {
    font-size: 1rem;
    text-align: center;
    margin: 10px auto 30px;
    width: 90%;
}
/*アコーディオンタイトル*/
.c_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: normal;
  padding: 2% 2% 2% 3%;
  transition: all .5s ease;
  font-family: 'Zen Old Mincho', serif;
}
/*アイコンの＋と×*/
.c_title::before, .c_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #B4A581;
}
.c_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.c_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.c_title.close::before {
  transform: rotate(45deg);
}
.c_title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
.text_red {
  color: #b00a0a;
  line-height: 1.5;
}
.text_h4 {
  color: #b00a0a;
  font-weight: bold;
  line-height: 1.5;
}

/*manner*/
@media screen and (max-width: 768px) {
	#slider {
  height: 78vh
}
	.hero {
  height: 78vh;
}
		.service img{
		width: 100%;
	}
  #slider {
    width: 100vw;
  }
  #header {
    font-size: 0.8rem;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .flex-container {
    display: block;
    width: 100%;
  }
  .flex-container img {
    padding: 0;
    height: auto;
  }
  .read h2 {
    margin: 80px auto;
  }
  .coupon {
    display: block;
    margin: 0 auto 30px;
  }
  .flex-container_recommend_img {
    width: 90%;
    margin: 0 auto 20px;
  }
  .flex-container_recommend_text {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .flex-container-4col {
    width: 95%;
    margin-bottom: 0;
  }
  .box-4col {
    width: 90%;
    margin-bottom: 20px;
  }
  .item-name {
    font-size: 1.2rem;
	margin-bottom: 40px;
  }
  .free {
    font-size: 1rem;
  }
　.item-price {
  font-size: 1.9rem;
}
　.item-yen {
  font-size: 1rem;
}
  .more-btn {
    width: 96%;
    margin-top: 20px;
  }
  .balloon6 .chatting {
    width: 95%;
  }
  .balloon6 {
    margin: 10px 0;
  }
  #brand img {
    width: 130px;
    margin: 0 14px;
  }
  #footer a {
    font-size: 14px;
  }
  .return-btn img {
    width: 50px;
  }
  .return-btn {
    bottom: 2%;
    right: 2%;
  }
.section_title {
    font-size: 1.8rem;
	}
.c_title {
    font-size: 1.2rem;
}
.section_text {
    font-size: 0.9rem;	
    }	
}