@charset "UTF-8";

@import url(css/html5reset-1.6.1.css);
@import url(css/base.css?6);
@import url(css/top.css?12);
@import url(css/nav.css);
@import url("css/content.css?12");
@import url("css/page_content.css?14");
@import url("font/css/all.css");
@import url("js/lightbox/css/lightbox.css");
@import url("js/swiper/swiper-bundle.min.css");

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 600;
}


@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Regular");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 600;
}

@font-face {
  font-family: "YuMincho";
  src: local("YuMincho Regular");
  font-weight: 500;
}
@font-face {
  font-family: "YuMincho";
  src: local("YuMincho Demibold");
  font-weight: 600;
}

:root {
    --base-color01: #393939;/*ブラック*/
	--base-color02: #9e2800;/*レッド*/
	--base-color03: #FFFFFF;/*ホワイト*/
	--base-color04: #998675;/*ブラウン*/
	--sub-color01: #c55959;/*ピンク*/
	--base-bgcolor01: #edd5af;
	--base-bgcolor02: #f7f7f2;
	--base-bgcolor03: #f3f0e1;
}



