@charset "UTF-8";

.ec-bg-item {
  background-image: url(../img/panda.png);
  background-repeat: no-repeat;
  background-position: 30px 12px;
  background-size: 120px;
}

@media screen and (max-width: 640px) {
  .ec-bg-item {
    background-image: url(../img/panda.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-size: 60px;
    z-index: 10;
  }
}
.ec-helo-text3 {
  position: absolute;
  top: 290px;
  right: -16px;
  width: 440px;
}
/*  */
:root{
  --main-color: #998cfa;
}
.set1 {
  position: absolute;
  right: 140px;
    top: 620px;
}
.set2 {
  position: absolute;
  right: 300px;
    top: 551px;
}
.set3 {
  position: absolute;
  right: 460px;
    top: 620px;
}
.set4 {
  position: absolute;
  right: 900px;
    top: 620px;
}
.set5 {
  position: absolute;
  right: 1090px;
    top: 620px;
}
.set6 {
  position: absolute;
  right: 1250px;
    top: 440px;
}
.set7 {
  position: absolute;
  right: 1186px;
    top: 340px;
}
.set8 {
  position: absolute;
  right: 773px;
    top: 299px;
}
.set9 {
  position: absolute;
  right: 545px;
    top: 299px;
}
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #222;
  font-size: 16px;
  background: #FFF;
  border: solid 3px var(--main-color);
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid var(--main-color);
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px var(--main-color);
  box-sizing: border-box;
    & p {
      line-height: 1.2;
    }
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid var(--main-color);
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
.balloon2-bottom {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px var(--main-color);
  box-sizing: border-box;
}

.balloon2-bottom:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2-bottom:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--main-color);
  z-index: 1;
}

.balloon2-bottom p {
  margin: 0;
  padding: 0;
}
/*  */
/* .ec-hello {
  border: 3px solid #998AFF;
  padding: 20px;
  background-color: #fff;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
} */

.ec-waku {
  border: 3px solid #ccc;
  padding: 16px;
  background-color: #f7f6ff;
  margin: 0 auto;
}

.ec-bg-default {
  background-color: #fff;
}

.uk-card-body > time {
  margin-bottom: 10px;
}

.ec-archives-entry-text {
  color: #777;
}

.ec-entry-item-tag {
  background: #d81f32;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

body {
  border-top: 3px solid #2459A3;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  color: #222;
}

p {
  color: #505050;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  .ec-pan-width {
    max-width: 1040px;
  }
  .uk-pan-area {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
}

.ec-address-area .uk-label {
  background: #F2F2F2;
  color: #222;
  width: 60px;
  text-align: center;
  padding: 3px 10px;
}

.ec-store-top .ec-font {
  font-family: 'Sorts Mill Goudy', serif;
  color: #95772D;
  margin: 16px 0 0 0;
}

.ec-store-top h3 {
  margin: 8px 0 0 0;
}

.ec-store-area .ec-store-name {
  background: #221815;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 6px 0;
  border-radius: 8px 2px 8px 2px;
}

.ec-link-text {
  font-size: 16px;
  font-weight: 600;
}

.ec-about-header {
  background-image: url(../img/h-about.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ec-border-raunded {
  border-radius: 10px 10px 0 0;
}

.ec-b-raunded {
  border-radius: 0 0 10px 10px;
}

.ec-card-body h3 {
  font-size: 16px;
  color: #505050;
}

.ec-headline {
  padding-bottom: 16px;
}

.ec-head2 {
  font-family: 'Sorts Mill Goudy', serif;
}

.ec-move {
  top: 190px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .ec-move {
    top: -35px;
    right: 0;
    width: 80px;
  }
}

.ec-headline h2 {
  margin: 0;
}

.ec-headline p {
  margin: 0 0 20px 0;
}

.ec-bg-main {
  background-color: #FBF4ED;
}

.ec-bg-gray {
  background-color: #F8F8F8;
}

.ec-border-bottom {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 24px;
}

.ec-border-black {
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
}

.ec-title-gray {
  color: #D8D8D8;
  font-size: 3em;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ec-title-gray-s {
  color: #D8D8D8;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (min-width: 1200px) {
  .ec-margin-lap {
    margin: 0 0 0 -80px;
  }
}

@media only screen and (min-width: 1200px) {
  .ec-position1 {
    position: absolute;
    left: 120px;
  }
}

.ec-text-line {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 10px 0;
  background-color: #fff;
}

.ec-list-normal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ec-list-normal li {
  display: inline-block;
  vertical-align: middle;
}

.ec-header-area h1 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: 600;
}

.ec-header-area span {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: block;
  margin-top: 13px;
  font-weight: normal;
}

.bgg {
  background-color: rgba(0, 0, 0, 0.6);
}

.ec-title1 {
  color: #95772D;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
/*# sourceMappingURL=style.css.map */