@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.6;
}

html, body {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  background-color: #ffe4c4;
}

address {
  padding: 2px 0;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

img {
  border: 0;
  vertical-align: top;
}

h1 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}

#container {
  position: relative;
  margin: 0px auto;
  min-width: 950px;
}

#header {
  width: 100%;
  height: 50px;
  background: url("../images/header_kilim.png") 0 0 repeat-x;
  border-bottom: #500 4px solid;
}

.header_title {
  padding: 4px 0 0 4px;
  width: 650px;
  float: left;
}

.header_contact {
  width: 250px;
  float: right;
}

#contents {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
}

#content_slider {
  margin-bottom: 80px;
  width: 100%;
}

.img_slider {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.slick-arrow {
  display: none!important;
}

#content_information,
#content_main {
  margin: 0 auto 80px;
  padding: 10px;
  width: 900px;
  border: #999 1px solid;
}

#content_access {
  margin: 0 auto;
  padding: 10px;
  width: 900px;
  border: #999 1px solid;
}

#content_information h2,
#content_main h2,
#content_access h2 {
  margin-bottom: 20px;
  text-align: center;
}

#content_information dt {
  color: #3388cc;
}

#content_information dd {
  margin: 0 0 20px 10px;
}

.master_name {
  margin-top: 20px;
  text-align: right;
}

#access_office,
#access_gallery {
  width: 450px;
  float: left;
}

#access_map {
  clear: both;
}

#access_office h3,
#access_gallery h3,
#access_map h3 {
  margin-bottom: 10px;
  color: #3388cc;
}

.access_zipcode,
.access_address,
.access_tel {
  margin-left: 20px;
}

.access_address {
  margin-bottom: 10px;
}

.access_tel {
  margin-bottom: 40px;
}

#footer {
  width: 100%;
  background-color: #500;
}
