﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:960px;
    margin:10px auto;
}

nav {
    width:100%;
}

#contents {
    width:960px;
    margin:10px auto;
}

#main {
    float:right;
    width:65.625%;
}

#sub {
    float:left;
    width:31.25%;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#000;
}
a:hover {
    color:#00a8bf;
}

h1 {
    color:#00bed8;;
    font-size:28px;
    line-height:1.2;
}

h1 a {
    color:#000;
    text-decoration:none;
}

h2 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
    border-left:5px solid #00a8bf;
}

h3 {
    margin-bottom:0.5em;
    padding:2px 5px;
    color:#00a8bf;
    font-size:16px;
    border-bottom:1px solid #00a8bf;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#333;
}
h4:before {
    content:"▲";
    color:#00bed8;
}

/*
h4:after {
    content:" >>";
    color:#00bed8;
}
*/

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

h7 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
    border-left:5px solid #00a8bf;
}
h7:before {
    content:"■";
    color:#fff100;
}
h7:after {
    content:"\00bb";
    color:#fff100;
}

h8 {
    margin-bottom:0.25em;
    padding:40px 40px;
    color:#0091a5;
    font-size:50px;
    letter-spacing:7px;
    /*border-top:1px dotted rgba(255,255,255,0.5);
    border-bottom:1px dotted rgba(255,255,255,0.5);*/
    background-color: rgba(255,255,255,0.5);
    
}

h9 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:16px;
    font-weight:bold;
}
h9:before {
    content:"Q.";
    color:#d800be;
}

h10 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
}
h10:before {
    content:"A.";
    color:#00bed8;
    font-size:18px;
    font-weight:bold;
}


h11 {
    margin:10px;
    padding:0;
    font-size:30px;
    font-weight:bold;
    color:#00bed8;
    border:none;
}



h12 {
    margin-bottom:1em;
    font-size:34px;
    color:#333;
    text-align:center;
    letter-spacing:5px;
}


p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#00bed8;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #00bed8;
    border-left:1px solid #00bed8;
    border-right:1px solid #00bed8;
    border-top:1px dotted #00bed8;
    border-bottom:1px dotted #00bed8;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
    font-size:12px;
}

th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
    font-size:12px;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
    font-size:12px;
}


p.top_20171031 img { width: auto;
                     height: auto; }



/*================================================
 *  汎用クラス
 ================================================*/
.imgC {
    overflow:hidden;
    margin-bottom:50px;
    text-align:center;
}
.imgC img {
    border-radius:5px;
    width:100%;
}

.imgL {
    overflow:hidden;
    margin-bottom:50px;
}
.imgL img {
    float:left;
    margin:0 20px 20px 0;
    border-radius:5px;
}

.imgR {
    overflow:hidden;
    margin-bottom:50px;
}
.imgR img {
    float:right;
    margin:0 0 20px 20px;
    border-radius:5px;
}

.twoCol {
    overflow:hidden;
    margin:0 -2% 50px 0;
}
.twoCol div {
    width:48%;
    float:left;
    margin-right:2%;
}
.twoCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}

.threeCol {
    overflow:hidden;
    margin:0 -3% 50px 0;
}
.threeCol div {
    width:31%;
    float:left;
    margin-right:2%;
}
.threeCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}

.btn01 a {
    display:block;
    padding:20px 20px 20px 50px;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
    transition:all 0.2s ease 0s;
}
.btn01 a:hover {
    background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
    transition:all 0.2s ease 0s;
}

.btn02 a {
    display:block;
    padding:20px;
    color:#1b1b1b;
    text-decoration:none;
    border-radius:5px;
    border:1px solid #1b1b1b;
    background:#fff;
    transition:all 0.2s ease 0s;
}
.btn02 a:hover {
    color:#fff;
    background:#1b1b1b;
    transition:all 0.2s ease 0s;
}

.service {
    overflow:hidden;
    margin:10px -2% 0 0;
}
.service li {
    list-style:none;
    float:left;
    width:18%;
    margin:0 2% 10px 0;
}
.service li img {
    width:100%;
}


.new:after {
  content: "NEW!";
  font-size: .75em;
  background: #FF9F80;
  color: #fff;
  padding: 5px 5px 3px;
  margin-left: 5px;
  border-radius: 3px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}
