@charset "UTF-8";
/* CSS Document */
.header_logo {
	width: 40%;
}
#headerImage {
    width: 100%;
	height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
/*---------------------------------------
 slider
 ---------------------------------------*/
#sliderWrap {
	display: block;
	background-color: #EFF0F2;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	position: relative;
}
.slogan {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 999;
	/*background-color: aqua;*/
}
.slider {
    width: 85%;
    max-width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 15%;
    text-align: center;
    display: block;
    /*justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.slider .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.slider .slides li img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
.slider .slides li.active {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.slider .crop li img {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.slider .pager {
	height: 40px;
	text-align: center;
	display: none;
}

/* content01 */
.content01 {
    width: 80%;
	display: flex;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.content01L {
	width: 50%;
}
.txtArea01 {
	display: block;
	padding-left: 10%;
}
.content01R {
	width: 50%;	
}
.imgSize01 {
	width: 80%;
}

/* content02 works */
.content02 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top: 20px;
}
.worksImages {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 30px;
}
.worksImage {
	width: 30%;
	margin-top: 2%;
	margin-bottom: 2%;
	position: relative;
}
.arrow_Wh {
    width: 15%;
    position: absolute;
    z-index: 3;
    right: 5%;
    bottom: 0px;
}
.btnArea {
    display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 0.875em;
    text-align: center;
    color: #000000;
    position: relative;
    border-width: thin;
    border-style: solid;
}
.btnArea a:link,.mailArea a:visited {
    text-decoration: none;
    color: #000000;
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
}
.btnArea a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    text-decoration: none;
    background-image: url("images/arrow_bl.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 16% auto;
}
.btnArea a:hover{
    border-radius: 2px;
    background-color: #EFF0F2;
}

/* content03 about us */
.content03 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
.aboutLine {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: thin;
    border-top-style: solid;
	font-size: 0.875em;
}
.aboutLine_L {
	width: 30%;
	text-align: center;	
}
.aboutLine_R {
	width: 70%;
	text-align: left;	
}


/*Google Map*/
#gmapArea {
	display: block;
    height: 300px;
    position: relative;
    margin-top: 100px;
}
.googlelink {
    width: 80%;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	font-size: 0.813em;
    text-align: center;
}
.googlelink a:link,.googlelink a:visited {
    text-decoration: none;
    color: #000000;
}
.googlelink a:hover {
    text-decoration: underline;
    color: #000000;
}

/* content04 contact */
.content04 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;    
}

/*---------------------------------------
 form
 ---------------------------------------*/
.formarea1 {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: thin;
    border-top-style: solid;
	font-size: 0.875em;
}
.formarea2 {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: thin;
    border-top-style: solid;
    font-size: 0.875em;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
.item {
    display: block;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(images/icon01.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.nonebg {
	background-image: none;
}
.inputArea {
    display: block;
    width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
    border: thin solid #ACACAC;
}
.btnSubmit {
    display: block;
	width: 30%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1em;
}
.border_top {
    display: block;
    border-top: thin solid #ACACAC;
}
.border_bottom {
    display: block;
    border-bottom: thin solid #ACACAC;
}

/* content05 about works */
.content05 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top: 20px;
}

/* page */
.pagesArea {
    width: 80%;
    background-color: #EFF0F2;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	display: block;
	font-size: 0.813em;
	line-height: 1.384em;
}
.pagesArea ul {
	display: flex;
	justify-content: space-between;
}
.pagesArea li {
	margin:0;
	padding: 0;
	list-style: none;
}
.page_L {
	width: 30%;
	text-align: left;
}
.page_C {
	width: 30%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/*background-color: deeppink;*/
}
.page_R {
	width: 30%;
	text-align: right;
}
.pagesArea img {
	width: 12%;
}

/* footer */
#footer {
	margin-top: 200px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #EFF0F2;
}
.footerContent {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top: 20px;
	display: flex;	
}
.footer_L {
	width: 50%;
	font-size: 0.813em;
	line-height: 1.384em;	
}
.footer_R {
	width: 50%;
	text-align: center;	
}
.footer_logo {
	width: 35%;
}
.footer_R li {
    font-size: 0.750em;
    display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
}
.footer_R li a:link,.bottom_L li a:visited {
    color: #000000;
    text-decoration: underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.8em;
}
.footer_R li a:hover {
    color: #000000;
    text-decoration: underline;
	text-decoration-color: #000000;
	text-decoration-thickness: 2px;
}
address {
    color: #000000;
    font-style: normal;
    font-size: small;
}

h2 {
	font-size: 1.3125em;
	line-height: 1.5em;
	font-weight: 400;
}
h3 {
    font-family: 'Chakra Petch', sans-serif;
    color: #FF8200;
    font-size: 2.875em;
    text-align: center;
}
h4 {
	font-size: 0.875em;
	text-align: center;
}

.title01 {
	font-size: 0.875em;
	font-weight: 700;
}
.txt1318 {
	font-size: 0.813em;
	line-height: 1.384em;
}

.mgt100 {
	margin-top: 100px;
}
.mgt80 {
	margin-top: 80px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt20 {
	margin-top: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}

/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
    display: block;
    margin: 0 0 5px 0;
    padding-top: 30px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/
.wrapper{
	width:94%;
	max-width:900px;
	margin:0 auto;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
}

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

