@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%;
  font-weight: inherit;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
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;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.8;
  margin-bottom: 10px;
}
small {
  font-size: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font:14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 200;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = header
--------------------------------------------------- */
header a {
  display: block;
}
header h1 {
  width: 174px;
  height: 84px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  margin: 30px auto;
}
header h1 a {
  width: 100%;
  height: 100%;
}
header aside {
  width: 230px;
  height: 60px;
  display: block;
  background-image: url(../img/tel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
header aside a {
  float: left;
}
header aside a:nth-child(1) {
  width: 100%;
  height: 58%;
}
header aside a:nth-child(2) {
  width: 30%;
  height: 42%;
  margin-left: 26%;
}
header aside a:nth-child(3) {
  width: 34%;
  height: 42%;
}
@media (max-width: 480px) {
  header {
    padding-top: 60px;
  }
  header nav {
    display: none;
  }
}

/* = nav
--------------------------------------------------- */
nav {
  width: 550px;
  height: 29px;
  display: block;
  background-image: url(../img/nav.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  margin: 30px auto;
}
nav a {
  float: left;
  height: 100%;
  overflow: hidden;
}
nav a:nth-child(1) {
  width: 12%;
}
nav a:nth-child(2) {
  width: 18%;
}
nav a:nth-child(3) {
  width: 19%;
}
nav a:nth-child(4) {
  width: 18%;
}
nav a:nth-child(5) {
  width: 14%;
}
nav a:nth-child(6) {
  width: 19%;
}

/* = #slider
--------------------------------------------------- */
#slider {
  background-color: #F2F2F2;
  position: relative;
}
#slider .image {
  width: 1024px;
  margin: auto;
  height: 420px;
  overflow: hidden;
}
#slider .image img {
  margin-top: -85px;
}
#slider .image img:nth-of-type(1) {
  margin-top: -130px;
}
#slider .colors {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 512px;
  height: 270px;
  padding-left: 10px;
}
#slider .colors span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 0 6px;
  border: 1px solid black;
  background-size: 100% 100%;
  cursor: pointer;
}
#slider .text {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 522px;
  height: 112px;
  writing-mode:vertical-rl;
}
#slider .text span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 0 6px;
  border: 1px solid black;
  display: inline-block;
  background-size: 100% 100%;
}
@media (max-width: 480px) {
  #slider .image {
    width: 89%;
    margin: 0;
    height: 46vw;
    overflow: hidden;
  }
  #slider .image img {
    margin-top: -3vw;
  }
  #slider .image img:nth-of-type(1) {
    margin-top: -9vw;
  }
  #slider .colors {
    left: auto;
    right: 0;
    margin: auto;
    padding: 1vw 1vw 0 0;
    height: auto;
    width: 10vw;
  }
  #slider .colors span {
    width: 4vw;
    height: 4vw;
    margin: 0 0 1vw 1vw;
    box-sizing: border-box;
    float: left;
  }
  #slider .text {
    display: none;
  }
}

/* = main
--------------------------------------------------- */
main {
  min-height: 100px;
  width: 1024px;
  margin: auto;
  overflow: hidden;
}
main h2 {
  width: 100%;
  height: 105px;
  background-image: url(../img/h2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}
@media (max-width: 480px) {
  main h2 {
    background-size: auto 100%;
    background-position: top right -135px;
  }
}
main h2 b {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  padding-top: 22px;
}
main h2 small {
  display: block;
  font-size: 80%;
}
main h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}
main .container {
  width: calc(100% - 330px);
  float: left;
}
main .container hr {
  border-top:1px solid #94C733;
  margin:30px 0;
}
main .sidebar {
  width: 300px;
  float: right;
}
main .sidebar iframe {
  width: 100% !important;
  height: 300px !important;
  margin: 0 0 10px;
}
main .sidebar > a {
  color: white;
  background-color: #95C633;
  line-height: 2.5;
  display: block;
  text-align: center;
}
main .sidebar p small {
  display: block;
  line-height: 1.5;
}
@media (max-width: 480px) {
  main {
    width: 100%;
    box-sizing: border-box;
  }
  main .container {
    width: 100%;
    float: none;
    padding: 0 12px;
    box-sizing: border-box;
  }
  main .sidebar {
    width: 100%;
    float: none;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

/* = #top
--------------------------------------------------- */
#top {
  margin: 30px auto;
}
#top h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}
#top .sidebar iframe {
  width: 100% !important;
  height: 300px !important;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  #top iframe+hr {
    margin-top: 20px;
  }
}


