@charset "utf-8";
/* ----------------------------------------
 * 共通
 * ---------------------------------------- */
body {
    font-size: 14px;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka",
"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    min-width: 1200px;
}
li {
    list-style: none;
}
p {
    line-height: 1.4;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
a.ro:hover img {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

a:hover, a.hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a.visited {
    color: #756643;
    text-decoration: underline;
}
.middle th, .middle td {
    vertical-align: middle;
}
#wrap {
    width: 100%;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* clearfix
======================================= */
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

/* コンテンツ
======================================= */
h1, h2, h3 {
    line-height: 100%;
}
#default #cont h1 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 5px 0 5px 15px;
}
#top h2 {
    color: #f03e26;
    margin-bottom: 12px;
    padding: 5px 0 0 16px;
    font-size: 24px;
}
#default h2 {
    margin-bottom: 19px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #b49b65;
}
.h2_inner {
    margin: 0 1px 3em 15px;
}
h3 {
    margin-bottom: 10px;
    padding: 0 10px 15px 0;
    border-bottom: 1px solid #c3b695;
    font-size: 15px;
}
h4 {
    color: #756643;
    font-weight: bold;
    font-size: 15px;
}
h5 {
    font-weight: bold;
    font-size: 14px;
}
.read {
    color: #756643;
    font-weight: bold;
}
.readtext {
    padding-left: 15px;
}
#default section p {
    margin-bottom: 1em;
}
#default section ul, #default section ol, #default section dl, #default section table {
    margin-bottom: 1em;
}
#default table p, #default table ul, #default section.p0_sentence p, #default section.p0_sentence ul, #default section.p0_sentence ol, #default section.p0_sentence dl, #default section.p0_sentence table {
    margin-bottom: 0;
}

/* リスト
======================================= */
#cont ol ol {
    margin-left: 3px;
    margin-bottom: 0;
}
#cont ol li {
    counter-increment: ol;
    padding-left: 18px;
    text-indent: -18px;
}
#cont ol li:before {
    /*content: counter(ol);
    margin-right: 10px;*/
}
#cont ol ol li {
    counter-increment: ol_child;
}
#cont ol ol li:before {
    content: counter(ol_child);
}
#cont ul ul {
    margin-bottom: 0;
}
#cont ul.link_list li {
    margin-bottom: 0.6em;
}
#cont ul.link_list ul {
    margin-left: 18px;
    margin-bottom: 0;
}
#cont ul.list li {
    padding-left: 21px;
    margin-bottom: 0.3em;
}
#cont ul.list ul li {
    padding-left: 17px;
    background-image: url('../images/icon_list2.png');
}
#cont dt {
    padding-left: 17px;
}
#cont dd {
    padding-left: 17px;
    margin-bottom: 1em;
}
.link_list a, .link a, .icon_link {
    display: inline-block;
    background: url(../images/icon_link.png) no-repeat left 6px;
    padding-left: 20px;
}
ul.link_list ul a, ul.link ul a {
    background-image: url('../images/icon_link2.png');
    background-position: left 5px;
    padding-left: 14px;
}
.icon_link {
    display: inline-block;
    background-position: left 6px;
}
.link_list .blank a {
    background-image: url('../images/icon_blank.png');
}
.link_list .pdf a {
    background-image: url('../images/icon_pdf.png');
}
.link_list .back a {
    background-image: url('../images/icon_back.png');
}

/* テーブル
======================================= */
table {
    width: 100%;
    background: #bfbfbf;
    border-collapse: separate;
    border-spacing: 1px;
}
th, td {
    text-align: left;
    padding: 10px 0;
    vertical-align: top;
}
th {
    font-weight: bold;
}
td {
    background: #fff;
}
.table_p3 th, .table_p3 td {
    padding: 3px;
}
.table_t_center th, .table_t_center td {
    text-align: center;
}
.table_v_center th, .table_v_center td {
    vertical-align: middle;
}
.table_tv_center th, .table_tv_center td {
    text-align: center;
    vertical-align: middle;
}
.table1_1_1_1 th, .table1_1_1_1 td {
    width: 25%;
}
.table1_2 th {
    width: 34%;
}
.table1_2 td {
    width: 66%;
}
.table1_2_2 th {
    width: 20%;
}
.table1_2_2 td {
    width: 40%;
}
.table1_3 th {
    width: 25%;
}
.table1_3 td {
    width: 75%;
}
.table2_1_2 .left_cell, .table2_1_2 .left_cell {
    width: 40%;
}
.table2_1_2 .center_cell {
    width: 20%;
}
.table3_1 .left_cell {
    width: 75%;
}
.table3_1 .right_cell {
    width: 25%;
}
.table2_3 .left_cell {
    width: 40%;
}
.table2_3 .right_cell {
    width: 60%;
}

