/*FSカスタマイズ*/
.fs-l-main {
    margin: 72px auto;
}
.fs-l-sideArea {
    margin-top: 40px;
}
.fs-l-footer__contents > * {
    padding: 0;
}
.fs-l-footer__contents {
    max-width: 100%;
}
.fs-c-breadcrumb {
    max-width: 1216px;
    margin: 0 auto;
}



















/*default.css*/
@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}


p,div,table,tr,th,td,ol,ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
form,input,select,textarea,
header,fotoer,aside,nav,section,article,figure,figcaption
 {
	margin:0;
	padding:0;
}

input, select {
	vertical-align:middle;
	}

object {
	outline:none;
	}
	
br {
	letter-spacing:0;
	}

ul,ol {
	list-style:none;
}

img {
	vertical-align:top;
	border:none;
}

a {
	overflow:hidden;
	outline: none;
}

a:hover{
	text-decoration:none;
}

table {
	border-collapse:collapse;
	}
















/*module.css*/
@charset "UTF-8";
/* CSS Document */

/*画像フィット*/
.fit {
	max-width:100%;
	}

/*clearfix*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*背景色*/
.bgGray { background-color:#F4F4F4; }
	
/*テーブル*/
.tableLayout {
	display:table;
	border-collapse:collapse;
	width:100%;
	}
.tableLayout.fixLayout {
	table-layout:fixed;
	}
.tableLayout>* {
	display:table-cell;
	}
	
/*テキストカラー*/
.textDefColor { color:#333333; }
.textBlue { color:#00A3DD; }

/*フォントサイズ*/
.fs80 { font-size: 80%    !important; }
.fs85 { font-size: 85%    !important; }
.fs90 { font-size: 90%    !important; }
.fs95 { font-size: 95%    !important; }
.fs105 { font-size: 105%    !important; }
.fs110 { font-size: 110%    !important; }
.fs115 { font-size: 115%    !important; }
.fs120 { font-size: 120%    !important; }
.fs130 { font-size: 130%    !important; }
.fs140 { font-size: 140%    !important; }
.fs150 { font-size: 150%    !important; }
	
/*フォントウェイト*/
.bold { font-weight:bold; }
	
/*フォーム*/


	
/*float*/
.left { float:left; }
.right { float:right; }
	
/*align*/
.alignL { text-align:left; }
.alignR { text-align:right; }
.alignC { text-align:center; }


/*
	margin
*/
	
/* -------- top -------- */

.mt00 { margin-top:     0px !important; }
.mt05 { margin-top:     5px !important; }
.mt10 { margin-top:    10px !important; }
.mt15 { margin-top:    15px !important; }
.mt20 { margin-top:    20px !important; }
.mt25 { margin-top:    25px !important; }
.mt30 { margin-top:    30px !important; }
.mt40 { margin-top:    40px !important; }
.mt50 { margin-top:    50px !important; }
.mt60 { margin-top:    60px !important; }
.mt70 { margin-top:    70px !important; }
.mt80 { margin-top:    80px !important; }
.mt90 { margin-top:    90px !important; }
.mt100 { margin-top:    100px !important; }

/* -------- right -------- */

.mr00 { margin-right:   0px !important; }
.mr05 { margin-right:   5px !important; }
.mr10 { margin-right:  10px !important; }
.mr15 { margin-right:  15px !important; }
.mr20 { margin-right:  20px !important; }
.mr25 { margin-right:  25px !important; }
.mr30 { margin-right:  30px !important; }
.mr40 { margin-right:  40px !important; }
.mr50 { margin-right:  50px !important; }
.mr60 { margin-right:  60px !important; }
.mr70 { margin-right:  70px !important; }
.mr80 { margin-right:  80px !important; }
.mr90 { margin-right:  90px !important; }
.mr100 { margin-right:  100px !important; }


/* -------- bottom -------- */

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


/* -------- left -------- */

.ml00 { margin-left:    0px !important; }
.ml05 { margin-left:    5px !important; }
.ml10 { margin-left:   10px !important; }
.ml15 { margin-left:   15px !important; }
.ml20 { margin-left:   20px !important; }
.ml25 { margin-left:   25px !important; }
.ml30 { margin-left:   30px !important; }
.ml40 { margin-left:   40px !important; }
.ml50 { margin-left:   50px !important; }
.ml60 { margin-left:   60px !important; }
.ml70 { margin-left:   70px !important; }
.ml80 { margin-left:   80px !important; }
.ml90 { margin-left:   90px !important; }
.ml100 { margin-left:   100px !important; }



/*
　padding
*/
/* -------- all -------- */
.pa05 { padding:    5px }
.pa10 { padding:    10px }
.pa15 { padding:    15px }
.pa20 { padding:    20px }

/* -------- horizontal -------- */
.ph05 { padding-right:5px !important; padding-left:5px !important; }
.ph10 { padding-right:10px !important; padding-left:10px !important; }
.ph15 { padding-right:15px !important; padding-left:15px !important; }
.ph20 { padding-right:20px !important; padding-left:20px !important; }
.ph30 { padding-right:30px !important; padding-left:30px !important; }

/* -------- vertical -------- */
.pv05 { padding-top:5px; padding-bottom:5px; }
.pv10 { padding-top:10px; padding-bottom:10px; }
.pv15 { padding-top:15px; padding-bottom:15px; }
.pv20 { padding-top:20px; padding-bottom:20px; }
.pv30 { padding-top:30px; padding-bottom:30px; }

/* -------- top -------- */
.pt00 { padding-top:     0px !important; }
.pt05 { padding-top:     5px !important; }
.pt10 { padding-top:    10px !important; }
.pt15 { padding-top:    15px !important; }
.pt20 { padding-top:    20px !important; }
.pt25 { padding-top:    25px !important; }
.pt30 { padding-top:    30px !important; }
.pt40 { padding-top:    40px !important; }
.pt50 { padding-top:    50px !important; }
.pt60 { padding-top:    60px !important; }
.pt70 { padding-top:    70px !important; }
.pt80 { padding-top:    80px !important; }
.pt90 { padding-top:    90px !important; }
.pt100 { padding-top:    100px !important; }

/* -------- right -------- */
.pr00 { padding-right:   0px !important; }
.pr05 { padding-right:   5px !important; }
.pr10 { padding-right:  10px !important; }
.pr15 { padding-right:  15px !important; }
.pr20 { padding-right:  20px !important; }
.pr25 { padding-right:  25px !important; }
.pr30 { padding-right:  30px !important; }
.pr40 { padding-right:  40px !important; }
.pr50 { padding-right:  50px !important; }
.pr60 { padding-right:  60px !important; }
.pr70 { padding-right:  70px !important; }
.pr80 { padding-right:  80px !important; }
.pr90 { padding-right:  90px !important; }
.pr100 { padding-right:  100px !important; }

/* -------- bottom -------- */
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

/* -------- left -------- */
.pl00 { padding-left:    0px !important; }
.pl05 { padding-left:    5px !important; }
.pl10 { padding-left:   10px !important; }
.pl15 { padding-left:   15px !important; }
.pl20 { padding-left:   20px !important; }
.pl25 { padding-left:   25px !important; }
.pl30 { padding-left:   30px !important; }
.pl40 { padding-left:   40px !important; }
.pl50 { padding-left:   50px !important; }
.pl60 { padding-left:   60px !important; }
.pl70 { padding-left:   70px !important; }
.pl80 { padding-left:   80px !important; }
.pl90 { padding-left:   90px !important; }
.pl100 { padding-left:   100px !important; }


























/*common.css*/
@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/

.pc_only {
	display: none;
}
@media screen and (min-width: 1025px) {
	/* 1025px以上に適用されるCSS（PC用） */
	.sp_only {
		display: none;
	}
	.pc_only {
		display: inherit;
	}
}


body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color:#555;
	font-size:11px;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	}
@media screen and (min-width: 1025px) {
	body {
		font-size:13px;
		}
}
	
	
img {
    max-width:100%;
}
	
/*テキストリンク*/
a {
	color:#000;
	}
	
a:hover {
	color: #ccc;
	}
	
/*ボタン*/
.btn {
    font-size: 13px;
    color: #fff;
    background: #a10e0f url(../img/btn_arrow.png) no-repeat 95% center;
    background-size: auto 0.8em;
    display: inline-block;
    text-decoration: none;
    line-height: 1.4em;
    width: 200px;
    padding: 1em 0;
    margin-top: 2em;
	}
@media screen and (min-width: 1025px) {
	.btn {
		font-size: 16px;
		}
}
	
	.btn.arrowLeft {
	background-image:url(../img/btn_arrow_l.png);
	background-position:5% center;
	}
.btn.border {
	color:#000;
	border:1px solid #000;
	background-color:#fff;
	background-image:url(../img/btn_arrow_black.png);
	}
	
.grey_btn {
    font-size: 13px;
    color: #fff;
    background: /*url(../img/btn_arrow.png) */no-repeat 91% center #3a3a3a;
    background-size: auto 0.8em;
    display: inline-block;
    text-decoration: none;
    line-height: 1.4em;
    padding: 1em 22px;
    margin-top: 2em;
}

.mailButton {
	background: #333 url(http://naomikiyota.com/wp/wp-content/themes/nk_sp_theme/common/img/sp-mail.png) no-repeat 26% center;
	background-size: auto 25px;
	font-size:15px;
	padding:0.5em 0;
	}
.mailButton span {display:block;font-size:10px;}
.telButton {
	background: #a10e0f url(http://naomikiyota.com/wp/wp-content/themes/nk_sp_theme/common/img/sp-phone.png) no-repeat 7% center;
	background-size: auto 25px;
	font-size:15px;
	padding:0.5em 0;
	}
.telButton span {display:block;font-size:10px;}
.telButton2 {
	background: #a10e0f url(http://naomikiyota.com/wp/wp-content/themes/nk_sp_theme/common/img/sp-phone.png) no-repeat 19% center;
	background-size: auto 25px;
	font-size:15px;
	padding:0.5em 0;
	}




#pagetopButton img {
	width:40px;
	}
#back-top {
	position: fixed;
	right: 1%;
	top: 90vh;
	background-color: rgba(0,0,0,0.70);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 12px;
}
#back-top a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	top: 7px;
    position: relative;
}

