@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

/* font-family: 'Cinzel', serif;
font-family: 'M PLUS Rounded 1c', sans-serif; */

:root {
  --C-black: #000;
  --C-white: #fff;
  --C-gold: #b39254;
  --C-gold2: #876F3D;
  --C-T_blue: #004097;
  --C-yellow: #F9BE00;
}

/* ===============================
	site utility
 =============================== */
img {max-width: 100%; height: auto;}
a {transition: 0.4s;}
a:hover {transition: 0.4s; opacity: 0.7;}

/* 最大width幅 */
.w1000,.w1200,.w1400 {max-width: 100%;}
.w1000 {width: 1000px;}
.w1200 {width: 1200px;}
.w1400 {width: 1400px;}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .w1000 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .w1200 {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.over {
	display: flex;
	justify-content: center;
  overflow: visible;
}

em {
  font-style: normal;
}