/*
Theme Name: M Base Stove 2016.06
Theme URI: https://mbase-stove.co.jp/
Description: M Base Stove用WordPressテーマです
Author: RENOVAS - Naoki Takahashi
Author URI: https://www.renovas.co.jp/
Version: 2016.06.01
*/


/*-------------------------------------------------------------
基本設定
-------------------------------------------------------------*/
html {
	font-size: 10px; /* root */
}
body, button, input, select, textarea, .form-control, .input-group-addon, .dropdown-menu, .popover-title {
	color: #52535E;
	font-size: 1.5rem;
	line-height: 1.65;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック Medium", "メイリオ", meiryo, sans-serif; */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}
html, body {}
html {}
body { overflow-y: scroll; background: none; }
/* print width			------------------------------------ */
@media print { body { display: table !important; } }
@page { margin: 12mm 8mm; }
/* IE max-width fix		------------------------------------ */
img[src$=".svg"], img[src$=".svgz"] { width: 100%; height: auto; }
/* responsive video		------------------------------------ */
embed, iframe, object, video { /* max-width: 100%; vertical-align: middle; margin-top: 1.5em; margin-bottom: 1.5em; display: block; clear: both; */ }


/*--------------------------------------------------------------
色
--------------------------------------------------------------*/
/* リンク					--------------------------------- */
a {
	color: #534741;
	text-decoration: none;
}
a:focus, a:hover {
	color: #877E7A;
	text-decoration: underline;
}
/* ボタン					--------------------------------- */
.btn-primary {
/* 	normal */
	color: #FFFFFF; background-color: #534741; border-color: #534741;
}
.btn-primary:hover {
/* 	light */
	color: #FFFFFF; background-color: #877E7A; border-color: #877E7A;
}
.btn-primary:focus, .btn-primary.focus {
/* 	light */
	color: #FFFFFF; background-color: #877E7A; border-color: #877E7A;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
/* 	light */
	color: #FFFFFF; background-color: #877E7A; border-color: #877E7A;
	background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
/* 	deep */
	color: #FFFFFF; background-color: #1B1411; border-color: #1B1411;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
/* 	normal */
	color: #FFFFFF; background-color: #534741; border-color: #534741;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
/* 	normal */
	color: #FFFFFF; background-color: #534741; border-color: #534741;
}
.btn-secondary {
/* 	normal */
	color: #FFFFFF; background-color: #52535E; border-color: #52535E;
}
.btn-secondary:hover {
/* 	light */
	color: #FFFFFF; background-color: #DA547A; border-color: #DA547A;
}
.btn-secondary:focus, .btn-secondary.focus {
/* 	light */
	color: #FFFFFF; background-color: #DA547A; border-color: #DA547A;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
/* 	light */
	color: #FFFFFF; background-color: #DA547A; border-color: #DA547A;
	background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
/* 	deep */
	color: #FFFFFF; background-color: #A10517; border-color: #A10517;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
/* 	normal */
	color: #FFFFFF; background-color: #52535E; border-color: #52535E;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
/* 	normal */
	color: #FFFFFF; background-color: #52535E; border-color: #52535E;
}
/* ラベル					--------------------------------- */
.label-primary {
	background-color: #534741;
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #877E7A;
}
.label-default {
	background-color: #52535E;
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color: #999AA0;
}
/* 文字色					--------------------------------- */
.text-primary {
	color: #534741 !important;
}
a.text-primary:focus, a.text-primary:hover {
	color: #877E7A;
}
.text-secondary {
	color: #52535E !important;
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #999AA0;
}
.red{
    color: #cc003d;
}
/* 背景色					--------------------------------- */
.bg-primary {
	color: #FFFFFF !important;
	background-color: #534741 !important;
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #877E7A;
}
.bg-secondary {
	color: #52535E !important;
	background-color: #EEEEEF !important;
}
a.bg-secondary:focus, a.bg-secondary:hover {
	background-color: #999AA0;
}
/* ページネーション			--------------------------------- */
.page-link {
	color: #534741;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	color: #FFFFFF;
	background-color: #534741;
	border-color: #534741;
}


/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
.headding-snippet {
/* 	font setting ----------- */
	font-family: inherit;
	font-style: normal;
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 1;
	color: inherit;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-width: 0 0 0 0;
	border-style: none;
	border-color: transparent;
	text-shadow: none;
}

/* h1						--------------------------------- */
h1, .h1 {}
h1:before, .h1:before { display: none; }
h1:after, .h1:after { display: none; }

/* h2						--------------------------------- */
h2, .h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #333;
    text-align: center;
}
h2 span{
    font-size: 1.6rem;
    display: block;
}
h2 span.jp:before{
    margin-right: 1em;
}
h2 span.jp:after{
    margin-left: 1em;
}
h2 span.jp:before,h2 span.jp:after{
    border-top: 1px solid #b2b2b2;
    width: 6%;
    content: "";
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
}
@media (min-width: 460px) {
    h2 span.jp:before,h2 span.jp:after {
        width: 60px;
    }
}
h2:before, .h2:before { display: none; }
h2:after, .h2:after { display: none; }

/* h3						--------------------------------- */
h3, .h3 {}
h3:before, .h3:before { display: none; }
h3:after, .h3:after { display: none; }

/* h4						--------------------------------- */
h4, .h4 {}
h4:before, .h4:before { display: none; }
h4:after, .h4:after { display: none; }


