@charset "UTF-8";
/*
Theme Name: Kibaco PREMIUM
Theme URI: https://kibaco.work/premium/
Description: Kibaco PREMIUM
Author: Kibaco PREMIUM
Author URI: https://kibaco.work/premium/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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{
	vertical-align: baseline;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt 1";
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w960{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #949495;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	line-height: 1.8;
}

input{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: "";
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
}

em{
	color: #949495;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #fff;
	color: #333;
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-feature-settings: "palt"1;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 8px 15px 7px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #949495;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #848282;
}

::-moz-selection{
	background: #848282;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !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;}
.center{text-align: center !important;}

.screen-reader-text{
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
}

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#branding{
	width: 100%;
	background: #3e3a39;
	padding: 35px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.home #branding{
	padding: 20px 50px;
	opacity: 0;
}

#branding.is-animation{
	padding: 20px 50px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.home #branding.is-animation{
	opacity: 1;
}

#site-description{
	display: none;
}

#site-title{
	width: 146px;
	height: 44px;
	margin-bottom: 0;
}

#site-title a{
	width: 146px;
	height: 44px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 146px 44px;
	text-indent: -9999px;
}

.h_link{
	position: absolute;
	top: 42px;
	right: 130px;
	z-index: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.h_link .link_block ul li a:hover{
	background: #949495;
	border-color: #949495;
}

.home .h_link,
#branding.is-animation .h_link{
	top: 27px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =ドロワーメニュー
-------------------------------------------------------------- */
.drawer{
	display: block;
}

nav.drawer-nav{
	width: 340px !important;
	min-height: 100vh !important;
	background: rgba(0, 0, 0, 0.8) !important;
	overflow: hidden !important;
	overflow-y: auto !important;
	padding: 160px 50px 0 50px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	z-index: 100 !important;
}

button.drawer-toggle{
	width: 30px;
	top: 37px;
	right: 30px !important;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.drawer.is-animation button.drawer-toggle{
	top: 22px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.drawer-hamburger{
	padding: 12px 20px 19px 20px !important;
	z-index: 1000 !important;
}

.drawer-hamburger-icon{
	height: 1px !important;
	background: #fff !important;
	margin-top: 0;
}

.drawer-hamburger-icon:before{
	height: 1px !important;
	background: #fff !important;
	top: -9px !important;
}

.drawer-hamburger-icon:after{
	height: 1px !important;
	background: #fff !important;
	top: 9px !important;
}

.drawer-open .drawer-hamburger-icon{
	background: transparent !important;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after{
	top: 0 !important;
}

.drawer-open .drawar-humburger-text{
	display: none !important;
}

.drawer--right .drawer-nav{
	right: -340px !important;
}

.drawer-open .drawer-nav{
	right: 0 !important;
}

.drawer-overlay{
	z-index: 40 !important;
	background: transparent !important;
}

ul.drawer-menu{
	padding: 0;
}

ul.drawer-menu li{
	line-height: 1.0;
	margin-bottom: 35px;
}

ul.drawer-menu li:last-child{
	margin-bottom: 0;
}

ul.drawer-menu li a{
	font-family: 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.drawer-menu li a span.en{
	display: inline-block;
	color: #fff;
	font-family: 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 15px 0 0;
}

ul.drawer-menu li a:hover span.en{
	color: #949495;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	clear: both;
	position: relative;
}

.slider_title{
	width: 172px;
	height: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}

.slider_title a{
	width: 172px;
	height: 52px;
	display: block;
	background: url(images/logo_2.png) 0 0 no-repeat;
	background-size: 172px 52px;
	text-indent: -9999px;
}

.top_slider ul.slider{
	width: 100%;
	height: 100%;
	margin: 0 auto !important;
	overflow: inherit !important;
	display: none;
}

.top_slider ul.slider.slick-initialized{
	display: block;
}

.slick-track{
	height: 100%;
	overflow: hidden !important;
}

.slick-list{
	height: 100%;
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	height: 100%;
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
	height: 100%;
}

.top_slider ul.slick-dots{
	bottom: -40px;
}

.top_slider ul.slick-dots li button{
	padding: 0;
}

.top_slider ul.slick-dots li button:before{
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 114px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.home #main{
	padding: 0 0 0 0;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	overflow: hidden;
	margin: 0 282px 100px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 150px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #949495;
}

h3.f-title,
#content h3.f-title{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 50px;
}

h3.f-title a,
#content h3.f-title a{
	display: inline-block;
	color: #fff;
}

h3.p-title,
#content h3.p-title{
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 30px;
}

.entry-title a:link,
.entry-title a:visited{
	color: #fff;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #949495;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset{
}

.entry-content fieldset legend{
	background: #fff;
	color: #fff;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #fff;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #fff;
	font-weight: bold;
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #949495;
}

body.page .edit-link{
	display: none;
	clear: both;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #fff;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #d6020c;
}

span.bold{
	font-weight: bold;
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	line-height: 1.0;
	clear: both;
}

.more a{
	width: 144px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	border: 1px solid #fff;
	border-radius: 25px;
	padding-bottom: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
}

.more a:hover{
	background: #3e3a39;
	border-color: #3e3a39;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_intro{
	position: relative;
}

.p_intro_img{
	width: 100%;
	line-height: 0;
	position: relative;
}

.p_intro_img img{
	width: 100%;
	height: auto;
	min-height: 900px;
	pointer-events: none;
}

.p_intro_img img:hover{
	opacity: 1.0;
}

.p_intro_content{
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: -480px;
}

h3.entry-title,
#content h3.entry-title{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 0;
}

#content .p_intro_content p:nth-of-type(1){
	margin-top: 45px;
}

#content .p_intro_content p{
	margin-bottom: 45px;
}

#content .p_intro_content p:last-child{
	margin-bottom: 0;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.link_block{
	width: 340px;
}

.link_block ul{
	display: flex;
	justify-content: space-between;
}

.link_block ul li{
	width: calc((100% - 30px) / 3);
	width: -webkit-calc((100% - 30px) / 3);
	line-height: 1.0;
}

.link_block ul li a{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #fff;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.link_block ul li a:hover{
	background: #3e3a39;
	border-color: #3e3a39;
}

ul.caution,
#content ul.caution{
	margin-bottom: 0;
}

ul.caution li{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

ul.caution li:before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul.caution li span.tel a{
	color: #fff;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

#swipebox-overlay{
	background: rgba(62, 58, 57, 0.75);
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #949495;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #949495;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #949495;
	font-weight: bold;
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #fff;
}

.widget_rss a.rsswidget:hover{
	color: #949495;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 40px;
	height: 40px;
	position: fixed;
	opacity: 0;
	bottom: 20px;
	right: 20px;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
.f_contact{
	background: url(images/f_contact_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 150px 0 240px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact_content{
	max-width: 960px;
	margin: 0 auto;
}

.f_contact_content h3.f-title{
	margin-bottom: 30px;
}

.f_contact_content p{
	margin-bottom: 0;
}

.f_link{
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 1;
}

.f_link .link_block{
	width: 146px;
}

.f_link .link_block ul{
	display: block;
}

.f_link .link_block ul li{
	width: 100%;
	margin-bottom: 30px;
}

.f_link .link_block ul li:last-child{
	margin-bottom: 0;
}

.f_link .link_block ul li a{
	height: 46px;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 25px;
}

#footer{
	width: 100%;
	display: block;
	background: #3e3a39;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#colophon{
	border-bottom: 1px solid #fff;
	padding: 80px 0 75px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#first{
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#first ul.menu{
	display: flex;
	justify-content: space-between;
}

#first ul.menu li{
	line-height: 1.0;
}

#first ul.menu li a{
	display: inline-block;
	position: relative;
}

#first ul.menu li a:hover{
	color: #949495;
}

.footer_info{
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#site-info{
	width: 172px;
	height: 52px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 0;
}

#site-info a{
	width: 172px;
	height: 52px;
	display: block;
	background: url(images/logo_2.png) 0 0 no-repeat;
	background-size: 172px 52px;
	text-indent: -9999px;
}

