@charset "utf-8";
/*
Copyright© 1998 東京ウェブデザイン有限会社 Tokyo Web Design Co.,Ltd.
*/


body{
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.post a:hover, .post a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}

@media only screen and (min-width: 960px){
  a img:hover{opacity:.8;}
}

@media only screen and (min-width: 645px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}



/*-------------------------
   角丸ボックス
--------------------------*/
.box-kadomaru{
  display: table;
  background-color: #ffefcf;
  background-color: #f8f8df;
  margin: 0 auto 10px;
  padding: 15px 25px;
  border: 1px solid #229114;
  border-radius: 10px;
}
.box-kadomaru2{
  display: table;
  margin: 45px auto 30px;
  padding: 20px;
  border-top: 2px solid #229114;
  border-bottom: 2px solid #229114;
  border-radius: 15px;
}


/*-------------------------
   TWD
--------------------------*/

/* ******************************
 * 画面サイズ別の表示・非表示
 * 
 * ～ 644px スマホ
 * ～ 959px iPad（1カラム表示）
 * ～1024px iPad
 * 1025px～ PC
 * **************************** */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline {
  display: none !important;
}
@media screen and (max-width: 644px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media screen and (max-width: 644px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}


/* 横幅レスポンシブ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
  text-align: center;
  color: #777;
}

/* 空行 */
.kuugyou {
  display: block;
  width: 1px;
  height: 0.5em;
}

/* 小さいフォントサイズを設定 */
.small {
  font-size: 90%;
}
.xsmall {
  font-size: 80%;
}

/* 大きいフォントサイズを設定 */
.large {
  font-size: 115%;
}
.xlarge {
  font-size: 140%;
}

/* 太字 */
.strong,
strong {
  font-weight: bold;
}
/* 細字 */
.hosoji {
  font-weight: normal;
}
/* 斜め字 */
.italic {
  font-style: italic;
}
/* 下線 */
.underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:active {
  text-decoration: none;
}

/* 文字色 黒 */
.text-black {
  color: #252525;
}

/* 文字色 グレー */
.text-gray {
  color: #666;
}

/* 文字色 赤 */
.text-red {
  color:#df2000;
}

/* 文字色 オレンジ */
.text-orange {
  color: #df6000;
}

/* 文字色 緑 */
.text-green {
  color: #008000;
}

/* 文字色 青 */
.text-blue {
  color:#003080;
}

/* 文字色 ピンク */
.text-pink {
  color: #e44880;
}

/* 行間 */
.line-h160 {
  line-height: 160%;
}
.line-h180 {
  line-height: 180%;
}

/* 改行禁止 */
.nowrap {
  white-space: nowrap;
}

/* 仕切り線 */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #dfdfdf;
}
.hr-dotted {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #a8a8a8;
}

/* ※印 */
.kome {
  margin-left: 4px;
  vertical-align: top;
  font-weight: bold;
}
ul.kome,
#main ul.kome {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
}
ul.kome li,
#main ul.kome li {
  list-style: none;
  background: none;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: normal;
}
ul.kome li:before,
#main ul.kome li:before {
  content: "※";
  margin-left: -1.5em;
  letter-spacing: 0.5em;
}