header h1 {
    margin-bottom:20px;
}


header h1:before {
    content:url("../images/kosho.png");
}


.logo {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;
}

.logo span {
    color:#fff;
    font-size:16px;
    vertical-align:middle;
    background:url(../images/mail.png) 0 0 no-repeat;
}


.logo a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#f19500;
    border-radius:4px;
    text-decoration:none;
    background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}




.access {
    position:absolute;
    top:0;
    right:120px;
    vertical-align:top;
}

.access span {
    color:#fff;
    font-size:16px;
    vertical-align:middle;
}

.access a {
    display:block;
    padding:5px 10px 5px 10px;
    color:#fff;
    background:#00bed8;
    border-radius:4px;
    text-decoration:none;
}

.access a:hover {
    color:#fff;
    background:#00a8bf;
}

.home {
    position:absolute;
    top:0;
    right:221px;
    vertical-align:top;
}

.home span {
    color:#fff;
    font-size:16px;
    vertical-align:middle;
}

.home a {
    display:block;
    padding:5px 10px 5px 10px;
    color:#fff;
    background:#00bed8;
    border-radius:4px;
    text-decoration:none;
}

.home a:hover {
    color:#fff;
    background:#00a8bf;
}

.summary {
    clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    margin-bottom:10px;
    padding:0;
    background:#f7f5f1;
    overflow:hidden;
}
nav ul {
    width:960px;
    margin:0 auto;
    padding:0;
}
nav li {
    float:left;
    list-style:none;
    width:16.666%;
    margin:0;
    padding:0;
}
nav li a {
    display:block;
    padding:10px 0;
    color:#000;
    text-align:center;
    text-decoration:none;
}


nav li a:hover {
    color:#000;
    text-decoration:none;
    background:#ddd;
}

    nav h3 {
    display:none;
    }



/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:300px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.footmenu {
    width:100%;
    padding:20px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.footmenu p:before{
    text-align:left;
    margin:0 0 0 0;
    content:"\0025b6";
    color:#00bed8;
}


.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#00bed8;
}
.totop img:hover {
    background:#00a8bf;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

/*
.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}
*/

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

/*一看、二看、准看タグ*/
.kango0,.kango1,.kango2,.kango3{
	padding: 2px;
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}
.kango0{background-color: #00a8bf;}
.kango1{background-color: #f19500;}
.kango2{background-color: #005cf1;}
.kango3{background-color: #00f195;}


/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
    position:relative;
    overflow:hidden;
display:none;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideInner {
    position:relative;
    margin:0 0 5px 0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.controlNav span.current {
      background:#00bed8;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:40%;
    float:left;
    margin:0% 5% 1% 4%;
}/*1/2が2個横並ぶ*/

.topNaviColumn1 {
    display:inline;
    width:98%;
    float:left;
    margin-right:1%;
    margin-bottom:2%;
}/*1/1が1個並ぶ*/

.topNaviColumn0 {
    display:inline;
    width:98%;
    float:left;
    margin-right:1%;
    margin-bottom:2%;
}/*1/1が1個並ぶ＆1/2が2個横並ぶスマホ時*/

.topNaviColumn2 {
    display:inline;
    width:46%;
    float:left;
    margin:1.5%;
}/*1/2が2個横並ぶ＆1/1が2個縦並ぶスマホ時*/

.topNaviColumn3 {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}/*1/3が3個並ぶ＆1/1が3個縦並ぶスマホ時*/

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}/*通常のフル動作*/

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #00bed8;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#00bed8;
    border:none;
}/*注h2が強制的に変化*/


.topNaviCon h2:before {
    content:"> "/*url('../images/bg_arrow_white.png')10px 30% no-repeat*/;
    color:#00bed8;
}

/*
.topNaviCon h2:after {
    content:"\0025b6";
    color:#00bed8;
}
*/

.topNaviCon:hover h2 {
    color:#00a8bf;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}




.topNaviCon1 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#fff9f5;
    border:1px solid #00bed8;
    border-radius:4px;
}

.topNaviCon1:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #00bed8;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon1 h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#00bed8;
    border:none;
}/*h2が強制的に変化*/

.topNaviCon1 h2:before {
    content:"> ";
    color:#00bed8;
}

.topNaviCon1:hover h2 {
    color:#00a8bf;
}

.topNaviCon1 p {
    margin:10px;
}


.topNaviCon0 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#fff;
    border:1px solid #fff;
    border-radius:4px;
}/*無印と0との違いはかざしても枠等が変化しない border:1px solidが違う*/


.topNaviCon0:hover {
    color:#000;
    background:#fff none repeat scroll 0 0;
    border:1px solid #fff;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon0 h2 {
    margin:0px;
    padding:0;
    font-size:18px;
    font-weight:bold;
    color:#00bed8;
    border:none;
}/*h2が強制的に変化*/


/*
.topNaviCon0:hover h2 {
    color:#00a8bf;
}
/*

.topNaviCon0 p {
    margin:10px;
}




.topNaviCon1 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}/*無印と1との違いはかざした状態になっていて選択中（ボタンが凹んでいる）のイメージとしたこと*/


.topNaviCon1:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #00bed8;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon1 h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#00bed8;
}/*h2が強制的に変化し、一部が黄色*/

.topNaviCon1:hover h2 {
    color:#00a8bf;
}

.topNaviCon1 p {
    margin:10px;
}

/*=lightbox用=*/
.lbox a img:hover {
    border: none;
    color:#000;
    background:#fff9f5;
    border:1px solid #00bed8;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
  
}



    /* 下層サブメニュー */
    #subnav {
        display:block;
        position:relative;
    }
    #subnav h3 {
        cursor:pointer;
        color:#00bed8;

    }
    #subnav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
        color:#00a8bf;
    }
    #subnav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    #subnav li {
        margin:0;
        padding:0;
        list-style:none;
    }
    #subnav li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    #subnav li a {
        display:block;
        padding:5px 2px;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }
    #subnav li a:hover {
        background:#00a8bf;
        color:#fff;
    }





