@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	color: #785945;
	font-size: 1.2em;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
	min-width: 1200px;
}
.wrap {
	overflow: hidden;
}
#container {
	position: relative;
}
.clear {
	clear: both;
}
img {
	vertical-align: bottom;
	line-height: 1.0em;
}
p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
	color: #468C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover, img:hover {
	transition: all 0.3s ease;
}
.link-GIFU {
	color: #EA8708;
	margin: 0 0px 0 0px;
	padding: 0 0 0 10px;
	background-image: url(../img/common/arrow_o.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ----- タイトル ----- */
h1 {
	font-size: 1.5em;
	float: left;
}

/* ----- 共通 ------ */
.txt_big {
	font-size: 1.4em;
	font-weight: bold;
}

/* ----- ヘッダー ----- */
#bg_group {
	width: 100%;
	background-color: #008E3A;
	min-width: 1180px;
}
#header_group {
	width: 1020px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.0em;
}
#group_title {
	width: 200px;
	float: left;
}
#group_menu {
	width: 820px;
	float: right;
}
#group_menu a {
	color: #fff!important;
}
#header_group ul {
	font-size: 0.9em;
}
#header_group li {
	float: right;
	margin: 5px 0 5px 30px;
	list-style-type: none;
}
.mark_group_group {
	background-image: url(../img/common/mark_group_group.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: 30px;
	padding-top: 0px;
	font-weight: 500!important;
}
.mark_group_access {
	background-image: url(../img/common/mark_group_access.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: 19px;
	padding-top: 0px;
	font-weight: 500!important;
}
.mark_group_tel {
	background-image: url(../img/common/mark_group_tel.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 1.4em;
	text-indent: 20px;
	margin-left: 10px!important;
}
.mark_group_tel_small {
	font-size: 0.85em;
	font-weight: 300!important;
	padding-top: 0px;
}
header {
	width: 1020px;
	margin: 0 auto;
	padding: 0 0 0px 0;
}
#header_logo {
	width: 250px;
	float: left;
	padding-top: 15px;
}
#header_etc {
	width: 770px;
	float: left;
	padding-top: 15px;
	line-height: 1.0em!important;
}
.fb-like-header {
	float: right;
	padding-top: 16px;
	padding-bottom: 20px;
	padding-right: 0px;
}
.fb-like {
	float: right!important;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#search {
	float: right;
	width: 210;
}
/*#cse-search-box {
	float: right;
}
#cse-search-form td {
	padding: 0 !important;
}
#cse-search-box input {
	padding: 0 !important;
}
#cse-search-box input[type="text"] {
	border: 4px solid #FADAB2 !important;
	width: 192px !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#cse-search-box input[type="submit"] {
	background-image: url(../img/common/button_serach_off.png);
	width: 35px !important;
	height: 32px !important;
	border: none !important;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
}*/


/* ----- Google カスタム検索 ----- */

#gsc{
	width: 190px;
	float: right !important;
	margin-top: 14px;
	margin-left: 10px;
	/*    margin:0 auto;
    position:relative;*/
}
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #dddddd !important;
    height:25px !important;
}
#gsc input[type="text"]:focus {
    border: 1px solid #F08B0F !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #F08B0F !important;
background: -ms-linear-gradient(top,  #F08B0F 0%,#F08B0F 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F08B0F', endColorstr='#F08B0F',GradientType=0 ); /* IE6-9 */
border: 1px solid #F08B0F !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0;
}
/* ボタンの幅など */
#gsc .gsc-search-button-v2 {
	padding: 6px 10px;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
    position:absolute;
    top:3px;
    left:185px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}



/* ----- フッター ----- */
footer {
	width: 1020px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#footer_logo {
	float: left;
	width: 320px;
}
#footer_menu {
	float: left;
	width: 700px;
	padding: 10px 0 0 0;
}
footer ul {
	font-size: 0.8em;
	font-weight: bold;
}
footer li {
	float: right;
	margin: 0 0 0 30px;
	list-style-type: none;
}
footer a {
	color: #008E3A;
	text-decoration: none;
}
.mark_footer_facebook {
	background-image: url(../img/common/mark_footer_facebook.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 25px;
}
.mark_footer_facebook a {
	color: #395897;
	text-decoration: none;
}
.mark_footer_group {
	background-image: url(../img/common/mark_footer_group.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 30px;
}
/* コピーライト */
#copyright {
	width: 100%;
	background-color: #009965;
	text-align: center;
	font-size: 0.9em;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	min-width: 1180px;
}
/* メインメニュー */
#bg_nav {
	width: 100%;
	border-top: 1px dotted #B89883;
	border-bottom: 4px solid #F3A23F;
	margin: 0 0 2px 0;
	min-width: 1180px;
}
nav {
	width: 1020px;
	margin: 0 auto;
}
nav li {
	float: left;
	list-style-type: none;
}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background-image: url(../img/common/gotop_off.png);
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 96px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	background-image: url(../img/common/gotop_off_s2.png);
	text-decoration: none;
	transition: all 0.3s ease;
}

/* スマホの余白 */
@media only screen and (max-width: 768px) {
.sp-space{
	height: 1000px;
	}
}