@charset "utf-8";
/************************************************************
	reset
************************************************************/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, dl, dt, dd {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}


.align-center {
	text-align: center;
}


/* COMMON
-------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
	overflow: hidden;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
	color: #4aa8ff;
}
a:hover {
	text-decoration: underline;
}

/************************************************************
 * header
************************************************************/
#Header {
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: auto;
	max-height: 63px;
}
#Header img {
	max-width: 100%;
}
#Header .contacttop {
	float: left;
	width: 22%;
	margin: 3% 1% 0;
	vertical-align: middle;
}
#Header .logotop a {
	width: 38%;
	margin: 3.5% 2%;
	text-indent: -9999px;
	float: left;
	background: url(../images/sp/common/logo.png) no-repeat center;
	background-size: contain;
}
#Header .bnr_blog {
	float: left;
	/*width: 40%;*/
	width: auto;
	/*margin: 1.5% 2%;*/
	margin: 1.5% 2px;
	vertical-align: middle;
}
#HeaderRight {
	width: 13%;
	float: right;
	text-align: right;
	margin: 0;
	overflow: hidden;
}

header.fixed {
	position: fixed;
	left: 0;
	top: 0;
}


/* globalNav */
#GlobalNav {
  display: none;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: 99999;
}
#GlobalNav ul {
  width: 96%;
  margin: 20px auto;
  background: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

#GlobalNav ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  padding: 10px 0;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  background: #F8FBF8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 5px;
}
#GlobalNav ul li:nth-child(even){
	margin-right: 0;
}

#GlobalNav ul li a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#GlobalNav ul li ul {
	overflow: hidden;
	margin: 8% 2% 0;
}
#GlobalNav ul li li {
  background:#ccc;
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
}
#menu-item-7134 li {
  width: 100% !important;
}

/* MV
-------------------------------------------------------------- */
.mv img, .mv2 img {
	width: 100%;
}

/* insta-top-
-------------------------------------------------------------- */
#insta {
	background: #f6f6f6;
	overflow: hidden;
}
#insta h2 {
	text-align: center;
	width: 35%;
	margin: 20px auto;
}

/* CONCEPT-top-
-------------------------------------------------------------- */
#concept {
	background: #f6f6f6;
	overflow: hidden;
}
#concept h2 {
	text-align: center;
	width: 35%;
	margin: 30px auto;
}
#concept h2 img {
}
#concept .box {
	margin: 0 1% 30px;
	float: left;
}
#concept .box .photo {
	float: left;
	width: 28%;
	padding: 0 1%;
}
#concept .box dl {
	float: left;
	width: 68%;
	padding: 0 1%;
}
#concept .box dt {
	font-size: 14px;
	margin-bottom: 5px;
}
#concept .box dd {
	font-size: 10px;
	line-height: 1.8;
}

/* CACE-top-
-------------------------------------------------------------- */
#case {
	overflow: hidden;
	margin-bottom: 30px;
}
#case h2 {
	text-align: center;
	width: 80%;
	margin: 30px auto;
}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.wideslider p {
	font-size:15px;
	margin-bottom: 20px;
	text-align: left;
	position: absolute;
	padding: 30px 20px;
	display: inline-block;
	bottom:-20px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}