/*================================================
 *  テキストを上下左右真ん中に置く方法
 ================================================*/


.wrapper {
  position: relative;
}
.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 940px;
}


/* アイコン */

/*3本線のボタン*/
.css-bar{
  display: inline-block;
  position: relative;
  margin: 0 10px 3px 0;
  padding: 0;
  background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after{
  width: 18px;
  height: 3px;
}
.css-bar:before, .css-bar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.css-bar:before{
  margin-top: -8px;
}
.css-bar:after{
  margin-top: 4px;
}

/*hrefが.pdfで終わっていたら、リンクの前にicon_pdf.pngを表示する。*/
a[href$=".pdf"]:before {
     content: url("../images/icon_pdf.png");
     margin-left: 5px;
}

/*hrefが.docで終わっていたら、リンクの前にicon_doc.pngを表示する。*/
a[href$=".doc"]:before {
     content: url("../images/icon_doc.png");
     margin-left: 5px;
}

/*hrefが.docxで終わっていたら、リンクの前にicon_doc.pngを表示する。*/
a[href$=".docx"]:before {
     content: url("../images/icon_doc.png");
     margin-left: 5px;
}

/*hrefがhttp://で始まっていたら、リンクの後にicon_link.pngを表示する。*/
a[href^="http://"]:after {
     content: url("../images/icon_link.png");
     margin-left: 5px;
}

/*relがlightboxで始まっていたら、リンクの後にicon_loupe.pngを表示する。*/
/*a[rel^="lightbox"]:after {
     content: url("../images/icon_doc.png");
     margin-left: 5px;
}
*/

/*classがlboxで始まっていたら、リンクの後にicon_loupe.pngを表示する。*/
div[class^="lbox"]:after {
     content: url("../images/icon_loupe.png");
     margin-left: 5px;
/*position:absolute;
right:0;
bottom:0;
*/
}

/*
.lbox {
position:absolute;
right:10px;
bottom:0;
}
*/

/*================================================
 *  Lightbox
 ================================================*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.5;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.5;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




/*================================================
 *  （曇りガラス）風にぼかす 均一の余白で配置するバージョン
 ================================================*/
/*

*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-in::before,
.panel {
    background: url("../images/ichikan.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.panel {
    position: relative;
}
.panel-in::before {
    content: "";
    position: absolute;
    background-clip: content-box;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.panel-in {
    padding: 30px;
    position: relative;
}
.panel-main {
    padding: 30px;
    z-index: 30;
    position: relative;
    margin-bottom: 0;
    border: solid 1px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.4);
}

*/


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	

	header h1 {
		margin-bottom:0;
                font-size:20px;
	}

	#main {
		float:none;
		width:100%;
	}


    .contact {
        position:relative;
        float:right;
        margin:10px 1px;
    }

    .access {
        position:static;
        float:right;
        margin:10px 1px;
    }

    .home {
        position:static;
        float:right;
        margin:10px 1px;
    }

    .summary {
         clear:both;
         font-size:10px;
    }




    #sub {
        float:none;
        width:100%;
    }

    .bnr ul {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   /*
   .totop {
    display:none !important;
    }
   */
    
   .totop {
    bottom:50px;
    right:8px;
    background-color:#fffff;
    filter:alfha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity:0.85;
    opacity:0.85;
    }


   footer {
    width:100%;
    }



    
    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#00bed8;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:50%;
        margin:0;
        padding:0;
        list-style:none;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }





    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

       /* .topNaviColum（無印）は、トップナビがレスポンシブルにならないようにここに書いていない。元も後も1/2 */
    .topNaviColumn {
        display:inline;
        width:48%;
        float:left;
        margin:0% 0% 1% 1%;
    }

    .topNaviColumn0 {
        display:block;
        box-sizing:border-box;
        width:49%;
        float:left;
        margin-right:1%;
        margin-bottom:10px;

    }/* トップナビがレスポンシブルになる。サイズは1/2 */
    
    .topNaviColumn1 {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:left;
        margin-right:0;
        margin-bottom:10px;
    }/* トップナビがレスポンシブルになる。サイズは1/1 */

    .topNaviColumn2 {
        display:block;
        box-sizing:border-box;
        width:98%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }/* トップナビがレスポンシブルになる。サイズは1/1 */

    .topNaviColumn3 {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }/* トップナビがレスポンシブルになる。サイズは1/1 */

    h8 {
      margin-bottom:0.25em;
      padding:20px 25px;
      color:#0091a5;
      font-size:22px;
      letter-spacing:1px;
      /*border-top:1px dotted  rgba(255,255,255,0.5);
      border-bottom:1px dotted  rgba(255,255,255,0.5);*/
      background-color: rgba(255,255,255,0.5);
   }


