@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: #080808;
    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 #ffffffee;
    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: #26896D;
    bottom: 0;
}
#footer {
    min-width: 100%;
    width: 1000px;
    height: 200px;
    margin: auto;
    text-align: center;
    background-color: #26896D;
}

#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: 80px;
}
#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: #26896D;
}

#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: #FFFFFF;
    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;
}

.box-img,
.box-text{
  display: inline-block;
}
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #ffffff00;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #ffffff00;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #008015;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #ff4500;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f2b200;
	border: 1px solid #ffffff00;
}
div.right {
    text-align: right; 
}

/*20230410追加*/
.service {
    display: inline-block;
    text-align: center;
}
.service-icon img {
    width: 300px;
    float: left;
    margin-left: 100px;
}
.text-image {
    position: relative;
    width: 500px;
  }
  
  .text-image img {
    width: 100%;
  }
  
  .text-image p {
    position: absolute;
    top: 90%;
    left: 1%;
    font-size: 36px;
    color: #000000;
  }