@charset "UTF-8";
body {
  height: 100%;
  margin: 0;
  font-family: "メイリオ", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

/*parallax*/
.parallax {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
#heroimage {
  background-image: url("../img/heroimage_ls.png")
}
#access {
  background-image: url("../img/access_ls.png")
}
#aboutus {
  background-image: url("../img/aboutus_ls.png")
}
/*parallax*/

/*heroimage*/
#heroimage {
  display: block;
  overflow: hidden;
  text-align: center;
  height: 100vh;
}
#herotext {
  width: 100%;
  margin: 0 auto;
}
#herotext h1, #herotext h2, #herotext h3, #herotext h4 {
  color: black;
  text-shadow:1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 0px 1px 0 white,  0-1px 0 white, 1px 0 0 white, 1px 0 0 white;
  margin: 0;
  padding: 0;
}
#herotext h1 {
  font-size: 10vh;
}
#herotext h2 {
  text-align: center;
  font-size: 3vh;
  margin-top: 16vh;
}
#herotext h3 {
  font-size: 7vh;
}
#beginday, #endday, #interval {
  display: none;
}
#singleday {
  display: inline;
}
#beginday::before {
  content: "6.";
  font-size: 4vh;
}
#beginday::after {
  content: "<SAT>";
  font-size: 2.5vh;
}
#endday::before {
  content: "6.";
  font-size: 4vh;
}
#endday::after {
  content: "<SAT>";
  font-size: 2.5vh;
}
#singleday::before {
  content: "6.";
  font-size: 7vh;
}
#singleday::after {
  content: "<SAT>";
  font-size: 4vh;
}
#herotext h4 {
  font-size: 3vh;
  margin-top: 2vh;
}
#pushbutton {
  margin-top: 6vh;
  transform: rotate(90deg);
  font-size: 5vh;
  display: inline-block;
  text-decoration: none;
  color: black;
  text-shadow:1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 0px 1px 0 white,  0-1px 0 white, 1px 0 0 white, 1px 0 0 white;
  width: 8vh;
  height: 8vh;
  line-height: 8vh;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
  border: black solid 0.5vh;
  transition: .4s;
}
#pushbutton:hover {
  border-style: dashed;
}
/*heroimage*/

/*programstyle*/
#program {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #5e7055;
  padding-bottom: 5vh;
  overflow: hidden;
}

/*title*/
h1 {
  position: relative;
  display: block;
  padding-top: 50px;
  color: white;
  padding-bottom: 5vh;
  font-size: 2em;
  margin-top: 20px;
  width: 100%;
  max-height: 2em;
}
#program h1 {
  color: #fff;
}
/*title*/

/*toggle*/
.toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  padding: 2px;
  width: 10vw;
  height: 5vw;
  background-color: #00bcd4;
  border-radius: 50vw;
  transition: background 0.4s;
  margin-left: 44vw;
}
.toggle + label::before, .toggle + label::after {
  display: block;
  position: absolute;
  content: "";
}
.toggle + label::before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60vw;
  transition: background 0.4s;
}
.toggle + label::after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 4.7vw;
  background-color: #00bcd4;
  border-radius: 52vw;
  transition: margin 0.4s, background 0.4s;
}
.toggle:checked + label {
  background-color: #ff9800;
}
.toggle:checked + label::after {
  margin-left: 4.9vw;
  background-color: #ff9800;
}
/*toggle*/

/*toggletext*/
#toggletext::before {
  content: "上映作品リスト";
  position: relative;
  color: #00bcd4;
  left: -10vw;
  top: -4vw;
  font-size: 2vw;
  transition: color 0.4s;
}
#toggletext::after {
  content: "タイムテーブル";
  position: relative;
  color: #fff;
  right: -9vw;
  top: -4vw;
  font-size: 2vw;
  transition: color 0.4s;
}
.toggle:checked ~ #toggletext::before {
  color: #fff;
}
.toggle:checked ~ #toggletext::after {
  color: #ff9800;
}
/*toggletext*/

/*togglechecked-or-not*/
.toggle:checked ~ .programbox {
  display: block;
}
.toggle:checked ~ .listbox {
  display: none;
}
/*togglechecked-or-not*/

/*style-of-programbox*/
.programbox {
  margin: 2vw 3px;;
  text-align: center;
  display: none;
  padding-bottom: 0;
  overflow: hidden;
}
/*style-of-programbox*/

/*day-radiobox*/
.programbox input {
  display: none;
}
.day {
  display: inline-block;
  border: solid 3px;
  border-radius: 5px;
  padding: 0 5vmin;
  font-size: 3vmin;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s;
}
.day:hover {
  cursor: pointer;
}
/*day-radiobox*/

