@charset "UTF-8";
/**********************************************************************
	メインビジュアル - className : MV
***********************************************************************/
.MV {
  margin-right: -15px;
  margin-left: -15px;
  max-width: 1200px;
  margin: auto;
  /*
	.mv-01{
		background : url("../images/mv_01.jpg") no-repeat center center;
		-webkit-background-size :contain; background-size :contain;

	}
	.mv-02{
		background : url("../images/mv_02.jpg") no-repeat center center;
		-webkit-background-size :cover; background-size :cover;
	}
	.mv-03{
		background : url("../images/mv_03.jpg") no-repeat center center;
		-webkit-background-size :cover; background-size :cover;
	}
	.mv-04{
		background : url("../images/mv_04.jpg") no-repeat center center;
		-webkit-background-size :cover; background-size :cover;
	}
*/ }

/* write211007 */
.mv-03 span.pc { display:flex; }
.mv-03 span.sp { display:none; }
.mv-03 span a { width:50%; }
.mv-03 span a img { width:100%; }
@media only screen and (max-width: 767px) {
.mv-03 span.pc { display:none; }
.mv-03 span.sp { display:flex; }
}
/* write211007end */

.MV .container {
  margin-bottom: 0; }

.MV .slider {
  /*
		padding-top : 31%;
		max-height: 700px;
		*/
  /*
		height : 700px;
		@include mq(1366px) {
			height :500px;
		}
		@include mq(1080px) {
			height :450px;
		}
		@include mq(850px) {
			height :400px;
		}
		
		@include mq($break_sp) {
			height :250px;
		}
		@include mq(500px) {
			height :200px;
		}
		@include mq(320px) {
			height :180px;
		}
		*/ }

.MV .slick-prev, .MV .slick-next {
  width: 80px;
  height: 80px; }

@media only screen and (max-width: 768px) {
  .MV .slick-prev, .MV .slick-next {
    width: 40px;
    height: 40px;
    display: none; } }
.MV .slick-prev {
  left: 5px; }

.MV .slick-prev:before {
  content: '';
  background: url("../images/arrow-mv-prev.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  width: 80px;
  height: 80px;
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .MV .slick-prev:before {
    width: 40px;
    height: 40px; } }
.MV .slick-prev:hover:before {
  opacity: .75; }

.MV .slick-next {
  right: 5px; }

@media only screen and (max-width: 767px) {
  .MV .slick-next {
    right: 0px; } }
.MV .slick-next:before {
  content: '';
  background: url("../images/arrow-mv-next.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  width: 80px;
  height: 80px;
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .MV .slick-next:before {
    width: 40px;
    height: 40px; } }
.MV .slick-next:hover:before {
  opacity: .75; }

/**********************************************************************
	className : Grid-area
***********************************************************************/
.Grid-area.container_liquid {
  padding-top: 0; }

@media only screen and (max-width: 767px) {
  .Pick-up {
    margin-top: -35px; }

  .Pick-up .sp-b-1 {
    border-top: 1px solid #f2f4f5; } }
.Pick-up .m-card.card-caption .caption-info {
  padding: 17px 6px; }

.Pick-up .m-card.card-caption .caption-info.adj-pdg {
	padding: 8px 6px 7px;
}
.Pick-up .m-card.card-caption .caption-info.adj-pdg .caption-title {
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.Pick-up .m-card.card-caption .caption-info.adj-pdg {
		padding: 8px 20px 7px;
	}
  .Pick-up .m-card.card-caption .caption-info {
    padding: 17px 20px; } }
.Pick-up .m-card.card-caption .card-img {
  height: 255px; }

@media only screen and (max-width: 1000px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 325px; } }
@media only screen and (max-width: 768px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 265px; } }
@media only screen and (max-width: 767px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 60px; } }
@media only screen and (max-width: 767px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 60px; } }
@media only screen and (max-width: 600px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 60px; } }
.Pick-up .m-card.card-caption .img-bg {
  height: 265px; }

.Pick-up .m-card.card-caption .img-bg.adj-bgp {
  background-position: center 0%; }

#info {
  align-items: center;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center; }
  #info > p {
    background-color: #0a469a;
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    padding: 20px 15px 15px;
    margin-bottom: 0; }
    #info > p a {
      color: #fff;
      text-decoration: underline; }
      #info > p a:hover {
        text-decoration: none; }

@media only screen and (max-width: 767px) {
  .m-tab.tab-style01 .tab-content {
    padding: 20px 0; }

  .Information .Information-lists dl dt.Information-title {
    padding-top: 5px;
    font-size: 115%; }

  #info {
    display: block;
    align-items: center;
    width: auto;
    margin: 0 auto 30px; }
    #info > p {
      padding: 10px 17px 7px;
      margin-bottom: 0;
      text-align: center;
      font-size: 1.6rem; }
    #info > div {
      flex: 1;
      padding: 10px; }
      #info > div p {
        font-size: 1.5rem; } }
.tougouborder {
  border: 1px solid #d9d9d9;
  padding-top: 0;
  height: 100% !important;
  background-position: top !important; }
