@charset "UTF-8";
/*--------------------------------------------------
	#container
--------------------------------------------------*/
#container {
  width: 100%;
  min-width: 980px;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background: #ffffff url(../images/common/bg.png) repeat-y left top;
  background-size: 100% auto;
  /*--------------------------------------------------
		#access
	--------------------------------------------------*/
  /*--------------------------------------------------
		#studio
	--------------------------------------------------*/ }

.name {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0; }

#container #access {
  width: 755px;
  height: 630px;
  margin: 0 auto 100px;
  background: transparent url(../images/access/map-img.png) no-repeat right bottom; }
  #container #access a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #container #access a:hover {
      opacity: 0.6; }
  #container #access h2 {
    margin: 0 0 40px;
    padding: 0; }
  #container #access .text-wrap {
    float: left;
    width: 310px; }
    #container #access .text-wrap p {
      margin: 0 0 40px;
      padding: 0; }
      #container #access .text-wrap p:nth-of-type(1) {
        font-size: 16px;
        line-height: 2.01; }
      #container #access .text-wrap p:nth-of-type(2) {
        font-size: 10px;
        line-height: 2.01; }
    #container #access .text-wrap .map-btn {
      margin: 0 0 40px; }
      #container #access .text-wrap .map-btn a {
        display: inline-block;
        font-size: 11px;
        padding: 10px 20px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 3px;
        letter-spacing: 0.01em;
        text-decoration: none; }
        #container #access .text-wrap .map-btn a:hover {
          opacity: 0.8;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    #container #access .text-wrap p:nth-of-type(4) {
      font-size: 16px; }

#container #access2 {
  width: 755px;
  height: 630px;
  margin: 0 auto 100px;
  background: transparent url(../images/access/map-img2.png) no-repeat right bottom; }
  #container #access2 a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #container #access2 a:hover {
      opacity: 0.6; }
  #container #access2 h2 {
    margin: 0 0 40px;
    padding: 0; }
  #container #access2 .text-wrap {
    float: left;
    width: 310px; }
    #container #access2 .text-wrap p {
      margin: 0 0 40px;
      padding: 0; }
      #container #access2 .text-wrap p:nth-of-type(1) {
        font-size: 16px;
        line-height: 2.01; }
      #container #access2 .text-wrap p:nth-of-type(2) {
        font-size: 10px;
        line-height: 2.01; }
    #container #access2 .text-wrap .map-btn {
      margin: 0 0 40px; }
      #container #access2 .text-wrap .map-btn a {
        display: inline-block;
        font-size: 11px;
        padding: 10px 20px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 3px;
        letter-spacing: 0.01em;
        text-decoration: none; }
        #container #access2 .text-wrap .map-btn a:hover {
          opacity: 0.8;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    #container #access2 .text-wrap p:nth-of-type(4) {
      font-size: 16px; }

#container #studio {
  position: relative;
  width: 100%; }
  #container #studio span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -54px 0 0 -214px; }