/*daybox-colors*/
#day1:hover {
  background-color: lightcoral;
}
#day2:hover {
  background-color: skyblue;
}
/*daybox-colors*/

/*daycontent*/
.daycontent {
  display: none;
  padding: 0;
  position: relative;
  top: -0.5em;
  width: 740px;
  margin: 0 auto;
  margin-top: 3vh;
  overflow: hidden;
}
/*daycontent*/

/*daychecked*/
#daycheck1:checked + #day1 {
  background-color: orangered;
}
#daycheck2:checked + #day2 {
  background-color: dodgerblue;
}
#daycheck1:checked ~ #daycontent1 {
  display: block;
}
#daycheck2:checked ~ #daycontent2 {
  display: block;
}
/*daychecked*/

/*style-of-program*/
.program {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  padding: 0;
}
/*style-of-program*/

/*program-checkbox*/
.program input {
  display: none;
}
.program label {
  width: 100%;
  text-align: left;
  overflow: hidden;
  line-height: 90px;
  transition: color 0.3s;
}
.begintime {
  display: inline;
  font-size: 30px;
  margin-left: 20px;
}
.endtime {
  display: inline;
  font-size: 18px;
}
.nameofprogram {
  display: inline;
  font-size: 30px;
  margin-left: 100px;
  padding-right: 100px;
}
.plus {
  float: right;
  font-size: 30px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: transform 0.3s;
}
/*program-checkbox*/

/*program-checkbox-hover*/
.program:hover>label {
  cursor: pointer;
}
#Aprogram:hover>label {
  color: #f285c1;
}
#Bprogram:hover>label {
  color: #b2a7d9;
}
#Cprogram:hover>label {
  color: #5bd9d9;
}
#Dprogram:hover>label {
  color: #49bf9e;
}
/*program-checkbox-hover*/

/*programcontent*/
.programcontent {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  -webkit-transition: margin-bottom 0.35s;
  transition: margin-bottom 0.35s;
  color: #5e7055;
  width: 100%;
}
/*programcontent*/

/*divide-line*/
.line {
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  text-align: center;
  transition: height 0.3s;
}
.program:hover>label>.line, .program:hover>label~.line, .program input:checked+label>.line, .program input:checked~.line {
  height: 5px;
}
/*divide-line*/

/*programchecked*/
.program input:checked ~ label>.plus {
  transform: rotate(315deg);
}
.program input:checked ~ .programcontent {
  max-height: 20em;
  margin-bottom: 5px;
}
/*programchecked*/

/*work-list*/
.programcontent ul li {
  color: #404040;
  border-left: solid 6px #1fa67a;
  border-bottom: solid 2px whitesmoke;
  cursor: pointer;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
  font-weight: bold;
  width: 90%;
  text-align: left;
}
.programcontent ul li:hover {
  border-bottom-color: #495742;
}
/*work-list*/

/*work-list-color*/
#Aprogram div ul li {
  border-left-color: #f285c1;
}
#Bprogram div ul li {
  border-left-color: #b2a7d9;
}
#Cprogram div ul li {
  border-left-color: #5bd9d9;
}
#Dprogram div ul li {
  border-left-color: #49bf9e;
}
/*work-list-color*/

/*listbox*/
.listbox {
  text-align: center;
  width: 100%;
}
/*listbox*/

/*proram-title*/
.works h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5vh;
}
.works h3 {
  color: #fff;
}
/*program-title*/

/*liststyle*/
.works ul {
  text-align: left;
}
.works ul {
  padding: 0;
}
.works ul:nth-last-of-type(1) {
  margin-bottom: 0;
}
.works ul li {
  list-style-type: none;
  position: relative;
  width: 47.9vw;
  display: inline-block;
  margin-left: 0.5vw;
}
.works ul li img {
  display: inline-block;
  width: 24vw;
  margin: 0.5vw;
  padding: 0.3vw;
  border: 0.1vw solid #fff;
}
.coment {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 21vw;
  height: 13.5%;
  color: #fff;
  padding: 0;
  margin: 0;
  top: 3.5%;
}
.coment .title {
  font-size: 1.5vw;
  margin-bottom: 0;
}
.coment .director {
  font-size: 1vw;
  margin-bottom: 0;
}
.coment .message {
  font-size: 1.1vw;
}
.detailbutton {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color:#cddc39;
  border: solid 2px#cddc39;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3vw;
}
.detailbutton:hover {
  background:#cddc39;
  color:#fff;
}
/*liststyle*/

