/*
Theme Name: Minar Child
Theme URI: http://wp.regaltheme.com/minar
Template: minar
Author: Regaltheme.
Author URI: http://wp.regaltheme.com
Description: Description
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post
Version: 1.4.0.1529543246
Updated: 2018-06-21 10:07:26

*/

/*--------------------------------------------------------------
# TopPage margin
--------------------------------------------------------------*/
.page-id-112 .blog-area.ptb-80-100 {
    padding-top: 0px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body,
html {
	font-family: '游明朝','yu-mincho-pr6','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝', serif;
     font-size: 14px;
     line-height: 24px;
     font-weight: 300;
     color: #636363;
     background-color: #fff;
     -webkit-text-size-adjust: 100%;
     -webkit-overflow-scrolling: touch;
     -webkit-font-smoothing: antialiased
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'brandon-grotesque', sans-serif;
}

h1,
h2,
h5,
h6 {
		clear: both;
		font-family: "brandon-grotesque", sans-serif;
		font-weight: 400;
		color: #000;
		letter-spacing: 0.25em;
		margin: 0 -0.5em 10px 0;
}

h1 {
     font-size: 34px;
     font-family: 'brandon-grotesque', sans-serif;
 }
h3 {
	 font-family: '游明朝','yu-mincho-pr6','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝', serif;
	 font-size: 22px;
 }
 h4 {
	 font-family: '游明朝','yu-mincho-pr6','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝', serif;
	 font-size: 18px;
 }
p {
	 color: #636363;
     font-size: 14px;
     line-height: 2.2em;
     margin: 0 0 10px;
     letter-spacing	:0.08em;
}

 /*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
 html {
 	box-sizing: border-box;
 	font-family: 'brandon-grotesque', sans-serif;
 }
 /*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
 a {
 	 color: #636363;
    font-family: '游明朝','yu-mincho-pr6','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝', serif;
    font-weight: 400;
 }

/* single-design  info部分a:hoverアニメーション */

@media screen and (min-width: 767px){
	.c_info a{
		font-size:12px;
	}
	.c_info a:hover {
		text-decoration:underline;
		text-decoration-color:#636363;
}
	blockquote a:hover{
		text-decoration:underline;
		text-decoration-color:#636363;
	}
}

 /*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
 /* --woocommerce customize-- */
 .woocommerce ul.products li.product .single-product .button {
     border-color: #fff;
     color: #fff;
     font-family: "brandon-grotesque", sans-serif;
     font-weight: 400;
     margin-top: 0;
     opacity: 0;
     position: absolute;
     top: 60%;
     transform: translateX(-50%) translateY(-50%);
     transition: all 0.4s ease 0s;
 }
 .woocommerce ul.products li.product .woocommerce-loop-product__title {
     color: #606060;
     font-family: "brandon-grotesque", sans-serif;
     font-size: 18px;
     font-weight: 400;
     margin-top: 5px;
     text-transform: uppercase;
 }

/*--------------------------------------------------------------
 ## オーバーレイメニュー　ロゴ周り
 --------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.overlayMenuBtn  {
    position: absolute;
    top: -55px;
    right: 4%;
    height: 50px;
    cursor: pointer;
    z-index: 100001;
  }
  .overlayMenuBtn span {
    position: relative;
    display: block;
    width: 40px;
    border: 1px solid #999;
    transition: .5s;
  }
  .overlayMenuBtn span:nth-child(1) { top: 0; }
  .overlayMenuBtn span:nth-child(2) { top: 10px; }
  .overlayMenuBtn span:nth-child(3) { top: 20px; }

  .overlayMenu {
    display: none;
	 top:0px;
	 left:0px;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100000;
  }
  .overlayMenuInner {
    padding: 10px 4% 40px 4%;
  }

  .overlayMenuHeader {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #C3A572;
    font-size: 32px;
  }
  .overlayMenuItem ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .overlayMenuItem ul li a {
    display: block;
    width: 100%;
    padding: 0 0 30px 4%;
    color: #636363;
    text-decoration: none;
    transition: .5s;
  }
  .overlayMenuItem ul li a:hover { 
	  color: #000; 
  }
	.mainmenu .navigation > li > ul li+li{
		border-top:none!important;
  }
	.overlayMenuItem ul li ul li{
		padding-left:20px;
	}
	.mainmenu .navigation > li a, .mainmenu .navigation > li > ul li a{
		font-size: 14px;
		letter-spacing: 0.1em;
 		line-height: 1.5em;
		color: #636363;
		text-align: left;
		display:block;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 768px) {
	nav.mainmenu.menu-hover-1.floatright  {
		height:130px;
  }
	.overlayMenuBtn{
		display:none;
	}
	.footer .row .logo img{
	width:150px;
	}
}



 /*--------------------------------------------------------------
 ## TOPページ　
 --------------------------------------------------------------*/
.white-bg .logo img{
	width:182px;
}
div.whatsnew {
    margin: 0;
}
.btn_list{
	width:21.5%;
	float:right;
}
.btn_list .btn_y{
	width:100%;
}
.btn_list2{
	width:21.5%;
	float:right;
}
.btn_list2 .btn_y{
	width:100%;
	float:right;
}
/*ボタン*/
.bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(0,0,0,1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 15px;
	text-align: center;
	max-width: 100%;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}

.bw-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}

