/* 初期設定
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a,
img, s, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, legend, form, label,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1.8;
	font-size: 14px;
	background: #fff;
	color: #333;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}
a:link{
	color: #0066cc;
}
a:visited{
	color: #743399;
}
a:active,
a:hover{
	color: #ff4b33;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="checkbox"],
radio,
select,
textarea{
	font-size: 16px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
input[type="submit"]{
    width: fit-content;
    margin: 30px auto;
    display: block;
    border: 0;
    background: #3167a9;
    color: #fff;
    font-size: 16px;
    padding: 10px 50px;
}


/* フォント
-------------------------------------------------------------- */
/*
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-family: '游明朝', 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho","Sawarabi Mincho", serif;
*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* 共通コンテンツ
-------------------------------------------------------------- */
#wrap, #sld, #head, #navi, #foot, #copy{
	width: 100%;
	overflow: hidden;
}
#headcon, #box980, #footcon, #copycon{
	width: 980px;
	margin: 0 auto;
}


/* スライダー
-------------------------------------------------------------- */
#sld{
	position: relative;
}
.sldmsg1{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    z-index: 99999;
	font-family: '游明朝', 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho","Sawarabi Mincho", serif;
}
.sldmsg1 b{
    font-size: 37px;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px #548148;
    margin: 17px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.sldmsg1 p{
    font-size: 19px;
    text-shadow: 1px 1px 1px #000;
}



/* ヘッダー
-------------------------------------------------------------- */
#head{
	background: #fff;
}
.logo{

}


/* 右ヘッダーコンテンツ
-------------------------------------------------------------- */
#rhead{
    position: absolute;
    right: 0;
    z-index: 9999;
}
#sprhead{
	display: none;
}
.contact{
    float: right;
    background: #20485f;
    padding: 19px 17px 21px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 1px;
}
.tel{
    float: right;
    background: #74a767;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 20px 9px;
    margin: 0 -14px 0 0;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: 0.05em;
    transform: scale(0.9, 1);
    border-radius: 1px;
}
#rhead .contact img,
#rhead .tel img{
    width: 30px;
    height: auto;
    vertical-align: middle;
}
#rhead .tel img{
    margin-right: 5px;
    margin-top: -5px;
    transform: initial;
}

/* サイトタイトル＆ディスクリプション(in ヘッダー)
-------------------------------------------------------------- */
#site-title{
    position: absolute;
    left: 50px;
    top: 15px;
    background: #fff;
    margin: 0;
    padding: 15px 7px 8px;
    border-radius: 52px;
    z-index: 9999;
}
#site-title img{
	width: 70px;
}

/* ナビメニュー
-------------------------------------------------------------- */
.menu-header{
	float: right;
}
.menu-header ul{
	display: flex;
}
.menu-header ul li{
	margin: 13px 15px 0;
}
.menu-header ul li a{
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
}
.menu-header ul ul{
	display: none;
	position: absolute;
	z-index: 99999;
}
.menu-header ul ul li{
	margin: 0;
}
.menu-header ul ul ul{
	left: 100%;
	top: 0;
}
.menu-header ul ul a{
    background: #f6f6f6;
    padding: 15px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-shadow: 0 0 BLACK;
    display: block;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a{
	color: #000;
}
.menu-header ul li:hover > ul{
	display: block;
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current_page_ancestor > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a{
	color: #000;
}
* html .menu-header ul li.current_page_item a,
* html .menu-header ul li.current_page_ancestor a,
* html .menu-header ul li.current-menu-ancestor a,
* html .menu-header ul li.current-menu-item a,
* html .menu-header ul li.current-menu-parent a,
* html .menu-header ul li a:hover{
	color: #000;
}


/* メインコンテンツ(1枚HP or 複数枚HP width指定)
-------------------------------------------------------------- */
#main{
	/* 複数枚	*/
	width: 980px;
	margin: 0 auto;
	/* １枚		*/
	width: 100%;
	clear: both;
	overflow: hidden;
}
#mainf{
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}