/*--------------------------------------------------------------
文字
--------------------------------------------------------------*/
.font-serif { font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGMinchoE", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", Meiryo, "メイリオ", serif;
/* 	ClearType ----------- */
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.font-serif span { font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGMinchoE", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", Meiryo, "メイリオ", serif; }
.font-sans { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif; }
.font-english { font-family: 'Dosis', sans-serif; }
.font-bitter { font-family: 'Bitter', serif; }


/*--------------------------------------------------------------
リスト
--------------------------------------------------------------*/


/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/


/*--------------------------------------------------------------
共通パーツ
--------------------------------------------------------------*/
.site-header, .site-footer, .site-content .widget-area { line-height: 1; }
.site-header ul, .site-header ol, .site-footer ul, .site-header ol, .site-content .widget-area ul, .site-content .widget-area ol { list-style: none; padding: 0; margin: 0; }
.site-content img, .site-footer img, .site-content table { max-width: 100%; height: auto; }
.banner .banner-item { margin-top: .75em; }
.banner .banner-item img { width: 290px; }
.title-image { margin-bottom: 1.5em; }
.img-full { width: 100%; height: auto; display: block; }
.catch { font-size: 2rem; line-height: 1.25; font-weight: 600; margin: 1em auto; }
.list-bordered {padding-left: 0; list-style-position: inside;}
.list-bordered li { padding-bottom: 0.25em; border-bottom: 1px solid #CCCCCC; padding-left: 0.25em; margin-top: 1em; }
.list-inline { letter-spacing: -.40em; overflow: hidden; }
.list-inline .list-inline-item { display: inline-block; letter-spacing: normal; }
.list-inline-item:not(:last-child) { margin-right: 0; }
.dl-bordered {}
.dl-bordered dt {}
.dl-bordered dd { border-bottom: 1px solid #CCCCCC; }
.bg-wood { background: url(img/mbase_bg.png) no-repeat; }
.fa-sup:before, .fa-sup:after {
	/* 	fontAwesome */
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
}
.before-caret-right:before, .after-caret-right:after { content: "\f0da\00a0"; }
.before-caret-up:before, .after-caret-up:after { content: "\f0d8\00a0"; }
.before-caret-down:before, .after-caret-down:after { content: "\f0d7\00a0"; }
.before-angle-right:before, .after-angle-right:after { content: "\f105\00a0"; }
/* FRAMEWORK: Bootstrap 4					-------------------- */
/* Grid */
.container, .container-fluid { padding-right: 1.5rem; padding-left: 1.5rem; } /* default = .9375rem */
.row { margin-right: -1.5rem; margin-left: -1.5rem; }
.row > *[class^="col"] { padding-right: 1.5rem; padding-left: 1.5rem; }
.row.gutter-half { margin-right: -.75rem; margin-left: -.75rem; }
.row.gutter-half > *[class^="col"] { padding-right: .75rem; padding-left: .75rem; }
.row.gutter-quarter { margin-right: -.375rem; margin-left: -.375rem; }
.row.gutter-quarter > *[class^="col"] { padding-right: .375rem; padding-left: .375rem; }
.row.gutter-none { margin-right: 0rem; margin-left: 0rem; }
.row.gutter-none > *[class^="col"] { padding-right: 0rem; padding-left: 0rem; }
.row.gutter-double { margin-right: -3rem; margin-left: -3rem; }
.row.gutter-double > *[class^="col"] { padding-right: 3rem; padding-left: 3rem; }
.row.gutter-triple { margin-right: -4.5rem; margin-left: -4.5rem; }
.row.gutter-triple > *[class^="col"] { padding-right: 4.5rem; padding-left: 4.5rem; }
.full-width { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
/* Typography */
.text-hide:focus, .text-hide:hover { color: transparent; text-decoration: none; outline: none; }
/* List */
.dl-horizontal { margin-right: 0rem; margin-left: 0rem; }
.dl-horizontal dt, .dl-horizontal dd { margin-top: 0; margin-bottom: 0; }
.dl-horizontal dt { margin-top: 1.5em; }
.list-group { margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.25; }
.list-group-item { padding: 1.25rem 1.25rem; }
/* Button */
.btn { font-size: 1.5rem; }
.btn-lg, .btn-group-lg > .btn { font-size: 2rem; }
.btn-sm, .btn-group-sm > .btn { font-size: 1.25rem; }
.btn-rounded { border-radius: 1.5rem; }
/* Card */
.card-title { margin-top: 0; margin-bottom: .5em; }
/* Utilities */
.embed-responsive { margin-top: 1.5em; margin-bottom: 1.5em; }
/* JAVASCRIPT: fancybox v1 fix			-------------------- */
#fancybox-wrap, #fancybox-wrap * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; }
#fancybox-right:hover span { right: 0 !important; }
#fancybox-left:hover span { left: 0 !important; }
/* PLUGIN: Contact Form 7				-------------------- */
.wpcf7 .wpcf7-response-output:before { font-size: 1.25em; line-height: 1.25; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; font-size-adjust: none; font-stretch: normal; font-feature-settings: normal; font-language-override: normal; font-kerning: auto; font-synthesis: weight style; font-variant: normal; font-size: inherit; text-rendering: auto; -moz-osx-font-smoothing: grayscale; }
.wpcf7 .wpcf7-mail-sent-ok:before { content: "\f058\00a0"; }
.wpcf7 .wpcf7-mail-sent-ng:before { content: "\f057\00a0"; }
.wpcf7 .wpcf7-validation-errors:before { content: "\f071\00a0"; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #a94442; }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }
.wpcf7 { margin-top: 3em; }
.wpcf7 .wpcf7-response-output { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.wpcf7 .wpcf7-mail-sent-ok { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.wpcf7 .required { font-size: 0.85em; font-weight: normal; }
.wpcf7 label { font-weight: 700; }
.wpcf7 .radio label, .wpcf7 .checkbox label { font-weight: inherit; }


/*--------------------------------------------------------------
ヘッダ
--------------------------------------------------------------*/
 .home .site-header{
    margin-bottom: 30px;
}
/* .navbar-brand						-------------------- */
.navbar-brand {
	width: 120px;
	height: 170px;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	z-index: 1;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	font-size: 1rem;
    border: 5px solid #fff;
    border-radius: 5px;
}
.home .navbar-brand:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #FFFFFF;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
}
body:not(.home)  .navbar-brand {
    border: none;
    border-radius: 0;
}
.navbar-brand a {
	display: block;
	margin: 15px auto 0;
}

/* .site-navigation						-------------------- */
.site-navigation {
	min-height: 170px;
	position: relative;
}
.home .site-navigation{
    margin-top: -40px;
}

/* .main-navigation						-------------------- */
.main-navigation {
	padding: 0;
/* 	border-top: 1px solid #DEDBD8; */
/*	border-bottom: 1px solid #DEDBD8;*/
}
body.home .main-navigation .container {
	padding-top: 40px;
}
.main-navigation .container {
	padding-top: 0;
}
@media (min-width: 768px) {
	.main-navigation .container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.main-navigation .container {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.main-navigation .container {
		max-width: 1140px;
	}
}
.main-navigation nav {
	position: relative;
	padding: 0;
}
.home .main-navigation nav {
    margin-top: 0;
}
.main-navigation nav #menu-gnavi {
	display: table;
	width: 100%;
}
.main-navigation nav #menu-gnavi li {
	display: table-cell;
	text-align: center;
	margin-left: 0;
	float: none;
	min-width: 100px;
}
.main-navigation nav #menu-gnavi li#menu-item-107 {
	min-width: 140px;
}
@media (min-width: 992px) {
	.main-navigation nav #menu-gnavi li {
		min-width: 120px;
	}
	.main-navigation nav #menu-gnavi li#menu-item-107 {
		min-width: 140px;
	}
}
.main-navigation nav #menu-gnavi li a {
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.main-navigation nav #menu-gnavi li a span {
	line-height: 1.15;
	display: block;
    font-weight: normal;
    color: #534741;
}
.main-navigation nav #menu-gnavi li a span.title {
	font-family: 'Dosis', sans-serif;
	font-size: 2.2rem;
	line-height: 1.15;
	font-weight: 500;
}
.main-navigation nav #menu-gnavi li a span.subtitle {
	font-family: inherit;
	font-size: 1.3rem;
	line-height: 1.15;
	font-weight: normal;
	display: none;
}
@media (min-width: 992px) {
	.main-navigation nav #menu-gnavi li {
		border-right: 1px solid #CBC8C6;
	}
	.main-navigation nav #menu-gnavi {
		border-left: 1px solid #CBC8C6;
	}
	.main-navigation nav #menu-gnavi li:hover {
		background-color: #E5E3E2;
	}
	.main-navigation nav #menu-gnavi li#menu-item-107:hover {
		background-color: transparent;
	}
	.main-navigation nav #menu-gnavi li#menu-item-107,
	.main-navigation nav #menu-gnavi li#menu-item-71 {
		border-right: none;
	}

	.main-navigation nav #menu-gnavi li a span {
		font-size: 2.4rem;
        font-weight: normal;
	}
	.main-navigation nav #menu-gnavi li a span.subtitle {
		display: block;
	}
}
.main-navigation nav #menu-gnavi li .nav-link {
	color: rgba(0, 0, 0, 1);
}
.main-navigation nav #menu-gnavi li.active .nav-link {
	color: rgba(204, 0, 61, 1);
}


/*--------------------------------------------------------------
フッタ
--------------------------------------------------------------*/
.site-footer {
	margin-top: 3rem;
}
.site-footer .bg-wood { background: #534741 url(img/mbase_bg_img_2x.png) center/50% repeat; }
.site-footer .footer-section1 .col-md-6{
	/*del simon 2016-07-12 */
    /*height: 240px;*/
    overflow: hidden;
    padding: 0;
}
.site-footer .footer-section1 .col-md-6 img{
     min-width: 100%;
    max-width: none;
}
.site-footer .footer-section2 {
    margin-top: -210px;
    height: 180px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
   .site-footer .footer-section2 {
    margin-top: -480px;
       height: 480px;
       margin-bottom:0;
}
    .site-footer .footer-section2 .col-md-6{
        overflow: hidden;
    }
    .site-footer .footer-section2 .col-md-6 div{
        margin: 30px auto;
        float: none;
    }
}
.site-footer h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.3rem;
    color: #534741;
    font-weight: normal;
    text-align: left;
}
.site-footer h2 + p{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #534741;
}
.site-footer h2 + p + span{
}
.site-footer h2 + p + span.btn-ghost {
	font-size: 1.4rem;
    font-weight: 600;
    color: #534741;
    border: 2px solid #534741;
    padding: .25em .5em .35em;
	display: inline-block;
	line-height: 1;
}


/* azet 2016-07-12 >>> */
.footer-section2-v2 {
	background: url(img/footer-section1-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}
@media (max-width: 767px) {
	.site-footer .faq div, .site-footer .think div {
		width: auto;
		max-width: 576px;
		height: auto;
		margin: auto;
	}
}
.footer-section1-v2 .think,
.footer-section1-v2 .faq {
	padding: 10px;
}
.footer-section1-v2 .think {
	background: url(../../uploads/2016/07/share_img_02.jpg) center center no-repeat;
	background-size: cover;
}
.footer-section1-v2 .faq {
	background: url(../../uploads/2016/07/share_img_01.jpg) center center no-repeat;
	background-size: cover;
}
/* <<< */

.site-footer .faq a, .site-footer .think a {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	display: block;
}
.site-footer .faq a, .site-footer .think a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.site-footer .faq a, .site-footer .think a {
		background: rgba(255,255,255,0.9);
		width: 332px;
		height: 180px;
		padding: 20px;
	}
}

