
html{
 background-color: #f9f9f9;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
/*------------------------------------------------------------------ 

  ヘッダー
------------------------------------------------------------------ */
#header_wrap {
	width:100%;
	height: 80px;
	background-color: #111;
	border-bottom: 4px solid #3e3e3e;
	position: fixed;
	top: 0;
	z-index: 9999;
}

/*------------------------------------------------------------------ 

  すまいりんぐ合わせ
------------------------------------------------------------------ */
.h_wrap{
	position: fixed;
	background-color: #fff;
	z-index: 999;
	top: 0;
	width: 100%; }
	
	
	
	
	
	
/* res */
.w1200_wrap_header {
	margin: 0 auto;
	max-width: 1200px!important;
	padding:0px;
}
.w1200_wrap_headersp {
	padding:0 10px;
}

/* leftright */
.header_left {
	color: #fff;
	float:left;
	max-width: 900px!important;
}
.header_left img {
	margin-top: 24px;
}
.header_right {
	color: #fff;
	float:right;
	text-align: right;
	max-width: 300px!important;
}
.header_right ul {
	display: inline-block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 0;
}
.header_right ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
.header_right ul li img {
	width: 30px;
	height: auto;
}

/* バーガーメニュー */
.navi_wrap {
  float: right; }
.navi-btn {
  width: 50px;
  height: 80px;
  position: relative;
  cursor: pointer;}
/* 1本目 */
.navi-btn span {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  transition: all .3s;
  right: 10px;
  top: 32px}
/* 2本目 */
.navi-btn span:nth-of-type(2) {
  top: 42px;
  opacity: 1;
  transition: all .3s;}
/* 3本目 */
.navi-btn span:last-of-type {
  top: 52px;}
.navi-btn p {
  color: #252525;
  text-align: center;
  position: absolute;
  /*top: 45px;
  left: 2px;*/}
/* 3本の回転 */
.navi-btn-on span:first-of-type {
  transform: rotate(-45deg) translateY(12px) translateX(-3px);}
.navi-btn-on span:nth-of-type(2) {
  transform: translateX(0);
  opacity: 0;}
.navi-btn-on span:last-of-type {
  transform: rotate(45deg) translateY(-12px) translateX(-3px);}
/* メニュー内容 */
.navi-menu {
  top: 80px;
  display: none;
  background: #111;
  width: 96%;
  position: fixed;
  padding: 10px 2%;
  z-index: 100;
  overflow-y: auto;}
.navi-menu li {
  list-style-type: none;}
.navi-menu li a {
  display: block;
  color: #e7efe7;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 2%;}
.navi-menu li a:hover {
  background-color: #A60000;
  display: block;}

/* sp-pc */
.spmenu{
  display: none;
  height:80px; }
.pcmenu{
  display: block; }

@media print, screen and (max-width: 750px) {
	.header_left img {
		margin-top: 28px;
		width: 80%;
	}
}


/*------------------------------------------------------------------ 

  ライトナビ
------------------------------------------------------------------ */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 300px;
}
.side_title{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	border-bottom:4px solid #111;
	padding:10px 0 10px 0;
	color:#333;
}
.side_list{
	width:100%;
}

@media print, screen and (max-width: 750px) {

	.sticky {
	  position: static;
	  top: 100px;
	  padding: 0 3%;
	  width: 94%;
	}
}

/*---- topbutton ----*/
.pagetop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index:9999;
}
.pagetop text {
	color: #fff;
}
.pagetop a {
	display: block;
	background-color: #333;
	padding:10px, 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
	width:100px!important;
    border-radius: 7px;        /* CSS3草案 */
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 7px;   /* Firefox用 */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition:0.5s;
}
.pagetop a:hover {
	background-color: #7e6b5a;
	color: #fff;
}


/*------------------------------------------------------------------ 

  フッター
------------------------------------------------------------------ */
#footer_wrap {
	margin-top: 0!important;
	width:100%;
	z-index: 100;
	display: block;
	background-color: #fff;
