@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
}
/*ヘッダー*/
header{
    position: fixed;
	z-index: 999;
	
}
header #header{
	padding-left: 2.5%;
	padding-right: 2.5%;
}

header #header nav ul{
	line-height: 1.3;
}
header #header nav ul li::before{
	content: "\02044";
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
header #header nav ul li:first-child::before{
	display: none;
}
header #header nav ul li:first-child{
	padding-left: 15px;
}
header #header nav ul li span {
    color: #aaa;
    padding-left: 15px;
}
header #header nav ul li:first-child span {
    padding-left: 0px;
}
#header.transform{
    background: rgba(255,255,255,0.85);
	transition:background 0.5s;
}
/* CMS link*/
.cate a{
	color: #aaa
}
.cate a:hover{
	opacity: 0.7;
	transition: opacity 0.5s;
}
.cate_box a{
	color: #aaa
}
.cate_box a:hover{
	opacity: 0.7;
	transition: opacity 0.5s;
}
/* page title*/
#page_title{
	width: 100%;
	height: 250px;
}
#page_title .dotte{
    content: "";
	height: 100%;
    background-image: url(../img/dotte2.png);
	margin-left: auto;
	text-align: left;
	z-index: 999;
	/*background: rgba(170,215,205,0.4);
	z-index: 999;
	content: "";
	height: 100%;*/
}
#page_title div{
	z-index: 1;
}
.page_title{
	margin-bottom: 80px;
}
#about .page_title{
	margin-bottom: 50px;
}
#guide .page_title{
	margin-bottom: 50px;
}
#non .page_title{
	margin-bottom: 50px;
}
#recruit .page_title{
	margin-bottom: 50px;
}
.page_title h2{
	position: relative;
	line-height: 23px;
}
.page_title h2::before{
	content: '';
	border: 1px solid #aad7cd;
	padding: 18px;
	border-radius: 50%;
	position: absolute;
	bottom: 55%;
	left:-20px;
	z-index: -1;
}
.page_title h2 span{
	margin-bottom: -10px!important;
}
/*カテリンク*/
#cate_link .cate_title{
	text-indent: -1em;
	padding-left: 1em;
}
/*フッター*/
#footer{
	background-color: rgba(0,123,96,0.10);
}
#footer .footer_box{
	width: 95%;
}
#footer .footer_nav{
	width: 95%;
}
#footer .link{
	width: 25px;
}
/*top_return*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 99;
}
#page-top a img{
	height: 70px;
	width:70px;
}
#footer table{
    border-collapse:collapse
}

@media all and (-ms-high-contrast: none){
main{
	display: block;
}
#copyright{
	padding-top: 4px;
	font-size: 11px;
}
#footer table tr th{
   padding-top: 10px
}
#footer table tr td{
   padding-top: 10px
}
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
/* page title*/
#page_title{
	height: 200px;
}
/*フッター*/
#footer .footer_box{
	width: 90%;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 99;
}
#page-top a img{
	height: 60px;
	width:60px;
}
}
@media screen and (max-width: 780px) and (-ms-high-contrast: none){
#copyright{
	padding-top: 4px;
	font-size: 11px;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
header #header h1{
	width: 130px!important;
}
/* page title*/
#page_title{
	height: 150px;
}
#about .page_title{
	margin-bottom: 35px;
}
#guide .page_title{
	margin-bottom: 35px;
}
#non .page_title{
	margin-bottom: 35px;
}
#recruit .page_title{
	margin-bottom: 35px;
}

/*カテリンク*/
#cate_link .cate_title:last-child{
	margin-bottom: 0px;
}
}