@charset "UTF-8";

/*++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++*/
#wrapper {
    width: 100%;
    margin: auto;
    padding: 0px;
    box-sizing: border-box;
    clear: both;
}

@media screen and (max-width: 1000px) {
    #wrapper {
        width: 100%;
        margin: auto;
        padding: 0px;
        box-sizing: border-box;
        clear: both;
    }
}

/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/
section {
  /* max-width: 1400px; */
  background-color: black;
    padding: 100px 0 100px;
    margin: auto;
}

.title_jp{
  width: auto;
  white-space: nowrap;
  line-height: 73px;
  margin-top: -60px;
  text-align: center;
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  color: rgba(255,255,255,1);
  /* margin: 10px auto; */
}
.title_en{
  width: auto;
  white-space: nowrap;
  line-height: 73px;
  margin-top: -25px;
  text-align: center;
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: rgba(208,165,92,1);
  letter-spacing: 3px;
  /* margin: -40px auto; */
}

@media screen and (max-width: 768px) {
  .title_jp{
    font-size: 32px;
  }
}




/*++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++*/
header {

}

header nav {

}

header nav h1 {

}

/*++++++++++++++++++++++++++
mainvisual
++++++++++++++++++++++++++*/
#mainvisual {
  background-image: url("../images/onbashira_bg_pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 50px;
  height: 1000px;
}
#mainvisual .top_logo_set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  margin-top: -34px;
  margin-left: 20%;
}
#mainvisual .top_logo_set img {
  display: block;
  width: auto;
}
#mainvisual .top_logo_set img:first-child {
  margin-top: 10px;
  margin-right: 15px;
}
#mainvisual .link_botton{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 400px;
}
#mainvisual .link_botton a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: 1px solid rgba(208,165,92,1);
  background-color: black;
  text-decoration: none;
  color: rgba(208,165,92,1);
  width: 555px;
  height: 70px;
  line-height: 70px;
  margin: 10px 5px;
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-size: 20px;
}
#mainvisual .link_botton span {
  display: block;
}
#mainvisual .link_botton span:nth-child(1) {
  width:260px;
}
#mainvisual .link_botton span:nth-child(2) {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  line-height: 32px;
  transform: rotate(90deg) scale(1,1.5);
  }


@media screen and (max-width: 768px) {
  #mainvisual {
    background-image: url("../images/onbashira_bg_sp.png");
    margin-top: -155px;
    height: auto;

  }
  #mainvisual .top_logo_set {
    width: 240px;
    margin-top: 75px;
    margin-left: 5px;
  }
  #mainvisual .top_logo_set img {
    display: block;
    width: auto;
  }
  #mainvisual .top_logo_set img:nth-child(1) {
    width: 20px;
    margin-top: 10px;
    margin-right: 0px;
  }
  #mainvisual .top_logo_set img:nth-child(2) {
    width: 185px;
    margin-top: 10px;
    margin-right: 20px;
  }
  #mainvisual .link_botton{
    width: 95%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

}

/*++++++++++++++++++++++++++
Google Map
++++++++++++++++++++++++++*/
#maps {
  position: relative;
  background-color: black;
}
#maps .cloud_L1 img{
  width: auto;
  position: relative;
  left: -60px;
}
#maps .cloud_R img{
  width: auto;
}
#maps .cloud_L1 {
  /* border: 1px solid red; */
  position: absolute;
  width: 318px;
  height: auto;
  left: 0px;
  top: -18px;
  overflow: hidden;
}
#maps .cloud_R {
  /* border: 1px solid red; */
  position: absolute;
  width: 394px;
  height: auto;
  right: 0px;
  bottom: -80px;
  overflow: hidden;
  z-index: 1;
}

#maps .map-menu {
  max-width: 1130px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
}
#maps .map-menu img{
  display: block;
  width: 25px;
  height: auto;
  margin-right: -70px;
  margin-left: 50px;
  filter: brightness(0.8);
}
#maps .mbtn1 {
  width: 366px;
  height: 107px;
  background-image: url(../images/map_btn1.png);
  margin: 5px auto;
}
#maps .mbtn2 {
  width: 366px;
  height: 107px;
  background-image: url(../images/map_btn2.png);
  margin: 5px auto;
}
#maps .mbtn3 {
  width: 366px;
  height: 107px;
  background-image: url(../images/map_btn3.png);
  margin: 5px auto;
}


#maps .moji_set{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 120px;
  margin: 0px auto;
}
#maps a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 107px;
  /* min-width: 320px; */
}
#maps .moji_set span:nth-child(1) {
  width: 115px;
  white-space: nowrap;
  line-height: 46px;
  margin-top: -9px;
  text-align: justify;
  text-align-last: center;
  font-family: 'Noto Serif JP', Noto Serif,  Ro Hon MinSKok Pro;
  font-size: 28px;
  color: rgba(0,0,0,1);
  margin: -5px auto;
}
#maps .moji_set span:nth-child(2) {
  width: 41px;
  white-space: nowrap;
  line-height: 27px;
  margin-top: -5.5px;
  text-align: center;
  font-family:  'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-size: 16px;
  color: rgba(0,0,0,1);
  letter-spacing: 2px;  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #maps{
    padding-bottom: 40px;
  }
  #maps .cloud_L1 img{
    width: 222px;
    left: -60px;
  }
  #maps .cloud_R img{
    width: 320px;
  }
  #maps .cloud_L1 {
    /* border: 1px solid red; */
    top: 70px;
  }
  #maps .cloud_R {
    width: 210px;
    right: 0px;
    bottom: -40px;
  }
  #maps .mbtn1, #maps .mbtn2, #maps .mbtn3 {
    width: 90%;
  }

}

