@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    list-style-type: none;
}
html {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}
br {
    letter-spacing: normal;
}
/*a {
    color: #000;
}
a:hover {
    color: #000;
}*/
img {
    border:0;
}
h1,h2,h3,h4,h5,h6 {
    margin:0;
}
strong {
    color: #1B1464;
}


/* ========　全体　======== */
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    color: #333;
    letter-spacing: 1px;
}
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.br-smart {
    display: none;
}
#wrapper {
    width: 100%;
}


/* ========　ヘッダー　======== */
header {
    width: 100%;
    min-width: 1000px;
    border-top:  4px solid #F29600;
    height: 120px;
}
#header {
    width: 1000px;
    margin: 0 auto;
}
#header_left {
    padding-top: 30px;
    float: left;
}
#header_right {
    padding-top: 20px;
    text-align: right;
    float: right;
}
#header_right .time {
    margin: 6px 0 0 0;
}


/* ======== メニュー ======== */
#menu {
    width: 100%;
    min-width: 1000px;
    margin-bottom: 0px;   
    background-image: url("../img/navibar.png");
    background-position: center;
    background-repeat: repeat-x;
    height: 60px;
}
#menu_area #menu_link {
    width: 960px;
    height: 100%;
    /*display: table-cell;*/
    margin: 0 auto;
}
#menu_area #menu_link li {
    display: table-cell;
    height: 60px;
}
#menu_area #menu_link li a {
    display: table-cell;
    height: 60px;
    width: 1000px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}
#menu_area {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
#menu_link_smart {
    display: none;
}

/* ========　バナーリンク　======== */
#banner_link {
    width: 100%;
    background: #fff5e1;
}
#banner_link_area {
    width: 950px;
    height: 290px;
    margin: 0 auto;
}
#banner_link_area ul {
    padding: 40px 0;
}
#banner_link_left {
    float: left;
}
#banner_link_right {
    float: right;
}


 /* ========　フッター　======== */
footer {
    /*height: 265px;*/
    min-width: 95%;
    width: 100%;
    height: 200px;
    background-color: #000;
    bottom: 0;
}
#footer {
    min-width: 100%;
    width: 1000px;
    height: 200px;
    margin: auto;
    text-align: center;
    background-color: #000;
}

#footer-link {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;	
    /*display: table-cell;*/
}
#footer-link ul  {
    width: 530px;
    margin: auto;
    text-align: center;	
}
/*#footer #footer-link li a:last-child {
    border-right: none;
}*/
#footer #footer-link li:not(:last-of-type){
    border-right: 0.5px solid #fff;
}
#footer #footer-link li{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /*font-size: x-small;*/
}
#footer #footer-link li a{
    text-align: center;
    color: #FFFFFF;
    padding: 0px 20px;
    font-size: 75%;
    /*float: center;*/
    /*border-right: 0.5px solid #000;*/
    vertical-align: middle;
    /*white-space: nowrap;*/
}

#footer-imag {
    width: 1000px;
    clear: both;
    margin: 0 auto;
}

#footer-imag_left {
    display: table-cell;
    padding-top: 30px;
    text-align: left;
    float: left;
    width: 500px;
}
#footer-imag_right {
    display: table-cell;
    padding-top: 30px;
    text-align: right;
    float: right;
    width: 500px;
}
#footer-imag_right p{
    /*display: table-cell;
    padding-top: 30px;*/
    padding: 0 0 8px 0;
    width: 500px;
    font-size: 90%;
	color: #fff;
    /*text-align: right;
    float: right;*/
}

#contents #page-top,
#contents_index #page-top {
    width: 1000px;
    height: 36px;
    margin-top: 30px;
}
#contents #page-top a,
#contents_index #page-top a {
    /*display: table-cell;*/
    width: 182px;
    display: block;
    text-align: right;
    /*display: table-cell;*/
    float: right;
    /*margin: 30px auto;*/
    /*padding-top: 67px;*/
    /*padding-right: 30px;*/
}

#footer_con {
    background-color: #000;
}

#footer_con p {
    clear: both;
    text-align: center;
    padding: 30px 0 10px 0;
    margin-bottom: 0px;
    font-size: 11px;
	color: #fff;
}


/* =========================== */
/* ========　HOME　======== */
/* =========================== */
.mainimg_index {
  margin: 0 32px 0 32px;
}
.mainimg_index img {
    width: 100%;
    /*min-width: 1000px;*/
    max-width: 1200px;
    /* height: 350px; */
    margin: 0 auto;
    display: block;
}
.slick-prev:before, .slick-next:before {
    color: #7D7D7D;
}

.cocntents_left {
    /*width: 720px;*/
    padding-top: 15px;
    margin-right: 20px;
    /*display: inline-block;*/
}
.cocntents_right {
    width: 250px;
    padding-top: 15px;
    vertical-align: top;
    display: inline-block;
}
.cocntents_left .head {
    background: url(../img/page_ttl_line.png) no-repeat bottom left;
}
.cocntents_left .head p {
    color: #000;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.cocntents_left .strong {
    margin-bottom: 40px;
}
.cocntents_left .strong .left {
    width: 410px;
    vertical-align: top;
    padding-right: 20px;
    display: inline-block;
    line-height: 1.7;
}
.cocntents_left .strong .right {
    width: 280px;
    display: inline-block;
}
.cocntents_left .strong .left .up {
    font-weight: bold;
}
.cocntents_left .strong .left .down {
}
.cocntents_left .area {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1.5px dotted #b3b3b3;
}
.cocntents_left .area .date {
    width: 160px;
    display: inline-block;
}
.cocntents_left .area .date p {
    color: #104488;
    font-weight: bold;
}
.cocntents_left .area .word {
    display: inline-block;
}


 /* ========　コンテンツ　======== */
