@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
/* リセットここまで */

/******** 共通項目 ********/
body {
  font-family: "Oooh Baby", "Yu Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
}
h2 {
  text-align: center;
  line-height: 1;
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/* トップへボタン */
.to-top {
  width: 60px;
  height: 60px;
  background-color: #faa4b1;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: grid;
  place-items: center;
  border-radius: 30px;
}
.to-top:hover {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
/******** ヘッダー ********/
header {
  width: 100%;
  background-color: #fffff9;
}
header .inner {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffff9;
}
.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 100;
  background-color: #b4e5ba;
  width: 95%;
  height: 60px;
  border-radius: 10px;
  padding: 0 50px;
}
header h1 a {
  color: #fffff9;
}
header nav ul {
  display: flex;
  gap: 50px;
  font-size: 24px;
  font-weight: bold;
}
header nav ul a:hover {
  color: #fffff9;
}
/******** フッター ********/
footer {
  background-color: #b4e5ba;
  font-family: "Yu Mincho";
  padding: 100px 0 0px;
}
.access .inner {
  border-bottom: dashed #fffff9 3px;
  margin-bottom: 20px;
}
.access h2 {
  font-size: 1.7em;
  margin-bottom: 60px;
}
.access-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
.access-container .map {
  width: 50%;
}
.access-container .map div {
  margin-right: 0;
  margin-left: auto;
}
.access-item,
.map {
  width: 50%;
}
.access-item {
  padding-left: 50px;
}
.access-item .train {
  padding: 20px 0;
}
.access-item .info {
  margin-bottom: 20px;
}
.access-item .shop-img {
  display: block;
  width: 50%;
}
.copy {
  width: 200px;
  margin: 0px auto;
  padding-bottom: 20px;
  text-align: center;
}
/**************** index.html *******************/
/****** メインビジュアル ******/
.mainvisual-img {
  position: relative;
}
.mainvisual-txt {
  background-color: hsla(60, 100%, 99%, 0.5);
  border: double 13px white;
  border-radius: 10px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual-txt h2 span:first-child {
  font-size: 28px;
  display: block;
}
.mainvisual-txt h2 span:nth-of-type(2) {
  font-size: 40px;
}
.mainvisual-txt h2 span:last-child {
  font-size: 15px;
  font-weight: normal;
  line-height: 0.6;
}

/******** コンセプト ********/
.concept {
  width: 100%;
  padding: 100px 0;
}
.concept h2 {
  font-size: 1.7em;
  margin-bottom: 60px;
}
#top .concept-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept-txt,
.concept-img {
  width: 50%;
}
.concept-txt {
  padding-left: 60px;
  font-size: 1.1em;
}

/******** フレーバー ********/
.flavor {
  background-color: #fde3e7;
  padding: 100px 0;
}
.flavor .inner h2 {
  font-size: 1.7em;
  margin-bottom: 60px;
}
.flavor-container {
  margin-bottom: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex: 1;
}
.flavor-container img {
  width: 80%;
  margin-bottom: 30px;
}
.flavor-link {
  width: 350px;
  height: 70px;
  margin: 0 auto;
}
.flavor-link a {
  background-color: #faa4b1;
  color: #fffff9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 1s;
}
.flavor-link a:hover {
  border: solid 3px #faa4b1;
  border-radius: 8px;
  background-color: #fffff9;
  color: #faa4b1;
  font-weight: bold;
}
/******** メニュー ********/
.menu {
  text-align: center;
  padding: 100px 0;
  font-family: "Yu Mincho";
}
.menu h2 {
  font-size: 1.7em;
  margin-bottom: 60px;
}
.menu p a {
  color: #faa4b1;
  font-weight: bold;
}
.menu p a:hover {
  text-decoration: underline;
}
/******** ニュース ********/
.news {
  width: 100%;
  background-color: #e9e7da;
  padding: 100px 0;
}
.news h2 {
  font-size: 1.7em;
  margin-bottom: 60px;
}
.news-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 3fr);
  gap: 20px;
  margin-bottom: 50px;
}
.news-container article {
  border: dashed #fffff9 3px;
  border-radius: 8px;
  padding: 40px 20px;
  font-family: "Yu Mincho";
  line-height: 1;
  transition: all 0.5s;
}
.news-container article:hover {
  opacity: 0.6;
  background-color: #fffff9;
}
.news-container article img {
  margin-bottom: 20px;
  background-color: #cecece;
}
.news-container article h3 {
  font-size: 16px;
}
.news-link {
  border: double #fffff9 5px;
  border-radius: 8px;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  transition: all 0.5s;
}
.news-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-link:hover {
  opacity: 0.6;
  background-color: #fffff9;
}