.site-footer .footer-section3{
    background: url(https://mbase-stove.co.jp/wp-content/themes/mbase_201606/img/share_img_03.jpg) center;
    background-size: cover;
    /*height: 240px;*/
    overflow: hidden;
}
.site-footer .footer-section3 .container{
    /*height: 180px;*/
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .site-footer .footer-section3{
    /*height: 300px;*/
}
}
@media (max-width: 767px) {
     .site-footer .footer-section3{
    /*height: 340px;*/
}
    .site-footer .footer-section3 .container{
    /*height: 280px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}
}

.site-footer .footer-section3 h2{
    font-size: 4.1rem;
    color: #fff;
}
.site-footer .footer-section3 p.contact_info {
    font-size: 1.7rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}
.site-footer .footer-section3 p.contact_info span{
    font-weight: 600;
}
@media (max-width: 767px) {
    .site-footer .footer-section3 .col-md-5{
        margin-top: 10px;
    }
}
.site-footer .footer-section3 .col-md-5 > div{
    background: rgba(255,255,255,0.9);
    padding: 12px 15px 0px;
}
.site-footer .footer-section3 .col-md-5 > div p {
	font-family: 'Montserrat', sans-serif;
    color: #534741;
}
.site-footer .footer-section3 .col-md-5 > div p span.mb {font-size: 3rem;}
.site-footer .footer-section3 .col-md-5 > div p span.number {
    font-size: 2.9rem;
}
.site-footer .footer-section3 .col-md-5 > div p span.tel {
    font-size: 1.8rem;
}
.site-footer .footer-section3 .col-md-5 dt,
.site-footer .footer-section3 .col-md-5 dd{
    color: #534741;
    font-size: 1.4rem;
    font-weight: 600;
}
.site-footer .footer-section3 .col-md-5 dt{
    width: 5em;
    float: left;
    margin-top: 0px;
}
.site-footer .footer-section3 .col-md-5 dd{
    margin-left: 5em;
    margin-bottom: 10px;
}
.site-footer .footer-section3 .col-md-5 > p{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}
/*20170518*/
@media (max-width: 767px) {
    .site-footer .footer-section3 .col-md-6{
        margin-top: 10px;
    }
}
.site-footer .footer-section3 .col-md-6 > div{
    background: rgba(255,255,255,0.9);
    padding: 12px 15px 0px;
}
.site-footer .footer-section3 .col-md-6 > div p {
	font-family: 'Montserrat', sans-serif;
    color: #534741;
}
.site-footer .footer-section3 .col-md-6 > div p span.number {
    font-size: 2.9rem;
}
.site-footer .footer-section3 .col-md-6 > div p span.tel {
    font-size: 1.8rem;
}
.site-footer .footer-section3 .col-md-6 dt,
.site-footer .footer-section3 .col-md-6 dd{
    color: #534741;
    font-size: 1.4rem;
    font-weight: 600;
}
.site-footer .footer-section3 .col-md-6 dt{
    width: 5em;
    float: left;
    margin-top: 0px;
}
.site-footer .footer-section3 .col-md-6 dd{
    margin-left: 5em;
    margin-bottom: 10px;
}
.site-footer .footer-section3 .col-md-6 > p{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}
/**/
.site-footer .footer-section4{
    overflow: hidden;
}
.site-footer .footer-section4 .container{
    margin-top:22px;
    margin-bottom:22px;
}
@media (max-width: 991px) {
   .site-footer .footer-section4 img{
    margin-top: 27px;
}
}
@media (max-width: 767px) {
    .site-footer .footer-section4 img{
    margin-top: 0px;
        margin-bottom: 10px;
}
}
.site-footer .footer-section4 ul{
    font-size: 0;
    margin:10px 0 5px;
}
.site-footer .footer-section4 li{
    display: inline-block;
    width: 25%;
    margin:5px 0 5px;
}
@media (max-width: 991px) {
    .site-footer .footer-section4 li{
    width: 33%;
}
}
/* add simon 2016-07-12 >>> */
@media (max-width: 560px) {
	.site-footer .footer-section4 li{
		width: 50%;
	}
}
@media (max-width: 400px) {
	.site-footer .footer-section4 li{
		margin-left: 20%;
		width: 80%;
	}
}
/* <<< */

.site-footer .footer-section4 li a:before,
.angle-right:before{
    content: "\f105\00a0";
    /* 	fontAwesome */
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}
.site-footer .footer-section4 li a{
    font-size: 1.4rem;
    font-weight: 600;
    color:#fff;
}
.site-footer .footer-section5{
    padding: 15px 0;
    border-bottom:1px solid #dedbd8;
    border-top:1px solid #dedbd8;
}
.site-footer .footer-section5 nav li{
    display: inline-block;
}
.site-footer .footer-section5 nav li a{
    font-size: 1.2rem;
    color: #534741;
}
.site-footer .footer-section5 nav li a .fa{
    font-size: 1.9rem;
}

.site-footer .footer-banner {}
.site-footer .footer-navi {}
.site-footer .footer-navi ul {}
.site-footer .footer-navi ul li {}
.site-footer .footer-navi ul li:nth-child(odd) {}
.site-footer .footer-navi ul li a {}
.site-footer .footer-navi ul li a:after {}
.site-footer .footer-logo {}
.site-footer .footer-aside {}
.site-footer .footer-aside li {}
.site-footer .footer-aside li:first-child {}
.site-footer .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #534741;
}


/*--------------------------------------------------------------
各ページ
--------------------------------------------------------------*/

/* HOME
--------------------------------------------------------------*/
footer .container-fluid{
    padding: 0;
}
.home .header_inner{
/*
    background:  url( ../../uploads/2016/07/top_img_01.jpg);
    background-size: cover;
*/
    height: 630px;
}
.home .header_inner .container{
    position: relative;
    height: 100%;
}
.home .home-sitelogo{
    width: 228px;
    margin-top: 16px;
}
.home .home-sitelogo img{
    width: 100%;
}
.home .header_inner .op {
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	padding: 30px;
	display: inline-block;
	margin: 20px 15px 0;
	position: relative;
}
.home .site-header nav{
    margin-top: 50px;
}
.home .site-header nav li{
    float: left;
    border-right: 2px solid #fff;
    margin-right: 7px;
    padding-right: 7px;
}
.home .site-header nav li:last-child{
    border-right: none;
}
.home .site-header nav li a{
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
	.home .header_inner .op {
		border-radius: 0;
		background-image: url(./img/home_op_bg.svg);
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 600px;
		height: 320px;
	}
}
.home .header_inner .op h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	color: #5C4A3E;
	margin: 15px 0 0;
	padding: 0;
}
.home .header_inner .op h1 strong {
	font-size: 6.2rem;
	line-height: 0.85;
	font-weight: 600;
	display: block;
	margin-top: 8px;
}
.home .header_inner .op h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.6rem;
	line-height: 1;
	color: #5C4A3E;
	margin: 10px 0 0 0;
	padding: 0;
}
.home .header_inner .op .time {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 100;
	padding: 0.25em 0.5em;
	background: #cc003d;
	color: #fff;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 0.25em 0.5em;
}
.home .header_inner .op .time span {
	font-weight: 600;
}
.home .header_inner .op p {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #5C4A3E;
	margin: 20px 0 0 0;
	padding: 0;
}
.home .header_inner > .container_bg{
    background: rgba(83, 71, 65, 0.9);
    padding-bottom: .5rem;
    }
