@charset "UTF-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　共通箇所 (基本タグ設定)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html,
body {
    width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    text-align: center;
    line-height: 1.75;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0 4%;
}

/* link */
a {
    color: #1a1a1a;
    text-decoration: none;
    outline: none;
    word-break: break-all;
}

a:link {
    color: #1a1a1a;
}

a:visited {
    color: #1a1a1a;
}

a:hover {
    color: #1a1a1a;
}

.link:hover {
    text-decoration: underline;
}

#outer {
    width: 100%;
    overflow-x: hidden;
}

#loading_wrap {
    background: #fff;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
}


#outer {
    width: 100%;
    overflow-x: hidden;
}

.bg_gray {
    background: #f0f1f0;
}

.bg_blue {
    background: #eff6fa;
}

.bg_orange {
    background: #faf5e4;
}

.bg_ptn1 {
    margin: auto;
    background-color: #ffffff;
    background-image: radial-gradient(#f6f6f6 29%, transparent 32%),
        radial-gradient(#f6f6f6 29%, transparent 32%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

.bg_ptn2 {
    margin: auto;
    background-color: #e5e5e5;
    background-image: radial-gradient(#dfdfdf 29%, transparent 32%),
        radial-gradient(#dfdfdf 29%, transparent 32%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　--header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　--spmenu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header .pcmenu {
    display: none;
}

header .description {
    display: none;
}

header .spmenu {
    display: block;
    z-index: 999999;
    width: 100%;
    height: 52px;
    top: 0;
    background: #fff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.5);
}

header .spmenu h2 {
    text-align: left;
}

header .spmenu h2 img {
    width: 185px;
    height: auto;
    padding-left: 10px;
    padding-top: 10px;
}

header .spmenu .drawer-hamburger {
    width: 2.6rem;
    padding: 16px 3% 8%;
    z-index: 99999;
}

header .spmenu .drawer-brand {
    max-width: 200px;
    margin-left: -15px;
}

header .spmenu .drawer-brand img {
    width: 84%;
    height: auto;
    margin-top: 7px;
}

header .spmenu .drawer-menu-item {
    border-bottom: 1px solid #aaa;
    text-align: left;
    padding: 12px 40px 12px 20px;
    background: #fff;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
}

header .spmenu .color .drawer-menu-item {
    border-bottom: 1px solid #aaa;
    background: #fff;
}

header .spmenu li #acMenu dt {
    border-bottom: 1px solid #e8e9ec;
    text-align: left;
    padding: 16px 4%;
    font-size: 15px;
    font-size: 1.5rem;
}

header .spmenu li #acMenu dd {
    background: #ffffff;
    text-align: center;
    display: none;
    margin: 0px;
    padding: 0px;
}

header .spmenu li #acMenu dd ul li{
    position:relative;
    text-align:left;
}

header .spmenu li #acMenu dd ul li:last-of-type{
    border-bottom:none;
}

header .spmenu li #acMenu dd ul li .grandchild_button{
    position:absolute;
    z-index:2;
    right:0;
    top:4px;
    height:40px;
    width:40px;
    border:1px solid #FFF;
    display:flex;
    align-items:center;
    justify-content:center;
}