h11 {
    margin:10px;
    padding:0;
    font-size:20px;
    font-weight:bold;
    color:#00bed8;
    border:none;
}


h12 {
    margin-bottom:1em;
    font-size:24px;
    color:#333;
    text-align:center;
    letter-spacing:1px;
}


    #navBtn {
        display:inline-block;
        position:absolute;
        top:10px;
        right:10px;
        width:30px;
        height:30px;
        border-radius:5%;
        background:#2a2a2a;
    }
    #navBtnIcon {
        display:block;
        position:absolute;
        top:50%;
        left:50%;
        width:14px;
        height:2px;
        margin:-1px 0 0 -7px;
        background:#15adb3;
        transition:.2s;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display:block;
        content:'';
        position:absolute;
        top:50%;
        left:0;
        width:14px;
        height:2px;
        background:#15adb3;
        transition:0.3s;
    }
    #navBtnIcon:before {
        margin-top:-6px;
    }
    #navBtnIcon:after {
        margin-top:4px;
    }
    #navBtn .close {
        background:transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top:0;
    }
    #navBtn .close:before {
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
    }
    #navBtn .close:after {
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
    }


  /* 後から追加*/
/*
    #contents {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }
*/

    .imgC img {
        max-width:100%;
    }

    .imgL img {
        float:none;
        max-width:100%;
        margin:0 0 5px 0;
    }

    .imgR img {
        float:none;
        max-width:100%;
        margin:0 0 5px 0;
    }


    .twoCol {
        margin-right:0;
    }
    .twoCol div {
        float:none;
        width:100%;
    }

    .threeCol {
        margin-right:0;
    }
    .threeCol div {
        float:none;
        width:100%;
    }


/*================================================
 *  テキストを上下左右真ん中に置く方法
 ================================================*/


.wrapper {
  position: relative;
}
.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


  /* google map レスポンシブ対応用*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


  /* YouTube レスポンシブ対応用*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



}