/*フォーム
======================================= */
textarea {
    width: 440px;
    height: 110px;
}
.hissu {
    color: #f43f27;
}

/* コラム
======================================= */
#default .col, #default .left_col, #default .center_col, #default .right_col {
    float: left;
    margin-top: 1.5em;
}
.f_column1_1_1 {
    margin: 0 auto 20px;
    display: table;
}
.column1_1, .column1_1_1, .column1_1_1_1 {
    margin-bottom: 20px;
}
.column1_2, .column2_1, .column2_1_1, .column3_1, .f_column1_2, .f_column2_1, .f_column2_1_1, .f_column3_1 {
    margin: 0;
    display: flex;
    margin-bottom: 50px
}
/*
.column1_1{
    margin-right: -20px;
}
*/
.column1_1 .col, .f_column1_1 .f_col {
    width: 47%;
}
/*
.column1_1_1{
    margin-right: -19px;
}
*/
.column1_1_1 .col:not(:last-child) {
    width: 32%;
    margin-right: 2%;/*    margin-right: 19px;*/
}
.column1_1_1_1 .col {
    width: 22%;
    margin-right: 3%;
}
.column1_2 .left_col {
    width: 31.5%;
    margin-right: 3%;
}
.column1_2 .right_col {
    width: 65.5%;
}
.column2_1 .left_col {
    width: 64%;
    padding: 10px;
}
.column2_1 .right_col {
    width: 32%;
    padding: 10px;
}
.column2_1_1 .left_col {
    width: 48%;
}
.column2_1_1 .center_col, .column2_1_1 .right_col {
    width: 23%;
    margin-left: 3%;
}
.column3_1 .left_col {
    width: 72%;
    margin-right: 3%;
}
.column3_1 .right_col {
    width: 22%;
}
.category_links .col h3 {
    margin: 0 0 13px;
    line-height: 19px;
    border: none;
}
.category_links a.col h3 {
    padding: 0 0 0 21px;
    background: url('../images/icon_link.png') no-repeat left 3px;
}
.category_links div.col h3 {
    padding: 0;
    background: none;
}
.category_links .col p {
    margin: 0;
    line-height: 18px;
}
a.col, a.col:hover p {
    color: #333;
    text-decoration: none;
}
a.col:hover h3 {
    color: #f23e26;
}
.col_inner {
    border: 1px solid #cccccc;
    padding: 1px;
    background: #fff;
}/*
a.col:hover .col_inner{
    border-color: #f23e26;
    background: #f23e26;
}*/
.col_text {
    padding: 12px 9px;
    background: #f5f5f5;
}
.category_links .thumnail {
    overflow: hidden;
    /*    height: 100px; */
    text-align: center;
    background: #dfdfdf;
}
.thumnail, .figure {
    display: block;
}
.thumnail img, .figure img {
    width: 100%;
}
.center {
    text-align: center;
}

/* ご相談、お問い合わせバナー
======================================= */
.to_tel {
    position: relative;
    width: 340px;
    height: 76px;
    padding-left: 50px;
    color: #aa8f52;
    font-weight: bold;
    cursor: default;
}
.to_tel:before {
    content: url('../images/icon_tel.png');
    display: block;
    position: absolute;
    top: 39px;
    left: 13px;
}
#toContactInner .to_tel:before {
    content: url('../images/f_tel.gif');
    display: block;
    position: absolute;
    top: 35px;
    left: 8px;
}
.links_top .to_tel:before {
    top: 19px;
}
.to_tel span, .to_tel a {
    display: block;
    position: absolute;
    /*    color: #aa8f52;*/
    cursor: default;
}
#toContactInner .to_tel {
    float: left;
}
#toContactInner .to_mail {
    float: right;
}
#toContactInner .to_tel {
    margin-top: -13px;
}
#toContact .to_tel span {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
}
.tel_num {
    font-family: Arial, Helvetica, sans-serif;
}
#toContact {
    display: block;
    margin-top: 75px;
    padding: 11px 0;
    height: auto;
    line-height: 100%;
    /* border */
