/*
Theme Name: MARKUPMAKER2018
Version: 1
*/

@charset "utf-8";

/*基本要素*/


body{
	width: 100%;
	margin: 0;}

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


#crossfade {overflow: visible;
	position: relative;
	z-index: 1;
}
#crossfade li{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}






/*===============================================
●style.css 画面の横幅が641pxから
===============================================*/
@media screen and (min-width: 641px){

p,th,td,li,a,h1,h2,label{color: #666666;font-size: 13px; line-height: 1.6em;
	font-family:'Lato', sans-serif}


h1{font-size: 25px;display: block;margin-bottom: 20px;border-bottom: 2px solid #999999;}
h2{font-size: 18px;display: block;margin-bottom: 20px;border-bottom: 2px solid #999999;}

p.big{font-size: 30px;}
p.middle{font-size: 18px;}
p.small{font-size: 10px;}



.top_content{
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


.content{
	padding: 0px 10px;
	max-width: 940px;
	margin: 0 auto;
}

.main_content{
	max-width: 1100px;
	padding: 0px 15px;
	margin: 0 auto;
}





.bg-slider {
	width: 100vw;
	height: 60vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	text-align:center;
}



/*-----------------------------------*/
/*-------------   ボタン   -------------*/
/*-----------------------------------*/

@-webkit-keyframes sheen {
	0% {
    -webkit-transform: skewY(-45deg) translateX(0);
			transform: skewY(-45deg) translateX(0);
	}
	100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
			transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
	0% {
    -webkit-transform: skewY(-45deg) translateX(0);
			transform: skewY(-45deg) translateX(0);
	}
	100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
			transform: skewY(-45deg) translateX(12.5em);
	}
}

.btn_wap{width: auto;overflow: hidden;display: block;text-align: center;padding-top: 30px;}
.btn {display: block;}

.button {
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	color: #25C45F;
	border: 2px solid #25C45F;
	display: inline-block;
	border-radius: 0.3em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
}
.button:hover {
	background-color: #60C483;
	color: #fff;
/*	border-bottom: 4px solid #229349;*/
}
.button:hover:before {
	-webkit-transform: skewX(-45deg) translateX(13.5em);
	transform: skewX(-45deg) translateX(13.5em);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



/*--------------------------------------*/
/*-------------  メニューバー  -------------*/
/*--------------------------------------*/

#header_wap{
	background-color: #fff;
	width: 100%;
	padding: 50px 0px 40px;
	text-align:right;
/*	position: fixed;*/
	z-index: 1;
}

.header_rogo{
	width: 200px;
	float: left; }

.header_nav{
	display: inline-block;
	vertical-align: middle; }

.header_nav li{
	text-align: right;
	padding-bottom: 10px;
}


.header_nav li a{
	display:block;
	color: #333;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}


.header_nav li a:hover{
	color: #999999;
	-webkit- transition: all 0.4s;
	transition: all 0.4s;
}


.header_nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #25C45F;
	-transition: all .3s ease;
	transition: all .3s ease;
}
.header_nav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}





.header_nav p{
	padding-top: 20px;
	text-align: right;
}

#nav_mobile{display: none;}


#top_nav{
	overflow: hidden;
	/*margin-top: -150px;*/}

/*--------------------------------------------*/
/*------------- メインコンテンツ  -------------*/
/*--------------------------------------------*/




.main{
	padding-top: 30px;
	word-break: break-all;
}



.box_wap{
	padding-bottom: 80px;
	margin-bottom: 20px;
	/*border-bottom: 2px solid #999999;*/}


.table_wap{
	display: block;
	overflow: hidden;
	/*padding: 20px 0px;*/
	width: 100%;
	margin: 0 auto;
	font-size: 0px;
}

.table_wap table{width: 100%;}

tr{display: block;border-bottom: 2px dotted #999;}
th{width: 160px;padding: 10px 20px;color: #333;vertical-align: middle;}
td{padding: 10px 0px;}

.table_wap ul{text-align: center;}

.website li{
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
	overflow: hidden;
	background-color: #eeeeee;
}

.website li dl{overflow: hidden;}
.website li dd.thumbnail{width: 30%;margin-right: 20px;float: left;}
.website li dd.text{width: auto;text-align: left;overflow: hidden;}



.design{position: relative;}


.design li.design_img{width: 31%;
	margin: 1%;border: 1px solid #ddd;}





/*------------------------------------------*/
/*----------------  サイドバー  ---------------*/
/*------------------------------------------*/


.side{
	max-width: 220px;
	float: left;
	overflow: hidden;
	position: fixed;
}

.side li.title{
	padding-bottom: 30px;
	overflow: hidden;
	padding-top: 10px;
}

.side li.title img{
	padding-bottom: 7px;
}



.side li{
	overflow: hidden;
}

.side li a{
	padding-bottom: 2px;
	margin-bottom: 15px;
	display:block;
	color: #666666;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}


.side li a:hover{
	color: #25C45F;
	-webkit- transition: all 0.4s;
	transition: all 0.4s;
}


.side li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #25C45F;
	-transition: all .3s ease;
	transition: all .3s ease;
}
.side li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}


/*------------------------------------------*/
/*-------------  問い合わせフォーム  -------------*/
/*------------------------------------------*/
.wpcf7-form p{margin-bottom: 2%;}

input,textarea{
	width: 96.5%;
	border-radius: 5px;
	padding: 10px 10px;
	border: 1px solid #ddd;
/*	background-color: #AAE0BA;*/
	overflow: hidden;
	word-break: normal;
}



input[type="submit"],input[type="reset"]{
	border-radius: 5px;
	padding: 10px 10px;
	border: 0px solid #ddd;
	background-color: #eee;
	overflow: hidden;
}

input[type="submit"]:hover,input[type="reset"]:hover{
	background-color: #333;
	color: #fff;
	-webkit- transition: all 0.4s;
	transition: all 0.4s;
}

.wpcf7-validation-errors{display: none;}

/*-------------------------------------*/
/*--------------  フッター  --------------*/
/*-------------------------------------*/

.footer_wap{padding: 30px 0px 50px;overflow: hidden;text-align: center;background-color: #1e1e1e;}
.footer_wap p{color: #fff;}



#footerNav{
	width: 100%;
	padding: 50px 0px 40px;
	text-align:right;
/*	position: fixed;*/
	z-index: 1;
}


#footerNav .header_nav li a{
	display:block;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}







}

/*===================================================================================================
									●style.css 画面の横幅が640pxまで
===================================================================================================*/

@media screen and (max-width: 640px){

html{
	background-image: none;
}

body{
	background-size: contain !important;
	background-attachment: fixed;-webkit-text-size-adjust: 100%;
}

p,th,td,li,a,h1,h2,label{
	color: #666666;
	font-size: 13px;
	line-height: 1.5rem;
	font-family:'Lato', sans-serif; }

h1{font-size: 25px;display: block;margin-bottom: 20px;border-bottom: 2px solid #999999;
	line-height: 3rem;}
h2{font-size: 18px;display: block;margin-bottom: 20px;border-bottom: 2px solid #999999;font-weight: bold;}


p.big{font-size: 20px;}
p.middle{font-size: 16px;}
p.small{font-size: 10px;}
p.green{color:#25C45F;}

.content{
	width: 90%;
	margin: 0 auto;
}

.main_content{
	width: 90%;
	margin: 0 auto;
}





.bg-slider {
	width: 100vw;
	height: 80vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	text-align:center;
	width: 80%;
}

/*-----------------------------------*/
/*-------------  ボタン   -------------*/
/*-----------------------------------*/


.btn_wap{width: auto;overflow: hidden;display: block;text-align: center;padding-top: 30px;}
.btn {display: block;}

.button {
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	color: #25C45F;
	border: 2px solid #25C45F;
	display: inline-block;
	border-radius: 0.3em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}



/*--------------------------------------*/
/*-------------  メニューバー  -------------*/
/*--------------------------------------*/
#header_wap{display: none;}

#title_img{
	width: 100%;
	padding-bottom: 5%;
}


#top_nav{
	overflow: hidden;
	/*padding-top: 250px;*/}



/*--------------------------------------------*/
/*---------------- ・メインコンテンツ  ---------------*/
/*--------------------------------------------*/


.main{
	word-break: break-all;
	padding-top: 70px;
}




.box_wap{
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 2px solid #999999;}


.table_wap{
	display: block;
	overflow: hidden;
	/*padding: 20px 0px;*/
	width: 98%;
	margin: 0 auto;}

.table_wap table{width: 100%;}

tr{display: block;border-bottom: 1px solid #999;}
th{width: auto;padding: 10px 10px ;color: #333;display: block;border-bottom: 1px dotted #999;font-weight: bold;}
td{padding: 10px 10px;display: block;}

.table_wap ul{text-align: center;}
.table_wap li{width: 47%;display: inline-block;margin-bottom: 10px;border:1px solid #ddd;}





.website li{
	margin-bottom: 20px;
	width: auto;
	padding: 20px;
	overflow: hidden;
	background-color: #eeeeee;
}

.website li dl{overflow: hidden;}
.website li dd.thumbnail{width: 70%;margin-bottom: 15px;overflow: hidden;}
.website li dd.text{width: auto;text-align: left;overflow: hidden;}



.design{position: relative;}
.design li.design_img{width: 46%;
	margin: 1%;}





/*------------------------------------------*/
/*----------------  サイドバー  ---------------*/
/*------------------------------------------*/


.side{
	display: none;
}



/*------------------------------------------*/
/*-------------  問い合わせフォーム  -------------*/
/*------------------------------------------*/

.wpcf7-form{text-align: center;}
.wpcf7-form p{margin-bottom: 2%;}

input,textarea{
	width: 98%;
	border-radius: 5px;
	padding: 10px 0px;
	border: 2px solid #ddd;
/*	background-color: #AAE0BA;*/
	overflow: hidden;
	word-break: normal;
}

p.submit{
	text-align: center;
	padding: 20px;
}

.table_wap input[type="submit"],.table_wap input[type="reset"]{
	border-radius: 5px;
	padding: 10px 10px;
	border: 0px solid #ddd;
	background-color: #eee;
	overflow: hidden;
	-webkit-appearance: none;
}

.table_wap input[type="submit"]:hover,.table_wap input[type="reset"]:hover{
	background-color: #333;
	color: #fff;
	-webkit- transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
}





/*-------------------------------------*/
/*--------------  フッター  --------------*/
/*-------------------------------------*/

.footer_wap{padding: 30px 0px 50px;overflow: hidden;text-align: center;background-color: #1e1e1e}


#footerNav{
	width: 100%;
	padding: 50px 0px 40px;
	text-align:right;
	z-index: 1;
}


#footerNav .header_nav li a{
	display:block;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}





/*-----------------------------------------*/
/*--------------  ハンバーガー  --------------*/
/*-----------------------------------------*/

.top-head-img{
	width: 29%;
	max-width: 300px;
	padding: 13px 0px 0px 20px;
}

/* Fixed */
#nav_mobile.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#nav_mobile.fixed .logo {
	font-size: 24px;
	color: #333;
}
#nav_mobile.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#nav_mobile,.inner {
	width: 100%;
	padding: 0;
}
#nav_mobile {
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 1;
}
/* Fixed reset */
#nav_mobile.fixed {
	padding-top: 0;
	background: transparent;
	z-index: 1;
}
#mobile-head {
	background: rgba(30,30,30,0.9);
	/*border-bottom: 2px solid #777;*/
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#nav_mobile.fixed .logo,
#nav_mobile .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	right: -640px;
	background: rgba(30,30,30,0.9);
	/*background: rgba(0,70,70,0.97);*/
	width: 100%;
	height: 1000px;
	text-align: left;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px solid #777;
}

#nav_mobile #global-nav ul li a,
#nav_mobile.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px;
}
#nav-toggle {display: block;}


#global-nav ul li.toziru{
	float: none;
	position: static;
	border-bottom: 1px solid #777;
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
}




/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}




#ai1ec-container{
	padding-top: 60px;
}


}