.rcsLinkType01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType01 .link_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    max-width: 100%
}

.rcsLinkType01 .link_box ._img_box img {
    max-width: 100%;
    -webkit-box-shadow: 4px 4px;
    box-shadow: 4px 4px
}

.rcsLinkType01 .link_box ._title_box h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgba(203, 48, 93, 0.6);
    color: #FFF;
    position: absolute;
    width: 200px;
    padding: 20px 0;
    bottom: 20px;
    left: -10px;
    margin: 0 auto
}

.rcsLinkType01 .link_box ._title_box h3:before {
    font-family: "fontAwesome";
    content: "\f0da";
    margin-right: 8px
}

.rcsLinkType01 .link_box ._title_box h3 span {
    display: none
}

.rcsLinkType01 .link_box ._explain_box {
    display: none
}

.rcsLinkType01 .link_box ._btn_box {
    display: none
}

.rcsLinkType01._col2 .link_box {
    width: 49%
}

.rcsLinkType01._col3 .link_box {
    width: 32%
}

.rcsLinkType01._col4 .link_box {
    width: 24%
}

.rcsLinkType02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType02 .link_box {
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #cb305d;
    position: relative;
    overflow: hidden
}

.rcsLinkType02 .link_box ._img_box {
    text-align: center
}

.rcsLinkType02 .link_box ._img_box img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.rcsLinkType02 .link_box ._title_box h3 {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    color: #cb305d;
    font-size: 22px;
    width: 100%;
    z-index: 100;
    bottom: 10px;
    padding: 5px 0 5px 10px;
    line-height: 1.1
}

.rcsLinkType02 .link_box ._title_box h3 span {
    display: block;
    font-size: 20px;
    margin-left: 10px
}

.rcsLinkType02 .link_box ._explain_box {
    display: none
}

.rcsLinkType02 .link_box ._btn_box {
    display: none
}

.rcsLinkType02._col2 .link_box {
    width: 49%
}

.rcsLinkType02._col3 .link_box {
    width: 32%
}

.rcsLinkType02._col4 .link_box {
    width: 24%
}

.rcsLinkType03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType03 .link_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #cb305d;
    position: relative;
    overflow: hidden
}

.rcsLinkType03 .link_box ._img_box img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.rcsLinkType03 .link_box ._title_box h3 {
    position: absolute;
    background: rgba(203, 48, 93, 0.8);
    color: #FFF;
    font-size: 22px;
    width: 100%;
    z-index: 100;
    bottom: 10px;
    padding: 5px 0 5px 10px;
    line-height: 1.1;
    text-align: center
}

.rcsLinkType03 .link_box ._title_box h3 span {
    display: block;
    font-size: 20px;
    margin-left: 10px
}

.rcsLinkType03 .link_box ._explain_box {
    display: none
}

.rcsLinkType03 .link_box ._btn_box {
    display: none
}

.rcsLinkType03._col2 .link_box {
    width: 49%
}

.rcsLinkType03._col3 .link_box {
    width: 32%
}

.rcsLinkType03._col4 .link_box {
    width: 24%
}

.rcsLinkType04 {
    min-width: 960px;
    max-width: 100%;
    padding: 20px 0
}

.rcsLinkType04 ul {
    overflow: hidden
}

.rcsLinkType04._col1 li {
    width: 100%;
    min-height: 400px
}

.rcsLinkType04._col1 li:first-child {
    width: 100%
}

.rcsLinkType04._col1 .bg {
    height: 400px
}

.rcsLinkType04._col2 li {
    width: 50%;
    min-height: 400px
}

.rcsLinkType04._col2 li:first-child {
    width: 50%
}

.rcsLinkType04._col2 .bg {
    height: 400px
}

