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

/* mobile */
@media (min-width: 300px) {
  .title_area {
    margin: 0;
    padding: 0;
    height: 150px;
    width: 100%;
    background: url("img/0047.jpg") no-repeat; /*ページごとに変更する*/
    background-position: center;
    background-size: cover;
    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;
	  z-index: 0;
  }
	
	.title_area:after {
		content: "";
		display: block;
		background: rgba(0,0,0,.3);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		
	}

  .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-position: center;
    background-size: cover;
  }

  .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 */

  .memorial-small-heading-center {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 10px;
    text-align: left;
  }

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

  .container {
    width: 355px;
    margin: 0 auto;
  }

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

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

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

  .about-memorial-food {
    background-color: #5c5c5c;
    padding: 30px;
  }

  .about-memorial-food__title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    padding: 20px 0;
  }

  .about-memorial-food-images {
    display: block;
  }

  .about-memorial-food-images__img {
    width: 100%;
  }

  .about-memorial-food__text {
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
    color: #ffffff;
  }

  .about-memorial-food-info-area {
    background-color: #ffffff;
  }

  .about-memorial-food-info {
    background-color: #ffffff;
    display: block;
    padding: 10px 10px 25px 10px;
  }

  .about-memorial-food-info-second {
    background-color: #ffffff;
    padding: 10px 10px 25px 10px;
    display: block;
    margin-top: -1px;
  }

  .about-memorial-food-info-right__text {
    font-size: 14px;
  }

  .about-memorial-food-info-left {
    width: 100%;
  }

  .about-memorial-food-info-right {
    width: 100%;
  }

  .about-memorial-food-info-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #4a64aa;
  }

  .about-memorial-food-info__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    text-align: left;
    color: #4e4e4e;
    padding: 20px 10px 0 10px;
  }

  .memorial-cards {
    display: none;
  }

  .memorial-cards-sp {
	  width: 355px;
    margin-top: 30px;
	  float: left;
  }

  .about-memorial-food {
    display: none;
  }

  .about-memorial-food-sp {
    background-color: #4e4e4e;
    padding-bottom: 30px;
  }
}

/* Small than tablet */
@media (min-width: 768px) {
	.memorial-small-heading-center {
		width: 720px;
    margin: 20px auto;
  }

  .about-gallery__text {
	  width: 720px;
	  margin: 0 auto;
    font-size: 14px;
    text-align: left;
    padding: 0;
  }
	
	.container {
		width: 720px;
	}
	
	.memorial-card {
		width: 335px;
    background-color: #ffffff;
    margin: 0 20px 20px 0;
	float: left;
  }
	
	.about-memorial-food-info__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    text-align: left;
    color: #4e4e4e;
    padding: 20px 30px 0 30px;
  }
	
	.about-memorial-food-info {
    background-color: #ffffff;
    display: block;
    padding: 10px 30px 25px;
  }
	
	.about-memorial-food-info-second {
    background-color: #ffffff;
    padding: 10px 30px 25px;
    display: block;
    margin-top: -1px;
  }
	.about-memorial-food-images {
    display: flex;
		align-items: flex-start;
    justify-content: space-between;
  }

  .about-memorial-food-images__img {
    width: 352px;
  }
}

/* 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: none;
  }

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

  .memorial-small-heading-center {
    font-size: 24px;
    font-weight: 600;
    margin: 50px auto 15px;
    text-align: center;
  }

  .about-gallery__text {
    text-align: center;
    margin: 30px auto;
    padding: 0 30px;
  }

  .container {
    width: 900px;
    margin: 0 auto;
  }

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

  .memorial-cards {
    display: flex;
	  align-items: flex-start;
    margin: 30px auto;
  }

  .memorial-card {
    width: 445px;
    margin: 0 5px;
    background-color: #ffffff;
  }

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

  .about-memorial-food {
    background-color: #5c5c5c;
    padding: 30px;
	  margin-top: 70px;
    display: block;
  }

  .about-memorial-food__title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
	 padding: 40px 0 30px;
  }

  .about-memorial-food-images {
    display: flex;
    justify-content: space-between;
	  align-items: flex-start;
  }

  .about-memorial-food-images__img {
    width: 441px;
	  height: 275.63px;
  }

  .about-memorial-food__text {
	  width: 800px;
    font-size: 15px;
    text-align: left;
    margin: 30px auto;
    padding: 0;
    color: #ffffff;
  }

  .about-memorial-food-info-area {
    background-color: #ffffff;
  }

  .about-memorial-food-info {
    background-color: #ffffff;
    display: flex;
	  align-items: flex-start;
    justify-content: space-around;
    padding: 35px 35px 0 35px;
  }

  .about-memorial-food-info-second {
    background-color: #ffffff;
    padding: 35px;
    display: flex;
	  align-items: flex-start;
    justify-content: space-around;
    margin-top: -1px;
  }

  .about-memorial-food-info-left {
    width: 45%;
  }

  .about-memorial-food-info-right {
    width: 45%;
  }

  .about-memorial-food-info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #4a64aa;
  }

  .about-memorial-food-info__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
    text-align: center;
    color: #4e4e4e;
    padding-top: 50px;
  }

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

  .about-memorial-food-sp {
    display: none;
  }
}

/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	p {
		font-size: 14px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	p {
		font-size: 15px;
	}
}

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