@charset "UTF-8";
/*--------------------------------------------------------------
.title_area(カテゴリーページ共通パーツです)
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
  .title_area {
    margin: 0;
    padding: 0;
    height: 150px;
    width: 100%;
    background: url("img/items_top.jpg") no-repeat; /*ページごとに変更する*/
    background-position: center;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	  position: relative;
  }
	
	.title_area:after {
		content: "";
		background: rgba(0,0,0,.3);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
	}

  .title_area h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	  position: relative;
	  z-index: 3;
  }

  .section_title {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
    padding-left: 13px;
    position: relative;
    line-height: 1;
    margin: 0 0 0 20px;
  }

  .section_title::before {
    background-color: #4a64aa;
    bottom: 0px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 3px;
  }
}

/* Small than tablet */
@media (min-width: 768px) {
}

/* Larger than tablet */
@media (min-width: 992px) {
  .title_area {
    height: 200px;
    background: url("../../images/entrance@2x.png") no-repeat;
    background-position: center -200px;
    background-size: 100% auto;
  }

  .title_area h2 {
    font-size: 25px;
  }

  .section_title {
    padding-left: 15px;
  }

  .section_title::before {
    bottom: -1px;
    height: 20px;
    width: 5px;
  }
}

/*↑↑ここまで共通↑↑*/

/*--------------------------------------------------------------
↓↓ここからコンテンツ↓↓
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
  .content {
    background: #f8f8f8;
    margin: 0;
    padding: 15px 0 23px;
  }

  .content-wrap {
    margin: 0;
    padding: 0;
  }

  /* reset css start */
  body {
    margin: 0;
    background-color: #f8f8f8;
  }
  /* reset css end */

  /* common css start */
  .container {
    max-width: 95vw;
    margin: 0 auto;
  }

  .sm-br {
    display: inline;
  }

  .lg-br {
    display: none;
  }
  /* common css end */

  .container {
    width: 95vw;
    margin: 0 auto;
  }

  .item-card-texts {
    padding: 15px;
  }

  .item-cards {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
  }

  .item-card {
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  .item-card__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .item-small-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0 15px 0;
    text-align: left;
  }

  .item-small-heading-center {
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0 15px 0;
    text-align: center;
  }

  .about-gallery__text {
    font-size: 14px;
    text-align: left;
    margin: 20px 0;
    padding: 10px;
  }

  .gallery-contact-card {
    display: flex;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 auto 30px auto;
  }

  .gallery-contact-card-tel {
    display: flex;
    margin-bottom: 5px;
  }

  .gallery-contact-card-left {
    width: 100%;
  }

  .gallery-contact-card-right {
    width: 95%;
    padding: 15px 5px;
    margin: 0 auto;
  }

  .gallery-contact-card-tel-icon__img {
    width: 50px;
    margin-right: 10px;
  }

  .gallery-contact-card-tel__img {
    padding-top: 8px;
  }

  .gallery-contact-card__title {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
  }

  .gallery-contact-card-tel__text {
    font-size: 26px;
    color: #4e4e4e;
    font-weight: 700;
    padding-top: 5px;
  }

  .mb-80 {
    margin-bottom: 80px;
  }

  .item-cards {
    display: none;
  }

  .item-cards-sp {
    margin-top: 40px;
  }

  .gallery-contact-card {
    display: none;
  }

  .gallery-contact-card-sp {
    background-color: #ffffff;
    margin-bottom: 30px;
  }
}

/* Small than tablet */
@media (min-width: 768px) {
}

/* Larger than tablet */
@media (min-width: 992px) {
  .content {
    margin: 0;
    padding: 33px 0 62px;
  }

  /* reset css start */
  body {
    margin: 0;
    background-color: #f8f8f8;
  }
  /* reset css end */

  /* common css start */
  .container {
    max-width: 95vw;
    margin: 0 auto;
  }

  .sm-br {
    display: inline;
  }

  .lg-br {
    display: none;
  }
  /* common css end */

  .container {
    width: 70vw;
    margin: 0 auto;
  }

  .item-card-texts {
    padding: 15px;
  }

  .item-cards {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
  }

  .item-card {
    width: 25vw;
    margin: 0 5px;
    background-color: #ffffff;
  }

  .item-card__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .item-small-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0;
    text-align: center;
  }

  .about-gallery__text {
    font-size: 16px;
    text-align: left;
    margin: 50px 0;
    padding: 0 30px;
  }

  .gallery-contact-card {
    display: flex;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 auto 30px auto;
  }

  .gallery-contact-card-tel {
    display: flex;
    margin-bottom: 15px;
  }

  .gallery-contact-card-left {
    width: 48%;
    margin-right: 2%;
  }

  .gallery-contact-card-right {
    width: 48%;
    margin-left: 2%;
    margin-top: 10px;
  }

  .gallery-contact-card-tel-icon__img {
    width: 50px;
    margin-right: 10px;
  }

  .gallery-contact-card-tel__img {
    padding-top: 8px;
  }

  .gallery-contact-card__title {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 600;
  }

  .gallery-contact-card-tel__text {
    font-size: 32px;
    color: #4e4e4e;
    font-weight: 700;
  }

  .mb-80 {
    margin-bottom: 80px;
  }

  .item-cards-sp {
    display: none;
  }

  .gallery-contact-card-sp {
    display: none;
  }
}

/*--------------------------------------------------------------
.slider
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.slick-area {
		height: 37.3vw;
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	
	.my-slide.sp {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.my-slide.pc {
		display: none;
	}
	
	.my-slide li  {
		width: calc(100% / 2);
		height: 100%;
	}
	
	.my-slide li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {

}

/* Larger than tablet */
@media (min-width: 992px) {
	.slick-area {
		height: 200px;
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	
	.my-slide.sp {
		width: auto;
		height: auto;
		display: none;
	}
	
	.my-slide.pc {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex!important;
	}
	
	.my-slide li  {
		width: calc(100% / 4);
		height: 100%;
	}
}


/*--------------------------------------------------------------
.sitelink
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.sitelink {
		margin: 20px 0 0 0;
		padding: 0;
	}
}

/* Small than tablet */
@media (min-width: 768px) {

	.sitelink {
		margin: 20px 10% 20px 10%;
		padding: 0;
	}
}

/* Larger than tablet */
@media (min-width: 992px) {
	
	.sitelink {
		margin: 20px 0;
		padding: 0;
		max-width: 400px;
	}
}

/*--------------------------------------------------------------
.slier-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.slier-area {
		margin: 0 0 40px 0;
		padding: 0;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {

	.slier-area {
		margin: 0 0 60px 0;
		padding: 0;
	}
}