@charset "UTF-8";


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
	font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}
/*フォントの種類*/
.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontMarugo { 	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro"; }


p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #000000; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}


/* ==========================================================================
   clearfix
============================================================================= */

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

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}

.bgColorGray { background-color: #e0dcdb;}


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

/*フォーム*/
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

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

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 700;
	content: "↑";
	color: #ffffff;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
	}
}

/*======= header =======*/
header {
	position: relative;
	height: auto;
}

header .headerInner {
	margin: 0 2%;
}

header .logoBox {
	position: relative;
	text-align: center;
	padding: 1.5rem 0;
}

header .logoBox .logo {
	z-index: 999;
	position: relative;
	display: inline-block;
}

header .logoBox .logo img {
	max-width: 200px;
	width: 100%;
}

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

}

@media screen and (min-width: 1040px) {
	header {
		width: 100%;
		margin-bottom: 3rem;
	}

	header .headerInner {
		position: relative;
		text-align: left;]
		height: 110px;
	}

	header .logoBox {
		display: block;
		text-align: left;
		padding: 0;
		padding-top: 0.5em;
	}

	header .logoBox .logo img {
		max-width: auto;
		width: auto;
		height: 100px;
	}
}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	display: block;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	right: 0px;
	top: 0px;
	height: auto;
	width: 85%;
	background-color: rgba(237, 232, 225, 0.95);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 80px 0 30px 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 300;
	margin: 0 3%;
	border-bottom: 1px dashed #A8A9AD;
}

.navMount ul > li:first-child {
	border-top: 1px dashed #A8A9AD;
}

.navMount ul > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: left;
	color: #000000;
	padding: 0.1em 0 0.3em 0;
	width: 15em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList > li > a:hover > span,
.navMount ul.menuList > li.active > a > span {
	background-color: #000000;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
.navMount {
	width: 45%;
}
}

@media screen and (min-width: 1040px) {
.navMount {
	width: 25%;
}
}

	@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }
}


/*======= footer =======*/
footer {
	border-top: 1px solid #000000;
	margin-bottom: 1rem;
    
}

footer .footerLogo {
	text-align: center;
    font-size: 200%;
}


footer .footerNav {
	font-size: 80%;
    margin: 2rem 0;
}

footer .footerNav ul li {
	display: block;
	font-weight: 300;
	margin: 0 3%;
}

