@charset "utf-8";

a {
	color: #59022E;
}
a:hover {
	text-decoration: underline;
}

li a,
.card a,
.i8-inner a,
.category a,
h1 a {
	color: #000;
}

#localsp-gnav .gnav-bt span,
#localsp-gnav .sp-gnav .row a,
#localsp-gnav .sp-gnav .close a {
	color: #000;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  color: #000;
}
.fs14{
	font-size:14px;
	margin-left:20px;
}

/* ================================================================================
	@SP BreakPoint 320px～767px
================================================================================ */

/* ================================================================================
	1:Header CSS
================================================================================ */
#global-header .inner {
	max-width: inherit;
	margin: 0;
	min-height: 78px;
}


/* ================================================================================
	2:Global Nav CSS
================================================================================ */
#localsp-gnav,
#localsp-gnav2 {
	padding: 0;
	border-bottom: 1px solid #E5E5E5;
}

#localsp-gnav .gnav-bt,
#localsp-gnav2 .gnav-bt {
	text-align: center;
	font-size: 18px;
	color: #828282;
}

#localsp-gnav .gnav-bt .fa-bars,
#localsp-gnav2 .gnav-bt .fa-bars {
	font-size: 32px;
}

#localsp-gnav .gnav-bt span,
#localsp-gnav2 .gnav-bt span {
	position: relative;
	left: 7px;
	top: -5px;
	  font-family: Meiryo, 'メイリオ', Roboto, 'Droid Sans', sans-serif;
}

#localsp-gnav .gnav-bt a,
#localsp-gnav2 .gnav-bt a {
	text-decoration: none;
	cursor: pointer;
	padding: 20px 0;
	display: block;
}

#localsp-gnav .gnav-bt img,
#localsp-gnav2 .gnav-bt img {
	width: 28px;
	height: auto;
}

#localsp-gnav .sp-gnav {
	display: none;
}

#localsp-gnav2 .sp_logospace,
#localsp-gnav2 .sp_logospace h2,
#localsp-gnav2 .sp_logospace .main-logo,
#localsp-gnav2 .sp_logospace .catch {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#localsp-gnav2 .sp_logospace h2 {
	padding-top: 10px;

}

#localsp-gnav .sp-gnav .menu-body,
#localsp-gnav2 .sp-gnav .menu-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}

#localsp-gnav .sp-gnav .cell,
#localsp-gnav2 .sp-gnav .cell {
	display: table-row;
}

#localsp-gnav .sp-gnav .row,
#localsp-gnav2 .sp-gnav .row {
	display: table-cell;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}

#localsp-gnav .sp-gnav .row a,
#localsp-gnav2 .sp-gnav .row a {
	display: block;
	padding: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#localsp-gnav .sp-gnav .row a:hover,
#localsp-gnav2 .sp-gnav .row a:hover {
	background-color: #ebebeb;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#localsp-gnav .sp-gnav .close,
#localsp-gnav2 .sp-gnav .close {
	margin: 15px 10px 0;
	text-align: center;
}

#localsp-gnav .sp-gnav .close a,
#localsp-gnav2 .sp-gnav .close a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #ebebeb;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;

}

#localsp-gnav .sp-gnav .close a:hover,
#localsp-gnav2 .sp-gnav .close a:hover {
	background-color: #828282;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#localsp-gnav .sp-gnav .close span,
#localsp-gnav2 .sp-gnav .close span {
	margin-right: 5px;
	font-size: 18px;
}


/* ================================================================================
	3:Footer CSS
================================================================================ */
#pagetop-top {
	text-align: center;
}

#pagetop-top a {
	display: block;
	height: 40px;
	background-color: #110E0C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#pagetop-top a:hover {
	background-color: #941e57;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

#footer-catch .catch-block {
	width: 100%;
	min-height: 120px;
	background: url(../images/footer_catch_img03.jpg) center 0 no-repeat;
	background-size: cover;
}

#footer-catch .catch-block h3 {
	padding: 5px 10px 10px;
	font-size: 19px;
	font-family : YuMincho, '游明朝', serif;
	color: #fff;
}


/* 1:Local Nav
================================================*/
#local-footer {
	padding: 25px 0 15px;
	border-bottom: 1px solid #e4e3e0;
	background-color: #f6f6f4;
}

#local-footer .local-logo {
	font-size: 24px;
	color: #161310;
	line-height: 1.3;
	font-weight: normal;
}

