@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

body {
  font-size: 16px;
  line-height: 1.2em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  min-width: 1000px;
  color: #555;
}

@media screen and (max-width: 768px) {

  body {
    min-width: auto;
    font-size: 14px;
  }

}

@media screen and (max-width: 768px) {}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .-sp {
    display: block;
  }

  .-pc {
    display: none;
  }

}


/* header */

.l-header {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-header {
    font-size: 12px;
}}

.l-header:hover{
	height: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){ .l-header:hover{ height: 80px;}}
@media screen and (max-width: 767px) {
	.l-header:hover{ height: 70px;}
}


/* pagetop */

.l-pagetop {
  width: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}

@media screen and (max-width: 768px) {

  .l-pagetop {
    font-size: 12px;
  }

}


/* footer */

.l-footer {
  font-size: 14px;
}

@media screen and (max-width: 768px) {

  .l-footer {
    font-size: 12px;
  }

}


/* main */

.l-main {
    padding: 0;
   margin: 10% auto;
    width: 100%;
}


.l-main_shop {
   padding: 0; 
margin: 10% auto;
width: 60%;
}


.l-main img {
  max-width: 100%;
  width: 100%;
	padding: 10%;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding: 0 0 20% 0;
	 margin-top: 30px;
	}
	
	.l-main img {
  max-width: 100%;
  width: 100%;
	padding: 10%;
		margin-top: 20px;
}
	
	
}

@media screen and (min-width: 768px) and (max-width: 1023px){ .l-main{ padding: 15% 0 20% 0;}}

.-wrapper {
  max-width: 800px;
  width: 98%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .-wrapper {
    width: 91.4%;
  }

}

.-s-header {
  margin: 0 0 50px 0;
}

.-s-header-ttl {
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
	line-height: 2;
}

.-s-header-ttl_line:after {
  content: "";
  display: block;
  width: 31px;
  height: 3px;
  background-color: #c8cac9;
  margin: 30px auto 0 auto;
}

.-s-header-copy {
  font-size: 22px;
  text-align: center;
  margin-top: 5px;
	color:#888888;
	line-height: 2;
}

@media screen and (max-width: 768px) {

  .-s-header {
    margin: 0 0 20px 0;
  }

  .-s-header-ttl {
    font-size: 20px;
  }

  .-s-header-copy {
	  font-size: 16px;
  }

}


/* -form */

.-form input[type="text"] {
  background-color: #fff;
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
}

.-form textarea {
  background-color: #fff;
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
  height: 10em;
}

.-form select {
  background-color: #fff;
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.-form .age_text {
  width: 5em !important;
}

.-form .campain_text{
	width: 5em !important;
}

.-form select::-ms-expand {
  display: block;
}

.-form-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.-form-tel-item {
  margin: 0 5px 0 0;
}

.-form-tel-item:last-child {
  margin: 0;
}

.-form-radio {
  display: flex;
}

.-form-radio-item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 10px 0 0;
}

h3{
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 768px) { h3{ line-height: 1.4;}}

.special_gift_txt{
    text-align: center;
	margin: 20px auto 10px;
	font-size: 16px;
	line-height: 2;
}

.small{
	 text-align: center;
	font-size: 13px;
	line-height: 2;
}

.special_gift_img{
	margin: 0 auto 50px auto;
	width: 80%;
}

.special_gift_item {
    margin: 5% auto;
	font-size: 16px;
	line-height: 2;
}

.shop_section_inner {
    margin-bottom: 7%;
}

@media screen and (max-width: 768px) { 
.special_gift_txt{
    text-align: left;
}
.small{
	 text-align: left;
}

}

@media screen and (max-width: 768px) { .shop_section_inner { margin-bottom: 10%;}}

.border {
    border: thick double #BEBEBE;
    margin-top: 30px;
    padding: 8%;
}
@media screen and (max-width: 768px) { .border { border: thick double #BEBEBE; margin-top: 30px; padding: 50px 20px;}}

