@charset "utf-8";

.sp-view{ display:none; }

/* ---------------------------------------------
　base modules
------------------------------------------------ */

@font-face{
	font-family:"あおぞら明朝 Bold";
	src:local("あおぞら明朝 Bold"), url("../fonts/AozoraMincho-bold.ttf") format("truetype"), local("IPA P明朝");
}
@font-face{
	font-family:"あおぞら明朝 Medium";
	src:local("あおぞら明朝 Medium"), url("../fonts/AozoraMinchoMedium.ttf") format("truetype"), local("IPA P明朝");
}
@font-face{
	font-family:"あおぞら明朝 Regular";
	src:local("あおぞら明朝 Regular"), url("../fonts/AozoraMinchoRegular.ttf") format("truetype"), local("IPA P明朝");
}

.body {
	background:#f9f8f3;
	clear:both;
	min-width:1200px;
}

.head-image {
	background-image:  url(../images/bg_body.png), url(../images/bg_body_recruit.jpg);
	background-position:bottom center, top center;
	background-size:auto, cover;
	background-repeat:no-repeat;
	width:100%;
	height:175px;
}

.head-image-recruit {
	background-image:  url(../images/bg_body.png), url(../images/bg_body_recruit.jpg);
	background-position:bottom center, top center;
	background-size:auto, cover;
	background-repeat:no-repeat;
	width:100%;
	height:175px;
}

.head-image-about {
	background-image:  url(../images/bg_body.png), url(../images/bg_body_about.jpg);
	background-position:bottom center, top center;
	background-size:auto, cover;
	background-repeat:no-repeat;
	width:100%;
	height:175px;
}

.head-image-facility {
	background-image:  url(../images/bg_body.png), url(../images/bg_body_facility.jpg);
	background-position:bottom center, top center;
	background-size:auto, cover;
	background-repeat:no-repeat;
	width:100%;
	height:175px;
}

.wrap{
	clear:both;
	position:relative;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header {
	position: relative;
}
.header .logo{
	position:absolute;
	top:-75px;
	right:0;
	left:0;
	margin:auto;
	width:171px;
}

.hamburgerBtn {
	display: block;
	border: none;
	top: 0;
	right: 0;
	width: 102px;
	height: 102px;
	z-index: 1;
	background: #fff;
	z-index: 9999;
	position: fixed;
}
@media screen and (max-width: 1024px) {
	.hamburgerBtn {
	width: 65px;
	height: 65px;
	}
}
.hamburgerBtn--icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 36px;
	height: 2px;
	background: #534f4f;
	transition: inherit;
}
@media screen and (max-width: 1024px) {
	.hamburgerBtn--icon {
	width: 18px;
	height: 2px;
	}
}
.hamburgerBtn--icon::before, .hamburgerBtn--icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: inherit;
	transition: 0.3s;
}
.hamburgerBtn--icon::before {
	top: -10px;
}
@media screen and (max-width: 1024px) {
	.hamburgerBtn--icon::before {
	top: -5px;
	}
}
.hamburgerBtn--icon::after {
	top: 10px;
}
@media screen and (max-width: 1024px) {
	.hamburgerBtn--icon::after {
	top: 5px;
	}
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon {
	background: transparent;
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before, .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
	top: 0;
	background: #534f4f;
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before {
	transform: rotate(45deg);
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
	transform: rotate(-45deg);
}
.hamburgerBtn.active {
	position: fixed;
}

#drawer {
	transition: 0.3s;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
	background: #f9f6ef;
	top: 0;
	scroll-behavior: smooth;
	font-feature-settings: "pkna";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	z-index: 999;
}
@media screen and (max-width: 1024px) {
	#drawer {
	top: 65px;
	}
}
#drawer.close {
	visibility: hidden;
	position: absolute;
	left: -100vw;
	width: 100%;
	height: 100vh;
}
#drawer.open {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 0 10rem;
	overflow-y: auto;
    z-index: 1000;
}
#drawer .siteLogo {
	background-color: #fff;
    padding: 1.25rem 0;
	text-align: left;
}
#drawer nav {
	padding: 0 2rem;
}
#drawer .siteLogoInner {
	max-width: 1300px;
	margin: auto;
}
#drawer .menu {
	font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
	#drawer .menu {
	max-width: 1300px;
	width: 90%;
	margin: auto;
	padding: 20px 0;
	font-size: 1.6rem;
	}
}
#drawer .menu a,
#drawer .menu .menu--main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.75rem;
    color: #5d5353;
    text-decoration: none;
    font-size: 16px;
}
#drawer .menu a[href$='pdf'] {
    background: url(../images/fileicon/pdf.png) no-repeat 80% 50%;
    background-color: #fff;
}
#drawer .menu a::after {
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	transform: rotate(-45deg);
	border-color: rgb(180, 180, 180);
	position: static;
	margin-left: 2rem;
}
#drawer .menu--sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#drawer .menu--sub li {
    width: calc(25% - 1px);
    height: 3.75rem;
    text-align: center;
    margin-bottom: 1px;
    box-sizing: border-box;
    margin-right: 1px;
	color: #5d5353;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    line-height: 1.5;
}
#drawer .menu--sub a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #fff;
	line-height: 1.5;
	width: 100%;
}
#drawer .menu--sub a::after {
	content: none;
}
.visuallyHidden {
    position: absolute;
    top: -1000em;
    transition: 0.3s;
}
.is-drawerActive {
	position: fixed;
}

