@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cinzel|Poppins:400,700|Noto+Serif+JP&display=swap');

/* ---------------------------------------------------------------------------------------------

    そのサイトの基本設定
    ページによって変更のないもの・どのページでも使用するもの、できるもの

--------------------------------------------------------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  color: #000000;
  height: 100%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  background: #c7e0ed;
}
img {
  vertical-align: bottom;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  max-width: 100%;
  height: auto;
}
.block-img {
  display: block;
}
.main-container {
  max-width: 1200px;
  margin: auto;
}
.sub-container {
  max-width: 960px;
  margin: auto;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-off {
  display: flow-root;
}
  .smp-on {
  display: none;
}
@media print, screen and ( max-width : 1024px ) {
  #stamprally .main-container,#Venue .main-container,.sub-container {
    padding: 0 30px;
  }
}
@media print, screen and ( max-width : 768px ) {
  .smp-on {
    display: block;
  }
  .smp-off {
    display: none;
  }
  .float-left,.float-right {
    float: none;
  }
}
@media only screen and (max-width: 425px) {
  #stamprally .main-container, #Venue .main-container, .sub-container {
    padding: 0 15px;
  }
}
/* ----------------------------------------------

 * aタグの設定

---------------------------------------------- */
a:hover {
  filter: alpha(opacity=80) !important; /* IE:元の色から80%の透過*/
  -moz-opacity:0.80 !important;
  opacity:0.80 !important; /* 0.0（完全に透明）～1.0（完全に不透明）の範囲で指定する（初期値は1） */
}

a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



/*
* テキストを明朝体にするクラス
*/
.A1mincho {
  font-family: a-otf-futo-min-a101-pr6n, serif;
}

