/* CSS Document */

.staff-intro {
    margin: 50px auto 100px auto;
	width: 80%;
    background-color: #fff;
    padding: 50px;
	border: 1px solid;
    border-radius: 100px;
	border-color: #DF707D;
	
}

.staff-member{
	display: flex;
}

.staff-member img {
    width: 300px;
	height: 350px;
    object-fit: cover;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 70px;
	border-radius: 50%;
}

.bold {
	font-weight: 300;
	font-size: 26px;
	text-align: left;
    color: #DF707D;
    margin: 10px 0;
}
.pink2{
	line-height: 1;
	font-size: 16px;
	color: #DF707D;
}
table{
	margin-top: 30px;
	font-size: 18px;
}
th{
	width: 150px;
}
th,td{
	text-align: left;
	padding-bottom: 20px;
}
.staff-member p {
    text-align: left;
}

/* 調整用スタイル */
html{
	scroll-behavior: smooth;
}

body{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #631108;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.breadcrumb {
  margin: 0;
  padding: 0 0 0 5%;
  list-style: none;
	text-align: left;
	font-size: 14px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 0.2em;
  color: #DD6F7C;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #631108;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #DD6F7C;
}

.breadcrumb li a:hover {
	color: #fff;
}

a {
	text-decoration: none;
	color: #631108;
}
.pink{
	font-weight: 600;
	color: #DD6F7C;
	font-size: 20px;
}
.pink img{
	margin: 0 5px;
}
ul,
li {
	list-style: none;
}

main {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 50px;
	background: linear-gradient(to bottom, #FCE3E2, #FDF5E3, #FCE3E2);
	text-align: center;
}

h1 {
	font-family: "しっぽり明朝 Regular", "ヒラギノ明朝 ProN W3", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 30px;
	margin: 50px auto;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  display: inline-block; /* 中央揃えを確実にするため */
}

h1:after {
  position: absolute;
  bottom: -10px; /* テキストの下に配置 */
  left: 50%;
  transform: translateX(-50%); /* 中央揃え */
  width: 40px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #DF707D;
}

h3{
	margin: 10px;
	background: #FFFFFF;
	display: inline-block;
	line-height: 1.4em;
	padding: 5px;
}
.flex{
	display: flex;
	justify-content: center;
}
.flex ul{
	text-align: left;
}

.center{
	margin: 50px;
}

footer{
	background-color: #FFF6F6;
	padding: 50px 0;
}
.footer {
	display: flex;
	justify-content: center;
}
.footer img{
	margin: 0 20px;
	width: 200px;
}

small{
	text-align: center;
	display: block;
	margin: 50px 0 0 0;
	font-size: 14px;
}

@media(max-width:959px){
	body{
		font-size: 16px;
	}
	main{
		width: 100%;
		padding-top: 50px;
	}
	main p{
		font-size: 16px;
		padding: 10px 10px;
	}
	h1{
		font-size: 18px;
	}
	h2 {
		font-size: 20px;
	}
	.footer{
		display: block;
		justify-content: center;
		text-align: center;
	}
	small{
		font-size: 12px;
	}

	.staff-intro {
    margin: 0 auto 30px auto;
    padding: 20px;
	}
	.staff-member{
	display: block;
	}
	.staff-member img {
    width: 200px;
		height: 250px;
	margin: 0;
	}
	main p{
		display: inline-block;
	}
	table{
		margin: 10px 20px 20px 20px;
		font-size: 16px;
	}
	th{
		width: 90px;
		padding-top: 10px;
	}
	td{
		margin-bottom: 10px;
	}
	th,td{
		display: block;
		text-align: left;
		padding: 0;
	}
	.footer{
		display: block;
		justify-content: center;
		text-align: center;
	}
	small{
		font-size: 12px;
	}
}



/* ヘッダー */

header{
	background: #FCE3E2;
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 960px) {
	header{
		position: inherit;
	}
}
.header__inner {
	background-color: #FFF6F6;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: inherit;
  position: relative;
}

.header__top {
	display: none;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo img {
    height: 80px;
    margin-right: 10px;
}

.header__contact {
    text-align: left;
}

.header__contact p {
    font-size: 14px;
}

/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 120px;
  }
	.header__top {
	padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #FFF6F6;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }
	.header__inner {
  padding: 10px 20px;
}
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}



@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}


/* ナビのリンク */
.nav-items__item a {
  color: #631108;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
	width: 48px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 20px; /* 右側に固定 */
	transform: translateY(-50%);
	z-index: 9999;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #E97281;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
	top: 0;
	border-radius: 50px;
}

.hamburger span:nth-child(2) {
	margin: 6px 0;
	border-radius: 50px;
}

.hamburger span:nth-child(3) {
	top: 0;
	border-radius: 50px;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
	transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -14px;
  transform: rotate(-45deg);
}

/* アイコンのスタイル */
.header__icon {
	position: absolute;
	display: flex; 
	top: 15%;
	right: 60px;
}
.header__icon i {
	font-size: 27px;
	margin-right: 20px;
}
@media screen and (min-width: 960px) {
  .header__icon {
	  display: none; 
  }
}

/* ボタン全体 */
#page_top {
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 10px;
background: #fff;
border-radius: 50%;
opacity: 0.8;
z-index: 999;
}

/* Font Awesome */
#page_top::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f0d8';
font-size: 50px;
color: #DD6F7C;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}

@media(max-width:959px){
	#page_top {
		width: 50px;
		height: 50px;
	}
	#page_top::before {
		font-size: 30px;
		}
}