/*テキスト*/
.txt {margin-top:1em;}

/*ボックス*/
.constBox {
	padding-left:4%;
	padding-right:4%;
	}
@media screen and (min-width: 1025px) {
	.constBox {
		/*text-align: center;*/
	}
}
figure {text-align:center;}

#wrapper {
	max-width:640px;
	margin:0 auto;
	position:relative;
	}
@media screen and (min-width: 1025px) {
	#wrapper {
		max-width: inherit;
	}
}

/*navigation*/
.mainNav {
	background:#333;
	color:#fff;
	font-size:14px;
	line-height:1em;
	}
@media screen and (min-width: 1025px) {
.mainNav {
	font-size:16px;
	}
}
.mainNav a {
	display:block;
	padding:1em 4%;
	background:url(../img/btn_arrow.png) no-repeat 95% center;
	background-size:auto 0.8em;
	border-top:1px solid #666;
	color:#fff;
	text-decoration:none;
	}
@media screen and (min-width: 1025px) {
	.mainNav a:hover {
		color: #ccc;
	}
}
.mainNav a span {
	font-size:10px;
	display:inline-block;
	margin-left:1em;
	}
.mainNav a div {
	margin-left:2em;
	}
.mainNav p {
    display: block;
    padding: 1em 4%;
    color: #fff;
    text-decoration: none;
}	
.mainNav p.bag {
    background-image: url("../img/bag.svg");
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position: 1em 40%;
    padding-left: 2.5em;
	font-size: 115%;
}	
.mainNav figure {
	text-align: left;
}

