@charset "utf-8";

#jun{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

/* 共通のスタイル */

body{
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  color: #fff;
}

header{}
header:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:120vh;

  background-color: #0004;
  background-blend-mode:darken;
  background-image: url(../images/header.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
header h1{
  display: flex;
  justify-content: center;
  width: 100%;
}
header h1 img{
  width: 50%;
  height: auto;
}

header div#visual{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
header div#visual figure{
  z-index: 2;
  width: 100%;
  text-align: center;
}
header div#visual figure img{
  width: 15%;
  height: auto;
}
header div#visual p{
  z-index: 3;
  margin: -15vw auto 5rem auto;
  text-shadow: 0 0 10px #000 , 0 0 10px #000 , 0 0 10px #000 , 0 0 10px #000 , 0 0 10px #000 , 0 0 10px #000 , 0 0 10px #000;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  text-align: justify;
}
header figure#grad{
  z-index: 1;
  width: 100%;
  height: 250px;
  margin: -250px 0 0 0;
  background-image: url(../images/grad.png);
}

.kinkin span a{
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  left:0;
  bottom:20vh;
  z-index: 99;
  width: 2rem;
  height: auto;
  margin: 0 0 0 9.7vw;
  transform: translateX(-1.5rem);
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #006934;
  border-radius: 5px;
  box-shadow: 0 0 20px #fff , 0 0 20px #fff;
}
.kinkin span a:hover{
  box-shadow: 0 0 30px #fff;
}

.happyou span a{
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  right:0;
  bottom:20vh;
  z-index: 99;
  width: 2rem;
  height: auto;
  margin: 0 9.7vw 0 0;
  transform: translateX(1.5rem);
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #006934;
  background-color: #bd0000;
  border-radius: 5px;
  box-shadow: 0 0 20px #fff , 0 0 20px #fff;
}
.happyou span a:hover{
  box-shadow: 0 0 30px #fff;
}



nav{}
nav ul{}
nav ul li{}
nav ul li a{
  display: block;
  width: 200px;
  height: 50px;
  text-align: right;
  color: #000;
}
nav ul li a#logo{
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
}
nav ul li a#logo img{
  width: 100%;
  height: auto;
}
nav ul li a#xxv{
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 200;
}
nav ul li a#xxv img{
  width: 50%;
  height: auto;
}
nav ul li a:hover{}


div.wrap{
  width: 100%;
  margin: 0 0 200px 0;
  background-color: #000;
}
div.wrap.last{
  margin: 0 0 0 0;
}

main{
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0 5vw 100px 5vw;
  font-size: 1.2rem;
  background-color: #000;
}

main section{
  padding: 15vh 0 0 0;
}
main section h2{
  margin: 0 0 2.5rem 0;
  padding: 0.5rem 1rem 0 0.2rem;
  font-size: 3rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
main section h2 span{
  font-weight: normal;
  font-size: 1.3rem;
  text-align: right;
}

/* section01 */
main section#sec01 p{
  margin: 0 0 3rem 0;
  padding: 0 3rem;
  text-align: justify;
  line-height: 2.2rem;
}
main section#sec01 ul{
  margin: -2.5rem 0 0.6rem 6rem;
  line-height: 1.8rem;
}
main section#sec01 div.regist{
  display: flex;
  justify-content: center;
}
main section#sec01 div.regist a{
  display: inlile-block;
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  background-color: #006934;
  border-radius: 5px;
}
main section#sec01 div.regist a:hover{
  box-shadow: 0 0 30px #fff;
}
main section#sec01 table{
  width: 75%;
  margin: 0 auto 2.5rem auto;
}
main section#sec01 table td{
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: justify;
}
main section#sec01 table td .btn{
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
}
main section#sec03 table td .btn{
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
}
main section#sec01 table td .copy-url{
  margin: 0 0.2rem;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  cursor: pointer;
}
main section#sec03 table td .copy-url2{
  margin: 0 0.2rem;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  cursor: pointer;
}

main section .success-msg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 30vh;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    padding: 0 0.5rem;
    color: #fff;
    text-align: center;
    font-size: 1.15rem;
    line-height: 40px;
    background-color: #006934;
    border-radius: 5px;
}