/*++++++++++++++++++++++++++
御柱祭スケジュール
++++++++++++++++++++++++++*/
#bg_video {
  position: absolute;
  right: 0px;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background: url(../images/poster.jpg) no-repeat;
  background-size: cover;
  /* transform-origin: left;
  transform: scaleX(0.63); */
  filter: brightness(0.5);
}

#schedule {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* background-color: darkgreen; */
}
#schedule .cloud_L2 img{
  width: auto;
  position: relative;
  left: -25px;
}
#schedule .cloud_L2 {
  /* border: 1px solid red; */
  position: absolute;
  width: 318px;
  height: auto;
  left: 0px;
  bottom: -5px;
  overflow: hidden;
}
#schedule .tab_buttom span {
  /* white-space: nowrap; */
  /* line-height: 62px; */
  /* margin-top: -17.5px; */
  display: inline-block;
  text-align: center;
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-weight: normal;
  font-size: 26px;
  margin: 0px 10px;
}
#schedule .tab_buttom span:nth-child(2) {
  font-size: 14px;
  transform:rotate(90deg) scale(1,1.5);
  transition-duration: 0.5s;

}
#schedule table {
  width: auto;
  margin: 0px auto;
}
#schedule tr {
  display: block;
  /* display: flex; */
  /* flex-direction: column; */
  border-bottom: 1px solid darkgray;
}
#schedule table th {
  /* border-bottom: 1px solid darkgray; */
  width: 180px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  /* text-align: justify; */
  /* text-align-last: justify; */
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-size: 20px;
  line-height: 42px;
  color: rgba(208,165,92,1);
}
#schedule table td {
  /* border-bottom: 1px solid darkgray; */
  /* width: 139px; */
  /* white-space: nowrap; */
  text-align: left;
  font-family: 'Noto Serif JP', Noto Serif, Ro Hon MinSKok Pro;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255,255,255,1)
}


/* from tab css */
#schedule .tab-wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin:20px auto;
}
#schedule .tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: rgba(208,165,92,1);
  display: block;
  order: -1;
}
#schedule .tab-label {
  color: White;
  /* background: black; */
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  /* white-space: nowrap; */
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
#schedule .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
#schedule .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
#schedule .tab-switch:checked+.tab-label {
  background: rgba(208,165,92,1);
}
#schedule .tab-switch:checked+.tab-label > .tab_buttom span:nth-child(2){
  /* color: rgba(255,0,0,1); */
  transform: scale(1.5, -1) rotate(90deg);
  transition-duration: 0.5s;
}
#schedule .tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 1.5s opacity;
  /* box-shadow: 0 0 3px rgba(0,0,0,.2); */
}
/* ラジオボタン非表示 */
#schedule .tab-switch {
  display: none;
}
/* to tab css */

@media screen and (max-width: 768px) {
  #schedule {
    padding-bottom: 40px;
  }
  #schedule .cloud_L2 img{
    width: 200px;
  }
  #schedule .cloud_L2 {
    width: 180px;
    bottom: -7px;
  }
  #schedule .tab_buttom span {
    font-size: 20px;
  }
  #schedule .tab_buttom span:nth-child(2) {
    font-size: 20px;
  }
  #schedule .tab-wrap {
    width: 95%;
  }
  #schedule tr {
    display: flex;
    flex-direction: column;
  }
  #schedule table td {
    font-size: 16px;
    line-height: 32px;
}

}

/*++++++++++++++++++++++++++
　　　
++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
#footer {
  /* max-width: 1400px; */
  height: auto;
  background-color: black;
  margin: 0px auto;
}
#footer img {
  display: block;
  width: auto;
  margin: 20px auto;
}
#footer .copylight {
  /* width: 133px; */
  white-space: nowrap;
  text-align: center;
  font-family: 'Noto Serif JP', Poppins;
  font-style: normal;
  font-weight: lighter;
  font-size: 11px;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  #footer img {
    display: block;
    width: 50%;
    margin: 20px auto;
  }

}


/*--------------------------------------
    pagetop
---------------------------------------*/
a#btn_top {
    position: fixed;
    right: 15px;
    z-index: 10;
    text-decoration: none;
    color: #D0A55C;
    text-align: center;
    display: block;
    width: 60px;
    height: auto;
    /* height: 35px; */
    box-sizing: border-box;
    padding: 8px 0 0 0;
    /* background: rgba(0, 0, 0, 0.54); */
    font-size: 10px;
    /* border-radius: 40px; */
    line-height: 1.2em;
    overflow: hidden;
}


a#btn_top a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.9);
    /* background: rgba(28, 99, 167, 0.9); */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a#btn_top span {
  display: inline-block;
  transform: scale(2,1) rotate(-90deg);
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {

    a#btn_top {
        position: fixed;
        right: 15px;
        z-index: 10;
        text-decoration: none;
        color: #D0A55C;
        text-align: center;
        display: block;
        width: 60px;
        height: auto;
        /* height: 35px; */
        box-sizing: border-box;
        padding: 8px 0 0 0;
        /* background: rgba(0, 0, 0, 0.54); */
        /* background: rgba(28, 99, 167, 0.54); */
        font-size: 10px;
        /* border-radius: 40px; */
        line-height: 1.2em;
    }


}



/*--------------------------------------
		lightbox
---------------------------------------*/
.lightbox {
    display: none;
    color: #000;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
