@charset "utf-8";
/*====Menu all====*/
.royal_page_top_nav{
	width: 100%;
	margin:auto;
	min-width:1160px;
	/* box-shadow: 0px 0px 2px #000; */
	padding: 15px 0px;
	/* background: #fff; */
}
.royal_page_top_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.royal_page_top_nav ul li{
	display:inline-block;
}
.royal_page_top_nav ul li a{
	/* width: 184px; */
	text-align: center;
	padding: 14px 67px;
	/* margin:0px 2px; */
	color: #ffffff;
	/* font-size: 13px; */
	position: relative;
	display:block;
	text-decoration:none;
	background: #b6955a;
	/* box-shadow: 0px 0px 0px 2px #fff inset; */
	/* border: 3px dotted #52b6c6; */
}

.royal_page_top_nav ul li:first-child a{
	/* padding-left: 26px; */
	overflow:hidden;
}
.royal_page_top_nav ul li:first-child a:before {
    content: "";
    position: absolute;
    background: url(../images/home.png) no-repeat center top;
    padding: 45px;
    left: -14px;
    background-size: 39%;
    top: 12px;
    border:none;
    box-shadow:none;
}
.royal_page_top_nav ul li a:hover{
	background: #8b8566;
	text-decoration:none;
	color: #FFFFFF;
}

.footer_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.footer_nav ul li{
	display:inline-block;
	position:relative;
}
.footer_nav ul li:after{
	position:absolute;
	content:"▣";
	top: 10px;
	left:0;
	color: #FFFFFF;
}
.footer_nav ul li a{
	display:block;
	padding: 10px 20px;
	margin:2px 0px;
	font-size: 13px;
}
.remain_bar_nav{
	margin-bottom:15px;
	box-shadow: 0px 0px 1px #000;
	padding-bottom: 15px;
	background: #fff;
}
.remain_bar_nav ul{
	list-style-type:none;
}
.remain_bar_nav ul li{
	display:block;
}
.remain_bar_nav ul li a{
	display:block;
	padding: 15px 0px;
	text-align:center;
	text-decoration:none;
	position: relative;
	color: #FFFFFF;
	background: #efac77;
	margin-left: 10px;
	margin-right: 10px;
}

.remain_bar_nav ul li:first-child a{
	padding-left: 0px;
	overflow:hidden;
}
.remain_bar_nav ul li:first-child a:before {
    content: "";
    position: absolute;
    background: url(../images/home.png) no-repeat center top;
    padding: 45px;
    left: 28px;
    background-size: 39%;
    top: 12px;
    border:none;
    box-shadow:none;
}
.remain_bar_nav ul li a:hover{
	background: #52b6c6;
	color:#fff;
	text-decoration:none;
}
ol.in-menu_blocks_boss {
    margin: 0 auto;
    padding: 12px 0;
    background: #ffffff;
}

ol.in-menu_blocks_boss li {
    list-style: none;
    padding-left: 10px;
    display: inline-block;
    color: #ecac6b;
}
.article_layer_three {
    width: 1160px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 0px;
}
.article_content_column {
    /* width: 777px; */
    margin: 0;
    padding: 0;
    /* float: left; */
    color: black;
    margin-right: 30px;
}
.article_content_column li{
	list-style-type:none;
	line-height:30px;
}
@media screen and (max-width:480px){
.royal_page_top_nav{
	width: auto;
	min-width: auto;
}
.royal_page_top_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.royal_page_top_nav ul li{
	width:100%;
	display:block;
}
.royal_page_top_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	/* width: auto; */
}

.footer_nav ul{
	display:block;
}
.footer_nav ul li{
	display:block;
}
.footer_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.remain_bar_nav{
	padding-bottom:0px;
	float: none;
}
.remain_bar_nav ul{
	padding-top:0;
}
.remain_bar_nav ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	margin-left: 0;
	margin-right: 0;
}
}
/*====End Menu all====*/
body{font-size: 16px;background: #8b8566;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;color: #333;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 36px;
}
h1,h2,h3{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h2 {
	text-align:center;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #ffffff;
	background: #8b8566;
	/* border-bottom: 3px solid #efac77; */
}
.office_post h3,.s_root h3{
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 3px;
	overflow: hidden !important;
	border: 1px dotted #b6955a;
}
h3{
	color: #b6955a;
	font-size: 17px;
}
a{
	text-decoration: none;
	color: #d9730b;
}
a:hover{
	text-decoration: underline;
}

.royal_page_top{
	width:100%;
	min-width:1160px;
	background: #ffffff;
	margin-bottom: 20px;
}
.royal_page_top_banner{
	width: 1160px;
	margin:0 auto;
	min-width:1160px;
}
.royal_page_top_banner img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.royal_page_top_h1{
	width: 100%;
	margin:auto;
	min-width:1160px;
	/* background: #FFC081; */
}
.royal_page_top_h1 h1{
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 19px;
	text-align:center;
}
.royal_page_top_h1 h1 a{
	text-decoration:none;
	color: #8b8566;
}
.royal_page_top_h1 h1 a:hover{
	text-decoration: underline;
}

.static_frame_full{
	margin:0px;
	padding:0px;
}
.static_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.case_item_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	box-shadow: 0px 0px 1px #666;
}
.case_item_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.case_item_s img{
	width:100%;
	margin-bottom:5px
}
.case_item1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	box-shadow: 0px 0px 1px #666;
}
.case_item1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.case_item1 img{
	width: 39%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
	/* border-radius: 50%; */
}
.system_read a{
	padding: 5px 15px;
	margin:5px;
	float: right;
	color: #ffffff;
	text-decoration:none;
	background: #efac77;
	margin-right: 0;
	border-radius: 50%;
}
.system_read a:hover{
	text-decoration:none;
	background: #5fa4a1;
	color: #FFFFFF;
}
.static_frame_2{
	margin:0px;
	padding:0px;

}
.static_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.case_item2{
	float:left;
	margin-right: 22px;
	width: 48%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 1px #666;
}
.case_item2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.case_item2 img{
	width:100%;
	margin-bottom:5px;
	border-radius: 50%;
}
.case_item2:first-child{
	margin-left:0px;
}
.case_item2:nth-child(2){
	margin-right:0px;
}
.case_item2:nth-child(4){
	margin-right:0px;
}

