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

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4e4e4e;
}
a{
	color:#09C;
	text-decoration:underline;
}
a:hover{
	color:#F60;
	text-decoration:none;
}

.clear{
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
}
#wrap > div.top-bar {
	display: flex;
	height: 13px;
}
#wrap > div.top-bar div.top-bar-inner1 {
	width: 280px;
	height: 100%;
	background: #a4a4a4;
}
#wrap > div.top-bar div.top-bar-inner2 {
	flex: 1;
	height: 100%;
	background: #4e4e4e;
}
#header {
	display: flex;
	align-items: start;
	margin: 0;
	padding: 0;
}
#header.index {
	display: block;
	border-bottom: #c9c9c9 solid 1px;
	position: relative;
}
#header-img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
}
#header.index #header-img {
	display: block;
}
#header-img div.main {
	height: 100%;
	background: url(../images/index/bg_header.jpg) right top no-repeat;
	background-size: contain;
}
#logo {
	display: inline-block;
	height: 122px;
	margin: 0;
	padding: 0;
}
#logo a {
	display: block;
	height: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
}
#logo a img {
	display: none;
	margin-top: 15px;
}
#logo a div.name,
#logo a div.sub {
	font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", 'Noto Serif JP', serif;
	font-size: 115%;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	line-height: 1.0em;

	color: #444;
}
#logo a div.name {
	font-size: 330%;
}
#logo a div.sub {
	font-size: 230%;
	margin-top: 5px;
}
#logo a div.url {
	font-family:"MS Pゴシック",sans-serif;
	font-size: 80%;
	letter-spacing: 0.2em;

	margin-top: 5px;
	color: #a5a5a5;
}
#navi {
	margin-left: auto;
	margin-top: auto;
	border-bottom: #c9c9c9 solid 1px;
}
#header.index #navi {
	padding: 30px 0 0 0;
	margin-left: 0;
	border-bottom: none;
}
#navi ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	position: relative;
	width: 117px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: solid 1px #c9c9c9;
}
#navi li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #888;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}
#navi li.top {
	border-left: solid 1px #c9c9c9;
}
#navi li:hover:after {
	opacity: 1;
}
#navi li a {
	display: block;
	height: 100%;
	line-height: 1.2em;
	padding: 3px 0 0 20px;
	text-decoration: none;
}
#navi li a div.txt {
	font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", 'Noto Serif JP', serif;
	font-size: 115%;
	font-weight: 600;
	font-feature-settings: "palt" 1;

	color: #444;
}
#navi li a div.img {
	display: none;
	width: 93px;
	height: 16px;
	margin-top: 5px;
	background-position: left center;
	background-repeat: no-repeat;
}
#navi li.top div.img { background-image: url('../images/common/navi/toppage.png'); }
#navi li.profile div.img { background-image: url('../images/common/navi/profile.png'); }
#navi li.book div.img { background-image: url('../images/common/navi/book.png'); }
#navi li.appearance div.img { background-image: url('../images/common/navi/appearance.png'); }
#navi li.contact div.img { background-image: url('../images/common/navi/contact.png'); }

#navi li a div.sub {
	color: #bbb;
	font-size: 60%;
}
/*
#navi{
	width:640px;
	height:35px;
	padding:0;
	margin:90px 0 0 0;
	float:right;
	border-bottom:#c9c9c9 solid 1px;
}
#navi ul{
	width:640px;
	margin:0;
	padding:0;
	list-style:none;
}
#navi li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
*/

#footer {
	margin: 0;
	padding: 30px 0 50px 0;
}
.pagetop {
	text-align: right;
	background: #a4a4a4;
}
.pagetop a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 70%;
	padding: 0 20px;
	background: #4e4e4e;
	letter-spacing: 0.2em;
}
.pagetop a div.mark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.pagetop a div.mark::before,
.pagetop a div.mark::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pagetop a div.mark::before {
	left: 7px;
	width: 2px;
	height: 8px;
	background: #fff;
}
.pagetop a div.mark::after {
	left: 4px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
address {
	font-size: 10px;
	font-style: normal;
	color: #727070;
	padding: 10px 0 0 0;
}


#contents {
	display: flex;
	margin: 0;
	padding: 30px 0 0 0;
}
#contents_left {
	width: 690px;
	margin: 0;
	padding: 0;
}
#contents_right {
	width: 176px;
	margin: 0;
	padding: 0;
	margin-left: auto;
}

#contents .text01{
	margin:0 0 15px 0;
	line-height:20px;
}
#contents .more{
	margin:0 0 15px 0;
	text-align:right;
}
#contents .more a{
	color:#4e4e4e;
}
.entry_box{
	width:690px;
	padding:0;
	margin:0 0 15px 0;
	border-bottom:#c9c9c9 solid 1px;
	clear:both;
}
.entry_box2 {
	padding: 0;
	margin: 0 0 15px 0;
	clear: both;
}

