@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-left-width: 0;
	border-right-width: 0;
	border-top-width: 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;
	margin-bottom: 0px;
}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;
	background-color: #F1ECED;
}

header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8F5F6;
}

nav {
    width:100%;
}

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

#main {
	float: right;
	width: 610px;
	background-color: #F8F5F6;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin-bottom: 20px;
}

#sub {
	float: left;
	width: 250px;
	background-color: #F8F5F6;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	border-radius: 8px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-bottom: 30px;
}

#subnav {
    display:none;
}

section {
	margin-bottom: 40px;
}

a {
}
a:hover {
	color: #e78f00;
	width: auto;
}

h1 {
    color:#f19500;;
    font-size:28px;
    line-height:1.2;
}
h1 a {
	text-decoration: none;
	color: #182E7E;
}
h1 a:hover {
	color: #e78f00;
}

h2 {
	margin-bottom: 0.3em;
	font-size: 20px;
	color: #8B7668;
	border-bottom: 1px dotted #8B7668;
	padding-bottom: 4px;
	text-align: center;
}

h3 {
	margin-bottom: 0.7em;
	padding-top: 2px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: 1px dotted #FF6600;
	text-align: center;
	margin-top: 0.7px;
	background-color: #F07828;
	border-radius: 4px;
	width: 96%;
	display: block;
	float: left;
}

h4 {
	margin-bottom: 0.7em;
	padding: 2px 5px;
	color: #8B7668;
	font-size: 18px;
	border-bottom: 1px dotted #8B7668;
	text-align: center;
	margin-top: 0.5px;
}

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;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.2em;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#f19500;
}

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

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
	background-image: url(url);
	margin-bottom: 8px;
	margin-top: 8px;
	list-style-type: decimal-leading-zero;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}
header h1 {
	margin-bottom: 15px;
	color: #182E7E;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: 5px;
	margin-left: 15px;
}

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

}

.contact a {
	display: block;
	padding: 5px 10px 5px 29px;
	color: #fff;
	background: #f19500;
	border-radius: 4px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px 50% no-repeat;
	background-color: #f19500;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 130%;
}

.contact a:hover {
	color: #fff;
	background-color: #e78f00;
}

.summary {
	clear: both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom: 0px;
	padding: 0;
	background: #f7f5f1;
	overflow: hidden;
}
nav ul {
    width:940px;
    margin:0 auto;
    padding:0;
}
nav li {
	float: left;
	list-style: none;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(url);
}
nav li a {
	display: block;
	width: 185px;
	color: #F8F5F6;
	text-align: center;
	text-decoration: none;
	background-image: url(../../nakamitsuimg/navi01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	line-height: 32px;
}
nav li a:before {
	    content:"\0025a0";
}
nav li:first-child a {
	width: 185px;
}
nav li a:hover {
	color: #FDFBE9;
	text-decoration: none;
	width: 185px;
	background-image: url(../../nakamitsuimg/navi02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.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;
	background-color: #182E7E;
	color: #F8F5F6;
}

.footmenu {
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	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 ul li a {
	color: #F8F5F6;
	text-decoration: none;
}

.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:#f19500;
}
.totop img:hover {
    background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.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-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 10px;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
	border-radius: 6px;
	width: 100%;
	float: left;
}

.imgL {
	margin-top: 0;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 10px;
	width: 180px;
	float: left;
}

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

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

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

.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:relative;
      float:left;
      left:50%;
}
.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:#f19500;
}

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

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

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.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 #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}

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

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

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

    #contents {
        width:100%;
}

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

    #sub {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
    }

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

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

    .bnr li img {
        width:100%;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        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:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    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;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
}
