@charset "UTF-8";

/* 
===== mujihouse2.0(2016.08.15) ===========================================

	1：common element 
	2：font
	3：main_image	
	4：column
	5：relatedLink
	6：photoswipe（拡大処理）
	7：isoTope
	8：flipsnap
	9：段組サンプル
	10：map
	11：flex
	12：もっとみる
	13：footer icon 部分メンテ
	14：sub-nav fixed
	

==========================================================================
*/

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}

/*
==================== 1：common element  ====================
*/

body{
	margin:0;
}

ul {
	list-style: none;
}

/* pc_sp_onoff */
.pcOnly{ display:block;}
.mobileOnly{ display: none;}

/* alpha */
.alpha { 
-webkit-transition: 0.1s ease-in-out; 
-moz-transition: 0.1s ease-in-out; 
-o-transition: 0.1s ease-in-out; 
transition: 0.1s ease-in-out; 
} 
.alpha:hover {
	opacity: 0.4;
	filter: alpha(opacity=50);
}

/* article */
article * { box-sizing: border-box;}

/* all_wrap */
.all_wrap{ 
    width: 90%;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
}
.bg_gray{
	display: block;
	width: 100%;
	background:#f7f7f7;
	margin-bottom: 40px;
}

/* section */
section{ width: 100%; padding: 0; margin: 0 auto 40px auto !important;}

/* img */
img{
	width: 100%;
	border: none;
    vertical-align: text-top;
}
section img { width: 100%;}

/* page top */
#scrollUp {
    bottom: 50px;
    right: 10px;
    height: 25px;  /* Height of image */
    width: 25px; /* Width of image */
    background: url(../img/bb_top.png) no-repeat;
}

