@charset "UTF-8";
/*********************************
 全体設定
 *********************************/
body {
  margin: 0px;
  width: 100%;
  min-width: 960px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.contents {
  text-align: center;
}

header {
  width: 80%;
  margin: 0 auto;
}
header .logo {
  color: #000;
  text-decoration: none;
}
header h1 {
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  line-height: 30px;
}
header h1 span {
  font-size: 16px;
}

nav {
  display: inline-block;
  position: relative;
  left: 5%;
}
nav li {
  list-style: none;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #00CED1;
  font-size: 80%;
}
nav li:first-child {
  padding-left: 20px;
  border-left: solid 1px #00CED1;
}
nav a {
  color: #000;
  text-decoration: none;
}
nav a:hover {
  opacity: 0.6;
  color: #00CED1;
}

.telnum {
  float: right;
  margin-top: 40px;
  padding-left: 3%;
  font-weight: bold;
  background-image: url(../img/tel.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

/*********************************
 スライダー
 *********************************/
.slider {
  position: relative;
}

.massage_ttl {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-left: -5em;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

.massage {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23em;
  color: #fff;
  font-size: 18px;
}

.bx-wrapper {
  position: relative;
}

.bxslider img {
  width: 100%;
}

.bx-pager {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
}
.bx-pager div {
  float: left;
  padding: 10px;
}

.bx-pager-link {
  display: inline-block;
  width: 20px;
  height: 0px;
  overflow: hidden;
  padding-top: 20px;
  background-image: url(../img/pager.png);
  opacity: 0.2;
}
.bx-pager-link:hover {
  opacity: 0.5;
}
.bx-pager-link.active {
  opacity: 1;
}

.bx-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  height: 0px;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/arrow_left.png);
  opacity: 0.5;
}
.bx-prev:hover {
  opacity: 1;
}

.bx-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 0px;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/arrow_right.png);
  opacity: 0.5;
}
.bx-next:hover {
  opacity: 1;
}

/*********************************
 ニュース
 *********************************/
.news {
  background-color: #00CED1;
  color: #fff;
  padding: 70px 0px;
}
.news table {
  text-align: left;
  margin: 10px auto 0;
}
.news table .time {
  width: 120px;
}
.news table td {
  padding: 0.25em 0;
}
.news table p {
  display: inline;
}
.news table a {
  color: #fff;
}

.wn-article {
  margin-left: 3em;
}

/*サービス*/
.service {
  padding: 70px 0px;
}
.service table {
  margin: 0px auto;
  border-spacing: 50px 10px;
}
.service td {
  text-align: left;
  padding: 10px 20px;
  background-image: url(../img/nav.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

/*会社概要*/
.company {
  padding: 70px 0px;
  background-color: #00CED1;
  color: #fff;
}
.company table {
  text-align: left;
  border-spacing: 10px;
  margin: 10px auto 0;
}

/*********************************
 アクセス
 *********************************/
.access {
  padding: 70px 0px;
}
.access table {
  text-align: left;
  border-spacing: 10px;
  margin: 30px auto;
}
.access table th {
  width: 100px;
  vertical-align: top;
  padding-bottom: 1em;
}
.access table td {
  padding-right: 2em;
}

#googlemap {
  width: 80%;
  height: 400px;
  margin: 30px auto;
}

.iten {
  color: #FF9966;
}

.printBtn {
  transition: opacity 0.1s linear;
}
.printBtn:hover {
  opacity: 0.5;
}

/*********************************
 お問い合わせ
 *********************************/
.screen-reader-response {
  display: none;
}

.contact {
  padding: 70px 0px;
  background-color: #00CED1;
  color: #fff;
}
.contact table td {
  width: 33%;
  padding: 1em 0;
  vertical-align: top;
}
.contact table input {
  width: 85%;
  height: 40px;
  padding: 1em;
  border: 0px;
  display: block;
}

.wpcf7 {
  text-align: left;
}

.contact_wrapper {
  width: 65%;
  margin: 0px auto;
}

textarea {
  resize: none;
  width: 98%;
  height: 200px;
  padding: 1em;
  border: 0px;
}

.contact_p {
  text-align: center;
}

.wpcf7-response-output {
  padding: 1em;
  margin-top: 2em;
  border-radius: 5px;
  text-align: center;
  background-color: #fec541;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 8px;
  margin-top: 15px;
  background: #FF9966;
  border-radius: 8px;
}
.wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #FF9966;
}

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
.wpcf7-not-valid {
  box-shadow: 0 0 10px 3px #FF9966;
  border: 3px solid #FF9966;
}

.wpcf7-display-none {
  display: none;
}

/*********************************
 フッター
 *********************************/
footer {
  clear: both;
  height: 100px;
  margin-top: 50px;
  text-align: center;
}
footer p {
  font-size: 10px;
  opacity: 0.4;
}

/*********************************
 NEWS記事
 *********************************/
.single_title {
  margin-top: 30px;
  color: #fff;
  background-color: #00CED1;
}
.single_title h1 {
  padding: 15px 0px;
}

.single_wrapper {
  width: 80%;
  margin: 0px auto;
}

.single a {
  color: #00CED1;
  text-decoration: underline;
}
.single h1 {
  color: #fff;
  font-size: 24px;
  position: relative;
  padding: 8px 16px;
  background: #FF9966;
  border-radius: 8px;
}
.single h1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #FF9966;
}
.single h2 {
  font-size: 24px;
  position: relative;
  padding: 0 0 2px 32px;
  border-bottom: 1px solid #FF9966;
}
.single h2:before, .single h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #FF9966;
  margin: auto;
}
.single h2:before {
  top: -6px;
  left: 0px;
}
.single h2:after {
  top: 6px;
  left: 6px;
}
.single h3 {
  font-size: 24px;
  position: relative;
  padding: 10px 0 2px 28px;
}
.single h3:before, .single h3:after {
  content: "";
  position: absolute;
  margin: auto;
}
.single h3:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #FF9966;
  transform: rotate(50deg);
}
.single h3:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #FF9966;
  transform: rotate(20deg);
}

/** Wordpress **/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/*********************************
 スクロールエフェクト
 *********************************/
@keyframes Opacity {
  100% {
    opacity: 1;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 400px;
  width: 80%;
  margin: 30px auto;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