/* メインコンテンツ(左)
-------------------------------------------------------------- */
#mainl{
	
}
.one-column{
	/* 複数枚	*/
	width: 980px;
	margin: 65px auto 0;
	/* １枚		*/
	width: 100%;
}
.two-column{
	width: 700px;
}


/* メインコンテンツ(右)
-------------------------------------------------------------- */
#mainr{
	float: right;
	width: 245px;
}


/* ウィジェットエリア
-------------------------------------------------------------- */


/* フッター
-------------------------------------------------------------- */
#foot{

}
#footcon{

}
#copy{
	background: #f6f6f6;
    padding: 20px 0;
}


/* フッターメニュー
-------------------------------------------------------------- */
#footcon ul{

}
#footcon ul li{

}
#footcon ul li a{

}


/* ボックス＆背景
-------------------------------------------------------------- */
#box{
    padding: 50px 0;
    overflow: hidden;
}
#box:after{
	content: "";
    clear: both;
    display: block;
}
#box980{

}
#box980 div.post{
    background: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}
#box980 h1{
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 30px 0;
}
#box980 h2{
    text-align: center;
    font-size: 35px;
    font-family: '游明朝', 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho","Sawarabi Mincho", serif;
}
#box980 h2 b{
    display: block;
    border-top: solid 1px #ccc;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
    color: #0f890f;
    letter-spacing: 0.05em;
}
#box980 h3{
    font-size: 22px;
    text-align: center;
}
#box980 h3 b{
    display: block;
    font-size: 12px;
    color: #839dff;
}
#box980 h4{
    text-align: center;
    font-size: 24px;
    background: #f6f6f6;
    padding: 10px 0;
    margin: 0;
}
#box980 h4.g1{
    color: #40e1b6;
}
#box980 h4.g2{
    color: #6088b3;
}
#box980 h5{
    font-size: 17px;
    padding: 10px 10px 6px;
    border-top: solid 1px #ccc;
    border: solid 1px #ccc;
    margin: 0 auto 9px;
}
#box980 h6{

}
.bk1{
	background: #f6f6f6;
}



/* リストパターン
-------------------------------------------------------------- */
#li2{
    display: flex;
    flex-wrap: wrap;
}
#li2 li{
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}
#li2 li img{
	width: 100%;
}
#li2 li a{
    display: block;
    width: fit-content;
    margin: 20px auto;
    background: #4c935c;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
}
#li2 li a:hover{
	background: #72ad7f;
}
#li3{
    display: flex;
}
#li3 li{
    width: 33%;
    box-sizing: border-box;
    padding: 45px;
}
#li3 li h3{
    font-size: 25px;
    color: #108810;
    margin: 0;
}
#li3 li img{
    width: 100%;
    border-radius: 50%;
}
#li4{

}
#li4 li{

}
#li5{

}
#li5 li{

}