.siteHeader--fixnav {
	position: fixed;
    right: 0;
    top: 130px;
	z-index: 100;
}
.siteHeader--fixnav img {
	position: relative;
	right: -50px;
	transition: .3s;
}
.siteHeader--fixnav a {
	display: block;
	opacity: 1!important;
}
.siteHeader--fixnav a:hover img {
	right: -30px;
	transition: .3s;
	opacity: 1!important;
}

/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width:1200px;
	margin:0 auto;
}

/* ------ title -------------------------------- */

.page-title{
	background-position:center;
	background-size:cover;
	height:375px;
	margin:0 0 55px;
	border:3px solid #fff;
}

.pagetitle-headquarters {
	background-image: url(../images/bg_pagetitle_headquarters.jpg);
}

.page-title h1{
	width:1200px;
	height:375px;
	margin:0 auto;
	position:relative;
}

.page-title h1 span{
	font-family:"あおぞら明朝 Medium";
	background:rgba(255,255,255,0.7);
	text-align:left;
	padding:0 40px;
	font-size:36px;
	font-weight:normal;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	width:520px;
	height:140px;
	line-height:140px;
}

.page-title h1 span.wide {
	width: 620px;
}

.page-title h1 div.message-title{
	font-family:"あおぞら明朝 Medium";
	background:rgba(255,255,255,0.7);
	text-align:left;
	padding:0 40px;
	font-size:36px;
	font-weight:normal;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	width:520px;
	height:140px;
	line-height:140px;
}

.page-title h1 div.message-title span{
	display: block;
	position: absolute;
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
}
.page-title h1 div.message-title span.bloc.x-small{
	top: 36px;
	font-size: 18px;
}

.page-title h1 div.message-title span.bloc.name {
	top: 67px;
}

.page-title h1 div.message-title span.bloc .name-small{
	display: inline;
	position: static;
	font-size: 20px;
	vertical-align:baseline;
	padding: 0;
}

.pagetitle-about{ background-image:url(../images/bg_pagetitle_about.jpg); }
.pagetitle-history{ background-image:url(../images/bg_pagetitle_history.jpg); }
.pagetitle-report{ background-image:url(../images/bg_pagetitle_report.jpg); }
.pagetitle-privacy{ background-image:url(../images/bg_pagetitle_privacy.jpg); }
.pagetitle-facility{ background-image:url(../images/bg_pagetitle_facility.jpg); }
.pagetitle-recruit{ background-image:url(../images/bg_pagetitle_recruit.jpg); }
.pagetitle-training{ background-image:url(../images/bg_pagetitle_training.jpg); }
.pagetitle-guideline{ background-image:url(../images/bg_pagetitle_guideline.jpg); }
.pagetitle-contact{ background-image:url(../images/bg_pagetitle_recruit_about.jpg); }
.pagetitle-message{ background-image:url(../images/bg_pagetitle_recruit_message.jpg); }
.pagetitle-graduates{ background-image:url(../images/bg_pagetitle_recruit_message.jpg); }
.pagetitle-career{ background-image:url(../images/bg_pagetitle_recruit_message.jpg); }
.pagetitle-fair{ background-image:url(../images/bg_pagetitle_recruit_message.jpg); }
.pagetitle-faq{ background-image:url(../images/bg_pagetitle_recruit_message.jpg); }
.pagetitle-recruit-about{ background-image:url(../images/bg_pagetitle_recruit_about.jpg); }
.pagetitle-recruit-event{ background-image:url(../images/bg_pagetitle_recruit_about.jpg); }
.pagetitle-recruit-faq{ background-image:url(../images/bg_pagetitle_recruit_about.jpg); }
/*
.pagetitle-contact{ background-image:url(../images/bg_pagetitle_contact.jpg); }
.pagetitle-recruit-event{ background-image:url(../images/bg_pagetitle_recruit_events.jpg); }
.pagetitle-recruit-faq{ background-image:url(../images/bg_pagetitle_recruit_faq.jpg); }
/*

/* ------ topic-path --------------------------- */