header .spmenu .drawer-menu-item:after {
    position: absolute;
    top: 50%;
    right: 4%;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .spmenu .color .drawer-menu-item:after {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

header .spmenu .drawer-menu-item:hover {
    text-decoration: underline;
}

header .spmenu .drawer-nav {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.header-nav {
    display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++　--contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media print,
screen and (min-width: 1040px) {
    #contents_wrap {
        margin-top: 0px;
    }
}

#contents {
    text-align: left;
    width: 100%;

}

.subpage #contents {
    padding-bottom: 40px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++　--pagetitle
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#pagetitle {
    margin: auto;
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

#pagetitle {
    background-color: #5175bd;
    background-image: radial-gradient(#4d7ee0 29%, transparent 32%),
        radial-gradient(#4d7ee0 29%, transparent 32%);
}

#page_business #pagetitle {
    background-color: #71b85d;
    background-image: radial-gradient(#6db15b 29%, transparent 32%),
        radial-gradient(#6db15b 29%, transparent 32%);
}

#page_about #pagetitle {
    background-color: #f5a115;
    background-image: radial-gradient(#f39800 29%, transparent 32%),
        radial-gradient(#f39800 29%, transparent 32%);
}

#page_info #pagetitle {
    background-color: #eb6c73;
    background-image: radial-gradient(#e86068 29%, transparent 32%),
        radial-gradient(#e86068 29%, transparent 32%);
}

#page_contact #pagetitle {
    background-color: #71b85d;
    background-image: radial-gradient(#6db15b 29%, transparent 32%),
        radial-gradient(#6db15b 29%, transparent 32%);
}

#page_recruit #pagetitle {
    background-color: #f5a115;
    background-image: radial-gradient(#f39800 29%, transparent 32%),
        radial-gradient(#f39800 29%, transparent 32%);
}

#page_goods #pagetitle {
    background-color: #5175bd;
    background-image: radial-gradient(#3c61ac 29%, transparent 32%),
        radial-gradient(#3c61ac 29%, transparent 32%);
}

.language #pagetitle {
    background-color: #f3f3f3 !important;
    background-image: none !important;
}

.language #pagetitle h2 {
    color: #000;
    font-weight: bold;
}

#pagetitle {
    padding: 30px 0;
}

#pagetitle h2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    padding-top: 4px;

}

#pagetitle img {
    width: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++　--メニュー一覧の背景
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
section.menu_wrap {
    padding: 8% 0 10%;

}

#page_about section.menu_wrap {
    background: url(../../images/about_menu.jpg) center center;
    background-size: cover;
}

#page_business section.menu_wrap {
    background: url(../../images/business_menu.jpg) center center;
    background-size: cover;
}

#page_info section.menu_wrap {
    background: url(../../images/info_menu.jpg) center center;
    background-size: cover;
}

#page_contact section.menu_wrap {
    background: url(../../images/contact_menu.jpg) center center;
    background-size: cover;
}

#page_goods section.menu_wrap {
    background: url(../../images/goods_menu.jpg) center center;
    background-size: cover;
}

#page_recruit section.menu_wrap {
    background: url(../../images/recruit_menu.jpg) center center;
    background-size: cover;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++　--footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
    background: #e8e9ec;
    padding: 4% 0 0;
}

footer .wrapper {
    padding: 0;
}


footer .footer_bottom .links .copy {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    margin-top: 40px;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#page_top img {
    width: 60px;
    height: 60px;
}

footer .footer-logo {
    width: 92%;
    margin: 0 auto;
}
footer .footer-logo img {
    width: 70%;
    margin: 0 auto;
}

footer .footer-logo address {
    padding: 4% 0;
	font-size: 1.2rem;
}

footer .footer-container {
 	display: none;
}

footer ul li.root.pt {
    padding-top: 18px;
}

footer ul li {
    display: block;
    position: relative;
    line-height: 1.6;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}

footer ul li a {
    display: block;
    position: relative;
    padding-left: 25px;
}

footer ul li.root a {
    font-size: 15px;
    width: 92%;
    margin: 0 auto;
}


footer ul li.leaf {
    display: none;

}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li.root.bl a:before {
    background: #3c61ac;
}

footer ul li.root.gr a:before {
    background: #4ca534;
}

footer ul li.root.or a:before {
    background: #f39800;
}

footer ul li.root.re a:before {
    background: #eb6c73;
}

footer ul li.root a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 17px;
    height: 17px;
    margin-top: -4px;
    border-radius: 50%;
    transition: .2s;
    display: block;
}

footer ul li.root a:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-radius: 50%;
    transition: .2s;
    display: block;
    background: #e8e9ec;
}

