@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}


/****************************************

	header

*****************************************/
header{
	min-width: 100%;
}
#header{
	width: 100%;
	margin: 0 auto;
}
#header h1{
	padding: 10px 15px 10px 15px;
	color: #999999;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}
#header-contents{}
#header-logo{
	text-align: center;
	padding: 0 20px 10px 20px;
}
#header-logo img{
	width: 100%;
	max-width: 300px;
}
#header-tel{
	text-align: center;
	padding: 0 20px 20px 20px;
}

/* 東内追加分 2023-05-19 */
/* フキダシCSS */
.outline-sp {
	position: relative;
	display: block;
	margin: 1.0em 0;
	padding: 3px 10px;
	text-align: center;
	min-width: 120px;
	max-width: 100%;
	margin-left:auto;
	margin-right: auto;
	color: #000;
	font-size: 14px;
	background-color: #ffffff;
}
.outline-sp:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-bottom: 15px solid #ffffff;
}

.outline-pc p, .outline-sp p {
	margin: 0;
	padding: 0;
}
/*
.outline-sp {
	display: block;
	width: 100%;
	color: #fff;
	float: left;
	text-align:center;
}
*/
.outline-pc {
	display: none;
}

/****************************************

	header（下層ページ用）

*****************************************/
#sub-page header{
	min-width: 100%;
}
#sub-page #header{
	width: 100%;
	margin: 0 auto;
}
#sub-page #header h1{
	padding: 10px 15px 10px 15px;
	color: #999999;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}
#sub-page #header-contents{}
#sub-page #header-contents #header-logo{
	text-align: center;
	padding: 0 20px 10px 20px;
}
#sub-page #header-contents #header-logo img{
	max-width: 300px;
}
#sub-page #header-contents #header-info{
	text-align: center;
	padding: 0 20px 0 20px;
}

#sub-page #header-contents #header-info #header-link{}
#sub-page #header-contents #header-info #header-link ul{
	margin: 15px 0 15px 0;
	border-right: 1px solid #cabd6f;
	display: inline-block;
}
#sub-page #header-contents #header-info #header-link ul li{
	display: inline-block;
	border-left: 1px solid #cabd6f;
	padding: 0 10px 0 10px;
	color: #cabd6f;
	font-size: 13px;
	line-height: 1.0;
	float: left;
}
#sub-page #header-contents #header-info #header-link ul li a{
	color: #cabd6f;
}
#sub-page #header-contents #header-info #header-tel{}
#sub-page #header-contents #header-info #header-tel img{
	width: 100%;
	max-width: 300px;
}
#sub-page #header-contents #header-info #header-tel p.header-btn-tel{
	text-align: center;
	padding: 0 0 10px 0;
}
#sub-page #header-contents #header-info #header-tel p.header-btn-contact{
	text-align: center;
}


/****************************************

	nav（下層ページ用）

*****************************************/
#sub-page #header-nav{
	background-image: url("images/common/line01.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	border-top: 1px solid #8D791C;
}

#sub-page #header-nav nav{}
#sub-page #header-nav #gnavi{
	width: 100%;
	margin: 0 auto;
}
#sub-page #header-nav #gnavi ul{}
#sub-page #header-nav #gnavi ul li{
	float: left;
	position: relative;
	z-index: 30;
}
#sub-page #header-nav #gnavi-menu{
	display: none;
}

#sub-page #header-nav #gnavi-menu li{
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#sub-page #header-nav #gnavi-menu li a{
	display: block;
	padding: 7px 0 7px;
	background-color: #00002D;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#sub-page #header-nav #gnavi-menu li a:hover{
	background: #02024b;
	color: #fff;
}
#sub-page #header-nav #gnavi-menu li:last-child a{
	border: none;
}
#sub-page #header-nav #gnavi-menu li img{
	display: none;
}
#sub-page #header-nav #gnavi-menu li a:before{
	content: attr(data-label);
}

#sub-page #header-nav #gnavi #gnavi-toggle{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #00002D;
}
#sub-page #header-nav #gnavi #gnavi-toggle a{
	display: block;
	position: relative;
	padding: 10px 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#sub-page #header-nav #gnavi #gnavi-toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#sub-page #header-nav #gnavi #gnavi-toggle a:before,
#sub-page #header-nav #gnavi #gnavi-toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #00002D;
}
#sub-page #header-nav #gnavi #gnavi-toggle a:before{
	margin-top: -6px;
}
#sub-page #header-nav #gnavi #gnavi-toggle a:after{
	margin-top: 2px;
}


/****************************************

	footer

*****************************************/
footer{
	min-width: 100%;
}
#footer{
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #fff;
}

#footer-copyright{}
#footer-copyright p{
	text-align: center;
	padding: 20px 0 20px 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
}


/****************************************

	footer（下層ページ用）

*****************************************/
#sub-page footer{
	min-width: 100%;
	border-top: 4px solid #8D791C;
}
#sub-page #footer{
	border: none;
	width: 100%;
	margin: -4px auto 0 auto;
	background-image: url("images/common/line01.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

#sub-page #footer-copyright{}
#sub-page #footer-copyright p{
	text-align: center;
	padding: 20px 0 20px 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
}


