@charset "utf-8";

/* 共通部分 */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(255, 0, 0);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  margin-top: 34px;
  list-style: none;
}

.main-nav li {
  margin-left: 36px;
}

.main-nav a {
  color: #432;
}

.main-nav a:hover {
  color: #0bd;
}

.page-header {
  display: flex;
  justify-content: space-between;
}

.wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
}

.logo {
  width: 210px;
  margin-top: 14px;
}

.home-content {
  text-align: center;
  margin-top: 5%;
}

.home-content P {
  font-size: 1.13rem;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 42px;
}

.page-title {
  font-family: "Philosopher",sans-serif;
  font-weight: 400;
  font-size: 5rem;
}

.button {
  font-size: 1.38rem;
  background-color: #0bd;
  color: #fff;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 32px;
}

.button:hover {
  background-color: #0090aa;
}

#home {
  background-image: url(../images/53_20230110134219.PNG);
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* news */
#news {
background-image: url(../images/53_20230110134219.PNG);
background-size: cover;
height: 1000px;
margin-bottom: 40px;
}

#news .page-title {
  text-align: center;
}


/* menu */
.grid {
  margin-top: 2%;
}


/* main */
.post-info {
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}

.post-date {
  background-color: #0bd;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 1.63rem;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 10px;
}

.post-date span {
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255,0.5);
  padding-top: 6px;
  display: block;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.post-title {
  font-family: "Yu Mincho","YuMIncho",sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.post-title,.post-cat {
 margin-left: 120px;
}

.shop-img {
  margin-bottom: 20px;
  border-radius: 40% 60% 40% 30%/50%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

article p {
  margin-bottom: 16px;
}

/* recommend */
.recommended {
  width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.recommended h3 {
  font-size: 1.38rem;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.item-list  {
display: flex;
padding-top: 40px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 10px;
list-style: none;
overflow-X: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 55px;
}

.item-list:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
  height: 106px;
 }

 .item-list dt {
  font-weight: bold;
 }

 .item-list dd {
  font-size: 0.81rem;
  line-height: 20px;
  margin-top: 10px;
 }

.item-list.price {
  font-weight: bold;
  margin-top: 15px;
}

/* footer */
footer {
  background-color: #432;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 0;
  padding-right: 0;
}

footer p {
  color: #ffffff;
  font-size: 0.88rem;
}

.top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 187, 221, 3);
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 3%;
  bottom: 12%;
}