/* ---------------------------------------------------------------------------------------------

　   上下margin

--------------------------------------------------------------------------------------------- */
.m1 {
  margin: 60px auto;
}
.m2 {
  margin: 30px auto;
}
.ma {
  margin: auto;
}
.m-top1 {
  margin-top: 60px;
}
.p1 {
  padding: 60px 0;
}
.p2 {
  padding: 30px 0;
}
@media only screen and ( max-width : 768px ) {
  .m1-sp {
    margin: 60px auto;
  }
  .m2-sp {
    margin: 30px auto;
  }
}
@media print, screen and ( max-width : 425px ) {
  .p3 {
    padding: 0 30px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   flex

--------------------------------------------------------------------------------------------- */
.flex {
  display: flex;
}
.flex-sp {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-items-flex-end {
  align-items: flex-end ;
}
@media only screen and ( max-width : 768px ) {
  .flex-sp {
    display: block;
  }
}

/* ---------------------------------------------------------------------------------------------

　   カラー

--------------------------------------------------------------------------------------------- */
.background_fff {
  background: #fff;
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
.logo {
  margin: 30px auto;
}

@media only screen and ( max-width : 768px ) {
  header {
    margin-top: 140px;
  }
}
@media only screen and ( max-width : 425px ) {
  header {
    margin-top: 65px;
  }
  .logo {
    width: 50%;
    margin: 15px 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   追尾バナー

--------------------------------------------------------------------------------------------- */
.fixed-banner {
  position: fixed;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .fixed-banner {
    top: 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   1stview

--------------------------------------------------------------------------------------------- */
.omote_effect {
  bottom: -1px;
  display: block;
  background-image: url(../../img/omote_image-effect.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: auto;
}
h2.A1mincho {
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}
p.A1mincho {
  letter-spacing: 5px;
  line-height: 40px;
  font-weight: normal;
}
.miniature-wrap {
  width: 20%;
}
.miniature img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .absolute.omote_effect {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  h2.A1mincho {
    font-size: 26px;
  }
  p.A1mincho {
    font-size: 13px;
    padding: 0 15px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   スタンプラリーstamprally

--------------------------------------------------------------------------------------------- */
.stamprally-period {
  font-size: 24px;
}
.stamprally-text {
  color: #036eb7;
  font-size: 26px;
}
.stamprally_Illust {
  top: 0%;
  left: 0;
}
@media print, screen and ( max-width : 1024px ) {
  .stamprally_Illust {
    top: 10%;
    width: 20%;
  }
}
@media print, screen and ( max-width : 768px ) {
  .absolute.stamprally_Illust {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 425px) {
  .stamprally-text {
    font-size: 14px;
  }
  .notes {
    font-size: 13px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   会場Venue

--------------------------------------------------------------------------------------------- */
h3 {
  font-size: 64px;
  color: #036eb7;
  margin: 0;
}
.information {
  font-size: 32px;
  margin: 0;
}
/*各物件のアコーディオンメニュー*/
.list {
  border-top: solid 10px;
  background: #fff;
}
.point {
  color: #fff;
  width: fit-content;
  padding: 2px 15px 2px 10px;
  border-radius: 0px 20px 20px 0px;
  margin-left: 50px;
  margin-right: 15px;
  align-self: center;
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: 3px;
}
h4 {
  font-size: 48px;
  margin: 0;
}
h5 {
  color: #000;
  font-size: 36px;
  margin: 10px 0;
}
.list-address {
  margin-right: 60px;
}
.list-icon {
  bottom: 0;
  left: 20px;
  width: 60%;
}
table {
  margin-top: 10px;
  width: 100%;
}
th {
  width: 270px;
  text-align: right;
  font-size: 27px;
  padding-right: 20px;
}
td {
  padding-left: 30px;
}
.circle {
  width: 115px;
  height: 115px;
  background: #eb6d65;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 27px;
  right: 0;
  bottom: 0;
}
.btn {
  cursor: pointer;
  padding-bottom: 30px;
}
.btn-close {
  display: none;
}
.details {
  padding: 0 50px 30px;
  display: none;
}
.text {
  width: 45%;
  color: #000;
  padding-right: 20px;
}
.text p {
  max-width: 450px;
}
.vertical {
  writing-mode: vertical-lr;
  align-self: center;
  padding: 5px 0px;
  border: solid;
  margin-left: 0;
  font-size: 26px;
  letter-spacing: 5px;
}
.address {
  margin: 0;
  font-size: 28px;
}
.tel {
  font-size: 24px;
}
.maps {
  height: 0;
  overflow: hidden;
  padding-top: 45%;
  position: relative;
  width: 55%;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_Illust {
  bottom: 0;
  right: 7%;
  height: 30%;
}
/*月寒カラー*/
.tsukisamu, .tsukisamu .vertical {
  color: #f29739;
}
.tsukisamu .list-address {
  border-bottom: solid #fadab6;
}
.tsukisamu .point {
  background: #f29739;
}
.tsukisamu td {
  border-left: solid #fadab6;
}
/*北郷カラー*/
.kitago, .kitago .vertical {
  color: #8cc456;
}
.kitago .list-address {
  border-bottom: solid #d8e9c3;
}
.kitago td {
  border-left: solid #d8e9c3;
}
.kitago .point {
  background: #8cc456;;
}
.kitago .list-icon {
  left: 7px;
}
/*北19条カラー*/
.kita19jo, .kita19jo .vertical {
  color: #ed85a0;
}
.kita19jo .list-address {
  border-bottom: solid #f9dbe1;
}
.kita19jo td {
  border-left: solid #f9dbe1;
}
.kita19jo .point {
  background: #ed85a0;
}
/*八軒カラー*/
.hachiken, .hachiken .vertical {
  color: #8d8ab5;
}
.hachiken .list-address {
  border-bottom: solid #dddbea;
}
.hachiken td {
  border-left: solid #dddbea;
}
.hachiken .point {
  background: #8d8ab5;
}
/*小樽市緑カラー*/
.midori, .midori .vertical {
  color: #c79f62;
}
.midori .list-address {
  border-bottom: solid #eadac1;
}
.midori td {
  border-left: solid #eadac1;
}
.midori .point {
  background: #c79f62;
}
@media print, screen and ( max-width : 768px ) {
  .text, .maps {
    width: 100%;
  }
  .maps {
    padding-top: 100%;
  }
  .text p {
    max-width: 100%;
  }
  .point {
    margin-top: 30px;
    font-size: 22px;
  }
  h5 {
    margin-left: 50px;
  }
  .list-address .smp-on {
    font-size: 24px;
  }
  .details_Illust {
    display: none;
  }
  th {
    width: 160px;
  }
  td {
    border-left: none !important;
  }
  .circle {
    top: -40px;
    bottom: auto;
  }
}
@media only screen and (max-width: 425px) {
  h3 {
    font-size: 32px;
  }
  .information {
    font-size: 24px;
  }
  .list-address {
    margin-right: 0;
  }
  .list-icon {
    left: 0;
    width: 90%;
  }
  .point {
    margin-left: 15px;
    margin-top: 15px;
    font-size: 18px;
  }
  h4 {
    font-size: 24px;
    margin: 0;
  }
  h5 {
    margin-left: 15px;
    font-size: 24px;
  }
  th {
    width: 140px;
  }
  td {
    padding-left: 10px;
  }
  .list-address .smp-on {
    font-size: 16px;
  }
  .circle {
    font-size: 14px;
    width: 70px;
    height: 70px;
    top: -45px;
    right: 10px;
  }
  .details {
    padding: 0 15px 15px;
  }
  .address {
    font-size: 18px;
  }
  .vertical {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .tel {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   詳細を開くanimation

--------------------------------------------------------------------------------------------- */
.on {
  display: block !important;
  animation: animate__slideInDown 2s ease 0s 1 normal;
    -webkit-animation: animate__slideInDown 2s ease 0s 1 normal;
}
@keyframes animate__slideInDown {
  0% {max-height:0;}
  100% {max-height:100%;}
}

@-webkit-keyframes animate__slideInDown {
  0% {max-height:0;}
  100% {max-height:100%;}
}