@charset "utf-8";

/*
Theme Name: ReWS
Description: Reform Web Selection Theme
Version: Ver2.0_2017.04.14
Author: SHIPINC
Author URI: http://www.shipinc.co.jp/
*/

ul {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 0px;
}

* {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/*------------------------------------------------------------
ボディー
------------------------------------------------------------*/
body {
  background: #eee;
  padding-top: 170px;
}
@media screen and (max-width: 991px) {
  body {
    /*padding-top: 120px;*/
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

/*------------------------------------------------------------
背景
------------------------------------------------------------*/
.bg_01 {
  background: #eee;
}

.bg_02 {
  background: #194c54;
}

/*------------------------------------------------------------
hover
------------------------------------------------------------*/
a:hover {
  text-decoration: none !important;
}
a:hover img {
  opacity: 0.6;
}
a.btn:hover, a.btn-block:hover {
  opacity: 0.6;
}

/*------------------------------------------------------------
hover animation
------------------------------------------------------------*/
a, a img, a.btn, input[type="submit"] {
  /*トランジション スピード*/
  transition: all .5s !important;
  /*トランジション クロスブラウザ対応*/
  -webkit-transition: all .5s !important;
  /*トランジション 挙動調整 ブラウザ対応*/
  backface-visibility: hidden;
}

/*------------------------------------------------------------
汎用シャドー
------------------------------------------------------------*/
.sdw_b {
  /* box-shadow */
  box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
}
.sdw_all {
  /* box-shadow */
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------
row
------------------------------------------------------------*/
@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row h2 {
    padding: 15px 0;
  }
}

/*------------------------------------------------------------
h2
------------------------------------------------------------*/
h2 {
  color: #fff;
  padding: 15px;
}

/*------------------------------------------------------------
h3
------------------------------------------------------------*/
h3 {
  color: #666;
  padding: 0px 0px 15px 0px;
}

h3 a {
  color: #666 !important;
  padding: 0px 0px 15px 0px;
  font-weight: bold;
}

/*------------------------------------------------------------
p
------------------------------------------------------------*/
p {
  color: #333;
}
.p-center {
  text-align: center;
}
.p-right {
  text-align: right;
}
.p-bottom {
  margin-bottom: 35px;
}
.p_height {
  line-height: 1.8em;
}
.p-color {
  color: #666;
}
.p-title {
  background-color: #000;
  width: 100%;
  padding: .2em .6em .3em;
}
.p-title a {
  color: #fff;
  /*border-bottom: none;*/
}
.p-white {
  color: #ffffff;
}
.p-black {
  color: #000;
}
.p-bold {
  font-weight: bold;
}
.p-small {
  font-size: 13px;
  margin: 0 0 2px;
}
.p-lg {
  font-size: 20px;
}
.p-2x {
  font-size: 25px;
}
.p-3x {
  font-size: 35px;
}
.p-4x {
  font-size: 50px;
}
.p-5x {
  font-size: 60px;
}
.p-shadow {
  text-shadow: 1px 1px 1px #000;
}
.p-box-zero {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}
.p-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}
.p-box2 {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .p-box2 {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .p-small {
    font-size: 13px;
    margin: 0 0 2px;
  }
  .p-lg {
    font-size: 14px;
  }
  .p-2x {
    font-size: 22px;
  }
  .p-3x {
    font-size: 25px;
  }
  .p-4x {
    font-size: 33px;
  }
  .p-5x {
    font-size: 40px;
  }
  .p-box {
    padding: 10px;
  }
  .p-box2 {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
  }
}
.column {
  margin-top: 4px;
  margin-bottom: 4px;
}

.page-contents {
  margin: 10px 25px 25px 25px;
}

.fa-color {
  color: #666;
}
.fa-white {
  color: #fff;
}
.fa-space {
  margin-right: 20px;
}

.thumb {
  text-align: center;
}
.thumb img {
  border-radius: 3px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}

/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
.btn {
  /*box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);*/
  padding: 15px 10px;
}
.btn-top {
  margin-top: 5px;
}
.btn-bottom {
  margin-bottom: 5px;
}
.btn-color { background: none; color: #fff !important; text-align: center !important; border-radius: 5px; border: 1px solid #fff;}
.btn-color:hover {
  color: #fff !important;
  text-align: center !important;
}
.btn-color2 {
  background: #0071bc !important;
  color: #fff !important;
}
.btn-color2:hover {
  background: #0071bc !important;
}
.btn-color3 { background: #83c027 !important; color: #fff !important; font-size: 12px; box-sizing: border-box; padding: 15px 5px;}
.btn-color3:hover {
  background: #83c027 !important;
}
.btn-color4 {
  background: #80a563 !important;
  color: #fff !important;
}
.btn-color4:hover {
  background: #80a563 !important;
}
.btn-facebook {
  margin-bottom: 10px;
  padding: 9px;
  background-color: #3B5998;
  color: #fff !important;
}
.btn-google {
  background-color: #DB4437;
  color: #fff !important;
}
.btn-youtube {
  background-color: #CC181E;
  color: #fff !important;
}
.btn-contact {
  color: #fff;
  background: linear-gradient(#2ea669, #36bc78) !important;
  border: 1px solid #F5F5F2 !important;
  border-radius: 4px;
  padding: 10px;
}
.btn-contact:hover {
  color: #fff !important;
  background: linear-gradient(#36bc78, #2ea669) !important;
  border-color: #F5F5F2;
}
.btn-contact2 {
  color: #fff;
  background: linear-gradient(#2ea669, #36bc78) !important;
  border: 1px solid #F5F5F2 !important;
  border-radius: 4px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.btn-contact2:hover {
  color: #fff !important;
  background: linear-gradient(#36bc78, #2ea669) !important;
  border-color: #F5F5F2;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
@media screen and (max-width: 767px) {
  .btn-contact2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .btn-contact2:hover {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.btn-half {
  display: block;
  width: 49%;
  float: left;
}
.btn-block2 {
  width: 100%;
  padding: 20px !important;
}
.btn-color1 {
  background-color: #6386AD;
  color: #fff;
  font-size: 20px;
}
.btn-color1:hover {
  background-color: #CBD6E3;
}

.video {
  position: relative;
  margin-bottom: 0;
}
.catchcopy {
  z-index: 5;
  position: absolute;
  top: 100px;
}

/*------------------------------------------------------------
tel-box(不明)
------------------------------------------------------------*/
.tel-box {
  position: relative;
  top: -10px;
  margin-top: 0px !important;
  z-index: 3;
}
.tel-box-2 {
  padding: 10px;
  background: #000 !important;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
  color: #fff;
  text-align: center;
}
.tel-box-2:hover {
  background: #666 !important;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.tel-box-3 {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
}
.tel-box-3 p {
  margin-bottom: 0px !important;
  color: #000;
}
.tel-box-4 {
  background-color: #B34140;
  border-radius: 4px;
  border: 1px solid #e5e5da;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.tel-box-4 p {
  margin-bottom: 0px !important;
  color: #fff !important;
}
.tel-toiawase {
  color: #fff;
  background-color: #666666;
  border-radius: 4px;
  padding: 5px;
}

/*------------------------------------------------------------
clear
------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  height: 3px;
}
.clear hr {
  display: none;
}

/*------------------------------------------------------------
スペース（余白）
------------------------------------------------------------*/
.space {
  display: block;
  height: 8px;
  clear: both;
}
.space hr {
  display: none;
}
.space2 {
  display: block;
  height: 50px;
  clear: both;
}
.space2 hr {
  display: none;
}

/*------------------------------------------------------------
hr
------------------------------------------------------------*/
hr.style-one {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
}
hr.style-two {
  border: 0;
  height: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 2px solid #444;
}
hr.style-three {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
}
hr.style-four {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
}
hr.style-five {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
hr.style-six {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
hr.style-seven {
  border: 0;
  height: 0;
  border: none;
  margin-top: 3px !important;
  margin-bottom: 7px !important;
  padding-top: 5px;
}
hr.style-eight {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
  margin-top: 3px !important;
}
hr.style-nine {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
  margin-top: 0px !important;
}
hr.style-contact {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5da;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  hr.style-contact {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
hr.style-dot2 {
  background-color: #fff;
  border-top: 1px dotted #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*------------------------------------------------------------
イメージ
------------------------------------------------------------*/
.img-top {
  margin-bottom: 25px;
}
.img-right {
  margin-right: 8px;
}
.img-radius {
  border-radius: 5px;
}
.img-shadow {
  display: inline-block;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
}
.img-mar {
  margin-bottom: 8px;
}
.img-mar2 {
  margin-top: 8px;
}
.img-half {
  width: 50%;
}
.img-frame {
  border: 1px solid #999;
}
.img-float {
  float: left;
}

/*------------------------------------------------------------
ラベル
------------------------------------------------------------*/
.label {
  font-size: 100%;
  font-weight: 100;
  border-radius: 0;
}
.label-color {
  color: #fff;
  background: #83c027;
}
.label-color2 {
  color: #333;
  background: #fff;
}
.label-color3 {
  margin-right: 5px;
  color: #fff;
  background: #003264;
}
.label-color4 {
  background: none;
  color: #333;
}
.label-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.label-margin {
  margin: 0px 5px;
}
.label-right {
  margin-right: 5px;
}
.label-width {
  width: 100% !important;
}
.label-shikaku {
  line-height: 30px;
  white-space: inherit;
}

/*------------------------------------------------------------
パンクズリスト調整
------------------------------------------------------------*/
#breadcrumb>div {
  float: left;
  margin-bottom: 8px;
}
#breadcrumb>div>span {
  white-space: normal;
}

/*------------------------------------------------------------
テーブル(指定セレクト名見妙)
------------------------------------------------------------*/
.post table {
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
}
table tr td {
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 13px;
  line-height: 18px;
}
table th {
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background-color: #adadad;
}
.post table tr td {
  font-size: 13px;
  line-height: 18px;
}
.post table tr:nth-child(even) {
  background-color: rgba(220, 220, 220, 0.2);
}
#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  color: #333;
}

/*------------------------------------------------------------
テーブル（装飾なし）
------------------------------------------------------------*/
.post .notab table {
  border: none;
  width: initial;
  /* 初期状態にリセット */
  max-width: initial;
  /* 初期状態にリセット */
}
.notab table tr td {
  border: none;
  text-align: left;
  vertical-align: top;
}
.notab table th {
  border: none;
}
.post .notab table tr:nth-child(even) {
  background-color: transparent;
}

/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
.new {
  z-index: 5;
  position: static;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: #444 !important;
}
.new a {
  color: #000;
}
.new a:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .new {
    z-index: 5;
    position: static;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: #000;
  }
  .new a {
    color: #000 !important;
  }
  .new a:hover {
    color: #000 !important;
  }
}
@media screen and (max-width: 767px) {
  .new {
    z-index: 5;
    position: static;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: #551D00;
  }
  .new a {
    color: #fff;
  }
  .new a:hover {
    color: #fff;
  }
}

.new-day {
  width: 15%;
  float: left;
  padding: 20px 20px 15px 20px;
}
@media screen and (max-width: 991px) {
  .new-day {
    width: 35%;
    float: left;
    padding: 20px 20px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-day {
    width: 35%;
    float: left;
    padding: 20px 20px 15px 20px;
  }
}

.new-naiyo {
  width: 85%;
  overflow: auto;
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  border: none !important;
}
@media screen and (max-width: 991px) {
  .new-naiyo {
    width: 65%;
    overflow: auto;
    background: #fff !important;
    padding: 20px 20px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-naiyo {
    width: 65%;
    overflow: auto;
    background: #fff !important;
    border: none !important;
    padding: 20px 20px 15px 20px;
  }
}

.jirei {
  background-repeat: repeat;
  border-radius: 5px;
  padding: 10px;
}

.category {
  float: left;
}
.category img {
  background-color: #fff border: 1px solid #666666 !important;
}

.logo-box {
  margin-top: 10px;
}

.navbar-movie {
  background-color: rgba(0, 0, 0, 0);
}
.kouka {
  width: 20%;
  float: left;
  padding: 0px 10px 10px 10px;
}

/*------------------------------------------------------------
ページデザイン
------------------------------------------------------------*/
.top-blog {
  background-color: #eee;
  padding: 20px;
}
.top-blog a {
  color: #000;
}
.top-up {
  z-index: 3;
  position: fixed;
  bottom: 50px;
  right: 30px;
}
.top-root {
  color: #666;
  background-color: #F5F5F2;
  border: 1px solid #666666 !important;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0px;
}
.top-menu-root {
  color: #666;
  border-radius: 4px;
  padding: 10px;
}
.top-slider {
  margin-bottom: 0;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .top-slider-smart {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-slider {
    display: none;
  }
}
.top-category-img {
  text-align: center;
  margin-bottom: 10px;
}
.top-category-h3 {
  color: #333;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px !important;
  font-weight: normal !important;
}
.top-catch {
  margin-top: 20px;
  margin-bottom: 50px;
}
.title-bana {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
.page-title {
  font-size: 45px;
  margin-bottom: 30px;
}
}
.page-titleh2 {
  border-bottom: 1px solid #333;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.page-titleh2:before {
  color: #354747;
  /*アイコンの色*/
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  font-family: "FontAwesome";
  content: "\f015";
  /*アイコンの種類*/
  font-weight: lighter;
  font-size: 18px;
  /*アイコンの大きさ*/
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  h2.page-titleh2 {
    padding: 0;
  }
  .page-titleh2 {
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #333 !important;
    /*font-family: Shin Maru Go Light;*/
    margin-bottom: 20px;
  }
  .page-titleh2:before {
    color: #666;
    /*アイコンの色*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    font-family: "FontAwesome";
    content: "\f015";
    /*アイコンの種類*/
    font-weight: lighter;
    font-size: 18px;
    /*アイコンの大きさ*/
    position: relative;
    display: inline-block;
  }
}
.page-titleh3 {
  border-bottom: 1px dotted #796E2C;
  font-size: 16px;
  color: #666 !important;
  padding: 5px 0px 10px 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-titleh3:before {
  color: #666;
  /*アイコンの色*/
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 20px;
  font-family: "FontAwesome";
  content: "\f024"; //*アイコンの種類*/
  font-weight: lighter;
  font-size: 18px;
  /*アイコンの大きさ*/
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-titleh3 {
    border-bottom: 1px dotted #796E2C;
    font-size: 15px;
    color: #666 !important;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .page-titleh3:before {
    color: #666;
    /*アイコンの色*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 20px;
    font-family: "FontAwesome";
    content: "\f024";
    /*アイコンの種類*/
    font-weight: lighter;
    font-size: 15px;
    /*アイコンの大きさ*/
    position: relative;
    display: inline-block;
  }
}
.page-titleh4 {
  background-color: #000 !important;
  border-radius: 4px;
  font-size: 16px;
  color: #fff !important;
  padding: 10px 10px 10px 20px !important;
  margin-bottom: 20px;
}
.page-titleh4:before {
  color: #fff;
  /*アイコンの色*/
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 15px;
  font-family: "FontAwesome";
  content: "\f024";
  /*アイコンの種類*/
  font-weight: lighter;
  font-size: 18px;
  /*アイコンの大きさ*/
  position: relative;
  display: inline-block;
}
.page-titleh4-2 {
  background-color: #666;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 15px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.check-box {
  color: #666;
  background-color: #B34140;
  border: 1px solid #B34140 !important;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 3px;
  text-align: center;
  color: #fff;
}
.check-box2 {
  color: #666;
  background-color: #F5F5F2;
  border: 1px solid #666666 !important;
  border-radius: 4px;
  margin-bottom: 3px;
  padding: 10px 15px;
}
.check-box3 {
  background-color: #B34140;
  border: 1px solid #B34140 !important;
  border-radius: 4px;
  padding: 25px;
  color: #fff;
  margin: 10px 0px;
}
.check-box3 p {
  color: #fff;
}

.angle {
  text-align: center;
  color: #B34140;
}

.merit {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 15px 20px 5px;
  text-align: center;
  margin-bottom: 10px;
}

.checker {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 15px 20px 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*------------------------------------------------------------
スライダー
------------------------------------------------------------*/
.metaslider {
  max-width: 100%;
}
.metaslider img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
サイドメニュー
------------------------------------------------------------*/
.side-titleh2 {
  background-color: #000 !important;
  font-size: 14px !important;
  color: #fff !important;
  text-align: center;
  padding: 10px 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 0 !important;
}

/*------------------------------------------------------------
サイドバー
------------------------------------------------------------*/
.sideh3 {
  font-size: 20px;
  padding-left: 5px !important;
}

.sidenavi ul {
  list-style: none;
  padding: 5px;
}
.sidenavi li {
  border: 1px solid #ccc;
  border-radius: 0px !important;
  margin-top: 2px;
  padding: 10px;
  text-align: center;
}
.sidenavi li a {
  color: #333;
}
.sidenavi li a:hover {
  color: #666 !important;
  text-decoration: none;
}

/*------------------------------------------------------------
関連記事
------------------------------------------------------------*/
#related-entries .related-entry {
  line-height: 150%;
  margin-bottom: 20px;
  clear: both;
}
#related-entries .related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.related-entry-title {
  margin-bottom: 5px;
}
.related-entry-snippet {
  margin: 0 0 5px 0;
}
.related-entry-read {
  margin: 0;
  font-size: 12px;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.header_h1 {
  position: fixed;
  top: 0;
  background: #0c579a;
  width: 100%;
  color: #fff;
  z-index: 1;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .header_h1 {
    font-size: 10px;
  }
}
.hd_sns_box {
  margin-top: 40px;
}
.hd_sp_icon {
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
}
.hd_sp_icon img {
  max-height: 40px;
}
@media (max-width: 767px) {
  .hd_sp_icon img {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-item2 {
    float: right;
  }
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
.footer-link {
  padding: 15px 0px;
  margin-top: 40px;
}
@media screen and (max-width:991px) {
  .footer-link {
    padding: 1.5% 0 0;
	margin-top: 4%;
  }
  .footer-link .adjustment {
    margin-bottom: 2%;
  }
}
.footerinfo {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
}
.footerinfo .fa-phone {
  color: #85a663;
}
.footerinfo_open>div {
  border-left: none;
  background: #000;
  color: #fff;
  padding: 5px;
}
.footerinfo_open>div:nth-child(2n) {
  background: #fff;
  color: #333;
}
.footerinfo_tel {
  float: left;
  padding: 20px;
}
.footerinfo_tel p {
  font-size: 230%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footerinfo_tel p {
    font-size: 180%;
  }
}

@media (max-width: 767px) {
  .footerinfo_logo {
    float: none;
  }
  .footerinfo_tel {
    float: none;
    padding: 2% 0;
  }
  .footerinfo_tel p {
    font-size: 180%;
    margin-top: 10px;
  }
  .footerinfo_wrapper {
    float: none;
    margin: 20px auto;
  }
  .footerinfo_links {
    padding: 0 !important;
  }
  .footerinfo_open>div:nth-child(1), .footerinfo_open>div:nth-child(2) {
    border-bottom: #fff 1px solid;
  }
}
.footer-company {
  padding: 15px 0px 10px 0px;
}
.footer-sns {
  padding: 15px 0px 2px 0px;
}
.footer-copyright {
  padding: 5px 0px 5px 0px;
}
.footer-concept {
  color: #111;
}
.footer-concept .fa {
  color: #111;
}
.footerlogo {
  text-align: right;
}
.footer_logo {
  border-radius: 5px;
  margin-bottom: 3%;
}

#copyright {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.btn-footer {
  border-radius: 4px;
}
.btn.btn-footer.btn-first {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .btn.btn-footer.btn-first {
    margin-bottom: 0;
  }
}
.btn-officesite {
  background-color: #b28750;
}
.btn-officesite img {
  height: 25px;
}

.pagetop {
  text-align: center;
  padding: 10px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
}
.pagetop a {
  color: #4D4D4D;
}
.pagetop a:hover {
  color: #4D4D4D;
}

.fnavi {
  text-align: center;
}
.fnavi ul {
  display: inline;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.fnavi li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.fnavi li a {
  color: #fff;
}
.fnavi2 {
  text-align: center;
}
.fnavi2 ul {
  display: inline;
  padding-left: 10px;
  border-color: #fff;
  border-right: 1px solid #fff;
}
.fnavi2 li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #fff;
  border-left: 1px solid #fff;
}
.fnavi2 li a {
  color: #fff;
}

/*------------------------------------------------------------
TOPコンテンツ
------------------------------------------------------------*/

.hr_top {
  border: solid 1px #333;
  border-width: 0;
  border-top-width: 1px;
  padding-top: 5px;
}

.top_cnt_01 {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/bg_04.jpg");
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.top_cnt_01_01 {
  margin-bottom: 4%;
}
.top_cnt_01_02 img {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {/*サイズ確認必要*/
  .top_cnt_01 {
    background: none;
  }
  .top_cnt_01:before {
    background: url("/images/bg_04.jpg") no-repeat left top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .top_cnt_01 .row .col-xs-6:nth-child(2n-1) {
    clear: both;
  }
  .top_cnt_01_01 p.text-center {
    text-align: left;
  }
}

.top_cnt_02 {
  padding-bottom: 2%;
}


/*------------------------------------------------------------
コンタクトフォーム
------------------------------------------------------------*/
#form {
  margin-top: 0px;
  padding-top: 0px;
}
@media (max-width: 991px) {
  #form {
    margin-top: -50px;
    padding-top: 50px;
  }
}
p.form_item_title {
  font-weight: bold;
  color: #fff;
}
p.form_item_title .text-red { color: #fff;}
.form-width {
  width: 100%;
}
.form_submit_btn {
  margin-top: 4%;
}

.text-red {
  color: red;
}

.privacy_policy {
  height: 150px;
  overflow-y: scroll;
  padding: 2%;
  background: #fff;
}
.privacy_policy h3 {
  font-size: 1.3em;
  padding-bottom: 0;
}
.privacy_policy ul {
  margin-left: 1.5em;
}

.wpcf7-submit, .wpcf7-confirm, .wpcf7-back { color: #fff !important; background: none; text-align: center !important; border-radius: 5px; border: 1px solid #fff; width: 100%; padding: 15px 0 !important;}
.wpcf7-submit:hover { opacity: 0.6;}
.wpcf7-confirm:hover {
  opacity: 0.6;
}
.wpcf7-back {
  background: none !important;
}
.wpcf7-back:hover {
  background: none !important;
  opacity: 0.6;
}
.wpcf7-validation-errors {
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
  padding: 10px !important;
  text-align: center;
  color: #f00;
}
.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
  padding: 10px !important;
  text-align: center;
  color: #111;
}
.wpcf7-response-output {
  clear: both !important;
}
.wpcf7c-conf {
  border: none;
  pointer-events: none;
}
.wpcf7c-conf:placeholder-shown {
  opacity: 0;
}
span.wpcf7-list-item {
  display: block;
}

.footer-form input.wpcf7-text, .footer-form textarea.wpcf7-textarea {
  border: none;
  padding: 5px;
  border-radius: 5px;
  background: #fff !important;
}

/*確認画面 背景色 強制的に色付け*/
input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f2e4 inset;
}

/*------------------------------------------------------------
プレースホルダー
------------------------------------------------------------*/
:placeholder-shown {
  color: #bbb;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #bbb;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #bbb;
}

/*------------------------------------------------------------
Bootstrap
------------------------------------------------------------*/
.navbar-default {
 border: none;
}
.navbar-default .navbar-nav>li>a {
  color: #fff !important;
}
.navbar-default .navbar-nav>.active>a {
  background: transparent !important;
  color: #fff !important;
}
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff !important;
  background-color: #232F2F;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #232F2F;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #00478E;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 0;
  border-color: #ccc !important;
  background: #fff !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc !important;
}
@media (min-width: 768px) {
  #navbar-main {
    margin-top: 34px;
  }
  .navbar-nav {
    width: 100%;
    background: url("/images/bg_03.png") repeat-x scroll 0px 0px transparent;
  }
  .navbar-nav>li {
    width: 20%;
    text-align: center;
  }
  .navbar-nav a {
    display: inline-block !important;
  }
  /*アクティブ・ホバー*/
  /*.navbar-nav a, .navbar-default .navbar-nav>.active>a {
  position: relative;
  transition: .3s;
  }
  .navbar-nav a::after, .navbar-default .navbar-nav>.active>a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #85a663;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  */
  .navbar-nav a:hover::after, .navbar-default .navbar-nav>.active>a:hover::after {
    width: 100%;
  }
  /*サブメニュー*/
  .navbar-nav>li>.dropdown-menu {
    width: 100%;
  }
  .navbar-nav>li>.dropdown-menu li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    width: 39px;
    margin: 5px 10px 5px 0!important;
    padding: 0;
    border: none;
  }
}

.navbar-nav li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.navbar-right {
  float: right!important;
  margin-right: 0px !important;
}

.nav-tabs {
  border-bottom: 1px solid #CBD6E3;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #666;
  border-color: #666 #666 transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: default;
}

/*サブメニュー*/
.navbar-nav .open .dropdown-menu {
  background: transparent;
  padding: 0 !important;
}
.dropdown-menu li {
  background: #fff;
  margin-top: 1px;
}
.dropdown-menu li:hover {
  background: #83c027;
}
.dropdown-menu li a {
  margin: 0 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
  background-color: #dd7c15 !important;
  background: transparent !important;
  color: #000 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #fff !important;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #424242;
}
.pagination a:hover {
  color: #fff;
  background: #7B7B7B;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #eee;
  color: #111;
}
@media only screen and ( max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.previous, .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and ( max-width: 400px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and ( max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*------------------------------------------------------------
instagram
------------------------------------------------------------*/
ul.instagram {
  list-style-type: none;
  padding: 0;
}
ul.instagram li {
  margin-bottom: 4%;
}

/*------------------------------------------------------------
facebook
------------------------------------------------------------*/
.sns_wrapper .col-sm-4 h2 {
  padding: 15px 0 !important;
}
@media (max-width: 767px) {
  .sns_wrapper .col-sm-8 {
    padding: 0 !important;
  }
  .sns_wrapper .col-sm-4 h2 img {
    width: 65%;
  }
}

/*------------------------------------------------------------
トリミングする外側の枠
------------------------------------------------------------*/
.trim {
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: solid 4px #fff;
  box-sizing: border-box;
}
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

/*------------------------------------------------------------
修正
------------------------------------------------------------*/
.table-responsive>.table>tbody>tr>th:first-child {
  width: 24% !important;
}

@media only screen and ( max-width: 767px) {
  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal !important;
  }
  .table-responsive>.table>tbody>tr>th:first-child {
    width: 28% !important;
  }
}


/*------------------------------------------------------------
sm xs 対応(不明)
------------------------------------------------------------*/
.mobile-sns {
  background-color: #00478E;
  margin-top: 30px;
}

/*****jazzy form ゴミ??(不明)*****/
@media screen and (max-width: 991px) {
  .jzzf_form .jzzf_element_label, .jzzf_form .jzzf_element_heading {
    font-weight: normal !important;
    width: 100% !important;
    float: left;
  }
  .jzzf_full input[type=text], .jzzf_full select {
    width: 100% !important;
  }
  ul#jzzf_1_shubetsu, ul#jzzf_1_houkoku, ul#jzzf_1_yukashita, ul#jzzf_1_yaneura, ul#jzzf_1_tekkin {
    width: 100% !important;
    float: left !important;
  }
}