border-top: 1px solid #ccc;
}
.footer_contents {
	border-top: 1px solid #ccc;
	background-color: #f9f9f9;
	margin-top: 0!important;
	padding: 0;
}
.footer_menu {
	background-color: #3e3e3e;
	padding: 40px;
	text-align: center;
}
	.fmenu {
	  line-height: 1.4;
	  margin-top: 20px;
	  margin-bottom: 1rem!important;
	  text-align: center;
	 }
	.fmenu li {
	  display: inline-block;
	  padding: 0 20px;
	  text-decoration: none; 
	 }
	.fmenu li a {
	  color: #fff;
	  text-decoration: none; 
	 }
	.fmenu li a:hover {
	  color: #1BA1E6; 
	 }
.footer_copy {
	background-color: #111;
	color: #fff;
	margin: 0!important;
	padding: 4px;
	text-align: center;
}

footer {
	background-color: #fff;
}
.footer_wrap {
	text-align: center;
	padding: 20px 0 20px;
}
.footer_wrap img {
	width: 120px;
}
	.fmenu {
		font-size: 14px;
	  line-height: 1.4;
	  margin-top: 20px;
	  margin-bottom: 1rem!important;
	  text-align: center;
	  padding: 0;
	 }
		.fmenu li {
		  display: inline-block;
		  padding: 0 20px;
		  text-decoration: none; 
		 }
		.fmenu li a {
		  color: #333;
		  text-decoration: none; 
		 }
		.fmenu li a:hover {
		  color: #1BA1E6; 
		 }
.footer_copy {
	border-top: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	margin: 0!important;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}




/*------------------------------------------------------------------ 

  メインページ
------------------------------------------------------------------ */
#body_wrap {
	background-color: #f9f9f9;
	margin-top: 80px;
	/*padding-bottom: 200px;*/
	width:100%;
	z-index: 100;
	display: block;
	margin-bottom: 40px;
}

/*------------------------------------------------------------------ 

  indexページ
------------------------------------------------------------------ */
/* res */
.w1200_wrap {
	margin: 0 auto;
	max-width: 1200px!important;
	padding:0px;
	display: block;
}