/**************** concept.html *******************/
#concept {
  background-color: #fffff9;
}
.concept-mainvisual {
  margin-bottom: 80px;
  position: relative;
}
.concept-mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10em;
  color: #fffff9;
}
.concept-container h2 {
  margin-bottom: 60px;
  font-size: 1.7em;
}
#concept .concept-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  background-color: #e9e7da;
  border-radius: 10px;
  padding: 120px 30px;
}
#concept .concept-item:last-child {
  flex-direction: row-reverse;
  margin-bottom: 80px;
  padding: 80px 0;
}
.concept-item h3 {
  margin-bottom: 15px;
  border-left: 4px solid #9e9e9e;
  border-bottom: #9e9e9e solid 1px;
  line-height: 1.6;
  padding-left: 8px;
  font-weight: bold;
  font-size: 1.3em;
}
.milk-txt,
.milk-img {
  width: 50%;
}
.milk-txt {
  width: 450px;
  margin-right: 30px;
}
.milk-img {
  position: relative;
  height: 500px;
}
.milk-img img {
  width: 320px;
}
.milk-img .item1 {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 3;
}
.milk-img .item2 {
  position: absolute;
  top: 100px;
  right: -30px;
  z-index: 1;
}
.milk-img .item3 {
  position: absolute;
  top: -70px;
  left: 10px;
  z-index: 4;
}
.milk-img .item4 {
  position: absolute;
  bottom: -80px;
  right: 40px;
  z-index: 3;
}
.fruit-txt,
.fruit-img {
  width: 50%;
}
.fruit-txt {
  width: 450px;
  padding-left: 70px;
}
.fruit-img {
  display: grid;
  grid-template: repeat(3, 150px) / repeat(3, 200px);
  gap: 5px;
  background-color: #e9e7da;
}
.fruit-img div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fruit-img .item1 {
  background-image: url(../task-img/fruit10.jpg);
  grid-row: 3/4;
  grid-column: 2/3;
}
.fruit-img .item2 {
  background-image: url(../task-img/fruit8.jpg);
  grid-row: 1/3;
  grid-column: 1/3;
}
.fruit-img .item3 {
  background-image: url(../task-img/fruit12.jpg);
  grid-row: 1/2;
  grid-column: 3/4;
}
.fruit-img .item4 {
  background-image: url(../task-img/fruit5.jpg);
  grid-row: 2/4;
  grid-column: 3/4;
}
.fruit-img .item5 {
  background-image: url(../task-img/fruit6.jpg);
  grid-row: 3/4;
  grid-column: 1/2;
}

/**************** flavor.html *******************/
#flavor {
  background-color: #fde3e7;
}
.flavor-mainimg {
  padding: 0px 0 70px;
  position: relative;
}
.flavor-mainimg h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10em;
  color: #fff;
}
.flavorpage {
  text-align: center;
  margin: 80px 0 100px;
  position: relative;
}
.flavorpage-container {
  background-color: #fffff9;
  border: solid #e9e7da 3px;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0px;
  font-weight: bold;
  padding: 120px 20px 50px;
}
.flavorpage h2 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  border: double #e9e7da 7px;
  border-radius: 8px;
  background-color: #fffff9;
  width: 350px;
  padding: 20px 0;
}
.flavorpage img {
  width: 70%;
  margin-bottom: 20px;
}
.flavorpage-container div {
  margin-bottom: 20px;
}
.limitedflavor {
  position: relative;
}
.limitedflavor-container {
  background-color: #fffff9;
  width: 1000px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  font-weight: bold;
  padding: 100px 20px 70px;
  border: #e9e7da solid 3px;
  border-radius: 10px;
}
.limitedflavor h2 {
  background-color: #fffff9;
  border: double #e9e7da 7px;
  border-radius: 8px;
  width: 350px;
  padding: 20px 0;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
.limitedflavor img {
  width: 70%;
  margin-bottom: 20px;
}
/**************** menu.html *******************/
#menu {
  background-color: #fffff9;
}

#menu .gelato-menu h2,
#menu .drink-menu h2 {
  padding-bottom: 40px;
  font-size: 1.7em;
}
.menu-mainvisual {
  position: relative;
}

.menu-mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10em;
  color: #fff;
}

.gelato-menu {
  margin: 80px auto;
  padding: 70px 0;
  background-color: #fde3e7;
  border-radius: 10px;
  font-family: "Yu Mincho";
}
#menu .menu-container {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.menu-img,
.menu-container ul {
  width: 50%;
}
#menu .menu-img {
  padding: 30px 30px 30px 0;
}
.menu-container ul li {
  padding-bottom: 20px;
  padding-left: 30px;
  width: 380px;
  display: flex;
  justify-content: space-between;
}

.drink-menu {
  background-color: #fde3e7;
  margin-bottom: 80px;
  padding: 70px 0;
  border-radius: 10px;
  font-family: "Yu Mincho";
}
.drink-menu ul li:nth-child(3) {
  padding-bottom: 50px;
}
/**************** news.html *******************/
.news-mainvisual {
  position: relative;
}
.news-mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10em;
  color: #fff;
}
.newspage {
  padding-top: 80px;
}

.newspage h2 {
  margin-bottom: 60px;
  font-size: 1.7em;
}

.newspage-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 3fr);
  gap: 40px 20px;
  margin-bottom: 80px;
}
.newspage-container article {
  border: dashed #faa4b1 3px;
  padding: 40px 30px;
  font-family: "Yu Mincho";
  line-height: 1;
  border-radius: 8px;
  transition: all 0.5s;
}
.newspage-container article:hover {
  opacity: 0.5;
}
.newspage-container article img {
  margin-bottom: 20px;
}
.newspage-container article h3 {
  font-size: 16px;
}
