@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed');

/*----------------------レスポンシブPC用-----------------------*/

@media screen and (min-width: 750px) {
  .mobile { display: none; }
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    font-family:'メイリオ',
    Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    sans-serif !important;
  }
/*----------------------　ヘッダー　-----------------------*/
  header {
    width: 100%;
    border-top: 12px solid #ffcc33;/* 黄色 */
    color: #22a6ff;/* 水色 */
    font-size: 12px;
  }
  header .header_wrap {
    width: 1000px;
    margin: 0 auto;
  }
  header .header_wrap .header_box {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin: 0 auto;
  }
  header .header_wrap .header_box h1 img {
    vertical-align: top;
    margin-top: -20px;
    width: 260px;
  }
  header .header_wrap .header_box img {
    width: 80px;
    vertical-align: top;
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
  }
  header .header_wrap .header_box p {
    width: 200px;
    vertical-align: top;
    display: inline-block;
    line-height: 1.25;
  }
  header .header_wrap .header_box p span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  header .header_wrap .header_box ul { padding-left: 30px; }
  header .header_wrap .header_box ul li { display: inline-block; }
  header .header_wrap .header_box ul li a {
    color: #22a6ff;/* 水色 */
    text-decoration: none;
    padding: 0 10px;
    transition: .3s;
  }
  header .header_wrap .header_box ul li a:hover {
    color: #ffcc33;/* 黄色 */
    transition: .3s;
  }
/*----------------------　MENU　-----------------------*/
  #menu {
    width: 10px;
    position: fixed;
    z-index: 100;
  }
  #menu ul { list-style-type: none; }
  #menu ul li {
    padding: 0;
    margin-bottom: 8px;
    position: relative;
  }
  #menu ul li.pageline {
    width: 160px;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 4px solid #ffcc33;/* 黄色 */
  }
  #menu ul li a {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    background-color: #22a6ff;/* 水色 */
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
    line-height: 3.75;
    padding-right: 20px;
    text-align: right;
    transition: .3s;
  }
  #menu ul li a img {
    width: 40px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 3px;
    top: 3px;
  }
  #menu ul li a:hover {
    background-color: #ffcc33;/* 黄色 */
    transition: .3s;
  }
/*----------------------　TOP　-----------------------*/
  #top {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
  }
  #top img {
    width: 900px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    padding-top: 3px;
  }
  #top h2 {
    position: absolute;
    top: 115px;
    left: 170px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }

/*----------------------　contact　-----------------------*/
  #contact {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
  }
  #contact .wrap {
    width: 900px;
    margin-right: 0;
    margin-left: auto;
  }
  #contact .wrap h2 {
    width: 885px;
    margin-right: 10px;
    margin-left: auto;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 10px 10px;
    border-left: 5px solid #22a6ff;/* 水色 */
    border-bottom: 1px solid #333;
  }
  #contact .wrap p { line-height: 1.5; }
  #contact .wrap .contactbox {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ddd;
    margin: 20px 0;
  }
  #contact .wrap .contactbox h3 {
    background: url('../img/mail02.png') center left no-repeat;
    background-size: 40px;
    font-size: 16px;
    padding: 20px 50px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  #contact .wrap .contactbox .contacttime {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    text-align: right;
    font-weight: bold;
  }
  #contact .wrap .contactbox .boxbottom {
    background-color: white;
    width: 856px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
  }
  #contact .wrap .contactbox .boxbottom p {
    background: url('../img/tel.png') center left no-repeat;
    background-size: 60px;
    font-size: 16px;
    padding: 10px 0 10px 80px;
    margin: 0 auto;
    text-align: center;
    width: 230px;
    color: #22a6ff;/* 水色 */
    font-weight: bold;
  }
  #contact .wrap .contactbox .boxbottom p span { font-size: 26px; }

/*----------------------　footer　-----------------------*/
  footer {
    width: 100%;
    border-top: #999 solid 1px;
  }
  footer ul {
    list-style-type: none;
    text-align: center;
    padding-top: 10px;
  }
  footer ul li { display: inline-block; }
  footer ul li a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    transition: .3s;
  }
  footer ul li a:hover {
    color: #22a6ff;/* 水色 */
    transition: .3s;
  }
  footer img {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: -20px;
  }

}/*　PC用画面ccs　*/
/*--------------------------------------------------------------------*/
/*-------------------------レスポンシブスマホ用--------------------------*/
/*--------------------------------------------------------------------*/

