@charset "utf-8";

  /*
   // 共通
   */

  /* ブラウザメッセージ  
  --------------------------- */
  .old-browser-msg {
    padding: 10px;
    color: #fff;
    background: #cc0000;
    text-align: center;
    overflow: hidden;
  }
  .old-browser-msg a {
    color: #fff;
  }

  /* HTML基本タグ
  --------------------------- */
  a {
    text-decoration: underline;
  }
  a:hover {
    color: #aaa;
  }
  body {
    background: url(../img/base/bg.jpg);
    color: #1d5087;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /* font-family: "游ゴシック", "YuGothic", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; */
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-size: .8em;
    height: 100%;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* text
  --------------------------- */
  .center {
    text-align: center;
  }

  /* Hタグ
  --------------------------- */
  h1, h2, h3 {
    color: #1d5087;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  h1 {
  }
  h2 {
  }
  h2.copy {
    border-left: 5px solid #7C0350;
    color: #333;
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0;
    padding: 5px 0 5px 10px;    
  }
  h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  h3.copy {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 30px;
  }
  h3.tit {
    background: #EEE8E1;
    border-radius: 4px;
    box-shadow: 0 0 3px #c3a98d;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 10px 10px 15px;
  }
    h3.tit i {
      padding-right: 10px;
    }
  h4.copy {
    border-left: 4px solid #1d5087;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  h4.tit {
    background: #eee;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .copy-sub {
    color: #8B95AD;
    font-size: 1em;
    font-weight: bold;
  }

  /* layout
  --------------------------- */
  .main-container:after,
  article:after,
  section:after,
  header:after,
  .gnav:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }
  section {
    clear: both;
    margin-bottom: 40px;
  }
  section p {
    margin-bottom: 10px;
  }
  section p.poster {
    clear: both;
    padding: 10px 0;
  }


  /* header
  --------------------------- */
  .header-wrapper {
    background: url(../img/base/header_bg.png) repeat-x bottom;
    width: 100%;
  }
  header {
    margin: 0;
    padding: 0;
  }

  /* メインナビ
  --------------------------- */
  .gnav li a {
    display: block;
  }
    .snav li {
      float: right;
      padding-left: 10px;
    }
    .snav li a {
      color: #fff;
      display: block;
      font-size: .9em;
      text-decoration: none;
    }
    .snav li a:hover {
      color: yellow;
    }

  /* 区切り
  --------------------------- */
  hr.dotline {
    border: none;
    border-bottom: 2px dotted #bfb5ac;
    clear: both;
    margin-bottom: 40px;
    padding: 20px 0 0 0;
  }
  hr.space {
    padding: 10px 0;
  }
  hr.space2 {
    padding: 20px 0;
  }

  /* footer
  --------------------------- */
  .footer-wrapper {
    background: url(../img/base/footer_bg.jpg);
    border-top: 2px solid #06377e;
  }
  .footer-wrapper .copyright {
    clear: both;
    color: #fff;
    font-size: .7em;
    text-align: center;
    width: 100%;
  }
  .footer-wrapper nav {
    display: block;
    padding: 10px;
  }
  .footer-wrapper nav li {
      float: left;
  }
  .footer-wrapper nav li a {
    color: #fff;
    font-size: .9em;
    text-decoration: none;
  }
  .footer-wrapper nav li a:hover {
    color: #aaa;
  }
  .footer-wrapper .page-top {
    border-radius: 3px 0 0 0;
    color: #fff;
    text-decoration: none;
  }
  .footer-wrapper .page-top:hover {
    opacity: .8;
  }
  .footer-wrapper .page-top i {
      padding-right: 10px;
  }

  /* 各種ボタン
  --------------------------- */
  a.btn {
    border-radius: 5px;
    background: #03257C; 
    color: #fff;
    font-size: .9em;
    padding: 8px 10px;
    text-decoration: none;
  }
  a.btn-big {
    font-size: 1.3em;
    padding: 10px 20px;
  }
  a.btn:hover {
    background: #284aa2;
  }
  .btn-more-area {
    clear: both;
    padding: 20px 0 20px 0;
  }


  /* テーブル
  --------------------------- */
  table, th, td {
      color: #1d5087;
  }
  table.table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
  }
  table.table th,
  table.table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    padding: 10px;
    text-align: left;
  }

  /* フォームパーツ
  --------------------------- */
  .err-msg {
    display: none;
    padding: 10px;
    border: 3px solid #cc0000;
    border-radius: 5px;
    text-align: center;
    background: #fae5e5;
  }
  .form-err {
    display: none;
    color: #cc0000;
    font-weight: bold;
  }
  .form-text,
  .form-text2,
  .form-textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px;
  }
  .form-textarea {
    min-height: 100px;
    width: 80%;
  }
  .form-must {
    background: #7C0350;
    border-radius: 3px;
    color: #fff;
    font-size: .8em;
    padding: 4px 6px;
  }
  .form-submit {
    background: #7C0350;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
  }
  .form-submit:hover {
    background: #a03f7d;
  }          
  .privacy {
    background: #fafafa;
    font-size: .8em;
    height: 200px;
    overflow: auto;
    padding: 20px;
  }
  .reload-captcha {
    cursor: pointer;
    text-decoration: underline;
  }

  /* サムネイル
  --------------------------- */
  ul.thumb li img {
    border: 5px solid #eee;
    border-radius: 5px;
    width: 100%;
  }

  /* 写真
  --------------------------- */
  .photo {
    border: 5px solid #eee;
    overflow: hidden;
  }
  .photo a:hover {
    opacity: .8;
  }
  .photo-full {
    width: 100%;
  }

  /* コメントボックス
  --------------------------- */
  .comment-box {
    background: #fafafa;
    border-radius: 5px;
    line-height: 160%;
    padding: 20px;
  }

  /* 各種リスト
  --------------------------- */
  dl.list {
    width: 100%;
  }
  dl.list dt,
  dl.list dd {
    border-bottom: 2px dotted #aaa;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0 0 5px 0;
   }
  dl.list dt {
    clear: both;
    float: left;
    width: 15%;
  }
  dl.list dd {
    margin-left: 15%;
    width: 85%;
  }
  ul.list li {
    border-bottom: 2px dotted #ddd;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 5px;
  }

  /* お知らせ
  --------------------------- */
  .news {
  }
  .news dl {
    margin-bottom: 20px;
  }
  .news dt {
    float: left;
    font-size: .7em;
  }
  .news dd {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 10px;
    padding: 0 0 10px 100px;
  }


  /*
   // スマホ
   */
  @media all and (min-width: 0) and (max-width: 640px) {

    /* header
    --------------------------- */
    .header-wrapper {
      background: url(../img/base/footer_bg.jpg);
    }
    .header-logo {
      padding: 0;
      text-align: center;
    }
    .header-logo img {
      height: 50px;
    }

    /* tit
    --------------------------- */
    h2.copy {
      margin-bottom: 10px;
      padding-left: 20px;
    }
    .copy-sub {
      background: url(../img/base/aside_line.png) repeat-x bottom;
      margin: 0 0 10px 25px;
      padding-bottom: 10px;
    }

    /* mainvisual
    --------------------------- */
    .mainvisual {
      text-align: center;
      width: 100%;
    }

    /* メインナビ
    --------------------------- */
    .gnav {
      display: none;
    }
    .snav {
      display: none;  
    }
    .gnav-sp li a {
      background: rgba(0, 0, 0, .4);
      color: #fff;
      display: block;
      padding: 5px 10px;
      text-decoration: none;
    }
    .gnav-sp ul.child {
      display: none;
    }
      .gnav-sp li a:active,
      .gnav-sp li a:hover {
        background: rgba(0, 0, 0, .2);
      }

    /* layout
    --------------------------- */
    article {
      padding: 20px 30px;
    }

    /* サイドバー
    --------------------------- */
    aside {
      display: none;
    }

    /* footer
    --------------------------- */
    .footer-wrapper ul {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    .footer-wrapper ul li {
      clear: both;
      padding: 0 20px 10px 20px;
    }
    .footer-wrapper .page-top {
      background: rgba(200, 200, 200, .2);
      border-bottom: 1px solid #183d9b;
      display: block;
      padding: 5px;
      text-align: center;
    }

    /* サムネイル
    --------------------------- */
    section ul.thumb {
      clear: both;
      margin-left: -22px;
    }
    section ul.thumb li {
      float: left;
      font-size: .9em;
      margin: 0 0 20px 22px;
      width: 45%;
    }

    /* 写真
    --------------------------- */
    .photo-full-sp {
      width: 100%;
    }

    /* テーブル
    --------------------------- */
    table.table,
    table.table th,
    table.table td {
      border: none;
    }
    table.table th {
      border-left: 3px solid #1d5087;
      float: left;
      font-weight: bold;
      margin-bottom: 2px;
      padding: 0 0 0 5px;
    }
    table.table td {
      background: url(../img/base/aside_line.png) repeat-x bottom;
      float: left;
      margin-bottom: 20px;
      padding-bottom: 20px;
      width: 100%;
    }
  }

  /*
   // PC
   */
  @media screen and (min-width: 641px) {

    /* header
    --------------------------- */
    .header-wrapper {
      height: 58px;
      margin-bottom: 30px;
      min-width: 960px;
    }
    header {
      clear: both;
      min-width: 960px;
      margin: 0 auto;
      padding: 0;
      position: relative;
      width: 960px;
    }
    .header-logo {
      float: left;
      text-align: center;
    }
    .header-logo a :hover {
      opacity: .8;
    }
    .header-logo img {
      width: 100%;
    }

    /* タイトル
    --------------------------- */
    .copy-sub {
      position: absolute;
      top: 7px;
      right: 240px;
    }

    /* mainvisual
    --------------------------- */
    .mainvisual {
      height: 150px;
      width: 960px;
    }
    .mainvisual h2 {
      padding-top: 70px;
      text-align: center;
    }

    /* メインナビ
    --------------------------- */
    nav.gnav-sp {
      display: none;
    }
    nav.gnav {
      bottom: -2px;
      right: 0;
      position: absolute;
      z-index: 999;
    }
    nav.gnav ul {
      clear: both;
    }
      nav.gnav li {
        float: left;
        margin: 0;
      }
        nav.gnav li a {
          margin: 0;
          text-align: center;
        }
        nav.gnav li a img {
          height: 30px;
        }

      /* プルダウンサブメニュー */
      nav.gnav .gnav-sub-menu {
        position: relative;
      }
        nav.gnav ul.gnav-child {
          display: none;
          position: absolute;
          top: 40;
          left: 0;
          padding: 5px;
          width: 200px;
          border-radius: 0 0 4px 4px;
          background: #aaa url(../img/base/footer_bg.jpg);
        }
          nav.gnav ul.gnav-child li {
            clear: both;
            width: 100%;
          }
          nav.gnav ul.gnav-child li a {
            color: #fff;
            display: block;
            padding: 10px;
            text-decoration: none;
            text-align: left;
          }
          nav.gnav ul.gnav-child li a:hover {
            background: rgba(0, 0, 0, .3);
          }

    /* main
    --------------------------- */
    .main-container {
      clear: both;
      margin: 0 auto;
      min-width: 960px;
      padding-bottom: 20px;
      position: relative;
      width: 960px;
    }
    article {
      background: #fff;
      box-shadow: 0 0 4px #ccc;
      border-radius: 6px;
      float: left;
      padding: 30px;
      width: 720px;
    }
      article p {
        line-height: 1.6em;
      }
    section {
      margin-bottom: 40px;
    }

    /* サイドバー
    --------------------------- */
    aside {
      float: right;
      font-size: .85em;
      line-height: 1.5em;
      width: 180px;
    }
    aside .box {
      margin-bottom: 30px;
    }
    aside .box h3 {
    }
    aside .box h4 {
    }
    aside .box hr.dotline {
      padding: 5px 0 0 0;
      margin-bottom: 10px;
    }
    aside .box img {
      margin-bottom: 5px;
    }
    aside .box p {
      margin-bottom: 10px;
    }
    aside .box ul {
      margin-bottom: 10px;
    }
    aside .box .photo {
      width: 100%;
    }
    aside .box .btn {
      font-size: .8em;
      padding: 6px 10px;
    }

    /* サイド - お知らせ */
    aside .aside-news h3 {
      margin-bottom: 0;
    }
    aside .aside-news li {
      background: url(../img/base/aside_line.png) repeat-x bottom;
      padding: 10px 0;
    }
    aside .aside-news p.date {
      font-family: Roboto,sans-serif;
      font-size: 1.2em;
    }

    /* サイド - コンテンツ */
    aside .aside-contents ul li.lv1,
    aside .aside-contents ul li.lv2 {
      background: rgba(90, 120, 180, .1) url(../img/base/aside_line.png) repeat-x bottom;
      margin: 0;
      padding: 10px 5px;
    }
    aside .aside-contents ul li.lv1 {
      background: rgba(90, 120, 180, .4);
      padding-bottom: 4px;
    }
      aside .aside-contents ul li.lv1 img {
        margin-right: 5px;
      }
    aside .aside-contents ul li.lv2 {
    }
      aside .aside-contents ul li.lv2 i {
        padding-right: 5px;
      }
    aside .aside-contents ul li a {
      text-decoration: none;
    }

    /* サイド - 会員登録 */
    aside .aside-member .inner {
      background: #fff;
      border-radius: 0 0 4px 4px;
      box-shadow: 0 0 3px #b4c0dd;
      padding: 15px 15px 10px 15px;
    }
      aside .aside-member h3 {
        margin: 0;
        padding: 0;
      }
      aside .aside-member .btn {
        background: #7C0350;
        display: block;
        font-size: 1em;
      }
        aside .aside-member .btn:hover {
          background: #a03f7d;
        }
      aside .aside-member ul li {
        border-bottom: 2px dotted #ccc;
        margin-bottom: 5px;
        padding-bottom: 5px;
      }

    /* サイド - アーカイブ */
    aside .accodion-toggle_container {
      background: rgba(3, 37, 124, .1);
      height: 200px;
      margin-bottom: 20px;
      overflow: auto;
      padding: 10px;
    }


    /* footer
    --------------------------- */
    footer {
      margin: 0 auto;
      padding: 10px 0;
      width: 960px;
    }
    .footer-wrapper {
      clear: both;
      min-height: 300px;
      position: relative;
      width: 100%;
    }
    .footer-wrapper .page-top {
      background: url(../img/base/footer_bg.jpg);
      position: absolute;
      padding: 5px 15px;
      right: 0;
      top: -31px;
    }
      .footer-wrapper ul {
        margin: 0 auto 20px auto;
      }
        .footer-wrapper ul li {
          margin-bottom: 0;
          padding: 0 10px 0 10px;
        }

    /* パンくずリスト
    --------------------------- */
    .breadcrumb {
      margin-bottom: 20px;
    }
    .breadcrumb ul {
      width: 960px;
      margin: 0 auto;
    }

    /* テーブル
    --------------------------- */
    table.table th,
    table.table td {
      font-weight: normal;
      padding: 10px;
      text-align: left;
    }
    table.table th {
      width: 35%;
    }   
    table.table td {
      width: 65%;
    }   
    table.table td.td-price {
      text-align: right;
    }

    /* フォームパーツ
    --------------------------- */
    .form-text {
      width: 60%;
    }
    .form-text2 {
      width: 30%;
    }
    .form-textarea {
      height: 150px;
      width: 80%;
    }

    /* サムネイル
    --------------------------- */
    section ul.thumb {
      clear: both;
      margin-left: -28px;
    }
    section ul.thumb li {
      float: left;
      font-size: .9em;
      line-height: 1.4em;
      margin: 0 0 40px 28px;
      width: 200px;
    }
    section ul.thumb li img {
      border: 5px solid #eee;
      border-radius: 5px;
      margin-bottom: 10px;
      width: 100%;
    }
    section ul.thumb li a:hover {
      opacity: .8;
    }

    /* テキスト・写真
    --------------------------- */
    .photo-left {
      float: left;
      width: 200px;
    }
    .photo-right {
      float: right;
      width: 200px;      
    }
    .photoonly-left {
      float: left ;
    }
    .photoonly-right {
      float: right;
    }
    .photo-left img,
    .photo-right img {
      width: 100%;
    }
    .text-left {
      float: left;
      width: 420px;
    }
    .text-right {
      float: right;
      width: 420px;
    }
  }