@media (min-width: 992px) {
	.home .header_inner .op h1 {
		font-size: 2.9rem;
		margin: 0;
	}
	.home .header_inner .op h1 strong {
		font-size: 6.5rem;
	}
	.home .header_inner .op h2 {
		font-size: 3.1rem;
	}
	.home .header_inner .op .time {
		font-size: 3.1rem;
	}
	.home .header_inner .op p {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
    header#masthead.site-header{
        text-align: center;
    }
   .site-header nav drawer-menu li a{
    color: #534741;
}
    .home header{
        background: #5C4A3D;
    }
    .home .header_inner > .container_bg {
        display: none;
    }
    .home .site-navigation{
        margin-top: 0;
        min-height: 0;
    }
    .home .site-navigation .navbar-brand{
        display: none;
    }

    .home .header_inner .op {
	margin: 20px 15px;
    }
}
.home-catch{
    position: absolute;
    bottom: 80px;
    right: 0;
}
.home-catch span{
    color: #fff;
    font-family: 'Bitter', serif;
    font-size: 6.724rem;
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.home-catch strong{
    color: #fff;
    font-size: 1.732rem;
    display: block;
    line-height: 1.41;
    margin-top: 10px;
}

/*--------------------------------------------------------------
各ページ :2階層目以降
--------------------------------------------------------------*/
body:not(.home) .site-content{
    margin-top: -80px;
}
.page .entry-title{
    background:  url( ../../uploads/2016/07/title_img.jpg);
    background-size: cover;
    height: 260px;
}
.page .entry-title .container{
    overflow: hidden;
    height: 320px;
    position: relative;
}
.page .entry-title h1{
    color: #fff;
    font-size: 4.3rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    margin-top: 80px;
}
.page .entry-title h1 span{
    font-size: 1.6rem;
}
.page .entry-title p{
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.317;
}
.page .entry-title .request{
    background: #cc003d;
    color: #fff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    padding-top: 26px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.page .entry-title .request i{
    display: block;
    font-size: 2.3rem;
    margin-top: 2px;
}
.page .entry-title .request02{
    background: #cc003d;
    color: #fff;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    padding-top: 26px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.page .entry-title .request02 i{
    display: block;
    font-size: 2.3rem;
    margin-top: 2px;
}
.request02 a {
	color: white;
	text-decoration: none;
}
.page .entry-content{
    margin-top: 60px;
}

/* SERVICE
--------------------------------------------------------------*/

.page-service .first {
    margin-bottom: 70px;
}
.page-service .first .row{
    margin-top: 10px;
}
.page-service .first h2{
    font-size: 2.7rem;
    font-weight: 600;
    color: #534741;
    text-align: left;
    margin-bottom: 15px;
}

.page-service .first p{
    font-size: 1.6rem;
    color: #1a1a1a;
}
.page-service .first .col-lg-6{
    position:relative;
    height: 275px;
}
.page-service .first .inner{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10em;
}
.page-service .second{
    background: #dedbd8;
    padding: 60px 0;
}
.page-service .third{
    padding: 60px 0;
}
.page-service .second h2 + p,
.page-service .third h2 + p{
    text-align: center;
    margin: 30px 0;
}
.page-service .second img,
.page-service .third img{
    display: block;
    margin: 0 auto 30px;
}
.page-service .second h3,
.page-service .third h3{
    font-size: 2.7rem;
    font-weight: 600;
    color: #534741;
    text-align: center;
    margin-bottom: 15px;
}
@media (min-width: 992px){
   .page-service .first .row:nth-child(2) .col-lg-4{
    text-align: right;
}
}
@media (max-width: 991px){
    .page-service .first .col-lg-4{
    text-align: center;
}
}


/* WHAT'S
--------------------------------------------------------------*/
.page-whats .first {
    margin-bottom: 80px;
}
.page-whats .first .row{
    margin-top: 80px;
}
.page-whats .first .row:first-child{
    margin-top: 10px;
}
.page-whats .first h2{
    font-size: 2.7rem;
    font-weight: 600;
    color: #534741;
    text-align: left;
     margin-bottom: 15px;
}
.page-whats .first p{
    font-size: 1.6rem;
    color: #1a1a1a;
}
.page-whats .first .col-lg-6{
    position:relative;
    height: 275px;
}
.page-whats .first .inner{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18em;
}
.page-whats .second{
    background: #dedbd8;
    padding: 60px 0;
}
.page-whats .second h2{
    margin-bottom: 50px;
}
.page-whats .second h2 + .row{
    margin-bottom: 50px;
}
.page-whats .second h3{
    margin-bottom: 15px;
}
.page-whats .second h3,
.page-whats .third h3{
    font-size: 2.7rem;
    font-weight: 600;
    color: #534741;
    text-align: center;
}
.page-whats .third,
.page-whats .fourth,
.page-whats .fifth{
    padding-top: 60px;
    border-bottom: 1px solid #dedbd8;
}
.page-whats .third .container > .row{
    margin-bottom: 45px;
}
.page-whats .third .container > .row + .row{
    margin-bottom: 60px;
}
.page-whats .third .inner{
    border: 1px solid #dedbd8;
    border-radius: 6px;
    padding: 15px;
}
.page-whats .third h2 + p,
.page-whats .fourth h2 + p{
    text-align: center;
    margin: 30px 0;
}
.page-whats .second img,
.page-whats .third img{
    display: block;
    margin: 0 auto 30px;
}

.page-whats .third h3{
    padding-bottom:10px;
    border-bottom: 1px solid #dedbd8;
    margin-bottom: 23px;
}
.page-whats .third h3 + .row{
    padding: 0 15px;
}
.page-whats .third dl{
    margin-bottom: 0;
}
.page-whats .third dt{
    font-size: 1.6rem;
    font-weight: 300;
    background: #dedbd8;
    padding: 7px 10px;
    line-height: 1;
    margin-bottom: 10px;
}
.page-whats .third dd + dd{
    margin-bottom: 10px;
}

.page-whats .fourth,
.page-whats .fifth{
     padding-bottom: 60px;
}
.page-whats .fourth figure{
    border: 1px solid #dedbd8;
    margin-bottom: 20px;
    text-align: center;
}
.page-whats .fourth figcaption{
    background: #534741;
    font-size: 2.1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding: 10px;
    text-align: center;
}
.page-whats .fourth h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: #98918d;
    text-align: center;
    margin-bottom: 20px;
}
.page-whats .fourth h3 span{
    font-size: 1.5rem;
}
.page-whats .fourth h3 + p{
    font-size: 1.5rem;
    color: #534741;
}

.page-whats .fifth h2{
    margin-bottom: 60px;
}
.page-whats .fifth .col-md-10 .row{
    margin-bottom: 50px;
}
.page-whats .fifth .col-md-10 .row:last-child{
    margin-bottom: 0;
}
.page-whats .fifth .pull-left{
    margin-right: 60px;
}
.page-whats .fifth div[class*="step"]{
    width: 120px;
    height: 120px;
    position: relative;
    text-align: center;
    padding: 50px 0 20px;
}
.page-whats .fifth div[class*="step"]:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0px 60px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.page-whats .fifth .step1{
    background: #dddad9;
    color: #534741;
}
.page-whats .fifth .step2{
    background: #a9a3a0;
     color: #534741;
}
.page-whats .fifth .step3{
    background: #756c67;
     color: #fff;
}
.page-whats .fifth .step4{
    background: #534741;
     color: #fff;
}
.page-whats .fifth h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    margin: 0;
}
.page-whats .fifth h3 span{
    font-size: 2.3rem;
}
.page-whats .fifth h3 + p{
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
}
.page-whats .fifth .inner h4{
    font-weight: 600;
    font-size: 2.6rem;
    color: #534741;
}
.page-whats .fifth .inner h4 + p,
.page-whats .sixth p{
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.75;
}