.topic-path {
	text-align:left;
	width:1200px;
	margin:25px auto 0;
	color:#666;
	font-size:11px;
	height:33px;
	position:relative;
}

.topic-path ul{
	position:absolute;
	top:20px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	height:33px;
	border-radius:5px;
	z-index:1;
}

.topic-path li{
	float:left;
	line-height:33px;
}

.topic-path span{
	padding:10px 0;
	display:block;
}

.topic-path a{
	background:url(../images/bg_topicpath.png) right center no-repeat;
	padding:0 30px 0 20px;
	display:block;
}
.topic-path li:last-child a{ background:none; }

.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color:#666;
	text-decoration:none;
}


/* ------ pagetop ------------------------------ */

.pagetop{
	width: 980px;
	margin: 10px auto;
	text-align:right;
	font-size:78%;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
	text-decoration:none;
	color:#666;
	padding:5px 10px 5px 15px;
}

/* content
------------------------------------------------ */

.content {
	width:100%;
	text-align:left;
	font-size:16px;
}

/*.content {
	width:720px;
	float:left;
	text-align:left;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}
*/

/* sidebar
------------------------------------------------ */

.sidebar{
	width:190px;
	float:right;
	text-align:left;
}


/* ------ local-navigation --------------------- */

.sidebar .local-navigation{
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}

.sidebar .local-navigation h2{
	margin:0;
	background:#eee;
	padding:10px 15px;
	font-weight:bold;
}

.sidebar .local-navigation ul{
	margin:10px 15px;
}

.sidebar .local-navigation ul span{
	font-size:78%;
}

.sidebar .local-navigation ul li{
	padding:5px 0;
}

.sidebar .local-navigation li a{
	background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:15px;
	display:block;
	font-size:87%;
}

.sidebar .local-navigation li li a{
	background:url(../images/icon_arrow02.png) no-repeat 0 0.5em;
	padding-left:10px;
}


.sidebar .local-navigation li a:link,
.sidebar .local-navigation li a:visited,
.sidebar .local-navigation li a:hover,
.sidebar .local-navigation li a:active{
	text-decoration:none;
}





.content .local-navigation{
	background-image:url(../images/bg_line.png), url(../images/bg_line.png);
	background-position:top left, bottom left;
	background-repeat:repeat-x, repeat-x;
	padding:17px 0;
	margin:55px 0 55px;
}

.content .local-navigation p{
	background-image:url(../images/bg_title_h3.png), url(../images/bg_title_h3.png);
	background-position:center left 20px, center right 20px;
	background-repeat:no-repeat;
	margin:0;
	padding:0 50px;
	font-family:"あおぞら明朝 Bold";
	float:left;
}

.content .local-navigation ul{
	margin:0;
	float:left;
}

.content .local-navigation ul li{
	background:url(../images/icon_sep.png) no-repeat top 3px right;
	padding:0 25px 0 10px;
	font-size:14px;
	display:inline;
}

.content .local-navigation li ul{
	display:inline;
	float:none;
}

.content .local-navigation li li{
	background:url(../images/icon_arrow02.png) no-repeat top 4px left 10px;
	font-size:12px;
	display:inline;
	padding:0 0 0 20px;
}

.content .local-navigation a:link,
.content .local-navigation a:visited{
	color:#4e483b;
	text-decoration:none;
}
.content .local-navigation a:hover,
.content .local-navigation a:active{
	text-decoration:underline;
}

.content .local-navigation a.stay {
	color: #CD52BA;
	font-weight: bold;
}

/* ------ banner ------------------------------- */

.sidebar .banner{
	margin-top:0;
}

.sidebar .banner li{
	margin-bottom:10px;
}



/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer{
	clear:both;
}

.footer .footer-inner{
	width:1000px;
	margin:70px auto 0;
	position: relative;
}