/*    border:4px solid rgb(240, 232, 214);*/
    /* box-shadow */
    box-shadow: #d2b676 0px 0px 1px 1px;
    z-index: 1000;
}
#toContactInner {
    height: 96px;
    margin: -55px 0 -12px;
    padding: 55px 12px 0 140px;
    background: url('../images/f_contact.png') no-repeat 20px;
}
#toContactInner .to_tel {
    width: 230px;
    height: 100%;
    margin: 0;
    padding-top: 10px;
    vertical-align: middle;
}
#toContact .to_tel span {
    margin: 0;
    padding: 0;
}
#toContact .to_tel p {
    padding: 0;
    color: #333;
    line-height: 1.3;
}
#toContact .to_tel p:first-child {
    margin-bottom: 5px;
}
#toContact .to_tel p:last-child {
    margin-bottom: 0;
}
#toContact .to_tel p.tel_num2:last-child {
    margin-bottom: 20px;
}
#toContact .to_mail {
    margin: 0;
    padding-left: 20px;
}
#toContact .tel_num {
    font-size: 36px;
    color: #333;
}
#toContact .tel_num2 {
    font-size: 16px;
}
#toContactInner2 {
    display: table;
    width: 100%;
}
#toContactInner2 .to_tel, #toContactInner2 .to_mail {
    display: table-cell;
    vertical-align: middle;
}
#toContactInner2 .to_mail {
    text-align: right;
    padding-right: 15px;
}
#toContactInner2 .to_tel:before {
    content: url('../images/f_tel_2.gif');
    top: 20%;
}
#toContactInner2 .to_tel.noIcon:before {
    display: none;
}
#toContactInner2 .to_tel.noIcon {
    padding-left: 20px;
    width: 100%;
}
#toContactInner2 .to_tel {
    padding-left: 70px;
}
#toContactInner2 .to_tel p {
    margin-bottom: 5px;
}
#toContactInner2 .to_tel p span {
    font-size: 16px;
    margin-top: -1px;
}
#toContactInner2 .to_mail.noIcon {
    padding-right: 20px;
}

/* サイドバー
======================================= */
#sideNav {
    border: 1px solid #d5d5d5;
    padding: 1px;
    margin-bottom: 31px;
}
.contact #sideNav, .sitepolicy #sideNav, .privacy #sideNav, .sitemap #sideNav {
    border: none;
    padding: 0;
    margin: 0;
}
#sideNav a {
    display: block;
    color: #000;
    padding: 10px 10px 10px 40px;
    background: url('../images/icon_sidearrow1.png') no-repeat 16px 14px;
    text-decoration: none;
}
#sideTop a {
    background: url('../images/sedetop.gif') no-repeat;
    padding: 15px 0 11px 30px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
}
#sideBottom > ul > li {
    border-bottom: 1px solid #fff;
    background: #f6f6f6;
}
#sideBottom > ul > li:last-child {
    border: none;
}
#sideBottom > ul > li:hover, #sideBottom > ul > li.current, #sideBottom > ul > li.open {
    background: #d2b676;
}
#sideBottom > ul > li > a:hover, #sideBottom > ul > li.current > a, #sideBottom > ul > li.open > a {
    background-image: url('../images/icon_sidearrow1_on.png');
    color: #fff;
}
#sideBottom ul ul {
    margin-left: 10px;
    display: none;
}
#sideBottom ul .open {
/*    border: none; */
}
#sideBottom .open > ul {
    display: block;
}
#sideBottom ul ul a:hover, #sideBottom ul ul li.current > a, #sideBottom ul ul li.open > a {
    color: #aa8f52;
}
#sideBottom > ul > li > ul > li {
    border-bottom: 1px solid #fff;
    background: #f0e8d6;
}
#sideBottom > ul > li > ul > li:last-child {
    border: none;
}
#sideBottom ul ul a {
    background-image: url('../images/icon_sidearrow2.png');
}
#sideBottom ul ul ul li {
    background: #fbfbfb;
}