.office_post{
	margin-bottom: 15px;
	padding: 10px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 1px #666;
}
.office_post img{
	width:45%;
	margin:10px;
	float: left;
	/* margin-bottom: 0; */
	margin-left: 0px;
}
.link_detail{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	box-shadow: 0px 0px 1px #666;
}
.link_detail h3:before{
	content:"▣";
	top:0;
	left:0;
	color: #b6955a;
	padding-right: 10px;
}
.link_detail ul{
	list-style-type:none;
}
.link_detail ul li{
	line-height: 36px;
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	min-width: 1160px;
	color: #424242;
	background: #8b8566;
	padding-top: 15px;
}
.footer a{
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:hover{
	text-decoration: none;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.s_root{
	/* margin-top:10px; */
	/* width: 51%; */
	padding: 15px;
	padding-bottom:10px;
	/* float: left; */
	/* margin-top:10px; */
	margin-bottom: 15px;
	/* background: #fff; */
	/* margin-left: 12px; */
	box-shadow: 0px 0px 1px #686565;
}
.business_wrap{
	width:1160px;
	margin:auto;
	padding:0;
	min-width:1160px;
	/* box-shadow: 0px 0px 1px #000; */
	background: #ffffff;
}
.business_wrap:after{
	content:"";
	clear:both;
	display:block;
}
.m_root{
	width: 70%;
	float: left;
	margin-top: 10px;
	margin-left: 13px;
}
.s_root img{
	width: 32%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
}
.remain_bar{
	width: 22%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.remain_bar1{
	width: 26%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
@media screen and (max-width:480px){
p{
	padding-left:10px;
	padding-right:10px;
}
.office_post h3,.s_root h3{
	padding-left:10px;
	margin-left: 10px;
	margin-right: 10px;
}
.royal_page_top{
	width: auto;
	min-width: auto;
}
.royal_page_top_banner
{
	width: auto;
	min-width: auto;
}
.royal_page_top_h1{
	width: auto;
	min-width: auto;
}
.royal_page_top_h1 h1{
	font-size:14px;
}
.business_wrap{
	width: auto;
	min-width: auto;
	float: none;
}
.m_root
{
	width: auto;
	border:0;
	margin:0;
	margin-top:10px;
	margin-right: 0;
}
.remain_bar{
	width: auto;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 0;
	float: none;
}
.remain_bar1{
	width: auto;
	border:0;
	margin:0;
	margin-top:10px;
	float: none;
	margin-left: 0;
}
.case_item_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.case_item_s img{
	width:100%;
	float:none;
	margin:0px;
}
.case_item1{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.case_item1 img{
	width:100%;
	float:none;
	margin:0px;
}
.case_item2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-right: 0;
	padding-left: 0;

}
.case_item2 img{
	width:100%;
	margin:0px;
}

.office_post{
	margin:0;
	background: #fff;
	border: 0;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.office_post img{
	width:100%;
	float:none;
	margin:0px;
}
.link_detail{
	width:100%;

	margin:0;
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0px 0px;
}
.link_detail ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: auto;
	min-width: auto;
}
.s_root{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	padding-left: 0;
	padding-right: 0;
	margin-top:10px;
}
.s_root img{
	width:100%;
	float:none;
	margin:0px;
}
.royal_page_top_nav ul li:first-child a,
.remain_bar_nav ul li:first-child a{
	/* padding-left: 0; */
	box-shadow: none;
	border: none;
}
.royal_page_top_nav ul li:first-child a::before,
.remain_bar_nav ul li:first-child a::before{
 display: none;
}

}

h2.tag_title{
	text-align: center;
    box-shadow: none;
    border: 0;
    text-indent: 0;
    background: none;
    font-size: 16px;
		overflow: hidden;
}
h2.tag_title:after,
h2.tag_title:before{
	display: none;
	content: "";
}
h2.tag_title a{
	border-bottom: 1px solid;
	text-decoration: none;
}
h2.tag_title a:hover{
	text-decoration: none;
	border-bottom:none;
}
a img:hover{
	opacity: 0.7;
}
