@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* 基本リンク色 */
a {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #9e9e9e;
  text-decoration: none; }

a.hover_img img {
  transition: all 0.5s ease; }

a:hover.hover_img img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

.clearfix, header, #headerCenter, #headerRight, ul#topMenu, ul#topMenu li, ul#topScial, ul#topScial li, #footerRight, #footerNavlist li.item {
  *zoom: 1; }

.clearfix:after, header:after, #headerCenter:after, #headerRight:after, ul#topMenu:after, ul#topMenu li:after, ul#topScial:after, ul#topScial li:after, #footerRight:after, #footerNavlist li.item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

img.alignright {
  display: block;
  margin: 0 0 0 auto; }

img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

blockquote {
  background-color: #ddd;
  padding: 1em 1em 1em 3em;
  position: relative;
  margin: 15px 0; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

embed,
iframe,
object {
  max-width: 100%; }

/*----------------------------------------------------------------------------------
		 								container 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  body {
    color: #000000;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    font-size: 93%; 
    border:3px solid #000000;
  }
  #container {
    width: 30%;
    height: 100%;
    margin: 10% auto 10%;
    background: #ffffff;
    padding: 4% 0;
  }
  #logo {
    width: 250px;
    margin: 0% auto 0; 
  }
  #logo img {
    width: 100%; 
  }
  h2{
    text-align: center;
    margin-top: 18%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #information{
    text-align: center;
    font-size: 14px;
    margin-top: 5%;
    line-height: 2.5;
  }
  #information p{
    margin-bottom: 4%;
  }  
  #information .fa{
    padding-right: 1%;
  }
  #sns{
    margin: 8% auto 0;
    width: 205px;
  }
  #sns li{
    float: left;
    padding: 1% 10%;
  }
  #sns .fa{
    font-size: 30px;
  } 
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  body {
    color: #000000;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    font-size: 93%; 
    border:3px solid #000000;
  }
  #container {
    width: 50%;
    height: 100%;
    margin: 20% auto 20%;
    background: #ffffff;
    padding: 5% 5%;
  }
  #logo {
    width: 200px;
    margin: 0% auto 0; 
  }
  #logo img {
    width: 100%; 
  }
  h2{
    text-align: center;
    margin-top: 10%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #information{
    text-align: center;
    font-size: 14px;
    margin-top: 5%;
    line-height: 2.5;
  }
  #information p{
    margin-bottom: 4%;
  }    
  #information br{
    display: none;
  }    
  #information .fa{
    padding-right: 2%;
  }
  #sns{
    margin: 8% auto 0;
    width: 205px;
  }
  #sns li{
    float: left;
    padding: 1% 10%;
  }
  #sns .fa{
    font-size: 30px;
  } 
}
@media only screen and (max-width: 639px) {
  body {
    color: #000000;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    font-size: 93%; 
    border:3px solid #000000;
  }
  #container {
    width: 80%;
    height: 100%;
    margin: 25% auto 25%;
    background: #ffffff;
    padding: 10% 10%;
  }
  #logo {
    width: 150px;
    margin: 0% auto 0; 
  }
  #logo img {
    width: 100%; 
  }
  h2{
    text-align: center;
    margin-top: 20%;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #information{
    text-align: center;
    font-size: 12px;
    margin-top: 5%;
    line-height: 2.5;
  }
  #information p{
    margin-bottom: 4%;
  }  V  
  #information .fa{
    padding-right: 2%;
  }
  #sns{
    margin: 10% auto 0;
    width: 205px;
  }
  #sns li{
    float: left;
    padding: 1% 10%;
  }
  #sns .fa{
    font-size: 30px;
  } 
}
/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    padding-top: 20px;
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader.contactForm {
      background: #333333;
      padding-bottom: 30px; }
    #topHeader.scroll {
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0.85;
      padding: 0px 0;
      background-color: #333333; }
      #topHeader.scroll #headerInner {
        border: none; }
      #topHeader.scroll #globalNav {
        border: none; }
    #topHeader #headerInner {
      width: 925px;
      margin: 0 auto;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      padding: 3px 0; }
    #topHeader #globalNav {
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
    #topHeader .nav {
      position: relative;
      display: inline-block;
      font-size: 108%;
      font-weight: 900;
      float: left; }
    #topHeader .nav-list {
      text-align: left; }
      #topHeader .nav-list .phone {
        display: none; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      padding-left: 20px; }
    #topHeader .nav-item a {
      display: block;
      color: #ffffff;
      padding: 20px 10px 20px;
      float: left; }
    #topHeader .nav-item > a:hover {
      color: #ff9999; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: #3D3D3B url(../img/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 50px; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #8B2870;
      height: 49px;
      width: 50px;
      cursor: pointer; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../img/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #6E1656; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    #topHeader #tel {
      float: left;
      color: #ffffff;
      font-size: 108%;
      padding: 10px 15px 6px 10px;
      margin: 0 0 0 15px;
      text-align: center;
      border-left: 1px solid #ffffff; }
      #topHeader #tel #call {
        font-weight: bold; }
      #topHeader #tel #time {
        font-weight: bold;
        font-size: 77%; }
    #topHeader .line {
      border-right: 1px solid #ffffff;
      padding: 20px 14px 20px 10px !important; }
    #topHeader #socialButton {
      float: right;
      margin: 13px 5px 0 0; }
      #topHeader #socialButton li {
        float: left;
        width: 33px;
        margin-left: 15px; }
      #topHeader #socialButton img {
        width: 100%; } }
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    padding-top: 10px;
    background-color: #333333;
    height: 50px;
    /* Navigation submenu */
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader.contactForm {
      background-color: #333333;
      height: 45px; }
    #topHeader.scroll {
      display: none; }
    #topHeader #headerInner {
      margin: 0 auto; }
    #topHeader #globalNav {
      position: relative; }
    #topHeader #asLogo {
      width: 71px;
      position: relative;
      top: 5px;
      left: 5px; }
      #topHeader #asLogo img {
        width: 100%; }
    #topHeader .nav {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      top: -65px;
      z-index: 9999; }
    #topHeader .nav-list {
      text-align: left; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative; }
    #topHeader .nav-item a {
      display: block;
      color: #333333;
      padding: 15px 20px;
      background: #ffffff;
      border-bottom: 1px solid #2f2f2f; }
    #topHeader .nav-item > a:hover {
      background: #2f2f2f;
      color: #ffffff; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 180px; }
    #topHeader .nav-submenu-item a {
      background: #E2E2E2;
      border-bottom: 1px solid #2f2f2f;
      display: block;
      padding: 15px; }
    #topHeader .nav-submenu-item a:hover {
      background: #2f2f2f; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 3%;
      right: 0;
      background: url(../images/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 51px;
      z-index: 9999; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #49a1ff;
      height: 49px;
      width: 50px;
      cursor: pointer;
      background-color: #ff9999; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../images/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #49a1ff; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    #topHeader .nav-mobile {
      display: block; }
    #topHeader .nav {
      width: 100%;
      margin-top: 30px; }
    #topHeader .nav-list {
      display: none;
      position: absolute;
      top: 54px;
      width: 100%; }
    #topHeader .nav-item {
      width: 100%;
      float: none; }
    #topHeader .nav-item > a {
      padding: 15px; }
    #topHeader .nav-click {
      display: none; }
    #topHeader .nav-mobile-open {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0; }
    #topHeader .nav-item:hover .nav-submenu {
      display: none; }
    #topHeader .nav-submenu {
      position: static;
      width: 100%; }
    #topHeader #tel {
      display: none; }
    #topHeader .line {
      display: none; }
    #topHeader .pc {
      display: none !important; }
    #topHeader #socialButton {
      width: 90px;
      position: absolute;
      bottom: 30px;
      right: 70px; }
      #topHeader #socialButton li {
        float: left;
        width: 33px;
        margin-left: 10px; }
      #topHeader #socialButton img {
        width: 100%; } }
