@charset "UTF-8";

/* 60
========================================================= */
/* 50　
----------------------------------------------- */
/* 40　
------------------------------------- */
/* mixin
========================================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* 汎用クラス
========================================================= */
.underline {
  text-decoration: underline;
}

.opacity a:hover img {
  opacity: 0.6;
  /*alpha*/
  -moz-opacity: 0.6;
  /*firefox*/
  filter: alpha(opacity=60);
  /*IE*/
}

@media (max-width: 479px) {
  .hidden-ss {
    display: none;
  }
}

@media (min-width: 480px) {
  .visible-ss {
    display: none;
  }
}

/* 60　ページ
========================================================= */
/* 50　セクション
----------------------------------------------- */
/* 40　パーツ
------------------------------------- */
/* 変数設定
========================================================= */
/* ベースカラー
------------------------------------- */
/* ベーステキストカラー
------------------------------------- */
.color-text-01 {
  color: #333;
}

/* font-family:
------------------------------------- */
/* グラデーション（変数設定）
========================================================= */
/* uikit.cssの基本設定の上書き
========================================================= */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7;
  color: #333;
  font-size: 14px;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  line-height: 1.2;
}

p {
  margin: 0;
}

p+p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  color: #333;
  transition: .4s;
}

a:before,
a:after {
  transition: .4s;
}

a:hover {
  color: #333;
  text-decoration: none;
}

::-moz-selection {
  color: #333;
}

::selection {
  color: #333;
}

/* 基本 body
========================================================= */
.uk-container {
  margin: auto;
}

.mapp-map-links {
  border: none;
}

.mapp-layout {
  margin: 0;
  border: 0;
}

/* 中ページ layout
----------------------------------------------- */
/* header
========================================================= */
#header {
  padding: 20px 12px;
}

@media (min-width: 960px) {
  #header {
    padding: 30px 20px;
  }
}

/* #header-offcanvas-btn
----------------------------------------------- */
/* #header-logo　
----------------------------------------------- */
/* #header-tel　
----------------------------------------------- */
/* gnav
========================================================= */
/* #lnav
========================================================= */
/* #lnav-01
----------------------------------------------- */
/* #sub内
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* タイトル
-------------------------------------- */
/* テキスト
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
/* パネル
-------------------------------------- */
/* #sub-01　
----------------------------------------------- */
/* ページの上部へボタン（footer内に含まれる）
========================================================= */
#pagetop {
  font-size: 10px;
  font-size: 0.7142857143rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

/* footer
========================================================= */
footer {
  margin-top: 70px;
}

@media (min-width: 480px) {
  footer {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  footer {
    margin-top: 120px;
  }
}

@media (min-width: 960px) {
  footer {
    margin-top: 50px;
  }
}

/* 共通パーツ
----------------------------------------------- */
/* footer-nav
-------------------------------------- */
/* タイトル
-------------------------------------- */
/* テキスト
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
/* パネル
-------------------------------------- */
/* footer-logo
========================================================= */
.footer-logo {
  max-width: 200px;
}

/* footer-head
========================================================= */
/* footer-body
========================================================= */
/* footer-foot
========================================================= */
/* #copyright
----------------------------------------------- */
#copyright {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

/* offcanvas
========================================================= */
.uk-offcanvas-bar {
  background-color: #FFF;
}

.uk-offcanvas-bar li a {
  color: #333;
  font-weight: bold;
}

.uk-offcanvas-bar li a:hover {
  background: #CC0033 !important;
  color: #333 !important;
}

.uk-offcanvas-bar li a i {
  margin-right: .5em;
}

.uk-nav-offcanvas li {
  border-bottom: 1px solid #DDD;
}

.uk-nav-offcanvas>.uk-open>a,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus {
  background: #CC0033;
  color: #FFF;
}

html:not(.uk-touch) .uk-nav-offcanvas>li.uk-open>a:hover {
  background: #CC0033 !important;
  color: #FFF !important;
}

.uk-nav-header {
  color: #FFF !important;
  background: #CC0033;
  border: none;
}

html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
  background: rgba(204, 0, 51, 0.2);
  color: #333;
}

.uk-nav-sub {
  padding: 0 !important;
}

.uk-nav-sub li {
  border: none;
}

.uk-nav-sub li+li {
  border-top: 1px solid #DDD;
}

.uk-nav-sub li a {
  padding: 8px 15px 8px 30px;
  color: #333;
  font-weight: normal;
}

.uk-nav-sub li a:hover {
  background: rgba(204, 0, 51, 0.2);
  color: #333 !important;
}

/* 60　ページ
========================================================= */
/* 50　セクション
----------------------------------------------- */
/* 40　パーツ
------------------------------------- */
/* 全ページ共通
========================================================= */
.bg-color-02 {
  background: black !important;
}

/* タイトル
----------------------------------------------- */
/* グリッド
----------------------------------------------- */
.com-grid-15 {
  margin-left: -15px;
}

.com-grid-15>* {
  padding-left: 15px;
}

.com-grid-15>.uk-grid-margin {
  margin-top: 15px;
}

.com-grid-20 {
  margin-left: -20px;
}

.com-grid-20>* {
  padding-left: 20px;
}

.com-grid-20>.uk-grid-margin {
  margin-top: 20px;
}

.com-grid-30 {
  margin-left: -30px;
}

.com-grid-30>* {
  padding-left: 30px;
}

.com-grid-30>.uk-grid-margin {
  margin-top: 30px;
}

