@charset "utf-8";
* {padding: 0;}
body {
  margin: 0;
font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;}
:root {
  --main-color: #153366;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;    
  color: #0440a5;
}
p{margin: 0;
  padding: 0;}
section {
  padding: 1% 1%;
}


/* header */
/* ===== header ===== */
header {
  background-color: #153366;
  padding: 1%;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 20%;
  text-align: center;
  color: #fff;
}
h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin-left: 1rem;
}
.menu a {
  color: #fff;
  text-decoration: none;
}

/* ===== hamburger ===== */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1101;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  transition: all 0.3s ease;
  z-index: 1101;
}

/* × に変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* ===== overlay ===== */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* main */
h2 {
  text-align: center;
  margin-bottom: 1%;
  font-size: 5em;
  color: var(--main-color);
}
h3 {
  margin-bottom: 1%;
  font-size: 1rem;
  color: var(--main-color);
}

.container {
  width: 90%;
  margin: 0 auto;
}

.font1{
  font-size: 1em;
  margin-top: 1%;
  margin-bottom: 1%;
}
.font2{
  font-size: 1em;
  color: #333333;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  text-align: left;
  margin-top: 1%;
}


/* ===== 作品紹介 ===== */
.works {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2カラム */
  gap: 14px;
}

.work-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.work-body {
  padding: 5%;
}
.price {
  margin-top: 8px;
  font-weight: bold;
  color: var(--main-color);
}
/* ===== 出店イベント ===== */
.event {
  background: #fff;
  padding: 2%;
  border-radius: 8px;
  margin-bottom: 5%;
  background: #FFF;
  border: solid 5px #eeede1;/*線*/
  border-radius: 10px;/*角の丸み*/
}

/* ===== ニュース ===== */
.news {
  padding: 2%;
  border-radius: 8px;
  margin-bottom: 5%;
}

/* ===== SNS ===== */
.sns-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.sns-list a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s;
}

.sns-list a:hover {
  background: #fff;
  color: var(--main-color);
  box-shadow: 0 0 0 2px var(--main-color);
}

/* ===== お問い合わせ ===== */
.contact {
  text-align: center;
}

.contact a {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 28px;
  background: var(--main-color);
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}

.contact a:hover {
  opacity: 0.85;
}

/* ===== フッター ===== */
footer {
  background: var(--main-color);
  color: #ddd;
  text-align: center;
  padding: 16px;
  font-size: 0.9rem;
}


/* ボタン */
a.columbtn {
display: block;	
text-align: center;
vertical-align: middle;	
text-decoration: none;	
width: 50%;	
margin-left: auto;
margin-right: auto;
margin-top: 2%;
padding: 1rem 4rem; 
font-weight: bold; 
border: 2px solid #e5c553;	
background: #e5c553; 
color: #fff; 
border-radius: 100vh;
transition: 0.5s;
font-size: 1.5em;
}

@media screen and (max-width: 768px) {
header {
  background-color: #153366;
  padding: 2%;
}
.logo {
  color: #ffffff;
  width: 40%;
}
 h2 {
  text-align: center;
  margin-bottom: 1%;
  font-size: 2em;
  color: var(--main-color);
}
 /* header */
 h1{
  font-size: 0.5em;
}
.men/* ===== ヘッダー共通 ===== */
nav {
  position: relative;
}

/* ===== ハンバーガー ===== */

.logo { width: 35%; }
h1 { font-size: 0.6em; }

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #153366;
  flex-direction: column;
  padding-top: 80px;
  transition: right 0.3s ease;
  z-index: 1100;
}
.menu.active {
  right: 0;
}
.menu li {
  margin: 1rem;
}

.hamburger {
  display: flex;
  margin-right: 10px;
  top: 18px;
  right: 25px;
  z-index: 1200; /* menu・overlayより前 */
    transition: opacity 0.3s ease;
}
/* 表示・非表示用 */
.hamburger.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* main */
.font1{
  font-size: 0.8em;
}
.font2{
  font-size: 0.8em;
  line-height: 1.5em;
}

a.columbtn {
padding: 0.5rem 3rem; 
font-size: 1em;
}

.sns-list {
  gap: 10px;
}


}