/* clearfix */
ul:after {
    content: "";
    clear: both;
    /*display: block;*/
	display: table-column;
	visibility: hidden;
	overflow: hidden;
}
section:after, figure:after{
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
.cols:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*
===== response ======
*/

@media only screen and (max-width: 1060px){
	
/* pc_sp_onoff */
.pcOnly{ display: none;}
.mobileOnly{ display: block;}

}

@media only screen and (max-width: 768px){
	
/* img */
img{
    max-width: 100%;
    height: auto;
}

/* section */
section{ max-width: 1024px; padding: 0; margin: 0 auto 40px auto !important;}

/* page top */
#scrollUp {display: none !important;}	

}

@media only screen and (max-width: 480px){
	
/* all_wrap */
.all_wrap {
    width: 100%;
}

/* section */
section{
    width: 90%;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto 40px auto !important;
}

}

/*
==================== 2：font  ====================
*/

body,section p,h1,h2,h3,h4,h5,h6,p,li{
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif !important;
	/* for mac El Capitan */
	font-family:-apple-system, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/**/
	font-size: 16px;
	line-height: 1.8;
	color: #191919;
}

li{line-height: 1.5 !important;}
/**/
h1{
	font-size:2em;
}
h2{
	font-size:26px;
	margin: 2em 0 1em 0;
	line-height: 1.5;
}
h3{
	font-size: 22px;
	margin: 2em 0 1em 0;
	line-height: 1.5;
}
h4{
	font-size:20px;
	margin: 0 0 0.5em 0;
	line-height: 1.5;
}
p.caption_tx{
	font-size: 12px !important;
	padding-top: 0.5em;
}
span.caption_tx{
	font-size: 12px !important;
	padding-top: 0.5em;
}
/**/
a{color:#191919; text-decoration:underline;}
a:hover{color:#999;}
/**/
.mt1em{margin-top:1em;}
/*
===== response ======
*/
@media only screen and (max-width: 768px){
body,section p,p,li{ font-size: 14px !important;}
h1{
	font-size:1.8125em;
}
h2{
	font-size:24px;
}	
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
p.caption_tx{
	font-size: 10px;
}
}
@media only screen and (max-width: 480px){
h2{
	font-size:20px;
}	
}

/*
==================== 3：main_image  ====================
*/

figure{
	margin: 0 auto !important;
}

.figureImage_wrap{
    margin: 0px auto;
    width: 100%;
    /*max-height: 500px;*/
	overflow: hidden;
}

/*
===== response ======
*/

@media screen and (max-width: 768px){	

figure{
	margin: 0 auto !important;
}

}

/*
==================== 4：column  ====================
*/
.col{ float:left; boxsizing: border-box; margin:0; padding:0;}
/*6column*/
.col-6{	width:15%; margin:0 2% 2% 0;}
.col-6:nth-child(6n){width:15%; margin:0 0 2% 0;}
.col-6 p{font-size: 14px; line-height:1.5;}	
/*4column*/
.col-4{	width:23.5%; margin:0 2% 2% 0;}
.col-4:nth-child(4n){width:23.5%; margin:0 0 2% 0;}	
.col-4 p{font-size: 14px; line-height:1.5;}	
/*3column*/
.col-3{	width:32%; margin:0 2% 2% 0;}
.col-3:nth-child(3n){width:32%; margin:0 0 2% 0;}	
/*2column*/
.col-2{	width:49%; margin:0 2% 2% 0;}
.col-2:nth-child(2n){width:49%; margin:0 0 2% 0;}
/*2column（7：3）*/
.col-7{	width:64%; margin:0 2% 2% 0;}

/**画像上テキスト**/
div.col_txon{ position:relative;}
span.img_title{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
	font-size: 14px;
	line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    font-weight: bold;
    width: 90%;
    color: #fff;	
}

/*
===== response ======
*/

@media screen and (min-width: 768px) and (max-width: 920px){	
/*6column*/
.col-6{	width:32%; margin:0 2% 2% 0;}
.col-6:nth-child(3n){width:32%; margin:0 0 2% 0;}	

}

@media screen and (max-width: 767px){	
/*6column*/
.col-6{	width:32%; margin:0 2% 4% 0;}
.col-6:nth-child(3n){width:32%; margin:0 0 4% 0;}	
/*4column*/
.col-4{	width:49%; margin:0 2% 4% 0;}
.col-4:nth-child(2n){width:49%; margin:0 0 4% 0;}	
}

@media only screen and (max-width: 480px){
/*4column*/
.col-4{	width:49%; margin:0 2% 4% 0;}
.col-4:nth-child(2n){width:49%; margin:0 0 4% 0;}		
/*3column*/
.col-3{	width:100%; margin:0 0 4% 0;}
.col-3:nth-child(3n){width:100%; margin:0 0 4% 0;}			
/*2column*/
.col-2{	width:100%; margin:0 0 2% 0;}
.col-2:nth-child(2n){width:100%; margin:0 0 2% 0;}	
/*2column（7：3）*/
.col-7{	width:100%; margin:0 0 2% 0;}	
}

/*
==================== 5：relatedLink  ====================
*/

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
/**/
.relatedLink {
	display: block;
	margin: 40px 5% 40px 0;
}
.relatedLink a {
  display: inline-block;
  background: url(../img/arrow_right.png) no-repeat 14px 50%;
  border: 1px solid #ccc;
  padding: 10px 20px 10px 35px;
  text-decoration: none !important;
  font-size: 14px;
}
.relatedLink a:hover {
  border: 1px solid #000;
}

/**/
.bb_Button {
  position: relative;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 0;
  padding: 24px 86px 24px 50px;
  text-decoration: none;
  color: #191919;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
}
.bb_Button:after {
  position: absolute;
  display: block;
  content: '>';
  color: #191919;
  margin: auto 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.bb_Button:hover {
  opacity: 1;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.bb_Button:hover:after {
  color: #fff;
}

/**/

.kamakura_bb{
    width: 100%;
    margin: 0.5em 0 1.5em 0;
}
.kamakura_bb ul {
	display: block;
	margin: 0;
}
.kamakura_bb ul li{
  display: inline-block;
  padding: 0 15px 0 0;
}
.kamakura_bb ul li p.caption_tx:before{
	content:"＞ ";
	text-decoration: none !important;
}

/**/

.page_next_bb{
    width: 100%;
    margin: 0.5em 0 1.5em 0;
	position: relative;
}
.page_next_bb ul {
	display: block;
	margin: 0;
}
.page_next_bb ul li{
  display: inline-block;
  padding: 0 15px 0 0;
}
.page_next_bb ul li.after_entry p.caption_tx:after {
    content: "＞ ";
    text-decoration: none !important;
    padding-left: 5px;
}
.page_next_bb ul li.before_entry p.caption_tx:before {
    content: "＜ ";
    text-decoration: none !important;
    padding-right: 5px;
}
.page_next_bb ul li.before_entry{
	position: absolute;
	left:0;
}
.page_next_bb ul li.after_entry{
	position: absolute;
	right:0;
}

/*
===== response ======
*/
@media only screen and (max-width: 749px) {
.bb_Button {
    padding: 14px 56px 14px 25px;
  }
}
@media only screen and (min-width: 750px) {
.bb_Button:after {
    right: 37px;
    padding: 0;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 749px) {
.bb_Button:after {
    right: 27px;
    line-height: 14px;
    height: 14px;
    font-size: 5px;
  }
}


/*
==================== 6：photoswipe（拡大処理）  ====================
*/
.pswp__share-tooltip a.pswp__share--download {
    display: none;
}
#photoSwipe span{
	float: left;
    cursor: zoom-in;
}

/*
==================== 7：isoTope  ====================
*/
.isotope .box {
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}
/**/
.box {
	width: 23%;
	margin: 0 2% 2% 0;
    height: auto;
	background: #efefef;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    box-sizing: border-box;
}
.box img {
    width: 100%;
    display: block;
}
.box p{
	font-size: 14px;
	line-height: 1.5;
}
p.box_title{
	font-weight: bold;
	margin: 1em 0
}
/*
===== response ======
*/
@media screen and (min-width: 768px) and (max-width: 920px){
.box{width:48%; margin:0 2% 2% 0;}
.box:nth-child(2n){width:49%; margin:0 0 2% 0;}	
}
@media screen and (max-width: 767px){	
.box{width:48%; margin:0 2% 2% 0;}
.box:nth-child(2n){width:49%; margin:0 0 2% 0;}	
}
@media only screen and (max-width: 480px){
.box{width:48%; margin:0 2% 2% 0;}
.box:nth-child(2n){width:49%; margin:0 0 2% 0;}	
}

/*
==================== 8：flipsnap ====================
*/
#mainVisual {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    line-height: 0;
}
#mvPanel {
    width: 20000px;
    height: auto;
    overflow: hidden;
    position: relative;
}
#mvPanel li {
    float: left;
    text-align: center;
}
.pointer {text-align: center; margin-top: 20px;}
.pointer span {width: 15px; height: 15px; margin: 0 5px; border-radius: 50%; text-indent: -9999px; background: #ccc; display: inline-block; cursor: pointer;}
.pointer .current {background: #666;}

.viewport {position: relative;}

.controls div {position: absolute; text-indent: -9999px; cursor: pointer;}
#mainVisual .prev {width: 38px; height: 110px; left: 0; top: 50%; margin-top: -55px; background: url(../img/arrow_left2.png) no-repeat 5px 10px rgba(255,255,255,.7); border-radius: 0 5px 5px 0; padding: 10px 10px; background-size: 28px 90px;}
#mainVisual .next {width: 38px; height: 110px; right: 0; top: 50%; margin-top: -55px; background: url(../img/arrow_right2.png) no-repeat 5px 10px rgba(255,255,255,.7); border-radius: 5px 0 0 5px; padding: 10px 10px; background-size: 28px 90px;}

#mainVisual .prev.disabled,
#mainVisual .next.disabled {display: none;}

/*
===== response ======
*/




/*
==================== 9：段組サンプル  ====================
*/
p{margin-bottom:2%;}
.fwb{font-weight:bold;}
.mbclear{margin-bottom: 0 !important;}
section.lead_tx{
	max-width: 800px;
	margin: 0 auto ;
	/*padding: 0 15px;*/
}

/**/

dl.dialog {
    clear: both;
    margin-bottom: 2em;
}
dl.dialog dt {
    width: 62px;
}
dl.dialog dd {
    margin-top: -1.7em;
    padding: 0 0 2em 72px;
}
dl.dialog dt.long {
    display: block;
    width: 100%;
}
dl.dialog dd.short {
    margin-top: -0.5em;
}

/**/

/* fontsize14px 確認用 */
dl.dialog2 {
    clear: both;
    margin-bottom: 2em;
	font-size: 14px;
}
dl.dialog2 dt {
    width: 62px;
}
dl.dialog2 dd {
    margin-top: -2em;
    padding: 0 0 2em 72px;
}
dl.dialog2 dt.long {
    display: block;
    width: 100%;
}
dl.dialog2 dd.short {
    margin-top: -0.5em;
}
/**//**/

.frame-bordered {
    border: 1px solid #ddd;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.asterisk {
    padding-left: 1em;
    text-indent: -1em;
}
/**/
.tx-align_c{text-align:center;}
.tx-align_r{text-align:right;}
.tx-align_l{text-align:left;}
/**/
div.detail{margin: 4% 0 0 0;}
div.detail dl{font-size: 14px; line-height:1.5; margin-left:4%;}
div.detail dl dt { font-weight: bold; margin-bottom: 5px;}
div.detail dl dd { margin-bottom: 15px;}
div.detail div.cols div.col-2 {
    margin: 0 0 0 0;
}

/*
===== response ======
*/
@media screen and (max-width: 768px){	
div.detail{margin: 4% 0 0 0;}

}
@media only screen and (max-width: 480px){
.spBreak h4{ margin-top:1em;}
div.detail dl dt {margin-top: 10px;}
div.detail dl{ margin-left:0;}
}


/*
==================== 10：map  ====================
*/
#mapField{width: 100%;height: 400px; margin: 40px 0;}

/*
==================== 11：flex ====================
*/
#flex_wrap{
	display: flex;
	margin-bottom: 60px;
}

#flex_wrap ul{
	width: 100%;
    display: flex;
	/*flex-direction:row・row-reverse・column・column-reverse;*/
	/*flex-wrap:nowrap・wrap・wrap-reverse;*/
	flex-flow: row wrap;/* flex-direction flex-wrap同時記述*/
	justify-content:flex-start;/* 水平方向のそろえ方flex-start・flex-end・center・space-between・space-around */
	align-items: stretch; /*垂直方向のそろえ方 flex-start・flex-end・center・baseline・stretch*/
	align-content: flex-start;/* 複数行時 flex-start・flex-end・center・space-between・space-around*/
}
#flex_wrap ul li.flex100{
    flex: 1 1 100%;/* glow：伸率 shrink：縮率 basis：width*/
    overflow: hidden;
}
#flex_wrap ul li.flex50{
    flex: 0 1 50%;
    overflow: hidden;
}
#flex_wrap ul li.flex33{
    flex: 0 1 33.333%;
    overflow: hidden;
}
#flex_wrap ul li.flex25{
    flex: 0 1 25%;
    overflow: hidden;
}