/*header*/
header {color:#fff;position:fixed;top:0;left:0;width:100%;z-index:1000;}
header>.constBox {padding-top:15px;padding-bottom:10px;background:#000;}
header .tableLayout > * {vertical-align:middle;line-height:1em;}
header #logo {
	text-align:center;
	}
header #logo img {
	width:70px;
	}
@media screen and (min-width: 1025px) {
header #logo img {
	width:81px;
	}
}
header .linkArea {
	font-size:9px;
	text-align:left;
	font-weight:normal;
	width:40%;
	}
@media screen and (min-width: 1025px) {
	header .linkArea {
		font-size:12px;
	}
}
header .linkArea a {color:#fff;text-decoration:none;}
header .linkArea a::before {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(45deg);
	margin-right:5px;
	position:relative;
	top:-1px;
	}

header #menuButtonArea {
	width:40%;
	text-align:right;
	}
header #menuButtonArea img {width:25px;}

header figure{
	display: inline-block;	
}
header figure.bag{
	margin: 0 15px 0 0;
}
@media screen and (min-width: 1025px) {
	header figure.bag {
		margin: 0 35px 0 0;
	}
}
header #menuButtonArea figure.bag img {
	width: 23px;
    position: relative;
    bottom: 4px;
}
	
header #gNav figure{
	display: block;	
}
@media screen and (min-width: 1025px) {
	header #gNav figure {
		width: 370px;
	}
}
#gNav {
	z-index:99999;
	position:absolute;
	background:#000;
	width:100%;
	max-height: 0;
	overflow:hidden;
	transition:0.5s max-height ease-in-out;
	}