/* 角丸 */
.kadomaru {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* フォーム */
form th {
  width: 30%;
}
form td {
  width: 70%;
}
.error_list {
  list-style: disc;
  margin: 10px 0 10px 20px;
}

/* 横幅100％ */
.w100per {
  width: 100%;
}

/* 横幅50％ */
.w50per {
  width: 50%;
}

/* 横幅25％ */
.w25per {
  width: 25%;
}

/* インデント */
.danraku {
  margin-left: 1em;
  width: auto;
}

/* 文字の配置 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* センタリング */
.center-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* 右寄せ */
.right-box {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
/* 左寄せ */
.left-box {
  display: table;
  margin-left: 0;
  margin-right: auto;
}

/* 右寄せ */
.float-right {
  float: right;
  margin: 0 0 5px 7px;
}
img.float-right,
img.float-right-all {
  float: right;
  margin: 0;
  padding: 0 4px 4px 11px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-right {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-right-all {
    float: right;
    margin: 0;
    padding: 0 4px 4px 11px;
    max-width: 40%;
    height: auto;
    background-color: #fff;
  }
}
/* 左寄せ */
.float-left {
  float: left;
  margin: 0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float: left;
  margin: 0;
  padding: 0 11px 4px 4px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-left {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-left-all {
    float: left;
    margin: 0;
    padding: 0 11px 4px 4px;
    max-width: 40%;
    height: auto;
    background-color: #fff;
  }
}

/* 縦位置センタリング */
.v-align-middle {
  vertical-align: middle;
}

/* 回り込み解除 */
.clear-both {
  clear: both;
}

/* 注意書き */
#main .notice,
#main .notice th,
#main .notice td {
  border: none;
  color:#252525;
  background-color: #fff;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  width: auto;
}
#main .notice,
#main .notice th {
  padding-left: 0;
}
#main .notice th {
  padding-right: 5px;
  white-space: nowrap;
}
.notice {
  line-height: 130%;
}
.notice th,
.notice td {
  vertical-align: top;
  padding-bottom: 5px;
}
.notice th {
  padding-right: 5px;
  white-space: nowrap;
}


/*-------------------------
   メールフォーム（横並び）
--------------------------*/
#main .table-form {
  display: table;
  width: 100%;
  margin: 0;
  border: none;
}
#main .table-form > br {
  display:none;
}
#main .table-form-tr {
  display: table-row;
  width: 100%;
}
#main .table-form-th {
  display: table-cell;
  border: none;
  vertical-align: top;
  padding: 10px 20px 7px 5px;
  width: 10%;
  min-width:11em;
  background: none;
  color: #252525;
  font-weight: normal;
}
#main .table-form-th span {
  white-space: nowrap;
}
#main .table-form-td {
  display: table-cell;
  border: none;
  padding: 7px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
#main .table-form-td2 {
  display: table-cell;
  border: none;
  padding: 10px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
.table-form-hr {
  display: table-cell;
  padding-top: 8px;
  border-bottom: 1px dotted #b8b8b8;
}
@media only screen and (max-width: 644px){
  #main .table-form-tr {
    display: table;
    margin-top: 10px;
  }
  #main .table-form-th,
  #main .table-form-td {
    display: block;
    width: 100%;
    padding: 0 0 2px;
  }
  #main .table-form-td {
    padding: 0 0 10px;
  }
  input:not(.form-wshort):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
  textarea {
    width:90%;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border: 1px solid #ccc;
  padding: 15px 25px 10px 15px;
  margin: 20px 0 5px;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .box-form {
    padding: 20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 25px;
  line-height: 1;
  border-radius: 3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
//  margin-bottom: 10px;
  max-width: 90%;
  padding: 3px 6px;
  background-color: #ffffff;
  border: 1px dashed #b8b8b8;
  border-radius:3px;
}
input[type="radio"],
input[type="checkbox"] {
//  margin: 8px 1px 0;
}
select {
//  margin-bottom: 10px;
  padding: 2px 6px;
  background-color: #f8fafc;
  border:1px dashed #b8b8b8;
  border-radius:3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border: 1px solid #afafaf;
}
.form-w100per {
  width: 100%;
}
.form-w65per {
  width: 65%;
}
.form-wshort {
  width: 140px;
}
@media screen and (max-width:620px) {
  .form-wshort {
    width: 100%;
  }
}
.bikou {
  font-size: 90%;
  margin: -5px 0 10px;
}
@media screen and (max-width:959px) {
  .bikou {
    font-size: 85%;
  }
}
.hissu {
  display: inline-block;
  background: #aaa;
  border: 1px solid #aaa;
  padding: 1px 3px 0;
  margin: 0 0 0 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  float: right;
  
}
@media screen and (max-width:644px) {
  .hissu {
    float: none;
  }
}

/* ラベル */
label {
  font-weight: normal;
  margin: 0;
}
label:hover,
label:focus {
  cursor: pointer;
}


/*-------------------------
   ボックス
--------------------------*/
#main .waku {
  display:table;
  background:#fffff4;
  border:3px #2f4251 solid;
  padding:15px 80px;
  margin:10px auto;
  border-radius:10px;
  line-height:1.8;
  font-size:120%;
}
#main .waku span {
  display:table;
  margin-top:10px;
}
#main .waku strong span {
  display:inline;
  margin-top:0;
}
@media screen and (max-width:644px) {
  #main .waku {
    padding:10px 25px;
    font-size:110%;
  }
}


