@charset "utf-8";
/**********************************************************************
	グローバルナビ - className : G_nav
***********************************************************************/
.G_nav {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f4f0e8; }
  .G_nav ul {
    padding-top: 15px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }
    .G_nav ul li {
      display: inline-block;
      margin-right: 30px; }
      .G_nav ul li a {
        border-bottom: 0 solid #000; }
        .G_nav ul li a:hover {
          border-bottom: 2px solid #000; }
  .G_nav .m-btn {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right; }

/**********************************************************************
	おしらせ01 - className : News01
***********************************************************************/
.News01 .m-tag {
  border-radius: 50px; }
.News01 .News01-tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px; }
  .News01 .News01-tab li {
    display: table-cell;
    text-align: center;
    padding: 10px;
    color: white;
    background: #dc1148;
    cursor: pointer; }
    .News01 .News01-tab li:hover {
      opacity: .7; }
    .News01 .News01-tab li > * {
      position: relative;
      height: 100%; }
    .News01 .News01-tab li .active:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top: 10px solid #dc1148;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .News01 .News01-tab .News01-tab-news {
    background: #3b3b3b; }
  .News01 .News01-tab .News01-tab-event {
    background: #3B3B3B; }
  .News01 .News01-tab .News01-tab-product {
    background: #3B3B3B; }
.News01 .News01-row {
  padding: 30px 20px;
  width: 100%;
  display: table;
  table-layout: fixed;
  color: #333;
  border-bottom: 1px solid #ccc; }
  .News01 .News01-row:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.04); }
.News01 .News01-time {
  display: table-cell;
  width: 80px;
  font-size: 1.2rem;
  vertical-align: middle;
  font-weight: bold; }
.News01 .News01-category {
  display: table-cell;
  width: 150px;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle; }
.News01 .News01-detail {
  display: table-cell;
  vertical-align: middle; }
.News01 .News01-to_list {
  text-align: right;
  margin-top: 20px; }
  .News01 .News01-to_list a {
    color: #333; }

@media only screen and (max-width: 767px) {
  .News01 .News01-row {
    padding: 30px 20px;
    width: 100%;
    display: block; }
  .News01 .News01-time {
    display: inline-block; }
  .News01 .News01-category {
    display: inline-block;
    width: auto; }
  .News01 .News01-detail {
    padding-top: 5px;
    display: block; }
  .News01 .News01-to_list a {
    color: #333; } }
/**********************************************************************
	おしらせ02 - className : News02
***********************************************************************/
.News02 .News02-list {
  display: table;
  table-layout: fixed; }
.News02 .News02-row {
  width: 25%;
  padding: 20px 20px;
  display: table-cell;
  border-right: 1px dotted #ccc; }
  .News02 .News02-row:last-child {
    border-right: none; }
  .News02 .News02-row:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.04); }
.News02 .News02-time {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  font-weight: bold;
  color: #333; }
.News02 .News02-category {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle; }
.News02 .News02-detail {
  margin-top: 10px;
  color: #950c31; }
.News02 .News02-to_list {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px; }
  .News02 .News02-to_list a {
    color: #333; }

@media only screen and (max-width: 767px) {
  .News02 .News02-row {
    padding: 30px 20px;
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px dotted #ccc; }
  .News02 .News02-time {
    display: inline-block; }
  .News02 .News02-category {
    display: inline-block;
    width: auto; }
  .News02 .News02-detail {
    padding-top: 5px;
    display: block; }
  .News02 .News02-to_list a {
    color: #333; } }
/**********************************************************************
	メインビジュアル01 - className : Mv01
***********************************************************************/
.Mv01 {
  padding-bottom: 0;
  overflow: hidden; }
  .Mv01 .slick-dots {
    bottom: 30px; }
  .Mv01 .slick-arrow {
    display: none !important; }
  .Mv01 .slick-slider {
    margin-bottom: 0; }
  .Mv01 .Mv01-slick li {
    height: 700px; }
  .Mv01 .m-common_box {
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    font-size: 1.8rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .Mv01 .m-common_box .common_box-header {
      margin-top: 200px;
      margin-bottom: 30px; }
    .Mv01 .m-common_box .common_box-body {
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      font-size: 1.4rem;
      line-height: 2; }
      .Mv01 .m-common_box .common_box-body figure {
        margin-top: 60px; }
    .Mv01 .m-common_box .common_box-footer {
      margin-top: 60px; }

@media only screen and (max-width: 767px) {
  .Mv01 .slick-arrow, .Mv01 .slick-dots {
    display: none !important; }
  .Mv01 .Mv01-slick li {
    height: 400px; }
  .Mv01 .m-common_box {
    width: 90%; }
    .Mv01 .m-common_box .common_box-header {
      margin-top: 50px; }
      .Mv01 .m-common_box .common_box-header img {
        width: 100%;
        height: auto; }
    .Mv01 .m-common_box .common_box-body {
      font-size: 1.2rem;
      margin-bottom: 5px;
      line-height: 1.6; }
      .Mv01 .m-common_box .common_box-body figure {
        margin-top: 30px; }
        .Mv01 .m-common_box .common_box-body figure img {
          width: 150px;
          height: auto; }
    .Mv01 .m-common_box .common_box-footer {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
      .Mv01 .m-common_box .common_box-footer img {
        width: 60px;
        height: 60px; } }
/**********************************************************************
	メインビジュアル02 - className : Mv02
***********************************************************************/
.Mv02 .slick-dots {
  bottom: 30px; }
.Mv02 .slick-slide {
  opacity: .3;
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s; }
.Mv02 .slick-current {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  box-shadow: 0px 0px 18px -6px #8a8a8a;
  -moz-box-shadow: 0px 0px 18px -6px #8a8a8a;
  -webkit-box-shadow: 0px 0px 18px -6px #8a8a8a; }

/**********************************************************************
	下層へのリンク - className : Under_link01
***********************************************************************/
.Under_link01 {
  text-align: center; }
  .Under_link01 .m-common_box {
    margin-top: -60px;
    margin-bottom: -60px;
    width: 50%;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 50px; }
    .Under_link01 .m-common_box .common_box-header {
      font-size: 3rem; }

@media only screen and (max-width: 767px) {
  .Under_link01 .m-common_box {
    margin-top: -40px;
    margin-bottom: -40px;
    width: 70%;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 20px; }
    .Under_link01 .m-common_box .common_box-header {
      font-size: 2rem; }
    .Under_link01 .m-common_box .common_box-body {
      font-size: 1.2rem; } }
/**********************************************************************
	下層へのリンク - className : Under_link02
***********************************************************************/
.Under_link02 {
  text-align: center;
  color: white; }
  .Under_link02 .m-common_box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 50px; }
    .Under_link02 .m-common_box .common_box-header {
      font-size: 3rem; }
    .Under_link02 .m-common_box .common_box-footer a {
      color: white; }
  .Under_link02 .m-common_box-white {
    background: rgba(255, 255, 255, 0.7);
    color: #333; }
    .Under_link02 .m-common_box-white .common_box-footer a {
      color: #333; }

@media only screen and (max-width: 767px) {
  .Under_link02 .m-common_box {
    padding: 40px 25px; }
    .Under_link02 .m-common_box .common_box-header {
      font-size: 2rem; } }
/**********************************************************************
	下層へのリンク - className : Under_link03
***********************************************************************/
.Under_link03 {
  text-align: center;
  color: white;
  padding-top: 0;
  padding-bottom: 0; }
  .Under_link03 a {
    color: white; }
    .Under_link03 a:hover {
      text-decoration: none; }
  .Under_link03 .l-inner-full {
    background: rgba(0, 0, 0, 0.5); }
  .Under_link03 .m-common_box {
    padding: 80px 50px; }
    .Under_link03 .m-common_box .common_box-header {
      font-size: 1.8rem;
      margin-bottom: 40px; }
    .Under_link03 .m-common_box .common_box-footer {
      margin-top: 40px;
      clear: both; }
  .Under_link03 .m-thumbnail {
    border: 2px solid white;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .Under_link03 .m-thumbnail:hover {
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .Under_link03 .m-thumbnail .thumbnail-header {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 1.8rem;
      line-height: 1;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .Under_link03 .m-thumbnail .thumbnail-header span {
        font-size: 1.2rem; }
    .Under_link03 .m-thumbnail .thumbnail-caption {
      position: absolute;
      bottom: 10%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .Under_link03 .m-thumbnail .thumbnail-caption i {
        font-size: 1.8rem; }
    .Under_link03 .m-thumbnail .Under_link03-b_icon {
      position: absolute;
      top: 15%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      font-size: 3rem; }

/**********************************************************************
	下層へのリンク - className : Under_link04
***********************************************************************/
.Under_link04 .m-horizontal_card .card-main {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  max-width: 480px;
  width: 50%; }
.Under_link04 .m-horizontal_card .card-header {
  padding-top: 0; }
.Under_link04 .m-horizontal_card .card-body {
  padding-bottom: 0; }
.Under_link04 .m-horizontal_card .card-footer {
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  .Under_link04 .m-horizontal_card .card-img {
    min-height: 100px;
    height: 1px;
    margin-bottom: 20px; }
  .Under_link04 .m-horizontal_card .card-main {
    padding-top: 20px;
    padding-left: 0;
    max-width: 100%;
    width: 100%; } }
/**********************************************************************
	下層へのリンク - className : Under_link05
***********************************************************************/
.Under_link05 .Under_link05-ttl {
  margin-bottom: 30px; }
.Under_link05 .Under_link05-figure {
  text-align: center; }
  .Under_link05 .Under_link05-figure img {
    border: 5px solid #ccc;
    margin-bottom: 20px; }

/**********************************************************************
	下層へのリンク - className : Under_link06
***********************************************************************/
.Under_link06 .Under_link06-ttl {
  color: #dc1148;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 5px; }
.Under_link06 .Under_link06-subttl {
  font-size: 1.2rem;
  margin-bottom: 30px; }
.Under_link06 .Under_link06-icon {
  width: 100px;
  height: 100px;
  background: #f4f0e8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative; }
  .Under_link06 .Under_link06-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%; }
  .Under_link06 .Under_link06-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-family: FontAwesome;
    font-style: normal;
    color: rgba(220, 17, 72, 0.5); }
.Under_link06 .Under_link06-icon-check:after {
  content: ''; }
.Under_link06 .Under_link06-icon-payment:after {
  content: ''; }
.Under_link06 .Under_link06-icon-cancel:after {
  content: ''; }
.Under_link06 .Under_link06-note {
  text-align: left;
  display: block;
  margin-top: -30px;
  margin-bottom: 20px; }
.Under_link06 .Under_link06-kiyaku dt {
  margin-bottom: 5px; }
.Under_link06 .Under_link06-kiyaku dd {
  font-size: 1.2rem; }
.Under_link06 .Under_link06-kiyaku dd:not(:last-child) {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .Under_link06 .m-bracket {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }
/*****************************************************************
    プロダクト03 - className : Product02
*****************************************************************-*/
.Product02 a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .Product02 a:hover {
    text-decoration: none;
    opacity: .75;
    -webkit-transition: all .3s;
    transition: all .3s; }
.Product02 .m-thumbnail {
  background: white;
  padding: 3px;
  margin-bottom: 5px; }
.Product02 .Product02-txt {
  color: #333; }
.Product02 .slick-list {
  margin-bottom: 40px; }
.Product02 .slick-dots {
  bottom: -15px; }

@media only screen and (max-width: 767px) {
  .Product02 .row-sp-10 .slick-slide {
    padding-left: 5px;
    padding-right: 5px; } }
/*****************************************************************
    other - className : Map
*****************************************************************-*/
.Map .Map-maparea {
  border-top: 5px solid #ccc; }
  .Map .Map-maparea iframe {
    margin-bottom: -6px; }

/*****************************************************************
    SNS - className : Sns
*****************************************************************-*/
.Sns .Sns-box {
  overflow: hidden;
  height: 490px; }
.Sns .Sns-btns {
  text-align: center;
  width: 60%;
  float: left;
  position: relative;
  height: 100%; }
.Sns .Sns-center {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.Sns .Sns-ttl {
  color: #004c97;
  font-size: 2.4rem; }
.Sns .Sns-catch {
  position: relative; }
  .Sns .Sns-catch:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 3px;
    background: #ccc;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
.Sns .Sns-plugin {
  width: 40%;
  float: right; }

@media only screen and (max-width: 767px) {
  .Sns .Sns-box {
    height: auto; }
  .Sns .Sns-btns {
    width: 100%;
    height: 260px; }
  .Sns .Sns-center {
    width: 90%; }
  .Sns .Sns-plugin {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
/*****************************************************************
    部屋のアンカー - className : Anchor
*****************************************************************-*/
.Anchor {
  margin: 40px 0; }
  .Anchor .m-btn {
    padding: 10px;
    border: 1px solid #dc1148;
    color: #dc1148;
    background: white; }
    .Anchor .m-btn:hover {
      background: #dc1148; }

@media only screen and (max-width: 959px) {
  .m-btn {
    padding: 10px 0;
    font-size: 1.2rem; } }
@media only screen and (max-width: 767px) {
  .Anchor {
    margin: 40px 0; }
    .Anchor .m-btn {
      padding: 10px 0;
      font-size: 1.2rem; } }

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