@charset "utf-8";
/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1050px !important;
  font-size: 13px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
ol,
ul,
li {
  list-style-type: none;
}
img {
  border: 0;
}
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pc {
}
.sp {
  display: none !important;
}
/* クリアフィックス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
  /*	overflow: hidden;*/
}
.clear {
  clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*-----------------
header
-----------------*/
header {
}
header h1 {
  height: 50px;
  background: #2b1650;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}
/*hdr_txt*/
header .hdr_txt {
  width: 1000px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.6;
}
/*hdr_box*/
header .hdr_box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  height: 115px;
  margin: 0 auto;
}
header .hdr_box .hdr_title {
  margin: 10px 28px 0 7px;
}
header .hdr_box .hdr_tel {
  margin: 3px 10px 0 0;
  color: #3f3f3f;
}
header .hdr_box .hdr_tel small {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 16px;
}
header .hdr_box .hdr_tel img {
  display: block;
  margin: 3px 0;
}

/*-----------------
nav
-----------------*/
nav {
  height: 70px;
  background: #2b1650;
}
nav ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 1000px;
  margin: 0 auto;
}
nav ul p {
  width: 300px;
  margin: 0 54px 0 0;
}
nav ul li {
  width: 128px;
  margin: 20px 0;
  border-left: 1px solid #6b5c85;
  text-align: center;
}
nav ul li:last-child {
  border-right: 1px solid #6b5c85;
}
nav ul li a {
  display: block;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
nav ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*-----------------
map
-----------------*/
#map {
  background: url(../img/ftr_bg.png) no-repeat center top;
  background-size: cover;
}
#map .inner {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
#map .inner .txt {
  float: left;
  width: 500px;
  padding: 140px 0 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
#map .inner .txt img {
  display: block;
  margin: 0 0 30px;
}
#map .inner .box {
  float: right;
  width: 470px;
  padding: 40px 0 0 0;
}

/*-----------------
pagetop
-----------------*/
#pagetop {
  position: fixed;
  bottom: 178px;
  right: 50px;
  width: 55px;
  height: 55px;
  background: #fff;
}
@media (max-width: 1200px) {
  #pagetop {
    visibility: hidden;
  }
}

/*-----------------
footer
-----------------*/
footer {
  background: #2b1650;
}
/*inner*/
footer .inner {
  width: 1000px;
  height: 230px;
  margin: 0 auto;
}
footer .inner .ftr_logo {
  box-sizing: border-box;
  float: left;
  width: 300px;
  height: 230px;
  padding: 35px 0 0;
  background: #fff;
  color: #3f3f3f;
  font-size: 16px;
  text-align: center;
}
footer .inner .ftr_logo img {
  margin-bottom: 10px;
}
footer .inner .ftr_logo span {
  display: block;
  margin: 15px auto 0;
  text-align: center;
  color: #000;
  font-weight: bold;
}
footer .inner .ftr_logo span a {
  color: #000;
  text-decoration: none;
}
footer .inner .ftr_logo span a:hover {
  opacity: 0.7;
}
footer .inner .ftr_tel {
  overflow: hidden;
  padding: 74px 0 0 79px;
  color: #fff;
  font-size: 13px;
}
footer .inner .ftr_tel span {
  font-size: 16px;
}
footer .inner .ftr_tel img {
  margin: 5px 20px 0 -32px;
}
footer .inner ul {
  overflow: hidden;
  padding: 15px 0 0 79px;
}
footer .inner ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
footer .inner ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer .inner ul li a:hover {
  text-decoration: underline;
}
/*copyright*/
footer .copyright {
  box-sizing: border-box;
  height: 90px;
  padding: 35px;
  background: #fff;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}

/*-----------------
下層ページ
-----------------*/
/*pagetitle*/
.pagetitle {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  padding-top: 48px;
  background: #ffbfd5;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/*panlist*/
.panlist {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
.panlist li {
  display: inline;
}
.panlist li a {
  color: #000;
  text-decoration: none;
}
.panlist li a:hover {
  color: #999;
}