p.name{
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

p.add{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}

p.add span.num{
	letter-spacing: 1px;
}

p.add a{
	color: #fff;
}

p.add span.f_tel{
	display: inline-block;
	margin-left: 45px;
}

p.add span.f_fax{
	display: inline-block;
	margin-left: 25px;
}

.f_link_kibaco{
	height: 50px;
	line-height: 0;
	margin-bottom: 10px;
}

.f_link_kibaco img{
	width: auto;
	height: 50px;
	pointer-events: none;
}

.f_link_kibaco a{
	display: block;
}

.footer_link{
	max-width: 960px;
	padding: 55px 0 35px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
}

.footer_link ul{
	display: flex;
	flex-flow: wrap;
}

.footer_link ul li{
	height: 50px;
	line-height: 0;
	margin-right: 40px;
	margin-bottom: 10px;
}

.footer_link ul li.f_link_kitchenhouse,
.footer_link ul li.f_link_ioc,
.footer_link ul li.f_link_graftekt{
	margin-right: 30px;
}

.footer_link ul li.f_link_arcx{
	margin-right: 0;
}

.footer_link ul li img{
	width: auto;
	height: 50px;
	pointer-events: none;
}

.footer_link ul li a{
	display: block;
}

#site-generator{
	max-width: 960px;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.f_policy ul{
	text-align: center;
	float: left;
}

.f_policy ul li{
	display: inline-block;
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1){
	margin-right: 15px;
}

.f_policy ul li a{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

.f_policy ul li a:hover{
	color: #949495;
}

.copyright{
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	float: right;
	margin-top: 7px;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

.page-id-4 #content,
.page-id-481 #content{
	margin-bottom: 100px;
}

.contact{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 90px;
}

#content .contact h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 70px;
}

#content .contact p{
	color: #dcdddd;
	margin-bottom: 0;
}

#content .contact p a{
	color: #dcdddd;
}

#content .contact p a:hover{
	color: #3e3a39
}

#content h3.contact_title{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 40px;
}

.contact_tel{
	margin-bottom: 100px;
}

#content .contact_tel h3.contact_title{
	margin-bottom: 30px;
}

#content .contact_tel p{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 0;
}

#content .contact_tel p span.num{
	display: block;
	padding-left: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
}

#content .contact_tel p span.num a{
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 5.5px;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact{
	border: none;
	margin-bottom: 0;
}

#content table.contact tr{
	display: flex;
	margin-bottom: 30px;
}

#content table.contact tr th,
#content table.contact tr td{
	width: calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	display: block;
	border: none;
	padding: 0;
	clear: both;
}

#content table.contact tr th{
	width: 290px;
	font-feature-settings: "palt"1;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px 0 0 0;
	position: relative;
}

#content table.contact tr th.bo_u{
	padding: 0 0 0 0;
}

#content table.contact tr th em{
	display: block;
	font-style: normal;
	font-weight: normal;
	color: #d6020c;
	font-size: 13px;
	font-size: 1.3rem;
	float: none;
	margin-top: 0;
	position: absolute;
	top: 10px;
	right: 40px;
}

#content table.contact tr th.bo_u em{
	top: 2px;
}

.entry-content .wpcf7 input{
	width: 100%;
	color: #333 !important;
	outline: none;
	padding: 5px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.wpcf7 span[data-name="text-96"] input{
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}

select.wpcf7-form-control.wpcf7-select{
	width: 100%;
	height: 44px;
	background: #fff !important;
	color: #333 !important;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	border: none;
	border-radius: 0 !important;
	outline: none;
	padding: 0 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

select.wpcf7-form-control.wpcf7-select[name="menu-863"],
select.wpcf7-form-control.wpcf7-select[name="menu-928"]{
	width: calc((100% - 165px) / 2);
	width: -webkit-calc((100% - 165px) / 2);
}

select.wpcf7-form-control.wpcf7-select[name="showroom_time"]{
	width: 31.6%;
}

.entry-content .wpcf7 input[name="date-971"]{
	width: 31.6%;
	height: 44px;
	text-align: left !important;
	background: #fff !important;
	color: #333 !important;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	border: none;
	border-radius: 0 !important;
	padding: 0 15px !important;
	position: relative;
	margin-right: 36px;
}

.entry-content .wpcf7 input[name="date-971"]::-webkit-date-and-time-value,
.entry-content .wpcf7 input[name="date-971"]::-webkit-datetime-edit{
	text-align: left !important;
}

.entry-content .wpcf7 input[name="date-971"]:before{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/icon_calendar.svg) no-repeat;
	background-size: 16px 16px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	margin-top: -8px;
}

.entry-content .wpcf7 input[name="date-971"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.entry-content .wpcf7 input[name="date-971"]::-moz-calendar-picker-indicator {
	opacity: 0;
}

span[data-name="your-date"]{
	width: 31.6%;
	display: inline-block;
	position: relative;
	margin-right: 36px;
}

span[data-name="your-date"]:before{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/icon_calendar.svg) no-repeat;
	background-size: 16px 16px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	margin-top: -8px;
}

#content input#your-pet{
	width: 200px;
	padding: 0 7px !important;
	margin: 0 0 0 5px;
}

#content table.contact tr td span.pet{
	display: inline-block;
	margin-left: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.c-title{
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
	border: 1px solid #fff;
	padding: 1px 0 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content p.gray{
	font-size: 13px !important;
	font-size: 1.3rem !important;
	line-height: 1.8;
	margin-bottom: 30px;
}

.doui_check{
	margin-bottom: 30px;
}

.btn_info{
	text-align: center;
	margin-bottom: 35px;
}

#content input[type="submit"]{
	width: 220px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	color: #fff !important;
	font-family: 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	-webkit-appearance: none;
	border: 1px solid #fff;
	border-radius: 25px;
	padding-bottom: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
}

#content input[type="submit"][disabled]{
	color: #3e3a39 !important;
	border-color: #3e3a39;
	cursor: default;
}

#content input[type="submit"]:hover{
	background: #3e3a39;
	color: #fff !important;
	border-color: #3e3a39;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content input[type="submit"][disabled]:hover{
	background: none;
	color: #3e3a39 !important;
}

.entry-content .wpcf7 input[type="checkbox"]{
	width: 17px;
	height: 17px;
	border: 1px solid #3c3c3c;
	border-radius: 4px;
	background: transparent;
	opacity: 0.8;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.entry-content .wpcf7 input[type="checkbox"]{
	display: inline-block;
	position: relative;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 0;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after{
	position: absolute;
	content: "";
	top: 0;
	left: 5px;
	width: 8px;
	height: 14px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #c7000b;
	top: -1px;
	left: 4px;
}

span.check_on{
	display: block;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
}

.check_on.show{
	opacity: 1;
	height: auto;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.wpcf7 input[name="your-zip"],
.wpcf7 input[name="your-pref"]{
	width: 40%;
}

span.wpcf7-list-item-label{
	font-feature-settings: "palt"1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-right: 15px;
}

#content td.c_policy span.wpcf7-list-item-label{
	line-height: 1.3;
}

span.tel_number{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: -20px;
}

.screen-reader-response ul{
	display: none;
}

#content #p_contact .screen-reader-response p{
	text-align: center;
	font-family: "Midashi Go MB31";
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #bebebe;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #c6c6c6;
}

#content table.contact tr td span.wpcf7-not-valid-tip{
	color: #d6020c;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5em;
}

.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #d6020c;
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #d6020c;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul{
	display: none;
}

#content table.contact label{
	display: flex;
	font-feature-settings: "palt"1;
}

.wpcf7-list-item{
	display: flex;
	margin-left: 0 !important;
}

#content .wpcf7-list-item input{
	display: block;
	width: 16px;
	margin-top: 7px;
	margin-right: 5px;
}

#content .wpcf7-list-item input[type="radio"]{
	width: 14px;
	height: 14px;
	margin-top: 9px;
}

.confirmation span.wpcf7-form-control{
	margin-right: 0;
}

.wpcf7-response-output{
	text-align: center;
	color: #d6020c;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 20px;
}

#content table.openhouse_date{
	table-layout: fixed;
	border: none;
	width: 230px;
}

#content table.openhouse_date tr th{
	background: none;
	border: none;
	padding: 0;
	width: 50px;
	font-size: 15px;
	font-size: 1.5rem;
}