/*-------------------------
   写真をテーブル上に右寄せ
--------------------------*/
.pic-box {
  position: relative;
}
.pic-right {
  position: absolute;
  right: 0;
  margin: 11px 1px 0 0;
  padding: 28px 28px 0 28px;
  background-color: #fff;
}
@media only screen and (max-width: 959px){
  .pic-right {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width:644px) {
  .pic-right {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}


/*-------------------------
   テーブル
--------------------------*/
#main table.statsDay {
  width: 100%;
}
#main table.statsDay th {
  width: 20%;
  white-space: nowrap;
}
#main table.statsDay td {
  width: 80%;
  word-break: break-all;
}
.kintou {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
}


/*-------------------------
   会社概要
--------------------------*/
#main table.profile{
  width: 100%;
  margin-top:20px;
  margin-bottom:20px;
  border:1px solid #ccc;
  border-collapse:collapse;
}
#main table.profile th{
  width: 20%;
  white-space: nowrap;
  padding: 25px 10px;
  font-weight: normal;
  text-align: left;
  background-color: #eee;
  border:1px solid #ccc;
}
#main table.profile td{
  width: 80%;
  padding: 25px 10px;
  text-align: left;
  word-break: break-all;
  border:1px solid #ccc;
}
@media only screen and (max-width:644px){
  #main table.profile th,
  #main table.profile td{
    padding: 15px 5px;
  }
}


/*-------------------------
   料金表
--------------------------*/
#main table.table-price {
  border-collapse:collapse;
  width:100%;
  margin:0;
  border:2px solid #303030;
}
#main table.table-price th {
  padding:7px 5px 5px 5px;
  text-align:center;
  vertical-align:middle;
  font-weight:normal;
  border:2px solid #303030;
  width:50%;
}
#main table.table-price th.no-mark {
  background:none;
}
#main table.table-price td {
  padding:7px 5px 5px 15px;
  text-align:left;
  vertical-align:middle;
  border:2px solid #303030;
  width:50%;
}
#main table td.table-cell-center {
  text-align:center;
}
#main table td.table-cell-price {
  text-align:right;
  white-space:nowrap;
  padding:5px 30px;
}
#main table td.table-cell-price-center {
  text-align:center;
  font-size:115%;
  font-weight:bold;
  white-space:nowrap;
}
#main table.table-price blockquote {
  position:relative;
  top:-10px;
}

@media only screen and (max-width:644px){
  #main table.table-price th,
  #main table td.table-cell-price {
    padding:5px 5px;
  }
}


/*-------------------------
   枠なしテーブル
--------------------------*/
#main table.noborder,
#main table.noborder th,
#main table.noborder td{
  border: none;
  margin: 0;
  background: none;
}


/*-------------------------
   Googleマップをレスポンシブに
--------------------------*/
.google-map {
  position: relative;
  padding-bottom: 43.01%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px){
  .google-map {
    padding-bottom: 400px;
  }
}
@media screen and (max-width:644px) {
  .google-map {
    padding-bottom: 250px;
  }
}


/*-------------------------
   ミニボタン
--------------------------*/
.mini-pills > a {
  display: inline-block;
  padding: 4px 10px 3px;
  margin: 3px 0;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  background-color: #3e5da8;
  border: 1px solid #3e5da8;
  border-radius: 5px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  text-decoration: none;
  color: #3e5da8;
  background-color: #ffffff;
}


/*-------------------------
   ミニタイトル
--------------------------*/
.mini-title{
  display: inline-block;
  margin: 10px 0 2px;
  padding: 3px 10px 1px;
  line-height: 1;
  border:1px solid #a848a8;
  border-radius: 30px;
  font-size: 85%;
  color: #a848a8;
  position: relative;
  left: -3px;
}
.mini-title2{
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 5px 15px 3px;
  line-height: 1;
  text-align: center;
  background-color: #e87078;
  border-radius: 3px;
  font-size: 100%;
   color: #a848a8;
  color: #fff;
  position: relative;
  left: -3px;
}


/*-------------------------
   投稿一覧
--------------------------*/
ul.post-list li {
  margin-bottom: 15px;
}
ul.post-list a {
  font-size: 110%;
}
ul.post-list time {
  font-size: 90%;
  margin-right: 10px;
}
@media only screen and (max-width:644px){
  ul.post-list time {
    display: block;
  }
}


/*-------------------------
   リスト
--------------------------*/
#main ul{padding-left:10px;}

ul.list-bullet{margin: 0 0 10px 4px;}

ul.list-bullet li{
margin-bottom:10px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 6px;
}


/*-------------------------
   Contact Form 7
--------------------------*/
.wpcf7 {
  margin-top:10px!important;
}