.page-whats .sixth{
    padding: 60px 0 80px;
}
.page-whats .sixth h2{
    margin-bottom: 60px;
}
.page-whats .sixth h3{
    font-weight: 600;
    font-size: 2.4rem;
    color: #534741;
    line-height: 1;
    margin: 30px 0 20px;
}
.page-whats .sixth h3 i{
    font-size: 4.4rem;
}
@media (min-width: 992px){
   .page-whats .first .row:nth-child(2) .col-lg-4{
    text-align: right;
}
}
@media (max-width: 991px){
    .page-whats .first .col-lg-4{
    text-align: center;
}
    .page-whats .first .col-lg-6{
    position:static;
    height: auto;
}
    .page-whats .first .inner{
        position: static;
        height: auto;
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .page-whats .third .container > .row .col-md-6:first-child{
        margin-bottom: 45px;
    }
    .page-whats .fifth .pull-left,
    .page-whats .fifth .pull-right{
        float: none;
    }
    .page-whats .fifth .pull-left {
        margin-right: 0;
    }
    .page-whats .fifth .pull-left div[class*="step"]{
        margin: 0 auto 20px;
    }
    .page-whats .sixth img{
        margin: 0 auto;
        display: block;
    }
}
/*--------------------------------------------------------------
各ページ : サイトマップ
--------------------------------------------------------------*/
.page-sitemap .pages-list, .page-sitemap .pages-list li ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.page-sitemap .pages-list {}
.page-sitemap .pages-list a {
	font-size: .9em;
	line-height: 1.25;
	color: #534741;
	display: block;
}
.page-sitemap .pages-list a:before { content: "\f0da\00a0";
	/* 	fontAwesome */
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
}
.page-sitemap .pages-list li {
	margin-top: 1em;
/* 	border-top: 1px solid #CCCCCC; */
	padding-top: 1em;
}
.page-sitemap .pages-list ul > li:last-child {
}
.page-sitemap .pages-list li ul {}
.page-sitemap .pages-list li ul li {
	padding-left: 1em;
	padding-right: 1em;
}


/*--------------------------------------------------------------
各ページ : お知らせ一覧
--------------------------------------------------------------*/
.posts-list ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.posts-list ul li { line-height: 1.25; }
.posts-list ul li time { display: block; clear: both; float: left; width: 6em; }
.posts-list ul li a { display: block; padding-left: 7em; border-bottom: 1px solid #CCCCCC; padding-bottom: 0.75em; margin-bottom: 0.75em; }
.posts-list ul li a:after { content: " "; display: block; clear: both; height: 0; }


/*                           _         _           */
/* _ __   _____      __  ___| |_ _   _| | ___  ___ */
/*| '_ \ / _ \ \ /\ / / / __| __| | | | |/ _ \/ __|*/
/*| | | |  __/\ V  V /  \__ \ |_| |_| | |  __/\__ \*/
/*|_| |_|\___| \_/\_/   |___/\__|\__, |_|\___||___/*/
/*                               |___/             */

/* よくあるご質問 QA >>> */
section.qa {
	padding-top: 15px;
}

section.qa dt {
 color:#534741;
 font-size:19px;
 font-weight:500;
 line-height:40px;
 border:1px solid #DEDBD8;
 margin-bottom:15px;
 padding-left:10px;
 cursor:pointer;
 table-layout: fixed;
 display: table;
 width: 100%;
}
section.qa div {
	display: table-cell;
	width: auto;
}
section.qa .fa {
/* float:right;*/
 border-left: 1px solid #DEDBD8;
 width:40px;
 line-height:40px;
 padding-left:10px;
 display: table-cell;
}

section.qa .dt-open {
  background-color:#E5E3E2;
}
section.qa .dt-open .fa {
 background-color:#534741;
 color:#fff;
}

section.qa dd {
 color:#1A1A1A;
 font-size:16px;
 font-weight:500;
 margin:30px 0px;
 display:none;
 padding-left:10px;
}
/* <<< */


/* 会社概要 COMPANY >>> */

.page-company .company_first h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color:#534741;
  margin:30px 0px;
}

.page-company .company_first p {
  font-size: 16px;
  color: #1A1A1A;
  font-weight:500;
}

.page-company .ceo_sign {
  text-align: right;
  margin-right: 10px;
}

.page-company .company_hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-company .ceo_thumbnail img {
  border-radius: 260px;
  height: 260px;
  max-width: 260px;
/*  border: 10px solid white;*/
  margin: 20px auto;
  display: block;
  box-shadow: 5px 8px 15px -5px rgba(0, 0, 0, 0.8);
}

.page-company .company_second .pull-left{
    margin-right: 30px;
}


.page-company .company_second div[class*="vision"]{
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
    padding: 27px 0 20px;
    background: #534741;
    color: #fff;
}
.page-company .company_second div[class*="vision"]:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 40px 0px 40px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.page-company .company_second h3{
    font-family: 'Dosis', sans-serif;
    font-weight:500;
    font-size: 43px;
    margin: 0;
}

.page-company .company_second .inner p{
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.75;
}
.page-company .company_second .row {
    margin-bottom:30px;

}

.page-company .company_third table {
    table-layout:fixed;
    width:100%;
    color:#1A1A1A;
}

@media (min-width: 768px) {
	.page-company .company_third tr:nth-child(odd) {
		background-color:#E5E3E2;
	}
}
@media (max-width: 767px) {
	.page-company .company_third th {
		background-color:#E5E3E2;
	}
}

.page-company .company_third th{
    display:block;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5%;
    font-weight:500;
    font-size:16px;
}


.page-company .company_third td{
    display:block;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5%;
    padding-right:5%;
    font-weight:500;
    font-size:16px;
}

@media only screen and (min-width: 780px) {

.page-company .company_third table {
    table-layout:fixed;
    width:100%;
    color:#1A1A1A;
}

.page-company .company_third tr:nth-child(odd) {
    background-color:#E5E3E2;
}
.page-company .company_third th {
    display:table-cell;
    width:30%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10%;
    font-weight:500;
    font-size:16px;
}
.page-company .company_third td {
    display: table-cell;
    width:70%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5%;
    font-weight:500;
    font-size:16px;
}

}
/* <<< */

/* プライバシーポリシー PRIVACY >>> */

.page-privacy .privacy_first p {
  font-size: 16px;
  color: #1A1A1A;
  font-weight:500;
  margin-top:50px;
}
.page-privacy .privacy_first dd {
  font-size: 18px;
  color: #1A1A1A;
  font-weight:600;
  border-bottom:1px solid rgba(0, 0, 0, .1);
  margin-bottom:20px;
}

.page-privacy .privacy_first dt {
  font-size: 16px;
  color: #1A1A1A;
  font-weight:500;
  margin-bottom:30px;
}
.page-privacy .privacy_first ul {
  margin-top: 20px;
}
.page-privacy .privacy_first li {
  list-style-type: disc
}
/* <<< */


/* お問合せ CONTACT >>> */

.request a {
	color: white;
	text-decoration: none;
}

.page-contact .request {
	display: none;
}

.page-contact .contact_first table {
   width:100%;
}
.page-contact .contact_first td {
   height:60px;
   vertical-align:top;
   padding-right:5px;
   width:33%
}
.page-contact .contact_first .pull-left {
    margin-right:10px;
}

.page-contact .contact_first .contact{
    width: 56px;
    height: 56px;
    position: relative;
    text-align: center;
    padding: 21px 0 20px;
    background: #534741;
    color: #fff;
}
.page-contact .contact_first .contact:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 28px 0px 28px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.page-contact .contact_first .inner p {
    font-weight: 500;
    color: #534741;
    line-height: 18px;
}

.page-contact .contact_first .inner_title {
    font-size: 15px;
    margin-bottom:5px;
    text-align:left;
}
.page-contact .contact_first .inner_text {
    font-size: 16px;
    text-align:left;
}
.page-contact .contact_first .inner_text span {
    font-size: 13px;
}

.page-contact .contact_first .row {
    text-align:center;
    font-size:16px;
    font-weight:500;
}

.page-contact .contact_first .row a {
    margin-top:20px;
}


.page-contact .contact_first .form-control {
    color:#534741;
    opacity:1;
    border-radius:0;
    border:1px solid #534741;
    font-size:15px;
    font-weight: 500;
}

.page-contact .contact_first .ct-name .form-control,
.page-contact .contact_first .ct-email .form-control,
.page-contact .contact_first .ct-pref .form-control {
    height: 40px;
    line-height: 40px;
}
/* .page-contact .contact_first .ct-pref .form-control option:first-of-type {
    color: #999;
    opacity: 1;
} */
.page-contact .contact_first .ct-message .form-control {
    height: 140px;
    line-height: 1;
    padding-top:12px;
}

.page-contact .contact_first .ct-accept {
    color:#534741;
    font-size:15px;
    font-weight:500;
}

.page-contact .contact_first .btn-primary {
    font-size:15px;
    font-weight:500;
}
/* <<< */


/* メンテナンス MAINTENANCE >>> */

.request a {
	color: white;
	text-decoration: none;
}


.page-maintenance .request {
	display: none;
}



.page-maintenance .maintenance_first table {
   width:100%;
}
.page-maintenance .maintenance_first td {
   height:60px;
   vertical-align:top;
   padding-right:5px;
   width:33%
}
.page-maintenance .maintenance_first .pull-left {
    margin-right:10px;
}

.page-maintenance .maintenance_first .maintenance{
    width: 56px;
    height: 56px;
    position: relative;
    text-align: center;
    padding: 21px 0 20px;
    background: #534741;
    color: #fff;
}
.page-maintenance .maintenance_first .maintenance:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 28px 0px 28px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.page-maintenance .maintenance_first .inner p {
    font-weight: 500;
    color: #534741;
    line-height: 18px;
}

.page-maintenance .maintenance_first .inner_title {
    font-size: 15px;
    margin-bottom:5px;
    text-align:left;
}
.page-maintenance .maintenance_first .inner_text {
    font-size: 16px;
    text-align:left;
}
.page-maintenance .maintenance_first .inner_text span {
    font-size: 13px;
}

.page-maintenance .maintenance_first .row {
    text-align:center;
    font-size:16px;
    font-weight:500;
}

.page-maintenance .maintenance_first .row p.text-left {
    text-align:left;
    margin-bottom:0;
}

.page-maintenance .maintenance_first .row p.text-left span{
    padding-left:1em;
    color:red;
}

.page-maintenance .maintenance_first .row a {
    margin-top:20px;
}


.page-maintenance .maintenance_first .form-control {
    color:#534741;
    opacity:1;
    border-radius:0;
    border:1px solid #534741;
    font-size:15px;
    font-weight: 500;
}

.page-maintenance .maintenance_first .ct-name .form-control,
.page-maintenance .maintenance_first .ct-email .form-control {
    height: 40px;
    line-height: 40px;
}
.page-maintenance .maintenance_first .ct-message .form-control {
    height: 117px;
    line-height: 1;
    padding-top:12px;
}

.page-maintenance .maintenance_first .ct-accept {
    color:#534741;
    font-size:15px;
    font-weight:500;
}

.page-maintenance .maintenance_first .btn-primary {
    font-size:15px;
    font-weight:500;
}


/* <<< */



/* stove line-up detail specs >>> */

.product_detail_spec .second {
  text-align: center;
  white-space: nowrap;
  margin-top: 80px;
}

.product_detail_spec .select_tab_maker {
  border: 1px solid silver;
  border-bottom: 0px solid silver;
  display: inline;
  padding: 6px 12px;
  margin: 10px;
}

.product_detail_spec a {
  text-decoration: none;
}

.product_detail_spec .select_tab_type {
  border: 1px solid silver;
  border-bottom: 0px solid silver;
  display: inline;
  padding: 6px 35px;
  margin: 10px;
}

.product_detail_spec .third .container {
  padding: 50px;
}


.product_detail_spec .third .product_data {
  background-color: white;
  padding-bottom: 30px;

}

.product_detail_spec .product_detail_spec {
  margin: 20px;
}

.product_detail_spec .price_hilight {
	font-weight: bold;
	font-size: 150%;
}

.product_detail_spec .product_infox {
  padding: 0 20px;
}

.product_detail_spec .product_priceopt {
  padding: 0 20px;
}

.product_details__line {
  border-bottom: 1px solid silver;
}

.product_details__thumbnail {
	height: 0;
	padding-top: 100%;
	margin: 5px;
}

@media (max-width: 767px) {
	.product_details__data {
		padding-left: 2em;
	}
}

.product_detail_spec .lineup_modoru {
  margin: 30px 0px 50px 0px;
}

.product_detail_spec .lineup_modoru_button {
  background-color: rgb(69, 38, 10);
  border:1px solid black;
  padding: 15px 0px;
  border-radius:5px;
  box-shadow:0px 0px 10px gray;
  cursor:pointer;
  color: white;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
}
.product_detail_spec a.lineup_modoru_button:hover {
  color:black;
  background-color: silver;
  text-shadow:0px 0px 3px gray;
  text-decoration: none;
}
/* <<< */


/* stove line-up >>> */
.page-stove-list .entry-title {
	position: relative;
}
.entry-title .maker-logo {
	padding: 5px;
	background: white;
	height: 80px;
	width: 310px;
	position: absolute;
	right: 10px;
	top: 80px;
	text-align: center;
	display: inline-block;
}
.entry-title .maker-logo img {
	max-width: 100%;
	max-height: 100%;
	/*height: 100%;*/
	vertical-align: middle;
}

.stove_product_lineup {
  margin-top: 50px;
}

.stove_product_lineup .lineup_thumnail {
  width: 40px;
  padding-top: 10px;
}

.stove_product_lineup .lineup_one_item {
  border: 1px solid silver;
  margin: 10px 0px;
}

.stove_product_lineup .lu_obj1 {
  font-size: 2rem;
/*  font-weight: 500;*/
  margin: 0px;
  line-height: 110%;
}
.stove_product_lineup .lu_obj2 {
  font-size: 1.2rem;
/*  font-weight: 500;*/
  margin: 0px;
}
.stove_product_lineup .lu_obj3 {
  font-size: 1.4rem;
/*  font-weight: 500;*/
  margin: 5px;
  line-height: 110%;
}


.stove_product_lineup .lineup_modoru {
  margin: 30px 0px 50px 0px;
}

.stove_product_lineup .lineup_modoru_button {
  background-color: rgb(69, 38, 10);
  border:1px solid black;
  padding: 15px 0px;
  border-radius:5px;
  box-shadow:0px 0px 10px gray;
  cursor:pointer;
  color: white;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
}
.stove_product_lineup a.lineup_modoru_button:hover {
  color:black;
  background-color: silver;
  text-shadow:0px 0px 3px gray;
  text-decoration: none;
}
/* <<< */

/* stove maker list >>> */

.stove_maker_list {
  text-align: center;
  white-space: nowrap;
}

#stove-tabs.nav-tabs .nav-item {
	display: inline-block;
	float: none;
	font-weight: bold;
	margin: 0 2px;
}
#stove-tabs .nav-link {
	border: 1px solid silver;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#stove-tabs.nav-tabs .nav-item .nav-link.active {
	background: #dedbd8;
	color: #534741;
}

