@charset "utf-8";
/* CSS Document */
body {
  /*background-color: #3a4a58;*/
  color: #3a4a58; /*#8c8c8c;*/
  font-family: "Kiwi Maru" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-size: 17px;
  font-weight: 400;
  /*padding: 3px;*/
  margin: 0;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10000;
}
.pagetop:hover {
    box-shadow: 0 0 10px #ffc107;
}

.text-bg {
  background: rgba(0,0,0,0.3);
}

.block-a {
  color: #665a1a;
  background-color: #ffedab;
  box-shadow: 0px 0px 20px 20px #ffedab;
  padding: 10px;
  margin: 60px 20px;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.leaf-color-0{
  background-color: #D3E8C1;
}
.leaf-color-1{
  background-color: #ABC88B;
}
.leaf-color-2{
  background-color: #74905D;
}

.menu_circle{
  width: 50px;
  /*height: 45px;*/
  border-radius: 50%;  /* 円形にする */
}

.normal-font{
  font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
}

.text-small{
  font-size: 80%;
  line-height: 1.5rem;
}
.text-medium{
  font-size: 90%;
  line-height: 1.6rem;
}

.lead{
  font-size: 102%;
  line-height: 1.8rem;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

/* 英語で指定する場合 */
h1{ font-family: "Kiwi Maru"; }

.block-title {
  font-family: "Kiwi Maru"; /*"Eagle Lake", serif;*/
  font-weight: 500;
  font-style: normal;
  /*color: white;*/
}
.block-title-lg {
  font-family: "Kiwi Maru"; /*"Eagle Lake", serif;*/
  font-weight: 600;
  font-style: normal;
  font-size: 120%;
  /*color: white;*/
}

.neonderthaw-regular {
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-style: normal;
}

.sofadi-one-regular {
  font-family: "Sofadi One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.eagle-lake-regular {
  font-family: "Eagle Lake", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.splash-regular {
  font-family: "Splash", cursive;
  font-weight: 400;
  font-style: normal;
}

/* 文字を中央に揃える */
.card-img-overlay-center{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  top: calc(50% - 0.5rem);
  text-align: center;
  font-weight: bold;
}

/* 文字を中央より上目に揃える */
.card-img-overlay-upcenter{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  top: calc(25% - 0.5rem);
  text-align: center;
  font-weight: bold;
}
