@charset "utf-8";
/*
Theme Name: UIG
Theme URI: http://www.uig.co.jp/
Description: UIG general purpose Thema
Version: 1.0
Author: UIG
Author URI: http://www.uig.co.jp/
*/

:root {
	--uigthemecolor: #0088AB;
	--uigthemebgcolor:rgba(0,136,171,0.31) /* #0088AB */		
}
.uigthemecolor{
	color:var(--uigthemecolor);
}
.uigthemebgcolor{
	background:var(--uigthemebgcolor);
}	
.uigthemebutton,
.wpcf7-submit{
	color:#ffffff;
	background:var(--uigthemecolor);
	border-radius: 15px 15px 15px 15px;
	text-align:center;
	font-size:130%;
	padding:10px 0px;
}

.wpcf7-submit{
	text-align: center;
	width:300px;	
}

.subt{
	font-weight:bold;
	color:var(--uigthemecolor);
}


/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after,q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
a img{
	border:0;
	border:none;
}
figure{
	margin:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
body{
	color:#333;
	font-size:small;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
}
a{
	text-decoration:none;
	color:#4DA656;
}
a:hover{
	color:#73a51c;
}

/* 全体
------------------------------------------------------------*/
#wrapper{ /* コンテンツ */
	margin:0 auto;
/*	padding:0 1%; */
/*	width:98%; */
	position:relative;
/* 確認 */
	background:#fff;
}
.inner{ /* ナビゲーションヘッダ */
	margin:0 auto;
	width:100%;
}
/*************
/* ヘッダー
*************/
#header{ /* ヘッダ全体 */
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:90px;
	padding:10px 0 0 0;
}
#header h1{
	padding:5px 0 10px 15px;
	font-size:2.5em;
	font-weight:normal;
	margin:0;
}
/*************
/* ロゴ
*************/
.logo{
	float:left;
}
.logo p{
	float:left;
	color:var(--uigthemecolor);
}
.logo img{
	width:auto;
	float:left;
	padding:2px 10px 0 10px;
}
.logo span,
.info span{
	display:block;
}

/*************
/* ヘッダ右側表示用
/* 電話番号+問い合わせボタン全体
*************/
.headright{
	float:right;
}
/*************
/* 電話番号
*************/
.info{
	float:left;
/* 確認 */
	padding-right:20px;
	text-align:right;
	color:var(--uigthemecolor);
}

/*************
/* 問い合わせボタン
*************/
/* 確認 */
.headinq{ /* ヘッダ問い合わせ*/
	float:right;
	text-align:center;
/*	background-color: #4DA656; */
/*	background-color: #96C28C; */
/*	background:#B6E2AC; */
	background:var(--uigthemecolor);
	border-radius: 20px 20px 20px 20px;
}
.headinq .headcap{ /*ヘッダ問い合わせ説明*/
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	color:#FFFFFF;
	font-size:11px;
}
.headinq .headmain{ /* ヘッダ問い合わせメイン文言 */
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}
/*************
/* ロゴ+電話番号
*************/
/* 確認 */
.logo,
.info .tel{
	margin-top:6px;
	color:var(--uigthemecolor);
	font-size:20px;
	font-weight:bold;
}
.logo span,.info span{
	color:#333;
	font-size:.6em;
	font-weight:normal;
}
/*************
/* section
*************/
section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
}
section.content .archive{
	border:0;
}
section.toppage{
	margin:0 15px;
}
/**************************
/* メイン画像
**************************/
#mainBanner{
	margin:17px auto;
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
}
#mainBanner img{
	max-width:100%;
	height:auto;
}
/*************
/* サイドバー
*************/
#sidebar article{
	clear:both;
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
}
#sidebar li{
	list-style:none;
	border-bottom:1px dashed #ebebeb;
}
#sidebar li:last-child{
	border:0;
	margin-bottom:0px;
}
#sidebar li a{
	padding-bottom:10px;
	display:block;
	color:var(--uigthemecolor);
}
#sidebar li.current-menu-item a,
#sidebar ul li a:hover{
	color:#000000;
	font-weight:bold;
/*	background:#E7EED7; */
	background:var(--uigthemebgcolor);
}


/* サイドバー用？*/
ul.list li{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
}
ul.list li{
	height:1%;
}
ul.list li img{
	float:left;
	margin-right:10px;
}
ul.list li{
	font-size:12px;
	line-height:1.35;
}
/*************
/* フッター
*************/
#footer{
	clear:both;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	background:#f3f3f3;
}

#footer-menu{
	text-align:center;
}

#footer-menu ul li ul li{
	display:inline-block;
}

#footer-menu a{
		border-bottom:solid 1px  var(--uigthemecolor);
}
#copyright{
	text-align:center;
}	

.sakura22,
.sakura22a{
	text-align:left;
	font-size:120%;
	line-height:1.5em;
	padding:1em;
	margin-bottom:1em;
	border-radius:8px;
	border:dashed 2px #f9c;  /*2022年*/
}