/* ヘッダー
======================================= */
header {
	background-color:#d31319;
}
header .inner{
	width:1000px;
	margin:0 auto;
}
header #logo{
	width:176px;
	float:left;
}
header #logo{
	width:176px;
	float:left;
}
#headerBottom{
	width:1000px;
	margin:0 auto;
}


/* ナビゲーション
======================================= */
#menu {
    width: 805px;
		float:right;
    position:relative;
}
#menu ul li {
    float: left;
}
#menu ul li {
    padding-right: 0;
}
#menu h1 img {
    margin-right: 40px;
    margin-left: 10px;
    vertical-align: bottom;
}
#menu ul li#menu05{
	margin-left:25px;
}
#menu ul li img {
    vertical-align: middle;
}
#menu ul li, #menu ul a {
    display: block;
    font-size: 17px;
}
#menu ul li div {
    color:#fff;
    position: absolute;
    top: 65px;
    margin:0 auto;
    width: 200px;
    display: none;
    z-index: 9999;
	box-sizing:border-box;
	padding:18px 0 0 35px;
}
#menu ul li#menu01 div {
    left: 0;
		background:url(../img/menu01.png) no-repeat left top;
		height:100px;
}
#menu ul li#menu02 div {
    left: 180px;
		background:url(../img/menu02.png) no-repeat left top;
		height:224px;
}
#menu ul li#menu03 div {
    left: 290px;
		background:url(../img/menu03.png) no-repeat left top;
		height:100px;
}
#menu ul li#menu04 div {
    left: 380px;
		background:url(../img/menu04.png) no-repeat left top;
		height:144px;
}
#menu ul li div ul li{
	font-size:16px;
	line-height:40px;
	float:none;
}
#menu ul li div ul li a{
	color:#fff;
}
#menu ul li div ul li a:hover{
    text-decoration: underline;
}


/* フッター（footer）
======================================= */
footer {
	background:#abb4c0;
}
#footerTop {
		padding:75px 0 100px;
		background:#fff;
}
#footerTop .inner{
	width:1000px;
	margin:0 auto;
}
.btnContact{
	margin-bottom:50px;
}

.f_bottom{
	width:1000px;
    margin: 0 auto;
		padding:45px 0 0 0;
		position:relative;
}
#pageTop{
	position:absolute;
	right:0;
	top:0;
}
#fNav dd {
    margin-top: 5px;
	font-weight:bold;
}
#fNav dd a{
	color:#fff;
}
#fNav dd a:hover{
    text-decoration: underline;
}
#fNav dl.fNav01{
	width:110px;
	float:left;
}
#fNav dl.fNav02{
	width:220px;
	float:left;
}
#fNav dl.fNav03{
	width:196px;
	float:left;
}
#fNav dl.fNav04{
	width:176px;
	float:left;
}
#fNav dl.fNav05{
	width:150px;
	float:left;
}
.address{
	width:1000px;
	position:relative;
	padding:40px 0 45px 0;
}
.address h2{
	width:170px;
	float:left;
}
.address p.copyright{
	width:500px;
	float:left;
	color:#fff;
}
.address a{
	color:#fff;
}
.talkShow{
	position:absolute;
	top:60px;
	right:20px;
}

/* コンテンツ
======================================= */
#cont {
    width: 100%;
	background:#ffef00 url(../img/bg_content.png) repeat-x left top;
}
#cont #mainImg{
    margin: 0 auto 50px;
		width:1000px;
		padding-top:50px;
}

#cont .inner{
	width:1000px;
	margin:0 auto;
}

#footerTop .inner .calendar iframe {
    width: 1000px;
    height: 258px;
}


/**
 * Not found
 */
#notfound {
    padding: 100px 0 200px;
    text-align: center;
}
    #notfound #cont {
        background: none;
    }
    #notfound .page-title {
        font-size: 36px;
    }
    #notfound .message {
        margin: 40px 0;
    }
        #notfound .message p {
            line-height: 2;
        }
    #notfound .list {
        margin-bottom: 30px;
    }
        #notfound .list li {
            display: inline-block;
            vertical-align: middle;
        }
        #notfound .list a {
            color: #f00;
            text-decoration: underline;
        }
            #notfound .list a:hover {
                text-decoration: none;
            }
        #notfound .list input {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px;
            height: 36px;
            background: #eee;
            border: #333;
            font-size: 16px;
        }