.wideslider p span.txt {
	display: block;
	float: left;
}
.wideslider p span.detail {
	display: block;
	float: right;
}
.wideslider li a{
	color: #fff;
}
.wideslider li {
	position: relative;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #666 url(../images/house/prev.png) no-repeat 90% center;}
.slider_next {background: #666 url(../images/house/next.png) no-repeat 10% center;}
.pagination {
	margin: 180px auto 0;
	height: auto;
	text-align: center;
	z-index: 200;
}
.pagination a {
	float: left;
	display: none;
	overflow: hidden;
}

/* SIDEBAR
-------------------------------------------------------------- */
.sb-slidebar {
	background: rgba(0,0,0,0.8);
	padding-top: 10%;
	z-index:999;
}
.sb-slidebar .menu-spnav-container li {
	line-height: 4;
	border-bottom: 2px solid #fff;
}
.sb-slidebar .menu-spnav-container li a {
	padding: 0 2%;
	font-size: 12px;
	display: block;
	color: #fff;
}
.sb-slidebar .menu-spnav-container li ul {
	border-top: 2px solid #fff;
}
.sb-slidebar .menu-spnav-container li ul li:last-child {
	border-bottom: none;
}

/* FOOTER
-------------------------------------------------------------- */
#pcsite {
	overflow: hidden;
	text-align: center;
	z-index: 999;
	background: #ff9191;
	background-size: 100%;
}
#pcsite .btn {
	margin: 0 10% 25px;
}
#pcsite p {
	margin: 0 5%;
}
.bg_pcsite img {
	width: 100%;
}
#fcontact {
	overflow: hidden;
	text-align: center;
	background: url(../images/sp/common/bg_contact.png);
	margin-top: -32px;
}
#fcontact .tel {
	z-index: 100;
}
#fcontact .btn {
	background: #4aa8ff;
	padding: 0 5% 20px;
}
#company {
	background: #f6f6f6;
	padding: 30px 3%;
	overflow: hidden;
}
#company h2 {
	text-align: center;
	width: 45%;
	margin: 0 auto 30px;
}
#company .photo {
	float: left;
	width: 45%;
	margin-right: 5%;
}
#company .address {
	width: 50%;
	float: left;
}
#company .address dl {
	font-size: 14px;
	margin-bottom: 11px;
}
#company .address li {
	margin-bottom: 8px;
}
#company .fb {
	float: left;
}
#company .photo_about {
	float: left;
	margin-right: 44px;
}
#company .address_about {
	float: left;
	margin-right: 42px;
}
#company .address_about dl {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}
#company .address_about dl dt {
	float: left;
	width: 120px;
}
#company .address_about dl dd {
	margin-left: 120px;
	line-height: 2.2;
}
.fb {
	text-align: center;
}
#map {
	width: 100%;
	height: 250px;
}
#Footer {
	background: rgba(0,0,0,0.8);
	padding-bottom: 140px;
}
#Footer #menu-spnav li {
	line-height: 4;
	border-bottom: 2px solid #fff;
}
#Footer #menu-spnav li a {
	padding: 0 2%;
	font-size: 14px;
	display: block;
	color: #fff;
}
#Footer #menu-spnav li ul {
	border-top: 2px solid #fff;
}
#Footer #menu-spnav li ul li:last-child {
	border-bottom: none;
}
#Footer .device {
	width: 60%;
	max-width: 200px;
	margin: 60px auto 40px;
	display: table;
	table-layout: fixed;
	overflow: hidden;
}
#Footer .device li {
	display: table-cell;
	text-align: center;
}
#Footer #Copyright {
	color: #fff;
	padding-bottom: 10px;
	text-align: center;
}
#Pagetop {
	clear: both;
	margin-bottom: 40px;
}
#Pagetop a {
	width:183px;
	height: 66px;
	overflow: hidden;
	background: url(../images/sp/common/top.png) top center no-repeat;
	display: block;
	margin: -15px auto 0;
}
/* フッターバナー */
.f_banner {
    display: none;
}
.f_banner {
    position: fixed;
    z-index: 9999;
    left: 20px;
    bottom: 20px;
}
.f_banner.visible {
    display: block;
}

/* ORDER
-------------------------------------------------------------- */
#Order h2 {
	text-align: center;
	margin: 30px auto;
	width: 50%;
}
#Order .txt_order {
	margin: 0 5%;
}
#Order .casebox {
	margin-top: 30px;
}
#Order .casebox li:nth-child(1), #Order .casebox li:nth-child(3) {
	background: #f0f0f0;
}
#Order .casebox div {
	margin: 0 3%;
}
#Order .casebox li {
	padding: 30px 0 20px;
}
#Order .casebox li h3 {
	width: 100%;
	margin-bottom: 22px;
	font-size: 13px;
	overflow: hidden;
}
#Order .casebox li h3 img {
	width: 25%;
	float: left;
	max-width: 129px;
}
#Order .casebox li h3 span {
	display: inline-block;
	float: right;
	text-align: right;
	width: 70%;
	vertical-align: middle;
}
#Order .casebox li dl {
	font-size: 13px;
	margin: 22px 0;
}
#Order .casebox li dt {
	padding-left: 25px;
	line-height: 23px;
	margin-bottom: 10px;
	background: url(../images/sp/order/ico_cmt.png) no-repeat center left;
	background-size: 18px;
}
#Order .casebox li dd {
	line-height: 1.8;
}


/* MENU
-------------------------------------------------------------- */
#Menu h2 {
	text-align: center;
	margin: 30px auto;
	width: 50%;
}

#Menu .menulist li {
	padding: 20px 3%;
}
#Menu .menulist li a {
	width: 324px;
	padding: 10px 2px 10px 10px;
	display: block;
	color: #000;
}
#Menu .menulist li a:hover {
	background: #eee;
	text-decoration: none;
}
#Menu .menulist li:nth-child(odd){
	background: #f0f0f0;
}

#Menu .menulist li dl dt {
	font-size: 14px;
	background: url(../images/sp/menu/ico_menu.png) no-repeat left center;
	padding-left: 32px;
	background-size: 25px;
	margin: 10px 0;
}

#Menu .menulist li dl dd {
	font-size: 13px;
	color: #666;
	line-height: 2;
}
#Menu .bnrReonvation {
	clear: both;
	text-align: center;
	margin: 30px auto;
}