/* = #studio
--------------------------------------------------- */
#studio .container > img {
  margin-bottom: 15px;
}
#studio .container > a {
  color: white;
  background-color: #95C633;
  line-height: 2.5;
  display: block;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: auto;
  width: 100%;
}

/* = #calendar
--------------------------------------------------- */
#calendar {
  margin: 30px auto 0;
}

/* = #access
--------------------------------------------------- */
#access iframe {
  width: 100% !important;
  height: 400px !important;
  margin: 0 0 30px;
}
#access div {
  margin: 30px 0 0;
}
#access h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
#access h3:before {
  content: "■ ";
}
#access p {
  margin: 8px 0 16px;
}
#access table th,
#access table td {
  vertical-align: middle;
  padding: 10px 20px;
  border: 1px solid;
  line-height: 1.5;
}

/* = #terms
--------------------------------------------------- */
#terms div {
  background-color: #F9F9F9;
  margin: 30px 0 0;
  padding: 30px;
}
#terms div p {
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.5;
  margin: 20px 0;
}
#terms div p i {
  width: 2em;
  text-align: center;
  display: inline-block;
  text-indent: 0;
  margin-right: 0.5em;
  font-style: normal;
  color: #666;
  font-weight: 100;
}
#terms div p i:before {
  content: "(";
}
#terms div p i:after {
  content: ")";
}

/* = #tile
--------------------------------------------------- */
#tile {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 30px auto -30px;
  margin-left: -50vw;
  overflow: hidden;
}
#tile li {
  list-style: none;
  width: 10vw;
  height: 10vw;
  float: left;
}
@media (max-width: 480px) {
  #tile {
    width: 100%;
    position: static;
    margin: 0 auto -30px;
    overflow: hidden;
  }
  #tile li {
    list-style: none;
    width: 25vw;
    height: 25vw;
    float: left;
  }
}

/* = #event
--------------------------------------------------- */
#event h2 {
  margin-bottom: 20px;
}
#event .container > div {
  margin-bottom: 30px;
}
#event .container > div:last-child {
  margin-bottom: 0;
}
#event .sidebar {
  padding-top: 10px;
}
#event.embed {
  width: 100%;
  overflow-x: hidden;
}

/* = #contact
--------------------------------------------------- */
#contact > div {
  margin: 30px 0 0;
}
#contact table {
  border: none;
  margin: 15px auto;
  width: 100%;
}
#contact tr td,
#contact tr th {
  border: 1px solid #EEE;
  padding: 20px;
  line-height: 1.5;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}
#contact tr td {
  line-height: 0;
}
#contact tr th:before {
  content: "■ ";
  color: #1063A2;
}
#contact input,
#contact textarea {
  height: 34px;
  padding: 0 12px;
  margin-bottom: 0;
  line-height: 34px;
  color: #555;
  border: 1px solid #EEE;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px;
}
#contact input {
  width: 200px;
  max-width: 100%;
}
#contact .sectioned input {
  width: 100px;
}
#contact textarea {
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  margin-bottom: 0;
}
#contact #submit {
  margin: 0;
  padding: 0;
}
#contact #submit input {
  color: white;
  background-color: #95C633;
  line-height: 2.5;
  display: block;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #contact {
    padding-top: 15px;
  }
  #contact table,
  #contact tr,
  #contact tr th,
  #contact tr td {
    width: auto;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    border: none;
  }
  #contact tr th,
  #contact tr td {
    padding: 5px 0;
  }
  #contact table {
    width: 100%;
  }
  #contact tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact td.short {
    text-align: left;
  }
  #contact td.short input {
    width: 70% !important;
    box-sizing: border-box;
    margin-top: 3px
  }
  #contact td.long input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #contact td.sectioned {
    text-align: center;
  }
  #contact td.sectioned input {
    width: 30% !important;
    box-sizing: border-box;
  }
  #contact textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
}