/* よく使うクラス
-------------------------------------------------------------- */
.clear{
	clear: both;
}
.rsimg{
	width: 100%;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.c{
	text-align: center;
}
.l{
	text-align: left;
}
.r{
	text-align: right;
}
.fwb{
	font-weight: bold;
}
.fwn{
	font-weight: normal;
}
.white{
	color: white;
}
.black{
	color: black;
}
.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color: green;
}
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}
.f17{
	font-size: 17px;
}
.f18{
	font-size: 18px;
}
.f19{
	font-size: 19px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.f26{
	font-size: 26px;
}
.f28{
	font-size: 28px;
}
.f30{
	font-size: 30px;
}
.w100{
	width: 100px !important;
}
.w150{
	width: 150px !important;
}
.w200{
	width: 200px !important;
}
.w300{
	width: 300px !important;
}
.w400{
	width: 400px !important;
}
.w500{
	width: 500px !important;
}
.w600{
	width: 600px !important;
}
.w700{
	width: 700px !important;
}
.w800{
	width: 800px !important;
}
.w900{
	width: 900px !important;
}
.w1000{
	width: 1000px !important;
}
.pd10xy{
	box-sizing: border-box;
    padding: 10px;
}
.pd20xy{
	box-sizing: border-box;
    padding: 20px;
}
.pd30xy{
	box-sizing: border-box;
    padding: 30px;
}
.pd40xy{
	box-sizing: border-box;
    padding: 40px;
}
.pd50xy{
	box-sizing: border-box;
    padding: 50px;
}
.pd10x{
	box-sizing: border-box;
    padding: 0 10px;
}
.pd20x{
	box-sizing: border-box;
    padding: 0 20px;
}
.pd30x{
	box-sizing: border-box;
    padding: 0 30px;
}
.pd40x{
	box-sizing: border-box;
    padding: 0 40px;
}
.pd50x{
	box-sizing: border-box;
    padding: 0 50px;
}
.pd10y{
	box-sizing: border-box;
    padding: 10px 0;
}
.pd20y{
	box-sizing: border-box;
    padding: 20px 0;
}
.pd30y{
	box-sizing: border-box;
    padding: 30px 0;
}
.pd40y{
	box-sizing: border-box;
    padding: 40px 0;
}
.pd50y{
	box-sizing: border-box;
    padding: 50px 0;
}
.ln0{
	line-height: 0;
}
.ln1{
	line-height: 1;
}
.ln2{
	line-height: 2;
}
.ln3{
	line-height: 3;
}


/* 会社案内
-------------------------------------------------------------- */
#about{
    width: 95%;
    margin: 0 auto;
    border: solid 1px #ccc;
}
#about tr{
	border-bottom: dashed 1px #ccc;
}
#about th{
    font-size: 18px;
    font-weight: normal;
    background: #f7f7f7;
    padding: 15px;
    vertical-align: middle;
}
#about td{
    padding: 15px;
    font-size: 18px;
    vertical-align: middle;
}
#about td a img{
    width: 29px;
    vertical-align: middle;
}


/* what's new
-------------------------------------------------------------- */
div.whatsnew{
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #f6f6f6;
}
div.whatsnew a{
    display: flex;
    text-decoration: none;
    color: #333;
}
div.whatsnew a:hover{

}
div.whatsnew .newmark{
    background: #f66;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 15px;
    color: #fff;
}
div.whatsnew dl{
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: dashed 1px #eee;
}
div.whatsnew dt{
    background: #6790a9;
    margin-right: 10px;
    padding: 2px 10px 0;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
div.whatsnew dd{

}


/* フリースペース
-------------------------------------------------------------- */
.msg1{
	font-size: 16px;
}
.old{
    display: block;
    text-decoration: none;
    color: #333 !important;
    background: #ccc;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
}
.imgt1{

}
.tel2{
    font-size: 55px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.1em;
}
#li2 li img.telt{
    width: 40px;
    vertical-align: middle;
    margin-right: 15px;
}
#li2 li img.mailt{
    width: 40px;
    vertical-align: middle;
    margin-right: 15px;
}
#li2 li a.tela{
    width: 75%;
    text-align: center;
    border-radius: 10px;
    background: #ddd363;
    font-size: 25px;
    font-weight: bold;
}
#li2 li a.maila{
    width: 75%;
    text-align: center;
    border-radius: 10px;
    background: #74a8cd;
    font-size: 25px;
    font-weight: bold;
}
.nav-previous{
	margin: 20px;
}
.page-title{
    background-image: url(https://webfasrv2.xsrv.jp/wp-content/uploads/2024/03/head.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 75px 0;
    color: #fff;
    font-size: 30px;
    margin: 0;
    position: relative;
    text-shadow: 0 0 3px #000;
}
.entry-title{
    background-image: url(https://webfasrv2.xsrv.jp/wp-content/uploads/2024/03/head.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 75px 0;
    color: #fff;
    margin: 0;
    position: relative;
    text-shadow: 0 0 3px #000;
}
.page-title::before,
.entry-title::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.page-title p,
.entry-title p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#lpcon{
    position: relative;
    border: solid 1px #ccc;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 0 0 20px;
}
#lpcon h2{
    position: relative;
    text-align: left;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.breadcrumbs{
    width: 980px;
    margin: 10px auto 0;
}



/* お問い合わせフォーム
-------------------------------------------------------------- */
#contactform{
	width: 85%;
    margin: 30px auto;
    border: dashed 1px #ccc;
    padding: 20px;
    box-sizing: border-box;
}
#contactform h4{
    background: #fafafa;
    padding: 5px 13px;
    font-size: 18px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.his{
    float: left;
    font-size: 12px;
    font-weight: bold;
    background: #d30061;
    color: #fff;
    padding: 5px 10px 2px;
    margin-right: 10px;
    border-radius: 15px;
}
#contactform li{
	margin: 0 0 20px;
	padding: 0;
}
#contactform input[type="checkbox"]{
	width: auto;
}
#contactform span.wpcf7-list-item{
	display: block;
	margin: 10px;
}
#contactform input[type="submit"]{
	background: #de0000;
    color: #fff;
    border: 0;
    padding: 13px 55px;
    font-size: 16px;
    cursor: pointer;
}
#contactform input[type="submit"]:hover{
	opacity: 0.7;
}
#kojin{
	overflow-y: scroll;
    padding: 20px;
    border: solid 1px #ccc;
    line-height: 1.5;
    font-size: 14px;
    background: #fff;
}


