@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;
}

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

.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;
}

p3{
  font-size: 1.6rem;
  color: red;
  margin-top: 0;
}

p4{
  font-size: 2rem;
  color: black;
  margin-bottom: 0;
}

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

.toppic-item{
  width: 40%;
  height: auto;
}

.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;
}

.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-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;
}

*, *: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;
}


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: 40%;
  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-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;
}

*, *: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;
}