.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}

.bw-arrow:hover {
	opacity: 0.8;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}

button.bw-arrow {
	width: 100%;
	border: none;
	cursor: pointer;
}

.btn_margin{
	margin-right:20px;
}

@media (min-width: 602px) and (max-width: 991px) {
	.btn_list{
		width:60%;
		float:right;
	}
	.btn_list .btn_y{
		width:47.5%;
		float:left;
		min-width:13em;
	}
	.btn_list2{
		width:29%;
		float:right;
	}
	.btn_list2 .btn_y{
	width:100%;
	min-width:13em;
	}
}

/*ボタン スマホ調整*/
 @media only screen and (max-width: 601px) {
	 .btn_list{
		width:100%;
		float:right;
	}
	 .btn_list2{
		width:100%;
		float:none;
	}
	.btn_list .btn_y, .btn_list2 .btn_y{
		 width:100%;
		 margin-top:10px;
		 display:block;
	}
	 .btn_margin{
		 margin-right:0px;
}
}

/*メイン画像下margin スマホ調整*/
 @media only screen and (max-width: 601px) {
	 body.page-id-112 .kc-elm.kc-css-644728{
		 height:30px!important;
	 }
}
/*information スマホ調整*/
 @media only screen and (max-width: 601px) {
	div.whatsnew dt{
		width:100%;
		margin:0 0 5px 0;
		float:none;
	}
	div.whatsnew dd{
		width:100%;
		float:none;
		margin:0 0 10px 0;
		padding:0;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	li.menu-item-1278, li.menu-item-960, li.menu-item-1383, li.menu-item-1802, li.menu-item-1044, li.menu-item-971{
		padding:50px 0!important;
	}
}
 /*--------------------------------------------------------------
 ## フェードイン
 --------------------------------------------------------------*/
body    {
display:none
}

 /*--------------------------------------------------------------
 ## bookbinding,design,topページアーカイブページ調整
 --------------------------------------------------------------*/

body.post-type-archive-design h4, body.post-type-archive-bookbinding h4, body.page-id-112 h4{
		margin-top:0;
}
body.archive .font-12{
	margin:0!important;
}
.post-112 .font-12{
	margin:0!important;
}

 /*--------------------------------------------------------------
 ## bookbinding,design 2カラム文字部分　調整
 --------------------------------------------------------------*/
.details-text p {
	margin-bottom:20px;
}
.details-text img{
	margin-bottom:50px;
}
.c_info p, .b_info p{
	font-size:13px;
	line-height:2em;
}
.portfolio-sidebar .line {
    width: 40px;
    height: 1px;
    margin:35px 0;
    background: #a0a0a0;
    box-sizing: border-box;
}
.b_info ul {
    margin: 0 0 10px 20px;	
}

 /*--------------------------------------------------------------
 ## About Nikki Order フォントサイズ変更
 --------------------------------------------------------------*/
.font-16 p, .blog-details-three .details-text .content.font-16 p {
	font-size:16px;
	line-height:2.4em;
	margin-bottom:1.5em;
	letter-spacing:0.12em;
}
.font-16 dt, .font-16 dd{
	font-size:16px;
	line-height:2.4em;
	margin-bottom:1.5em;
}
blockquote p {
	  font-size: 14px;
	  line-height: 1.3em; 
	  font-style:italic;
}
 /*--------------------------------------------------------------
 ## About Nikki order content幅調整
 --------------------------------------------------------------*/
body.information-template-default .site-content .container .row .col-xs-12, body.page-id-125 .blog-area .col-md-12, body.page-id-1932 .blog-area .col-md-12{
	width:70%;
	float:none;
	margin:auto;
}
body.page-id-1749 .blog-area .col-md-12{
	width:90%;
	float:none;
	margin:auto;
}
body.page-id-1808 .blog-area .col-md-12{
	width:75%;
	float:none;
	margin:auto;
}
 /*--------------------------------------------------------------
 ## Nikki   小見出し
 --------------------------------------------------------------*/
.blog_line {
  position: relative;
  width: 100%;
	text-align:center;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
}
.blog_title {
  position: relative;
  width: 100%;
	text-align:center;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	font-size:20px;
}
.blog_box {
	border:1px solid #ccc;
	padding:30px;
}
.blog_boxin {
	background:#f1f1f1;
	padding:30px;
}
.blog_box dl {
    width: 100%;
    height: 100%;
	margin-bottom:0;
}
.blog_box dt {
	float: left;
	clear: left;
	width: 25%;
	font-size:14px;
	margin-bottom:1em;
	line-height:1.8em;
}
.blog_box dd{
	float: left;
	width: 75%;
	margin: 0 0 1em 0;
	font-size:14px;
	line-height:1.8em;
}
dd.mb-0, p.mb-0{
	margin: 0!important;
}
.sikaku{
	border:1px solid #ccc;
	padding:4px;
}
.info li{
	letter-spacing: 0.12em;
}
.strike{
	text-decoration: line-through;
}
.fl-right{
	float:right;
	margin:0 1em 1em 2em;
}
.t-r{
	text-align:right;
}
.t-l{
	text-align:left;
}

@media only screen and (max-width: 768px) {
	.blog_box {
		padding:15px;
}
	.blog_boxin {
	padding:15px;
}
	.blog_title {
		font-size:16px;
	}
	.blog_box dt {
		float:none;
		width:100%;
		margin-bottom:0px !important;
		line-height:1.3em;
	}
	.blog_box dd {
		float:none;
		width:100%;
		margin-bottom:0px;
	}
	.blog_box dl{
		height:100%;
		margin-bottom:5px;
	}
	.blog-details-two .details-text .content p, .blog-details-three .details-text .content p{
		margin-right:0px !important;
	}
	.details-text blockquote{
		margin-left:0px !important;
	}
	blockquote{
		margin:0;
		font-size:14px;
	}
}

 /*--------------------------------------------------------------
 ##  Nikki  content幅調整  PCのみ
 --------------------------------------------------------------*/

.fl-text{
	width:45%;
	float:left;
}
.fr-text{
	width:55%;
	float:right;
}
.inner-fl-50{
	width:50%;
	float:left;
}
.details-text .content ul.inner-fl-50{
	margin-left:0px;
}

.details-text .longline {
    width: 100%;
    height: 1px;
    margin: 35px 0;
    background: #a0a0a0;
    box-sizing: border-box;
}
@media (max-width: 768px){
	.fl-text{
	width:100%;
	float:none;
}
	.fr-text{
	width:100%;
	float:none;
}
	.inner-fl-50{
	width:100%;
	float:none;
}
}

 /*--------------------------------------------------------------
 ## Nikki   Worksカテゴリーアーカイブ調整
 --------------------------------------------------------------*/
body.tax-category_design h6.we-medium.uppercase.mb-15{
	margin-bottom:5px;
}

@media (max-width: 767px){
	.blog-three .content h3{
		font-size:16px!important;
	}
	h6{
		font-size:12px;
	}
	body.page-id-1042 .pb-20, body.tax-category_design .pb-20, body.category-information .pb-20{
		padding-bottom:0;
	}
	body.page-id-1042 .blog-three .plr-30, body.tax-category_design .blog-three .plr-30, body.category-information .plr-30{
    padding-left: 20px;
	}
	body.page-id-1042 .grid-item{
		height:330px;
	}
	h6.we-medium.uppercase.mb-15{
		margin-bottom:5px;
	}
	body.tax-category_design .col-sm-6{
		padding:0;
	}
	body.tax-category_design .grid-item{
		height:270px;
	}
	body.category-information .grid-item{
		height:300px;
	}
}

 /*--------------------------------------------------------------
 ## Works 調整
 --------------------------------------------------------------*/
.details-text .s_box {
	border:1px solid #ccc;
	padding:10px;
}

 /*--------------------------------------------------------------
 ## information 調整
 --------------------------------------------------------------*/

.sidebar h2{
	font-family: '游明朝','yu-mincho-pr6','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝', serif;
	letter-spacing: 0;
	font-size:20px;
}
.blog-details .line{
	width: 10px;
   height: 1px;
   margin:10px 0;
   background: #a0a0a0;
   box-sizing: border-box;
}



 /*--------------------------------------------------------------
 ## スマホ時調整
 --------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.contact-text br, .blog-details .details-text br, .post-125 br{
			display:none;
	}
	.blog_boxin br{
		display:block !important;
	}
}

@media only screen and (max-width: 601px) {
	.details-text .pl-30{
			padding-left:0;		 
	 }
	.details-text img{
	margin-bottom:20px;
	}
	.font-16 p, .blog-details-three .details-text .content.font-16 p, .font-16 dd {
	font-size:14px;
	line-height:2em;
	margin-bottom:1em;
	letter-spacing:0em;
	}
	.font-16 dt{
	margin-bottom:1em;
	letter-spacing:0em;
	}
	body.information-template-default .site-content .container .row .col-xs-12, body.page-id-125 .blog-area .col-md-12, body.page-id-1749 .blog-area .col-md-12, body.page-id-1808 .blog-area .col-md-12, body.page-id-1932 .blog-area .col-md-12{
			width:100%;
	 }
	 dt{
		 float:none;
		 width:100%;
	 }
	 dd{
		 float:none;
		 width:100%;
	 }

	 .white-bg .logo img{
		 width:35%;
		 min-width:140px;
		 margin-top:20px;
	 }
	.footer .row .logo img{
	width:30%;
	min-width:100px;
	margin-top:20px;
	}
}
@media (min-width: 602px) and (max-width: 767px){
	.white-bg .logo img{
	width:40%;
	margin-top:20px;
	}
	.footer .row .logo img{
	width:30%;
	margin-top:20px;
	}
}

 /*--------------------------------------------------------------
 ## マウスオーバー時暗くする
 --------------------------------------------------------------*/

a.light{
	background-color:black;/*ここでマウスオーバーするときの色を設定できます。*/
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
a.light img{
	transition:all 0.5s ease 0s;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.light img{
	opacity: 0.75; /*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
	filter: alpha(opacity=75); /*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

 /*--------------------------------------------------------------
 ## order
 --------------------------------------------------------------*/
.post-1749 h3, body.page-id-125 .blog-area h3{
	font-size:20px;
	padding: 0 0 0 .75em;
   border-left: 4px solid #bbb;
   line-height: 1.5;
   letter-spacing: 0.1em;
}
.border dl {
	width:100%;
	height:100%;
}
.border{
	position:relative;
}
.border:before{
	content:"";
	width: 1px;
	border-left: 1px solid #777;
	position: absolute;
	left: 1.9%;
	top: 0;
	bottom: 0;
	z-index:1
}
.border dt {
	float:left;
	clear:left;
	width:25%;
}
.border dt.pl-60.mb-2{
	margin-bottom:2px;
}
.border dd.mb-0{
	margin-bottom:0px;
}
.border dd {
	float:left;
	width:75%;
	margin:0 0 1em 0;
}

.workflow01{
	background:url("../minar/images/order_01.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow02{
	background:url("../minar/images/order_02.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow03{
	background:url("../minar/images/order_03.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow04{
	background:url("../minar/images/order_04.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow05{
	background:url("../minar/images/order_05.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow06{
	background:url("../minar/images/order_06.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow07{
	background:url("../minar/images/order_07.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow08{
	background:url("../minar/images/order_08.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}
.workflow09{
	background:url("../minar/images/order_09.png") no-repeat 0 0;
	background-size:40px 40px;
	z-index:2;
	position:relative;
}

/*スマホ調整*/
@media only screen and (max-width: 1024px) {
	.border dt{
		width:30%;
	}
	.border dd{
		width:70%;
	}
	.border:before{
		left:2.4%;
	}
}

@media only screen and (max-width: 768px) {
	.border:before{
		border-left:none;
	}
	.border dt {
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.border dd {
		float:none;
		width:100%;
		margin:0;
	}
	.border dl{
		height:100%;
		margin-bottom:35px;
	}
	.border dt.pl-60.mb-5{
	margin-bottom:1em;
	}
	.post-1749 h3, body.page-id-125 .blog-area h3{
	font-size:16px;
	}
	.border dd br{
		display:none;
	}
}
 /*--------------------------------------------------------------
 ## コンタクトフォーム
 --------------------------------------------------------------*/
textarea{
	padding:10px;
}
span.wpcf7-not-valid-tip{
	color: #D52D27;
	font-weight: bold;
}
.fc-red{
	color: #D52D27;	
}
.custom-input .btn_submit{
	background: #D52D27 none repeat scroll 0 0;
   border-radius: 0;
   color: #fff;
   height: 43px;
   padding: 0 35px;
   position: relative;
   top: 4px;
   font-weight: 500;
}
html input[type="button"], input[type="reset"], input[type="submit"]{
	float: left;
   margin: 0 20px 0 0;
}
/* Chrome, Safari */
.form-custom::-webkit-input-placeholder{
    color: #cbcbcb;
}
/* Firefox */
.form-custom::-moz-placeholder{
    color: #cbcbcb;
}
/* Firefox 18以前 */
.form-custom:-moz-placeholder{
    color: #cbcbcb;
}
/* IE */
.form-custom:-ms-input-placeholder{
    color: #cbcbcb;
}
/*コンタクトフォーム確認用画面の調整 */
input.wpcf7-form-control.wpcf7-text.form-custom.wpcf7c-conf, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-custom.wpcf7c-conf{
	border:0;
	padding:0;
   background:#fff;
	box-shadow: 0 0 0px 1000px #fff inset;
	resize: none; 
}

 /*--------------------------------------------------------------
 ## サンクスページ調整
 --------------------------------------------------------------*/
.post-1808 p{
	margin:0 0 20px 0;
}
/*サンクスページ直前 */
.sent .custom-input{
	display:none;	
}
div.wpcf7-mail-sent-ok{
	border:none;
}
 /*--------------------------------------------------------------
 ## gnavドロップダウンのずれをIE11のみ修正
 --------------------------------------------------------------*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .mainmenu .navigation > li > ul { 
    left: 60%;
    top: 100%;
	} /* IE11 */
}

 /*--------------------------------------------------------------
 ## instagram　ロゴフォント表示
 --------------------------------------------------------------*/
.fa-instagram:after{
    display:block;
    content:"\f16d";
    font-family: "Font Awesome 5 Brands";
    width:20px;
    height:20px;
    font-weight:400;
}
.fa-instagram:before{
	display:none!important;
}