@media only screen and (max-width: 639px) {
  #topHeader {
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    padding-top: 10px;
    background-color: #333333;
    height: 50px;
    /* Navigation submenu */
    /* Mobile navigation */
    /* Mobile navigation, clickable area for revealing <ul> */ }
    #topHeader.contactForm {
      background-color: #333333;
      height: 45px; }
    #topHeader.scroll {
      display: none; }
    #topHeader #headerInner {
      margin: 0 auto; }
    #topHeader #globalNav {
      position: relative; }
    #topHeader #asLogo {
      width: 71px;
      position: relative;
      top: 5px;
      left: 5px; }
      #topHeader #asLogo img {
        width: 100%; }
    #topHeader .nav {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      top: -65px;
      z-index: 9999; }
    #topHeader .nav-list {
      text-align: left; }
    #topHeader .nav-item {
      float: left;
      *display: inline;
      zoom: 1;
      position: relative; }
    #topHeader .nav-item a {
      display: block;
      color: #333333;
      padding: 15px 20px;
      background: #ffffff;
      border-bottom: 1px solid #2f2f2f; }
    #topHeader .nav-item > a:hover {
      background: #2f2f2f;
      color: #ffffff; }
    #topHeader .nav-item:hover .nav-submenu {
      display: block; }
    #topHeader .nav-submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 180px; }
    #topHeader .nav-submenu-item a {
      background: #E2E2E2;
      border-bottom: 1px solid #2f2f2f;
      display: block;
      padding: 15px; }
    #topHeader .nav-submenu-item a:hover {
      background: #2f2f2f; }
    #topHeader .nav-mobile {
      display: none;
      /* Hide from browsers that don't support media queries */
      cursor: pointer;
      position: absolute;
      top: 3%;
      right: 0;
      background: url(../images/nav.svg) no-repeat center center;
      background-size: 18px;
      height: 50px;
      width: 51px;
      z-index: 9999; }
    #topHeader .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      border-left: 1px solid #49a1ff;
      height: 49px;
      width: 50px;
      cursor: pointer;
      background-color: #ff9999; }
    #topHeader .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(../images/drop.svg) no-repeat center center;
      background-size: 20px; }
    #topHeader .nav-click:hover {
      background-color: #49a1ff; }
    #topHeader .nav-rotate {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    #topHeader .nav-mobile {
      display: block; }
    #topHeader .nav {
      width: 100%;
      margin-top: 30px; }
    #topHeader .nav-list {
      display: none;
      position: absolute;
      top: 54px;
      width: 100%; }
    #topHeader .nav-item {
      width: 100%;
      float: none; }
    #topHeader .nav-item > a {
      padding: 15px; }
    #topHeader .nav-click {
      display: none; }
    #topHeader .nav-mobile-open {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0; }
    #topHeader .nav-item:hover .nav-submenu {
      display: none; }
    #topHeader .nav-submenu {
      position: static;
      width: 100%; }
    #topHeader #tel {
      display: none; }
    #topHeader .line {
      display: none; }
    #topHeader .pc {
      display: none !important; }
    #topHeader #socialButton {
      width: 90px;
      position: absolute;
      bottom: 30px;
      right: 70px; }
      #topHeader #socialButton li {
        float: left;
        width: 33px;
        margin-left: 10px; }
      #topHeader #socialButton img {
        width: 100%; } }
