@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 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

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 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}
/*================================================
 *  一般・共通設定
 ================================================*/

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
    color: #4d4d4d;
}

header {
    width: 1170px;
    height: 100px;
    margin: 10px auto;
}

nav {
    width: 100%;
}

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

#main {
    float: right;
    overflow: hidden;
    width: 826px;
}

#sub {
    float: left;
    width: 292px;
    margin-right: 10px;
}

#subnav {
    display: none;
}

section {
    margin-bottom: 50px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #7a6a56;
}

a:hover {
    text-decoration: underline;
}

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

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

h1 a:hover {
    text-decoration: underline;
    color: #e78f00;
}

h2 {
    font-size: 22px;
    margin-bottom: .5em;
    padding-left: 10px;
}

h3 {
    font-size: 16px;
    margin-bottom: .5em;
    padding: 20px 0 20px 36px;
    border-top: 1px solid #dbdbdb;
    background: url(../images/circle.png) 10px 21px no-repeat;
}

h4 {
    font-size: 16px;
    margin-bottom: .25em;
    color: #333;
}

h4:before {
    content: '\002605';
    color: #f19500;
}

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

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

p {
    margin: 0 0 1em 0;
}

img {
    max-width: 100%;
    height: auto;
    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 {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

li {
    margin-left: 2em;
}

dt {
    margin-bottom: .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;
}

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

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}
/*================================================
 *  ヘッダー
 ================================================*/

header {
    position: relative;
}

header #logo {
    font-size: 110%;
    padding-top: 5px;
}

header h1 {
    margin-bottom: 20px;
}

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

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

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

.contact a:hover {
    color: #fff;
    background: #e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
    font-size: 10px;
    font-weight: normal;
    clear: both;
    text-align: right;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/

nav {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    background: #f7f5f1;
}

nav ul {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}

nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li a {
    display: block;
    width: 157px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
}

nav li:first-child a {
    width: 155px;
}

nav li a:hover {
    text-decoration: none;
    color: #000;
    background: #ddd;
}
/*================================================
 *  サブコンテンツ
 ================================================*/

.submenu li {
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    list-style: none;
}

.submenu li a {
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 0 2px;
    text-decoration: none;
    color: #4d4d4d;
}

.submenu li a:hover {
    text-decoration: underline;
}

.bnr li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.bnr li a:hover {
    opacity: .8;

        filter: alpha(opacity=80);
    -ms-filter: 'alpha( opacity=80 )';
}

.bnr img {
    width: 300px;
}
/*================================================
 *  フッター
 ================================================*/

footer {
    clear: both;
}

.footmenu {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d8d8d2;
    border-bottom: 1px solid #d8d8d2;
    background-color: #ebebe6;
}

.footmenu ul {
    position: relative;
    left: 50%;
    float: left;
    margin: 0;
}

.footmenu li {
    font-size: 12px;
    position: relative;
    left: -50%;
    float: left;
    padding: 0 10px;
    list-style: none;
    text-align: center;
}

.footmenu li a {
    font-weight: normal;
    color: #4d4d4d;
}

.copyright {
    font-size: 11px;
    clear: both;
    padding: 20px 0;
    text-align: center;
    color: #a1a191;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #7a6a56;
}

.totop img:hover {
    background: #92826e;
}
/*================================================
 *  クラス
 ================================================*/

.textL {
    text-align: left;
}

.textR {
    text-align: right;
}

.t-txt {
    font-size: 10px;
    line-height: 20px;
}

.p-txt {
    font-size: 14px;
    line-height: 21px;
}

.p-txt a {
    font-weight: normal;
    text-decoration: none;
    color: #4d4d4d;
}

.p-txt a:hover {
    text-decoration: underline;
}

.p-txt span {
    color: #a1a191;
}

.list {
    padding: 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;
}


.a-right {
    width: 300px;
    margin-left: auto;
}

.big {
    font-size: 240%;
    font-weight: bold;
    color: #f19500;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.g-menu a {
    display: inline-block;
    padding-bottom: 5px;
}

.opacity:hover{
    opacity: 0.8;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */

.slide {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
}

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

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

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

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

.slideInner {
    position: relative;
    margin: 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: .5;
    background-color: #fff;

    filter: alpha(opacity=50);
}

.filterNext {
    position: absolute;
    right: 0;
    opacity: .5;
    background-color: #fff;

    filter: alpha(opacity=50);
}

.controlNav {
    position: absolute;
    bottom: 0;
    left: 50%;
    float: left;
}

.controlNav span {
    position: relative;
    left: -50%;
    float: left;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 5px;
    vertical-align: middle;
    text-indent: -9999px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #ccc;
}

.controlNav span:hover {
    cursor: pointer;
    background: #999;
}

.controlNav span.current {
    background: #f19500;
}
/* トップナビ */

* html .topNavi {
    overflow: visible;
    height: 1em;
}

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

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

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

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

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

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

.topNaviCon p {
    margin: 10px;
}

.topNaviPhoto img {
    width: 100%;
}
/*img*/
/*
.b-img {
    margin: 0 5px;
    padding: 0;
}
*/

.m-img {
    padding: 5px;
    border: 0;
}
/*img 2*/

.two-l {
    float: left;
    width: 413px;
}

.two-r {
    float: right;
    width: 413px;
}
/*img 3*/

.thr-l,
.thr-m,
.thr-r {
    display: block;
    float: left;
    width: 260px;
    height: auto;
    padding: 6px;
}
/*img 4*/

.four-1 {
    float: left;
    width: 206px;
}

.four-2 {
    float: left;
    width: 206px;
}

.four-3 {
    float: left;
    width: 206px;
}

.four-4 {
    float: right;
    width: 206px;
}

#c-list ul {
    width: 100%;
    list-style-type: none;
}

#c-list li {
    line-height: 30px;
    display: inline-block;
    padding-left: 30px;
    background-image: url('../images/folder.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@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: none;
        width: 100%;
    }
    .bnr {
        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;
    }
    /* メインメニュー */

    nav {
        position: relative;
        display: block;
        width: 100%;
    }
    nav h3 {
        margin-bottom: 0;
        cursor: pointer;
        color: #fff;
        border: none;
        background: #999;
    }
    nav h3:after {
        position: absolute;
        top: 3px;
        right: 5px;
        content: '\0025bc';
    }
    nav h3.menuOpen:after {
        position: absolute;
        top: 3px;
        right: 5px;
        content: '\0025b2';
    }
    nav ul {
        width: 100%;
    }
    nav li {
        width: 33.33%;
        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%;
        text-decoration: none;
        border-bottom: 1px dotted #ddd;
    }
    /* トップナビ */

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