@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;
    padding-bottom: 50px;
  }
  #top .top_news_text {
    width: 920px;
    margin-right: 0;
    margin-left: auto;
  }
  #top .top_news_text h2 {
    width: 885px;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 10px 10px;
    border-left: 5px solid #22a6ff;/* 水色 */
    border-bottom: 1px solid #333;
  }
  #top .top_news_text h3 {
    width: 885px;
    margin: 0 10px 0 auto;
    font-weight: bold;
  }
  #top .top_news_text h4 {
    width: 885px;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #22a6ff;/* 水色 */
  }
  #top .top_news_text p {
    width: 885px;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 0;
    font-size: 12px;
  }
  #top .top_news_text .holiday {
  	width: auto;
    font-weight: bold;
    padding-top: 5px;
    margin-left: 23px;
    font-size: 14px;
  }
  #top .top_news_text p span {
    font-weight: bold;
    line-height: 1.5;
  }
  #top .top_news_text .none {
    font-weight: normal;
  }
  #top .top_news_text .holiday span {
    font-weight: normal;
    font-size: 12px;
  }
  #top .top_news_text .tvprice {
  	width: 390px;
  	margin-left: 23px;
  	display: inline-block;
  	border-collapse: collapse;
  }
  #top .top_news_text .tvprice td, .tvprice th {
  	border-collapse: collapse;
    border: 2px solid #ccc;
    text-align:center;
    padding: 10px;
  }
  #top .top_news_text .tvprice span {
  	font-weight: bold;
  	color: #22a6ff;
  }
  #top .top_news_text .c_tvprice {
  	height: 85px;
  	display: inline-block;
  	border-collapse: collapse;
  }
  #top .top_news_text ul {
    list-style-type: none;
    width: 885px;
    padding: 0;
    margin: 0 auto;
  }
  #top .top_news_text ul li { line-height: 2.5; }
  #top .top_news_text ul li span {
    font-weight: bold;
    padding-right: 15px;
  }
  #top .top_news_text ul li a { color: #333; }
  #top .top_news_text ul li a:hover { color: #ffcc33;/* 黄色 */ }
  #top .top_news_text a.topbutton {
    display: block;
    width: 100px;
    padding: 8px 0;
    color: #22a6ff;/* 水色 */
    transition: .3s;
    text-decoration: none;
    width: 885px;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 50px;
  }
  #top .top_news_text a.topbutton:hover {
    transition: .3s;
    color: #ffcc33;/* 黄色 */
  }
/*----------------------　contact　-----------------------*/
  #contact {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
    padding-bottom: 20px;
  }
  #contact .wrap {
    width: 905px;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 20px;
    background-color: #ffcc33;/* 黄色 */
  }
  #contact .wrap h2 {
   color: white;
   font-size: 18px;
   padding: 20px 0 0 25px;
  }
  #contact .wrap .contact_wrap {
    background-color: white;
    width: 850px;
    margin: 0 auto;
  }
  #contact .wrap .contact_wrap .box {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin: 0 auto;
  }
  #contact .wrap .contact_wrap .box h3 {
    color: #22a6ff;/* 水色 */
    padding-left: 10px;
  }
  #contact .wrap .contact_wrap .box img {
    width: 100px;
    vertical-align: top;
    display: inline-block;
    padding-top: 20px;
    padding-right: 10px;
  }
  #contact .wrap .contact_wrap .box .textbox {
    width: 250px;
    padding-top: 15px;
    display: inline-block;
  }
  #contact .wrap .contact_wrap .box .textbox p {
    vertical-align: top;
    color: #22a6ff;/* 水色 */
    display: inline-block;
    line-height: 1.5;
  }
  #contact .wrap .contact_wrap .box .textbox p span {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
  }
  #contact .wrap .contact_wrap .box a {
    display: block;
    font-weight: bold;
    background-color: #ccc;
    color: #333;
    width: 390px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: .3s;
  }
  #contact .wrap .contact_wrap .box a:hover {
    background-color: #ffcc33;/* 黄色 */
    color: white;
    transition: .3s;
  }
  #contact .wrap .contact_wrap .box01 { padding: 10px 0 10px 10px; }
  #contact .wrap .contact_wrap .box02 {
    border-left: 1px solid #333;
    margin: 10px 0;
  }