footer .footerNav ul li a {
	display: block;
	padding: 0.1em 0 0.3em 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

footer .footerNav ul li a:link{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:visited{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:active{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:hover { color: var(--main-color); text-decoration: none; }

footer .footerNav ul li span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
	padding: 0.25em 0;
	line-height: 1;
	width: 18em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footerNav ul li > a:hover span {
	background-color: #000000;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 1040px) {
	footer .footerNav ul {
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	footer .footerNav ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: 100px;
		margin: 0;
	}
	footer .footerNav ul li:nth-child(1) {width: 180px;}
	footer .footerNav ul li:nth-child(2) {width: 180px;}
	footer .footerNav ul li:nth-child(6) {width: 120px;}

	footer .footerNav ul li a {
		display: block;
		font-size: 13px;
		padding: 0;
	}

	footer .footerNav ul li span,
	footer .footerNav ul li a:hover span {
		width: 100%;
	}
}

footer .footerInfo {
	margin: 2rem 0 1.5rem 0;
}

footer .footerInfo ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0;
}

footer .footerInfo ul li {
	display: inline-block;
	letter-spacing: normal;
	padding:0 0.75rem;
}

footer .footerInfo ul li img {
	max-width: 30px;
}

footer .copyright {
	text-align: center;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol3,
.flexContainer .itemCol4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}





/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 1rem; }
.martM { margin-top: 2rem; }
.martL { margin-top: 3rem; }

.marbS { margin-bottom: 1rem; }
.marbM { margin-bottom: 2rem; }
.marbL { margin-bottom: 3rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 2rem; }
	.martM { margin-top: 3rem; }
	.martL { margin-top: 4rem; }

	.marbS { margin-bottom: 2rem; }
	.marbM { margin-bottom: 3rem; }
	.marbL { margin-bottom: 4rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 1rem;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 5%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}


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

}


/*======= breadcrumbs　パンくずリスト =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}


/*======= mainVisual 問い合わせのみ =======*/
.mainVisual {

}

.mainVisual .mainVisualInner {
	position: relative;
    margin-top: -90px;
	height: 200px;
	background-image: url("../images/contact/art_contact_top-image.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 768px) {
.mainVisual .mainVisualInner {
	height: 550px;
}
}


/*=====共通事項=====*/
.midashi{
    font-size: 250%;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.2em;
}

/*見出しの小さい文字*/
.midashi span{
    font-size: 80%;
}

.honbun{
    font-size: 100%;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-align: justify;
}

@media screen and (min-width: 768px) {
.midashi{
    font-size: 350%;
    margin-bottom: 2rem;
    letter-spacing: 3px;
    line-height: 1.5em;
}
}

/*=====メインタイトル=====*/
/*homeArea1*/
.homeArea1 {

}

.homeArea1 .sectionInner h1 {
    font-size: 200%;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) {
.homeArea1 .sectionInner h1 {
    font-size: 300%;
}
}

@media screen and (min-width: 1040px) {
.homeArea1 .sectionInner h1 {
    font-size: 500%;
}
}


/*=====CLT帯部分　バックイメージ=====*/
/*homeArea2*/
.homeArea2 {
    background-color: #ede8e1;
}

.homeArea2 .sectionInner {
	background-image: url("../images/home/art_home_top_image01.png"),url("../images/home/art_home_top_image02.svg");
	background-position: bottom right,center left;
    background-repeat: no-repeat,no-repeat;
    -webkit-background-size: cover,cover;
    -moz-background-size: cover,cover;
    background-size: 65%,120%;
    height: 150px;
}

@media screen and (min-width: 768px) {
.homeArea2 .sectionInner {
    height: 300px;
}
}

@media screen and (min-width: 1040px) {
.homeArea2 .sectionInner {
    height: 450px;
}
}


/*=====CLTとは=====*/
/*homeArea3*/
.homeArea3 .sectionInner p.honbun {
    margin: 0 2rem;
}



/*=====当社の目的=====*/
/*homeArea5*/
.homeArea5 {

}

.homeArea5 .sectionInner .mokuteki {
    margin: 0 2rem 3rem;
}

.homeArea5 .sectionInner .mokuteki .cha_midashi {
    text-align: center;
    font-size: 130%;
    background: repeating-linear-gradient(135deg, #ac9270, #ac9270 5px, #a98f6c 5px, #a98f6c 10px);
    background-color: #ac9270;
    padding: 0.3em 0;
    margin-bottom: 1.5rem;
    color: #fff;
}

.homeArea5 .sectionInner .mokuteki .honbun {
    color: #323232;
}

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


}

/*=====家の画像=====*/
/*homeArea6*/
.homeArea6 {
	position: relative;
	height: 250px;
    background-image: url("../images/home/art_home_obi_01-up.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-bottom: 3px;
}

/*homeArea7*/
.homeArea7 {
	position: relative;
	height: 50px;
    background-image: url("../images/home/art_home_obi_01-down.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 768px) {
.homeArea6 {
	height: 400px;
}
    
.homeArea7 {
	height: 100px;
}
}

@media screen and (min-width: 1040px) {
.homeArea6 {
	height: 650px;
}
    
.homeArea7 {
	height: 250px;
}
}

/*=====CLTを選択するべき６つのメリット=====*/
/*homeArea8*/
.homeArea8 {

}

.homeArea8 .sectionInner .flexContainer .itemCol3 {
    margin-bottom: 3rem;
    padding: 0 1rem;
    color: #fff;
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .merit {
    background: repeating-linear-gradient(45deg, #000, #000 50%, #fff 50%, #fff 100%);
    text-align: left;
    padding: .2rem 0 .2rem 1rem;
    letter-spacing: 5px;
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku {
    padding: 2rem;
    background: repeating-linear-gradient(135deg, #ac9270, #ac9270 5px, #a98f6c 5px, #a98f6c 10px);
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku img {
    width: 40%;
    margin-bottom: 2rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku p.honbun {
    font-size: 85%;
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku h3.merit_title {
    font-size: 140%;
    margin-bottom: 1rem;
    letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku img {
    width: 70%;
}

.homeArea8 .sectionInner .flexContainer .itemCol3 .sentaku p.honbun {
    font-size: 100%;
}

}

/*=====CLT建築プロデュース／アートの「ワンストップ」の業務体制=====*/
/*homeArea9*/
.homeArea9 {

}

.homeArea9 .sectionInner img {
    margin-top: 3rem;
    width: 85%;
}

.homeArea9 .sectionInner .honbun {
    margin: 3rem 2rem 0;
}

@media screen and (min-width: 768px) {
.homeArea9 .sectionInner .honbun {
    margin: 6rem 2rem 0;
}

}

/*=====施工事例=====*/
/*homeArea10*/
.homeArea10 {

}

.homeArea10 .sectionInner .jirei{
    margin: 0 0rem 2rem;
}

.homeArea10 .sectionInner .jirei img {
    margin-top: 3rem;
}

.homeArea10 .sectionInner .jirei .title {
    font-size: 130%;
    text-align: left;
    margin: 1rem 0 .5rem;
}

.homeArea10 .sectionInner .jirei p.honbun {
    line-height: 1.3em;
}

.homeArea10 .sectionInner .jirei .slick-next {
    display: none;
}

@media screen and (min-width: 768px) {
.homeArea10 .sectionInner .jirei{
    margin: 0 4rem 4rem;
}

.homeArea10 .sectionInner .jirei p.honbun {
    line-height: 1.8em;
}

}

/*=====各種助成金などのお問い合せボタン-共通=====*/
/*homeArea11*/
.homeArea11 {

}

.homeArea11 .sectionInner {
    background: repeating-linear-gradient(135deg, #ac9270, #ac9270 5px, #a98f6c 5px, #a98f6c 10px);
    padding: 1.5rem;
    outline: solid 1px #fff;
    outline-offset: -.5em;
}

.homeArea11 .sectionInner p {
    font-size: 100%;
    line-height: 1.4em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}

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

.homeArea11 .sectionInner p {
    font-size: 200%;
}
}

/*=====会社概要=====*/
/*homeArea12*/
.homeArea12 {

}

.homeArea12 .sectionInner table{
    width: 100%;
    text-align: justify;
}

.homeArea12 .sectionInner table tr{
    border-bottom: dashed 1px #000;
}
.homeArea12 .sectionInner table tr:first-child{
    border-top: solid 1px #000;
}
.homeArea12 .sectionInner table tr:last-child{
    border-bottom: solid 1px #000;
}

.homeArea12 .sectionInner table th{
    width: 35%;
    padding: 1rem 1rem;
    background-color: #eaeaea;
    font-weight: bold;
}

.homeArea12 .sectionInner table td{
    padding: 1rem;
    font-size: 90%;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) {
.homeArea12 .sectionInner table th{
    width: 25%;
    padding: 1rem 1.5rem;
}

.homeArea12 .sectionInner table td{
    line-height: 2em;
}
}



/*=====アクセス=====*/
/*homeArea13*/
.homeArea13 {

}

.homeArea13 .sectionInner iframe {
    width: 100%;
    height: 230px;
}

.homeArea13 .sectionInner p.honbun {
    text-align: center;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
.homeArea13 .sectionInner iframe {
    height: 400px;
}
}



/*=====帯=====*/
/*homeArea14*/
.homeArea14 {
	position: relative;
	height: 130px;
    background-image: url("../images/home/art_home_obi_02.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.homeArea14 .message {
	display: block;
	position: absolute;
    font-size: 80%;
    color: #fff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 768px) {
.homeArea14 {
	height: 550px;
}

.homeArea14 .message {
    font-size: 200%;
}
}





/*======= contact =======*/

/*contactArea1*/
.contactArea1 {

}

.contactArea1 .sectionInner {
}


/*contactArea2*/
.contactArea2 {

}

.contactArea2 .sectionInner p.honbun {
    text-align: center;
    margin-bottom: 3rem;
}


.inputField {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000000;
}

.inputField > label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: normal;
	text-align: left;

}

.inputField label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField label .key {
	font-size: 0.8rem;
	margin-left: 0.1rem;
}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input[type="text"],
.inputField .inputBox input[type="email"] {
	width: 100%;
	border: 1px solid #000000;
	padding: 0.2em 0.5em;
}

.inputField .inputBox input.small[type="text"] { width: 50%; }

.inputField .inputBox .radioWrap {
	display: inline-block;
	margin: 0 1rem;
}

.inputField .inputBox input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.inputField .inputBox .radioWrap label {
	display: inline-block;
	vertical-align: middle;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	border: 1px solid #000000;
	color: #000000;
	padding: 0 0.5em;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: normal;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 3rem 1rem;
    border: solid 1px #000000;
    border-radius: 6px;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li input {
	cursor: pointer;
	display: inline-block;
	border: 1px solid var(--main-color);
	padding: 0.25em 2em;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

ul.submit li input:hover {
	opacity: 0.7;
}

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

}

@media screen and (min-width: 1040px) {
	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField > label {
		display: inline-block;
		width: 12em;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText > label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 525px;
	}
}
.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .sectionInner .textBox {
	padding: 3rem 0;
}


