@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");
.rcsLinkType01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.rcsLinkType01 .link_box ._title_box h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: rgba(189, 66, 90, 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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rcsLinkType02 .link_box {
  margin-bottom: 10px;
  background: #FFF;
  height: 200px;
  border: 2px solid #BD425A;
  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: #BD425A;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rcsLinkType03 .link_box {
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #FFF;
  height: 200px;
  border: 2px solid #BD425A;
  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(189, 66, 90, 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;
  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;
  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(189, 66, 90, 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;
  transition: all 0.4s;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.rcsLinkType04 li:hover .bg {
  opacity: 0.6;
  transform: scale(1.03);
  -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: flex;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}

.rcsLinkType05 ._boxBase._ctr {
  justify-content: center;
  margin: 80px auto;
}

.rcsLinkType05 ._boxBase._rgt {
  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: #BD425A;
  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: #BD425A;
  border: 2px solid #BD425A;
  font-size: 13px;
  display: block;
  width: 200px;
  margin: 15px auto;
  text-align: center;
  font-weight: normal;
  padding: 2px 0;
  color: #fff;
  box-sizing: border-box;
  transition: all .3s;
}

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

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

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

.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: #BD425A;
}

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

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

.rcsLinkType06 {
  width: 100%;
}

.rcsLinkType06 ul {
  overflow: hidden;
}

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

.rcsLinkType06 li:hover {
  opacity: 0.6;
  /*transform: scale(1.03);*/
  -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;
  transition: all 0.4s;
  transition: all 0.4s;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.rcsLinkType06 li:hover .bg {
  opacity: 0.6;
  transform: scale(1.03);
  -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;
  /*background-color: rgba( #000 , 0.6 );*/
}

.rcsLinkType06 li figure * {
  box-sizing: border-box;
  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);
  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%;
  transform: translateY(40px);
  text-align: left;
}

.rcsLinkType06 li figure i {
  position: absolute;
  bottom: -10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  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 {
  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;
  /* Safari用 */
  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(189, 66, 90, 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 * {
  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 #BD425A;
  margin: 20px auto;
  background: #BD425A;
}

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

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

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

.rcsContactType01 ._contactBtn a:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 5px;
}
/*# sourceMappingURL=parts.css.map */