#content table.openhouse_date tr td{
	border: none;
	padding: 0;
	text-align: center;
	font-feature-settings: "palt"1;
}

#content table.openhouse_date tr:nth-of-type(1) td{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-radio{
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item{
	width: 50%;
	height: 27px;
	text-align: center;
	float: none;
}

#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item input{
	float: none;
	margin-right: 0;
}

#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item:nth-of-type(1) label,
#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item:nth-of-type(10) label{
	display: none;
}

#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item:nth-of-type(1):before,
#content table.openhouse_date tr:nth-of-type(2) td span.wpcf7-list-item:nth-of-type(10):before{
	content: '×';
	display: block;
	font-size: 19px;
	font-size: 1.9rem;
	margin-top: 2px;
}

#content table.openhouse_date tr td label span.wpcf7-list-item-label{
	display: none;
}

#content table.contact tr.tr_2 .wpcf7-list-item{
	margin-bottom: 10px;
}

#content table.contact tr.tr_2 label{
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB';
	font-weight: normal;
	line-height: 1.0;
}

#content table.contact tr.tr_2 label span.wpcf7-list-item-label{
	width: 170px;
	display: inline-block;
	color: inherit;
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: 20px;
}

.reservation_status{
	margin-bottom: 40px;
}

.reservation_status dl{
	display: flex;
	border: 1px solid #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.reservation_status dl.openhouse_day_1{
	max-width: 500px;
}

#content .reservation_status dl dt{
	width: 280px;
	background: #f1f1f1;
	border-right: 1px solid #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .reservation_status dl dt span{
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -14px;
}

#content .reservation_status dl dd{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	padding: 14px 20px 12px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .reservation_status dl dd table{
	table-layout: fixed;
	border: none;
	margin: 0 auto;
}

#content .reservation_status dl dd table.day_1{
	max-width: 240px;
}

#content .reservation_status dl dd table.day_2{
	max-width: 300px;
}

#content .reservation_status dl dd tr th,
#content .reservation_status dl dd tr td{
	border: none;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	text-align: center;
	font-feature-settings: "palt"1;
	letter-spacing: 1.5px;
}

#content .reservation_status dl dd tr th{
	width: 120px;
	letter-spacing: 1px;
}

.page-id-8908 #content .reservation_status dl dd{
	padding: 14px 20px 12px 70px;
	/* padding: 14px 0 12px 160px; */
}

.page-id-8908 #content .reservation_status dl dd tr th, 
.page-id-8908 #content .reservation_status dl dd tr td{
	width: 130px;
}

.grecaptcha-badge{
	visibility: hidden;
}

span.concept_book{
	display: block;
	overflow: hidden;
}

span.c_works_title{
	display: block;
	font-feature-settings: "palt"1;
	margin-bottom: 10px;
}

span.c_works_title span.counter_num{
	display: inline-block;
	margin: 0 0 0 104px;
}

span.c_works_title span.counter{
	color: #d6020c;
}

span.c_works_title span.f_small{
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 10px;
}

span.c_works{
	display: block;
	overflow: hidden;
}

span[data-name="checkbox-435"]{
	display: block;
}

span[data-name="checkbox-435"] .wpcf7-list-item{
	display: inline-block !important;
}

#content .entry-content .wpcf7 span[data-name="checkbox-435"] input[type="checkbox"]{
	width: 14px;
	height: 14px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: #fff;
	border-color: #3e3a39;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 3px;
}

#content .entry-content .wpcf7 span[data-name="checkbox-435"] input[type="checkbox"]:checked{
	background: #fff;
	border-color: #2874fc;
}

#content .entry-content .wpcf7 span[data-name="checkbox-435"] input[type="checkbox"]:checked::after{
	width: 8px;
	height: 8px;
	background: #2874fc;
	border: none !important;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	-webkit-transform: inherit !important;
	transform: inherit !important;
}

span[data-name="checkbox-435"] span.wpcf7-list-item-label{
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	position: relative;
	margin-right: 20px;
}

span[data-name="checkbox-435"] span.wpcf7-list-item-label:before{
	content: '';
	width: 120px;
	height: 80px;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: -19px;
	bottom: 15px;
	z-index: 1;
	opacity: 0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

span[data-name="checkbox-435"] input[type="checkbox"]:checked + span.wpcf7-list-item-label:before{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content span[data-name="radio-968"] .wpcf7-list-item input[type="radio"]{
	margin-right: 5px;
}

span[data-name="radio-968"] span.wpcf7-list-item-label:after{
	content: '';
	width: 180px;
	height: 120px;
	display: block;
	background: url(images/c_conceptbook.jpg) no-repeat;
	background-size: 180px 120px;
	margin-top: 5px;
	margin-left: -19px;
	margin-bottom: 30px;
}

span[data-name="checkbox-435"] span.wpcf7-list-item-label:after{
	content: '';
	width: 120px;
	height: 80px;
	display: block;
	background: url(images/c_skyliving.jpg) no-repeat;
	background-size: 120px 80px;
	margin-left: -19px;
	margin-bottom: 15px;
}

span[data-name="checkbox-435"] input[value="Masterpiece"] + span.wpcf7-list-item-label:after{
	background: url(images/c_masterpiece.jpg) no-repeat;
	background-size: 120px 80px;
}

span[data-name="checkbox-435"] input[value="RESIDENCE"] + span.wpcf7-list-item-label:after{
	background: url(images/c_residence.jpg) no-repeat;
	background-size: 120px 80px;
}

span[data-name="checkbox-435"] input[value="Resort"] + span.wpcf7-list-item-label:after{
	background: url(images/c_resort.jpg) no-repeat;
	background-size: 120px 80px;
}

span[data-name="checkbox-435"] input[value="Villa -Kibaco-"] + span.wpcf7-list-item-label:after{
	background: url(images/c_villakibaco.jpg) no-repeat;
	background-size: 120px 80px;
}

.page-id-4 .f_contact,
.page-id-481 .f_contact,
.page-id-375 .f_contact{
	display: none;
}

/* =Thanks
-------------------------------------------------------------- */
.thanks{
	padding-top: 150px;
}

#content .thanks h4{
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .thanks p{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 45px;
}

#content .thanks ul.caution{
	text-align: center;
	margin-top: -5px;
	margin-bottom: 40px;
}

.thanks ul.caution li{
	display: inline-block;
}

#content .thanks h6{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	margin-bottom: 50px;
}

.thanks .more a{
	margin: 0 auto;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	padding-bottom: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

ul.breadcrumbs{
	max-width: 960px;
	display: flex;
	margin: 0 auto;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	color: #949495;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #949495;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #949495;
}

/* =Policy
-------------------------------------------------------------- */
.page-id-159 #content,
.page-id-161 #content{
	margin-bottom: 120px;
}

.policy_intro{
	padding: 120px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 40px;
}

#content .policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 0;
}

#content h4.policy_title{
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
	padding: 0 0 12px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.policy_block{
	margin-bottom: 40px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 15px;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =Front-page
-------------------------------------------------------------- */
#f_intro{
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_intro_block{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}

#content .f_intro_block h3.f-title{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	margin-bottom: 0;
}

.fib_content{
	width: 520px;
}

#content .fib_content p{
	margin-bottom: 35px;
}

#content .fib_content p:nth-of-type(3){
	margin-bottom: 45px;
}

#f_openhouse{
	background: #3e3a39;
}

.f_openhouse_block{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.fob_img{
	width: 460px;
	line-height: 0;
}

.fob_img img{
	width: 100%;
	height: auto;
}

.fob_img a{
	display: block;
}

.fob_content{
	width: 470px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#content .fob_content h3.f-title{
	margin-bottom: 40px;
}

#content .fob_content p{
	margin-bottom: 45px;
}

#f_openhouse .fob_content .more a:hover{
	background: #949495;
	border-color: #949495;
}

#f_works{
	background: #6e6c6b;
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_works h3.f-title{
	text-align: center;
	margin-bottom: 80px;
}

#f_works .more a{
	margin: 0 auto;
}