/****************************************

	breadcrumbs

*****************************************/
.breadcrumbs{
	color: #cabd6f;
	font-size: 12px;
	padding: 0 0 20px 0;
}
.breadcrumbs a{
	text-decoration: underline;
	color: #cabd6f;
}
.breadcrumbs a:hover{
	text-decoration: none;
}


/****************************************

	template

*****************************************/
#contents{
	min-width: 100%;
	background: #fff;
}

#notfound{
	background: #F2F8FB;
	padding: 15px;
	text-align: center;
}

main{
	margin: 0 15px 0 15px;
	padding: 15px 0 50px 0;
}

main > h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #727272;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #727272;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > h4{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #B19F51;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > p{
	margin: 0 0 20px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.alignright{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}

.post-time{
	text-align: right;
	margin: 0 0 15px 0;
	color: #999;
	font-size: 12px;
}


/****************************************

	トップページ

*****************************************/
#top-section01{
	width: 100%;
	margin: 0 auto 20px auto;
}
#top-section01-visual{
	width: 100%;
}
#top-section01-visual img{
	width: 100% !important;
	height: auto;
	width /***/:auto;
}
#top-section01-nav{}
#top-section01-nav ul{}
#top-section01-nav ul li{
	float: left;
	width: 50%;
	margin: 0;
}
#top-section01-nav ul li img{
	width: 100%;
}
#top-section01-nav ul li:last-child{}


#top-section02{}
#top-section02 ul{}
#top-section02 ul li{
	float: left;
	width: 50%;
	margin: 0;
}
#top-section02 ul li img{
	width: 100%;
}
#top-section02 ul li:nth-child(3){}
#top-section02 ul li:nth-child(4){}


#top-section03{
	width: 100%;
	margin: 0 auto;
}
#top-section03 p{
	text-align: center;
	color: #cabd6f;
	font-size: 12px;
	padding: 15px 0 20px 0;
}


#top-section04{
	margin: 0 15px 30px 15px;
}
#top-section04-left{}
#top-section04-right{}

#top-news{}
#top-news h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
#top-news h2::before{
	content: '';
	display: block;
	border-top: 1px solid;
	border-image: linear-gradient(to right, #fff 0%, #00002D 100%);
	border-image-slice: 1;
	padding-top: 8px;
}
#top-news h2::after{
	content: '';
	display: block;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #00002D 0%, #fff 100%);
	border-image-slice: 1;
	padding-bottom: 8px;
}

#top-news dl{
	margin: 0 0 15px 0;
}
#top-news dl dt{
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
#top-news dl dd{
	padding-top: 0;
	padding-bottom: 10px;
	color: #fff;
	font-size: 15px;
}
#top-news dl dd a{
	color: #fff;
	text-decoration: underline;
}
#top-news dl dd a:hover{
	text-decoration: none;
}
.top-news-more {
	text-align:right;
	margin: 0 0 20px 0;
}	
.top-news-more a {
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration:underline;
}	
.top-news-more a:hover {
	text-decoration:none;
}	
.top-news-more::after{
	content: '';
	display: block;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #00002D 0%, #fff 100%);
	border-image-slice: 1;
	padding-bottom: 8px;
}

#top-btn{
	margin: 0 0 15px 0;
}
#top-btn ul{}
#top-btn ul li{
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
}
#top-btn ul li img{
	width: 100%;
}
#top-btn ul li:last-child{
	margin: 0;
}

#top-section04-right h2{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #CABD6F;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#top-section04-right h2 span{
	color: #fff;
}
#top-section04-right p.infotxt{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

#top-section04-right ul.top-desktop-bed{
	width: 100%;
	margin: 0 auto 10px auto;
}
#top-section04-right ul.top-desktop-bed li{
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
}
#top-section04-right ul.top-desktop-bed li img{
	width: 100%;
}
#top-section04-right ul.top-desktop-bed li:last-child{
	margin: 0;
}

#top-section04-slide{
	margin: 0 0 10px 0;
}
#top-section04-slide img{
	width: 100% !important;
	height: auto;
	width /***/:auto;
}
#top-section04-slide p.txt{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin: 10px 0 30px 0;
}


#top-section05{
	margin: 0 15px 30px 15px;
}
#top-section05 p.txt{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#top-section05 ul{
	width: 196px;
	margin: 0 auto 20px auto;
}
#top-section05 ul li{
	float: left;
	margin: 0 20px 0 0;
}
#top-section05 ul li:last-child{
	margin: 0;
}
	.recruit-banner {
		margin-bottom: 25px;
	}


/*新着情報一覧ページ*/
.news-section {
	position:relative;
	padding:20px 0 ;
	border-top:1px solid #ccc;
}
.news-section:hover {
	background:#f7f7f7;
}
.news-section:last-of-type {
	border-bottom:1px solid #ccc;
}
.news-time {
	position:absolute;
	width:120px;
	left:10px;
	text-align:center;
	padding:5px 0;
	background:#cabd6f;
}
.news_title{
	position:relative;
	margin-left:160px;
	margin-right:30px;
	font-size: 16px;
	font-weight: 700;
}
.news-more {
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-10px;
	color:#cabd6f;
}

	/* ロゴ位置調整（東内） */
	#header-logo {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		box-sizing: border-box;
	}
	#header-logo img.japan {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 190px;
		height: auto;
	}

	
	
/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
