@charset "UTF-8";
/* CSS Document */

/*/_/_/_/_/_/ 共通 */

body {
	font: 16px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
#contents {
	flex: 1;
}
em {
	color: #c00;
	font-weight: bold;
}
span {
	display: block;
}

/*/_/_/_/_/_/ TOP PAGE BG 

#frontpage {
	background: url("../img_base/TopBG.jpg") center center / cover no-repeat fixed;
	height: 100vh;
}
#toppageTitle {
	text-align: center;
}
#toppageTitle img {
	height: 76vh;
	margin-top: 80px;
}*/

/*/_/_/_/_/_/ HEADER */
header {
	width: 100%;
	padding: 10px;
	background-color: #c00;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
}
header h1 {
	/*position: relative;*/
	top: 0;
}
header h1 a {
	padding: 10px;
}
header h1 a img {
	height: 50px;
	width: auto;
	margin-right: 5px;
}

/*/_/_/_/_/ Hamberger Menu */
.l-drawer {
	/*display: inline-block;*/
}
.l-drawer__checkbox {
	display: none;
}
/*_________ Hamberger Icon */
.l-drawer__icon {
	  cursor: pointer;
	  display: block;
	  width: 56px;
	  height: 30px;
	  position: relative;
	  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	background-color: #fff;
	display: block;
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	content: " ";
}
.l-drawer__icon-parts:before {
	top: 16px;
}
.l-drawer__icon-parts:after {
	top: -16px;
}
/*________ OverLay */
.l-drawer__overlay {
	background: #000;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
/*_________ Menu */
.l-drawer__menu {
	background: #a00;
	color: #000;
	max-width: 100%;
	width: 320px;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: -320px;
}
.l-drawer__menu ul {
	margin: 20px;
	list-style: none;
}
.l-drawer__menu ul .l-drawer__item {
	list-style: none;
}
.l-drawer__menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	border-bottom: dotted 4px #fff;
}
.l-drawer__menu ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin-right: 4px;
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}
.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
/*________ Current Page */
.current {
	color: #ff0;
	padding: 20px 0;
	border-bottom: dotted 4px #fff;
}
.current::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	margin-right: 4px;
}

/*________ Hamberger Icon After */
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/*/_/_/_/_/_/ MAIN */

#contents {
	width: 100%;
	margin: 0;
	/*position: relative;*/
	padding-top: 70px;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: auto;
}
main {
	flex: 1;
}
h2 {
	color: #fff;
	background: #c00;
	font-weight: bold;
	margin: 10px 0;
	padding: 15px;
	font-size: larger;
}
h2::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 4px;
}
.clearfix::after {
	content: “”;
	display: block;
	clear: both;
}
.leadimg img {
	height: 8em;
	width: auto;
	margin: 0 10px 10px 10px;
	float: left;
}
.leadtxt {
	margin: 10px 15px;
	line-height: 1.5;
}
.leadtxt::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 4px;
	color: #f60;
}

/*/_/_/_/_/_/ ACCORDION MENU */

/*_________ Box */
.accbox {
	margin: 1em 0;
	padding: 0;
	width: 100%;
	clear: both;
}
/*________ Label */
.accbox label {
	display: block;
	margin: 1.5px 0;
	padding: 11px 12px;
	color: #fff;
	font-weight: bold;
	background: #f60;
	cursor: pointer;
	transition: all 0.5s;
	line-height: 1.4;
}
/*________ label Icon */
.accbox label::before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: bold;
	margin-right: 4px;
}
/*________ Lavel Hover */
.accbox label:hover  {
	background: #f90;
}
/*________ Hide Check */
.accbox input {
	display: none;
}
/*________ Hide Inside */
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*________ Show by Click */
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}
/*________ Icon Change */
.cssacc:checked + label::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	margin-right: 4px;
}
/*________ Popup Txt */
.accshow p {
	line-height: 1.4;
}
.accshow p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 4px;
	color: #f60;
}
.accshow .p_img::before {
	content: none;
}
/*________ Img Size */
.accshow img {
	width: 100%;
	margin-bottom: 5px;
}
/*________ Link in Box */
.accshow a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: bold;
	margin-right: 4px;
}
.accshow a {
	text-decoration: none;
	color: #fff;
	background-color: #36f;
	padding: 10px;
	margin: 5px 0 15px 0;
	display: block;
	border-radius: 8px;
}
.accshow .zoom {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: #fff;
}
.accshow .zoom::before {
	content: none;
}

/*/_/_/_/_/_/ FOOTER */
footer {
	/*position: relative;
	bottom: 0;
	left: 0;*/
	width: 100%;
	clear: both;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding-bottom: 10px;
	/*margin-top: auto;*/
}
footer img {
	width: 100px;
	height: auto;
}
footer a {
	color: #fff;
	display: block;
}
#footer_nav ul {
	padding: 15px;
}
small {
	display: block;
	font-size: smaller;
	margin: 0 15px 5px 15px;
	color: #999;
}

/*/_/_/_/_/_/  PROF */

.leadimg .prof {
	height: 16em;
	width: auto;
}
#ken_prof dl {
	line-height: 1.4;
}
#ken_prof .last_dl {
	margin-bottom: 1em;
}

#ken_prof dt {
	font-weight: bold;
	color: #fff;
	background-color: #f60;
	padding: 4px;
	margin: 2px 10px;
	border-radius: 6px;
}
#ken_prof dt::before,
#ken_prof h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 4px;
	color: #fff;
}
#ken_prof dd {
	margin: 2px 10px;
}
#ken_prof dd::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 4px;
	color: #f60;
}
#ken_prof h3 {
	font-size: larger;
	font-weight: bold;
	color: #fff;
	background-color: #c00;
	padding: 4px 10px;
	margin: 1em 10px;
	border-radius: 6px;
}
#ken_prof a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #36f;
	padding: 10px;
	margin: 5px 0 15px 0;
	border-radius: 8px;
}
#ken_prof a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: bold;
	margin-right: 4px;
}

/*/_/_/_/_/_/ PC */
@media only screen and (min-width: 980px) {
	body {
		background: url("../../img/body_bg.png") no-repeat;
		min-height: 100vh;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}
	#wrapper, header {
		width: 980px;
		margin: 0 auto;
	}
	#wrapper {
		background-color: #fff; 
		box-shadow: 5px 5px 5px #ccc;
		border-left: 1px solid #ccc;
	}
	/*
	#forntpage header {
		width: 100%;
	}*/
	.popup:focus, .popup:active {
		position: relative;
	}
	span {
		display: inline;
	}
}