.stove_maker_list .container {
  padding: 50px;
}
@media (max-width: 460px) {
	.stove_maker_list .container {
		padding: 50px 10px;
	}
}

.stove_maker_list .one_stove_data {
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari and Chrome */
  border-radius: 4px;
  behavior: url(border-radius.htc); /* IE */
  margin: 10px;
  background: white;
}

.stove_maker_list .stove_thumbnail {
  padding: 1px;
}

.stove_maker_list .stove_thumbnail img {
  -moz-border-radius-topleft: 4px; /* Firefox */
  -webkit-border-top-left-radius: 4px; /* Safari and Chrome */
  border-top-left-radius: 4px;
  behavior: url(border-top-left-radius.htc); /* IE */

  -moz-border-radius-topright: 4px; /* Firefox */
  -webkit-border-top-right-radius: 4px; /* Safari and Chrome */
  border-top-right-radius: 4px;
  behavior: url(border-top-right-radius.htc); /* IE */

  width auto;
  height: auto;
  max-height: 300px;
  max-height: 160px;
}

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

.stove_maker_list .maker_name {
margin: 0px;
padding: 0px;
}

.stove_maker_list .maker_country {
margin: 0px;
padding: 0px;
}

.stove_maker_list .select_tab_maker {
  border: 1px solid silver;
  border-bottom: 0px solid silver;
  display: inline;
  padding: 6px 18px;
  margin: 10px;
}

.stove_maker_list .select_tab_type {
  border: 1px solid silver;
  border-bottom: 0px solid silver;
  display: inline;
  padding: 6px 35px;
  margin: 10px;
}
/* <<< */


/* stove type list >>> */

.stove_type_list {
	padding-top: 30px;
}

.stove_type_list .container {
  padding: 50px;
}

.stove_type_list .stove_type_button {
  border:2px solid white;
  padding: 15px 0px;
  border-radius:5px;
  cursor:pointer;
  color: white;
  height: 75px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#877e7a+0,544842+100 */
background: #877e7a; /* Old browsers */
background: -moz-linear-gradient(top,  #877e7a 0%, #544842 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #877e7a 0%,#544842 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #877e7a 0%,#544842 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877e7a', endColorstr='#544842',GradientType=0 ); /* IE6-9 */
}
.stove_type_list a.stove_type_button:hover {
  color:black;
  background-color: silver;
  text-shadow:0px 0px 3px gray;
  text-decoration: none;
}

.stove_type_list .container_inner {
  padding-bottom: 40px;
}

.stove_type_list .st_sel_type {
	height: 75px;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

.stove_type_list .st_sel_type hr{
  margin: 3px 10px;
}

.stove_type_list .st_type_desc {
    font-size: 1.2rem;
}
/* <<< */


/* ours imagine >>> ------------------------------------- */

.page-think .entry-content,
.page-think .site-footer {
	margin-top: 0;
}

.page-think .pt_top_image {
  background: url( ../../uploads/2016/07/share_img_02.jpg);
  background-size: cover;
  height: 240px;
  max-height: 240px;
  overflow: hidden;
  background-position: bottom;
}

.page-think .pt_top_msg > div {
  background: rgba(255,255,255,0.9);
  width: 380px;
  padding: 5px 5px;
  margin: 70px auto;
}

.page-think .pt_top_msg > div p {
  text-align: center;
}

.page-think .pt_top_msg .top_msg1 {
  font-size: 4rem;
  font-weight: 500;
}
.page-think .pt_top_msg .top_msg2 {
  font-size: 1.3rem;
  font-weight: 400;
}
.page-think .pt_top_msg .top_msg_color {
  color: rgb(4, 135, 218);
}

.page-think .pt_top_message {
  margin: 50px auto;
  text-align: center;

}

.page-think .pt_mid_image {
  background: url( ../../uploads/2016/05/BiomassPellets.jpg);
  background-size: cover;
  height: 285px;
  max-height: 285px;
  overflow: hidden;
  /*background-position: bottom;*/
}

.page-think .pt_mid_msg1 > div {
  background: rgba(79,114,26,0.9);
  width: 260px;
  padding: 8px 8px;
  top: 30px;
  left: -webkit-calc(50% - 280px);
  left: calc(50% - 280px);
  position: relative;
}

.page-think .pt_mid_msg1 .mid_msg1 {
  font-size: 1.9rem;
  font-weight: 500;
  color: white;
  height: 80px;
}

.page-think .pt_mid_msg2 > div {
  background: rgba(255,255,255,0.9);
  width: 400px;
  padding: 8px 8px;
  top: -30px;
  left: -webkit-calc(50% - 280px + 190px);
  left: calc(50% - 280px + 190px);
  position: relative;
}

.page-think .pt_mid_msg2 .mid_msg2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(79,114,26,0.9);
  height: 165px;
}

@media (max-width: 767px){
	.page-think .pt_mid_image {
		height: auto;
		max-height: 100%;
	}

	.page-think .pt_mid_msg1 > div,
	.page-think .pt_mid_msg2 > div {
		position: static;
		width: auto;
		margin: 15px;
	}
}

.page-think .think_second {
  padding: 60px 0;
}

.page-think .second {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-think .think-icon {
	position: relative;
}
.page-think .think-icon::before {
	position: absolute;
	top: 20px;
	left: -0.5em;
	content: '\f0a9';
	font-family: FontAwesome;
	font-size: 150%;
}
.page-think .think-icon:last-child::after {
	position: absolute;
	top: 20px;
	right: -0.5em;
	content: '\f0a9';
	font-family: FontAwesome;
	font-size: 150%;
}
@media (max-width: 767px) {
	.page-think .think-icon::before {
		transform: rotate(90deg);
		left: 1em;
	}
	.page-think .think-icon:last-child::after,
	.page-think .think-icon::after {
		position: absolute;
		top: 20px;
		right: 1em;
		content: '\f0a9';
		font-family: FontAwesome;
		font-size: 150%;
		transform: rotate(90deg);
	}
}

.page-think .natural_cycle_title1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  color: black;
}

.page-think .natural_cycle_desc1 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: black;
  margin: 10px 10px;
}

.page-think .natural_cycle_center {
  text-align: center;
}