main section .success-msg2 {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 30vh;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    padding: 0 0.5rem;
    color: #fff;
    text-align: center;
    font-size: 1.15rem;
    line-height: 40px;
    background-color: #006934;
    border-radius: 5px;
}


/* section02 */
main section#sec02{}
main section#sec02 div.ws-end div.ws-datetime , main section.sec02 div.ws-end div.ws-map{
  opacity: 0.2;
}
main section#sec02 div.ws-end{
  position: relative;
}
main section#sec02 div.ws-end div.end{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0 0 0;
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
}
main section#sec02 div.ws-datetime-map:first-child{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5rem 0;
  padding: 0 0 5rem 0;
  border-bottom: 5px dotted #555;
}
main section#sec02 div.ws-datetime-map{
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0 5rem 0;
  border-bottom: 5px dotted #555;
}
main section#sec02 div.ws-datetime-map:last-child{
  margin: 0 0 0 0;
  padding: 5rem 0 0 0;
  border: none;
}

main section#sec02 div.ws-datetime-map div.ws-datetime{
  position: relative;
  width: 60%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
main section#sec02 div.ws-datetime-map.ws-end div.ws-datetime{
  width: 100%;
}
main section#sec02 div.ws-datetime-map div.ws-datetime div.no{
  position: absolute;
  top: -100px;
  right: 20px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-family: "Righteous", sans-serif;
  font-size: 4rem;
  color: #006934;
  background-color: #fffd;
  border-radius: 50%;
  transform: rotate(20deg);
  transition: transform ease-in-out 10s;
}
main section#sec02 div.ws-datetime-map div.ws-datetime div.no:hover{
  transform: rotate(36000deg);
}
main section#sec02 div.ws-datetime-map div.ws-datetime div.niketa{
  letter-spacing: -0.2rem;
}
main section#sec02 div.ws-datetime-map div.ws-datetime div.hap{
  font-size: 3rem;
  font-family: "Mochiy Pop P One", serif;
  font-weight: 400;
}
main section#sec02 div.ws-datetime-map div.ws-datetime h3{
  margin: -1rem 0 20px 0;
  font-family: serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}
main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-date{
  font-size: 6rem;
  position: relative;
  top: 0.4rem;
}
main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-time{
  font-size: 3.5rem;
}
main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-place{
  display: block;
  margin: 5px 0 20px 0;
  font-size: 3rem;
}

main section#sec02 div.ws-datetime-map div.ws-datetime table{
  width: 100%;
  margin: 0 auto 1rem auto;
}
main section#sec02 div.ws-datetime-map div.ws-datetime table td{
  padding: 0 0 0.5rem 0;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.4rem;
}
main section#sec02 div.ws-datetime-map div.ws-datetime table td.kome{
  width: 1rem;
}
main section#sec02 div.ws-datetime-map div.ws-datetime table td.tit{
  width: 12%;
  text-align-last: justify;
}

main section#sec02 div.ws-datetime-map div.ws-map{
  width: 40%;
}
main section#sec02 div.ws-datetime-map div.ws-map iframe{
  width: 100%;
  height: 100%;
}
main section#sec02 div.ws-datetime-map div.ws-undecided{
  width: 50%;
  text-align: center;
  padding: 0 10px 0 0;
}
main section#sec02 div.ws-datetime-map div.ws-seven{
  width: 50%;
  text-align: center;
  padding: 0 0 0 10px;
}

main section#sec02 div.bounenkai{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem 0 0 0;
}
main section#sec02 div.bounenkai a{
  display: inlile-block;
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #006934;
  border-radius: 5px;
}
main section#sec02 div.bounenkai a:hover{
  box-shadow: 0 0 30px #fff;
}
main section#sec02 div.bounenkai a span{
  font-size: 1rem;
}



main section#sec02 div#tit-h{
  margin: 0 0 3rem 0;
}
main section#sec02 div#tit-h figure{
  display: flex;
  justify-content: center;
}
main section#sec02 div#tit-h figure img{
  max-width: 100%;
  height: auto;
}
main section#sec02 div#tit-h div#read{
  margin: 0 0 2.2rem 0;
  padding: 0 0 2.2rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.6rem;
  border-bottom: 1px dashed #666;
}
main section#sec02 div#tit-h div#des{}
main section#sec02 div#tit-h div#des h3{
  margin: 0 0 1.2rem 0;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1rem;
}