.img_left{
	padding:0;
	margin:0 15px 15px 0;
	float:left;
}

h2{
	font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", 'Noto Serif JP', serif;
	font-size: 280%;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	line-height: 1.0em;
	border-bottom: solid 1px #c9c9c9;
}
#contents_right h2 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.1em;
}
#contents_right div.youtube {
	margin-top: 40px;
}
#contents_right div.youtube img {
	width: 152px;
	height: 40px;
	object-fit: cover;
}
h3{
	margin:0 0 20px 0;
}
h4{
	color:#000;
	font-size:16px;
	margin:0 0 5px 0;
	line-height:20px;
}
.date{
	color:#4e4e4e;
	font-size:14px;
}

.blog_list{
	margin:0 0 10px 0;
}
.blog_date{
	color:#4e4e4e;
	font-size:14px;
	font-weight:bold;
}
.blog_title{
	color:#000000;
	font-size:16px;
}
.blog_title a{
	color:#000000;
	text-decoration:none;
}
.blog_title a:hover{
	color:#09C;
	text-decoration:none;
}

.blog_list_side{
	margin:0 0 10px 0;
}
.blog_date_side{
	color:#4e4e4e;
	font-size:12px;
	font-weight:bold;
}
.blog_title_side{
	color:#000000;
	font-size:14px;
}
.blog_title_side a{
	color:#000000;
	text-decoration:none;
}
.blog_title_side a:hover{
	color:#09C;
	text-decoration:none;
}

div.profile-kakugo {
	margin-top: 30px;
}
div.profile-kakugo img {
	width: 250px;
}



#wrap.home div#contents_left div.cate {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 88.75px;
	height: 15px;
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background: #4e4e4e;
	vertical-align: middle;
	letter-spacing: 0.1em;
	transform: scale(0.8);
}
#wrap.profile #contents img.youtube {
	width: 250px;
}




/* Hamburger Menu */
div.hamburger-menu {
	display: none;
}
div.hamburger-menu .menu-btn {
	position: fixed;
	top: 14px;
	right: 10px;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background: rgba(255, 255, 255, .95);
	border: solid 1px #888;
	cursor: pointer;
}
div.hamburger-menu .menu-btn span,
div.hamburger-menu .menu-btn span:before,
div.hamburger-menu .menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
/*
	border-radius: 3px;
*/
	background-color: #777;
	position: absolute;
	transition: transform 0.2s, background-color 0.2s;
}
div.hamburger-menu .menu-btn span:before {
	transform-origin: top left;
	bottom: 8px;
}
div.hamburger-menu .menu-btn span:after {
	transform-origin: bottom left;
	top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	transform: translateX(5px) rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	transform: translateX(5px) rotate(-45deg);
}
#menu-btn-check {
	display: none;
}


/* Menu Content */
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background-color: rgba(255, 255, 255, .95);
	transition: left 0.3s;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #c9c9c9;
	list-style: none;
}
.menu-content ul li:first-of-type {
	border-top: solid 1px #c9c9c9;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #888;
	border-right: solid 2px #888;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;
}



@media screen and (max-width: 768px) {
	#wrap {
		width: auto;
	}
	#wrap > div.top-bar div.top-bar-inner1 {
		width: 60%;
	}
	#header {
		height: 80px;
		border-bottom: #c9c9c9 solid 1px;
	}
	#header.index {
		height: 120px;
	}
	#header-img {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
		background-repeat: no-repeat;
	}
	#header-img div.main {
		background-image: url('../images/common/202111301412.bg_header_mobile.png');
		background-image: url('../images/common/bg_header_mobile.png');
		background-size: auto 90%;
		background-position: bottom right;
		margin-right: 30px;
	}
	#logo {
		width: auto;
		height: 60px;
		margin-left: 5px;
	}
	#header.index #logo {
		height: auto;
	}
	#logo a img {
		height: 100%;
	}
	#logo a div.name {
		font-size: 200%;
	}
	#logo a div.sub {
		margin-top: 2px;
		font-size: 130%;
	}
	#logo a div.url {
		margin-top: 1px;
		font-size: 55%;
	}
	#navi {
		display: none;
		height: 36px;
	}
	#navi ul {
		display: none;
	}
	#contents {
		display: block;
	}
	#contents_left,
	#contents_right {
		width: auto;
		padding: 0 5px;
	}
	#contents_right {
		margin-top: 50px;
	}
	div.hamburger-menu {
		display: block;
	}

	div.profile-entry-box {
		text-align: center;
	}
	div.profile-entry-box .img_left {
		float: none;
		margin: 0 auto 20px auto;
	}
	div.profile-entry-box p.text01 {
		text-align: left;
	}

	h2 {
		font-size: 150%;
	}

	.pagetop a {
		padding: 2px 20px;
		font-size: 60%;
	}
	#footer address {
		padding: 10px 5px 0 5px;
	}
}
