@charset "utf-8";

@media screen and (min-width: 80rem) {
  .container {
    margin: 1em 2em;
  }
}

.container {
  column-count: 3;
}

.container {
  column-width: 10em;
}

.container {
  display: flex;
}

.item {
  flex: 1;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

img,
picture,
video {
  max-width: 100%;
}

html {
  font-size: 1em;
}

h1 {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

body{
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;

}

header h1,header nav ul li a,footer h2{
  font-family: 'Noto serif JP', serif;
}

h2,h3.global,th,dt,.visual_img p{
  font-family: 'Noto serif JP', serif;
  }

h1, h2,h3,h4,p{
  font-family: 'Noto serif JP', serif;
}

body{
  margin: 0;
  padding: 0;
}


a{
  text-decoration: none;
  color: #333;
}

.headernav ul li a:hover span{
  border-bottom: 2px solid #6c6c6c;
  color: #806650;
}

.headernav ul li a:hover span.on{
  border-bottom: 2px solid #6c6c6c;
  color: #806650;
}

.footer-section2 ul li a:hover span{
  border-bottom: 2px solid #6c6c6c;
  color: #806650;
}

.footer-section2 ul li a:hover span.on{
  border-bottom: 2px solid #6c6c6c;
  color: #806650;
}

.heder{
  padding: 16px 24px;
  background-color: #b8b8b8;
  display: grid;
 grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: #b8b8b8;
  justify-content: center;
}
/* 
.header{
  height: 820px;
  background-image: url(img/img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 0 120px;
}  */


.headerlogo{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 30px 0;
}

.headerlist{
  display: flex;
  gap: 40px;
  font-size: 16px;
  /* margin: 5px 40px 5px 480px; */
  margin-bottom: 30px;
}

.headernav ul{
  justify-content: center;
}

.search-cart {
	display: flex;
	/* align-items: center; */
}

.search-form {
	display: flex;
	margin-right: 20px;
}

.search-cart img{
  padding-left: 20px;
}

.search-form input {
	padding: 5px;
	border: none;
	border-radius: 3px;
	outline: none;
  background-color: #ececec;
}

.search-form button {
	padding: 5px 10px;
	border: none;
	background-color: #555;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.search-form button:hover {
	background-color: #666;
}

.cart-icon img {
	width: 24px;
	height: 24px;
}

.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
  margin-left: 180px;
	padding: 0 20px;
}

.setumei{
  text-align: center;
  margin: 120px 100px 40px 100px;
  line-height: 30px;
}

h3{
  margin: 130px 30px 60px 30px;
  text-align: center;
}

h4{
  font-size: 1.3rem;
  margin-top: 230px;
  margin-left: 530px;
}

.h4cyo{
        margin-left: 940px;
}

.ma{
  display: flex;
  text-align: center;
}

.ma p{
  margin: 150px 100px 20px 100px;
}

.ma img{
  margin-right: 60px;
}
.cy{
  display: flex;
  text-align: center;
}

.cy p{
  margin: 80px 80px 30px 80px;
}

.cy img{
  border-radius: 50%;
  margin: 0 30px 50px 70px;
}


.gentei{
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
}

.gentei p{
  margin-left: 120px;
}

.gentei img{
  margin-top: 50px;
}

div.slider div img {
  width: 100%;
  height: 710px;
}

footer a{
  color: #fff;
}

.make{
  display: flex;
}

.syo{
  margin-top: 120px;
  margin-bottom: 20px;
  margin-top: 40px;
  margin-left: 5px;
  text-align: center;
}

.gif{
  display: flex;
  margin-top: 80px;
  margin-left: 80px;
}

.halo{
  display: flex;
  margin-top: 50px;
  margin-left: 200px;
  margin-bottom: 40px;
}

.nedan{
  text-align: center;
}



















/* foother */

.cool-sweets-footer {
  background-color: #333; /* ダークグレー */
  color: #fff; /* 白色のテキスト */
  padding: 40px 0 20px;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}



.footer-section h3 {
  color: #ffffff; /* 明るい青 */
  font-size: 1.4em;
  margin-bottom: 15px;
  margin-top: 20px;
}

.footer-section1 li a{
  display: flex;
}


.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #fbfbfb; /* 明るい青 */
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #fff; /* ホバー時の背景色 */
  color: #fdfdfd; /* ホバー時のテキスト色 */
}




.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #464545;
}

.cool-footer {
  background-color: #1f1f1f;
  color: #fff;
  padding: 30px 0;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.social-links {
  margin-bottom: 20px;
}

.social-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-top: 60px;
}

.social-icon:hover {
  background-color: #dadada;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
}

.copyright {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin: 0 8px;
  }
}

.footer-section ul{
  margin-top: 80px;
}





