body {
	color: #333;
	font-family: Helvetica,HiraKakuProN-W3,'メイリオ',Meiryo,sans-serif;
	font-size:12px;
	text-align: left;
	letter-spacing: 0.05em;
}

body {
  word-wrap:break-word;
}

p {
	line-height:200%;
}

.obi {
	float: left;
	width: 100%;
	background-color: #222;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 80px;
}

.obi img {
	width: 150px;
}

.steplink a {
    color: #333;
	border:solid 1px #333;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.steplink a:hover {
	transition: all 0.5s ease 0s;
	color: #fff;
	background-color: #555;
}

#container {
	width:100%;
	max-width:100%;
}

#toptitle {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

#toptitle h2 {
	font-size:20px;
	letter-spacing:0.3em;
	line-height:170%;
	font-weight:bold;
}

.more a {
	font-size: 12px;
	font-weight:bold;
	border:solid 1px #333;
	text-align:center;
	color:#111;
	float:left;
	width:99.9%;
	margin-top: 15px;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.more a:hover {
	background-color: #333;
	text-decoration: none;
	color:#FFF;
	transition:all 0.5s;
}

.typebox img:hover {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

.gallery {
	float:left;
	width:100%;
}

.gallery ul li {
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:50px;
}

.gallery .title {
	margin-top:10px;
	text-align:center;
	font-size:15px;
	font-family: "Cantata One",serif;
}

.gallery img {
	width:100%;
}

.gallery img:hover {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

.gallery ul li:nth-child(2n) {
	margin-right:0;
}

.works_box {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.works_box li {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.works_box li.half {
	float:left;
	width:50%;
}

.works_box li img {
	width:100%;
}

.room_txt {
	float:left;
	width:50%;
}

.gaiyou_box {
	margin-bottom:50px;
	float:right;
	width:47%;
}

.gaiyou_midashi {
	background-color:#333;
	float:left;
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
	margin-bottom:10px;
}

.gaiyou_box dl dt {
    font-weight: bold;
	margin:0;
	padding:0;
}
.gaiyou dt {
    float: left;
}

.gaiyou_box dt,dd {
	line-height:150%;
}

.gaiyou_box dl {
    border-bottom: 1px dotted #999999;
    clear: both;
    margin-bottom: 0;
    padding: 7px 2px;
}
.gaiyou dd {
    display: block;
    margin-left: 30%;
}

.type-btn {
	float:left;
	width:100%;
	margin-top:30px;
}

.type-btn li {
	float:left;
	width:24.25%;
	margin-right:1%;
}


.type-btn li a {
	font-family: "Maven Pro",sans-serif;
	font-weight:900;
	display:block;
	background-color:#44BCCE;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.type-btn li a:hover {
	background-color: #70D4E3;
}


.type-btn ul li:nth-child(4n) {
	margin-right:0;
}

.type_txt {
	height:120px;
}

.type_txt p {
	line-height:170%;
}

.top_works_title {
    color: #fff;
    font-family: "Fredericka the Great",cursive;
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 220px;
	line-height:100%;
}

.show_btn a {
	border:solid 1px #fff;
	padding:10px 30px;
	color:#fff;
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	letter-spacing:0.1em;
	font-family: "Maven Pro",sans-serif;
    font-weight: 400;
}

.show_btn a:hover {
	background-color:#fff;
	color:#111;
}

#contact {
	float:left;
	width:100%;
	padding-top:30px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:center;
}

.phone_box {
	float:left;
	width:50%;
	border-right:dotted 1px #ccc;
}

.phone {
	font-family: Arial;
	font-weight:bold;
	font-size:35px;
	margin-bottom:5px;
	letter-spacing:0;
	line-height:100%;
}

.phone .fa {
	margin-right:5px;
}

.phone a {
	color:#333;
}

.phone a:hover {
	color:#333;
}

.phone_txt {
	font-size:12px;
	letter-spacing:0.1em;
}

.mail_box {
	float:left;
	width:50%;
}

.mail a {
	display:block;
	width:55%;
	font-size:16px;
	font-family: Arial;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#333;
	border:solid 1px #333;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
}

.mail a:hover {
	background-color:#555;
	color: #fff;
}

.mail .fa {
	margin-right:5px;
	font-size:18px;
}

.concept_box {
	float:left;
	width:100%;
	margin-bottom:60px;
	padding-bottom:60px;
	border-bottom: 1px dotted #ccc;
}

.concept01_l {
	float:left;
	width:65%;
}

.concept01_l p {
	line-height:220%;
	letter-spacing:0.1em;
}

.concept01_r {
	float:right;
	width:30%;
}

.concept01_r img {
	width:100%;
}

.concept02_l {
	float:left;
	width:30%;
}

.concept02_l img {
	width:100%;
}

.concept02_r {
	float:right;
	width:65%;
}

.concept02_r p {
	line-height:220%;
	letter-spacing:0.1em;
}

.menu table {
    border-collapse: collapse;
    color: #444;
    margin-bottom: 0;
    width: 100%;
	margin-bottom: 10px;
}
.menu table {
    border-collapse: collapse;
    float: left;
    width: 100%;
}
.menu th {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 20px;
	line-height: 200%;
	vertical-align: middle;
}
.menu td {
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 20px;
	line-height: 200%;
}

.question {
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
}

.line {
    border-top: 1px dotted #999;
    float: left;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.new_works {
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #999;
}

.works_img {
	float:left;
	width:28%;
}

.works_img img {
	width:100%;
}

.works_img img:hover {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

.works_detail {
	float:right;
	width:70%;
}

.works_detail p {
	line-height:100%;
}

.works_cat {
	float:left;
	font-size:10px;
	letter-spacing:0.2em;
	width:75px;
	text-align:center;
	color:#fff;
	background-color:#bbb;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.works_title {
	clear:both;
	margin-bottom:10px;
}

.works_title a {
	color:#000;
}

.works_title a:hover {
	color:#ccc;
}

.works_txt a {
	font-size:10px;
	line-height:120%;
	color:#555;
}

.works_txt a:hover {
	color:#ccc;
}

.row img {
	width:100%;
}

/* -----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------- */


h1.logo img {
	width:150px;
}


#header {
    height: 60px;
    min-width: 620px;
    position: relative;
    z-index: 9999;
}

*::after, * {
    box-sizing: border-box;
}

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 14px;
	font-family: 'Cantata One', serif;
	font-size: 11px;
    letter-spacing: 0.05;
}

#global-nav ul li a:hover {
	color:#ccc;
	transition: all 0.5s ease 0s;
}

#global-nav ul li:last-child a {
	padding-right:0;
}

#global-nav .fa {
	font-size: 20px;
	margin-top: -5px;
}
	
#global-nav .nv {
	display: none;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 22px;
    height: 72px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 28px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.subtitle {
	font-family: 'Cantata One', serif;
	font-size:15px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:solid 1px #333;
}

.subtitle_jp {
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
}

.typebox {
	float:left;
	width:100%;
}

.type_l {
	float:left;
	width:48.9%;
	margin-bottom:60px;
}

.type_r {
	float:right;
	width:48.9%;
	margin-bottom:60px;
}

.typebox img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.showroom_img {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:60px;
}

.showroom_img li {
	float:left;
	width:25%;
}

.showroom_img li img {
	width:100%;
}

iframe {
  width:100%;
  max-width: 100%;
  margin-bottom:10px;
}




/* -----------------------------------------------------------------------------
	topimg
----------------------------------------------------------------------------- */
#topimg {
	position:relative;
	width:100%;
	height:600px;
	text-align:center;
}