/*
===== response ======
*/

@media screen and (max-width: 768px){	
#flex_wrap{
	margin-bottom: 40px;
}

}

@media only screen and (max-width: 480px){
#flex_wrap{
	margin-bottom: 40px;
}
#flex_wrap ul li.flex33{
    flex: 0 1 100%;
    overflow: hidden;
}
#flex_wrap ul li.flex25{
    flex: 0 1 50%;
    overflow: hidden;
}	

}

/*
==================== 12：もっと見る  ====================
*/
p.button2{
  text-align: right;
  padding: 10px 20px 10px 35px;
  font-size: 0.875em;
  color: #191919;
  text-decoration: underline !important;
}
p.button2:hover {
	color: #999;
}

.close {

}

/*
==================== 13：footer icon 部分メンテ  ====================
*/
.rn16GlobalHeader__toggle:before, .rn16GlobalHeader__nav__close:before, .rn16FootLink:before, .rn16FootLink span, .rn16FootToTop a:before, .rn16Share__service a:before {
    box-sizing: content-box !important;
}

/*
==================== 14：sub-nav fixed  ====================
*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
@media only screen and (min-width: 1061px){
/**/
.ContentNav{
	width: 100%;
	height: 56px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	 
}
/**/
.ContentNav_inner{   
    width: 90%;
	max-width: 1024px;
	height: 56px;
	margin: 0 auto;
    overflow: hidden;
    z-index: 100;
	display: table;
}