main section#sec02 div#tit-h div#des h3 span{
  margin: 1rem 0.5rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.1rem;
}
main section#sec02 div#tit-h div#des ul#performer{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  list-style-type: none;
}
main section#sec02 div#tit-h div#des ul#performer li{
  margin: 0 1.2rem;
  text-indent: -0.2rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 2.2;
  letter-spacing: 0.5rem;
}
main section#sec02 div#tit-h div#des ul#performer li.last{
  margin: 1rem 0 3rem 0;
  font-size: 2rem;
  font-weight: 500;
  list-style-type: none;
}
main section#sec02 div#tit-h div#des ul#performer li span{
  display: block;
  margin: -2.5rem 0 0 0;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
main section#sec02 div.ws-datetime-map.presen{
  display: block;
}
main section#sec02 div#tit-h div#des span{
  display: block;
  text-align: center;
}
main section#sec02 div#no12{
  padding: 0 0 5rem 0;
}
main section#sec02 div.ws-datetime-map div.ws-datetime div.no.hap{
  top: -2rem;
}

main section#sec02 div.ws-datetime-map.presen div.ws-datetime{
  width: 100%;
}
main section#sec02 div.ws-datetime-map.presen div.ws-datetime h3 span.ws-time{
  position: relative;
  top: 0.3rem;
  left: 1rem;
  font-size: 5rem;
}
main section#sec02 div.ws-datetime-map.presen div.ws-map{
  width: 100%;
  height: 40vh;
}
main section#sec02 div.ws-datetime-map.presen div.ws-map iframe{
  width: 100%;
  height: 100%;
}


/* section03 */
main section#sec03 p{
  margin: 0 0 1.5rem 0;
  padding: 0 2rem;
  text-align: justify;
  line-height: 1.8rem;
}
main section#sec03 ul{
  margin: -2.5rem 0 0.6rem 6rem;
  line-height: 1.8rem;
}
main section#sec03 div.regist{
  display: flex;
  justify-content: center;
}
main section#sec03 div.regist a{
  display: inlile-block;
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  background-color: #006934;
  border-radius: 5px;
}
main section#sec03 div.regist a:hover{
  box-shadow: 0 0 30px #fff;
}
main section#sec03 table{
  width: 75%;
  margin: 0 auto 2.5rem auto;
}
main section#sec03 table td{
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: justify;
}
main section#sec03 table td .copy-url{
  margin: 0 0.2rem;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
}


footer{
  padding: 1.5rem 0;
  text-align: center;
}



/* pagetop */
div#pagetop{
  position: fixed;
  width: 0;
  bottom: 50px;
  left: 50px;
}
div#pagetop a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
  background-color: #006934;
  border-radius: 50%;
}
div#pagetop a:hover{
  opacity: 0.5;
}



.font-size_240{font-size: 2.4rem}
.font-size_220{font-size: 2.2rem}
.font-size_200{font-size: 2.0rem}
.font-size_180{font-size: 1.8rem}
.font-size_160{font-size: 1.6rem}
.font-size_140{font-size: 1.4rem}
.font-size_120{font-size: 1.2rem}
.font-size_100{font-size: 1rem}
.font-size_90{font-size: 0.9rem}
.font-size_80{font-size: 0.8rem}

.font-weight_bold{font-weight: bold;}