/*************
/* コンテンツ？
*************/
.post a{
		border-bottom:solid 1px  var(--uigthemecolor);
}

.post p{
	padding-bottom:5px;
}
.post ul{
	margin:0 0 10px 10px;
}
.post ul li{
	margin-bottom:5px;
	padding-left:15px;
	/* ???????????
	background:url(images/bullet.png) no-repeat 0 8px;
	*/
}
.post ol{
	margin:0 0 10px 30px;
}
.post ol li{
	list-style:decimal;
}
.post h1{
	margin:10px 0;
	padding:10px 0;
	font-size:150%;
	font-weight:bold;
	/* background:var(--uigthemebgcolor); */
	color:var(--uigthemecolor);
	border:3px solid var(--uigthemecolor);
	/* border-bottom:3px solid #acd16b; */
}
.post h2{
	margin:10px 0;
	padding:2px 0; 
	border-bottom:solid 5px var(--uigthemecolor);
	border-top:solid 5px var(--uigthemecolor);
	font-size:130%;
	font-weight:bold;
	background:var(--uigthemebgcolor);
	/* color:#333; */
	/* border-bottom:2px solid #acd16b; */
}
.post h3{
	margin:10px 0;
	font-size:120%;
	font-weight:normal;
	background:var(--uigthemebgcolor);
	/* color:#777; */
	/* border-bottom:1px solid #acd16b; */
}
.post h4{
	margin:10px 0;
	font-size:110%;
	font-weight:normal;
	color:var(--uigthemecolor);
}
.post blockquote{
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}
 .post blockquote p{
 	padding:5px 0;
 }

/*
.post table{
	border-collapse:collapse;
	margin:5px auto 15px auto;
}
.post table td{
	border-collapse:collapse;
	background-color:#f9f9f9;
	text-align:left;
	padding:8px;
	ƒborder:1px solid #d6d6d6;
	line-height:20px;
}
.post table th{
	background-color:#f5f5f5;_
	text-align:right;
	padding:8px;
	white-space:nowrap;
	color:#151515;
	border-top:1px solid #d4d4d4;
	border-right:4px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}
*/

.post dt{
	font-weight:bold;
}
.post dd{
	padding-bottom:10px;
}
.post img{
	max-width:100%;
	height:auto;
}
/**************************
/* スローガン(postの配下なのでこの位置にする)
**************************/
.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:20px;
	left:0;
	right:100px;
	padding:5px 10px;
	line-height:1.4;
	color:#ffffff;
}
.slogan h2{
	padding-bottom:5px;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:0px;
}
/*************
/* オーバーレイ用設定
elementorではうまくいかず削除
************
.imageoverlay{
	position: relative;
}
.imageoverlaytext{
	position:absolute;
}
*/

/**************************
/* PC向けレスポンシブ設定(961px〜)
*************************
##################
*/
@media only screen and (min-width:961px){
#header,#wrapper,.inner,#mainBanner{
	width:960px;
	margin:auto;
	}
#mainBanner{
	width:900px;
	padding:0;
	margin:0 auto;
}
#wrapper{
	padding-bottom:20px;
}
.arrowpc{
		display:block;
}
.arrowsp{
	display:none;
}
/* naviメニュー用  */
nav div.panel{
	display:block !important;
	float:left;
}
a#menu{
	display:none;
}
nav#mainNav{
	clear:both;
	height:60px;
	z-index:200;
	position:relative;
}
nav#mainNav .inner{
	padding:0 14px;
}



nav#mainNav ul li{
	float:left;
	position:relative;
}


nav#mainNav li:last-child{
	border-right:1px solid #ebebeb;
}
nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
/*	width:154px; */
/*	width:115px; */
/*	width:132px; */
	height:45px;
	padding-top:9px;
	color:var(--uigthemecolor);
	border-left:1px dotted #ebebeb;
	border-bottom:3px solid var(--uigthemecolor);
}

nav#mainNav ul{
	width:960px;
	display: flex;
}

nav#mainNav ul li{
	flex: 1 0 auto;
}



nav#mainNav ul li a span,
nav#mainNav ul li a strong{
	display:block;
}
nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
}
/* 2階層目メニュー設定 */
nav#mainNav ul li ul{
	display:none;
}
nav#mainNav ul ul{
/* 	width:160px; */
	width:250px;
}
nav#mainNav ul li li{
	margin:0;
	float:none;
	width:250px;
}
nav#mainNav li li:last-child{
	border:0;
}
nav#mainNav ul li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:95%;
	text-align:left;
	border:0;
}
nav#mainNav ul li li span{
	padding:0 10px;
}

/* 
nav#mainNav li.current-menu-item li a{
	color:#333;
}
*/

nav#mainNav ul li:hover ul{
	display:block;
	position:absolute;
	top:54px;
	left:-2px;
	z-index:500;
	background:#f9f9f9;
}