#mainimg_area {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    height: 250px;
    background: url(../img/page_header_bg.png) no-repeat center 0;
}
#mainimg_area p {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    font-size: 220%;
    padding-top: 100px;
}

#contents,
#contents_index {
    width: 1000px;
    /*height: 100%;*/
    margin: 20px auto;
    margin-bottom: 0;
    clear: both;
}
#contents b {
    font-weight: bold;
}
#contents p {
    color: #6198e6;
    font-size: x-large;
    margin-bottom: 30px;
}

#profile1 {
    margin: 40px 0px 0px -10px;   
}

#profile1 p{
    width: 1000px;
    /*height: 60px;*/
    color: #000;
    /*margin: 40px 0px 0px -30px;   */
    background-image: url("../img/page_ttl_line.png");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 20px auto;
}
#profile img.rinen {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#profile2,{
    margin: 40px 0px 0px -10px;
	width: 1000px;
    padding-top: 15px;
    margin-right: 20px;
    display: inline-block;
}


#profile3{
    margin: 40px 0px 0px -10px;
	width: 720px;
    padding-top: 15px;
    margin-right: 20px;
    display: inline-block;
}


#profile2 p,
#profile3 p{
    /*width: 1000px;*/
    /*height: 60px;*/
    color: #000;
    /*margin: 40px 0px 0px -30px;*/
    background-image: url("../img/ttl_line1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 20px auto;
    padding: 0 0 4px 12px;
    font-weight: bold;
}

#profile3 #contents_chara p {
	color: black;
	border-bottom: none;
}

#profile3 .bisiness_main1 #contents_chara,
#profile3 .bisiness_main3 #contents_chara,
#profile3 .bisiness_main5 #contents_chara {
    width: 1000px;
    display: table-cell;
}

#profile3 .bisiness_main1 #contents_chara h1,
#profile3 .bisiness_main3 #contents_chara h1,
#profile3 .bisiness_main5 #contents_chara h1 {
    width: 600px;
    height: auto;
    float: left;
}

#profile3 .bisiness_main1 #contents_img,
#profile3 .bisiness_main3 #contents_img,
#profile3 .bisiness_main5 #contents_img {
    width: 400px;
    height: auto;
    float: right;
}

#profile3 .bisiness_main1 #contents_img img,
#profile3 .bisiness_main3 #contents_img img,
#profile3 .bisiness_main5 #contents_img img {
    margin: auto 40px;
}

#profile3 .bisiness_main2 #contents_chara,
#profile3 .bisiness_main4 #contents_chara {
    width: 1000px;
    display: table-cell;
}

#profile3 .bisiness_main2 #contents_chara h1,
#profile3 .bisiness_main4 #contents_chara h1 {
    width: 600px;
    height: auto;
    float: right;
}

#profile3 .bisiness_main2 #contents_img,
#profile3 .bisiness_main4 #contents_img {
    width: 400px;
    height: auto;
    float: left;
    /*margin: auto 40px;*/
}

#profile3 .bisiness_main2 #contents_img img,
#profile3 .bisiness_main4 #contents_img img {
    margin: auto 40px;
}

#profile3 .bisiness_main1 p,
#profile3 .bisiness_main2 p,
#profile3 .bisiness_main3 p,
#profile3 .bisiness_main4 p
{
    color: #86b0ed;
    font-weight: bold;
    border-bottom: 0.5px dashed;
    background-image: none;
    margin: 20px auto;
}


.ggmap iframe {
    width: 100%;
    height: 400px;
}


table.table1 {
    width: 1000px;
    height: 500px
}

table.table1 td.border{
    border-bottom: 1px dashed #b3b3b3;
}

table.table1 tr {
    /*border-bottom: 2px dashed #b3b3b3;*/
}

.table1 td {
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 45px;
    /*text-align: center;*/
}



.table1 td:nth-child(1){
    font-weight: bold;
    background-color: #f5f5f5;
}

#contact_link {
    margin: 40px 0;
    text-align: center;
}

#contents_main {
    width: 650px;
    float: left;
}
#contentes_right {
    width: 270px;
    float: right;
}

.business_head_sub {
    padding-top: 20px;
    font-weight: bold;
    color: #ea5415;
}

.business_mkb {
    margin: 0 auto;
    display: table;
}
.business_mkb_cell {
    display: table-cell;
    padding: 0 3px;
}

/* =========================== */
/* ========　お問い合わせ　======== */
/* =========================== */

#contents form table {
    width: 100%;
}
#contents form table tbody {
    width: 100%;
}
#contents form table tbody tr {
    width: 100%;
    /*height: 100px;*/
    padding-left: 50px;
}

/*#contents form table tbody tr:nth-child(2n+1) {
    background: #e7edf7;
}*/
#contents form table tbody th,
#contents form table tbody td {
    width: 100%;
    display: inline-block;
}
#contents form table tbody th p.required {
    margin: 6px 0px 0px 20px;
    padding: 3px 6px 3px 6px;
    color: red;
    border: solid 2px red;
    font-size: small;
    float: left;
}
#contents form table tbody th p.name {
    margin: 10px 0px 0px 0px;
    padding: 0px 0 0px 22px;
    color: #000;
    font-size: 100%;
    float: left;
    font-weight: bold;
}
#contents form table tbody td input {
    height: 25px;
    width: 600px;
    margin: 4px 0px 10px 20px;
}
#contents form table tbody td textarea {
    height: 130px;
    width: 950px;
    margin: 10px 0px 20px 20px;
}
#contents .confirmation input {
    cursor: pointer;
    height: 54px;
    width: 250px;
    font-weight: bold;
    font-size: large;
    margin: 10px auto 40px auto;
    display: block;
    background-color: #fff;
    border: solid 1px #000;
}