#gNav .otherNav {text-align:center;padding:20px 0;border-top:1px solid #fff;}
#gNav .otherNav a {
	width:45%;
	font-size:12px;
	margin-top:0;
	}
	
#gNav.open {max-height:1000px;}
#gNav .mainNav {
	overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 91vh;
	}
@media screen and (min-width: 1025px) {
	#gNav .mainNav {
		display: flex;
		height: 50%;
		justify-content: center;
	    flex-wrap: wrap;
		padding: 25px;
	}
}

.headerBnrArea {
	margin-top:10px;
	margin-bottom:30px;
	}


#wrapper > h1 {
	font-size:11px;
	font-weight:normal;
	padding-top:20px;
	}


/*section*/
.sec {padding-top:30px;padding-bottom:30px;}
.sec:first-child {padding-top:0;}
/*.sec:nth-of-type(n+2) {border-top:1px solid #959595;}*/
.sec .secTit {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
	}
@media screen and (min-width: 1025px) {
	section.full {
		width: 100%;
		max-width: 100vw;
	}
	.pc_halfbox {
		max-width: 700px;
		width: 50%;
		margin: 0 auto;
	}
	.sec .secTit {
		font-size:14px;
		}
}
.sec .secTit span {
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	}
@media screen and (min-width: 1025px) {
	.sec .secTit span {
		font-size:20px;
		}
}

.flex {
	display: flex;
}

/*footer*/
footer {margin-top:30px;}
footer .mainNav {
	margin:30px 0 60px;
	}

footer .contactArea {
	text-align:center;
	}
footer .contactArea h2 {
	border-top:1px solid #000;
	font-weight:normal;
	line-height:1;
	margin-bottom:0.5em;
	}
footer .contactArea h2 span {display:inline-block;background:#fff;position:relative;top:-0.5em;padding:0 1em;}

footer .contactArea .btnArea {text-align:center;font-size:0;margin-top:30px;}
footer .contactArea .btnArea .btn {
	display:inline-block;
	width:48%;
	box-sizing:border-box;
	margin:0  4% 0 0;
	padding: 20px 0 20px 9%;
	font-size: 11px;
	text-align: center;
	line-height:1.4em;
	}
footer .contactArea .btnArea .btn:last-child {margin-right:0;}

footer .contactArea table {
	margin:20px 0;
	border-collapse:collapse;
	background:#fff;
	width:100%;
	}
footer .contactArea table td {
	width:50%;
	border:1px solid #000;
	padding:1em 0.5em;
	font-size:13px;
	}
footer .contactArea table td a {text-decoration:none;color:#000;}

footer .bottom {
	text-align:center;
	margin-top:30px;
	}
footer .bottom .fbButton {text-decoration:none;color:#000;}
footer .bottom .fbButton img {
	height:25px;
	vertical-align:middle;
	margin-right:1em;
	}

footer #copyright {font-size:10px;text-align:center;margin:30px 0 10px;}

footer .btn.border {
	background:#000;
	color:#fff;
	position:relative;
	}
footer .btn.border::after {
	content:"";
	display:block;
	width:7px;
	height:7px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-3.5px;
	transform:rotate(45deg);
	}


/*bxslider*/
.bx-wrapper {position:relative;}
.bx-wrapper .bx-controls a {
	display:block;
	position:absolute;
	width:12px;
	height:24px;
	background-repeat:no-repeat;
	background-size:100% auto;
	top:50%;
	margin-top:-12px;
	overflow:hidden;
	text-indent:-9999em;
	}
.bx-wrapper .bx-controls a.bx-prev {left:2%;background-image:url(../img/slide_arrow_prev.png);}
.bx-wrapper .bx-controls a.bx-next {right:2%;background-image:url(../img/slide_arrow_next.png);}
.bx-wrapper .bx-controls a.disabled {display:none;}
.bx-wrapper img {width:100%;}
@media screen and (min-width: 1025px) {
	#topSlider li p.pcp {
		position: absolute;
		bottom: 16%;
		left: 2%;
		width: 360px;
		background-color: rgb(0 0 0 / 45%);
		color: #b9b9b9;
	}
}
	
#content .slider {
	background:#000;
	padding-left:10px;
	}
#content .slider li {
	padding:10px 10px 10px 0px;
	}