#topimg h3 {
	padding-top:220px;
	color:#fff;
	font-size:100px;
	font-family: 'Fredericka the Great', cursive;
	font-weight:normal;
	letter-spacing:0;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:0 auto;
}

#left_contents {
	width:49%;
	float:left;
}
#right_contents {
	width:49%;
	float:right;
}

.toptitle {
	font-size:60px;
}



/* -----------------------------------------------------------------------------
	sliderbox
----------------------------------------------------------------------------- */

#sliderbox {
	position:relative;
	width:100%;
	height:600px;
}

#sliderbox h3 {
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin-top:-90px;
	margin-left:-200px;
	color:#fff;
	font-size:100px;
	font-family: 'Fredericka the Great', cursive;
	font-weight:normal;
	letter-spacing:0;
}

#bxslider {
	display:none;
}

#bxslider img {
	height:600px;
	width:600px;
	}


.slide_box {
    height: 200px;
    margin-right: -400px;
    margin-top: -400px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 800px;
}


/* -----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------- */
#footer {
	color:#666;
	text-align:center;
	bottom:20px;
	height:auto;
	width:100%;
	font-size:85%;
	margin-top:60px;
	padding-bottom:60px;
}


#footer_top {
    color: #fff;
    font-size: 11px;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    text-align: center;
	bottom: 30px;
    width: 100%;
	letter-spacing:0.1em;
}


/* -----------------------------------------------------------------------------
	pageTop
----------------------------------------------------------------------------- */

#pageTop {
    bottom: 20px;
    position: fixed;
    right: 20px;
}
#pageTop a {
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.3);
}

#pageTop a:hover {
	background:#333;
	transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#pageTop a .fa {
	margin:0px;
	color:#FFF;
}


/* -----------------------------------------------------------------------------
	タブレット端末用
----------------------------------------------------------------------------- */


@media screen and (max-width: 980px) {
article {
    padding: 0 30px;
}
.inner {
    padding: 0 20px;
    width: 100%;
}
#global-nav ul li a {
    padding: 0 15px;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 15px;
}