/*access*/
#access {
  text-align: center;
  display: block;
  padding-bottom: 5vh;
  overflow: hidden;
  color: white;
}
#access a {
  text-decoration: underline;
  color: white;
}
#access a:hover {
  color: lightskyblue;
}
#access h1 {
  color: white;
  margin-bottom: 0;
}
.map-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
}
.map-container iframe, .map-container object, .map-container embed {
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 100%;
}
#access h2 {
  color: white;
  font-size: 1.5em;
  margin-top: 4%;
}
#access h2::after {
  content: "";
  background-color: white;
  height: 2px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.root {
  color: black;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  margin-top: 2em;
  padding: 5px;
  background-color: rgba(255,255,255,0.5);
}
.root h4 {
  color: black;
  margin: 0;
  margin-left: 3em;
  font-size: 1.1em;
}
.root h5 {
  color: black;
  margin-left: 5em;
  margin-top: 0.8em;
  margin-bottom: 0em;
  font-size: 0.9em;
}
.root ul {
  color: black;
  margin-left: 4em;
  font-size: 0.9em;
}
.root:nth-last-of-type(1) {
  margin-bottom: 8vh;
}
/*access*/

/*faq*/
#faq {
  width: 100%;
  overflow: hidden;
  background-color: aliceblue;
  color: #444;
  padding-bottom: 5vh;
  text-align: center;
}
#faq h1 {
  color: #444;
  margin-bottom: 0;
}
#faq dl {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
#faq dt {
  background: #444;
  color: #fff;
  padding: 8px;
  border-radius: 2px;
}
#faq dt::before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
  color: #67c5ff;
}
#faq dd {
  color: #444;
  margin: 24px 16px 40px 32px;
  line-height: 140%;
  text-indent: -24px;
}
#faq dd::before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
  color: red;
}
#faq a {
  color: #444;
  text-decoration: underline;
  font-weight: normal;
}
#faq a:hover {
  color: darkslateblue;
  font-weight: bold;
}
#faq p {
  color: #444;
  font-size: 1.2em;
  max-width: 90%;
  margin: 0 auto;
}
#faq mark {
  background-color: yellow;
  color: black;
}
/*faq*/

/*aboutus*/
#aboutus {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
#aboutus h1 {
  width: 100%;
  margin: 20px auto 0;
  color: white;
}
#aboutus div {
  width: 100%;
  font-size: 1.3em;
}
#aboutus table {
  color: white;
  border-collapse: collapse;
  width: 60%;
  margin: 0 auto;
  border-left: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
  margin-top: 40px;
}
#aboutus th.t_top {
  border-top: #be1309 4px solid;
}
#aboutus th {
  border-bottom: #e3e3e3 1px dotted;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  border-right: #e3e3e3 1px solid;
  background-color: rgba(255,255,255,0.2);
}
#aboutus td.t_top {
  border-top: #b3b3b3 4px solid;
}
#aboutus td {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
}
#aboutus tr {
  background-color: rgba(0,0,0,0.8);
}
#aboutus p {
  color: white;
}
/*aboutus*/

/*link*/
#link {
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #e3ffe3;
}
#link h1 {
  color: black;
}
.sns {
  width: 100%;
  margin: 0;
  text-align: left;
  overflow: hidden;
}
#twi1 .twitter-timeline {
  display: block;
  float: left;
  margin: 0;
  margin-left: 2.5%;
  margin-right: 5%;
}
#twi2 {
  display: none;
}
#insta {
  display: block;
  background-color: #292f33;
  width: 45%;
  min-height: 600px;
  margin-right: 2.5%;
  float: right;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
#instaheader {
  display: block;
  height: 60px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#instaheader .instaicon img {
  display: inline;
  margin: 5px;
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#instaheader .instaicon img:hover {
  opacity: 0.5;
}
#instaheader .instaname {
  color: white;
  display: inline;
  width: 10em;
  margin-left: 1%;
  font-size: 1.2em;
  position: absolute;
  line-height: 50px;
  margin: 5px;
  cursor: pointer;
}
#instaheader .instaname:hover {
  text-decoration: underline;
}
#instaheader .instaprof {
  display: inline;
  color: white;
  float: right;
  line-height: 30px;
  margin: 15px;
  padding: 0 10px;
  background-color: dodgerblue;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
  margin-right: 5px;
}
#instaheader .instaprof:hover {
  background-color: royalblue;
}
#insta>img {
  width: 95%;
  height: 60%;
  margin-bottom: 15px;
}
#insta .viewmore p {
  text-align: left;
  margin: 0 3%;
  padding: 0 2%;
  width: 90%;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  color: dodgerblue;
  cursor: pointer;
  border-bottom: #677680 solid 0.2px;
}
#insta .viewmore p:hover {
  text-decoration: underline;
}
#insta>p {
  color: white;
  margin: 0 5%;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