footer .copy {
    background: #4b4e53;
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
}

footer .copy .wrapper {
    text-align: center;
}



.pagination {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination .page-numbers.current {
    background-color: #f1efef;
}

.pagination .page-numbers:hover {
    background-color: #f1efef;
}

.pagination .page-numbers {
    margin: 20px 2px;
    padding: 3px 8px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    border: 2px solid #ccc;
    background: #fff;
}




#page_single #contents_wrap #contents {
    width: 100%;
    margin-bottom: 8%;
}

#page_single #sidebar {
    width: 100%;
}

#page_single #sidebar select {
    display: block;
    width: 100%;
    padding: .5rem .8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #111;
    border-radius: 0px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


#page_single #sidebar .cat {
    border: 1px solid #000;
    margin-left: 8px;
    padding: 1px 16px 1.5px;
    font-size: 13px;
}

#page_single #sidebar .cat.event {
    border-color: #7e57a8;
    color: #7e57a8;
}

#page_single #sidebar .cat.kousya {
    border-color: #3c61ac;
    color: #3c61ac;
}

#page_single #sidebar .cat.tikatetsu {
    border-color: #4ca534;
    color: #4ca534;
}

#page_single #sidebar .cat.recruit_info {
    border-color: #f39800;
    color: #f39800;
}

#page_single #sidebar .cat.romen {
    border-color: #eb6c73;
    color: #eb6c73;
}

#page_single #sidebar .cat_list li {
    padding: 12px 12px 12px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#page_single #sidebar .cat_list li:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 24px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3c61ac;
    border-right: 2px solid #3c61ac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page_single #sidebar .latest_list ul li {
    border-bottom: 1px solid #dddddd;
    padding: 12px 20px;
}

#page_single #sidebar .latest_list ul li a {
    font-size: 14px;
}

#page_single #sidebar .latest_list ul li:nth-child(2n) {
    background: #e8e9ec;
}

#page_single #sidebar .latest_list h3 {
    margin-top: 7px;
}

#page_single #sidebar .linkbtn {
    text-align: right;
    padding-top: 6px;
}

#page_single #sidebar .linkbtn a {
    color: #3c61ac;
    padding-right: 18px;
    position: relative;
    display: block;
}

#page_single #sidebar .linkbtn a:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3c61ac;
    border-right: 2px solid #3c61ac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (min-width: 768px) and (max-width: 1040px) {
    #page_single #contents_wrap #contents {
        width: 100%;
    }
}







#acMenu dt {
    border-bottom: 2px solid #e8e9ec;
    text-align: left;
    padding: 4% 0% 4% 4%;
}

#acMenu dd {
    background: #ffffff;
    text-align: center;
    display: none;
    margin: 0px;
    padding: 0px;
}

#layerMenu .root {
    font-size: 15px;
    background: #fff;
    position: relative;
}

#layerMenu .root:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#layerMenu .root.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}



#layerMenu .leaf {
    font-size: 14px;
    background: #e8e9ec;
    padding-left: 4%;
    border-bottom: 1px solid #fff;
    padding: 14px 4% 10px 60px;
    font-size: 13px;

}

#layerMenu .close {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    font-size: 13px;
    text-decoration: none;
    color: #171717;
}

#layerMenu .close img {
    width: 20px;
    padding-bottom: 2px;
}




.header_left-column {
    float: left;
}

header .header_lang {
    float: right;
    width: 35px;
    top: 6px;
    position: relative;
}

header .menu {
    float: right;
}

header .inner {
    width: 100%;
    position: relative;
    z-index: 99999;
    background: #fff;
    height: 52px;
    position: fixed;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}

header .inner.open {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

footer .inner {
    width: 100%;
}

#closeMenu {
    display: none;
    z-index: 10001;
}

#openMenu,
#closeMenu {
    top: 4px;
    position: relative;
}