/*
nav#mainNav ul li li.current-menu-item a, 
*/

nav#mainNav li a:hover,
nav#mainNav li.current-menu-item > a,
nav#mainNav li.current-menu-parent > a,
nav#mainNav ul li li a:hover,
nav#mainNav li.current-menu-item li a:hover{
	color:#000000;
	font-weight:bold;
/*	background:#E7EED7; */
	background:var(--uigthemebgcolor);
}



/* コンテンツ */	
#main{
	float:right;
	width:662px;
	padding:17px 15px 0 0;
}
/* サイドバー */	
#sidebar{
	float:left;
	width:250px;
	padding:17px 0 0 15px;
	overflow:hidden;
}


/* グリッド全体 ? */
.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:20px;
}
/* グリッド */
.grid{
	width:300px;
	display:table-cell;
}
}
/**************************
/* tablet向けレスポンシブ設定(481px〜960px)
*************************
##################
*/
@media only screen and (max-width:960px){
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.catchcopy{
	font-size: 20px;
}
.arrowpc{
	display:none;
}
.arrowsp{
	display:block;
}
#sidebar{
		display:none	
}
nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background:-webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background:-moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background:-o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background:-ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background:linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border:1px solid #e4e4e4;
}
nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight:bold;
	text-align:left;
}
nav#mainNav a#menu span{
	padding-left:10px;
}
nav#mainNav a span:before{
	content:"→ ";
}
nav#mainNav a.menuOpen span:before{
	content:"↓ ";
}
nav#mainNav a#menu:hover{
		cursor:pointer;
}
/*
nav#mainNav a#menu:hover  + .panel{
		display:block;
	}
*/
nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:1;
}
nav#mainNav ul{
	margin:0;padding:0;
}
nav#mainNav ul li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
}
nav#mainNav ul li:first-child{
	border-top:1px solid #e4e4e4;
}
nav#mainNav ul li li:first-child{
	border-top:0;
}
nav#mainNav ul li a,
nav#mainNav ul li.current-menu-item li a{
	display:block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	color:#acd16b;
}
nav#mainNav ul li:last-child a{
	border:0;
}
nav#mainNav ul li li:last-child a{
	border:0;
}
nav#mainNav ul li li:last-child a{
	border-bottom:1px dashed #e4e4e4;
}
nav#mainNav ul li a span{
	display:none;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#73a51c;
}
nav#mainNav ul li li{
	float:left;
	border:0;
}
nav#mainNav ul li li a,
nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
	padding-left:40px;
	/*****************************
	background:url(images/sub1.png) no-repeat 20px 18px;
	*/
	}
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover,
nav#mainNav ul li.current-menu-item li a:hover{
	/*********************************
	background:url(images/sub1.png) no-repeat 20px -62px;
	*/
}
nav#mainNav ul li li:last-child a{
	/*********************************
	background:url(images/subLast.png) no-repeat 20px 20px;
	*/
}
nav#mainNav ul li li:last-child.current-menu-item a,
nav#mainNav ul li li:last-child a:hover,
nav#mainNav ul li.current-menu-item li:last-child a:hover{
	/*********************************
	background:url(images/subLast.png) no-repeat 20px -65px;
	*/
}
nav div.panel{
	float:none;
}
#main{
	padding-top:15px;
}
section.toppage{
	margin:0;
}
#sidebar{
	padding-bottom:15px;
}
#sidebar article{
	padding:7px 8px;
}
#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
}
ul.footnav li{
	float:none;
	display:inline-block;
}
.grid{
	width:100%;
	margin:10px 0;
}
.box p.readmore{
	text-align:left;
	}
.box img{
	max-width:180px;
	float:left;
	margin:0 10px 10px;
}
.box h3{
	padding-top:0;
}
#footer .grid img,
#footer .info{
	float:none;
}
#footer .grid p{
	display:block;
}
#footer #info .info{
	float:none;
	text-align:center;
}
#footer.logo,
#footer .info{
	width:100%;
	float:none;
}
#footer .logo p{
	float:none;
	display:block;
}
#footer .logo img{
	float:none;padding:0;
}
}
/**************************
/* スマホ向け？レスポンシブ設定(〜480px)
*************************
##################
*/
@media only screen and (max-width:480px){
.catchcopy{
	font-size:small;
}
#sidebar{
	display:none	
}
#header{
	height:auto;
	padding-bottom:20px;
}
#header h1,
.logo,
.info,
.headinq{
	text-align:center;
}
.headright,
.headleft
{
	clear:both;
	float:none;
	text-align:center;
}


.logo,
.info,
.headinq{
	clear:both;
/*	width:100%; */
	float:none;
	display:inline-block;
}
.logo p{
	float:none;
	display:block;
}
.logo img{
	float:none;
	padding:0;
}
.alignleft,
.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
}
.arrowpc{
	display:none;
}
.arrowsp{
	display:block;
}

}