#insta .instatitle {
  font-weight: bold;
  margin-top: 5px;
}
#instatag {
  width: 90%;
  margin: 20px auto;
  text-align: left;
}
#instatag a {
  font-weight: normal;
  margin-right: 5px;
  cursor: pointer;
  color: dodgerblue;
}
#instatag a:hover {
  text-decoration: underline;
}
#instafooter {
  width: 100%;
  height: 50px;
  text-align: left;
  border-top: #677680 solid 0.2px;
  margin-bottom: 0;
}
#instafooter a {
  display: inline;
}
#instafooter .instacoment {
  line-height: 55px;
  margin-left: 10px;
  font-weight: normal;
  color: #677680;
  cursor: pointer;
}
#instafooter .instalogo {
  position: absolute;
  right: 0px;
  margin-right: 3%;
}
#instafooter .instalogo  img {
  width: 30px;
  height: 30px;
  margin: 10px;
  cursor: pointer;
}
#instafooter .instalogo img:hover {
  opacity: 0.5;
}
.sharebuttons {
  width: 20%;
  margin-top: 20px;
  margin-right: 30px;
  float: right;
  background-color: #68a368;
  align-content: center;
  border-radius: 10px 10px 0 0;
}
.sharebuttons a img {
  display: inline;
  margin-top: 3%;
  cursor: pointer;
  transition: transform 1s;
}
.sharebtn img {
  width: 15%;
  margin-right: 5%;
}
.sharebtn2 img {
  width: 15%;
  margin-bottom: 1%;
}
.sharebuttons a img:hover {
  transform: rotateY(360deg);
}
/*link*/

/*footer*/
#footer {
  overflow: hidden;
  background-color: black;
  padding: 10px 3%;
}
#footerleft img {
  width: 75%;
}
#footer p {
  color: white;
  margin: 0;
}
#footerleft {
  float: left;
  width: 30%;
  padding: 0.5% 0;
}
#footerright {
  margin-top: 1%;
  float: right;
  width: 70%;
  text-align: left;
}
#footerright p, #footerright a {
  display: inline;
}
#footerright a {
  color: white;
  text-decoration: underline;
}
.copy {
  margin-top: 1%;
  text-align: right;
}
#footercenter {
  display: none;
  text-align: center;
}
#footercenter img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
#footercenter a {
  margin: 0;
  text-align: center;
  color: white;
  display: inline;
  text-decoration: underline;
  margin: 0 0.8em;
}
#footercenter p {
  display: block;
  margin-top: 10px;
}
/*footer*/

/*media-query*/
@media screen and (max-width : 768px){
/*parallax*/
  .parallax {
    min-height: 100vh;
    background-attachment: scroll;
  }
  #heroimage {
    min-height: 90vh;
    height: 90vh;
    background-image: url("../img/heroimage_pr.png")
  }
  #access {
    background-image: url("../img/access_pr.png")
  }
  #aboutus {
    background-image: url("../img/aboutus_pr.png")
  }
/*parallax*/

/*heroimage*/
  #heroimage {
    height: auto;
    padding-bottom: 10vh;
  }
  #herotext h1 {
    font-size: 9.5vw;
    margin-bottom: 5vw;
  }
  #herotext h2 {
    text-align: center;
    font-size: 4vw;
    margin-top: 16vh;
    margin-bottom: 5vw;
  }
  #herotext h3, #singleday::before {
    font-size: 9vw;
  }
  #beginday::before, #endday::before, #singleday::after {
    font-size: 6vw;
  }
  #beginday::after, #endday::after {
    font-size: 3.5vw;
  }
  #herotext h4 {
    font-size: 4.5vw;
    margin-top: 3vw;
  }
  #herotext h4:nth-of-type(1) {
    margin-top: 8vw;
  }
  #pushbutton {
    margin-top: 15vw;
    transform: rotate(90deg);
    font-size: 8vw;
    display: none;
    text-decoration: none;
    width: 15vw;
    height: 15vw;
    line-height: 15vw;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    border-width: 1vw;
    transition: .4s;
  }
/*heroimage*/
  
/*toggle*/
  .toggle + label {
    width: 20vw;
    height: 10vw;
    border-radius: 6vw;
    margin-left: 38.5vw;
  }
  .toggle + label::before {
    border-radius: 6vw;
  }
  .toggle + label::after {
    width: 9.3vw;
    border-radius: 20vw;
  }
  .toggle:checked + label::after {
    margin-left: 9.5vw;
  }