.page-think .think_square_mark {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* <<< */

/* showroom >>> -------------------------------- */

.page-store .showroom_second {
  padding: 60px 0;
}

.bg_brown {
  background: #dedbd8;
}

.page-store .showroom_thumbnail img {
  border-radius: 100%;
  height: auto;
  max-width: 170px;
  border: 10px solid white;
  margin: 20px auto;
  display: block;
}

.page-store .first .row:nth-child(n+1) {
	margin-top: 80px;
}
.page-store .first {
    margin-bottom: 70px;
}
.page-store .first h2 {
  font-size: 2.7rem;
  /*font-weight: 400;*/
  text-align: left;
  margin-bottom: 15px;
  margin-top: 50px;
}

.page-store .first p{
    font-size: 1.6rem;
    color: #1a1a1a;
}

.page-store .second {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-store .second .row{
    border: 1px solid #dedbd8;
    border-radius: 6px;
    padding: 15px;
	margin: 30px auto;
}

.page-store .sr_obj1 {
  font-size: 18pt;
  margin-bottom: 10px;
}

.page-store .sr_title1 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: black;
}

.row-staff {
	text-align: center;
}
.col-staff {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding: 0 10px;
}

.page-store .staff_desc1 {
	text-align: center;
}

.page-store .third {
  margin: 40px 10px;
}

.page-store .second h2{
  text-align: left;
}

.page-store .third .access_info_area{
  margin: 20px 10px;
}

.page-store .third .sr_store_name{
  color: rgb(255, 145, 0);
}
/* <<< */

/* maintenance >>> -------------------------------- */

.page-maintenance-application .showroom_second {
  padding: 60px 0;
}

.bg_brown {
  background: #dedbd8;
}

.page-maintenance-application .showroom_thumbnail img {
  border-radius: 100%;
  height: auto;
  max-width: 170px;
  border: 10px solid white;
  margin: 20px auto;
  display: block;
}

.page-maintenance-application .first .row:nth-child(n+1) {
	margin-top: 80px;
}
.page-maintenance-application .first {
    margin-bottom: 70px;
}
.page-maintenance-application .first h2 {
  font-size: 2.7rem;
  /*font-weight: 400;*/
  text-align: center;
  margin-bottom: 15px;
  margin-top: 50px;
}


.page-maintenance-application h2.maintenance:before{
    margin-right: 1em;
}
.page-maintenance-application h2.maintenance:after{
    margin-left: 1em;
}
.page-maintenance-application h2.maintenance:before,.page-maintenance-application h2.maintenance:after{
    border-top: 1px solid #b2b2b2;
    width: 6%;
    content: "";
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    .page-maintenance-application h2.maintenance:before,.page-maintenance-application h2.maintenance:after {
        width: 60px;
        display: none;
    }
}

.page-maintenance-application .first p{
    font-size: 1.6rem;
    color: #1a1a1a;
}

.page-maintenance-application .second {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-maintenance-application .second .row{
    border: 1px solid #dedbd8;
    border-radius: 6px;
    padding: 15px;
	margin: 30px auto;
}

.page-maintenance-application .sr_obj1 {
  font-size: 18pt;
  margin-bottom: 10px;
}

.page-maintenance-application .sr_title1 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: black;
}

.page-maintenance-application .staff_desc1 {
	text-align: center;
}

.page-maintenance-application .third {
  margin: 40px 10px;
}

.page-maintenance-application .second h2{
  text-align: left;
}

.page-maintenance-application .third .access_info_area{
  margin: 20px 10px;
}

.page-maintenance-application .third .sr_store_name{
  color: rgb(255, 145, 0);
}

.page-maintenance-application figcaption{
  font-size:2rem;
}

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

.img-fluid{
    max-width:100%;, height:auto;
}


.page-maintenance-application .maintenance-price .inner{
    border: 1px solid #dedbd8;
    border-radius: 6px;
    padding: 15px;
    background: #fff;
}


.page-maintenance-application .maintenance-price h3{
        padding-bottom: 10px;
    border-bottom: 1px solid #dedbd8;
    margin-bottom: 23px;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
    color: #534741;
}

@media (max-width: 767px) {
.page-maintenance-application .maintenance-price div.col-md-6 + div.col-md-6{
        padding-top: 2em;
}
}

.page-maintenance-application .entry-title{
    background:  url( ../../uploads/2016/07/title_img.jpg);
    background-size: cover;
    height: 330px;
}
.page-maintenance-application .entry-title .container{
    overflow: hidden;
    height: 380px;
    position: relative;
}
.page-maintenance-application .btn{
    padding:1em 0;
    border-radius: 10px;
}
.page-maintenance-application .maki-stove{
    padding:5em 0;
}
@media (max-width: 767px) {
.page-maintenance-application .maki-stove{
    padding:3em 0;
}
}
/* <<< */


/* Global >>> */
.clear {
	clear: both;
}

section h2 {
	margin-bottom: 30px;
}

.table-line {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

/* override */
.btn {
	border-radius: 0;
}

.btn-primary-outline {
	color: #534741;
	border-color: #534741;
	border-radius: 0;
}
.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline:hover {
	background-color: #534741;
	color: white;
	border-color: white;
}
.sep {
	margin-bottom: 30px;
}

.border_box {
	border: 1px solid #dedbd8;
	border-radius: 6px;
}
/*20170519*/
section.sep .row {
    margin-left: 0;
    margin-right: 0;
}




/* <<< */

/* NAV (mobile) >>> */
#gnavi-mobile a {
	color: #222;
	font-size: 1.2rem;
	font-weight: bold;
}
/* <<< */

/* columns (front) >>> */
.column-item {
	display: block;
	position: relative;
	height: 180px;
	overflow: hidden;
	margin: 0 10px 30px 10px;
}

.page-info .column-item {
	height: 120px;
}

.column-item img {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 0;
	/*right: 0;*/
	width: 100%;
	margin: auto;
}

.column-legend {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgba(83, 71, 65, 0.9);
	color: white;
	height: 60px;
	padding-left: 90px;
	/*font-weight: bold;*/
}
@media (max-width: 500px) {
	.column-legend {
		height: auto;
	}
	.page-info .column-item {
		height: 180px;
	}
}

.column-legend .no {
	position: absolute;
	bottom: 10px;
	left: 15px;

	width: 60px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	border-radius: 50%;

	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-family: 'Bitter', serif;
	background: white;
	color: #534741;
}

.column-legend .no b {
	font-size: 20px;
}

.column-legend h3 {
	line-height: 20px;
	margin-top: 10px;
}
/* <<< */

/* news and diary (front) >>> */

.well-front-rounded {
	padding: 4px;
	border-radius: 6px;
	margin-bottom: 30px;
	background: url('img/well-front-stripes.gif');
}
.well-front-inner {
	padding: 20px;
	background: #F0EEEE;
	border-radius: 4px;
}

.well-front-rounded .title {
	margin-top: -40px;
	text-align: center;
	margin-bottom: 20px;
}
.well-front-rounded h3 {
	display: inline-block;
	background: white;
	height: 32px;
	padding: 0 16px;
	border-radius: 32px;
	line-height: 32px;
    color: #534741;
    font-weight: 300;
}
.home section h2, .home section h2 span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.home section h2 span.en {
	font-family: 'Dosis', sans-serif;
	font-size: 36px;
	line-height: 1.15;
	font-weight: bold;
}
.home section h2 .jp {
	font-family: inherit;
	font-size: 1.6rem;
	line-height: 1.15;
	font-weight: normal;
}

.well-front-rounded h3 span.en {
	font-family: 'Dosis', sans-serif;
	font-size: 2.5rem;
	line-height: 1.15;
	font-weight: 400;
}
.well-front-rounded h3 span.jp {
	font-family: inherit;
	font-size: 1.4rem;
	line-height: 1.15;
	font-weight: normal;
}

/* diary specific */
#diary .thumbnail {
	display: block;
	border: 3px solid white;
	width: auto;
	height: 0;
	padding-top: 75%;
}

.diary-list {
	margin: 0;
}
.diary-item {
	margin-bottom: 20px;
}
.diary-item:last-child {
	margin-bottom: 0;
}
.diary-item time {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

/* news specific */
ul.news-list {
	margin-bottom: 0;
	overflow: auto;
	height: 100%;
}
ul.news-list .row {
    margin-left: 0;
    margin-right: 0;
}
#news li {
	border-top: 1px solid #B2B2B2;
	line-height: 40px;
}
#news li.news-item{
/*
    padding-left: 8em;
    text-indent: -4em;
*/
}
#news li.news-item i{
    text-indent: 0;
}

.page-info #news li {
	border-top: none;
}

.page-info #diary li time,
#news li time {
	display: inline-block;
	margin-right: 2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
#news li:first-child {
	border-top: none;
}

@media (max-width: 767px) {
	.well-front-inner {
		height: auto;
	}

	ul.news-list {
		overflow: visible;
	}
}

@media (max-width: 991px) {
	#news li {
		line-height: 1.2;
		height: auto;
	}
	#news li time {
		display: block;
	}
}
/* <<< */

/* about (front) >>> */
#about {
	background: #EFEBE4;
	padding: 60px 60px 30px 60px;
	margin-bottom: 60px;
	color: #333;
	font-weight: bold;
}

.about-row {
	text-align: center;
}
.about-col {
	display: inline-block;
	width: 260px;
	vertical-align: top;
	margin-bottom: 30px;
}
#about-1 h3,
#about-1 a {
	color: #60829D;
}
#about-2 h3,
#about-2 a {
	color: #9D5F60;
}
#about-3 h3,
#about-3 a {
	color: #619D72;
}

@media (max-width: 1000px) {
	#about {
		padding-left: 0;
		padding-right: 0;
	}
	.container-about {
		width: 100%;
		max-width: 100%;
	}
}
/* <<< */

/* gallery (front) >>> */

.gallery-item {
	display: block;
	border: 2px solid #dedbd8;
	border-radius: 5px;
}
.gallery-item {
	margin-bottom: 30px;
}
.gallery-item:hover {
	text-decoration: none;
}

.gallery-item .explanation {
	display: inline-block;
	width: 100%;
	padding: 5px;
	background: rgba(255, 255, 255, 0.9);
}

.gallery-item .explanation .title {
	height: 3em;
}

.gallery-item h3 {
	padding: 0;
	margin: 10px 10px;
	border-bottom: 1px solid #534741;
}

.gallery-item .img {
	width: auto;
	height: 0;
	padding-top: 55%;
	margin: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}

.gallery-item .img .label {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #534741;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	padding: 5px;
	font-size: 12px;
}

/* gallery single page (modal popup) */
/*
.single-gallery .site-content {
	margin: 0;
}
.single-gallery header,
.single-gallery footer {
	display: none;
}
.single-gallery .container-fluid {
	padding: 0;
}

.single-gallery #qm {
	display: none !important;
}
*/