.color_lightgreen{color: #54ba6f;}

br.br-no{display: none;}

.vi-hi{
  visibility: hidden;
}
.sp-no{display: none;}


/* 爆弾 */
/*バクダン付きの見出し*/
.burst span.outer,
.burst span.outer:after,
.burst span.outer:before,
.burst span.outer span {
  content:"";
  width:100px;
  height:100px;
  background-color:#fff;
  position:absolute;
  top:0px;
}
.burst,
.burst span.outer,
.burst span.outer:after,
.burst span.outer:before {
  transform: rotate(22.5deg);
}
.burst span.outer span{
  transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  padding-top: 1.1rem;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
}
.burst {
  position:relative;
  width:100px;
  height:100px;
  background-color:#fff;
  margin:1rem 0 1rem 10px; /* 少しマージン取らないとはみ出る。マージンサイズはバクダンの大きさによって調整してください*/
}

.burst_box{
  display: flex;
  align-items: center; /* バクダンとテキストを上下中央揃え */
}
.burst_wrapper{
  /* 幅・高さは.burstで指定した高さ×1.5にするとテキストと上下中央がほぼ揃う*/
  width: 250px;
  height: 75px;
}
.burst_text{
  margin: 0 0 0 1rem;
  padding: 50px 0 0 0;
  line-height: 1.4;
  text-align: justify;
}
.burst_text h3{
  margin: 0 0 0.2rem 0;
  font-size: 2rem;
  text-shadow: 2px 2px 3px #54ba6f;
}

/* バクダンとテキストを上揃えにして、テキスト開始位置をpadding-topで調整する場合 */
.burst_box2{
  display: flex;
  align-items: start;
}
.burst_box2 .burst_text{
  padding-top:20px;
}





/* ########### 599px以下(smartphone) ########### */
@media (max-width: 599px) {

  header:before{
    background-size: auto 130%;
    background-position: 50% 100%;
  }
  header h1{
    margin: 5vh 0 20vh 0;
  }
  header h1 img{
    width: 100%;
  }
  header div#visual figure img {
    width: 35%;
  }
  header div#visual p{
    position: relative;
    left: -3vw;
    margin: -25vw auto 5rem auto;
    font-size: 6vw;
  }

  .kinkin span a{
    margin: 0 0 0 9.5vw;
    padding: 0.8rem;
  }

  main{
    width: 100%;
    padding: 0 4vw 50px 4vw;
  }
  main section{
    padding: 7.5vh 0 0 0;
  }
  main section h2 span{
    display: block;
  }
  main section#sec01 p {
    margin: 0 0 2rem 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  main section#sec01 ul {
    margin: -1.5rem 0 0.6rem 3rem;
    line-height: 1.8rem;
  }
  main section#sec01 table {
    width: 100%;
    margin: 0 auto 2.5rem auto;
  }

  main section#sec02 div.ws-datetime-map{
    display: block;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime{
    width: 100%;
    padding: 0 0 0 0;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime div.no{
    right: 1rem;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime h3 {
    font-size: 2.5rem;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime h3.pc{display: none;}
  main section#sec02 div.ws-datetime-map div.ws-datetime h3.mo{display: block;}
  main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-time {
    font-size: 8.5vw;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-date {
    font-size: 4rem;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.ws-place {
      font-size: 10vw;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime h3 span.tate{
    display: inline-block;
    margin: 0 0 -1rem 0;
    writing-mode: vertical-rl;
  }
  main section#sec02 div.ws-datetime-map div.ws-datetime table td.tit{
    width: 18.5%;
  }
  main section#sec02 div.ws-datetime-map div.ws-map{
    width: 90%;
    height: 35vh;
    margin: 0 auto;
  }
  main section#sec02 div.ws-datetime-map div.ws-undecided{
    margin: 0 0 50px 0;
  }
  main section#sec02 div.ws-datetime-map div.ws-seven{
    width: 100%;
  }

  main section#sec02 div#tit-h div#read{
    font-size: 2.4vw;
    line-height: 2.2;
  }

/**/
  main section#sec02 div.ws-datetime-map div.ws-datetime div.no.hap{
    top:-7rem;
  }
  main section#sec02 div.ws-datetime-map.presen div.ws-datetime h3 span.ws-time{
    font-size: 3.5rem;
  }
  main section#sec02 div.ws-datetime-map.presen div.ws-datetime h3 span.kaien{
    position: relative;
    top: 0.3rem;
  }
  main section#sec02 div#tit-h div#des ul#performer li{
    font-size: 3rem;
  }
  main section#sec02 div#tit-h div#des ul#performer li span{
    margin: -2rem 0 0 0;
  }

  main section#sec03 p {
    margin: 0 0 3rem 0;
    padding: 0 0rem;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  main section#sec03 table{
    width: 100%;
    margin: 0 auto 2.5rem auto;
  }


  .burst_box{
    display: block;
    margin: 3rem 0 0 0;
  }
  .burst{
    position:relative;
    left: 0;
    transform: translateX(10%);
  }
  .burst_text h3{
    margin: 0 0 0.2rem 0;
    text-align: center;
  }
  .burst_text span.nove{
    display: block;
    width: 100%;
    margin: 0 0 -2rem 0;
    text-align: center;
  }


  main section .success-msg {
      top: 50vh;
  }

  main section .success-msg2 {
      top: 50vh;
  }

  footer{
    padding: 1.5rem 0 3rem 0;
    line-height: 1.4;
  }

  div#pagetop{
    bottom: 4vw;
    left: 4vw;
  }

  br.br-no{display: block;}

}