/*スライダー背景黒フォントカラー*/
.slider li p {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
}

/*YouTube*/
.ytArea {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-top: 10px;
}

.infomation {
    margin: 10px 20px;
    border: 1px solid #666;
    padding: 10px 20px;
}


@media screen and (min-width: 1025px) {
	#content {
		max-width: 1400px;
    	margin: 0 auto;
	}
	section {
		max-width: 700px;
	    width: 50%;
	    margin: 40px auto 0;
	}
	section.gallery {
		max-width: 1400px;
	    width: 100%;
	}
	section.gallery ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: baseline;
	    width: 80%;
    	margin: 0 auto;
	}

	footer .mainNav {
		margin: 30px 0 30px;
		padding: 15px 2%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		line-height: normal;
	}
	.mainNav a {
		background: none;
		border-top: none;
	}
	footer .mainNav a {
		width: 25%;
	}
	footer #copyright {
		height: 60px;
	}
}


















/*low.css*/
@charset "UTF-8";
/* CSS Document */

.sec:first-child {
	padding-top:30px;
	}

.contentHead {margin-bottom:20px;}
.contentHead h2.secTit {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:10px;
	}
.contentHead strong {
	font-size:14px;
	text-align:center;
	display:block;
	}
	
.tableLayout {
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	}
.tableLayout > * {
	display:table-cell;
	vertical-align:top;
	}

	
/*ページ送り*/
.wp-pagenavi {text-align:center;line-height:2em;vertical-align:middle;padding:2em 0;}
.wp-pagenavi a {display:inline-block;margin:0 0.3em;height:2em;vertical-align:middle;}
.wp-pagenavi span.current,
.wp-pagenavi span.extend,
.wp-pagenavi a.page {
	display:inline-block;
	width:2em;
	height:2em;
	font-size:10px;
	vertical-align:middle;
	text-decoration:none;
	color:#000;
	margin:0 0.3em;
	}
@media screen and (min-width: 1025px) {
	.wp-pagenavi {text-align:center;line-height:2em;vertical-align:middle;padding:2em 0;}
	.wp-pagenavi a {display:inline-block;margin:0 0.3em;height:2em;vertical-align:middle;}
	.wp-pagenavi span.current,
	.wp-pagenavi span.extend,
	.wp-pagenavi a.page {
		font-size:13px;
		}
}
.wp-pagenavi span.current {background:#000;color:#fff;}
.wp-pagenavi span.current,
.wp-pagenavi a.page {border:1px solid #000;}


/*コーディネート&リノベーションLP*/
#landing {
	font-size: 12px;
}
.sub_tit {
	font-size: 13px;
    width: 85%;
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
	.sub_tit {
		text-align: center;
	}
	#fast {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.ytArea iframe {
		height: 350px;
	}
}
#landing .sub_img p{
	margin-top: 1em;
}
#fast p {
	padding: 0 4%;
}
#landing h3 {
    font-size: 15px;
    text-align: center;
    margin: 40px 0 20px;
    border-bottom: 1px solid #ccc;	
}
@media screen and (min-width: 1025px) {
	#landing h3 {
		font-size: 18px;
	}
}
#landing li {
    width: 49%;
    display: inline-block;
}
#landing table {
	background-color: #333;
	color: #fff;
	width: 100%;
}
#landing th {
	font-size: 20px;
    width: 15%;
    text-align: center;
}
#landing td {
    font-size: 10px;
    line-height: 15px;
    padding: 10px 0;
}
#landing td span {
	font-size: 13px;
}
#landing td a {
	color: #fff;
	font-size: 15px;
}
#landing h4 {
	font-size: 14px;
	margin: 30px 0 15px;
}
#landing h4 span {
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    font-size: 15px;
    margin-right: 10px;
}
#landing .step img {
	margin-top: 15px;
}
#landing .step p {
	width: 90%;
    margin-left: 10%;
	margin-top: 10px;
}
#landing .step div {
	margin-top: 30px;
}
#landing .step div:first-child {
	margin-top: 0px;
}
#landing .sample li p {
	font-size: 9px;
	margin-top: 5px;
	padding: 5px;
}
#landing .bottom {
	text-align:center;
	margin-top:30px;
	}
