@charset "UTF-8";
/* CSS Document */


/*---------------------
タブ切り替え
---------------------*/

.FV-area  .menu{
  margin-top: 80px;
}
.tab-area .flex {
  align-items: flex-start!important;
}
.wrapper{
  width:100%;
  max-width: 1000px;
  margin:30px auto;
}
.attention {
  text-align: center;
  margin-bottom: 30px;
}
.area img{
  box-sizing: border-box;
}
.tab-text {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  padding-left: 5%;
}
.tab-text h2{
  display: block;
  color: #2d2d2d;
  font-family: 'Noto Serif JP',serif;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #2d2d2d;
  padding-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.tax {
  margin-top: 80px;
  float: right;
}

/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li a{
  display: block;
  margin:0 1px;
  padding: 15px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  padding: 5px;
}
.tab li {
  width: 12.5%;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background-image: url(../images/holecake/holecake-back.jpg);
  background-size: cover;
  padding: 50px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.show {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:479px) {
  .FV-area .big-ttl {
    font-size: 5.5rem;
  }
  .attention {
    margin-bottom: 15px;
  }
  .area {
    padding: 30px 25px;
  }
  .area img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .tab-text {
    width: 100%;
  }
  .tab li {
    width: 25%;
  }
  .tab li a {
    padding: 10px;
  }
  .tab li.active a{
    padding: 3px;
  }
  .tab-text h2 {
    font-size: 2rem;
  }
}
/*---------------------
季節の商品
---------------------*/
.season-area .sec-ttl-area {
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.season-area .sec-ttl {
  line-height: 3rem;
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 3.2rem;
  font-weight:bold;
}
.season-area .flex {
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.season-area .flex img {
	width: 30%;
	padding-bottom: 30px;
}
@media screen and (max-width:479px) {
	.season-area .flex img {
		width: 45%;
		padding-bottom: 4px;
	}
	  .season-area .sec-ttl {
    font-size: 2.5rem;
  }
	
}
/*---------------------
焼き菓子
---------------------*/
.bake-area {
  padding: 100px 0;
}
.bake-area .sec-ttl-area {
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.bake-area .sec-ttl {
  line-height: 3rem;
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight:bold;
}
.bake-box {
  width: 20%;
}
.bake-box h3 {
  display: block;
  text-align: center;
  color: #2d2d2d;
  font-family: 'Noto Serif JP',serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 20px 0 10px;
}
.bake-box .tax {
  margin-top: 10px;
}
@media screen and (max-width:479px) {
  .bake-box {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    margin-bottom: 25px;
  }
  .bake-box h3 {
    padding: 0 0 5px;
  }
  .bake-area .sec-ttl {
    font-size: 2.5rem;
  }
  .bake-box img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .bake-box h3 {
    font-size: 2rem;
  }
  .bake-text p {
    padding: 0 5px;
  }
  .bake-area {
    padding: 20px 0;
  }
}
/*---------------------
ギフト商品
---------------------*/
.gift-area {
  background-image: url(../images/grandmenu/gift-back.jpg);
  background-size: cover;
  width: 100vw;
  height: 1460px;
  margin-top: 50px;
  padding: 0!important;
  position: relative;
}
.gift-area .big-ttl {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.gift-area .small-ttl {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  color: #660013;
  font-size: 3.2rem;
  font-weight: bold;
}
.gift-ttl {
  display: inline-block;
  color: #2d2d2d;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #2d2d2d;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 450px;
}

.gift-box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.gift-fondant{
  padding-top: 300px;
}
.gift-madeleine {
  padding-top: 100px;
}
.gift-box .flex {
  align-items: flex-end;
}
.gift-text {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  padding: 0 2%;
}
.gift-text h2{
  display: block;
  color: #2d2d2d;
  font-family: 'Noto Serif JP',serif;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #2d2d2d;
  padding-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.tax {
  margin-top: 80px;
  float: right;
}
.gift-kazari1 {
  position: absolute;
  top: 29%;
  left: 0%;
  width: 50%;
}
.gift-kazari2 {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 50%;
}
.gift-area .btn-area {
  margin-top: 80px;
}
@media screen and (max-width:900px) {
  .fondant-photo,.madeleine-photo {
    width: 50%;
  }
  .tax {
    margin-top: 20px;
  }
}
@media screen and (max-width:700px) {
  .gift-text h2 {
    font-size: 2.5rem;
  }
  .gift-kazari1 {
    top: 38%;
  }
  .gift-box .flex{
    align-items: center;
  }
  .gift-kazari1{
    top: 34%;
  }
  .gift-kazari2 {
    top: 13%;
  }
}
@media screen and (max-width:479px) {
  .gift-area {
    background-image: url(../images/grandmenu/gift-back-sp.jpg);
    background-size: cover;
    width: 100vw;
    height: 1700px;
    margin-top: 50px;
    padding: 0!important;
    position: relative;
  }
  .gift-area .big-ttl {
    width: 50%;
  }
  .gift-area .small-ttl {
    font-size: 2.5rem;
    top: 0;
  }
  .gift-box {
    padding-top: 130px;
  }
  .gift-text {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .gift-kazari1 {
    width: 70%;
    top: 57%;
    right: 2%;
    left: auto;
  }
  .gift-kazari2 {
    width: 70%;
    top: 60%;
  }

  .gift-area .btn-area {
    margin-top: 150px;
  }
}
@media screen and (max-width:375px) {
  .gift-kazari1 {
    top: 54%;
  }
  .gift-kazari2 {
    top: 53%;
  }
}
@media screen and (max-width:349px) {
  .gift-kazari1 {
    top: 52%;
  }
  .gift-kazari2 {
    top: 52%;
  }
}
