@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
main {
  background-color: #fff9e6;
}
.fl_contact_topic {
  background-color: #fff;
}



.fl_heading {
  padding: 5rem 0;
  background-image: url(../images/top-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  margin: 5rem;
  border-radius: 1rem;
}
.fl_heading::before {
/*background: #000;*/
  background: #ffc108;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-radius: 1rem;
}
.fl_heading .heading_box .heading_text .title {
  color: #000;
}


.fl_syuri_contents {
  padding: 0 0 10rem;
}
.fl_syuri_contents .title_box {
	border-bottom: solid 1px #333;
	padding-bottom: 1rem;
	margin-bottom: 5rem;
}
.fl_syuri_contents .photo_image {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
.fl_syuri_contents .photo_image > div {
	width: 48%;
	position: relative;
}
.fl_syuri_contents .photo_image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fl_syuri_contents .photo_caption {
	text-align: center;
  padding: 1rem 0;
  background-color: #454545;
  color: #fff;
}
.fl_syuri_contents .info_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.fl_syuri_contents .info_box > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;	
}
.fl_syuri_contents .icon_syuri {
  padding: .5rem 2rem;
  background-color: #ccc;
  font-weight: bold;
  margin-right: 1rem;
}
.fl_syuri_contents .maker {
	margin: 0 5rem 1rem 0;
}
.fl_syuri_contents .price {
	margin: 0 0 1rem 0;
}
.fl_syuri_contents .work {
	width: 100%;
}
.fl_syuri_contents .about_damage {
	margin-bottom: 5rem;
}
.fl_syuri_contents .about_damage .title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #555555;
}
/*ページネーション*/
.pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
}
.pagenation .prev_page,
.pagenation .next_page {
	display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation .prev_page {
  top: inherit;
  bottom: -1rem;
  left: inherit;
  right: 6rem;
  color: #333;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff9e6;
  border: solid 1px #333;
  z-index: 0;
}
.pagenation .next_page {
  top: inherit;
  bottom: -1rem;
  right: 0%;
  color: #333;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff9e6;
  border: solid 1px #333;
  z-index: 0;
}
.pagenation .prev_page:after,
.pagenation .next_page:after {
  font-size: 1.8rem !important;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.pagenation .prev_page:after {
	content: 'prev';
}
.pagenation .next_page:after {
	content: 'next';
}
.pagenation .prev_page.disabled,
.pagenation .next_page.disabled {
  color: #aaa;
  background-color: #f5f5f5;
  border-color: #ccc;
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.pagenation .all_page {
  margin: 0 2rem;
}


/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
  padding: 2rem 0;
  margin: 5rem 2rem;
}


.fl_syuri_contents {
  padding: 0 0 7rem;
}
.fl_syuri_contents .frame {
  padding: 0 2rem;
}
.fl_syuri_contents .info_box {
  font-size: 1.4rem;
}
.fl_syuri_contents .work .icon_syuri {
  margin-bottom: 1rem;
}
/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
  
}
