/**
Theme Name: theme_Joinery
Theme URI: 
Description: The original theme for Joinery
Author: QLOKO DE SIGN
Author URI: https://qloko.co.jp
Version: 1.0
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/*********************************************************
					reset
*********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
body {
	color: #333333;
	font-size: 19px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
	line-height: 1.5em;
	width: 100%;
	position: relative;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #a41a1a;/* */
}
a:active {
	text-decoration: none;
	color: #333333;/* */
}
#wrap {
	position: relative;
}
.aligncenter {
	text-align: center;
}
.hover {
}
.center {
	text-align: center;
}
.sp {
    display: none;
}
/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}
/*********************************************************
					font
*********************************************************/
@font-face {
    font-family: "Mincho";
    src: url("font/A-OTF-A1MinchoStd-Bold.woff");
    src: url("font/A-OTF-A1MinchoStd-Bold.woff2");
}
/**********************************************
				header
**********************************************/
#header {
    width: 482px;
    height: 852px;
    padding-top: 234px;
    padding-left: 60px;
    position: fixed;
    z-index: 20;
    left: 90px;
}
.hd_bg {
    position: fixed;
    top: 0;
    left: 90px;
    z-index: 10;
}
.logo {
    line-height: 0;
    position: relative;
    z-index: 20;
}
.nav {
    padding-left: 15px;
    margin-top: 105px;
    position: relative;
    z-index: 20;
}
.nav li {
    font-size: 19px;
    line-height: 1em;
    margin-bottom: 37px;
}
.nav li:last-child {
    margin-bottom: 100px;
}
.nav li a {
    font-weight: 500;
    background-color: #fff;
}
.side_insta {
    line-height: 0;
    padding-left: 15px;
    position: relative;
    z-index: 20;
}
/**********************************************
				content
**********************************************/
img {
    max-width: 100%;
    height: auto;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#wrap {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
}
.margin_bottom0 {
    margin-bottom: 0 !important;
}

/**********************************************
				footer
**********************************************/
#footer {
    margin-top: 150px;
    text-align: center;
    position: relative;
    z-index: 15;
}
.ft_logo {
    line-height: 0;
}
.ft_info {
    margin-top: 38px;
    font-size: 16px;
    line-height: 1.8em;
}
.ft_info li:nth-child(3) {
    margin-top: 20px;
}
.ft_info li:nth-child(5) {
    margin-top: 20px;
}
.ft_info li.mini {
    font-size: 12px;
}
.ft_info li.insta {
    line-height: 0;
    margin-top: 25px;
}
.copy {
    font-size: 12px;
    margin-top: 235px;
    margin-bottom: 35px;
}