#landing .bottom .fbButton {text-decoration:none;color:#000;}
#landing .bottom .fbButton img {
	height:25px;
	vertical-align:middle;
	margin-right:1em;
	}


#landing .sns {
	text-align: center;
}
#landing .sns img {
	padding: 15px 30px;
}
#landing h5 {
	font-size: 12px;
}
#landing .faq p {
	background-color: #f2efed;
    padding: 10px 6px;
    margin-bottom: 20px;
}
#landing .soudan {
	border: 1px solid #999;
	padding: 15px 10px;
}

/*モデルルーム*/
#model h4 {
	text-align: center;
	margin: 40px 0 15px;
}
#model .list  {
    overflow: scroll;
    max-height: 200px;
    height: 25vh;
    border: 1px solid #ccc;
    padding: 15px;
	transform: translateZ(0);
}
#model .flex {
	display: flex;
}
ul.normal {
	list-style: square;
}
ul.normal li {
	width: inherit !important;
	display: list-item!important;
	margin-left: 4%;
}
@media screen and (min-width: 1025px){
	.main_img {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	
}

/*ギャラリー一覧*/
@media screen and (min-width: 1025px) {
	.gallery .contentHead {
		text-align: center;
	}
	.slick-list {
		height: 58vh;
	}
}
.roomTypeMenu {
	text-align: center;
	font-size:0;
}
.roomTypeMenu > a {
	font-size:10px;
	display:inline-block;
	background:#000;
	color:#fff;
	width:46%;
	padding:1em 0.5em;
	text-decoration: none;
	box-sizing: border-box;
	margin:7px 1%;
}
@media screen and (min-width: 1025px) {
	.roomTypeMenu > a {
		width:26%;
		font-size:14px;
	}
	#pgBox ul li figure img {
		width: -webkit-fill-available;
	}
}
.roomTypeMenu .roomTypeModal * {box-sizing: border-box;}
.roomTypeMenu .roomTypeModal {
	font-size:11px;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	padding:15px;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	padding:0;
	margin: 0;
}
.roomTypeMenu .roomTypeModal div.inner {
	background:#fff;
	padding:15px;
	text-align: left;
	position: absolute;
	max-height:80%;
	min-width:300px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#000;
}
.roomTypeMenu .roomTypeModal div.inner a.closeButton {
	display:block;
	width:20px;
	height:20px;
	position: absolute;
	top;15px;
	right:15px;
}
.roomTypeMenu .roomTypeModal div.inner a.closeButton::before,
.roomTypeMenu .roomTypeModal div.inner a.closeButton::after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	position: absolute;
	top:50%;
	background:#000;
}
.roomTypeMenu .roomTypeModal div.inner a.closeButton::before {
	transform:rotate(45deg);
}
.roomTypeMenu .roomTypeModal div.inner a.closeButton::after {
	transform:rotate(-45deg);
}

.roomTypeMenu .roomTypeModal div.inner ul {
	overflow: auto;
	max-height:calc(75vh - 30px);
}
.roomTypeMenu .roomTypeModal div.inner li {
	margin-top:5px;
}

#pgBox li{
    position: relative;
    border:1px solid #ccc;
}
#pgBox li:nth-of-type(n+2) {
    margin-top:20px;
}
#pgBox li a {
    text-decoration: none;
}
#pgBox li .box {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    box-sizing: border-box;
}
#pgBox li .box .place {
    background:rgba(0, 0, 0, 0.8);
    padding:5px 10px;
    line-height: 1em;
    color:#fff;
}
#pgBox li .box .inner {
    background:rgba(255, 255, 255, 0.8);
    font-size:10px;
    padding:10px;
}
#pgBox li .box .inner .tit {
    font-weight: bold;
}
#pgBox li .box .inner .info {
    font-size:9px;
    color:#999999;
}
@media screen and (min-width: 1025px) {
	#pgBox li {
		width: 40%;
	}
}


/*ギャラリー詳細*/
h2.secTit.gallery {
    font-size:20px;
}
#pgBox.single {
    
}
#pgBox.single li .box {position:static;padding:15px;}
#pgBox.single li .box .tit {
    font-weight: normal;
}