@media screen and (max-width: 749px) {
   .pc,#menu { display: none; }
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    font-family:'メイリオ',
    Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    sans-serif !important;
  }
/*----------------------　ヘッダー　-----------------------*/
  header {
    width: 100%;
    border-top: 12px solid #ffcc33;/* 黄色 */
    color: #22a6ff;/* 水色 */
    font-size: 12px;
    background-color: white;
    position: fixed;
    padding: 15px 0;
    margin: 0;
    z-index: 100;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
  }
  header .header_wrap {
    width: 95%;
    margin: 0 auto;
  }
  header .header_wrap .header_box {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
  header .header_wrap .boximage {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0 auto;
    padding: 0;
  }
  header .header_wrap .header_box h1 img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
/*----------------------　ハンバーガーメニュー　-----------------------*/
  header .header_wrap .header_box nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  header .header_wrap .header_box nav.globalMenuSp ul {
    background: #eee;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  header .header_wrap .header_box nav.globalMenuSp ul li {
    font-size: 12px;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
  }
  /* 最後はラインを描かない */
  header .header_wrap .header_box nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .header_wrap .header_box nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 2.5;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  header .header_wrap .header_box nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  header .header_wrap .header_box .navToggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 35px;
    width: 50px;
    height: 55px;
    cursor: pointer;
    z-index: 3;
    background: #22a6ff;
    text-align: center;
  }
  header .header_wrap .header_box .navToggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  header .header_wrap .header_box .navToggle span:nth-child(1) { top: 10px; }
  header .header_wrap .header_box .navToggle span:nth-child(2) { top: 20px; }
  header .header_wrap .header_box .navToggle span:nth-child(3) { top: 30px; }
  header .header_wrap .header_box .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 40px;
  }
  /* 最初のspanをマイナス45度に */
  header .header_wrap .header_box .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  header .header_wrap .header_box .navToggle.active span:nth-child(2),
  header .header_wrap .header_box .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .header_wrap .header_contact {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  header .header_wrap .header_contact img {
    width: 50px;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  header .header_wrap .header_contact p {
    width: 60%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.25;
    padding-left: 10px;
    margin: 0 auto;
  }
  header .header_wrap .header_contact p span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
/*----------------------　TOP　-----------------------*/
  #top {
    margin: 0 auto;
    padding: 110px 0 0;
    width: 100%;
    background-color: #22a6ff;/* 水色 */
  }
  #top h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 45%;
    color: #eee;
    font-size: 20px;
    font-weight: bold;
  }
  #top img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 auto;
    padding: 20px 0 0 20px;
    width: 45%;
  }

/*---------------------- contact -----------------------*/

  #contact {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    position: relative;
  }
  #contact .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  #contact .wrap h2 {
    width: 95%;
    margin: 20px auto 0;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 10px 10px;
    border-left: 8px solid #22a6ff;/* 水色 */
    border-bottom: 1px solid #333;
  }
  #contact .wrap p {
    font-size: 12px;
    padding: 15px;
    margin: 0;
    line-height: 1.5;
  }
  #contact .wrap .contactbox {
    display: none;
  }
  #contact .wrap .mobile {
    width: 95%;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  #contact .wrap .mobile h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
  }
  #contact .wrap .mobile p {
    margin: 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
  }
  #contact .wrap .mobile p span {
    font-weight: bold;
    font-size: 28px;
  }

/*---------------------- フッダー -----------------------*/

  footer {
    width: 95%;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 20px 0 0;
    border-top: 1px solid #666;
    font-size: 12px;
  }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  footer ul li {
    padding: 0;
    margin: 0;
  }
  footer ul li a {
    width: 100%;
    text-decoration: none;
    color: #666;
    display: block;
    margin: 7px auto;
    padding: 15px 0;
    background-color: #bbb;
    border-radius: 30px;
  }
  footer ul li a.link_color {
    background-color: #ddd;
  }
  footer small {
    line-height: 5;
    text-align: center;
  }
  footer small a {
    text-decoration: none;
    color: #22a6ff;/* 水色 */
  }
  footer img {
    width: 150px;
    margin: 0 auto 10px;
    padding: 0;
    display: block;
  }
}/*　スマホ用画面ccs　*/