/* ----------------------------------------------------------------------------------------------------
	responsive
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /* --------------------------------------------------
		Common
	-------------------------------------------------- */
  body, html {
    overflow: scroll !important; }
  .pc-extra-element {
    display: none !important; }
  .sp-extra-element {
    display: block !important; }
  /*--------------------------------------------------
	  #header
	--------------------------------------------------*/
  #header {
    padding: 16px 0 0 21px; }
    #header h1 {
      margin: 0 0 40px;
      padding: 0; }
  /* --------------------------------------------------
		Container
	-------------------------------------------------- */
  #container {
    min-width: 0; }
  /* --------------------------------------------------
		Slider
	-------------------------------------------------- */
  .sp-horizontal .sp-previous-arrow {
    left: 10px; }
  .sp-horizontal .sp-next-arrow {
    right: 10px; }
  .sp-arrow {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  /*--------------------------------------------------
	  #menuBtn
	--------------------------------------------------*/
  #menuBtn {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 20px;
    right: 20px; }
  /*--------------------------------------------------
	  #menu
	--------------------------------------------------*/
  #menu {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(320px, 0);
    -ms-transform: translate(320px, 0);
    transform: translate(320px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #menu.show {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    #menu .wrap-nav {
      padding: 50px 0 0 50px;
      width: 100%;
      height: 100%;
      overflow-y: scroll; }
    #menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #menu ul li {
        margin: 0 0 40px 0;
        padding: 0;
        letter-spacing: 0.15em;
        line-height: 1; }
        #menu ul li:hover {
          opacity: 0.6;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #menu ul li a {
          font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
          font-size: 20px;
          color: #ffffff;
          text-decoration: none; }
          #menu ul li a span {
            font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
            display: inline-block;
            font-size: 13px;
            color: #898989;
            letter-spacing: 0.01em; }
        #menu ul li.policy {
          padding-bottom: 180px; }
          #menu ul li.policy a {
            font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 0.15em; }
  /*--------------------------------------------------
	  #footer
	--------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    padding: 55px  50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #footer ul.footer-nav {
      list-style-type: none;
      margin: 0 0 40px;
      padding: 0;
      font-size: 0;
      text-align: left; }
      #footer ul.footer-nav li {
        display: block;
        margin: 0 0 35px 0;
        padding: 0;
        font-size: 17px;
        font-weight: bold;
        border-right: none; }
        #footer ul.footer-nav li a {
          color: #000000;
          text-decoration: none;
          font-size: 14px; }
          #footer ul.footer-nav li a:hover {
            opacity: 0.6;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #footer ul.footer-nav li:last-child {
          margin: 0;
          padding: 0;
          border-right: none; }
    #footer p {
      margin: 0 0 30px;
      padding: 0;
      text-align: left; }
      #footer p a {
        color: #000000;
        text-decoration: none;
        font-size: 14px; }
    #footer .footer-logo {
      margin: 0 0 40px;
      text-align: center; }
      #footer .footer-logo img {
        width: 100%;
        height: auto; }
    #footer p.copyright {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 10px;
      line-height: 2.01; }
      #footer p.copyright span {
        display: block;
        font-size: 10px; } }

@media only screen and (max-width: 768px) {
  #container {
    /*--------------------------------------------------
			#access
		--------------------------------------------------*/
    /*--------------------------------------------------
			#studio
		--------------------------------------------------*/ }
    #container #access {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: none; }
      #container #access h2 {
        font-size: 15px;
        letter-spacing: 0.015em;
        line-height: 2.01;
        margin: 0 0 35px;
        padding: 0;
        text-align: left; }
        #container #access h2 span {
          display: block;
          width: 100%;
          font-size: 11px;
          font-weight: normal;
          margin: 20px 0 0 0;
          text-align: left;
          line-height: 1.61; }
      #container #access .text-wrap {
        float: none;
        width: 100%; }
        #container #access .text-wrap p {
          margin: 0 0 25px;
          padding: 0; }
          #container #access .text-wrap p:nth-of-type(1) {
            font-size: 16px;
            line-height: 1.81; }
          #container #access .text-wrap p:nth-of-type(2) {
            margin: 0 0 60px;
            font-size: 10px;
            line-height: 1.81; }
          #container #access .text-wrap p:nth-of-type(3) {
            margin: 0 0 55px; }
        #container #access .text-wrap .map-btn {
          width: 120px;
          margin: 0 auto 35px; }
          #container #access .text-wrap .map-btn a {
            width: 100%;
            display: inline-block;
            font-size: 11px;
            padding: 10px 20px;
            background-color: #000000;
            color: #ffffff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            border-radius: 3px;
            letter-spacing: 0.01em;
            text-decoration: none; }
            #container #access .text-wrap .map-btn a:hover {
              opacity: 0.8;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
        #container #access .text-wrap p:nth-of-type(4) {
          font-weight: bold;
          font-size: 16px; }
    #container #access2 {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: none; }
      #container #access2 h2 {
        font-size: 15px;
        letter-spacing: 0.015em;
        line-height: 2.01;
        margin: 0 0 35px;
        padding: 0;
        text-align: left; }
        #container #access2 h2 span {
          display: block;
          width: 100%;
          font-size: 11px;
          font-weight: normal;
          margin: 20px 0 0 0;
          text-align: left;
          line-height: 1.61; }
      #container #access2 .text-wrap {
        float: none;
        width: 100%; }
        #container #access2 .text-wrap p {
          margin: 0 0 25px;
          padding: 0; }
          #container #access2 .text-wrap p:nth-of-type(1) {
            font-size: 16px;
            line-height: 1.81; }
          #container #access2 .text-wrap p:nth-of-type(2) {
            margin: 0 0 60px;
            font-size: 10px;
            line-height: 1.81; }
          #container #access2 .text-wrap p:nth-of-type(3) {
            margin: 0 0 55px; }
        #container #access2 .text-wrap .map-btn {
          width: 120px;
          margin: 0 auto 35px; }
          #container #access2 .text-wrap .map-btn a {
            width: 100%;
            display: inline-block;
            font-size: 11px;
            padding: 10px 20px;
            background-color: #000000;
            color: #ffffff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            border-radius: 3px;
            letter-spacing: 0.01em;
            text-decoration: none; }
            #container #access2 .text-wrap .map-btn a:hover {
              opacity: 0.8;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
        #container #access2 .text-wrap p:nth-of-type(4) {
          font-weight: bold;
          font-size: 16px; }
    #container .map-img {
      width: 100%;
      height: auto;
      margin: 0 0 80px; }
    #container .map-img2 {
      width: 100%;
      height: auto;
      margin: 0 0 30px;
      margin-left: -10px; }
    #container #studio {
      position: relative;
      width: 100%; }
      #container #studio span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -72px !important; }
        #container #studio span img {
          width: 145px;
          height: auto; } }