.rcsLinkType04._col3 li {
    width: 33.3%;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rcsLinkType04._col3 li:first-child {
    width: 33.4%
}

.rcsLinkType04._col3 .bg {
    height: 400px
}

.rcsLinkType04._col4 li {
    width: 25%;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rcsLinkType04._col4 li:first-child {
    width: 25%
}

.rcsLinkType04._col4 .bg {
    height: 400px
}

.rcsLinkType04 li {
    float: left;
    overflow: hidden;
    position: relative
}

.rcsLinkType04 li a {
    display: block;
    text-align: center;
    overflow: hidden
}

.rcsLinkType04 li a .piclogo {
    position: relative;
    padding: 50px 0
}

.rcsLinkType04 li a .weblogo {
    display: block;
    margin: 50px auto;
    width: 200px;
    position: relative;
    padding: 75px 35px;
    text-align: center;
    background: rgba(203, 48, 93, 0.6);
    border-radius: 50%
}

.rcsLinkType04 li a .weblogo i {
    font-family: "fontAwesome";
    font-size: 60px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.9)
}

.rcsLinkType04 li a .weblogo span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px
}

.rcsLinkType04 li:nth-child(1) .bg {
    background: url(../img/base_img1.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(2) .bg {
    background: url(../img/base_img2.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(3) .bg {
    background: url(../img/base_img3.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(4) .bg {
    background: url(../img/base_img4.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li .bg {
    width: 101%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType04 li:hover .bg {
    opacity: 0.6;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType05 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.rcsLinkType05._bgimg1 {
    background-image: url(../img/base_img4.jpg)
}

.rcsLinkType05._bgimg2 {
    background-image: url(../img/base_img5.jpg)
}

.rcsLinkType05._bgimg3 {
    background-image: url(../img/base_img6.jpg)
}

.rcsLinkType05 ._boxBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 960px;
    margin: 0 auto
}

.rcsLinkType05 ._boxBase._ctr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px auto
}

.rcsLinkType05 ._boxBase._rgt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 80px auto
}

.rcsLinkType05 ._boxDetail {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    padding: 15% 5%
}

.rcsLinkType05 h2 {
    text-align: center;
    font-size: 30px;
    line-height: .8;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 2px
}

.rcsLinkType05 h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #cb305d;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.rcsLinkType05 h2 span {
    font-size: 18px;
    display: block
}

.rcsLinkType05 ._btn a {
    position: relative;
    z-index: 2;
    background-color: #cb305d;
    border: 2px solid #cb305d;
    font-size: 13px;
    display: block;
    width: 200px;
    margin: 15px auto;
    text-align: center;
    font-weight: normal;
    padding: 2px 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rcsLinkType05 ._btn a:link,
.rcsLinkType05 ._btn a:visited {
    color: #fff;
    text-decoration: none
}

.rcsLinkType05 ._btn a:hover {
    color: #cb305d;
    background-color: #fff;
    border-color: #cb305d
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #cb305d
}

.rcsLinkType05 ._btn a::before {
    right: 0
}

.rcsLinkType05 ._btn a::after {
    left: 0
}

.rcsLinkType05 ._btn a:hover::before,
.rcsLinkType05 ._btn a:hover::after {
    width: 0;
    background-color: #cb305d
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rcsLinkType06 {
    width: 100%
}

.rcsLinkType06 ul {
    overflow: hidden
}

.rcsLinkType06 li {
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType06 li:hover {
    opacity: 0.6;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType06 li a {
    display: block;
    text-align: center;
    overflow: hidden
}

.rcsLinkType06 li:nth-child(1) {
    background: url(../img/base_img3.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(2) {
    background: url(../img/base_img4.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(3) {
    background: url(../img/base_img5.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(4) {
    background: url(../img/base_img6.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li .bg {
    width: 101%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType06 li:hover .bg {
    opacity: 0.6;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType06 li figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 230px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px
}

.rcsLinkType06 li figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.rcsLinkType06 li figure:after,
.rcsLinkType06 li figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rcsLinkType06 li figure:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0
}

.rcsLinkType06 li figure figcaption {
    z-index: 1;
    padding: 30px 40px;
    background: none
}

.rcsLinkType06 li figure h3,
.rcsLinkType06 li figure .links {
    width: 100%;
    margin: 5px 0;
    padding: 0
}

.rcsLinkType06 li figure h3 {
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    left: 0;
    position: relative;
    font-size: 20px;
    text-align: left
}

.rcsLinkType06 li figure h3 span {
    font-size: 12px;
    border-top: 1px solid #fff;
    padding-top: 3px;
    color: #FFF
}

.rcsLinkType06 li figure p {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    text-align: left
}

.rcsLinkType06 li figure i {
    position: absolute;
    bottom: -10px;
    right: 10px;
    padding: 20px 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.rcsLinkType06 li figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.rcsLinkType06 li figure:hover:after,
.rcsLinkType06 li figure.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.rcsLinkType06 li figure:hover h3,
.rcsLinkType06 li figure.hover h3,
.rcsLinkType06 li figure:hover p,
.rcsLinkType06 li figure.hover p,
.rcsLinkType06 li figure:hover i,
.rcsLinkType06 li figure.hover i {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1
}

.rcsLinkType06 li figure:hover h3 {
    background: transparent;
    padding: 0px;
    left: 0%
}

.rcsLinkType06._col1 li {
    width: 100%
}

.rcsLinkType06._col2 li {
    width: 50%
}

.rcsLinkType06._col3 li {
    width: 33.3%
}

.bxslide01Wrapper {
    width: 100%
}

.bxslide01Main {
    width: 960px;
    margin: 10px auto;
    height: auto;
    position: relative
}

bxslide02Wrapper {
    width: 100%
}

.bxslide02Main {
    position: relative
}

.bxslide02 {
    background: no-repeat center center;
    background-size: cover
}

.bxslide02_botom {
    background: no-repeat bottom;
    background-size: cover
}

.bxslide02_img1 {
    background-image: url(../bxslider/images/flash1.jpg)
}

.bxslide02_img2 {
    background-image: url(../bxslider/images/flash2.jpg)
}

.bxslide02_img3 {
    background-image: url(../bxslider/images/flash3.jpg)
}

.bxslide_txt {
    width: 960px;
    height: 500px;
    margin: 0 auto
}

.wideslider01wrapper {
    width: 100%
}

.wideslider01Main {
    margin: 0 auto;
    position: relative
}

.wideslider01Txt1 {
    font-family: "Sawarabi Mincho";
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    z-index: 999999;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px
}

.wideslider01Txt1 a span {
    padding: 0 20px;
    background: rgba(203, 48, 93, 0.7)
}

.wideslider01Txt1 a:link {
    color: #FFF;
    text-decoration: none
}

.wideslider01Txt1 a:visited {
    color: #FFF;
    text-decoration: none
}

.wideslider01Txt1 a:hover {
    color: #FFF;
    text-decoration: none
}

.rcsContactType01 {
    width: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    background-attachment: fixed
}

.rcsContactType01._bg_img1 {
    background: url(../img/base_img1.jpg) no-repeat center center
}

.rcsContactType01._bg_img2 {
    background: url(../img/base_img2.jpg) no-repeat center center
}

.rcsContactType01._bg_img3 {
    background: url(../img/base_img3.jpg) no-repeat center center;
    color: #fff
}

.rcsContactType01._bg_img4 {
    background: url(../img/base_img4.jpg) no-repeat center center
}

.rcsContactType01 ._contactBox {
    width: 960px;
    margin: 0 auto;
    padding: 15px 0
}

.rcsContactType01 ._bgwhite {
    background: rgba(255, 255, 255, 0.8)
}

.rcsContactType01 h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin: 15px 0;
    letter-spacing: 2px;
    line-height: 0.6
}

.rcsContactType01 ._contactCenter {
    text-align: center
}

.rcsContactType01 ._contact_tel a {
    display: block;
    font-size: 40px;
    text-align: center;
    font-weight: 900
}

.rcsContactType01 ._contact_tel a:before {
    font-family: "fontAwesome";
    content: "\f095";
    font-size: 30px;
    margin-right: 8px
}

.rcsContactType01 ._contactBtn {
    font-weight: bold
}

.rcsContactType01 ._contactBtn * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.rcsContactType01 ._contactBtn a {
    font-size: 17px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    display: block;
    padding: 8px 5px;
    font-weight: normal;
    border: 2px solid #cb305d;
    margin: 20px auto;
    background: #cb305d
}

.rcsContactType01 ._contactBtn a:link {
    color: #fff;
    text-decoration: none
}

.rcsContactType01 ._contactBtn a:visited {
    color: #fff
}

.rcsContactType01 ._contactBtn a:hover {
    color: #cb305d;
    background: #fff;
    text-decoration: none;
    border: 2px solid #cb305d
}

.rcsContactType01 ._contactBtn a:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 5px
}

/*# sourceMappingURL=parts.css.map */