/*ギャラリースライダー*/
#galleryModal {
    display:none;
    margin-top:20px;
}
#galleryModal .slideArea {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:20px;
}
#galleryModal .slideArea ul li.slick-slide {
    text-align: center;
    max-height:calc(100vh - 80px);
}
@media screen and (min-width: 1025px) {
	#galleryModal .slideArea ul li.slick-slide div {
		height: 58vh;
	}
}
#galleryModal .slideArea ul li.slick-slide img {
    max-height:100%; 
    display:inline-block;
}
#galleryModal .slideArea .tit {
    font-size:14px;
    margin:5px 0;
    font-weight: normal;
}
#galleryModal .thumbArea {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:20px 0;
    margin-top:20px;
    overflow:auto;
}
#galleryModal .thumbArea  ul.thumb {
    padding:0 20px;
}
#galleryModal .thumbArea ul.thumb li {
    width:90px;
    margin-right:10px;
    float:left;
}
#galleryModal .thumbArea ul.thumb li:last-child {
    margin-right:0;
}
#galleryModal .thumbArea ul.thumb li a {
    display: block;
}
#galleryModal .thumbArea ul.thumb li a.on {
    padding:2px;
    border:1px solid #000;
}
#galleryModal .closeButton {
    text-align: right;
    display: block;
}


/*会社概要*/
.company table {border-collapse:collapse;margin-top:20px;}
.company table th {
	width:6em;
	font-weight:normal;
	}
.company table th, .company table td {
	text-align:left;
	vertical-align:top;
	padding:0.5em;
	border-bottom:1px solid #000;
	}
	
/*お問い合わせ*/
form .fieldBlock {
	margin-bottom:20px;
	}
form .fieldBlock > p span {
	color:#ff0000;
	}
form .fieldBlock > div,
form .fieldBlock input[type=text],
form .fieldBlock textarea,
form .fieldBlock select {
	font-size:15px;
	}
	
form .fieldBlock input[type=text] {width:30%;padding:0.5em 0;}
form .fieldBlock input.large[type=text] {width:100%;}
form .fieldBlock textarea {width:100%;height:6em;}
form .fieldBlock > div:nth-of-type(n+2) {margin-top:0.5em;}

form a {color:#00479d;}
form .btn {border:none;}

.formTable th, .formTable td {text-align:left;padding:0.5em 1em;vertical-align:top;}

/*デザイナー*/
.dsList ul {
	height: 250px;
	overflow-y: scroll;
	padding: 0 10px 10px;
	border: 1px solid #ddd;
}
.dsList dt {
	font-weight: bold;
	margin-top: 10px;
}
.designer h3 {
	border-bottom: 1px solid #ccc;
}
.designer .btn {
	line-height: 1.3em;
}

/******************************************

ブログ

******************************************/
/*#blog {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}*/
	
#blogNav {
	font-size:12px;
	text-align:center;
	margin-bottom:30px;
	position:relative;
	}
#blogNav > div {
	vertical-align:middle;
	cursor:pointer;
	}
#blogNav > div:nth-of-type(n+2) {
	border-left:1px solid #d2d2d2;
	}
#blogNav > div > a {
	text-decoration:none;
	}
	
#blogNav > div.stay {
	background:#000;
	color:#fff;
	}

#blogNav > div ul {
	display:none;
	text-align:left;
	background:#000;
	color:#fff;
	position:absolute;
	left:0;
	width:100%;
	padding:10px 5%;
	box-sizing:border-box;
	min-height:30vh;
	}
#blogNav > div ul  li:nth-of-type(n+2) {
	margin-top:5px;
	}
#blogNav > div ul a {
	color:#fff;
	}
#blogNav > div.stay ul {
	display:block;
	}

#blog .postArea {
	margin-bottom:60px;
	}
#blog .postArea:nth-of-type(n+2) {
	margin-top:60px;
	}

#blog .postHead {
	margin-bottom:20px;
	}
#blog .postHead .tit {
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
	border-bottom:1px solid #000;
	}
#blog .postHead .date {
	font-size:11px;
	color:#646464;
	text-align:right;
	line-height:1em;
	padding-top:10px;
	}

.infomation {
    margin: 10px 20px;
    border: 1px solid #666;
    padding: 10px 20px;
}





















/*swipebox.min.css*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}