#f_about{
	background: url(images/f_about_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 220px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_about h3.f-title{
	margin-bottom: 40px;
}

#content #f_about p{
	margin-bottom: 45px;
}

#f_showroom{
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_showroom .fob_content h3.f-title{
	margin-bottom: 15px;
}

#content #f_showroom .fob_content h4{
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

/* =CONCEPT
-------------------------------------------------------------- */
.concept_link{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .concept_link ul{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 0;
}

.concept_link ul li{
	line-height: 1.0;
	margin-right: 185px;
	margin-bottom: 40px;
}

.concept_link ul li:nth-of-type(2){
	margin-right: 200px;
}

.concept_link ul li:nth-of-type(3){
	margin-right: 0;
}

.concept_link ul li:nth-of-type(4){
	margin-right: 110px;
	margin-bottom: 0;
}

.concept_link ul li:nth-of-type(5){
	margin-right: 0;
	margin-bottom: 0;
}

.concept_link ul li a:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.concept_link ul li a:hover{
	color: #3e3a39;
}

.concept_link ul li a span.num:after{
	content: '';
	width: 1px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 7px 4px 7px;
}

.concept_link ul li a:hover span.num:after{
	background: #3e3a39;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.concept_content{
	padding-top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .concept_content h3{
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#content .concept_content h3 span.num:after{
	content: '';
	width: 1px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 10px 4px 10px;
}

.concept_img{
	line-height: 0;
	margin-bottom: 25px;
}

.concept_img img{
	width: 100%;
	height: auto;
}

#content .concept_content h4{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

#content .concept_content p{
	margin-bottom: 45px;
}

.concept_performance{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-top: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.concept_performance_content{
	width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
}

#content .concept_performance_content h4{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 8px;
}

#content .concept_performance_content p{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.concept_performance_img{
	width: 400px;
	line-height: 0;
}

.concept_performance_img img{
	width: 100%;
	height: auto;
}

/* =WORKS
-------------------------------------------------------------- */
.page-id-25 #content{
	margin-bottom: 60px;
}

.works{
	padding: 150px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.works_block{
	display: flex;
	flex-flow: wrap;
}

.works_block dl{
	width: calc((100% - 100px) / 2);
	width: -webkit-calc((100% - 100px) / 2);
	margin-right: 100px;
	margin-bottom: 80px;
}

.works_block dl:nth-of-type(2n){
	margin-right: 0;
}

.works_block dl a{
	display: block;
}

#content .works_block dl dt{
	line-height: 0;
	overflow: hidden;
}

#content .works_block dl dt img{
	width: 100%;
	height: auto;
}

#content .works_block dl dd.works_block_title{
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	padding: 22px 10px 17px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .works_block dl dd.works_block_title span.ruby{
	display: block;
	font-feature-settings: "palt"1;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

#content .works_block dl dd.works_block_note{
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .works_block dl dd.works_block_more{
	width: 76px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.0;
	border: 1px solid #fff;
	border-radius: 15px;
	padding-bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
}

#content .works_block dl a:hover dd.works_block_more{
	background: #3e3a39;
	border-color: #3e3a39;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .works_block dl p{
	margin-bottom: 0;
}

/* =WORKS - 詳細
-------------------------------------------------------------- */
.parent-pageid-25 #main{
	overflow: inherit !important;
}

.parent-pageid-25 #container{
	float: none !important;
	margin: 0 !important;
}

.parent-pageid-25 #content{
	overflow: inherit !important;
}

.p_worksdetail .p_intro_img{
	display: none;
}

.p_worksdetail .p_intro_img img{
	min-height: inherit;
}

.works_detail{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 100px;
}

.works_detail_content{
	width: 320px;
	position: sticky;
	position: -webkit-sticky;
	top: 164px;
	z-index: 1;
}

#content .works_detail_content h3{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	border-bottom: 1px solid #fff;
	padding-bottom: 27px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .works_detail_content h3 span.ruby{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 7px 0;
}

#content .works_detail_content p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 70px;
}

.works_detail_overview{
	margin-bottom: 70px;
}

#content .works_detail_overview h4,
#content .works_detail_facility h4{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 17px;
}

#content .works_detail_overview table,
#content .works_detail_facility table{
	border: none;
	margin-bottom: 0;
}

#content .works_detail_overview tr th,
#content .works_detail_overview tr td,
#content .works_detail_facility tr th,
#content .works_detail_facility tr td{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	border: none;
	padding: 0 0 10px 0;
}

#content .works_detail_overview tr:last-child th,
#content .works_detail_overview tr:last-child td,
#content .works_detail_facility tr:last-child th,
#content .works_detail_facility tr:last-child td{
	padding: 0 0 0 0;
}

#content .works_detail_overview tr th,
#content .works_detail_facility tr th{
	width: 120px;
}

.works_detail_img{
	width: calc(100% - 380px);
	width: -webkit-calc(100%  - 380px);
}

#content .works_detail_img ul{
	margin-bottom: 0;
}

.works_detail_img ul li{
	line-height: 0;
	margin-bottom: 20px;
}

.works_detail_img ul li:last-child{
	margin-bottom: 0;
}

.works_detail_img ul li img{
	width: 100%;
	height: auto;
}

.works_detail_img ul li a{
	display: block;
}

.p_worksdetail .more a{
	margin: 0 auto;
}

/* =ABOUT US
-------------------------------------------------------------- */
.about_representative{
	display: flex;
	justify-content: space-between;
	padding: 150px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 120px;
}

.about_representative_img{
	width: 350px;
	line-height: 0;
}

.about_representative_img img{
	width: 100%;
	height: auto;
}

.about_representative_content{
	width: calc(100% - 430px);
	width: -webkit-calc(100% - 430px);
}

#content .about_representative_content h4,
#content .profile_box h4{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 40px;
}

#content .profile_box h4{
	margin-bottom: 30px;
}

#content .about_representative_content h4 span.position,
#content .profile_box h4 span.position{
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

#content .about_representative_content h4 span.en,
#content .profile_box h4 span.en{
	display: block;
	color: #c9caca;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 15px;
}

#content .profile_box h4 span.en{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 2px 20px;
}

#content .about_representative_content p{
	margin-bottom: 35px;
}

#content .about_representative_content p:last-child{
	margin-bottom: 0;
}

.about_profile{
	display: flex;
	flex-flow: wrap;
	padding-bottom: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.profile_box{
	width: calc((100% - 120px) / 2);
	width: -webkit-calc((100% - 120px) / 2);
	margin-right: 120px;
	margin-bottom: 110px;
}

.profile_box:nth-of-type(2n){
	margin-right: 0;
}

.profile_img{
	line-height: 0;
	margin-bottom: 15px;
}

.profile_img img{
	width: 100%;
	height: auto;
}

#content .profile_box p{
	margin-bottom: 0;
}

.about_company{
	background: #3e3a39;
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .about_company h3{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 70px;
}

#content .about_company table{
	max-width: 500px;
	border: none;
	margin: 0 auto;
}

#content .about_company tr{
	display: block;
	margin-bottom: 35px;
}

#content .about_company tr:last-child{
	margin-bottom: 0;
}

#content .about_company tr th,
#content .about_company tr td{
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	line-height: 2.2;
	border: none;
	padding: 0;
}

#content .about_company tr th{
	width: 120px;
}

span.kibaco_link{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

span.kibaco_link a{
	width: 82px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(images/kibaco_logo_mini.png) no-repeat;
	background-size: 82px 20px;
}

.about_area{
	padding: 70px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.about_area_map{
	width: 570px;
	line-height: 0;
}

.about_area_map img{
	width: 100%;
	height: auto;
}

.about_area_content{
	width: calc(100% - 620px);
	width: -webkit-calc(100% - 620px);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#content .about_area_content h3{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	margin-bottom: 50px;
}

#content .about_area_content p{
	line-height: 1.8;
	margin-bottom: 30px;
}

.about_flow{
	background: #3e3a39;
}

.about_flow_block{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.afb_img{
	width: 330px;
	line-height: 0;
}

.afb_img img{
	width: 100%;
	height: auto;
}

.afb_content{
	width: calc(100% - 410px);
	width: -webkit-calc(100% - 410px);
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

#content .afb_content h3{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .afb_content p{
	margin-bottom: 45px;
}

.about_price{
	padding: 140px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .about_price h3{
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 40px;
}

#content .about_price h3 span.f_small{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 15px 0 0 0;
}

.about_price_block{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.about_price_kibaco{
	margin-bottom: 80px;
}

#content .about_price_block h4{
	width: 146px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 146px 44px;
	margin-bottom: 30px;
}

#content .about_price_kibaco h4{
	width: 120px;
	height: 30px;
	background: url(images/logo_kibaco.png) 0 0 no-repeat;
	background-size: 120px 30px;
}

.about_price_img{
	line-height: 0;
}

.about_price_img img{
	width: 100%;
	height: auto;
}

#content .about_price p{
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#content .about_price p:nth-of-type(3){
	margin-bottom: 75px;
}