/* 非表示
-------------------------------------------------------------- */
.nocomments,
.edit-link,
.entry-meta,
.entry-utility{
	display: none;
}
.grecaptcha-badge{
	visibility: hidden;
}
.pc{
	display: initial;
}
.sp{
	display: none;
}


/* 印刷用
-------------------------------------------------------------- */
@media print{
	body{
		background: none !important;
	}
}


/* レスポンシブ
-------------------------------------------------------------- */
@media only screen and (max-width:960px){
	#head, #navi, #foot, #copy{
		clear: both;
		width: 100%;
		float: none;
	}
	.spimg{
		width: 100%;
	}
}
/* タブレット部分 */
@media only screen and (min-width:560px) and (max-width:960px) {
	#headcon, #box980, #main, #footcon, .one-column, #box, #mainl, #mainr, #copycon{
		clear: both;
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width:560px){
	#wrap{
		font-size: 16px;
		margin: 0 auto 40px;
	}
	#headcon, #box980, #main, #footcon, .one-column, #box, #mainl, #mainr, #copycon{
		clear: both;
		width: 100%;
		float: none;
	}
	#rhead{
		display: none;
	}
	#sprhead{
		display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: #3b4952;
	    z-index: 999999;
        line-height: 0;
	}
	.spcontact,
	.sptel{
		display: block;
		float: left;
		width: 50%;
		padding: 20px 0;
		text-align: center;
	    color: #fff !important;
	    text-decoration: none;
	}
	#menubtn{
		display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    color: #fff;
	    font-size: 16px;
	    background: #3b4952;
	    text-align: center;
	    padding: 7px 0;
	    z-index: 999999;
	}
	#spnavi{
		display: none;
		position: fixed;
	    top: 42px;
	    left: 0;
	    width: 100%;
	    z-index: 999999;
	}
	#spnavi li{
		background: #3b4952;
		text-align: center;
	}
	#spnavi li:first-child{
		border-top: solid 1px #ccc;
	}
	#spnavi li:not(:last-child){
		border-bottom: solid 1px #ccc;
	}
	#spnavi li a{
		display: block;
	    color: #fff;
	    text-decoration: none;
	    font-size: 16px;
	    padding: 20px 0;
	}
	#head{
		margin-top: 55px;
	}
	#site-title{
		float: none;
	}
	.logo{
		width: 200px;
		margin: 10px auto;
	}
	#site-description{
		font-size: 12px;
	    float: none;
	    margin: 5px 5px 15px;
	}
	#li2,
	#li3,
	#li4,
	#li5{
	
	}
	#li2 li,
	#li3 li,
	#li4 li,
	#li5 li{
	
	}
	#gaiyo th,
	#gaiyo td{
		display: list-item;
		box-sizing: border-box;
		width: 100%;
		border: 0;
	}
	#copy{
		font-size: 12px;
	}
	#contactform,
	#contactform h4{
		color: #000;
		text-shadow: none;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#contactform{
		width: 95%;
	}
}
