@charset "utf-8";
/* aboutus
----------------------------------------------------------------------------------------------------*/
.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
----------------------------------------------------------------------------------------------------*/
.aboutus__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;
  }
}
/* aboutus nav
----------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
.aboutus-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 10rem;
}
.aboutus-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;
}
.aboutus-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);
}
.aboutus-nav a:hover {
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .aboutus-nav {
    flex-direction: column;
  }
  .aboutus-nav a {
    width: 100%;
  }
}
/* Page Body
----------------------------------------------------------------------------------------------------*/
.aboutus__body {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .aboutus__body {
    margin-bottom: 5rem;
  }
}
/* aboutus Box
----------------------------------------------------------------------------------------------------*/
.aboutusBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.aboutusBox p {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.75;
}
.aboutusBox .aboutus__left, .aboutusBox .aboutus__right {
  width: calc(100% / 2 - 15px);
  margin-bottom: 2rem;
}
.aboutusBox.boxitem .aboutus__item {
  width: calc(100% / 2 - 10px);
  margin-bottom: 2rem;
}
.aboutusBox__item {
  display: flex;
  justify-content: space-between;
}
.aboutusBox__item figure {
  position: relative;
  width: 26.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .aboutusBox {
    flex-direction: column-reverse;
    width: 100%;
  }
  .aboutusBox.boxitem {
    flex-direction: row;
    width: 100%;
  }
  .aboutusBox .aboutus__left, .aboutusBox .aboutus__right {
    width: 100%;
  }
  .aboutusBox.boxitem .aboutus__item {
    width: calc(100% / 2 - 2px);
    margin-bottom: 0.4rem;
  }
  .aboutusBox p {
    font-size: 1.8rem;
  }
  .aboutusBox__item figure {
    position: relative;
    width: 16.5rem;
    margin-bottom: 3rem;
  }
}
/* Greeting
----------------------------------------------------------------------------------------------------*/
.name {
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
}
.name-aboutus {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
}
.name span {
  font-size: 2.8rem;
}
/* aboutus info
----------------------------------------------------------------------------------------------------*/
.aboutus__profile {
  display: table;
  /*font-size: 2.0rem;
  font-weight: 400;*/
  line-height: 1.75;
  width: 100%;
  margin: 50px 0 0;
}
.aboutus__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;
}
.aboutus__profile .profile__row:first-child .profile__ttl, .aboutus__profile .profile__row:first-child .profile__txt {
  border-top: none;
}
@media screen and (max-width: 767px) {
  /*.aboutus__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;*/
  }
}
/* aboutus access
----------------------------------------------------------------------------------------------------*/
.aboutus__map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutus__map iframe {
    width: 100%;
    max-height: 40rem;
  }
}


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

.aboutus-nav {
	margin: 0 auto;
}
.aboutus-nav a {
	background-color: #836c55;
}
.aboutus-nav a:hover {
	background-color: #cd6715;
}
.page-title {
	background-color: #cd6715;
}
.page-title h3 {
	border: 1px solid #cd6715;
}
.profile__ttl,
.profile__txt {
	padding-left: unset;
	font-size: 2.0rem;
	padding: 0.5em 1em;
	font-weight: 400;
}
.profile__txt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.name-aboutus {
	font-size: 2.0rem;
}
.name {
	font-size: 1.6rem;
}
.name span {
	font-size: 2.0rem;
}

@media (max-width: 767px) {
	.aboutus-nav {
		gap: 10px;
	}
	.aboutus-nav a {
		font-size: 1.6rem;
		height: inherit;
		padding: 1em 0;
	}
	.profile__ttl,
	.profile__txt {
		font-size: 1.6rem;
	}
	.aboutusBox p {
		font-size: 1.6rem;
	}
	.name-aboutus {
		font-size: 1.8rem;
	}
	.name {
		font-size: 1.4rem;
	}
	.name span {
		font-size: 1.6rem;
	}
}






































