@charset "Utf-8";

/* リセットCSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 1s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

nav,
main,
footer {
  margin: 0 auto;
  width: min(100%, 1000px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  font-family: "Zen Maru Gothic", serif;
  background-color: #f8eedb;
}

img {
  max-width: 100%;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.margin-left30 {
  margin-left: 30px;
}
.header{
  background-color: #3a5b72;
}
/* ここから絵本ページ */
.frame-yoko{
  width: 200px;
  margin: 70px auto 20px auto;
}

.book-intro0{
background-color: #fff;
width: 370px;
border-radius: 10px;
margin: 20px auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 10px;
gap: 20px;
}

.front-cover{
  width: 350px;
}
h3{
  font-size: 1.8em;
}

.book-intro1,.book-intro2{
  width: 270px;
  display: flex;
  justify-content: space-around;
}

.img-yoko,
.img-yoko1{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin:20px 50px;
}

.img-yoko img,
.img-yoko1 img{
  flex: 1;
  object-fit: contain; 
  max-width: 50%; 
}

.img-yoko-character{
  height: 150px;
}
.img-yoko1{
margin-top: 80px;
}

.img-yoko-character2{
  height: 50px;
}


.buy-book1
,.buy-book2{
  display: flex;
  justify-content: space-around;
  margin: 30px;
}