#openMenu img,
#closeMenu img {
    width: 52px;
    height: auto;
    z-index: 10001;
}

#layerMenu {
    position: fixed;
    top: 52px;
    bottom:0;
    display: none;
    width: 100%;
    z-index: 9999;
    overflow-y:scroll;
}


#layerMenu ul {
    position: relative;
    border-top: 2px solid #e9e9e9;
}

#layerMenu ul li {
    background: #fff;
    list-style: none;
    vertical-align: middle;
}

#layerMenu ul li a {
    color: #171717;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

#layerMenu ul li a::after {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 2px solid #171717;
    border-right: 2px solid #171717;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#layerMenu ul li a.close::after {
    display: none;
}

#overray {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


#layerMenu .root {
    position: relative;
    padding-left: 60px !important;
}

#layerMenu .root.about:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 35px;
    background: url(../../images/nav_about.svg);
    background-size: contain;
    vertical-align: middle;
    left: 11px;
    top: 12px;
}

#layerMenu .root.business:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 35px;
    background: url(../../images/nav_business.svg);
    background-size: contain;
    vertical-align: middle;
    left: 11px;
    top: 12px;
}

#layerMenu .root.info:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 35px;
    background: url(../../images/nav_info.svg);
    background-size: contain;
    vertical-align: middle;
    left: 11px;
    top: 12px;
}

#layerMenu .root.goods:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 35px;
    background: url(../../images/nav_goods.svg);
    background-size: contain;
    vertical-align: middle;
    left: 11px;
    top: 12px;
}

#layerMenu ul > li.business .btn {
    padding: 30px 4%;
}

#layerMenu ul > li.business .btn a {
    border-bottom: none;
    border: 3px solid #d2d2d2;
    padding: 14px 17px 11px;
}

#layerMenu ul > li.business .btn a:after {
    right: 22px;
}

#layerMenu ul > li.contact {
    position: relative;
    padding: 18px 0;
}

#layerMenu ul > li.contact a {
    position: relative;
}

#layerMenu ul > li.contact a:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -8px;
    display: inline-block;
    width: 43px;
    height: 38px;
    background-image: url(../../images/header_contact.svg);
    background-size: contain;
    vertical-align: middle;
}

#layerMenu ul > li.contact a:after {
    right: 22px;
}

#layerMenu ul > li.contact a {
    border-bottom: none;
    padding-left: 60px;
}

#layerMenu .search {
    position: relative;
    padding: 20px 0;
}

#layerMenu #search_btn {
    border: 0px;
    background: url(../../images/search_icon.png) left top no-repeat;
    position: absolute;
    right: 8%;
    top: 32px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
}

#layerMenu .search_box {
    box-sizing: border-box;
    position: relative;
    border: none;
    padding: 3px 25px;
    border-radius: 0px;
    height: 3.5em;
    width: 92%;
    background: #e8e9ec;
}

#layerMenu .lang ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#layerMenu .lang ol {
    border-top: solid 1px #e9e9e9;
}

#layerMenu .lang ol li {
    width: 50%;
}

#layerMenu .lang ol li:nth-child(2n) {
    border-left: 1px solid #e9e9e9;
}

#layerMenu .lang ol li a {
    padding: 14px 20px;
    text-align: center;
}

#layerMenu .lang ol li a:after {
    content: none;
}

#layerMenu ul > li.recruit {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #e8e9ec;
}

#layerMenu ul > li.recruit a {
    border-bottom: none;
    position: relative;
    padding: 16px 4% 16px 60px;
}

#layerMenu ul > li.recruit a:after {
    right: 23px;
}

#layerMenu ul > li.recruit a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 34px;
    background: url(../../images/nav_recruit.svg);
    background-size: contain;
    vertical-align: middle;
    left: 11px;
    top: 12px;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　--pan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pan {
    line-height: 1.3;
    padding: 20px 0 20px;
}

#pan ul {
    display: flex;
    flex-direction: row;
}

