@charset "UTF-8";
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  color: #333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/*  */
/*  */
/* 1280 */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  overflow: hidden;
}

a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.width13 {
  width: 94%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.width14 {
  width: 94%;
  max-width: 1540px;
  text-align: center;
  margin: 0 auto;
}

section {
  width: 100%;
  padding: 2vw 0 3vw;
  text-align: center;
}
@media all and (max-width: 896px) {
  section {
    padding: 8vw 0;
  }
}

/* pagetop
*****************************************************************/
.pagetop_arrow {
  position: fixed;
  right: 32px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
.pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
}
@media all and (max-width: 896px) {
  .pagetop_arrow a {
    border-radius: 8px;
  }
}
.pagetop_arrow a img {
  max-width: 120px;
  height: auto;
}
@media all and (max-width: 896px) {
  .pagetop_arrow a img {
    width: 100px;
  }
}
@media all and (max-width: 1025px) {
  .pagetop_arrow {
    right: 10px;
  }
}

.fade_in .pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 30px;
}
@media all and (max-width: 896px) {
  .fade_in .pagetop_arrow {
    bottom: 20px;
  }
}

.newline {
  display: inline-block;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
  height: auto;
}

p {
  font-size: calc(0.8vw + 0.8rem);
}
p.tleft {
  text-align: left;
}

/* contents */
.area_header {
  width: 100%;
  margin: 0;
  padding: 8px;
  background-color: #fff;
  position: relative;
}
.area_header .logo {
  margin-left: 4%;
}
.area_header .logo img {
  max-height: 38px;
}

.area_mv {
  position: relative;
  background-color: #0088d1;
  background-image: url(../images/bg_main.png), url(../images/bg_maru_w.svg), url(../images/bg_tasu_w.svg), url(../images/bg_maru_w.svg), url(../images/bg_tasu_w.svg), url(../images/bg_maru_w.svg), url(../images/bg_tasu_w.svg), linear-gradient(90deg, #0088d1, #002352);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-position: center, top 8% left 6%, top 50% left 3%, bottom 8% left 6%, top 6% right 8%, top 50% right 3%, bottom 8% right 6%;
}
.area_mv h1 {
  width: 100%;
  max-width: 1178px;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.area_mv h1 img {
  max-width: 100%;
  margin: 0 auto;
}

.obiarea {
  width: 100%;
  background-color: #005bb6;
  padding: 20px;
}
.obiarea .title {
  text-align: center;
}

#stamp {
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg_main.png), url(../images/bg_maru_b2.svg), url(../images/bg_tasu_b1.svg), url(../images/bg_maru_b1.svg), url(../images/bg_tasu_b2.svg), url(../images/bg_maru_b2.svg), url(../images/bg_tasu_b2.svg), url(../images/bg_maru_b1.svg), url(../images/bg_tasu_b1.svg), url(../images/bg_tasu_b2.svg), url(../images/bg_maru_b1.svg);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center, top 8% left 10%, top 26% left 5%, top 58% left 3%, top 72% left 8%, bottom 10% left 4%, top 6% right 10%, top 22% right 3%, top 63% right 5%, top 80% right 6%, bottom 8% right 3%;
}
@media all and (max-width: 896px) {
  #stamp {
    background-image: url(../images/bg_main.png);
    background-size: 20%;
  }
}