/*toggle*/

/*toggletext*/
#toggletext::before {
  left: -15vw;
  top: -8.5vw;
  font-size: 4vw;
}
#toggletext::after {
  right: -14vw;
  top: -8.5vw;
  font-size: 4vw;
}
/*toggletext*/

/*day*/
  .day {
    font-size: 3.5vw;
    padding: 0 2.5vw;
    margin-bottom: 4vh;
  }
  .daycontent {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;

  }
/*day*/
  
/*program-checkbox*/
  .program {
    width: 95%;
    margin: 0 auto;
  }
  .programcontent>.line {
    width: 100%;
  }
  .program label {
    width: 100vw;
    text-align: center;
    overflow: hidden;
    line-height: 9vw;
    transition: color 0.3s;
  }
  .begintime {
    display: inline;
    font-size: 6.5vw;
    margin-left: 30vw;
    margin-bottom: 0;
  }
  .endtime {
    display: inline;
    font-size: 4vw;
  }
  .nameofprogram {
    display: block;
    font-size: 6.5vw;
    margin: 0;
    padding: 0;
  }
  .plus {
    display: block;
    font-size: 7vw;;
    margin: 0;
    float: none;
    transition: transform 0.3s;
  }
  .programcontent {
    width: 90%;
    margin-left: 5%;
  }
/*program-checkbox*/
  
/*work-list*/
  .programcontent ul {
    padding-left: 0;
  }
  .programcontent ul li {
    border-left-width: 1em ;
    margin-bottom: 5px;
    line-height: 2em;
    padding: 0;
    list-style-type: none!important;
    font-weight: bold;
    width: 100%;
    text-align: left;
  }
  .programcontent ul li a {
    padding-left: 1em;
  }
/*work-list*/

/*liststyle*/
  .works h3 {
    margin-top: 0;
  }
  .works ul li {
    position: relative;
    width: 100%;
    display: block;
  }
  .works ul li img {
    width: 48vw;
    height: 27vw;
  }
  .coment {
    text-align: center;
    width: 47vw;
    height: 27vw;
    top: -2vw;
  }
  .coment .title {
    font-size: 3.8vw;
    margin-top: 4.5vw;
  }
  .coment .director {
    font-size: 2.3vw;
    margin-top: 1vw;
  }
  .coment .message {
    font-size: 2.4vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }
  .works ul li:first-child>.coment>.title {
    margin-top: 4vw;
  }
  .detailbutton {
    font-size: 2.2vw;
    margin-top: 1.3vw;
  }
/*liststyle*/
  
/*access*/
  .map-container {
    padding-bottom: 80%;
    max-width: 98%;
  }
  .map-container iframe, .map-container object, .map-container embed {
    left: 2%;
    width: 98%;
  }
  #access h2 {
    font-size: 5vw;
    margin-top: 8%;
  }
  #access h2::after {
    height: 1.5px;
    width: 95%;

  }
  #access h3 {
    font-size: 0.75em;
  }
  .root {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    margin-top: 2em;
  }
  .root h4 {
    margin: 0;
    font-size: 1.0em;
  }
  .root h5 {
    margin-left: 1em;
    margin-top: 0.8em;
    margin-bottom: 0em;
    font-size: 0.85em;
  }
  .root ul {
    margin-left: 0em;
    font-size: 0.8em;
  }
  .root:nth-last-of-type(1) {
    margin-bottom: 4vh;
  }
/*access*/
  
/*faq*/
  #faq dl {
    width: 90%;
  }
  #faq dt {
    font-size: 0.9em;
  }
  #faq dd {
    font-size: 0.8em;
    margin-bottom: 5vh;
  }
  #faq p {
    font-size: 0.8em;
  }
/*faq*/
  
/*aboutus*/
  #aboutus h1 {
    padding-top: 10vh;
    padding-bottom: 20px;
  }
  #aboutus div {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
  }
  #aboutus table {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #aboutus th {
    text-align: center;
    padding: 10px;
    min-width: 70px;
  }
  #aboutus td {
    text-align: left;
    padding: 10px;
  }
/*aboutus*/
  
/*link*/
  #link {
    padding-bottom: 30px;
  }
  .sns {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }
  #twi1 {
    display: none;
  }
  #twi2 {
    display: block;
    margin-bottom: 30px;
  }
  #insta {
    float: none;
    width: 100%;
  }
  .sharebuttons {
    display: none;
  }
/*link*/
/*footer*/
  #footerleft, #footerright {
    display: none;
  }
  #footercenter {
    display: block;
  }
/*footer*/
}