@charset "UTF-8";
/* CSS Document */

/*共通部分
--------------------------------- */
body {
	padding-top: 70px;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', "Yu Gothic Medium", "游ゴシック Medium", 'メイリオ', Meiryo;
	letter-spacing: 0.1em;
}

section {
	margin-bottom: 60px;
}

/* 画面サイズ大の時の余白が狭すぎるので */
@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}

div.block {
	padding-bottom: 15px;
}


/* タイポグラフィ 
--------------------------*/
h1 {
    letter-spacing: 0.3em;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}

h2.title {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #F89174;
	font-family: 'Courgette', cursive;
}
p.title {
	font-weight: 600;
	border-bottom: 2px solid #ddd;
}

/* フォントを明朝に */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font_weight {
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* 電話番号を少し大きく表示 */
.tel {
	font-size: 1.5em;
}

/* ボタン部分
--------------------------------- */
.button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #F89174;
  color: #fff;
  border: 2px solid #F89174;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  text-decoration: none;
  color: #F89174;
}

/* header
--------------------------------- */

@media (min-width: 64em) {
	.drawer-navbar {
    height: 3.8rem;
	}
}

.drawer-menu-item:hover {
    text-decoration: none;
    color: #F89174;
    background-color: transparent;
}

/* topページ　
--------------------------------- */
.jumbotron {
	background: url(../images/top_image_dark.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
	color: #fff;
	margin-bottom:80px;
}

/* 明るめの画像にした時、文字がはっきりするように */
.jumbotron h1,
.jumbotron p {
	text-shadow: 0 0 10px black;
}

.section_title {
	padding-bottom:20px;
}

/*service
--------------------------------- */

#service {
	background: url(../images/img_service.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
	color: #fff;	
}

.service_text_right {
	margin-left: auto;
}

.service_item {
	margin-bottom: 40px;
}
.service_item_title {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 20px;
}


/*company
--------------------------------- */
#company {
/*
	background: url(../images/img_company.jpg) center no-repeat;
*/
	background: url(../images/top_image_company_01.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
	color: #fff;	
}

.profile dd, dt {
	padding-bottom: 15px;
}

.google_map {
    position: relative;
    width: 100%;    
    height: 0;
    padding-bottom: 56.25%;    
    overflow: hidden;
}
.google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    height: 100%;    
}


/*お問い合わせ
--------------------------------- */
#contact {
	background: url(../images/img_contact.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
	color: #fff;	
}

.check_box label {
	padding-left: 10px;
}


/*プライバシーポリシー
--------------------------------- */
#privacy {
	background: url(../images/img_company.jpg) center no-repeat;
	background-size: cover;
	height: 200px;
	color: #fff;	
}

/*footer
--------------------------------- */
footer {
	background-color: #3C4859;
	color: #fff;
}



@media only screen and (max-width:768px) {
	h1 {
		font-size: 2em;
	}
	.news dt, dl {
		text-align: center;
	}
	.service_title {
		text-align: center;
	}
}