.stamparea .ttl {
  margin: 0 auto 20px;
  display: block;
}
.stamparea ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.stamparea ul li figure {
  margin: 0 auto 20px;
}
.stamparea ul li.hito {
  -webkit-animation: fadein 2.4s ease-in-out;
          animation: fadein 2.4s ease-in-out;
}
.stamparea ul li p {
  font-size: calc(0.5vw + 0.8rem);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #005bb6;
}
@media all and (max-width: 896px) {
  .stamparea ul li p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.dlbox_pc {
  margin-top: 50px;
  padding: 10px;
  background-color: #fff;
  border: 8px solid #005bb6;
  box-shadow: 6px 6px #005bb6;
}
@media all and (max-width: 896px) {
  .dlbox_pc {
    display: none;
  }
}

.qr_txt {
  margin-top: 20px;
  text-align: right;
  font-size: calc(0.5vw + 0.5rem);
}

.dlbox_sp {
  display: none;
}
@media all and (max-width: 896px) {
  .dlbox_sp {
    margin-top: 20px;
    display: block;
  }
}

.event {
  background-color: #08314f;
}
.event img {
  width: 100%;
  margin: 0;
}

.box_title {
  text-align: center;
  background-image: url(../images/bg_ttl.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 542px;
  height: 96px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .box_title {
    width: 370px;
    height: 66px;
  }
}
.box_title h2 {
  font-size: calc(1.4vw + 1.3rem);
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .box_title h2 {
    font-size: 3rem;
  }
}

#access {
  padding: 0;
}
#access .area_access {
  padding: 6vw 0;
  background-image: url(../images/bg_main.png);
  background-color: #fff;
}
@media all and (max-width: 896px) {
  #access .area_access {
    background-size: 20%;
  }
}
#access .area_access .ttl_access {
  margin: 5vw auto 20px;
}
#access .area_access .block_access {
  max-width: 920px;
  margin: auto;
  padding: 30px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  #access .area_access .block_access {
    padding: 10px 0 0;
  }
}
#access .area_access .block_access img {
  height: auto;
  position: relative;
}
#access .area_access .block_access h3 {
  font-size: calc(1.2vw + 1.2rem);
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  #access .area_access .block_access h3 {
    font-size: 3rem;
  }
}
#access .area_access .block_access .adress {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
  padding: 16px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  #access .area_access .block_access .adress {
    font-size: 1.8rem;
    padding: 8px 0 0;
  }
}
#access .area_access .block_access .txt {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 900;
  padding: 16px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  #access .area_access .block_access .txt {
    font-size: 1.8rem;
    padding: 10px 0 0;
  }
}
#access .area_access .block_access .gmap {
  margin: 30px 0 0;
  border: #FFF solid 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #access .area_access .block_access .gmap {
    margin: 20px 0 0;
    border: #FFF solid 5px;
  }
}
#access .area_access .block_access .gmap iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

.postscript {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.postscript ul {
  padding: 2px 0;
}
.postscript ul li {
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
@media all and (max-width: 896px) {
  .postscript ul li {
    font-size: 1.3rem;
  }
}

#attention {
  padding-bottom: 0;
}

.attentionarea {
  background-color: #ebeff7;
  padding: 5vw 0;
}
.attentionarea .postscript {
  background-color: #fff;
  padding: 30px;
}
.attentionarea .postscript ul li {
  text-align: left;
}
.attentionarea .postscript h3 {
  font-size: calc(1.4vw + 1.3rem);
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .attentionarea .postscript h3 {
    font-size: 3rem;
  }
}

.area_footer {
  width: 100%;
  background-color: #005bb6;
  padding: 3vw 20px;
}
.area_footer .postscript {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  text-align: center;
}
.area_footer .block_copyrights {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}

.block_sns {
  padding: 3vw 20px;
}
@media all and (max-width: 896px) {
  .block_sns {
    padding: 6vw 0;
  }
}
.block_sns ul {
  display: flex;
  justify-content: center;
}
.block_sns ul li {
  padding: 30px;
}
@media all and (max-width: 896px) {
  .block_sns ul li {
    padding: 10px;
  }
}
.block_sns ul li .box_icon img {
  max-width: 100%;
  margin: 0 auto 20px;
}
.block_sns ul li .box_icon img.icon {
  border-radius: 12px;
}
.block_sns ul li .name {
  font-size: 1.6rem;
  line-height: 1.1em;
  padding: 10px 0 0;
}
.block_sns .box_message {
  display: inline-block;
  text-align: left;
  padding: 30px 0 0;
}
@media all and (max-width: 896px) {
  .block_sns .box_message {
    padding: 10px 0 0;
  }
}
.block_sns .box_message p {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 700;
  text-indent: -1em;
  padding: 3px 0 3px 1em;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.fade-In {
  -webkit-animation-name: fade-In;
          animation-name: fade-In;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}
/*# sourceMappingURL=layout.css.map */