#pan ul li {
    margin-right: 12px;
    font-size: 11px;
}

#pan ul li .home {
    display: inline-block;
    width: 14px;
    height: 12px;
    position: relative;
    top: -1px;
    background-size: contain;
    vertical-align: middle;
}

#pan ul li {
    position: relative;
}

#pan ul li:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: -15px;
    width: 16px;
    height: 11px;
    top: 2px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../../images/arrow_pan.svg);
}

#pan ul li:last-of-type:after {
    content: none;
}

#pan ul li .home {
    background-image: url(../../images/home_pan.svg);
}


/* カラー部 */

/* 事業内容
==========================================*/
#page_business #pan a,
#page_business #pan {
    color: #4ca534;
}

#page_business #pan ul li .home {
    background-image: url(../../images/home_business_pan.svg);
}

#pan a:hover {
    text-decoration: underline;

}

/* 公社について
==========================================*/
#page_about #pan a,
#page_about #pan {
    color: #f39800;
}

#page_about #pan ul li .home {
    background-image: url(../../images/home_about_pan.svg);
}

/* イベント情報
==========================================*/
#page_info #pan a,
#page_info #pan {
    color: #eb6c73;
}

#page_info #pan ul li .home {
    background-image: url(../../images/home_info_pan.svg);
}

#pan a:hover {
    text-decoration: underline;
}

/* お問い合わせ
==========================================*/
#page_contact #pan a,
#page_contact #pan {
    color: #4ca534;
}

#page_contact #pan ul li .home {
    background-image: url(../../images/home_contact_pan.svg);
}

#pan a:hover {
    text-decoration: underline;
}

/* 公社について
==========================================*/
#page_recruit #pan a,
#page_recruit #pan {
    color: #f39800;
}

#page_recruit #pan ul li .home {
    background-image: url(../../images/home_about_pan.svg);
}


/* イベント情報
==========================================*/
#page_info #pan a,
#page_info #pan {
    color: #eb6c73;
}

#page_info #pan ul li .home {
    background-image: url(../../images/home_info_pan.svg);
}

#pan a:hover {
    text-decoration: underline;
}

/* お問い合わせ
==========================================*/
#page_contact #pan a,
#page_contact #pan {
    color: #4ca534;
}

#page_contact #pan ul li .home {
    background-image: url(../../images/home_contact_pan.svg);
}

#pan a:hover {
    text-decoration: underline;
}

/* オリジナルグッズ販売
==========================================*/
#page_goods #pan a,
#page_goods #pan {
    color: #3c61ac;
}

#page_goods #pan ul li .home {
    background-image: url(../../images/home_goods_pan.svg);
}

#pan a:hover {
    text-decoration: underline;
}

/* 採用情報
==========================================*/
#page_recruit #pan a,
#page_recruit #pan {
    color: #f39800;
}

#page_recruit #pan ul li .home {
    background-image: url(../../images/home_about_pan.svg);
}

/*20200423_add_shiraishi*/
/*#page_recruit .wp-block-column:nth-child(1){flex-basis: 30%!important; }
#page_recruit .wp-block-column:nth-child(1) p{line-height: 1.5;}
#page_recruit .wp-block-column:nth-child(2){flex-basis: 70%!important;}*/
/*20200424_add saitoa*/
#page_recruit .wp-block-cover{ min-height: 250px!important;}
#advgb-col-98ab3863-d571-4c30-b191-d01db65770a6{ order:2;}
#advgb-col-cabe021b-c36b-4cee-8ce3-2a368e1c99c1{ order:1;}

.r-question .advgb-column.advgb-is-one-quarter-mobile {width:5%!important;}
.recruit_btn.column-1 .topback{width: 60%!important; margin: 0 auto!important;}

/*sns*/
.footer-logo p.sns { display: flex; }
.footer-logo p.sns a { width: 10%;  margin: 0 20px 20px 0; }