/* = footer
--------------------------------------------------- */
footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
}
footer > a:nth-of-type(1) {
  width: 260px;
  height: 105px;
  display: inline-block;
  background-image: url(../img/link_bis.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  margin: 0 10px;
}
footer > a:nth-of-type(2) {
  width: 260px;
  height: 105px;
  display: inline-block;
  background-image: url(../img/link_mproject.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  margin: 0 10px;
}
footer nav {
  border-top: 1px solid #A3CD57;
  padding-top: 20px;
  background-position: center bottom;
}
footer p {
  font-size: 80%;
  opacity: 0.8;
}
footer .copy {
  background-color: #111;
  color: white;
  border-top: #01C100 1px solid;
  line-height: 2.3;
  margin-bottom: 0;
  font-size: 75%;
}
@media (max-width: 480px) {
  footer > a:nth-of-type(1) {
    margin: 0 0 10px;
  }
  footer > a:nth-of-type(2) {
    margin: 0 0 10px;
  }
  footer nav {
    display: none;
  }
  footer p {
    width: 80%;
    margin: 0 auto 20px;
  }
  footer .copy {
    width: 100%;
    margin: auto;
    font-size: 85%;
  }
}

/* = #backtotop
--------------------------------------------------- */
#backtotop {
  width: 116px;
  height: 43px;
  display: block;
  background-image: url(../img/backtotop.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  position: fixed;
  right: 3%;
  bottom: 5%;
}
@media (max-width: 480px) {
  #backtotop {
    opacity: 0.4;
  }
}

/* = smartphone
--------------------------------------------------- */
#overlay {
  display: none;
}
@media (max-width: 480px) {
  #overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 10;
    background-color: white;
    position: fixed;
    display: none;
    box-sizing: border-box;
    padding-top: 12vh;
  }
  #overlay img {
    width: 200px;
    margin: auto;
    display: block;
  }
  #overlay nav {
    text-align: center;
    width: 60%;
    height: auto;
    background: none;
    margin: auto;
  }
  #overlay nav a {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    color: black;
    line-height: 1.6;
  }
  #overlay nav a:after {
    content: " ";
    display: block;
    margin: auto;
    width: 20px;
    height: 1px;
    box-shadow: 0 0.5px 0 black;
    margin: 25px auto;
  }
  #overlay nav a:last-child:after {
    display: none;
  }
  #overlay nav a small {
    display: block;
    line-height: 1.8;
  }
  #switch {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999999;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 999;
  }
  #switch,
  #switch:before,
  #switch:after,
  #switch i {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  #switch:before,
  #switch:after,
  #switch i {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: black;
  	border-radius: 1px;
  }
  #switch:before,
  #switch:after {
    content: " ";
  	top: 0;
  }
  #switch:after {
    top: auto;
  	bottom: 0;
  }
  #switch i {
  	top: 9.25px;
  }
  #switch.on:before {
  	-webkit-transform: translateY(9.25px) rotate(-45deg);
  	transform: translateY(9.25px) rotate(-45deg);
  }
  #switch.on:after {
  	-webkit-transform: translateY(-9.25px) rotate(45deg);
  	transform: translateY(-9.25px) rotate(45deg);
  }
  #switch.on i {
  	opacity: 0;
  }
}


.spin {
  display: block;
  text-align: center
}
.spin img {
  width: 80px;
  height: auto;
  display: block;
  margin: auto;
}