/* ########### 600px以上～768px以下(tablet) ########### */
@media (min-width: 600px) and (max-width: 768px) {

  header h1{
    margin: 80px 0 0 0;
  }
  header h1 img{
    width: 90%;
  }
  header div#visual figure img {
    width: 25%;
  }


  main{
    width: 100%;
    padding: 0 5vw 100px 5vw;
  }

  main section.sec02 div.ws-datetime-map{
    display: block;
  }
  main section.sec02 div.ws-datetime-map div.ws-datetime{
    width: 100%;
  }
  main section.sec02 div.ws-datetime-map div.ws-datetime h3.mo{display: none;}
  main section.sec02 div.ws-datetime-map div.ws-map{
    width: 80%;
    height: 35vh;
    margin: 0 auto;
  }
  main section.sec02 div.ws-datetime-map div.ws-undecided{
    margin: 0 0 50px 0;
  }
  main section.sec02 div.ws-datetime-map div.ws-seven{
    width: 80%;
    margin: 0 auto;
  }

  main section.sec02 div#tit-h div#read{
    font-size: 2.4vw;
  }

  div#pagetop{
    bottom: 50px;
    right: 50px;
  }

}


/* ########### 769px以上(PC) ########### */
@media (min-width: 769px) {

  header h1{
    margin: 100px 0 0 0;
  }
  header h1 img{
    width: 80%;
  }
  header div#visual figure img {
    width: 20%;
  }

  nav ul li{
    font-size: 1.6vw;
    line-height: 1.4;
  }

  main{
    width: 100%;
    padding: 0 5vw 100px 5vw;
  }
  main section.sec02 div.ws-datetime-map{
    display: block;
  }
  main section.sec02 div.ws-datetime-map div.ws-datetime{
    width: 100%;
  }
  main section.sec02 div.ws-datetime-map div.ws-datetime h3.mo{display: none;}
  main section.sec02 div.ws-datetime-map div.ws-map{
    width: 80%;
    height: 35vh;
    margin: 0 auto;
  }
  main section.sec02 div.ws-datetime-map div.ws-undecided{
    margin: 0 0 50px 0;
  }

  main section.sec02 div#tit-h div#read{
    font-size: 2.4vw;
  }

  div#pagetop{
    bottom: 50px;
    right: 50px;
  }

  br.br-no{display: none;}

}



/* ########### 1000px以上(PC) ########### */
@media (min-width: 1000px) {

  header h1{
    margin: 0;
  }
  header h1 img{
    width: 50%;
  }
  header div#visual figure img {
    width: 15%;
  }

  nav ul li{
    font-size: 1.4vw;
  }

  main{
    width: 1000px;
    padding: 0 0 100px 0;
  }
  main section.sec02 div.ws-datetime-map{
    display: flex;
  }
  main section.sec02 div.ws-datetime-map div.ws-datetime{
    width: 60%;
  }
  main section.sec02 div.ws-datetime-map div.ws-map{
    width: 40%;
    height: auto;
    margin: 0;
  }
  main section.sec02 div.ws-datetime-map div.ws-undecided{
    width: 50%;
    margin: 0 0 0 0;
  }
  main section.sec02 div.ws-datetime-map div.ws-seven{
    width: 50%;
  }

  main section.sec02 div#tit-h div#read{
    margin: 0 0 2.2rem 0;
    padding: 0 0 2.2rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2;
    border-bottom: 1px dashed #666;
  }


  div#pagetop{
    bottom: 50px;
    left: 50px;
  }

  .pc-no{display: none;}

}