#top-head,.inner {
        width: 100%;
        padding: 0;
    }

#top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    
/* Fixed reset */
#top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

#mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
		opacity:0.9;
    }
#top-head.fixed .logo,
#top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 40px;
    }

#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -476px;
		background-image:url(images/nav_back.png);
		background-size: 20% auto;
		opacity:0.99;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }

#global-nav ul li {
        position: static;
		float:left;
		width: 33.3333%;
		border-bottom:dotted 1px #777;
		border-right:dotted 1px #777;
    }

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        display: block;
		text-align:center;
        color: #fff;
        padding: 20px 0;
		font-size:11px;
    }

#global-nav ul li:nth-child(3n) {
	 border-right:none;
}
	
#nav-toggle {
        display: block;
    }
   
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
#toptitle h2 {
	font-size:18px;
	letter-spacing:0.1em;
}

.top_works_title {
	font-size:80px;
	 padding-top: 250px
}

#topimg {
	margin-top:0;
}

#topimg h3 { 
	padding-top:260px;
	font-size:80px;
	}

#sliderbox h3 { 
	margin-top:-40px;
	margin-left:-150px;
	font-size:80px;
}

.toptitle {
	font-size:45px;
}

#contents {
	width:94%;
}

.type_txt {
	height:170px;
}


.tyle-btn li {
	width:49%;
	margin-right:1%;
	margin-bottom:1%;
}

.tyle-btn ul li:nth-child(2n) {
	margin-right:0;
}

.gallery ul li {
	width:48%;
	margin-right:4%;
}

.gallery ul li:nth-child(2n) {
	margin-right:0;
}

.mail a {
	width:65%;
}

.works_img {
	width:35%;
}

.works_detail {
	float:right;
	width:63%;
}
	
#global-nav .fa {
	display: none;
}
	
#global-nav .nv {
	display: block;
}
	
}



/* -----------------------------------------------------------------------------
	スマホ用
----------------------------------------------------------------------------- */


@media screen and (max-width: 640px) {
#contents {
	width:90%;
	max-width:90%;
	margin:0 auto;
	}
	
#left_contents {
	width:100%;
	margin-bottom:30px;
	}

#right_contents {
	width:100%;
	float:none;
	}
	
#toptitle {
	display:none;
}

#topimg {
	max-width:100%;
	height:400px;
	text-align:center;
	}
	
#topimg h3 {
	font-size:40px;
	padding-top:180px;
	}
	

#sliderbox {
	height:400px;
}

#bxslider {
	height:400px;
}

#bxslider img {
	height:400px;
	width:400px;
	}
	
#sliderbox h3 {
	margin-top:-35px;
	margin-left:-80px;
	font-size:45px;
}

.top_works_title {
	font-size:40px;
	 padding-top: 280px
}

.toptitle {
	font-size:23px;
}

.type_l {
	width:100%;
}

.type_r {
	width:100%;
}

.type-btn li a {
	font-size:11px;
}

.type-btn li {
	width:49%;
	margin-right:1%;
	margin-bottom:1%;
}

.type-btn ul li:nth-child(2n) {
	margin-right:0;
}

.type_txt {
	height:auto;
}

.gallery ul li {
	width:48%;
	margin-right:4%;
}

.gallery ul li:nth-child(2n) {
	margin-right:0;
}

.phone {
	font-size:30px;
}

.phone_txt {
	font-size:11px;
}

.phone_box {
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:dotted 1px #ccc;
}

.phone_box {
	border-right:none;
}

.mail_box {
	width:100%;
}

.mail a {
	width:70%;
}

.showroom_img li {
	float:left;
	width:50%;
}

iframe {
	height:300px;
}

.concept01_l {
	width:100%;
}

.concept01_l p {
	line-height:200%;
	letter-spacing:0.1em;
}

.concept01_r {
	float:right;
	width:100%;
	margin-bottom: 30px;
	text-align: center;
}
	
.concept01_r img {
		width: 65%;
	}

.concept02_l {
	float:right;
	width:100%;
	margin-bottom: 30px;
	text-align: center;
}
	
.concept02_l img {
		width: 65%;
	}

.concept02_r {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.concept02_r p {
	line-height:200%;
	letter-spacing:0.1em;
}

.menu th {
	width:30%;
}

.works_img {
	width:35%;
}

.works_detail {
	float:right;
	width:63%;
}

.works_txt a {
	font-size:9px;
}

.room_txt {
	width:100%;
	margin-bottom:50px;
}

.gaiyou_box {
	width:100%;
}

.gallery .title {
	font-size:12px;
}
	
#global-nav .fa {
	display: none;
}
	
#global-nav .nv {
	display: block;
}
	
.subtitle_jp {
	text-align: center;
}
	
.steplink a {
    width: 100%;
}

	.obi {
		margin-bottom: 30px;
	}
	
}