.footer-bnr-wrap { 
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.footer-bnr-wrap a,
.footer-bnr-wrap span {
	display: block;
	margin: 5px;
}
.footer-link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.footer-link-wrap a {
	display: block;
	margin: 5px;
}
.footer .footer-link-wrap a,
.footer .footer-link-wrap a:link,
.footer .footer-link-wrap a:hover,
.footer .footer-link-wrap a:visited,
.footer .footer-link-wrap a:active {
	color: #333;
}

.footer-txt-contact{
	font-family:"あおぞら明朝 Regular";
	font-size:26px;
	margin:0 0 60px;
	letter-spacing:3px;
}

.footer-logo{
	float:left;
}

.footer-address{
	float:left;
	text-align:left;
	line-height:1.0;
	margin-left:44px;
	height:50px;
	position:relative;
}

.footer-address .footer-number{
	position:absolute;
	bottom:0;
}

.footer-contact{
	background:url(../images/btn_footer_contact_on.png) no-repeat 0 0;
	float:right;
}

.footer-contact img {
	transition: 0.3s;
}

.footer-contact img:hover{
	opacity: 0 !important;
}



.footer-navigation{
	text-align:center;
	padding:50px 0 0;
	font-size:0;
	clear:both;
}

.footer-navigation li{
	display:inline;
}

.utility-navigation{
	margin:20px 0 0;
	font-size:0;
}

.utility-navigation li{
	display:inline;
}

.footer a,
.footer a:link,
.footer a:hover,
.footer a:visited,
.footer a:active {
	color:#fff;
	text-decoration:none;
}

.footer-facility-links{
	position:relative;
}

.footer-facility-links li a{
	position: relative;
	z-index: 99;
}

@media screen and (min-width:1600px){
.footer-facility-links{
	padding:30px 0 0;
}
	
.bg-footer-links{
	height:100px;
	margin:0 0 40px;
}
}


.footer-facility-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 60px;
}
.footer-facility-links > div {
    width: 16%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-facility-links > div:nth-child(n+7) {
    width: 14%;
}


.footer-facility-links > div > ul {
    display: flex;
    justify-content: space-between;
    width: 116px;
    margin: 0 auto;
}

.footer-facility-links > div > ul > li:nth-child(1),
.footer-facility-links > div > ul > li:nth-child(5) { margin-top: 2px; }

.footer-facility-links > div > ul > li:nth-child(2),
.footer-facility-links > div > ul > li:nth-child(4) { margin-top: 8px; }

.footer-facility-links > div > ul > li:nth-child(3) { margin-top: 12px; }

.footer-facility-links li{
	font-size:14px;
	line-height:1.0;
	margin:0 0 15px;
}

.footer-facility-links li a {
	line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: opacity 0.3s ease;
}

.footer-facility-links li a:hover{
	opacity: 0.7;
}

.footer-facility-links li.nest {
    padding-bottom: 30px;
    position: relative;
}
.footer-facility-links li.nest .menu-btn {
    display: block;
    width: 14px;
    height: 14px;
    border: solid 1px #b762aa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 101;
}
.footer-facility-links li.nest .menu-btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #b762aa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-facility-links li.nest .menu-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #b762aa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-facility-links li.nest .menu-btn.on::before,
.footer-facility-links li.nest .menu-btn.on::after { background-color:#fff !important; }

.footer-facility-links li.nest ul{
    display: none;
	margin:20px 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: absolute;
    bottom: -5px;
    left: -10px;
    transform: translate(0,100%);
    z-index: 100;
}
.footer-facility-links li.nest ul.on{
    display: inline-block;
}


.footer-facility-links li.nest ul li {
    text-align: left;
}
.footer-facility-links li.nest ul li:last-child {
    margin-bottom: 0;
}
.footer-facility-links li.nest ul li a{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin:0 0 5px;
    font-size: 12px;
    white-space: nowrap;
}


.footer-facility-links .links-sumire  li.nest .menu-btn { border-color:#b762aa; }
.footer-facility-links .links-sumire  li.nest .menu-btn.on { background-color:#b762aa; }
.footer-facility-links .links-sumire  li.nest .menu-btn::before,
.footer-facility-links .links-sumire  li.nest .menu-btn::after { background-color:#b762aa; }

.footer-facility-links .links-sakura  li.nest .menu-btn { border-color:#e183be; }
.footer-facility-links .links-sakura  li.nest .menu-btn.on { background-color:#e183be; }
.footer-facility-links .links-sakura  li.nest .menu-btn::before,
.footer-facility-links .links-sakura  li.nest .menu-btn::after { background-color:#e183be; }

.footer-facility-links .links-olive  li.nest .menu-btn { border-color:#b3b920; }
.footer-facility-links .links-olive  li.nest .menu-btn.on { background-color:#b3b920; }
.footer-facility-links .links-olive  li.nest .menu-btn::before,
.footer-facility-links .links-olive  li.nest .menu-btn::after { background-color:#b3b920; }

.footer-facility-links .links-anju  li.nest .menu-btn { border-color:#208e59; }
.footer-facility-links .links-anju  li.nest .menu-btn.on { background-color:#208e59; }
.footer-facility-links .links-anju  li.nest .menu-btn::before,
.footer-facility-links .links-anju  li.nest .menu-btn::after { background-color:#208e59; }

.footer-facility-links .links-anju > ul { margin-top: -25px; }

.footer-facility-links .links-kitamachi  li.nest .menu-btn { border-color:#996f5f; }
.footer-facility-links .links-kitamachi  li.nest .menu-btn.on { background-color:#996f5f; }
.footer-facility-links .links-kitamachi  li.nest .menu-btn::before,
.footer-facility-links .links-kitamachi  li.nest .menu-btn::after { background-color:#996f5f; }

.footer-facility-links .links-nauraaterrace  li.nest .menu-btn { border-color:#d99100; }
.footer-facility-links .links-nauraaterrace  li.nest .menu-btn.on { background-color:#d99100; }
.footer-facility-links .links-nauraaterrace  li.nest .menu-btn::before,
.footer-facility-links .links-nauraaterrace  li.nest .menu-btn::after { background-color:#d99100; }

.footer-facility-links .links-yamabuki  li.nest .menu-btn { border-color:#dbbc20; }
.footer-facility-links .links-yamabuki  li.nest .menu-btn.on { background-color:#dbbc20; }
.footer-facility-links .links-yamabuki  li.nest .menu-btn::before,
.footer-facility-links .links-yamabuki  li.nest .menu-btn::after { background-color:#dbbc20; }

.footer-facility-links .links-suzuran  li.nest .menu-btn { border-color:#646a9e; }
.footer-facility-links .links-suzuran  li.nest .menu-btn.on { background-color:#646a9e; }
.footer-facility-links .links-suzuran  li.nest .menu-btn::before,
.footer-facility-links .links-suzuran  li.nest .menu-btn::after { background-color:#646a9e; }

.footer-facility-links .links-fuseishi  li.nest .menu-btn { border-color:#ed7795; }
.footer-facility-links .links-fuseishi  li.nest .menu-btn.on { background-color:#ed7795; }
.footer-facility-links .links-fuseishi  li.nest .menu-btn::before,
.footer-facility-links .links-fuseishi  li.nest .menu-btn::after { background-color:#ed7795; }

.footer-facility-links .links-kita  li.nest .menu-btn { border-color:#d3467e; }
.footer-facility-links .links-kita  li.nest .menu-btn.on { background-color:#d3467e; }
.footer-facility-links .links-kita  li.nest .menu-btn::before,
.footer-facility-links .links-kita  li.nest .menu-btn::after { background-color:#d3467e; }

.links-sumire * { color:#b762aa !important; }
.links-sakura * { color:#e183be !important; }
.links-olive * { color:#b3b920 !important; }
.links-anju * { color:#208e59 !important; }
.links-kitamachi * { color:#996f5f !important; }
.links-nauraaterrace * { color:#d99100 !important; }
.links-yamabuki * { color:#dbbc20 !important; }
.links-suzuran * { color:#646a9e !important; }
.links-fuseishi * { color:#ed7795 !important; }
.links-kita * { color:#d3467e !important; }
.links-ota * { color:#d3467e !important; }
.links-busshozannomori * { color:#045022 !important; }
.links-center_kagawa * { color:#63b515 !important; }
.links-fukufuku * { color:#d3467e !important; }

.footer-facility-links > div:nth-child(2),
.footer-facility-links > div:nth-child(5) { margin-top: 25px; }

.footer-facility-links > div:nth-child(3),
.footer-facility-links > div:nth-child(4) { margin-top: 60px; }

.footer-facility-links > div:nth-child(7),
.footer-facility-links > div:nth-child(13) {
    margin-top: -80px;
}

.footer-facility-links > div:nth-child(9),
.footer-facility-links > div:nth-child(11) { margin-top: 35px; }

.footer-facility-links > div:nth-child(10) { margin-top: 45px; }


.copyright{
	background:url(../images/bg_copyright.png) repeat #888573;
	text-align:center;
	color:#fff;
	padding:5px 0 25px;
	height:20px;
	margin:0;
}

.bg-footer-copyright{
	background:url(../images/bg_footer_copyright.png) top center no-repeat;
	background-size:cover;
	position:absolute;
	bottom:50px;
	right:0;
	left:0;
	margin:auto;
	width:100%;
	height:77px;
}
@media screen and (min-width:1600px){
}

.pc-br-none br {
	display: none;
}