.com-grid-40 {
  margin-left: -40px;
}

.com-grid-40>* {
  padding-left: 40px;
}

.com-grid-40>.uk-grid-margin {
  margin-top: 40px;
}

/* パネル
----------------------------------------------- */
/* セクション間の隙間
----------------------------------------------- */
.com-mt-01 {
  margin-top: 70px;
}

@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 95px;
  }
}

.com-mt-02 {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .com-mt-02 {
    margin-top: 40px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* リスト
----------------------------------------------- */
.com-list-01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.com-list-01 li:before {
  content: "●";
}

/* テキスト
----------------------------------------------- */
/* アクセント色
----------------------------------------------- */
/* リンク
----------------------------------------------- */
/* アイコン
----------------------------------------------- */
.ico-new {
  color: red;
}

/* トップページ
========================================================= */
/* keyvisual
----------------------------------------------- */
/* 共通パーツ
----------------------------------------------- */
/* タイトル
-------------------------------------- */
/* テキスト
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
/* パネル
-------------------------------------- */
/* 〇〇〇〇〇〇〇〇〇〇〇〇
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* タイトル
-------------------------------------- */
/* テキスト
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
/* パネル
-------------------------------------- */
/* #〇〇
----------------------------------------------- */
/* フォーム共通
========================================================= */
/* input関連
-------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  border: 1px solid;
  padding: .3em;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

@media (min-width: 768px) {

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] {
    max-width: 320px;
  }
}

input.width-01 {
  width: 90px;
}

input.width-02 {
  width: 150px;
}

input.width-03 {
  width: 50px;
}

select {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

textarea {
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding: .5em;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

/* コンタクトフォーム7 調整用
-------------------------------------- */
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  margin-left: -1em;
  display: block;
  overflow: hidden;
}

.wpcf7-form-control.wpcf7-radio>*,
.wpcf7-form-control.wpcf7-checkbox>* {
  margin-left: 0;
  padding-left: 1em;
  display: inline-block;
  float: left;
}

/* form-table-01
-------------------------------------- */
/* 文章中の必須項目の部分
-------------------------------------- */
/* 送信ボタン
-------------------------------------- */
.form-btn-01 {
  width: 100%;
  max-width: 410px;
  display: block;
  border: none;
  transition: .4s;
}

.form-btn-01:hover {
  cursor: pointer;
}

/* カテゴリー一覧ページ
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* 一覧用
-------------------------------------- */
/* ボタン
-------------------------------------- */
/* ページナビ
-------------------------------------- */
.wp-pagenavi {
  margin: 0 -4px;
  margin-top: 22px;
}

@media (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 32px;
  }
}

.wp-pagenavi a {
  color: #333;
}

.wp-pagenavi>* {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 4px 0;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #BBB;
  color: #333;
}

@media (min-width: 768px) {

  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.wp-pagenavi .page {
  padding: 1px;
}

.wp-pagenavi .page:hover {
  color: #333;
}

.wp-pagenavi .current {
  border: 2px solid;
}

.wp-pagenavi .first,
.wp-pagenavi .nextpostslink {
  margin-right: 1em;
}

/* カテゴリー　記事詳細
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* タイトル
-------------------------------------- */
.single-tit-01 {
  font-size: 23px;
  font-size: 1.6428571429rem;
  border-bottom: 1px solid #BBB;
  font-weight: bold;
  padding-bottom: .5em;
  margin-bottom: .6em;
}

/* 記事本文
-------------------------------------- */
.single-detail-01 {
  line-height: 2;
}

.single-detail-01 p+p {
  margin-top: 2em;
}

/* 記事前後ボタン
-------------------------------------- */
#single-page-navi-01 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #BBB;
}

@media (min-width: 480px) {
  #single-page-navi-01 {
    padding-top: 60px;
    margin-top: 60px;
  }
}

#single-page-navi-01 ul {
  max-width: 779px;
  margin: auto;
}

#single-page-navi-01 li {
  width: 48%;
}

#single-page-navi-01 li.prev {
  float: left;
}

#single-page-navi-01 li.next {
  float: right;
}

#single-page-navi-01 a {
  display: block;
  font-size: 17px;
  font-size: 1.2142857143rem;
  border: 2px solid #DDD;
  text-align: center;
  color: #333;
  padding: 1.5em;
  position: relative;
}

@media (min-width: 480px) {
  #single-page-navi-01 a {
    font-size: 19px;
    font-size: 1.3571428571rem;
  }
}

.line-btn {
  position: relative;
  background-color: #4db900;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em 4em;
  height: 52px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.0666666667rem
}

.line-btn img {
  margin-right: 1em;
}

.line-btn:before,
.line-btn:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  right: 15px
}

.line-btn:before {
  width: 27px;
  bottom: 22px
}

.line-btn:after {
  width: 10px;
  bottom: 25px;
  transform: rotateZ(35deg)
}

.line-btn:hover {
  color: #fff
}

.line-btn.line {
  background-color: #4db900
}

.line-btn-text {
  color: #4db900;
}

.line-btn-text02 {
  font-size: 12px;
}

.line-bg {
  background: #2DBC13;
  padding: 5px;
  color: #ffff !important;

}

a:before,
a:after {
  transition: .4s
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: .7
}

#offcanvas-nav .icon-file {
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 0.5em;
  background: url(../img/common/icon/icon_file.svg) center bottom no-repeat;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
