@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:940px;
    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;
}

#main {
    float:left;
    width:620px;
}

#sub {
    float:right;
    width:300px;
}
.sub_ad {
	margin-bottom: 20px;
}
#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
	color: #6688c5;
	font-weight: bold;
}
a:hover {
	color: #6688c5;
}

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

h2 {
	margin-bottom: 0.5em;
	font-size: 26px;
	color: #6688c5;
}

h3 {
	margin-bottom: 0.25em;
	color: #6688c5;
	font-size: 26px;
}

h4 {
	font-size: 16px;
	border-bottom: 1px dotted #6bbf7e;
	margin-bottom: 15px;
	margin-top: 23px;
}

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

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

.midashi {
	font-size: 18px;
	border-left: 3px solid #f39800;
	padding-top: 4px;
	padding-left: 6px;
	margin-bottom: 15px;
	clear: both;
}

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

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



/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom: 20px;
	padding: 5px 0;
	background-color: #6688c5;
	overflow: hidden;
}
nav ul {
    margin-left:10px;
    padding:0;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding-right:20px;
}
nav li a {
    color:#fff;
    text-decoration:none;
}
nav li a:hover {
    color:#fff;
    text-decoration:underline;;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.ad_title {
	width: 26%;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #EBF1FB;
}

.ad_text {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}
.bana {
    width: 100%;
}
.bana img.bana01 {
    width: 60%;
    margin-bottom: 15px;
}
.bana p {
    font-size: 1.2em;
}
.bana img.bana02 {
    width: 90%;
    margin-bottom: 15px;
    padding-right: 5px;
}
/*================================================
 *  フッター
 ================================================*/
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;
}

.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-color: #6688c5;
}
.totop img:hover {
	background-color: #A0BDF2;
}

/*================================================
 *  クラス
 ================================================*/
.red {
	color: #FF0004;
	font-weight: bold;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
     width:100%;
     overflow:hidden;
     position:relative;
     margin-bottom:20px;
     padding-bottom:25px;
}

.slideInner {
     list-style:none;
     margin:0;
     padding:0;
}
.slideInner li {
     position:absolute;
     background:#fff;
     margin:0;
     padding:0;
}
.slideInner li img {
   width:100%;
}

.slidePrev {
      position:absolute;
      width:50px;
      height:60px;
      left:0;
      cursor:pointer;
      z-index:100;
}

.slideNext {
      position:absolute;
      display:block;
      width:50px;
      height:60px;
      right:0;
      cursor:pointer;
      z-index:100;
}

.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;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background-color: #6688c5;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing: border-box;
        width:100%;
        padding:0 10px;
    }

    header h1 {
	margin-bottom: 10px;
    }
header h1 img {
	max-width: 100%;
    }
    .tel {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
    }

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

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

   .totop {
    display:none !important;
    }

    /* 下層サブメニュー */
    #subnav {
        display:block;
        position:relative;
    }
    #subnav h3 {
        cursor:pointer;
        background:#85d1c6;
    }
    #subnav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    #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:#f7d0cb;
    }
}