.maker_name {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.maker_subname {
	color: #666;
	font-size: 14px;
}


/*------------------------------------------------------------------ 

  下層ページ
------------------------------------------------------------------ */
/* res */
.w1200_wrap_sticky {
	margin: 0 auto;
	max-width: 1200px!important;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

/* leftright */
.main_left {
	max-width: 900px!important;
	float:left;
	margin-right: 40px;
}
.main_right {
	width: 300px!important;
	float:right;
}

/* maincontents */
.main_desc{
	float:left;
	width:860px!important;
	border:0px #ddd solid;
}
	/* ページタイトル */
	.desc_title{
		font-size:36px;
		line-height:46px;
		color:rgba(0,0,0,1.00);
		text-align:left;
		/*margin-bottom:20px;*/
		font-family: "游ゴシック";
		/*font-family: 'Noto Sans JP', sans-serif;*/
		font-weight: bold;
		color: #333;
	}
	.desc_cate_sns {
		width:100%;
	}
	.desc_titleline{
		font-size: 14rem;
		margin: 0 0;
		height: 0;
		outline: none;
		border: none;
		border-bottom: 4px solid #E6E6E6;
	}

/* SNS */
.snsbox{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.snsbox ul li{
	width: 24%!important;
	/*height: 50px!important;*/
	float: left;
	margin-right: 8px;
	width: auto;
	box-shadow: none;
	padding: 0;
	text-align: center;
	background-color: none;
	border-radius: 4px;
	list-style: none;
}
.snsbox ul li:last-child{
	margin-right: 0px;
	color: #fff;
}
.snsbox ul li a{
	display: block!important;
	text-decoration: none!important;
	color: #fff;
	padding: 10px 0;
}
.sns_br{
	display: none;
}
.bg_fb{
	background-color: #3b5998!important;
}
.bg_tw{
	background-color: #55acee!important;
}
.bg_hb{
	background-color: #008fde!important;
}
.bg_po{
	background-color: #ed4055!important;
}
.fab {
	font-family: "Font Awesome 5 Brands";
}
.fa-facebook-f{
	content: "\f39e";
	padding-right: 4px;
}
.fa-twitter{
	content: "\f099";
	padding-right: 4px;
}
.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
	padding-right: 4px;
}
.fa-get-pocket{
	content: "\f265";
	padding-right: 4px;
}



/* プロフィール */
.profwrap {
	border: 1px solid #ccc;
	padding: 1%;
	width: 98%;
}
.desc_text_profl {
	font-size: 20px;
    font-weight: bold;
}




/* テキスト */
.desc_text_h2 {
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
}
.name {
    font-weight: bold;
}

.desc_text {
	font-size: 16px;
	line-height: 1.85em;
	text-align: left;
	color: #666;
	letter-spacing: .02em;
}
.desc_text_bggray {
	background-color: #efefef;
	padding: 2em;
}
.desc_text_cap{
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#999;
	padding-bottom: 1em;
}

/* 写真 */
.desc_photo {
	width:100%;
}
.desc_photo img {
	width:100%;
	height:auto;
}

	
.taglink{
	padding-top: 0.5em;
}
.taglink li{
	padding: 0.5em 1em!important;
	background-color: #ccc;
	width: inherit!important;
	background-color: #efefef!important;
	color: #333;
	margin: 0px 7px 7px 0px;
	box-shadow: 0 0 0 #fff!important;
	border-radius: 10px;
	font-size: 0.8em;
}


/* サムネイル */
.thum_flexwrap{
	margin-top: 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; }
.thum_flexwrap::before{
	content:"";
	display:block;
	width: 23%;
	height:0;
	order:1;
}	
.thum_flexwrap::after{
	content:"";
	display:block;
	width: 23%;
	height:0;
}		
.thum4_flexitem {
	position: relative;
	margin-bottom: 20px;
	width: 23%;		 }
	.thum4_flexitem img {
		width: 100%;
		height: 160px;
		object-fit: cover;	}




/* 写真 */
.photo_flexwrap{
	margin-top: 10px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; }
.photo2_flexitem {
	position: relative;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 49%;		 }
	.photo2_flexitem img {
		width: 100%;
		height: 300px;
		object-fit: cover;	}
.photo4_flexitem {
	position: relative;
	width: 23%;		 }
	.photo4_flexitem img {
		width: 100%;
		height: 200px;
		object-fit: cover;	}




@media print, screen and (max-width: 750px) {

	.w1200_wrap_sticky {
		margin: 0 auto;
		max-width: 1200px!important;
		padding:0px 10px;
		display: flex;
	}
	.main_left {
		margin-right: 0;
	}
	.main_right {
		width: 100%!important;
		float:left;
	}

	/* sp-pc */
	.spmenu{
	  display: block; }
	.pcmenu{
	  display: none; }

	.main_desc{
		padding:20px;
		width: auto!important;
	}
	.desc_title{
		font-family: 'Noto Sans JP', sans-serif;
	}

	/* SNS */
	.snsbox{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 12px;
	}
	.snsbox ul {
		flex-wrap: nowrap!important;
		justify-content: space-between!important;
	}
	.snsbox ul li{
		/*max-width: 70px!important;*/
		/*height: 50px!important;*/
		float: left;
		margin-right: 1%;
		width: 24%!important;
		box-shadow: none!important;
		padding: 0;
		text-align: center;
		background-color: none;
		border-radius: 4px;
	}
	.snsbox ul li:last-child{
		margin-right: 0px;
		color: #fff;
	}
	.snsbox ul li a{
		display: block!important;
		text-decoration: none!important;
		color: #fff;
		padding: 10px 0;
	}
	.sns_br{
		display: block!important;
	}


	/* サムネイル */
	.thum_flexwrap{
		margin-top: 40px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between; }
	.thum_flexwrap::before{
		content:"";
		display:block;
		width: 49%;
		height:0;
		order:1;
	}	
	.thum_flexwrap::after{
		content:"";
		display:block;
		width: 49%;
		height:0;
	}		
	.thum4_flexitem {
		position: relative;
		width: 49%;		 }
		.thum4_flexitem img {
			width: 100%;
			height: 120px;
			object-fit: cover;	}

	/* 写真 */
	.photo2_flexitem {
		position: relative;
		width: 100%;		 }
		.photo2_flexitem img {
			width: 100%;
			height: 300px;
			object-fit: cover;	}
	.photo4_flexitem {
		width: 48%;		 }
		.photo4_flexitem img {
			width: 100%;
			height: 200px;
			object-fit: cover;	}





}