/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #footer {
    width: 100%;
    height: auto;
    background-color: #2f2f2f; }
    #footer #copyright {
      color: #ffffff;
      text-align: center;
      font-size: 85%; }
      #footer #copyright a:hover {
        text-decoration: underline; }
      #footer #copyright #footerLogo {
        width: 110px;
        margin: 0 auto 10px;
        padding-top: 35px; }
        #footer #copyright #footerLogo img {
          width: 100%; }
      #footer #copyright #number {
        font-size: 108%;
        padding-top: 5px; }
      #footer #copyright #company {
        font-size: 108%;
        padding-top: 5px; }
      #footer #copyright #copyright {
        margin-top: 30px;
        padding-bottom: 5px; }

  #fixContact {
    display: none; } }
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #footer {
    width: 100%;
    height: 180px;
    background-color: #2f2f2f; }
    #footer #copyright {
      color: #ffffff;
      text-align: center;
      font-size: 85%; }
      #footer #copyright a:hover {
        text-decoration: underline; }
      #footer #copyright #footerLogo {
        width: 110px;
        margin: 0 auto 25px;
        padding-top: 35px; }
        #footer #copyright #footerLogo img {
          width: 100%; }

  #fixContact {
    display: none; } }
@media only screen and (max-width: 639px) {
  #footer {
    width: 100%;
    height: 140px;
    background-color: #2f2f2f;
    padding-bottom: 120px; }
    #footer #copyright {
      color: #ffffff;
      text-align: center;
      font-size: 85%; }
      #footer #copyright a:hover {
        text-decoration: underline; }
      #footer #copyright #footerLogo {
        width: 110px;
        margin: 0 auto 20px;
        padding-top: 30px; }
        #footer #copyright #footerLogo img {
          width: 100%; }

  #fixContact {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #2f2f2f;
    opacity: 0.9;
    padding: 2% 0 0;
    line-height: 23px;
    border-top: 1px solid #ffffff;
    z-index: 9999; }
    #fixContact a {
      color: #ffffff;
      font-size: 14px; }
    #fixContact img {
      width: 95%; }
    #fixContact #left {
      float: left;
      width: 44%;
      margin: 0 3%;
      text-align: center;
      background-color: #ff9999;
      padding: 4px 0;
      color: #ffffff; }
    #fixContact #right {
      float: left;
      width: 44%;
      margin: 0 3%;
      text-align: center;
      background-color: #ffffff;
      padding: 4px 0; }
      #fixContact #right a {
        color: #ff9999; }
    #fixContact #call {
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-size: 13px; } }