/* ABOUT
-------------------------------------------------------------- */
#About h2 {
	text-align: center;
	margin: 20px 0;
}
#About .i {
	margin-bottom: 20px;
}
#About li {
	margin-top: 20px;
}
#About .address_about {
	background: #f0f0f0;
	padding: 20px 0;
}
#About .address_about h2 {
	width: 35%;
	margin: 0 auto;
}
#About .address_about dl {
	font-size: 13px;
	margin-bottom: 5px;
	padding: 10px 3%;
}
#About .address_about dl dt {
	padding-bottom: 5px;
}
#About .address_about dl dd {
	line-height: 2;
}
#About .address_about a {
	color: #000;
}
/* HOMENIGGLE
-------------------------------------------------------------- */
#Homeniggle h2 {
	text-align: center;
	margin: 30px auto;
	width: 60%;
}
#Homeniggle ul {
	margin: 0 5%;
}
#Homeniggle li {
	text-align: center;
	margin-bottom: 30px;
}
#Homeniggle h3 {
	background: #4aa8ff;
	text-align: center;
	color: #fff;
	line-height: 3;
}
.acMenu {
	margin-bottom: 30px;
}
.acMenu dt.home01{
    display:block;
    width:100%;
    height:90px;
    cursor:pointer;
    background:url(../images/sp/101homeniggle/home01.jpg) no-repeat;
	background-position: center;
    background-size: 100%;
    text-indent: -9999px;
    }
.acMenu dt.home02{
    display:block;
    width:100%;
    height:90px;
    cursor:pointer;
    background:url(../images/sp/101homeniggle/home02.jpg) no-repeat;
	background-position: center;
    background-size: 100%;
    text-indent: -9999px;
    }
.acMenu dd{
	margin: 10px 2% 20px;
	display:none;
    }
.acMenu .home01.active{
    background:url(../images/sp/101homeniggle/home01_off.jpg) no-repeat;
    background-size: 100%;
    }
.acMenu .home02.active{
    background:url(../images/sp/101homeniggle/home02_off.jpg) no-repeat;
    background-size: 100%;
    }


/* HOUSE
-------------------------------------------------------------- */
#House h2 {
	text-align: center;
	margin: 30px auto 0;
	width: 60%;
}
#House .box {
	padding-top: 50px;
}
#House #suggest {
	margin-bottom: 50px;
}
#House .name {
	background: #4aa8ff;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 3;
}
#House p img {
	width: 100%;
}
#House .photo {
	margin: 10px 3%;
}
#House .btn {
	margin: 10px 3% 0;
}
.explainbox {
	margin: 20px 3% 30px;
	overflow: hidden;
	color: #7d7d7d;
	line-height: 2;
}
.explainbox h3 {
	font-size: 16px;
	font-weight: 700;
}


/* FORM
-------------------------------------------------------------- */
.sv10 {display: none;}
#Contact h2 {
	text-align: center;
	margin: 30px auto ;
	width: 40%;
}
#Contact .att {
	line-height: 2;
	margin: 0 5% 30px;
}
#Contact dl {
	margin: 0 5% 20px;
	overflow: hidden;
}	
#Contact dl dd {
	line-height:24px;
	color:#272727;
	font-size:117%;
	padding:10px 0;
	position: relative;
}
#Contact dl dt {
	text-align:left;
	color:#272727;
	font-size:117%;
}

#Contact dl input {
	background: #f0f0f0;
	border: 0;
	padding: 5px;
}
#Contact dl .long {
	width:90%;
}
#Contact dl .pb {
	padding-bottom: 10px;
}
#Contact dl .txt1 {
	width:490px;
}
#Contact dl .txt1 input {
	width:490px;
	border:1px solid #e4e4e4;
	background:none;
}

#Contact dl select {
	border:1px solid #e4e4e4;
	padding:4px;	
}

#Contact dl textarea {
	background: #f0f0f0;
	border: 0;
	padding:5px;
	height:155px;	
	width: 90%;
}
#Contact .acceptance {
	text-align: center;
}
#Contact .red {
	background:#e21010;
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	display: inline-block;
	margin-left: 10px;
}
#Contact .button {
	text-align: center;
	margin: 50px auto;
}
#Contact .button .btn {
	width: 100%;
	height: 52px;
	border: 0;
	text-indent: -9999px;
	background: url(../images/contact/btn_send.png) no-repeat center;
}
div.wpcf7-response-output {
	width: 50%;
	text-align: center;
    font-size: 14px;
	margin: -5em auto 10em!important;
    padding: 10px 0!important;
}
div.wpcf7-mail-sent-ok {
    background:  #398f14;
}
div.wpcf7-mail-sent-ng {
    background:  #ff0000;
}

@media screen and (min-width: 640px) {
	#Header .contacttop {
		margin:15px 1% 0;
	}
	#Header .logotop a {
		margin: 25px 3% 0;
	}
	.acMenu dt.home01{
		background-position: center;
		max-height:184px;
	}
	.acMenu dt.home02{
		background-position: center;
		max-height:184px;
	}
	.acMenu .home01.active{
		background-position: center;
		}
	.acMenu .home02.active{
		background-position: center;
		}
}

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

#instafeed{
	background-color: #F5F5F5;
}

#scroller {
	margin-bottom: 20px;
}


/* ── Instagram jQuery simplyScroll ─────*/
.simply-scroll-container {
   position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
}
.simply-scroll-list li {
	float: left;
	margin-left: 20px;
	width: 100px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 20px;
 }
 
.simply-scroll-list li img {
  display: block;
  border: 7px solid #FFF;
  box-shadow: 0 0 1px #888;
  margin-bottom: 14px;
	width: 100px;
 }
 