/**/
.ContentNav_inner h4.sub-nav_title{
    display: table-cell;
    margin-bottom: 0 !important;
	line-height: 55px;
}
.ContentNav_inner ul{
	display: table-cell;
	height: 56px;
    vertical-align: middle;
    text-align: right;
	width: 50%;
}
/**/
.ContentNav_inner h4.sub-nav_title a{
	color: #191919;
	text-decoration: none !important;
}
.ContentNav_inner ul li{
	display: inline-block;
    margin-left: 3.7%;
    vertical-align: middle;
	white-space: nowrap;
	line-height: 55px;
	font-size: 12px !important;
}
.ContentNav_inner ul li a{
    white-space: nowrap;
	line-height: 55px;
	color: #000 !important;
	text-decoration: none !important;
}
.ContentNav_inner ul li.active{
	    opacity: .5;
}
input[type="checkbox"].on-off{
  display: none;
}
}

/*
===== responce =====
*/

@media only screen and (max-width: 1060px){
.ContentNav {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.ContentNav_inner { 
    width: 100%;
    max-width: 1060px;  
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
	display: table;
	table-layout: fixed;
}	
.ContentNav_inner{    
    margin: 0;
}
/**/
.ContentNav_inner h4.sub-nav_title{
    display: block;
    margin: 0 5% !important;
    line-height: 55px;
    width: 90%;
    font-size: 16px !important;
    max-width: 1024px;
}
/**/
.ContentNav_inner h4.sub-nav_title a{
	color: #191919;
	text-decoration: none !important;
}

/* toggle */
label {
  background: #fff;
  display: block;
  margin: 0;
  cursor: pointer;
}

label:hover {
  background: rgba(255,255,255,.5);
}
label.cont_nav_toggle:before {
	font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal !important;
    display: inline-block;
    line-height: 56px;
    padding-right: 5%;
    font-size: 12px;
    color: #000;
    content: '';
	float: right;
}
label.cont_nav_toggle:after {
	clear: both;
}
input[type="checkbox"].on-off{
  display: none;
}
.ContentNav_inner ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ContentNav_inner ul li{
	display:block;
	 height: auto;
    vertical-align: middle;
    text-align: left;
    width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ContentNav_inner ul li a{
    display: block;
    padding: 0 5% !important;
    line-height: 55px !important;
    font-size: 14px !important;
	text-decoration: none !important;
	color: #000 !important;
}
.ContentNav_inner ul li.active{
	    opacity: .5;
}
input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}







}