#local-footer .lead-ti01 {
	display: block;
	font-size: 14px;
}

#local-footer .lead-ti03 {
	display: block;
}

#local-footer .lead-ti02 {
	font-size: 14px;
	display: block;
}

#local-footer .address {
	margin-top: 10px;
}

#local-footer .tel {
	margin-top: 10px;
}

#local-footer .tel span {
	font-size: 18px;
}

#local-footer .accees-link {
	margin-top: 10px;
}

#local-footer .accees-link a {
	background-color: #6e1743;
	border-bottom: 3px solid #59022e;
	padding: 0;
	color: #fff;
}

#local-footer .accees-link a:hover {
	position: relative;
	top: -1px;
	background-color: #59022e;
	border-bottom: 3px solid #4D0228;
}

#local-footer .group-nav {
	margin-top: 25px;
}

#local-footer .group-nav section {
	margin-top: 20px;
}

#local-footer .group-nav .column h6 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

#local-footer .group-nav .column ul {
	margin-top: 10px;
}

#local-footer .group-nav .column li {
	margin: 0 0 7px 20px;
}

#local-footer .group-nav .column h6 a,
#local-footer .group-nav .column li a {
	color: #000;
}


/* ================================================================================
	4:Main CSS
================================================================================ */
#main {
	padding-top: 30px;
}

#side {
	padding-top: 40px;
	padding-bottom: 0;
}

.static #side {
	padding-top: 15px;
}

#side .child-nav h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e3e0;
	font-size: 18px;
	font-weight: 400;
}

#side .child-nav ul {
	margin-top: 10px;
}

#side .child-nav li {
	margin-top: 5px;
}

#side .child-nav li:first-child {
	margin-top: 0;
}

#side .child-nav li a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
}

#side .child-nav li a:hover {
	background-color: #ebebeb;
	text-decoration: none;
}

#side .child-nav .current a {
	background-color: #ebebeb;
}

main .group-nav {
	margin-top: 30px;
	margin-bottom: 30px;
}

main .group-nav ul {
}

main .group-nav a {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	transition: all .3s;
}

main .group-nav a:hover{
	text-decoration: none;
	transition: all .3s;
}

main .group-nav01 a {
	background: url(../images/gnav_icon01.png) 97% center no-repeat;
}

main .group-nav01 a:hover {
	background: #E96F8C url(../images/gnav_icon01_on.png) 97% center no-repeat;
}

main .group-nav02 a {
	background: url(../images/gnav_icon02.png) 97% center no-repeat;
}

main .group-nav02 a:hover {
	background: #d8b05b url(../images/gnav_icon02_on.png) 97% center no-repeat;
}

main .group-nav03 a {
	background: url(../images/gnav_icon03.png) 97% center no-repeat;
}

main .group-nav03 a:hover {
	background: #9499d7 url(../images/gnav_icon03_on.png) 97% center no-repeat;
}

main .group-nav04 a {
	background: url(../images/gnav_icon04.png) 97% center no-repeat;
}

main .group-nav04 a:hover {
	background: #F99 url(../images/gnav_icon04_on.png) 97% center no-repeat;
}

main .group-nav05 a {
	background: url(../images/gnav_icon05.png) 97% center no-repeat;
}

main .group-nav05 a:hover {
	background: #FF9F23 url(../images/gnav_icon05_on.png) 97% center no-repeat;
}

main .group-nav06 a {
	background: url(../images/gnav_icon06.png) 97% center no-repeat;
}