.about_price .more a{
	width: 190px;
	margin: 0 auto;
}

/* =FLOW
-------------------------------------------------------------- */
.flow{
	padding: 150px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.flow_box{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-bottom: 1px solid #fff;
	padding-bottom: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 100px;
}

.flow_box_img{
	width: 350px;
	line-height: 0;
}

.flow_box_img img{
	width: 100%;
	height: auto;
}

.flow_box_content{
	width: calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
}

#content .flow_box_content h4{
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: -10px;
	margin-bottom: 25px;
}

#content .flow_box_content h4 span.num:after{
	content: '';
	width: 1px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 10px 5px 10px;
}

#content .flow_box_content p{
	margin-bottom: 0;
}

#content .flow_box_content ul.caution{
	margin-top: 35px;
}

/* =SHOWROOM
-------------------------------------------------------------- */
.showroom_detail{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 100px;
}

#content .showroom_detail h3{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 40px;
}

#content .showroom_detail h3 span.f_small{
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	margin: 15px 0 0 0;
}

#content .showroom_detail p{
	margin-bottom: 35px;
}

#content .showroom_detail ul.info{
	margin-bottom: 15px;
}

.showroom_detail ul.info li{
	padding-left: 47px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.showroom_detail ul.info li span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content .showroom_detail ul.caution{
	margin-bottom: 60px;
}

.showroom_detail ul.caution li{
	color: #e6e6e6;
}

.p_showroom .contact_mail{
	margin-bottom: 100px;
}

.p_showroom .contact_tel{
	margin-bottom: 0;
}

/* =OPEN HOUSE
-------------------------------------------------------------- */
.openhouse_detail{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 100px;
}

.openhouse_date{
	margin-bottom: 15px;
}

#content .openhouse_date h3{
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

#content .openhouse_date h3 span.f_small{
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 5px 25px;
}

.openhouse_place{
	margin-bottom: 20px;
}

#content .openhouse_place h3{
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
}

#content .openhouse_place h3 span.f_small{
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 5px 20px;
}

#content .openhouse_detail ul.caution{
	margin-bottom: 30px;
}

.openhouse_detail ul.caution li{
	color: #e6e6e6;
}

.openhouse_info{
	margin-bottom: 120px;
}

.openhouse_info dl{
	margin-bottom: 30px;
}

#content .openhouse_info dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .openhouse_info p{
	margin-bottom: 40px;
}

.more_detail{
	margin-bottom: 30px;
}

.more_detail a{
	width: 280px;
}

#content .openhouse_img ul{
	margin-bottom: 0;
}

.openhouse_img ul li{
	line-height: 0;
	margin-bottom: 20px;
}

.openhouse_img ul li.tate{
	width: 66%;
	max-width: 630px;
}

.openhouse_img ul li img{
	width: 100%;
	height: auto;
}

.openhouse_img ul li a{
	display: block;
}

#contact_apply{
	padding-top: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.reservation{
	margin-bottom: 60px;
}

#content .reservation h3.contact_title{
	margin-bottom: 45px;
}

#content .reservation p{
	text-align: center;
	margin-bottom: 0;
}

.reservation_block{
	border: 1px solid #fff;
	padding: 30px 0 27px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-top: 50px;
}

#content .reservation_block table{
	max-width: 600px;
	border: none;
	margin: 0 auto;
}

#content .reservation_block table.day_2{
	max-width: 540px;
}

#content .reservation_block tr th,
#content .reservation_block tr td{
	text-align: center;
	line-height: 2.2;
	border: none;
	padding: 0;
}

#content .reservation_block tr:nth-of-type(1) td{
	padding-bottom: 20px;
}

.p_openhouse .contact_mail{
	margin-bottom: 100px;
}

.p_openhouse .contact_tel{
	margin-bottom: 0;
}

/* =ACCESS
-------------------------------------------------------------- */
.access_map{
	line-height: 0;
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 80px;
}

.access_transport{
	margin-bottom: 100px;
}

.access_transport_box{
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
}

#content .access_transport_box h4{
	width: 160px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.0;
	border: 1px solid #fff;
	border-radius: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.atb_content{
	width: calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
}

#content .atb_content ul.time{
	margin-top: -5px;
	margin-bottom: 0;
}

