body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 1;
}

.header-container {
  padding: 15px;
}

.hero-container {
  text-align: center;
}

.layer {
  width: 100%;
  text-align: center;
}

.hero-logo {
  width: 60%;
  margin-top: 100px;
}

.hero-pop {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.caption-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #204e9b;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.caption-heading.form-title {
  margin-bottom: 10px;
}

.caption-heading.map-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.caption {
  font-family: 'Open Sans', sans-serif;
  color: #1f4ca0;
  text-align: center;
}

.caption-date {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Teko, sans-serif;
  color: #204e9b;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 15px;
}

.caption-time {
  margin-bottom: 6px;
  color: #204e9b;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 9px;
}

.caption-time.place {
  margin-top: 60px;
  letter-spacing: 4px;
}

.places {
  margin-top: 50px;
}

.place-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.google-map {
  display: block;
  height: 600px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.notice-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.notice-paragraph.sub-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notice-paragraph.sub-title {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #28467e;
  font-weight: 700;
}

.footer {
  margin-top: 40px;
  background-color: #204e9b;
}

.footer-text {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
}

.footer-link {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.sections {
  padding-top: 40px;
}

.sections.notice {
  padding-bottom: 40px;
}

.sections.shops {
  padding-bottom: 40px;
  background-color: #f1f1f1;
}

.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-box.place1 {
  background-image: url('../images/shimoda3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-box.place2 {
  background-image: url('../images/place3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-box.place3 {
  background-image: url('../images/place4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-box.place4 {
  background-image: url('../images/shimizu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-box.place5 {
  background-image: url('../images/place8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-box.place6 {
  background-image: url('../images/yoshida1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.42);
  text-align: left;
}

.text-block {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.text-block.tiny-message {
  font-size: 14px;
}

.text-block.stamprally {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-set {
  width: 50%;
}

.detail-title {
  width: 34%;
  padding-right: 20px;
  font-weight: 700;
  text-align: right;
}

.detail-title.top-detail {
  width: 29%;
}

.detail-body {
  width: 60%;
  margin-bottom: 0px;
}

.note {
  margin-top: 20px;
  margin-bottom: 20px;
}

.note-title {
  padding: 8px 8px 8px 20px;
  font-weight: 700;
}

.note-title.note-blue {
  background-color: #7c93c2;
  color: #fff;
}

.note-title.note-red {
  background-color: #eebf5a;
  color: #fff;
}

.note-body {
  padding: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}

.note-body.note-light-blue {
  background-color: #e2f3ff;
}

.note-body.note-light-red {
  background-color: #fff7b9;
}

.notice-container {
  padding-right: 120px;
  padding-left: 120px;
}

.form-button {
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 20px;
  background-color: #4c80e0;
  font-weight: 400;
}

.form-button.button-end {
  border: 2px solid #a8a8a8;
  background-color: transparent;
  color: #777;
}

.form-box {
  text-align: center;
}

.shop-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-image {
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.shop-caption {
  width: 50%;
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #5986d1;
}

.shop-heading {
  color: #fff;
}

.shop-link {
  display: block;
  margin-top: 49px;
  color: #fff;
}

.select-box {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 2px 11px 0 #a8a8a8;
}

.shop-picture {
  width: 100%;
}

.shop-text {
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 2px;
}

.hero-backimage {
  height: 900px;
}

.hero-backimage.kanpoudou-top {
  background-image: url('../images/kanpoudou-top.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-backimage.openhouse-topimage {
  background-image: url('../images/openhouse-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-places {
  width: 100%;
}

.main-heading {
  color: #204e9b;
  font-weight: 400;
  letter-spacing: 5px;
}

.detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
}

.detail-box.detail-last {
  border-bottom: 1px solid #e7e7e7;
}

.detail-box.detail-white {
  border-top-color: #cacaca;
}

.detail-box.detail-white.detail-white-last {
  border-bottom: 1px solid #cacaca;
}

.detail-box.top-box {
  width: 90%;
}

.map-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.place-list {
  width: 50%;
}

.place-list.title {
  text-align: center;
}

.list-item {
  padding: 10px 60px;
}

.list-item.red-marker {
  color: #ff6d35;
}

.fontawesome {
  font-family: 'Fontawesome webfont', sans-serif;
}

.red-marker {
  display: inline;
  font-family: 'Fontawesome webfont', sans-serif;
  color: red;
  font-size: 18px;
}

.red-marker.dark-blue {
  color: #092457;
}

.red-marker.ligtht-blue {
  color: #0085ff;
}

.red-marker.orange {
  color: #f58900;
}

.red-marker.purple {
  color: #872cce;
}

.red-marker.green {
  color: #289e18;
}

.red-marker.dark-yellow {
  color: #a09a10;
}

.list-text {
  display: inline;
  padding-right: 8px;
  padding-left: 8px;
  color: #364b74;
}

.arrow-text {
  display: inline;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #d8d8d8;
  font-size: 15px;
}

.map-heading {
  font-weight: 400;
  text-align: center;
}

.openhouse {
  height: 900px;
  background-image: url('../images/openhouse-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-block {
  margin-bottom: 30px;
  text-align: center;
}

.shop-address {
  margin-top: 10px;
  color: #fff;
}

.paper-craft {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px 10px;
  background-image: url('../images/002-Watercolor-Paper.png');
  background-position: 0px 0px;
  background-size: 281px;
  box-shadow: 2px 2px 10px 0 #a8a8a8;
}

.paper-paragraph {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 1px;
}

.gallery2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery2-image {
  width: 50%;
  padding: 3px;
}

.image.title-image {
  position: relative;
  bottom: 107px;
}

.div-block {
  position: relative;
  display: block;
  width: 595px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  position: absolute;
  top: 94px;
  right: 260px;
}

.image-5 {
  position: absolute;
  left: 90px;
  top: 65px;
  display: block;
}

.text-block-2 {
  font-family: 'Fontawesome webfont', sans-serif;
}

.awesome {
  display: inline;
}

.emdedawesome {
  display: inline-block;
}

@media (max-width: 991px) {
  .header-container {
    padding: 10px;
  }
  .hero-pop {
    padding: 40px 10px 10px;
  }
  .caption-heading {
    font-size: 29px;
    letter-spacing: 3px;
  }
  .caption-heading.form-title {
    font-size: 20px;
  }
  .caption-heading.map-heading {
    font-size: 18px;
  }
  .caption-date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 45px;
    letter-spacing: 8px;
  }
  .caption-time {
    letter-spacing: 6px;
  }
  .caption-time.place {
    margin-top: 18px;
  }
  .place-column {
    padding: 5px;
  }
  .sections.places {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sections.caption {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-box.place1 {
    height: 320px;
  }
  .link-box.place2 {
    height: 320px;
  }
  .link-box.place3 {
    height: 320px;
  }
  .link-box.place4 {
    height: 320px;
  }
  .link-box.place5 {
    height: 320px;
  }
  .link-box.place6 {
    height: 320px;
  }
  .text-block.stamprally {
    font-size: 14px;
  }
  .detail-body {
    font-size: 13px;
  }
  .note-body.note-light-blue {
    font-size: 12px;
  }
  .note-body.note-light-red {
    font-size: 12px;
  }
  .notice-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .hero-backimage {
    height: 600px;
  }
  .header-logo {
    max-width: 80%;
  }
  .main-heading {
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 3px;
  }
  .place-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paper-craft {
    width: 90%;
  }
  .paper-paragraph {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .caption-heading {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }
  .caption-heading.form-title {
    font-size: 16px;
  }
  .caption-heading.map-heading {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 20px;
  }
  .caption-date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 40px;
  }
  .caption-time {
    font-size: 20px;
    line-height: 20px;
  }
  .notice-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 15px;
  }
  .sections.places {
    margin-top: 0px;
  }
  .link-box.place1 {
    height: 270px;
  }
  .link-box.place2 {
    height: 270px;
  }
  .link-box.place3 {
    height: 270px;
  }
  .link-box.place4 {
    height: 270px;
  }
  .link-box.place5 {
    height: 270px;
  }
  .link-box.place6 {
    height: 270px;
  }
  .link-text {
    height: 150px;
    margin-top: 10px;
  }
  .text-block {
    font-size: 15px;
    line-height: 23px;
  }
  .text-block.tiny-message {
    font-size: 13px;
  }
  .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-set {
    width: 100%;
  }
  .notice-container {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .shop-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .shop-link {
    margin-top: 35px;
    font-size: 11px;
  }
  .select-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .shop-text {
    font-size: 12px;
    line-height: 16px;
  }
  .hero-backimage {
    height: 400px;
  }
  .header-logo {
    max-width: 70%;
  }
  .shop-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-heading {
    font-size: 25px;
    line-height: 31px;
  }
  .paper-paragraph {
    font-size: 14px;
    line-height: 28px;
  }
  .div-block {
    width: auto;
  }
}

@media (max-width: 479px) {
  .caption-heading {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .caption-heading.form-title {
    font-size: 13px;
  }
  .caption-heading.map-heading {
    font-size: 14px;
  }
  .caption-date {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 6px;
  }
  .caption-time {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 3px;
  }
  .caption-time.place {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .place-column {
    padding: 1px;
  }
  .google-map {
    height: 400px;
  }
  .notice-paragraph {
    letter-spacing: 0px;
  }
  .footer-text {
    margin-bottom: 10px;
  }
  .footer-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sections.places {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sections.caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link-box.place1 {
    height: 180px;
  }
  .link-box.place2 {
    height: 180px;
  }
  .link-box.place3 {
    height: 180px;
  }
  .link-box.place4 {
    height: 180px;
  }
  .link-box.place5 {
    height: 180px;
  }
  .link-box.place6 {
    height: 180px;
  }
  .link-text {
    height: 80px;
    padding-right: 3px;
    padding-left: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block {
    font-size: 11px;
  }
  .text-block.tiny-message {
    font-size: 10px;
  }
  .text-block.stamprally {
    font-size: 10px;
  }
  .detail-title {
    width: 35%;
    font-size: 12px;
  }
  .detail-body {
    width: 65%;
  }
  .note-title.note-blue {
    font-size: 12px;
    line-height: 12px;
  }
  .note-title.note-red {
    font-size: 13px;
    line-height: 12px;
  }
  .note-body.note-light-blue {
    line-height: 20px;
  }
  .note-body.note-light-red {
    line-height: 20px;
  }
  .notice-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .shop-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shop-image {
    width: 100%;
  }
  .shop-caption {
    width: 100%;
    padding: 10px 10px 16px;
  }
  .shop-link {
    margin-top: 10px;
    font-size: 12px;
  }
  .shop-text {
    font-size: 11px;
  }
  .hero-backimage {
    height: 300px;
  }
  .facebook-logo {
    max-width: 70%;
  }
  .header-logo {
    max-width: 55%;
  }
  .main-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .map-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .place-list {
    width: 100%;
  }
  .list-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .red-marker.dark-blue {
    font-size: 16px;
  }
  .list-text {
    font-size: 13px;
  }
  .arrow-text {
    font-size: 14px;
  }
  .shop-address {
    margin-top: 2px;
  }
  .paper-craft {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paper-paragraph {
    line-height: 22px;
    letter-spacing: 0px;
  }
  .image-5 {
    left: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}