main .group-nav06 a:hover {
	background: #98CA45 url(../images/gnav_icon06_on.png) 97% center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
main .group-nav01 a {
	background: url(../images/gnav_icon01@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav01 a:hover {
	background: #E96F8C url(../images/gnav_icon01_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav02 a {
	background: url(../images/gnav_icon02@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav02 a:hover {
	background: #d8b05b url(../images/gnav_icon02_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav03 a {
	background: url(../images/gnav_icon03@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav03 a:hover {
	background: #9499d7 url(../images/gnav_icon03_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav04 a {
	background: url(../images/gnav_icon04@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav04 a:hover {
	background: #F99 url(../images/gnav_icon04_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav05 a {
	background: url(../images/gnav_icon05@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav05 a:hover {
	background: #FF9F23 url(../images/gnav_icon05_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav06 a {
	background: url(../images/gnav_icon06@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

main .group-nav06 a:hover {
	background: #98CA45 url(../images/gnav_icon06_on@2x.png) 97% center no-repeat;
	background-size: 30px auto;
}

}


/* ================================================================================
	@SP Minor Break Point 480px～
================================================================================ */
@media print, screen and (min-width: 480px) {

/* ================================================================================
	1:Footer Catch CSS
================================================================================ */
#footer-catch .catch-block {
	min-height: 220px;
}

#footer-catch .catch-block h3 {
	padding: 10px 20px 20px;
	font-size: 28px;
}

#local-footer .local-access {
	overflow: hidden;
}

#local-footer .address {
    margin-top: 0;
}

#local-footer .address-block {
	float: left;
	width: 53%;
}

#local-footer .tel-block {
	float: left;
	width: 47%;
	padding-left: 13px;
}

#local-footer .column01 {
	float: left;
	width: 50%;
}

#local-footer .column02 {
	float: left;
	width: 50%;
}

#local-footer .column03 {
	clear: both;
}
}


/* ================================================================================
	@SP Minor Break Point 640px～
================================================================================ */
@media print, screen and (min-width: 640px) {

/* ================================================================================
	1:Header CSS
================================================================================ */
#global-header .nav-block {
	margin: 0;
	padding: 15px 0px 15px 10px;
}

#global-header .logo {
	margin-top: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	line-height: 1;
}


/* ================================================================================
	2:Footer CSS
================================================================================ */
/* 1:Local Nav
================================================*/
#local-footer {
	padding: 25px 0 15px;
}

#local-footer .local-access {
	float: left;
	width: 25%;
}

#local-footer .address-block {
	float: none;
	width: auto
}

#local-footer .address {
    margin-top: 10px;
}

#local-footer .tel-block {
	float: none;
	width: auto;
	padding-left: 0;
}

#local-footer .group-nav {
	float: left;
	width: 75%;
	margin-top: 0;
}

#local-footer .group-nav .column01 {
	width: 35%;
	padding-left: 20px;
}

#local-footer .group-nav .column02 {
	width: 40%;
	padding-left: 10px;
}

#local-footer .group-nav .column03 {
	float: left;
	width: 25%;
	clear: inherit;
}

#local-footer .address {
	margin-top: 20px;
}

#local-footer .tel {
	margin-top: 10px;
}

#local-footer .tel span {
	font-size: 18px;
}

#local-footer .group-nav section {
	margin-top: 0;
}

#local-footer .group-nav .column h6 {
	margin-bottom: 10px;
}

#local-footer .group-nav .column li {
	margin: 0 0 10px 20px;
}
}


/* ================================================================================
	@PC BreakPoint 768px～
================================================================================ */
@media print, screen and (min-width: 768px) {

/* ================================================================================
	1:Header CSS
================================================================================ */
#local-utility {
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #E5E5E5;
	background-color: #f6f6f4;
}

#local-utility ul {
	float: right;
}

#local-utility li {
	float: left;
	margin-left: 30px;
}

#local-utility li:first-child {
	margin-left: 0;
}

#local-utility li a {
	font-size: 13px;
	color: #525260;
	padding: 10px 0;
	display: block;
}


/* ================================================================================
	2:Global Nav CSS
================================================================================ */
#local-gnav {
	padding: 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	background-color: #fff;
}

#local-gnav ul {
	max-width: 1024px;
	margin: 0 auto;
}

#local-gnav li {
	float: left;
	margin-left: 35px;
}

#local-gnav li:first-child {
	margin-left: 0;
}

#local-gnav li a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #171411;
	padding: 20px 0 15px;
}

#local-gnav li a:hover {
	text-decoration: none;
}

#local-gnav li:hover a:after,
#local-gnav .current a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	top: 10px;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #CB3996;
}

#local-gnav li:hover a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	top: 10px;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #941e57;
}


/* ================================================================================
	3:Footer CSS
================================================================================ */

/* 1:Local Nav
================================================*/
#local-footer {
	padding: 50px 0;
}

#local-footer .local-access {
	width: 28%;
}

#local-footer .address {
	margin-top: 40px;
}

#local-footer .tel {
	margin-top: 15px;
}

#local-footer .accees-link {
    margin-top: 15px;
}

#local-footer .group-nav {
	float: left;
	width: 72%;
	margin-top: 0;
}

#local-footer .group-nav section {
	margin-top: 0;
}

#local-footer .group-nav .column {
	float: left;
	padding-left: 20px;
}