.atb_content ul.time li{
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.atb_content ul.time li:before{
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content .atb_content ul.caution{
	margin-top: 15px;
}

.access_way{
	max-width: 700px;
	margin: 0 auto;
}

.access_way_content{
	margin-bottom: 95px;
}

#content .access_way_content p{
	margin-bottom: 10px;
}

.access_way_img{
	line-height: 0;
}

.access_way_img img{
	width: 100%;
	height: auto;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		padding: 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#branding{
		padding: 35px 25px;
	}
	
	.home #branding{
		padding: 20px 25px;
	}
	
	#branding.is-animation{
		padding: 20px 25px;
	}
	
	.h_link,
	#branding.is-animation .h_link{
		right: 80px;
	}
	
	button.drawer-toggle{
		right: 5px !important;
	}
	
	/* Footer *********/
	.f_contact{
		padding: 150px 0 180px 0;
	}
	
	.f_link{
		right: 25px;
	}
	
	#pagetop{
		right: 25px;
		bottom: 25px;
	}
	
	#footer .inner{
		max-width: 900px;
		margin: 0 auto;
	}
	
	#first ul.menu li a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#site-info{
		width: 162px;
		height: 49.5px;
	}
	
	#site-info a{
		width: 162px;
		height: 49.5px;
		background-size: 162px 49.5px;
	}
	
	p.add span.f_tel{
		margin-left: 30px;
	}
	
	p.add span.f_fax{
		margin-left: 20px;
	}
	
	/* Content *********/
	.p_intro_content{
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		left: 0;
		margin-left: 0;
	}
	
	/* Front-page *********/
	#f_intro{
		padding: 110px 0 120px 0;
	}
	
	.f_intro_block{
		max-width: 900px;
		display: block;
		justify-content: inherit;
		flex-direction: inherit;
		position: static;
		margin: 0 auto;
	}
	
	.fib_content{
		width: 100%;
	}
	
	#content .f_intro_block h3.f-title{
		position: static;
		top: inherit;
		left: inherit;
		transform: inherit;
		margin-bottom: 45px;
	}
	
	.f_openhouse_block{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.fob_content{
		width: 305px;
	}
	
	#content .fob_content p .pc{
		display: none;
	}
	
	#content .fob_content p .sp{
		display: block;
	}
	
	#f_about{
		padding: 200px 0;
	}
	
	#f_about .inner{
		max-width: 900px;
		margin: 0 auto;
	}
	
	/* CONCEPT *********/
	.concept_link ul li{
		margin-right: 110px;
	}
	
	.concept_link ul li:nth-of-type(2){
		margin-right: 120px;
	}
	
	.concept_link ul li:nth-of-type(4){
		margin-right: 30px;
	}
	
	.concept_performance_content{
		width: calc(100% - 425px);
		width: -webkit-calc(100% - 425px);
	}
	
	#content .concept_performance_content p .pc{
		display: none;
	}
	
	/* WORKS *********/
	.works_block dl{
		width: calc((100% - 80px) / 2);
		width: -webkit-calc((100% - 80px) / 2);
		margin-right: 80px;
	}
	
	#content .works_block dl dd.works_block_note .pc{
		display: none;
	}
	
	/* WORKS - 詳細 *********/
	.works_detail_content{
		width: 300px;
	}
	
	.works_detail_img{
		width: calc(100% - 325px);
		width: -webkit-calc(100%  - 325px);
	}
	
	/* ABOUT US *********/
	.about_representative{
		max-width: 900px;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
	.about_representative_content{
		width: calc(100% - 410px);
		width: -webkit-calc(100% - 410px);
	}
	
	#content .about_representative_content h4{
		margin-bottom: 30px;
	}
	
	#content .about_representative_content p{
		margin-bottom: 25px;
	}
	
	.about_profile{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.profile_box{
		width: calc((100% - 80px) / 2);
		width: -webkit-calc((100% - 80px) / 2);
		margin-right: 80px;
		margin-bottom: 70px;
	}
	
	.about_area{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.about_area_map{
		width: 500px;
	}
	
	.about_area_content{
		width: calc(100% - 500px);
		width: -webkit-calc(100% - 500px);
	}
	
	.about_flow_block{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.afb_content .sp{
		display: block;
	}
	
	/* FLOW *********/
	.flow{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.flow_box_content{
		width: calc(100% - 395px);
		width: -webkit-calc(100% - 395px);
	}
	
	#content .flow_box_content h4{
		line-height: 1.5;
		padding-left: 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: relative;
		margin-top: -5px;
	}
	
	#content .flow_box:nth-of-type(10) .flow_box_content h4{
		padding-left: 42px;
	}
	
	#content .flow_box_content h4 span.num{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#content .flow_box_content p .pc{
		display: none;
	}
	
	/* OPEN HOUSE *********/
	#content .openhouse_info p{
		max-width: 700px;
	}
	
	#content .openhouse_info p .pc{
		display: none;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1020px){
	.w960{
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Front-page *********/
	.fob_img{
		width: 380px;
	}
	
	/* ABOUT US *********/
	.about_representative{
		max-width: 500px;
		display: block;
		justify-content: inherit;
		padding: 100px 0 0 0;
		margin: 0 auto;
		margin-bottom: 95px;
	}
	
	.about_representative_img.pc{
		display: none;
	}
	
	.about_representative_img.sp{
		width: 100%;
		max-width: 360px;
		display: block;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.about_representative_content{
		width: 100%;
	}
	
	#content .about_representative_content h4{
		text-align: center;
	}
	
	.about_profile{
		display: block;
		flex-flow: inherit;
		padding-bottom: 0;
	}
	
	.profile_box,
	.profile_box:nth-of-type(2n){
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 95px;
	}
	
	.profile_img{
		max-width: 360px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .profile_box h4{
		text-align: center;
		margin-bottom: 30px;
	}
	
	#content .profile_box h4 span.en{
		display: block;
		vertical-align: inherit;
		margin: 15px 0 0 0;
	}
	
	.about_area{
		position: static;
	}
	
	.about_area_map{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.area_more{
		width: 100%;
		max-width: 500px;
		padding-bottom: 0;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	
	.about_area_content{
		width: 100%;
		position: static;
		top: inherit;
		right: inherit;
		transform: inherit;
		max-width: 500px;
		margin: 0 auto;
	}
	
	#content .about_area_content h3{
		margin-bottom: 40px;
	}
	
	/* FLOW *********/
	.flow_box{
		max-width: 500px;
		display: block;
		padding-bottom: 85px;
		justify-content: inherit;
		flex-direction: inherit;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
	.flow_box_img{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.flow_box_content{
		width: 100%;
	}
	
	#content .flow_box_content h4{
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	#content .flow_box_content ul.caution{
		margin-top: 30px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.link_block{
		width: 320px;
	}
	
	.link_block ul li{
		width: calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
	}
	
	/* Footer *********/
	.f_contact_content p .sp{
		display: block;
	}
	
	#pagetop{
		width: 30px;
		height: 30px;
	}
	
	#footer-widget-area{
		display: none;
	}
	
	.footer_info{
		display: block;
		justify-content: inherit;
	}
	
	#site-info{
		width: 172px;
		height: 52px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#site-info a{
		width: 172px;
		height: 52px;
		background-size: 172px 52px;
	}
	
	p.name{
		max-width: 290px;
		font-size: 17px;
		font-size: 1.7rem;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	p.add{
		max-width: 290px;
		margin: 0 auto;
	}
	
	p.add span.f_tel{
		margin-left: 0;
	}
	
	p.add span.f_fax{
		margin-left: 15px;
	}
	
	p.add .sp{
		display: block;
	}
	
	.f_link_kibaco{
		text-align: center;
		margin-bottom: 0;
	}
	
	.f_link_kibaco img{
		width: auto !important;
		height: 50px !important;
	}
	
	.footer_link{
		padding: 55px 0 40px 0;
	}
	
	.footer_link ul{
		display: block;
		text-align: center;
	}
	
	.footer_link ul li{
		height: 40px;
		margin-right: 0 !important;
	}
	
	.footer_link ul li.f_link_ioc{
		margin-bottom: 15px;
	}
	
	.footer_link ul li.f_link_prairiehomes,
	.footer_link ul li.f_link_graftekt{
		margin-bottom: 5px;
	}
	
	.footer_link ul li img{
		height: 40px;
	}
	
	#site-generator{
		padding: 0 0 15px 0;
	}
	
	.f_policy ul{
		float: none;
		margin-bottom: 7px;
	}
	
	.f_policy ul li:nth-of-type(1){
		margin-right: 10px;
	}
	
	.copyright{
		text-align: center;
		float: none;
		margin-top: 0;
	}
	
	/* Content *********/
	.more a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* Contact *********/
	#content .p_contact .p_intro_content p .sp{
		display: block;
	}
	
	.contact{
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 90px;
	}
	
	.contact_form{
		max-width: 500px;
		margin: 0 auto;
	}
	
	#content table.contact tr{
		display: block;
		margin-bottom: 20px;
	}
	
	#content table.contact tr th{
		width: 100%;
		margin-bottom: 5px;
	}
	
	#content table.contact tr th .pc{
		display: none;
	}
	
	#content table.contact tr th em{
		display: inline-block;
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 0 1px 10px;
	}
	
	#content table.contact tr td{
		width: 100%;
	}
	
	.entry-content .wpcf7 input[name="date-971"]{
		width: 33%;
		margin-right: 37px;
	}
	
	span[data-name="your-date"]{
		width: 33%;
		margin-right: 37px;
	}
	
	select.wpcf7-form-control.wpcf7-select[name="showroom_time"]{
		width: 33.2%;
	}
	
	/* Front-page *********/
	#f_openhouse .inner{
		padding: 0;
	}
	
	.f_openhouse_block{
		display: block;
		position: static;
	}
	
	.fob_img.pc{
		display: none;
	}
	
	.fob_img.sp{
		display: block;
		width: 100%;
	}
	
	.fob_content{
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		padding: 80px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: static;
		top: inherit;
		right: inherit;
		transform: inherit;
		margin: 0 auto;
	}
	
	#content .fob_content h3.f-title{
		margin-bottom: 35px;
	}
	
	#content .fob_content p{
		margin-bottom: 40px;
	}
	
	#content .fob_content p .pc{
		display: block;
	}
	
	#content .fob_content p .sp{
		display: none;
	}
	
	#f_showroom{
		padding: 0 0 0 0;
	}
	
	#f_showroom .inner{
		padding: 0;
	}
	
	#content #f_showroom .fob_content h4{
		margin-bottom: 40px;
	}
	
	/* CONCEPT *********/
	#content .concept_link ul{
		max-width: 600px;
	}
	
	.concept_link ul li{
		margin-right: 65px;
	}
	
	.concept_link ul li:nth-of-type(2),
	.concept_link ul li:nth-of-type(4),
	.concept_link ul li:nth-of-type(5){
		margin-right: 0;
	}
	
	.concept_link ul li:nth-of-type(3){
		margin-right: 50px;
	}
	
	.concept_performance{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		flex-direction: inherit;
	}
	
	.concept_performance_content{
		width: 100%;
		margin-bottom: 30px;
	}
	
	#content .concept_performance_content p{
		margin-bottom: 20px;
	}
	
	.concept_performance_img{
		width: 100%;
	}
	
	/* WORKS *********/
	.works_block dl{
		width: calc((100% - 40px) / 2);
		width: -webkit-calc((100% - 40px) / 2);
		margin-right: 40px;
		margin-bottom: 60px;
	}
	
	#content .works_block dl dd.works_block_title{
		padding: 22px 0 17px 0;
	}
	
	#content .works_block dl dd.works_block_note{
		padding: 0 0 30px 0;
	}
	
	/* WORKS - 詳細 *********/
	.works_detail{
		display: block;
		justify-content: inherit;
		align-items: inherit;
		margin-bottom: 80px;
	}
	
	.works_detail_content{
		width: 100%;
		position: static;
		top: inherit;
		z-index: inherit;
		margin-bottom: 80px;
	}
	
	.works_detail_img{
		width: 100%;
	}
	
	/* ABOUT US *********/
	#content .p_about .p_intro_content p .sp{
		display: block;
	}
	
	#content .about_company h3{
		margin-bottom: 45px;
	}
	
	.about_flow .w960{
		padding: 0;
	}
	
	.about_flow_block{
		display: block;
		justify-content: inherit;
		flex-direction: inherit;
	}
	
	.afb_img.pc{
		display: none;
	}
	
	.afb_img.sp{
		width: 100%;
		display: block;
	}
	
	.afb_content{
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		padding: 80px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: static;
		top: inherit;
		left: inherit;
		transform: inherit;
		margin: 0 auto;
	}
	
	#content .afb_content p .sp{
		display: none;
	}
	
	#content .about_price h3{
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	#content .about_price h3 span.f_small{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.about_price_block{
		max-width: 600px;
	}
	
	.about_price_img .pc{
		display: none;
	}
	
	.about_price_img .sp{
		display: block;
	}
	
	#content .about_price p{
		max-width: 600px;
	}
	
	#content .about_price p .sp{
		display: block;
	}
	
	/* SHOWROOM *********/
	#content .p_showroom .p_intro_content p .sp{
		display: block;
	}
	
	.showroom_detail ul.info li .sp{
		display: block;
	}
	
	#content .reservation p{
		max-width: 500px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
	}
	
	#content .reservation p .pc{
		display: none;
	}
	
	/* ACCESS *********/
	.atb_content{
		width: calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
	}
	
	#content .access_way_content p .pc{
		display: none;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 700px){
	/* WORKS *********/
	.works_block{
		display: block;
		flex-flow: inherit;
	}
	
	.works_block dl,
	.works_block dl:nth-of-type(2n){
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 80px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	body{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 120px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#branding,
	#branding.is-animation,
	.home #branding{
		padding: 15px 25px;
	}
	
	#site-title{
		width: 100px;
		height: 30px;
	}
	
	#site-title a{
		width: 100px;
		height: 30px;
		background-size: 100px 30px;
	}
	
	.h_link,
	#branding.is-animation .h_link,
	.home .h_link{
		top: 18px;
		right: 70px;
	}
	
	.h_link .link_block{
		width: auto;
	}
	
	.h_link .link_block ul li{
		width: auto;
	}
	
	.h_link .link_block ul li:nth-of-type(1){
		margin-right: 10px;
	}
	
	.h_link .link_block ul li:nth-of-type(3){
		display: none;
	}
	
	.h_link .link_block ul li a{
		height: auto;
		display: block;
		font-feature-settings: "palt"1;
		text-align: center;
		font-size: 10px;
		font-size: 1.0rem;
		padding: 7.5px 12px 6.5px 12px;
	}
	
	.slider_title{
		width: 152px;
		height: 46px;
	}
	
	.slider_title a{
		width: 152px;
		height: 46px;
		background-size: 152px 46px;
	}
	
	button.drawer-toggle,
	.drawer.is-animation button.drawer-toggle{
		padding: 12px 15px 19px 15px !important;
		top: 10px;
		right: 10px !important;
	}
	
	nav.drawer-nav{
		width: 100% !important;
		padding: 120px 25px 0 25px !important;
	}
	
	.drawer--right .drawer-nav{
		right: -100% !important;
	}
	
	.drawer-open .drawer-nav{
		right: 0 !important;
	}
	
	.drawer-hamburger-icon:before{
		top: -8px !important;
	}
	
	.drawer-hamburger-icon:after{
		top: 8px !important;
	}
	
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after{
		top: 0 !important;
	}
	
	ul.drawer-menu li{
		margin-bottom: 30px;
	}
	
	ul.drawer-menu li a span.en{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	/* Footer *********/
	.f_contact{
		background: url(images/f_contact_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		padding: 120px 0;
	}
	
	.f_link{
		top: 58px;
	}
	
	.f_link .link_block{
		width: 130px;
	}
	
	.f_link .link_block ul li{
		margin-bottom: 12px;
	}
	
	.f_link .link_block ul li a{
		height: 36px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#site-info{
		margin-bottom: 45px;
	}
	
	p.name{
		max-width: 280px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	p.add{
		max-width: 280px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/* Content *********/
	#main{
		padding: 60px 0 0 0;
	}
	
	p,
	#content p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	h3.f-title,
	#content h3.f-title{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	
	#content tr th,
	#content tr td{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.more a{
		width: 130px;
		height: 36px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.bread{
		display: none;
	}
	
	.p_intro_img img{
		min-height: 800px;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .p_intro_content p:nth-of-type(1){
		margin-top: 40px;
	}
	
	#content .p_intro_content p{
		margin-bottom: 35px;
	}
	
	#swipebox-close{
		right: 20px !important;
	}
	
	/* Contact *********/
	.page-id-4 #content,
	.page-id-481 #content{
		margin-bottom: 80px;
	}
	
	.p_catalog .contact{
		margin-bottom: 70px;
	}
	
	#content .contact h4{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2.0;
		margin-bottom: 45px;
	}
	
	#content h3.contact_title{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	#content .contact_tel h3.contact_title{
		margin-bottom: 25px;
	}
	
	#content .contact_tel p span.num{
		margin-bottom: 27px;
	}
	
	.contact_tel{
		margin-bottom: 90px;
	}
	
	#content .contact_mail h3.contact_title{
		margin-bottom: 30px;
	}
	
	#content .p_contact .contact_mail h3.contact_title{
		margin-bottom: 20px;
	}
	
	#content .contact_tel p span.num a{
		font-size: 34px;
		font-size: 3.4rem;
		letter-spacing: 3px;
	}
	
	span.c_works_title span.counter_num{
		margin: 0 0 0 38px;
	}
	
	#content table.contact tr.bb_on{
		border-bottom: 1px solid #fff;
		padding-bottom: 17px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#content table.contact tr th{
		padding: 0 0 0 0;
	}
	
	span.tel_number{
		margin-bottom: 7px;
	}
	
	/* .wpcf7 span[data-name="radio-390"],
	.wpcf7 span[data-name="your-tochi"]{
		display: block;
		margin-bottom: -12px;
	} */
	
	.wpcf7 span[data-name="your-tochi-add"]{
		display: block;
		margin-bottom: 10px;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	input[type="number"],
	textarea{
		padding: 8px 10px 7px 10px !important;
	}
	
	select.wpcf7-form-control.wpcf7-select{
		padding: 0 10px !important;
	}
	
	select.wpcf7-form-control.wpcf7-select[name="menu-863"],
	select.wpcf7-form-control.wpcf7-select[name="menu-928"]{
		width: 87px;
	}
	
	.entry-content .wpcf7 input[name="date-971"]{
		width: 130px;
		vertical-align: middle;
		padding: 0 10px !important;
		margin-right: 5px;
	}
	
	span[data-name="your-date"]{
		width: 130px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	select.wpcf7-form-control.wpcf7-select[name="showroom_time"]{
		width: 90px;
		vertical-align: middle;
	}
	
	span[data-name="checkbox-435"] span.wpcf7-list-item-label{
		font-size: 11.5px !important;
		font-size: 1.15rem !important;
		margin-right: 10px;
	}
	
	span[data-name="checkbox-435"] span.wpcf7-list-item-label:before{
		width: 105px;
		height: 70px;
		bottom: 10px;
	}
	
	span[data-name="checkbox-435"] span.wpcf7-list-item-label:after{
		width: 105px;
		height: 70px;
		background-size: 105px 70px !important;
		margin-bottom: 10px;
	}
	
	span[data-name="radio-968"] span.wpcf7-list-item-label:after{
		margin-bottom: 20px;
	}
	
	span.c_works_title{
		margin-bottom: 5px;
	}
	
	.btn_info{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content input[type="submit"]{
		width: 180px;
	}
	
	.p_contact .p_intro_img img,
	.p_catalog .p_intro_img img{
		min-height: 500px;
	}
	
	/* Thanks *********/
	.thanks{
		padding-top: 120px;
	}
	
	#content .thanks h4{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	/* Policy *********/
	.page-id-159 #content,
	.page-id-161 #content{
		margin-bottom: 80px;
	}
	
	.policy_intro{
		padding: 80px 0 0 0;
	}
	
	/* Front-page *********/
	#f_intro{
		padding: 90px 0 100px 0;
	}
	
	#content .f_intro_block h3.f-title{
		margin-bottom: 35px;
	}
	
	#content .fib_content p{
		margin-bottom: 30px;
	}
	
	#content .fib_content p:nth-of-type(3){
		margin-bottom: 40px;
	}
	
	#content .fob_content p .pc{
		display: none;
	}
	
	#content .fob_content p .sp{
		display: block;
	}
	
	#f_works{
		padding: 100px 0;
	}
	
	#content #f_works h3.f-title{
		margin-bottom: 70px;
	}
	
	#f_about{
		background: url(images/f_about_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		padding: 120px 0;
		margin-bottom: 100px;
	}
	
	#content #f_about h3.f-title{
		margin-bottom: 35px;
	}
	
	#content #f_about p{
		margin-bottom: 40px;
	}
	
	#content #f_showroom .fob_content h3.f-title{
		margin-bottom: 10px;
	}
	
	#content #f_showroom .fob_content h4{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* CONCEPT *********/
	#content .concept_link ul{
		display: block;
		flex-flow: inherit;
	}
	
	.concept_link ul li{
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	
	.concept_link ul li:nth-of-type(4){
		margin-bottom: 30px;
	}
	
	.concept_content{
		padding-top: 120px;
	}
	
	#content .concept_content h3{
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 25px;
	}
	
	.concept_img{
		margin-bottom: 30px;
	}
	
	#content .concept_content p{
		margin-bottom: 25px;
	}
	
	#content .concept_performance_content h4{
		color: #dcdddd;
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 7px;
	}
	
	#content .concept_performance_content p{
		color: #dcdddd;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	/* WORKS *********/
	.page-id-25 #content{
		margin-bottom: 40px;
	}
	
	.p_works .p_intro_img img{
		min-height: inherit;
	}
	
	.works{
		padding: 120px 0 0 0;
	}
	
	#content .works_block dl dd.works_block_title{
		padding: 23px 0 17px 0;
	}
	
	#content .works_block dl dd.works_block_title span.ruby{
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	/* WORKS - 詳細 *********/
	.works_detail{
		padding-top: 80px;
	}
	
	.works_detail_img ul li{
		margin-bottom: 10px;
	}
	
	/* ABOUT US *********/
	.p_about .p_intro_img img{
		min-height: 700px;
	}
	
	.about_representative{
		padding: 120px 0 0 0;
	}
	
	#content .about_representative_content h4,
	#content .profile_box h4{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#content .about_representative_content h4 span.position,
	#content .profile_box h4 span.position{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 17px;
	}
	
	#content .about_representative_content h4 span.en,
	#content .profile_box h4 span.en{
		font-size: 14px;
		font-size: 1.4rem;
		margin: 18px 0 0 0;
	}
	
	#profile_senmu{
		margin-bottom: 105px;
	}
	
	.about_company{
		padding: 80px 0;
	}
	
	#content .about_company h3{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	#content .about_company table{
		max-width: 400px;
	}
	
	#content .about_company tr{
		margin-bottom: 25px;
	}
	
	#content .about_company tr th{
		width: 100px;
	}
	
	#content .about_company tr td{
		width: calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
	}
	
	#content .about_area_content h3{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	#content .afb_content h3{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .afb_content p .sp{
		display: block;
	}
	
	.about_price{
		padding: 110px 0 0 0;
	}
	
	#content .about_price h3{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 50px;
	}
	
	#content .about_price h3 span.f_small{
		font-size: 14px;
		font-size: 1.4rem;
		margin: 12px 0 0 0;
	}
	
	#content .about_price_block h4{
		width: 140px;
		height: 42px;
		background-size: 140px 42px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#content .about_price_kibaco h4{
		width: 114px;
		height: 28.5px;
		background-size: 114px 28.5px;
	}
	
	.about_price_kibaco{
		margin-bottom: 55px;
	}
	
	#content .about_price p{
		margin-bottom: 30px;
	}
	
	#content .about_price p:nth-of-type(3){
		margin-bottom: 50px;
	}
	
	#content .about_price p span.justify_none{
		display: inline-block;
		text-align: left;
	}
	
	.about_price .more a{
		width: 170px;
	}
	
	/* FLOW *********/
	.p_flow .p_intro_img img{
		min-height: 500px;
	}
	
	.flow{
		padding: 120px 0 0 0;
	}
	
	.flow_box_img{
		margin-bottom: 25px;
	}
	
	#content .flow_box_content h4{
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 17px;
	}
	
	#content .flow_box_content h4 span.num:after{
		height: 20px;
	}
	
	#content .flow_box_content ul.caution{
		margin-top: 20px;
	}
	
	/* SHOWROOM *********/
	.p_showroom .p_intro_img img{
		min-height: inherit;
	}
	
	.showroom_detail{
		padding: 90px 0 0 0;
	}
	
	#content .showroom_detail h3{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 35px;
	}
	
	#content .showroom_detail h3 span.f_small{
		font-size: 15px;
		font-size: 1.5rem;
		margin: 12px 0 0 0;
	}
	
	#content .showroom_detail p{
		margin-bottom: 30px;
	}
	
	#content .showroom_detail ul.caution{
		margin-bottom: 55px;
	}
	
	/* OPEN HOUSE *********/
	.p_openhouse .p_intro_img img{
		min-height: inherit;
	}
	
	.openhouse_date{
		margin-bottom: 25px;
	}
	
	#content .openhouse_date h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	#content .openhouse_date h3 span.sp_small{
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#content .openhouse_date h3 span.f_small{
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 4px 20px;
	}
	
	.openhouse_place{
		margin-bottom: 25px;
	}
	
	#content .openhouse_place h3{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	#content .openhouse_place h3 span.sp_small{
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#content .openhouse_place h3 span.f_small{
		display: block;
		vertical-align: inherit;
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 1px;
		margin: 0 0 0 0;
	}
	
	.openhouse_info{
		margin-bottom: 100px;
	}
	
	.openhouse_info dl{
		margin-bottom: 25px;
	}
	
	#content .openhouse_info p{
		margin-bottom: 35px;
	}
	
	.more_detail{
		margin-bottom: 20px;
	}
	
	.more_detail a{
		width: 260px;
	}
	
	.openhouse_img ul li{
		margin-bottom: 10px;
	}
	
	#contact_apply{
		padding: 80px 0 0 0;
	}
	
	.reservation{
		margin-bottom: 40px;
	}
	
	#content .reservation_block table.day_2{
		max-width: 320px;
	}
	
	#content .reservation_block tr:nth-of-type(1) td{
		padding-bottom: 10px;
	}
	
	/* ACCESS *********/
	.p_access .p_intro_img img{
		min-height: 500px;
	}
	
	.access_map{
		margin-bottom: 100px;
	}
	
	.access_transport_box{
		display: block;
		justify-content: inherit;
		margin-bottom: 50px;
	}
	
	#content .access_transport_box h4{
		width: 130px;
		height: 36px;
		margin-bottom: 15px;
	}
	
	.atb_content{
		width: 100%;
	}
	
	.access_transport{
		margin-bottom: 75px;
	}
	
	.access_way_content{
		margin-bottom: 45px;
	}
}
