@media screen and (max-width: 768px)    {
    * {
        font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic";
    }
    body {
        font-size: 1.2em;
        -webkit-text-size-adjust: 100%; 
    }
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .spCenter {
        text-align: center;
    }
    #nav,#globalnavi {
        display: none;
    }
    .spMenu {
        display: block;
        position: absolute;
        top: 12px;
        left: 10px;
        font-size: 10px;
        width: auto;
    }
    .spMenu span {
        cursor: pointer;
        display: block;
        font-weight: bold;
        line-height: 16px;
        width: 100%;
        height: 100%;
        padding-top: 18px;
        background: url(../images/ico_menu_sp.png) no-repeat top center;
        -webkit-background-size: 16px 14px;
             -o-background-size: 16px 14px;
                background-size: 16px 14px;
    }
    .spMenu.open span {
        background-image: url(../images/ico_close.png);
        -webkit-background-size: 16px 16px;
             -o-background-size: 16px 16px;
                background-size: 16px 16px;
    }
    .spMenu span:hover {
        color: #c79c5b;
        text-decoration: underline;
    }
    #spMenu {
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 60px;
        left: 0;
        overflow: auto;
        height: calc(100% - 60px);
    }
    #searchArea {
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 60px;
        left: 0;
    }
    #spMenu {
        
    }
    #wrapper {
        min-width: inherit;
        padding-top: 60px;
    }
    #header {
        height: 60px;
        position: fixed;
        z-index: 1010;
        top: 0;
        left: 0;
    }
    #header:after {
        height: 3px;
    }
    .headTop {
        position: relative;
        padding: 10px 0 10px;
    }
    h1.logo {
        float: none;
        margin-top: 0;
    }
    h1.logo a {
        margin: 0 auto;
        width: 138px;
        height: 35px;
        background-image: url(../images/logo_sp.png);
        -webkit-background-size: 138px auto;
             -o-background-size: 138px auto;
                background-size: 138px auto;
    }
    .headRight {
        float: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .headTop .subNavi {
        
        padding: 0;
    }
    .headTop .subNavi ul:after {
        display: table;
        content: "";
        clear: both;
    }
    .headTop .subNavi li {
           display: none;
           float: left;
    }
    .headTop .subNavi li.naviSearch {
        display: block;
        margin-right: 12px;
    }
    .headTop .subNavi li.naviAccess,
    .headTop .subNavi li.naviSearch {
        width: 100%;
        height: 100%;
        display: block;
        width: auto;
        /*height: 30px;*/
    }
    .headTop .subNavi li.naviAccess a {
        display: block;
        height: 100%;
        padding-top: 20px;
        background: url(../images/ico_access_sp.png) no-repeat center top;
        -webkit-background-size: 15px 19px;
             -o-background-size: 15px 19px;
                background-size: 15px 19px;
    }
    .headTop .subNavi li.naviSearch a {
        cursor: pointer;
        display: block;
        height: 100%;
        padding-top: 20px;
        background: url(../images/btn_search_sp.png) no-repeat center top;
        -webkit-background-size: 16px 16px;
             -o-background-size: 16px 16px;
                background-size: 16px 16px;
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }
    .headTop .subNavi li.naviSearch.open {
        margin: 10px 0 0 0;
    }
    .headTop .subNavi li.naviSearch.open a {
        padding: 0 0 0 24px;
        background: url(../images/btn_search_close.png) no-repeat left top;
        -webkit-background-size: 15px 15px;
             -o-background-size: 15px 15px;
                background-size: 15px 15px;
    }
    .searchArea input[type="text"] {
        height: 30px;
        line-height: 30px;
        border-width: 2px;
    }
    .searchArea .searchSubmit {
        background-image: url(../images/btn_search_sp.png);
        -webkit-background-size: 30px 30px;
             -o-background-size: 30px 30px;
                background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    #searchArea,
    .searchArea {
        display: none;
    }
    #searchArea .searchArea {
        display: block;
        text-align: left;
        background-color: #202040;
        height: 45px;
        padding: 5px 10px 10px;
        /*display: flex;*/
    }
    #searchArea .searchArea form {
        display: flex;
    }
    #searchArea .searchArea input[type="text"] {
        flex-grow: 1;
        padding-left: 10px;
        color: #fff;
    }
    #mainVisual {
        /*height: 200px;
        -webkit-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
        width: 100%;
        border-bottom: 3px solid #fff;*/
        
    }
    #mainVisual img {
      width: 150%;
      max-width: none;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
    #contents {
        margin-bottom: 2%;
    }
    .title,
    .title.emergency
    {
        margin-bottom: 10px;
    }
    .btnMore.pc {
        display: none;
    }
    .titleIn {
        height: auto;
        padding: 0;
    }
    .titleIn h2 {
        text-indent: 0;
        text-align: center;
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 1.16em;
        font-family:"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro";
    }
    .title.emergency h2 {
        background: none;
         width: 100%;
         height: 25px;
        float: none;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 1em;
    }
    .titleIn span.date {
        display: block;
        text-align: center;
        font-size: 0.833em;
        margin: 8px 0 0 0px;
        line-height: 100%;
    }
    .title.emergency .titleIn a {
        display: block;
        text-align: center;
    }
    .title.emergency .titleIn .btnMore.pc {
        display: none;
    }
    .title.emergency .titleIn {
        padding: 0 0 8px 0;
    }
    .title.budoupromotion h2,
    .title.budouacademy h2,
    .title.shodou h2,
    .title.shupan h2,
    .title.shukuhaku h2,
    .title.special h2,
    .title.news h2,
    .title.rosia2018 h2,
    .title.movie h2
	 {
        background: none;
    }
    .btnMore.sp {
        display: block;
        text-align: right;
        padding: 0 10px 0 0;
    }
    .btnMore.sp a {
        display: inline-block;
        padding: 0 25px 0 0;
        /*background: url(../images/ico_arrow.png) no-repeat right center;
        -webkit-background-size: 15px 15px;
             -o-background-size: 15px 15px;
                background-size: 15px 15px;*/
        font-size: 0.833em;
        line-height: 15px;
    }
    .btnMore.sp a {
        vertical-align: middle;
        position: relative;
    }
    .btnMore.sp a::before,
    .btnMore.sp a::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        vertical-align: middle;
    }
    .btnMore.sp a::before{
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #c2995b;
    }
    .btnMore.sp a::after{
        right: 6px;
        top: 5px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .section {
        margin-bottom: 20px;
    }
    .emergency.sliderWrap {
        margin-top: 3%;
    }
    .sliderWrap {
        width: 100%;
        padding: 0 5px;
        margin: 0 auto 3%;
    }
    .sliderWrap ul {
        margin: 0 0 0;
    }
    .sliderWrap ul li {
        width: 50%;
        padding: 0 5px;
    }
    .sliderWrap ul li .slideTtl {
        font-size: 1em;
        /*font-size: 14px;*/
        margin-top: 10px;
    }
    .sliderWrap ul li .slideText {
        display: none;
    }
    .topFootBtn {
        padding: 0 10px 20px;
        border: none;
    }
    .topFootBtn ul li {
        margin-top: 15px;
    }
    .topFootBtn .btn span {
        padding: 0;
        background: none;
    }
    .topFootBtn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .newsArea ul {
        margin-bottom: 10px;
    }
    .newsArea li {
        padding: 8px 10px;
    }
    .newsArea li:last-child {
        border-bottom: 1px solid #dcdcdc;
    }
    .newsArea li dl dt {
        float: none;
    }
    .newsArea li dl dd {
        margin-left: 0;
        font-size: 0.916em;
    }
    .newsArea li dl dd a {
        display: block;
    }
    .newsArea li dl dt .icon {
        margin-right: 10px;
    }
    .newsArea li dl dt .date {
        font-size: 10px;
    }
    .topBtnArea {
        margin-bottom: 0;
    }
    .topBtnArea ul {
        margin: 0;
    }
    .topBtnArea ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .topBtnArea ul li:last-child {
        margin-bottom: 0;
    }
    .topBtnArea li a.btn {
        text-align: center;
    }
    .topBtnArea li a.btn span:after,
    .topBtnArea li a.btn span:before{
        content: none;
    }
    .mapArea {
        margin-top: 0;
        border: none;
    }
    .mapArea .title {
        display: block;
        background-color: #202040;
        margin-bottom: 0;
    }
    .mapArea .map {
        margin-bottom: 10px;
    }
    .mapArea .map,
    .mapArea .map iframe {
        height: 200px;
    }
    .mapInfo {
        display: none;   
    }
    .mapArea .sp {
        display: block;
        padding: 0 10px 10px;
    }
    #gMap.cover:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .pageTop {
        margin-bottom: 10px;
    }
    .pageTop a {
        display: inline-block;
        font-weight: bold;
        -webkit-background-size: 15px auto;
             -o-background-size: 15px auto;
                background-size: 15px auto;
        padding: 20px 0 0 0;
    }
    .pageTop a::before{
        width: 15px;
        height: 15px;
        margin: 0 0 0 -7.5px;
    }
    .pageTop a::after{
        top: 6px;
        width: 4px;
        height: 4px;
        margin: 0 0 0 -2.5px;
    }
    .spNavi {
        display: block;
        background-color: #202040;
    }
    .spNavi * {
        color: #fff;
    }
    .spNavi ul li {
        border-bottom: 1px solid #404053;
    }
    .spNavi ul li a{
        display: block;
        padding: 15px 0 15px 10px;
        -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;
        font-size: 14px;
    }
    .spNavi ul li.plus > a {
        background: url(../images/ico_plus.png) no-repeat right 10px center;
        -webkit-background-size: 15px auto;
             -o-background-size: 15px auto;
                background-size: 15px auto;
    }
    .spNavi ul li.minus > a {
        background: url(../images/ico_minus.png) no-repeat right 10px center;
        -webkit-background-size: 15px auto;
             -o-background-size: 15px auto;
                background-size: 15px auto;
    }
    .spNavi ul li ul {
        background-color: #363653;
    }
    .spNavi ul li.minus ul li.current {
        background-color: #535353;
    }
    .spNavi ul li.current2 {
        background-color: #313131;
    }
    .spNavi ul li.second > a{
        background-color: #363653;
    }
    .spNavi ul li.heading > a{
        background-color: #4a4a65;
        color: #8e8ba8;
        cursor: normal;
    }
    .spNavi ul li.heading > a:hover {
        text-decoration: none;
    }

    .spNavi ul li ul {
        display: none;
    }
     
    .spNavi ul li li a {
        padding-left: 20px;
    }
    .spNavi ul li li li a {
        padding-left: 30px;
    }
    /*.footBnr {
        display: none;
    }*/
    .footContentIn {
        height: auto;
        padding: 0 0 20px 0;
    }
    .footLogo,
    .footNaviTop {
        display: none;
    }
    .footNavi {
        width: 100%;
        float: none;
        padding: 20px 0 0 0;
    }
    .footNaviBtm ul {
        float: none;
        text-align: center;
        margin-bottom: 25 px;
    }
    .footNaviBtm ul li {
        border-left: 1px solid #c79c5b;
    }
    .footNaviBtm ul li a {
        color: #c79c5b;
        font-size: 0.833em;
    }
    .copyright {
        text-align: center;
        font-size: 0.833em;
    }

    /****** 囲う系 ******/
    .rowWrapSp .row {
        padding-right: 3%;
        padding-left: 3%;
    }
    .chapter > section.rowWrapSp .row figure {
        padding: 0;
    }
    .row.spCol1 > div {
        float: none;
    }
    .spCol1 .col2,
    .spCol1 .col3 {
        width: 100%;
        margin-top: 6%;
    }
    .spCol1 .col2:nth-child(odd) {
        padding-right: 0px;
    }
    .spCol1 .col2:nth-child(even) {
        padding-left: 0px;
    }
    .spCol1 .col2:first-child,
    .spCol1 .col3:first-child {
        margin-top: 0;
    }

    .spCol1 .col3:first-child,
    .spCol1 .col3:last-child {
        padding: 0 3%;
    }
    .spCol1 .col3 {
        width: 100%;
        padding: 0 3%;
    }
    .col3 {
        width: 33.3333%;
        padding-left: 6.65px;
        padding-right: 6.65px;
    }
    .col3:first-child {
        padding-right: 13.3px;
    }
    .col3:last-child {
        padding-left: 13.3px;
    }
    .rowList .row {
        margin-bottom: 0%;
    }
    .box {
        padding: 0 3%;
    }
    .dpTbl .cell {
        width: 50%;
    }
    .row .imgRight {
        float: none;
    }
    .spCol1 .row.rowTbl .img,
    .spCol1 .row.rowTbl .text{
        display: block;
        margin: 3% 0;
        padding: 0 3%;
    }
   /* .spCol1 .row.rowTbl .text {
        padding: 0 3%;
    }*/
    /********** アイコン *********/
    
    .icon {
        color: #c79c5b;
        background-color: #fff;
        text-align: left;
        font-size: 10px;
        width: auto;
        height: auto;
        line-height: 120%;
    }
    .icon.member {
        color: #fff;
        background-color: #c79c5b;
    }
    .icon.member,
    .icon.visitor {
        padding: 0 5px;
    }
    /********** リンク *********/
    .link {
        min-height: 14px;
        
        background-position: left center;
    }
    .link.linkM {
        padding: 0 0 0 19px;
        -webkit-background-size: 14px auto;
             -o-background-size: 14px auto;
                background-size: 14px auto;
    }
    .link.linkS {
        padding: 0 0 0 15px;
        min-height: 10px;
        -webkit-background-size: 10px auto;
             -o-background-size: 10px auto;
                background-size: 10px auto;
        background-position: left center;
    }
    .linkS::before{
        width: 10px;
        height: 10px;
    }
    .linkM::before{
        width: 14px;
        height: 14px;
        margin: auto;
    }
    .linkS::after{
        left: 2px;
        width: 3px;
        height: 3px;
    }
    .linkM::after{
        left: 3px;
        width: 5px;
        height: 5px;
        top: 0;
        margin: auto;
    }
    /********** ページャ *********/
    .pager .sp{
        position: relative;
    }
    .pager .sp div {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    .pager .sp .prev,
    .pager .sp .next {
        display: inline-block;
        position: absolute;
        height: 15px;
        -webkit-background-size: auto 15px;
             -o-background-size: auto 15px;
                background-size: auto 15px;
        top: 3px;
        background-repeat: no-repeat;
        
    }
    .pager .sp .prev {
        left: 2%;
    }
    .pager .sp .next {
        right: 2%;
    }
    .pager .sp span.prev,
    .pager .sp a.prev {
        background-position: left top;
    }
    .pager .sp span.next,
    .pager .sp a.next
    {
        background-position: right top;
    }
    .pager .sp span.prev {
        width: 10px;
        background-image: url(../images/btn_pager_left_off.jpg);
    }
    .pager .sp span.next {
        width: 10px;
        background-image: url(../images/btn_pager_right_off.jpg);
    }
    .pager .sp a.prev,
    .pager .sp a.next {
        color: #f84f4c;
        vertical-align: middle;
        line-height: 15px;
    }
    .pager .sp a.next {
        padding: 0 20px 0 0;
        background-image: url(../images/btn_pager_right_on.jpg);
    }
    .pager .sp a.prev {
        padding: 0 0 0 20px;
        background-image: url(../images/btn_pager_left_on.jpg);
    }
    .pager.subMenu ul {
        display: block;
        padding: 0 3%;
    }
    .pager.subMenu ul:after {
        display: table;
        clear: both;
        content: "";
    }
    .pager.subMenu li {
        display: block;
        float: left;
        width: 25%;
        border: none;
        padding: 0 5px;
        margin: 0 0 5px 0;
    }
    .pager.subMenu li:first-child,
    .pager.subMenu li:last-child {
        padding: 0 5px;
    }
    .pager.justify li {
        width: auto;
    }
    .pager.justify li a,
    .pager.justify li span {
        padding: 0 10px;
    }
    .pager.col5 {
        padding:  0 1%;
    }
    .pager.col5 li {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .pager.col5 li:nth-child(4n){
        margin-right: 0;
    }
    .pager.col5 li:nth-child(5n){
        margin-right: 1%;
    }
    .pager.tabCtl li {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
        float: left;
        display: block;
    }
    
    /********** ボタン *********/
    
    .btn.btnL {
        min-width: inherit;
        width: 100%;
        padding: 20px 0;
        font-size: 14px;
    }
    .btn.btnL span {
        padding: 0;
        background: none;
    }
    .btn.btnL span::after,
    .btn.btnL span::before{
        content: none;
    }
    .btn span {
        line-height: 14px;
        -webkit-background-size: 12px auto;
             -o-background-size: 12px auto;
                background-size: 12px auto;
        padding: 0 0 0 20px;
    }
    .btn span::before {
        width: 12px;
        height: 12px;
    }
    .btn span::after {
        left: 3px;
        width: 3px;
        height: 3px;
    }
    .btn.btnM_L {
        font-size: 13px;
        width: 100%;
        padding: 9px 0;
    }
    .btn.btnM_M {
        font-size: 13px;
        width: 100%;
        padding: 9px 0;
    }
    .btn.btnM_S {
        font-size: 13px;
        width: 100%;
        padding: 9px 0;
    }
    .btn.btnS {
        font-size: 12px;
        width: 100%;
        padding: 6px 0;
    }
    .btnCol1 {
        padding: 0 3%;
    }
    .btnCol2 {
        
    }
    .btnCol2 .btn {
        margin-top: 10px;
    }
    .btnCol2 .btn:first-child {
        margin-right: 0;
        margin-top: 0;
    }
    .btnRpd.spCol1 .col3 {
        margin-top: 2%;
    }
    .btnRpd.spCol1 {
        padding-bottom: 2%;
    }
    .btnFlex {
        padding: 0 3%;
    }
    /********** 見出し *********/
    
    .hdr > span,
    h1.headline {
        font-family: inherit;
    }
    .hdr > span {
        font-size: 14px;
    }
    h1.headline {
        font-size: 10px;
        margin: 0;
        height: auto;
        line-height: normal;
        padding: 15px 0 5px 0;
    }
    h2.hdr {
        background-color: #c79c5b;
        padding: 0 3% 20px 3%;
        border: none;
        text-align: center;
        height: auto;
        line-height: 100%;
    }
    h2.hdr > span {
        font-size: 16px;
        color: #fff;
        padding: 0 0 5px 0;
        min-height: inherit;
        display: inline-block;
        border-bottom: 1px solid #fff;
    }
    h2.hdr.inBox{
        padding: 10px;
        
    }
    h2.hdr.inBox > span {
        padding: 0;
        border: none;
    }
    h3.hdr {
        text-align: center;
        margin-bottom: 3%;
        border-bottom: 1px solid #d2d2d2;
        padding: 0 3%;
    }
    h3.hdr > span{
        font-size: 16px;
        display: inline-block;
        padding: 0;
    }
    h3.hdr:after {
        content:"";
        display: block;
        width: 15%;
        height: 1px;
        margin: 0 auto -1px;
        background-color: #c79c5b;
    }
    h1.catHeadline {
        text-align: center;
        text-indent: 0px;
        margin-bottom: 0px;
        color: #fff;
        height: auto;
        background: none;
        font-size: 10px;
        line-height: normal;
        padding: 15px 0 5px 0;
    }
    h3.hdr > span small {
        font-size: 14px;
        font-family: inherit;
    }
    h3.hdr > span small.middle {
        display: block;
        margin-bottom: 3px;
    }
    /**********表組み**************/
    .dlList {
        
    }
    
    .tbl01 table {
        border-top: none;
    }
    .tbl01 table th,
    .tbl01 table .shead th {
        text-align: center;
        color: #fff;
        background-color: #000000;
        font-size: 14px;
        padding: 5px 0;
    }
    .tbl01 table td.month,
    .tbl01 table td.time {
        text-align: center;
        background-color: #eee1cd;
        padding: 5px 0;
    }
    .tbl01 table th.nosp {
        display: none;
    }
    .tbl01 table td {
        padding: 10px 0;
    }
    .tbl01 table th,
    .tbl01 table td {
        border: none;
        display: block;
        text-align: center;
    }
    .tbl01 table td {
        padding-left: 0;
    }
    .tbl02 ul {
        float: none;
        width: 100%;
    }
    .tbl02 ul:first-child,
    .tbl02 ul:last-child {
        padding: 0px;
    }
    .tbl02 ul:last-child {
        border-bottom: 1px solid #d2d2d2;
    }
    .tbl02.bdrNone ul:last-child {
        border: none;
    }
    .tbl02 ul a {
        display: block;
        margin-left: 3%;
    }
    .tbl02 ul li:last-child {
        border-bottom: none;
    }
    .tbl03 th {
        text-align: center;
        vertical-align: middle;
        width: 100%;
        display: block;
    }
    .tbl03 .link.linkS,
    .tbl03 .arrow{
        padding: 0 0 0 0;
        background: none;
    }
    .tbl03 td {
        padding-left: 0px;
        vertical-align: middle;
        line-height: 170%;
        display: block;
        text-align: center;
    }
    .tbl03 td th {
        text-align: center;
        width: 100%;
        color: #a0a0a0;
        font-weight: normal;
    }
    .tbl03 td td {
        font-size: 1.16em;
        padding: 0 3% 5px;
        
    }
    .tbl03 > table > tbody > tr > th {
        background-color: #eee1cd;
        font-size: 1.16em;
    }
    .tbl03 > table > tbody > tr > th,
    .tbl03 > table > tbody > tr > td{
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: none;
    }
    .tbl04.bdrTop table {
        border-top: none;
    }
    .tbl04 table thead {
        font-size: 1.16em;
    }
    .tbl04 table thead th {
        text-align: center;
        font-family: inherit;
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
        background-color: #000;
    }
    .tbl04 table th {
        white-space: normal;
    }
    .tbl04 table th,
    .tbl04 table td {
        border: none;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 120%;
        padding: 10px 2%;
    }
    .tbl04 table th {
        padding: 5px 0 3px 0;
        font-weight: normal;
        background-color: #eee1cd;
    }
    .tbl04 table th.wide {
        width: 100%;
    }
    .tbl04 table .shead th {
        font-family: inherit;
        font-size: 1.16em;
        background-color: #000;
        color: #fff;
    }
    .tbl04 table td .icoPdf,
    .tbl04 table td .icoExcel,
    .tbl04 table td .link {
        margin: 10px 0;
    }
    .tbl05 table {
        border: none;
    }
    .tbl05 table tr {
        border-bottom: 1px solid #d2d2d2;
    }
    .tbl05 table th,
    .tbl05 table td {
        display: block;
        padding: 0;
        border-bottom: none;
        text-align: center;
    }
    .tbl05 tr td:first-child {
        color: #9fa0a0;
        padding: 5px 0 0 0;
    }
    .tbl05 tr td:nth-child(2n){
        font-size: 1.166em;
        padding: 3px 0;
    }
    .tbl05 tr td:last-child {
        padding: 0 0 5px 0;
    }
    .tbl06 table {
        margin-bottom: 2%;
    }
    .tbl06 table thead {
        font-size: 1.16em;
    }
    .tbl06 table thead th {
        text-align: center;
        padding-left: 10px;
        font-family: inherit;
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
    }
    .tbl06 table .shead th {
        background-color: #f4ebde;
        font-family: inherit;
        padding: 6px 0 6px 0;
        text-align: center;
        font-size: 1.16em;
        color: #000;
        font-weight: bold;
    }
   
    .tbl06 table th {
        color: #a0a0a0;
        padding: 5px 0 3px 0;
        font-weight: normal;
    }
    .tbl06 table th,
    .tbl06 table td {
        display: block;
        border-top: none;
        width: 100%;
        text-align: center;
        line-height: 120%;
    }
    .tbl06 table td {
        font-size: 1.16em;
        padding: 0 0 5px 0;
    }
    .tbl06.oneCol table td {
        padding: 10px 0;
    }
    .tbl06 table .note td {
        padding: 10px 0 0 0;
        color: #707070;
    }
    .tbl06 table .note td ul {
        text-align: left;
        padding: 0 0 0 3%;
    }
    .tbl06 table .note td ul li {
        margin-bottom: 5px;
    }
    .tbl06 table{
        border-top: none;
    }
    .tbl06.pl table tbody th,
    .tbl06.pl table .shead th {
        padding-left: 0;
    }
    .tbl .wid4em,.tbl .wid5em,.tbl .wid6em,.tbl .wid7em,.tbl .wid8em,.tbl .wid9em,.tbl .wid10em,.tbl .wid11em,.tbl .wid12em,.tbl .wid13em,.tbl .wid14em,.tbl .wid15em {
        width: auto;
    }
    .tblNormal {
        padding: 0 3%;
    }
    /********** ギャラリー *********/
    
    .gallery.num3.spList ul li,
    .gallery.num4.spList ul li,
    .gallery.num5.spList ul li{
        float: none;
        padding: 0 3% 3% 3%;
        width: 100%;
        margin-bottom: 3%;
        border-bottom: 1px solid #d2d2d2;
    }
    .gallery.spList ul li figure {
        display: table;
    }
    .gallery.spList ul li figure img,
    .gallery.spList ul li figure figcaption{
        display: table-cell;
    }
    .gallery.spList ul li figure img {
       width: 100%;
       height: auto;
    }
    .gallery.spList ul li figure figcaption {
        width: 75%;
        vertical-align: middle;
        font-size: 1.16em;
        text-align: left;
        padding: 0 0 0 3%;
        font-weight: bold;
    }
    .gallery {
        padding: 0 10px;
    }
    .gallery.spList {
        padding: 0;
    }
    .contactInfo {
        margin: 0 3%;
    }
    .breadClumn {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
	}
    .video embed,
    .video object,
    .video iframe {
        width: 100%;
        height: auto;
    }

    .article {
        padding: 0 3%;
    }


    .tbl_gakkobudo td{
      display: block;
      width: 100%;
      margin: 0 0 10px;
    }
    .tbl_gakkobudo td:nth-child(1){
      margin: 0;
      width: 100%;
    }
    .tbl_gakkobudo td:nth-child(2){
      background-color: #eee1cd;
      width: 100%;
    }
    .tbl_gakkobudo td:nth-child(3){
      text-align: center;
      width: 100%;
    }
    .tbl_gakkobudo td:nth-child(4){
      width: 100%;
    }
    
    .list_gakkobudo{
      display: block;
    }
    .list_gakkobudo .l{
      width: 100%;
      padding: 0;
    }
    .list_gakkobudo .l p:first-child{
      font-size: 20px;
      text-align: center;
      color: #fff;
      background-color: #000;
      padding: 5px 0;
    }
    .list_gakkobudo .l p img{
      width: 200px;
      margin: 0 auto;
    }
    .list_gakkobudo .r{
      width: 100%;
      margin: 0 0 10px;
    }
    .list_gakkobudo .r p:first-child{
      text-align: center;
      margin: 10px 0 2%;
    }
    .list_gakkobudo .r p{
      padding: 0 10px;
    }
    
    
    .list_gakkobudo2 .list_item{
      display: block;
    }
    .list_gakkobudo2 .list_item:not(:nth-child(1)){
      border-top: 1px solid #d2d2d2;
    }
    .list_gakkobudo2 .top_txt{
      width: 100%;
      font-size: 20px;
      text-align: center;
      color: #fff;
      background-color: #000;
      padding: 5px 0;
    }
    .list_gakkobudo2 .list_item:not(:nth-child(1)) .top_txt{
      padding: 0;
    }
    .list_gakkobudo2 .img{
      width: 100%;
    }
    .list_gakkobudo2 .img img{
      width: 200px;
      margin: 10px auto;
    }
    .list_gakkobudo2 .content{
      width: 100%;
    }



}