/*----------------------　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;
  }
}

/*--------------------------------------------------------------------*/
/*-------------------------レスポンシブスマホ用--------------------------*/
/*--------------------------------------------------------------------*/

@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;
    padding: 110px 0 0;
    width: 100%;
    background-color: #22a6ff;/* 水色 */
  }
  #top .top_news_text 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 .top_news_text img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 auto;
    padding: 20px 0 0 20px;
    width: 45%;
  }
  #top .top_news_text ul {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
  }
  #top .top_news_text ul li {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
  }
  #top .top_news_text ul li span {
    font-weight: bold;
    padding-right: 15px;
    line-height: 2;
    font-size: 14px;
  }
  #top .top_news_text ul li a {
    display: block;
    background-color: #22a6ff;/* 水色 */
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 30px;
  }
  #top .top_news_text .mobile_warap {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  #top .top_news_text .mobile_warap h3 {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
  }
  #top .top_news_text .mobile_warap h4 {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #22a6ff;/* 水色 */
  }
  #top .top_news_text .mobile_warap p {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding-top: 10px;
    font-weight: normal;
  }
  #top .top_news_text .mobile_warap .holiday {
    font-weight: bold;
    width: auto;
    padding-top: 20px;
    margin-left: 8px;
  }
  #top .top_news_text .mobile_warap .tvprice {
  	width: 95%;
  	margin: auto;
  	border-collapse: collapse;
  }
  #top .top_news_text .mobile_warap .tvprice td, .tvprice th {
  	border-collapse: collapse;
    border: 2px solid #ccc;
    text-align:center;
    padding: 10px;
  }
  #top .top_news_text .mobile_warap .tvprice span {
  	font-weight: bold;
  	color: #22a6ff;
  }
  #top .top_news_text .mobile_warap  .c_tvprice {
  	height: 30px;
  	margin: auto;
  	text-align: center;
  	writing-mode: vertical-rl;
  	border-collapse: collapse;
  }
  #top .top_news_text .mobile_warap p span {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
  }
  #top .top_news_text .holiday span {
    font-weight: normal;
    font-size: 12px;
  }
  #top .top_news_text .mobile_warap a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 85%;
    margin: 30px auto 0;
    padding: 15px 0;
    background-color: #22a6ff;/* 水色 */
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
  }
  #top .top_news_text .mobile_warap .none a {
  	font-weight: normal;
  	font-size: 12px;
  	text-decoration: none;
  	margin: 0px;
  	padding: 0px;
  	word-wrap:break-word;
  }

/*---------------------- contact -----------------------*/
  #contact {
    width: 100%;
    font-size: 12px;
    margin: 30px 0;
    padding: 0;
  }
  #contact .wrap {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #ffcc33;/* 黄色 */
  }
  #contact .wrap h2 {
    font-weight: bold;
    color: white;
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 15px;
  }
  #contact .wrap .contact_wrap {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    color: #22a6ff;/* 水色 */
    padding-bottom: 10px;
  }
  #contact .wrap .contact_wrap .box {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #contact .wrap .contact_wrap .box h3 {
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-align: center;
    color: #22a6ff;/* 水色 */
    margin: 0;
    padding: 10px;
  }
  #contact .wrap .contact_wrap .box .textbox {
    display: block;
    width: 95%;
    margin: 0 auto 10px;
    padding: 0;
    color: #22a6ff;/* 水色 */
    text-align: center;
    border: 2px solid #22a6ff;/* 水色 */
  }
  #contact .wrap .contact_wrap .box .textbox p {
    font-size: 14px;
    line-height: 1.5;
  }
  #contact .wrap .contact_wrap .box .textbox p span {
    font-size: 24px;
    font-weight: bold;
  }
  #contact .wrap .contact_wrap .box a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #22a6ff;/* 水色 */
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
  }

/*---------------------- フッダー -----------------------*/

  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　*/