
/* --------------------------　メインスライダー　-------------------------- */

#about-content .page_main {
	background: url("../../images/about/page_main.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}

.onayami {
	padding: 10px;
	background: #ebe9e5;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.onayami .inner {
	border: 1px solid #947246;
	padding: 30px;
}

.nayamilist li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
	font-size: 1.7rem;
	border-bottom: 1px dashed #434343;
}
.nayamilist li::before {
  position: absolute;
	top:-2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #0d2337;
	font-size: 2rem;
}
.nayamiblock img {
	margin-bottom: 20px;
}

.nayamilist li span {
	color:#911b00;
}

.onayami h4 {
	font-family: 'Noto Serif JP', serif;
	color:#0d2337;
	font-weight: bold;
	font-size: 2.2rem;
}

.profhead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.profheadL {
	width: 70%;
	 display: flex;
  justify-content: center;
	flex-direction: column;
}
.profheadR {
	width: 25%;
}
.profheadR img {
	width: 100%;
	height: auto;
}
.profheadL .kata {
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.profheadL .name {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 4rem;
	color:#0d2337;
}
.profheadL .name span {
	font-size: 2rem;
	color:#222;
	margin-right: 20px;
}
.jisseki {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}

.jisseki h3 {
	background: #0d2337;
	color:#fff;
	padding: 10px;
	font-size: 2rem;
	margin: 0 !important;
	margin-bottom: 15px !important;
}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box
}

table#table-01 th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


.sitemapbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.sitemapbox div {
	width: 32%;
	margin-bottom: 15px;
}

.button02 a {
    background: #0d2f45;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
}
.button02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button02 a:hover {
  background: #947c46;
  color: #FFF;
}
.button02 a:hover:after {
  right: 1.4rem;
}


#about01,
#about02,
#about03,
#about04
{
display: block;
padding-top: 120px;
margin-top: -120px;
}




@media screen and (max-width: 768px) {
	
	
#about-content .page_main {
	background: url("../../images/about/page_main_sp.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}
	

.onayami {
	padding: 10px;
	background: #ebe9e5;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.onayami .inner {
	border: 1px solid #947246;
	padding: 15px;
}

.nayamilist li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
	font-size: 1.4rem;
	border-bottom: 1px dashed #434343;
}
.nayamilist li::before {
  position: absolute;
	top:-2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #0d2337;
	font-size: 1.6rem;
}
.nayamiblock img {
	margin-bottom: 20px;
}

.nayamilist li span {
	color:#911b00;
}

.onayami h4 {
	font-family: 'Noto Serif JP', serif;
	color:#0d2337;
	font-weight: bold;
	font-size: 1.7rem;
}

.profhead {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profheadL {
	width: auto;
	 display: flex;
  justify-content: center;
	flex-direction: column;
}
.profheadR {
	width: 40%;
	margin: 0 auto 15px;
}
.profheadR img {
	width: 100%;
	height: auto;
}
.profheadL .kata {
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}
.profheadL .name {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 3rem;
	color:#0d2337;
	text-align: center;
}
.profheadL .name span {
	font-size: 1.6rem;
	color:#222;
	margin-right: 20px;
}
.jisseki {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 15px 15px;
}

.jisseki h3 {
	background: #0d2337;
	color:#fff;
	padding: 10px;
	font-size: 1.6rem;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box
}

table#table-01 th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	font-size: 1.4rem;
	width: 25%;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size: 1.4rem;
}


.sitemapbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.sitemapbox div {
	width: auto;
	margin-bottom: 5px;
}

.button02 a {
    background: #0d2f45;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.button02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button02 a:hover {
  background: #947c46;
  color: #FFF;
}
.button02 a:hover:after {
  right: 1.4rem;
}


#about01,
#about02,
#about03,
#about04
{
display: block;
padding-top: 120px;
margin-top: -120px;
}



}



