@media screen and (min-width: 751px) {
    @charset "utf-8";
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    body {
        width: 100%;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000;
        font-size: 13pt;
        line-height: 1.8;
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p, ol, ul {
        margin: 0;
        padding: 0;
    }
    ol li, ul li {
        list-style-type: none;
    }
    img, iframe {
        vertical-align: bottom;
    }
    a:hover img, {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    a:hover {
        transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
    .switch {
        visibility: hidden;
    }
    #wrap {
        overflow: hidden;
        background: #fff;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 10px;
        background: #fff;
        border-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .table_basic th {
        border-bottom: 1px solid #ccc;
        padding: 15px 0px 15px 0px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic th span {
        display: block;
        border-right: 1px solid #ccc;
    }
    .table_basic td {
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .contentWrap {
        max-width: 1200px;
        margin: 0 auto;
    }
    /*----------------------------------------ヘッダー/メインイメージ----------------------------------------*/

    header {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
    header p{
        font-size: 17pt;
        letter-spacing:3pt;
        display: block;
    }
    header span{
        font-size: 24pt;
        letter-spacing: 3pt;
        display: block;
    }
    .space {
        display: none;
    }
    .menu-btn {
        display: none;
    }
    /*----------------------------------------コンテンツ----------------------------------------*/
    #contents {
        margin: 100px auto;
        width: 1200px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .mainimg {
        background: url("../img/kv.png") no-repeat center top;
        text-align: center;
        height: 690px;
        position: relative;
    }
    .mainimg div {
        position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
        font-size: 30pt;
        color: #fff;
        font-weight: 400;
        letter-spacing: 8pt;
    }
    /*----------------------------------------フッター----------------------------------------*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 50px;
        background:#f0ede3;
        text-align: center;
    }
    .page_top {
        background: #33741c;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        z-index: 99999;
    }
    .page_top img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインコンテンツ----------------------------------------*/
    #index01 {
        margin: 0 auto;
        padding: 0px 0 80px;
        text-align: center;
    }
    
    h2{
        text-align: center;
        font-weight: 500;
        font-size: 20pt;
        letter-spacing: 3pt;
        display: block;
        margin-bottom: 30px;
        color: #b6a266;
    }
    /*----------------------------------------ankerlink---------------------------------------- */
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #timebox {
        margin-top: -0px;
        padding-top: 0px;
    }
}