/**********************************************
トップページ **/
.itotategu {
    margin-left: auto;
    margin-bottom: 70px;
    text-align: right;
    line-height: 0;
}
.main_img_wrap {
    width: 1640px;
    margin: 0 auto 0;
    padding-top: 56px;
    text-align: right;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1640px) {
    .main_img_wrap {
        width: 100%;
        padding-left: 270px;
        padding-right: 10px;
    }
}
.main_img {
    line-height: 0;
}
.about {
    line-height: 0;
    position: relative;
    z-index: 5;
}
.about_area {
	padding-top: 125px;
    padding-bottom: 60px;
	position: relative;
    z-index: 15;
	background-image: url(images/side_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right top -15px;
}
.about_area .img01 {
    line-height: 0;
    margin-right: 60px;
    float: left;
}
.about_area .txt01 {
	font-size: 16px;
    letter-spacing: 3px;
	line-height: 1.7em;
	margin-top: 10px;
	font-weight: 500;
}
.insta_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
    z-index: 15;
}
.insta_area img {
    margin-bottom: 70px;
}
.cafe_area {
    background-color: #E0E0E0;
    margin-top: 150px;
    position: relative;
    z-index: 15;
}
.cafe_area_in {
    display: flex;
    position: relative;
}
.cafe_slid {
    margin-right: 55px;
    line-height: 0;
    width: 589px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li {
    width: 10px !important;
}
.cafe_info {
    padding-top: 55px;
}
.cafe_tit {
    line-height: 0;
}
.cafe_txt01 {
    font-size: 16px;
    margin-top: 20px;
}
.cafe_tb {
    margin-top: 50px;
    font-size: 14px;
}
.cafe_tb th {
    text-align: left;
}
.cafe_tb td {
    padding-left: 26px;
}
.cafe_ul {
    font-size: 14px;
    border-left: 1px #000 solid;
    margin-top: 25px;
}
.cafe_ul li {
	line-height: 1.5em;
	padding-left: 1em;
}
.cafe_ul .mini {
    font-size: 12px;
}
.cafe_img {
    position: absolute;
    bottom: 58px;
    right: 0;
    line-height: 0;
    
}
.model {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 240px;
    position: relative;
    z-index: 15;
}
.model p {
    line-height: 0;
    width: 280px;margin-bottom: 24px;
}
.shop_area {
    margin-top: 110px;
    padding-left: 105px;
    position: relative;
    display: flex;
    z-index: 15;
}
.shop_img01 {
    line-height: 0;
    position: relative;
    z-index: 5;
}
.shop_img02 {
    line-height: 0;
    position: relative;
    z-index: 1;
    margin-left: -120px;
    margin-top: 391px;
}
.shop_info {
    margin-left: -160px;
}
.shop_tit {
    line-height: 0;
}
.shop_txt01 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.8em;
    margin-top: 24px;
}
.shop_ul {
    font-size: 14px;
    border-left: 1px #000 solid;
    margin-top: 25px;
    margin-left: 270px;
}
.shop_ul li {
	line-height: 1.5em;
	padding-left: 1em;
}
.shop_ul .mini {
    font-size: 12px;
}
.wood_area {
    background-color: #E0E0E0;
    margin-top: 100px;
    position: relative;
    z-index: 15;
}
.wood_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wood_img01 {
    line-height: 0;
}
.wood_img02 {
    line-height: 0;
}
.wood_img03 {
    line-height: 0;
    margin-top: 14px;
}
.wood_info {
    margin-top: 28px;
    margin-right: 109px;
}
.wood_tit {
    line-height: 0;
}
.wood_txt01 {
    font-size: 16px;
    line-height: 1.8em;
}
.wood_link {
    margin-top: 35px;
}
.wood_link a {
	border: 1px #000 solid;
	font-size: 16px;
	display: block;
	height: 100%;
	background-image: url(images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	line-height: 1em;
	padding: 8px 30px 8px 10px;
	letter-spacing: 3px;
    position: relative;
    z-index: 15;
}
.wood_ul {
    font-size: 14px;
    border-left: 1px #000 solid;
    margin-top: 35px;
    margin-left: 76px;
}
.wood_ul li {
	line-height: 1.5em;
	padding-left: 1em;
}
.wood_ul .mini {
    font-size: 12px;
}
.map_area {
    text-align: center;
    margin-top: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 15;
}
.map {
    margin-top: 70px;
}
.map iframe,object,embed {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/**********************************************
伊藤建具店 **/
.ito_tategu_page {
    font-family: "Mincho";
}
.it_logo {
    line-height: 0;
    margin-top: 100px;
}
.it_slider {
    width: 100%;
    max-width: 1920px;
    margin: 80px auto 0;
    text-align: center;
    line-height: 0;
}
.it_box01 {
    width: 860px;
    margin: 150px auto 0;
}
.it_tit01 {
    font-size: 25px;
    line-height: 1em;
    position: relative;
    background-image: url(images/ito_tategu/line01.png);
    background-repeat: no-repeat;
    background-position: left 4.5em bottom 8px;
}
.it_txt01 {
    margin-top: 90px;
    line-height: 1.6em;
}
.kousi {
    margin-top: 250px;
    text-align: center;
    line-height: 0;
}
.it_tit02 {
    font-size: 29px;
    text-align: center;
    line-height: 1em;
    margin-top: 250px;
}
.jirei_area {
    max-width: 1920px;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.jirei_area ul {
    display: flex;
    flex-wrap: wrap;
}
.jirei_list {
    display: flex;
    flex-wrap: wrap;
}
.jirei_list a {
    width: 33.33%;
    line-height: 0;
    margin-bottom: 100px;
}
.jirei_area ul li {
    width: 33.33%;
    line-height: 0;
    margin-bottom: 100px;
}
.it_up {
    position: fixed;
    right: 20px;
    bottom: 0;
    line-height: 0;
}
#it_footer {
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.it_tit03 {
    font-size: 29px;
    line-height: 1em;
}
#it_footer .left {
    font-size: 18px;
}
.it_table {
    margin-top: 80px;
}
.it_table th {
	text-align: right;
	padding: 10px 0;
	white-space: nowrap;
}
.it_table td {
    padding-left: 2em;
    white-space: nowrap;
}
#it_footer .right {
    font-size: 18px;
}
.it_ft_img {
    margin-top: 80px;
}
.it_ft_txt01 {
    margin-top: 50px;
    line-height: 2em;
}
.it_ft_box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.it_ft_link {
    margin-top: 24px;
    margin-right: 30px;
    line-height: 0;
}
.it_joinary_logo {
    line-height: 0;
}
.it_copy {
    font-size: 12px;
    line-height: 1em;
    margin-top: 200px;
    text-align: center;
    margin-bottom: 20px;
}

/**********************************************
404ページ **/
.p404tx01 {
	font-family: "TratexVit";
	color: #666;
	font-size: 100px;
	line-height: 1em;
	font-weight: bold;
}
.p404tx02 {
	font-family: "TratexVit";
	font-size: 40px;
	color: #666;
	line-height: 1em;
	letter-spacing: 0;
}
.p404tx03 {
	color: #666;
	margin-top: 30px;
}
.p404tx04 a {
	color: #fff;
	margin-top: 30px;
	font-size: 18px;
	background-color: #333;
	display: inline-block;
	line-height: 1em;
	padding: 10px 15px 13px;
	border-radius: 20px;
}
.page404 {
	text-align: center;
	margin-top: 100px;
}
