@charset "utf-8";
/* sale
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(90%, 1140px);
  margin: 0 auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
/* Page Title
----------------------------------------------------------------------------------------------------*/
.page-title {
  width: 100%;
  height: 10rem;
  background-color: #0081BB;
  margin-bottom: 8rem;
}
.page-title h3 {
  display: flex;
  align-items: center;
  width: 41.2rem;
  height: 10rem;
  background-color: #FFF;
  border: 1px solid #0081BB;
  padding-left: 3rem;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
.page-body__copy {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 600;
}
.page-body__text {
  font-size: 1.8rem;
  line-height: 1.75;
}
.page-body__text p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 3rem;
  }
  .page-title h3 {
    width: 100%;
    padding-left: 3rem;
    font-size: 2.6rem;
  }
}
/* Page Headline
----------------------------------------------------------------------------------------------------*/
.sale__headline {
  margin-bottom: 6.5rem;
}
.page-body__title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-body__title {
    font-size: 2.6rem;
  }
}
/* Page SubTitle
----------------------------------------------------------------------------------------------------*/
.page-subtitle {
  width: 100%;
  background-color: #0081BB;
  margin-bottom: 5rem;
}
.page-subtitle h4 {
  padding: 2rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-subtitle h4 {
    padding: 1rem;
    font-size: 2rem;
  }
}
/* sale nav
----------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
.sale-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 10rem;
}
.sale-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0083c4;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 30rem;
  height: 8rem;
  border-radius: 4px;
  position: relative;
}
.sale-nav a::after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sale-nav a:hover {
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .sale-nav {
    flex-direction: column;
  }
  .sale-nav a {
    width: 100%;
  }
}
/* Page Body
----------------------------------------------------------------------------------------------------*/
.sale__body {
  margin-bottom: 15rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sale__body {
    margin-bottom: 5rem;
    font-size: 2rem;
  }
}
/* sale info
----------------------------------------------------------------------------------------------------*/
.sale__profile {
  display: table;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
  margin: 50px 0 0;
}
.sale__profile .profile__row {
  display: table-row;
}
.profile__ttl, .profile__txt {
  display: table-cell;
  border-top: 1px solid #dcdcdc;
  padding: 20px 0;
}
.profile__ttl {
  width: 25%;
  background-color: #F4F4F4;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.profile__txt {
  padding-left: 2rem;
  font-size: 2.4rem;
  vertical-align: middle;
}
.txt__areaBox {
  padding: 0 0 20px 0;
}
.sale__profile .profile__row:first-child .profile__ttl, .sale__profile .profile__row:first-child .profile__txt {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .sale__profile {
    font-size: 1.8rem;
  }
  .profile__ttl, .profile__txt {
    font-size: 1.4rem;
  }
  .profile__ttl {
    width: 11.3rem;
    padding: 0.5rem;
  }
  .profile__txt {
    padding: 0.5rem;
  }
}
/* Side Navigation
----------------------------------------------------------------------------------------------------*/
.contents {
  position: relative;
}
.side-nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 45rem;
  right: 0;
  width: 36.5rem;
  height: 22.3rem;
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  box-shadow: -3px 3px 16px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
}
.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav a {
  display: block;
  width: 36.5rem;
  padding: 1rem;
  text-decoration: none;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  transition: background 0.3s, color 0.3s;
}
.side-nav a::before {
  content: '◀';
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 2rem;
  color: #000;
}
.side-nav a.active, .side-nav a:hover {
  background-color: #0081BB;
  color: #fff;
}
.side-nav a.active::before, .side-nav a:hover::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents {
    position: inherit;
  }
  .side-nav {
    display: none;
  }
}


/*-----------------------------------------
ガンショップSHOWA
-----------------------------------------*/