#gallery-modal {
	position: relative;
	margin: 20px;
	max-height: 100%;
}

#gallery-modal .gallery-pic {
	width: auto;
	height: 0;
	padding-top: 60%;
}

#gallery-modal h2 {
	text-align: left;
	font-size: 2.5rem;
	margin: 20px 0 0 0;
	color: #534741;
}

.gallery-details {
	margin-top: 20px;
	color: black;
}

.gallery-details h3 {
	border-left: 4px solid #534741;
	padding: 0 0 0 10px;
	font-size: 3rem;
	line-height: 1;
}

.gallery-details .product_details__line {
	padding: 10px 0;
}

.details-label {
	font-weight: bold;
}

#gallery-modal .gallery-stove {
	border: 1px solid silver;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
}

#gallery-modal .gallery-product {
	font-size: 120%;
	line-height: 1;
}

.gallery-details .gallery-block {
	margin-top: 10px;
	line-height: 1.2;
}
.gallery-title small {
	font-size: 60%;
	white-space: nowrap;
}

.gallery-stove .stove-pic {
	text-align: center;
}
.gallery-stove .stove-pic img {
	height: 140px;
	width: auto;
}

/* AIと同じのギャラリーテンプレート（ホーム用）
.gallery-item {
	display: block;
}

.home .gallery-item {
	height: 200px;
	margin-bottom: 30px;
}
.gallery-item:hover {
	text-decoration: none;
}
.gallery-item .explanation {
	display: inline-block;
	width: auto;
	background: rgba(255, 255, 255, 0.9);
}
home .gallery-item .explanation {
	height: 200px;
}
.gallery-item .explanation .header {
	color: white;
	background: #534741;
	padding: 10px;
	text-align: center;
}

.gallery-item h3 {
	padding: 20px 0;
	margin: 10px 10px;
	border-bottom: 1px solid #534741;
}
.home .gallery-item .stove {
	padding-left: 10px;
}
*/

/* on archives */

/* frontと同じリスチングのCSS */
/*.archive .gallery-list {*/
/*	list-style: none;*/
/*}*/
/**/
/*.archive .gallery-item {*/
/*	height: 300px;*/
/*	position: relative;*/
/*}*/
/**/
/*.archive .gallery-item .header {*/
/*	padding: 5px;*/
/*}*/
/**/
/*.archive .gallery-item h3 {*/
/*	padding: 0;*/
/*}*/
/**/
/*.archive .gallery-item .explanation {*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	bottom: 0;*/
/*	height: 150px;*/
/*}*/
/* <<< */

/* makers (front) >>> */
.maker-item a {
	display: block;
	padding: 10px;
	margin-bottom: 15px;
}

.maker-logo {
	display: block;
	height: 60px;
	width: 100%;
}

/* <<< */

/* posts, single and archives >>> */

.entry-title .filter {
	position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single .entry-title,
.blog .entry-title,
.archive .entry-title {
	background: url(../../uploads/2016/07/title_img.jpg);
	background-size: cover;
	height: 260px;
	position: relative;
}

.single .entry-title .container,
.blog .entry-title .container,
.archive .entry-title .container{
    overflow: hidden;
    height: 320px;
    position: relative;
}
.single .entry-title h1,
.blog .entry-title h1,
.archive .entry-title h1{
    color: #fff;
    font-size: 4.3rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    margin-top: 80px;
}
.single .entry-title h1 span,
.blog .entry-title h1 span,
.archive .entry-title h1 span{
    font-size: 1.6rem;
}
.single .entry-title p,
.blog .entry-title p,
.archive .entry-title p{
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.317;
}
.single .entry-title .request,
.blog .entry-title .request,
.archive .entry-title .request{
    background: #cc003d;
    color: #fff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    padding-top: 26px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.single .entry-title .request i,
.blog .entry-title .request i,
.archive .entry-title .request i{
    display: block;
    font-size: 2.3rem;
    margin-top: 2px;
}
.single .entry-content,
.blog .entry-content,
.archive .entry-content{
    margin-top: 60px;
}
/* <<< */

/* page navigation >>> */
.pagination h2 {
	display: none;
}
.pagination .page-numbers {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	margin: 5px;
	display: inline-block;
	color: #534741;
}
.pagination .prev,
.pagination .next {
	font-family: FontAwesome;
}
.pagination .page-numbers.current {
	background-color: #534741;
	color: white;
}
/* <<< */

/* stoves >>> */
.single-stove .entry-title h1 {
	margin-bottom: 0;
}
.stove-subtitle {
	color: white;
}

.post-type-archive-stove .site-footer {
	margin-top: 0;
}

.post-type-archive-stove .stove_thumbnail {
	margin: 1px;
	width: auto;
	height: 138px;
}

.one_stove_data {
	padding: 1px;
}

.lineup_one_item {
	display: block;
	padding: 15px;
	color: black;
	margin-bottom: 30px;
}

.lineup_one_item img {
	max-width: 200px;
	width: 100%;
}

.lu_obj1 {
	margin: 0;
	font-size: 120%;
}
.lu_obj2 {
	font-size: 80%;
}
.lu_obj3 {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
}

.product_data .remark {
	margin-top: 10px;
}
/* <<< */

/* add 2 any social icons >>> */
.share {
	position: absolute;
	top: 80px;
	right: 0;
}
.label-share {
	color: white;
	font-size: 10px;
}
@media (max-width: 550px) {
	.share {
		position: static;
	}
}
.a2a_svg { border-radius: 0 !important; }
/* <<< */

/* Modal >>> */
#modal-filter {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

#modal-inner {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	padding: 15px;

	z-index: 3;
}
#modal-loader {
	position: fixed;
	z-index: 3;
	top: 50%;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: white;
	font-size: 60px;
}

#modal-container {
	position: relative;
	display: block;
	margin: auto;
	max-width: 800px;

	background-color: white;
	border: 1px solid silver;
	padding: 15px;
	border-radius: 5px;
}

#modal-close {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	border: 4px solid white;
	background-color: #dc003c;
	color: white;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 17px;
}
/* <<< */





body.page-maintenance-application .step-list {
  margin: auto;
}
body.page-maintenance-application .step-list__line {
  border-bottom: 1px solid #DDD;
}
body.page-maintenance-application .step-list__line:first-child {
  border-top: 1px solid #DDD;
}
body.page-maintenance-application .step-list__cell {
  padding-top: 20px;
  padding-right: 60px;
  vertical-align: top;
}
body.page-maintenance-application .step-list__down--blue .step-list__rect {
  background-color: #534741;
}
body.page-maintenance-application .step-list__down--blue .step-list__tri {
  border-top: 30px solid #534741;
}
body.page-maintenance-application .step-list__rect {
  width: 60px;
  min-height: 100px;
  background-color: #534741;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
    body.page-maintenance-application .step-list__rect {
  min-height: 80px;
    }
}
body.page-maintenance-application .step-list__tri {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #3498db;
}
body.page-maintenance-application  h2.step-list__heading {
  font-size: 18px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
    margin-top:15%;
}
body.page-maintenance-application .step-list__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

body.page-maintenance-application q, body.page-maintenance-application blockquote {
  quotes: none;
}
body.page-maintenance-application q:before, body.page-maintenance-application q:after,body.page-maintenance-application  blockquote:before, body.page-maintenance-application blockquote:after {
  content: "";
  content: none;
}

/* add 20200515 miyazaki */
body { margin-bottom: 55.5px; }
.contact_link {
  position: fixed;
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 7px #00000075;
}
.contact_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #754426;
  color: #fff;
  padding: 1.125rem 2.5rem;
  font-size: 20px;
  font-weight: bold;
}
.contact_link a img { max-width: 18px; height: auto; margin-right: .75rem; }
@media (min-width: 768px) {
  body { margin-bottom: 0; }
  .contact_link {
    width: auto;
    top: 25vh;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .contact_link a {
    flex-direction: column;
    font-size: 14px;
    padding: 2.5rem;
  }
  .contact_link a img {
    max-width: 30px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

/* add 20210708 miyazaki */
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
  margin-bottom: 30px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#alpha h2 .orange { color: #F47C35; display: inline; }
#alpha h2+p { margin-bottom: 30px; }

/* add 20210815 miyazaki */
#visit { padding-top: 30px; margin-bottom: 30px; }
#visit #biz_calendar { max-width: 350px; }
#visit #biz_calendar .bizcal td { padding: 7px; }
/* #visit #biz_calendar .bizcal th { background-color: transparent; } */
#visit #biz_calendar .holiday { color: #FF0000; background-color: transparent; }
#visit #biz_calendar .eventday { color: #64BDEB; background-color: transparent; }
#visit #biz_calendar p span.boxholiday { padding-left: 15px; background-color: #ff0000; }
#visit #biz_calendar p span.boxeventday { padding-left: 15px; background-color: #64BDEB; }
#visit #biz_calendar table.bizcal th:first-child { color: #000; }
#visit #biz_calendar table.bizcal th:nth-last-of-type(1) { color: #000; }

@media (min-width: 992px) {
  #visit .visit-row { display: flex; align-items: center; }
}
@media (max-width: 991px) {
  #visit .visit-row > div:first-of-type { margin-bottom: 25px; }
}
