@charset "UTF-8";

html {
  font-size:  62.5%;
  }

body {
    max-width: 1000px;
    height: auto;
    margin: auto;
    background-image: white;
    line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  text-decoration: none;
  color: black;
}

a:hover{
  text-decoration: underline;
}

p {
    font-size: 2rem;
    color: black;
}

h1{
    font-size: 3rem;
    color: black;
}

h2{
    font-size: 2.5rem;
    color: black;
}

h3{
    font-size: 2.3rem;
    color: black;
}

.headlogo{
  margin-top: 3%;
  text-align: center;
}

.nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr) ;
  gap:10px;
  justify-content: center;
  font-size: 1.5rem;
}

.navitem {
  text-align: center;
  font-weight: bold;
  margin-right: 2%;
  text-decoration: underline;
  color: black;
}

.comment{
  text-align: center;
}

p2{
  font-size: 1.6rem;
}

.toppic{
  display: flex;
  justify-content: center;
}

.toppic-item{
  width: 150px;
  height: auto;

}

.sns {
  text-align: center;
  margin-bottom: 0;
}

.footer{
  background-color: Black;
  text-align: center;
  padding: 0;
  color: white;
  font-size: 2rem;
  margin-bottom: 3%;
}

.allitem {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr) ;
  margin-top: 3%;
  margin-bottom: 5%;
 }

.item {
  text-align: center;
}
.link{
  display: flex;
  justify-content: center;
}

.contact{
  text-align: center;
  margin-top: 10%;
  margin-bottom: 20%;
}

.cart{
  text-align: center;
  margin-top: 10%;
}

.pay{
  text-align: center;
  margin-top: 5%;
  margin-bottom: 30%;
}

.addbutton{
  font-family:  "Noto Sans JP";
  font-size: 2rem;
  color: white;
  background: Black;
  border-radius: 5px;
  border-color: transparent;
  margin-top: 10px;
}

.cartbutton{
  font-size: 2rem;
  color: white;
  background: Black;
  border-radius: 5px;
  border-color: transparent;
}

.paybutton{
  font-size: 2rem;
  color: white;
  background: Black;
  border-radius: 5px;
  border-color: transparent;
  padding-left: 25px;
  padding-right: 25px;
}

.rider{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 3% 3% 0%;
  justify-content: space-around;
}

.intro{
  min-width: 100px;
  height: auto;
}

p1{
  line-height: 1.8;
  font-size: 2rem;
}

h4{
  font-size: 2.3rem;
  color: black;
  margin: 0;
}

.LP{
  text-align: center;
}

.strong{
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #fff56c;
}
.strong2{
  font-weight: bold;
  font-size: 2.2rem;
}

.bg-photo1{
  background-image: url(images/top.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo2{
  background-image: url(images/story.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo3{
  background-image: url(images/item.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo4{
  background-image: url(images/payment.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo5{
  background-image: url(images/contact.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo-soldout{
  background-image: url(images/soldout.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}



.comment{
    text-align: center;
    line-height: 1.8;
}

.itembox2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 3% 13% 0%;
  justify-content: space-around;
}

.itembox3 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 3% 3% 0%;
}

.sheepcart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.sheepitem2{
  margin-left: 30px;
  margin-right: 10px;
}

.button{
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  padding: 10px 15px;
  margin-left: 100px;
}

.form{
  margin-left: 5%;
}

.button2{
  font-family:  "Noto Sans JP";
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  margin-top: 10px;
}

.button3{
  font-family:  "Noto Sans JP";
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.itembutton{
  font-family: 'Caveat', cursive;
  font-size: 3rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  width: 15rem;
  margin: auto;
}

.so{
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
  text-align: center;
  color: black;
  margin-top: 3%;
  margin-bottom: 5%
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 70%;
height: auto;
padding-top: 55%; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 0 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
max-width: 100px;
min-width: 50px
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}

.slide1{
  background-image: url(images/mollys.top.jpg);
  width: 70%;
  height: auto;
}

.slidetext{
  text-align: left;
  padding-left: 5%;
  padding-top: 100%;
  border: solid 3px black;
}

.slidebutton{
  color: white;
  text-align: center;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  /* padding: 10px 15px; */
}
