* {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.05em;
	font-weight: 400;
}
p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.05em;
	font-weight: 400;
}

html {
	scroll-behavior: smooth;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;

}

li {
	list-style-type: none;
}

img {
	max-width: 100%;
	width: 100%;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}
p strong {
	font-weight: 600;
}


a:hover {
	text-decoration: none;
}

a:hover img,
input.btn:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=70 )";
}

.under_line  {
	margin-top: 2px;
	padding-top: 0px;
	text-align: right;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.------------------------------------bottom-navi-menu {
}
.bottom-navi-c {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	width: 100%;
}
.bottom-navi-c-button {
	margin: 0px;
	display: block;
	padding: 0%;
	height: 50px;
}
.bottom-navi-c-button li {
	margin: 0px;
	width: 20%;
	float: left;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	text-align: center;
}
.bottom-navi-c-button li a img  {
	width: auto;
	text-align: center;
	height: 35px;
	margin: 0%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}


.------------------------------------ {
}

#container {
	width: 86%;
	max-width: 600px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	background-color: #f7f7f8;
	padding-top: 0%;
	padding-right: 7%;
	padding-bottom: 15%;
	padding-left: 7%;
}

.frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	max-width: 1200px;
}

    .logo {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: 700;
	font-size: 14px;
	color: var(--accent);
	width: 70px;
    }
#container .logo img{
	object-fit: cover;
	display: block;
	width: 100%;
    }

.------------------------------------ {
}
.profile-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
    }

    .profile-photo {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #9C895C;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	margin-bottom: 10px;
    }

    .profile-photo img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 100%;
    }

    .divider-line {
	width: 70%;
	height: 2px;
	background: #9C895C;
	border-radius: 999px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
    }

    .name-ja {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 40px;
	color: #333;
    }

    .name-en {
	font-size: 0.8em;
	color: #666;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 0px;
    }

    .title-main {
	font-size: 1em;
	color: #666;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 0px;
    }

    .title-sub {
	font-size: 0.9em;
	color: #999;
	line-height: 25px;
	padding-bottom: 0px;
	font-weight: 500;
    }

    .location {
	font-size: 0.9em;
	color: #999;
	border-top: 1px solid #e0e0e0;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 25px;
	font-weight: 500;
    }

.------------------------------------ {
}

    .button-row {
	display: block;
	gap: 10px;
	justify-content: center;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 13px;
	padding-left: 0%;
	margin: 0px;
    }
.------------------------------------ {
}
.info_botton-color {
	width: 78%;
	height: 46px;
	padding: 0%;
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrap  a .info_botton-color{
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 30px;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-position: center center;
	background-color: #9C895C;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	border-radius: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 4px 10px rgba(156,137,92,0.4);
  }
.wrap a .info_botton-color:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}
.------------------------------------ {
}

.img_botton {
	width: 20%;
	height: 50px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wrap  a .img_botton{
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	width: 100%;
	height: 50px;
	background-size: auto;
	margin: 0px;
	background-color: #9C895C;
	border-radius: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 4px 10px rgba(156,137,92,0.4);
  }


.wrap a .img_botton:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}
.img_botton .wrap a .img_botton img {
	height: 60%;
	width: auto;
	padding: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}

.------------------------------------botton {
}

.info_botton {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}

.wrap  a .info_botton{
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 35px;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-position: center center;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
  }

.wrap a .info_botton:hover {
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	transform: translateY(-7px);
}

.------------------------------------ {
}
.link-item {
	align-items: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 2px 2px 2px 3px rgba(0,0,0,0.04);
	border: 1px solid #DFDFDF;
	width: 96%;
	margin-bottom: 7px;
	display: flex;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.link-icon {
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.link-texts {
	margin: 0px;
	padding: 0px;
	float: left;
	      display: flex;
      flex-direction: column;

}

.link-label {
	font-size: 0.9em;
}
.link-sub {
	font-size: 0.7em;
	color: #999;
}
.link-texts .link-sub a{
	font-size: 1em;
	color: #999;
}


.------------------------------------ {
}
#contents-container {
	width: 86%;
	max-width: 600px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	background-color: #f7f7f8;
	padding-top: 0%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
}
.01-header {
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
    }
.01 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.01-01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 10%;
}
.01-01 img {
	width: auto;
	height: 50px;
}

.01-02 {
	margin: 0px;
	float: left;
	width: 68%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 2%;
}
.01-02-01 p {
	font-size: 1em;
	color: #666;
	font-weight: 500;
}
.01-02-02 p {
	font-size: 2em;
	color: #666;
	font-weight: 500;
}
.01-02-03 p {
	font-size: 1em;
	color: #666;
}





.------------------------------------ {
}



.------------------------------------ {
}



.------------------------------------ {
}