.sale-nav {
	flex-wrap: wrap;
	margin: 0 auto;
}
.sale-nav a {
	background-color: #836c55;
	width: calc(100% / 3 - 15px);
}
.sale-nav a:hover {
	background-color: #cd6715;
}
.sale-nav a:nth-child(4) {
	justify-content: unset;
	padding: 0 0 0 1em;
}
.page-title {
	background-color: #cd6715;
	margin: 0 0 30px;
}
.page-title h3 {
	border: 1px solid #cd6715;
}
@media (max-width: 767px) {
	.sale-nav {
		gap: 10px;
	}
	.sale-nav a {
		width: 100%;
		font-size: 1.6rem;
		height: inherit;
		padding: 1em 0;
	}
	.sale-nav a:nth-child(4) {
		justify-content: center;
		padding: 1em 0;
	}
}


/*BOX*/
.result-grid {
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
	gap: 1.0rem 2.5rem;
	align-items: stretch;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	.result-grid {
		padding: 0;
	}
}
.gridBox h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	background: #836c55;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 0.5em 0.15em;
}
.gridBox h3 span {
	font-size: 1.4rem;
	font-weight: 300;
	display: contents;
}
.gridBox__table {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
.gridBox__table-box {
	display: table-row;
}
.gridBox__table-box p {
	display: table-cell;
	font-size: 1.4rem;
	border-top: 1px solid #e7eaf0;
	padding: 10px 0;
}
.gridBox__table-box p:nth-child(1) {
	width: 18%;
}
.gridBox__table-box p:nth-child(2) {
	font-size: 1.6rem;
	font-weight: 500;
}
.gridBox__table-box p span {
	font-size: 4.0rem;
	line-height: 1;
}
.commentBox__ttl {
	font-size: 1.4rem;
	text-align: left;
	background: #eae5da;
	color: #000;
	padding: 5px 0 5px 10px;
	margin: 10px auto;
}
.commentBox__txt {
	font-size: 1.6rem;
	text-align: left;
}
.result__imgBox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 0px;
}
/*掲載画像が1点のみ　クラスを追加する*/
.result__imgBox-one {
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: unset;
}

.result__imgBox article:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
.result__imgBox article:nth-child(2) {
    grid-row-start: 3;
}
.result__imgBox article:nth-child(3) {
     grid-row-start: 3;
}
.gridBox {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}
.gridBox__commentBox {
	margin-top: auto;
}
.result__imgBox article:nth-child(1),
.result__imgBox article:nth-child(2) {
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 1px solid #989898;
}
.result__imgBox article:nth-child(3) {
	border-right: 1px solid #989898;
	border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
	.gridBox {
		margin: 0 auto 100px;
	}
	.gridBox__table-box p small {
		display: inline-block;
	}
	.result-grid {
		padding: 0;
	}
	.gridBox__commentBox {
		margin-top: inherit;
	}
}

/*お問い合わせ*/

.contactBoxArea {
	border: 1px solid #707070;
	border-radius: 1em;
	margin: 4em 0 0;
	padding: 0;
}
.contactBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 2em;
}
.contactBox p {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	width: calc(800 / 1140 * 100%);
	padding: 0 1.5em 0 0;
	margin: 0;
}
.contactBox a {
	transition: 0.5s;
}
.contactBox a:hover {
	opacity: 0.5;
}
.contactBox a.contactBox__bnr {
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: #836c55;*/
	background: linear-gradient(0deg, #3f3937, #504b49);
	color: #fff;
	text-decoration: none;
	font-size: 2.0rem;
	margin: 0 auto;
	padding: 1em 1.5em;
	border-radius: 0.25em;
	width: calc(340 / 1140 * 100%);
}
.contactBox a.contactBox__bnr img {
	width: 100%;
}
.contactBoxArea .contactBox__ttl {
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding: 1em 0 0;
}
.txt__order {
	color: #ff2000;
	font-size: 1.4rem !important;
	padding: 0 0 0 0.5em;
}
@media (max-width: 767px) {
	.contactBox {
		margin: 0 auto;
	}
	.contactBox p,
	.contactBox a.contactBox__bnr {
		width: 100%;
	}
	.contactBox p {
		padding: 0 0 1em 0;
	}
}

.gridBox__table-box dl {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 10px 0;
}
.gridBox__table-box dt {
	float: left;
	padding: 0 0.5em 0 0;
}




















