@charset "UTF-8";
/*bewell_harimaya2bankan　共通パーツとトップページ*/

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #222;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #967B00;
  text-decoration: none;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.heading {
	margin-bottom: 20px;
}
.hidden {
  display: none;
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  border-top: 4px #967B00 solid;
  width: 100%;
  padding: 24px 0 10px;
  text-align: center;
  background-color: #F6F3EE;
}
.header h1 {
	margin: 0;
}

.header .logo {
  max-width: 100%;
  width: 300px;
  height: auto;
  border: none;
  margin-bottom: 27px;
}

/*グローバルナビ*/
.global-nav {
	width: 100%;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 0;
    z-index: 100;
}

.global-nav ul {
    text-align: center;
    line-height: 0;
}
.global-nav .nav-item {
  display: inline-block;
  margin-right: 12px;
}
.global-nav .nav-item a {
  display: inline-block;
  height: 18px;
  color: #222;
  letter-spacing: 1px;
  transition: 0.2s;
}
.global-nav .nav-item.active a,
.global-nav .nav-item a:hover {
  color: #967B00;
}

/*メインイメージ*/
.head_wrapper {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  height: auto;
}
.head_image h1 {
	margin: 0;
	padding: 0;
}
.head_image {
	width: 970px;
	padding-top: 50px;
	height: 475px;
}

.head_nbox {
	width: 635px;
	margin-left: 338px;
	height: 100px;
}

.head_nbox ul {
	display:block;
	margin: 30px 0 35px 0;
}
.head_nbox li {
	float:left;
	margin-left:10px;
	list-style: none;
}
.head_nbox li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
    transition: 0.25s;
}

.head_nbox li.fast {
	margin-left:0;
}


/* --------------------------------
 * head_page　各ページの見出し
 * -------------------------------- */
.head_page {
  padding: 25px 0 0;
  height: 142px;
  background-color: #fff;
  color: #333;
}

.head_page-wrapper {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
}
.head_page-box {
  display: block;
  float: left;
  width: 335px;
}
.head_page-box2 {
  display: block;
  float:right;
  padding-top: 28px;
  width: 400px;
  text-align: right;
}

/* --------------------------------
 * information
 * -------------------------------- */
.information {
  padding: 40px 0;
  height: 280px;
  background-color: #fff;
  color: #333;
}
.information-wrapper {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto 40px;
}
.info-box {
  display: block;
  float: left;
  width: 620px;
}

.info-box dt {
	clear: both;
	float: left;
	width: 95px;
	word-wrap: break-word;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.info-box dd {
	/*float: right;*/
	overflow: hidden;
	width: 520px;
	zoom: 1;
	padding-top: 5px;
	margin-bottom: 8px;
}
.info-box  a {
	color: #222;  
}
.info-box  a:hover {
	color: #967B00;  
	text-decoration: underline;
}
.info-text {
  margin: 30px 0;
  line-height: 2;
}
.info-box2 {
  display: block;
  float: right;
  width: 320px;
}
.info-box2 img {
  margin-bottom: 6px;
}
.info-box2 a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  transition: 0.2s;
}

.info-box2 .d2 {
	width: 100%;
	height: auto;
	border: none;
}

/* --------------------------------
 * topcont
 * -------------------------------- */
.topcont {
  padding: 40px 0;
  background-color: #F6F3EE;
}
.topcont-wrapper {
  width: 970px;
  padding: 0 10px;
  margin: 20px auto 20px;
}
.topcont-wrapper h3 {
	text-align: center;
	margin-bottom: 45px;
}
.topcont-wrapper ul {
	display:block;
	margin:35px 0 45px 0;
}
.topcont-wrapper li {
	float:left;
	margin-left:74px;
	list-style: none;
}
.topcont-wrapper li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
    transition: 0.2s;
}

.topcont-wrapper li.fast {
	margin-left:0;
}
.topcont-wrapper li span.cap {
	margin-top: 3px;
	display: block;
	width: 180px;
	clear: left;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
}


/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
  padding: 50px 0;
  background-color: #fff;
  height: 290px;
}
.contact-wrapper {
  width: 970px;
  padding: 0 10px;
  margin: 0px auto 40px;
}
.contact-box {
  display: block;
  float: left;
  width: 600px;
}

.contact-box2 {
  display: block;
  float: right;
  width: 320px;
}
.contact-box2 img {
  margin-bottom: 6px;
}
.contact-box2 a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  transition: 0.2s;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  width: 100%;
  padding: 30px 0 20px;
  background: #F2F2F2;
}
.footer-wrapper {
  width: 970px;
  padding: 0 10px;
  height: 60px;
  margin: 30px auto 40px;
}
.foot-box {
  display: block;
  float: left;
  width: 680px;
  margin-bottom: 15px;
}

.horizontal-list {
  width: 250px;
  float: right;
  margin: 0;
  font-size: 0;
}
.horizontal-list .horizontal-item {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 1px;
}
.horizontal-list .horizontal-item + .horizontal-item {
  border-left: 1px solid #bbb;
}
.horizontal-list .horizontal-item a {
  color: #555;
  font-size: 1.1rem;
  transition: color 0.15s;
}
.horizontal-list .horizontal-item a:hover {
  color: #ddd;
}
.copyright {
  clear: both;
  font-size: 1.0rem;
  color: #999;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1px;
}

/* topに戻る */
#gototop {
  z-index: 20000;
  position: fixed;
  bottom: 2%;
  right: 5%;
}
#gototop a {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  background: #ccc;
  opacity: 0.8;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 1px;
}
#gototop a:hover {
  background: rgba(204, 204, 204, 0.5);
  transition: 0.2s;
}