#local-footer .group-nav .column01 {
	width: 36%;
}

#local-footer .group-nav .column02 {
	width: 37%;
}

#local-footer .group-nav .column03 {
	width: 27%;
}


/* ================================================================================
	4:Main CSS
================================================================================ */


#breadcrumb .inner {
	padding: 0;
}

#breadcrumb .inner div a {
	color: #941e57;
}

#main-content.inner {
	overflow: hidden;
}

#main-content #main {
	float: right;
	width: 70%;
	padding-top: 22px;
	padding-right: 40px;
	padding-bottom: 80px;
	border-right: 1px solid #e4e3e0;
}
.archive #main-content #main,
.topics #main-content #main,
.recruit #main-content #main,
.single #main-content #main,
.category #main-content #main,
.sub.news #main-content #main,
.sitemap #main-content #main,
.error #main-content #main {
	float: left;
}

#main-content #side {
	float: right;
	width: 30%;
	padding-top: 40px;
	padding-bottom: 0;
}
.archive #main-content #side,
.topics #main-content #side,
.recruit #main-content #side,
.single #main-content #side,
.category #main-content #side,
.sub.news #main-content #side,
.sitemap #main-content #side,
.error #main-content #side {
	float: left;
}

#side .child-nav h4 {
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}

#side .child-nav ul {
	padding: 0 10px 10px;
	border-bottom: 1px solid #e4e3e0;
	margin-top: 20px;
}

#side .child-nav li {
	margin-top: 10px;
}

#side .group-nav ul {
	border-left: none;
}

}


/* ================================================================================
	@PC BreakPoint 1024～
================================================================================ */
@media screen and (min-width: 1024px) {

/* ================================================================================
	1:Header CSS
================================================================================ */
#global-header .nav-block {
	width: 190px;
}


/* ================================================================================
	2:Global Nav CSS
================================================================================ */
#local-gnav li {
	margin-left: 60px;
}

#local-gnav li:first-child {
    margin-left: 45px;
}

#local-gnav li a {
	font-size: 18px;
}


/* ================================================================================
	3:Footer CSS
================================================================================ */

#footer-catch .catch-block {
	min-height: 320px;
}

#footer-catch .catch-block h3 {
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	font-size: 42px;
}



/* 1:Local Nav
================================================*/
#local-footer .local-access {
	width: 254px;
	padding-left: 10px;
}

#local-footer .group-nav {
	width: 750px;
}

#local-footer .group-nav .column01 {
	width: 245px;
	padding-left: 80px;
}

#local-footer .group-nav .column02 {
	width: 240px;
	padding-left: 60px;
}

#local-footer .group-nav .column03 {
	width: 185px;
	padding-left: 60px;
}


/* ================================================================================
	4:Main CSS
================================================================================ */
#main-content #main {
	width: 674px;
	padding-top: 22px;
}

#main-content #side {
	width: 330px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#side .child-nav h4 {
	font-size: 18px;
}

#side .child-nav ul {
	padding: 0 10px 30px;
}

#side .side-banner {
    margin-top: 40px;
}

#side .side-banner li {
    margin-top: 40px;
}

#side .group-nav ul {
	margin-right: 10px;
}

#side .group-nav a {
    padding: 15px 10px 15px 15px;
}
}


/* ================================================================================
	@PC BreakPoint 1280～
================================================================================ */
@media screen and (min-width: 1280px) {

/* ================================================================================
	1:Header CSS
================================================================================ */


/* ================================================================================
	2:Global Nav CSS
================================================================================ */


/* ================================================================================
	3:Footer CSS
================================================================================ */


/* 1:Local Nav
================================================*/
#local-footer .local-access {
	padding-left: 0;
}

#local-footer .group-nav {
	width: 770px;
}

#local-footer .group-nav .column01 {
	width: 245px;
	padding-left: 80px;
}

#local-footer .group-nav .column02 {
	width: 240px;
	padding-left: 60px;
}

#local-footer .group-nav .column03 {
	width: 185px;
	padding-left: 60px;
}


/* ================================================================================
	4:Main CSS
================================================================================ */

#main-content #main {
	width: 694px;
	padding: 22px 40px 80px 0;
}

#main-content #side {
	padding: 40px 0 0;
	width: 330px;
}

#side .child-nav h4 {
    padding: 0 0 10px 30px;
}

#side .child-nav ul {
    padding: 0 10px 30px 30px;
}
}

