/*
Theme Name: Justmeet

*/



h1, h2, h3, p,h4, h5, ul, ol, li, dl, dt, dd, form, figure, form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

.clear {
	clear:both;
}


a {
	text-decoration: none;
}

a:hover {
	opacity:0.8;
}


.container {
	
}

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


li	{
	list-style: none;
}

* {
	box-sizing: border-box;
}

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' 
color:#333; 
line-height: 1.9;
}

@font-face {
	font-family:kokila;
	src: url('../fonts/kokila.ttf') format("truetype");
}

/*---------------------------------------------------------------
	ヘッダー
/*---------------------------------------------------------------*/

header {
	height: 270px;
}

.tx {
	display: inline;
	font-size: 15px;
	position: relative;
	top:-7px;
}

.con-1 {
	position: relative;
}

.logo {
	position: absolute;
	top:80px;
	left:50px;
}

.logo img {
	width: 100px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.logo a {
	display: block;
	font-size: 80px;
	text-decoration: none;
	color:#326D4A;
	font-family:'kokila';
	letter-spacing: 0.1em;
}

.menu {
	list-style: none;
}

.menu a {
	text-decoration: none;
	color:#333;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 0 20px;
}

.g-top {
	position: absolute;
	top:215px;
	right:0px;
}

/*---------------------------------------------------------------
	メイン
/*---------------------------------------------------------------*/

.main {
	background-image: url(../img/img_top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:500px;
	margin-bottom: 80px;
}

.main-h2 {
	font-size: 50px;
	color:#fff;
	padding-top: 100px;
}


/*---------------------------------------------------------------
	サービス
/*---------------------------------------------------------------*/

.h2-contents {
	font-size: 50px;
	margin-bottom: 65px;
}

.service img {
	width: 160px;
	height: 160px;
	margin-bottom: 40px;
}

.p-contents {
	text-align: left;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
	padding-top: 12px;
	margin-left: -30px;
}

.p-about {
	text-align:left;
	margin-bottom: 20px;
}

.p-about2 {
	text-align:left;
	margin-bottom: 50px;
}

.pl-0 {
	margin-left:-45px;
}

.service dt {
	font-weight: bold;
	float: left;
	width: 20%;
}

.service dt,dd {
	padding: 8px;
}

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

/*---------------------------------------------------------------
	works
/*---------------------------------------------------------------*/

.works {
	margin-bottom: 80px;
}

.works-p {
	text-align: left;
}

.works-p2 {
	text-align: left;
	margin:30px 0;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}

.parenthesis {
  position: relative;
  width:70%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:20px auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 4px solid #326D4A;
  border-left: 4px solid #326D4A;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #326D4A;
  border-right: 4px solid #326D4A;
}

.works-p3 {
	text-align: left;
	margin-bottom: 50px;
}

.works-p4 {
	text-align: left;
	margin-bottom: 20px;
}

.works-p5 {
	text-align: left;
	margin-bottom: 0px;
}

.bold {
	display: block;
	font-weight: bold;
	margin-bottom: -20px;
}

.mb {
	margin-bottom: 30px;
}

.works-p6 {
	text-align: right;
	font-size: 10px;
	color:red;
	margin-top: 20px;
}

.works a {
	text-decoration: none;
}
/*---------------------------------------------------------------
	contact
/*---------------------------------------------------------------*/



.contact-p {
	margin-top: -20px;
	margin-bottom: 40px;
}

.required {
	margin-left: 10px;
	padding: 1px 3px;
	background-color: #f45555;
	font-size: 10px;
	color: #FFFFFF;
}

.btn {
	padding: 20px 60px;
	cursor: pointer;
	background-color: #326D4A;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
}

.btn:hover {
	color:#fff;
}


.form-control {
	width:70%;
	margin:0 auto;
}

.control-label {
	padding-bottom:5px;
}

form label {
	font-weight: normal;
}



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

footer {
	position: relative;
	padding-bottom: 50px;
	padding-top: 30px;
}

.footer-nav {
	text-align: left;
	margin-left:-35px;
}


.g-nav-sp {
	display: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.br-sp {
	display: none;
}




/*---------------------------------------------------------------
	スマホ
/*---------------------------------------------------------------*/


@media(max-width: 768px){


.pc {
	display: none;
}

.sp {
	display: block;
}

.br-sp {
	display: block;
}

header{
	height: auto;
}

.sp-n {
	display: none;
}

.tx {
	display: inline-block;
	font-size: 10px;
	padding-top: -10px;
}

.logo img {
	width: 40px;
	height: 50px;
	margin-right: 15px;
	margin-top: 2px;
}

.logo {
	padding: 20px;
	text-align: center;
	margin-bottom: -10px;
}

.logo a {
	font-size: 40px;
}

.sp-menu a {
	font-size: 14px;
	text-align: center;
	display: block;
	color:#000;
	padding: 15px 0;
	text-decoration: none;
}

.sp-menu {
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width: 50%;
	float: left;
}

.sp-menu3 {
	width: 100%;
	margin-bottom: 30px;
}

.g-top,.sns,.logo {
	position: static;

}

.g-nav-sp {
	display: block;
	border-top: 1px solid #ccc;
}

.g-nav,.footer-nav {
	display: none;
}

.con-1 {
	padding: 0;
}


/*---------------------------------------------------------------
	メイン
/*---------------------------------------------------------------*/


.main img {
	max-width:480px;
	height:auto;
	width: 100%;
	margin:0 auto;
}

.main {
	background-color:#fff;
	margin-bottom: 40px;
}

.main-h2 {
	font-size: 20px;
	padding-top: 130px;
}


/*---------------------------------------------------------------
	サービス
/*---------------------------------------------------------------*/

.h2-contents {
	font-size: 30px;
	margin-bottom: 40px;
}

.service img {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
}

.p-text {
	margin-bottom: 20px;
}

.pl-0 {
	margin:0;
}

.service dt {
	font-weight: bold;
	float: left;
	width: 40%;
}

.service dt,dd {
	padding: 6px;
	font-size: 11px;
}

.service dd {
	float: right;
	width: 60%;
	padding-left: 0px;
}

.p-contents {
	margin:0 auto;
	margin-bottom: 40px;
}

.p-about,.p-about2 {
	text-align: center;
}


/*---------------------------------------------------------------
	works
/*---------------------------------------------------------------*/

.works {
	margin-bottom: 20px;
}

.works-p,.works-p2,.works-p3 {
	text-align: center;
}

.works-p {
	padding-bottom: 20px;
}

.works-p3 {
	font-size: 13px;
	padding-top:20px;
}

.works-p2 {
	font-size: 14px;
}

.parenthesis {
  position: relative;
  width:100%;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:30px auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 4px solid #326D4A;
  border-left: 4px solid #326D4A;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #326D4A;
  border-right: 4px solid #326D4A;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  height: 0;
  overflow:hidden;
  margin-bottom: 20px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



.bold {
	display: block;
	text-align: center;
	margin-bottom: -20px;
}

.works-p4 {
	display: block;
	text-align: center;
}

.works-p5 {
	display: block;
	text-align: center;
}

.works-p6 {
	margin-bottom: 20px;
	text-align: center;
}

/*---------------------------------------------------------------
	contact
/*---------------------------------------------------------------*/

.contact-p {
	text-align: center;
	margin-bottom: 40px!important;
	margin-top:0px!important;
}


.required {
	margin-left: 10px;
	padding: 1px 3px;
	background-color: #f45555;
	font-size: 10px;
	color: #FFFFFF;
}

.btn {
	padding: 10px 50px;
	cursor: pointer;
	background-color: #326D4A;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn:hover {
	color:#fff;
}


.form-control {
	width:90%;
	margin:0 auto;
}


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

footer {
	padding: 0;
	margin: 0;
}

}
















