

/*フォント
---------------------------------------------------*/
/*ヒラギノ角ゴ*/
html,body {
  background-color: #FFF;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*Lato*/
.globalnavi,h2,.btn,small,.drawer ul li a {
  font-family: 'Montserrat', sans-serif;
}


/*文字サイズ
---------------------------------------------------*/
body {font-size: 14px;}
h2 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.btn,#contact p {font-size: 14px;}


/*メインビジュアル
---------------------------------------------------*/
#mainvisual{
  background: url(../images/main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
	position: relative;
	color: #FFF;
}
h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 250px;
  height: 68px;
}
h1 img {
  width: 100%;
	
}
#mainvisual nav{
	position: absolute;
	top: 50px;
	left:0;
	right: 0;
	margin: auto;
}
#mainvisual nav ul{
	width: 860px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
#mainvisual nav ul li{
	color: #FFF;
}
#mainvisual nav ul li a{
	color: #FFF;
}

/*コンテンツ共通
---------------------------------------------------*/
body{
	min-width: 980px;
}
h2 {
  text-align: center;
  line-height: 30px;
  margin: 0 0 80px 0;
}
h2 span{
	font-size: .45em;
	display: block;
}
.btn {
  text-align: center;
  line-height: 45px;
}
br.br-sp{
	display: none;
}

@media screen and (max-width:768px) {
br.br-sp{
	display: block;
}
	br.br-pc{
	display: none;
}
	h2 {
  margin: 0 0 40px 0;
}
}
/*サービス
---------------------------------------------------*/
#service{
	padding: 60px 0 80px;
	margin: 0 auto;
}
.service{
	padding: 0 15px;
}
#service h3{
	font-size: 20px;
	font-weight: normal;
	padding:50px 0 .5em 0;
	background: url(../images/planning.jpg) no-repeat top left;
	background-size:50px 50px;
}
#service h3.casting{
	background: url(../images/casting.jpg) no-repeat top left;
	background-size:45px 45px;
}
.service_content{
	display: flex;
	justify-content: space-between;
	width: 860px;
	margin: 0 auto;
}
.service_content div{
	width: 46%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
}
/*アバウト
---------------------------------------------------*/
#about {
  background: #355da4;
  overflow: hidden;
  padding: 60px 0 80px;
	color: #FFF;
}
.about_content {
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
	display: flex;
	justify-content:space-between;
	padding: 0 15px;
}
#about dl {
  overflow: hidden;
  width: 430px;
  margin: 0 0 40px 0;
}
#about dt {
  width: 100px;
  float: left;
  font-weight: bold;
}
#about dd {
  width: 280px;
  float: left;
  line-height: 1.8;
}
.about_left {
	width: 46%;
}
.about_right {
  width: 46%;
}
#about .about_left dl:last-child {
    margin: 0;
}
#about a:hover {
  text-decoration: underline;
}
#about a,a:link,a:visited{
	color: #FFF;
}
/*アクセス
---------------------------------------------------*/
#access {
  background: #fff;
   padding: 60px 0 80px;
	text-align: center;
}
#access h2{
	margin: 0 0 40px 0;
}
#access .inner {
  width: 100%;
}
.map iframe{
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
}
.google_map {
  width: 100%;
  height: 400px;
}
.map_btn {
  margin: 40px 0 0 0;
}
.map_btn a {
	color: #355da4;
  text-align: center;
  overflow: hidden;
  border: 2px solid #355da4;
  padding: 13px 40px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.map_btn a:hover {
  background: #355da4;
  color: #fff;
}

/*コンタクト
---------------------------------------------------*/
#contact {
  color: #fff;
  background: url(../images/contact_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#contact {
   padding: 60px 0 80px;
  width: 100%;
}
#contact p {
  text-align: center;
  margin: 0 0 60px 0;
}
.contact_btn a {
  color: #fff;
  text-align: center;
  overflow: hidden;
  border: 2px solid #fff;
  padding: 13px 40px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contact_btn a:hover {
  color: #000;
  background: #fff;
}
/*フッター
---------------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 40px 0;
  line-height: 1.000;
}
footer small {
	vertical-align: middle;
	display: flex;
	justify-content: space-around;
	width: 900px;
	margin: 0 auto;
}
footer small span{
}



/*スマートフォン
====================================================*/
@media screen and (max-width:769px) {
		body {
		min-width: 100%;	
	}
	#mainvisual nav ul{
	  width: 100%;
}
	#mainvisual nav{
	top: 30px;
		padding: 0 20px;
}
	/*サービス*/
	#service{
		
	}
	.service_content{
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.service_content div{
		width: auto;
	}
	.service_content div:first-child{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
  /*アバウト*/
  .about_content {
    width: auto;
	  display: block;
  }
  #about dl {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  #about .about_right,
  #about .about_left {
    width: 100%;  
  }
	#about .about_left{
		margin: 0 0 -20px 0;
	}
  #about .about_right dl:last-child {
    margin-bottom: 0;
  }
  #about dt {
    width: 30%;
    float: left;
    font-weight: bold;
  }
  #about dd {
    width: 70%;
    float: right;
    line-height: 1.8;
  }
  #about .about_left dl:last-child {
    margin: 0 0 40px 0;
  }

  /*アクセス*/
  .map iframe{
    height: 500px;
  }
	#access p{
	padding: 0 20px;
}
  
  /*コンタクト*/
  #contact .inner {
    width: auto;
    margin: 0 20px;
  }

  /*フッター*/
  footer {
  padding: 20px 20px;
  }
	footer small{
		width: auto;
		display: inline;
		font-size: .7em;
	}
	footer small span{
		display: block;
		padding-bottom: .5em;
	}
	
}