@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "roundedb";
  src: url(/import/tenant_1/160.16.88.198/html/font/rounded-mgenplus-2m-bold.ttf);
}

@font-face {
  font-family: "rounded";
  src: url(/import/tenant_1/160.16.88.198/html/font/rounded-mgenplus-2m-medium.ttf);
}

@font-face {
  font-family: "roundedr";
  src: url(/import/tenant_1/160.16.88.198/html/font/rounded-mgenplus-2m-regular.ttf);
}

@font-face {
  font-family: "honoka";
  src: url(/import/tenant_1/160.16.88.198/html/font/honokamin.ttf);
}

.roundedb {
  font-family: "roundedb";
}

.rounded {
  font-family: "rounded";
}

.roundedr {
  font-family: "roundedr";
}

.yumi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝", serif;
}

.honoka {
  font-family: "honoka";
}

/*
@font-face {
    font-family: 'type';
    src: url(/import/tenant_1/160.16.88.198/location/of/fonts/myfont.ttf) format('truetype');
    src: url(/import/tenant_1/160.16.88.198/html/fonts/ロゴたいぷゴシック.otf) format('opentype');
    src: url(/import/tenant_1/160.16.88.198/html/fonts/ロゴたいぷゴシック.woff) format("woff");
}
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
  /*font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 160%;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
}

/*フォント系*/

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs46 {
  font-size: 46px;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

iframe {
  max-width: 100%;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100% !important;
  height: auto !important;
}

.lb-outerContainer {
  width: 80% !important;
  max-width: 450px !important;
  height: auto !important;
}

.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: initial !important;
}

.pic {
  text-align: center;
}

.pix {
  text-align: center;
}

.pic img {
  width: 100%;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.txt {
  line-height: 200%;
}

.lh100 {
  line-height: 100%;
}

.lh160 {
  line-height: 160%;
}

.lh200 {
  line-height: 200%;
}

.bkimg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bkimg img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg1024 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bkimg1024 img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg599 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bkimg599 img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a[href*="tel"] {
  pointer-events: none;
}

h1 {
  position: absolute;
  bottom: 200%;
}

[data-element-id] h1 {
  position: static;
  text-indent: initial;
}

/*アラート系*/

a[data-href="#"] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href*="."] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href="#"]:hover:before {
  content: "リンクが設定されていない可能性があります。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[data-href*="."]:hover:before {
  content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
  content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

[data-collection-list-content]:hover:before {
  content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

ul,
li {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/*altlist*/

.altlist01 .alt01 {
  display: none;
}

/*totop*/

#totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
}

#totop a {
  display: block;
}

#totop img {
  width: 60px;
}

@media only screen and (max-width: 1024px) {
  #totop img {
    width: 50px;
  }
}

@media only screen and (max-width: 599px) {
  #totop img {
    width: 40px;
  }
}

/*トランスフォーム親*/

.tfmp {
  position: relative;
  overflow: hidden;
}

/*左右中央寄せ*/

.tfmx {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.tfmx[data-element-id] {
  position: absolute !important;
}

/*上下中央寄せ*/

.tfmy {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tfmy[data-element-id] {
  position: absolute !important;
}

/*上下左右中央寄せ*/

.tfmxy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.tfmxy[data-elemenid] {
  position: absolute !important;
}

/*トリミング*/

.trimming {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming40 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming50 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming60 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming70 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming80 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming90 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming110 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming120 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming130 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming140 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming150 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming160 {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimmingInner {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*フレックス*/

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexb > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ase {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.row2 {
  width: 48%;
  margin: 1%;
}

.row3 {
  width: 31.333%;
  margin: 1%;
}

.row4 {
  width: 23%;
  margin: 1%;
}

.row5 {
  width: 18%;
  margin: 1%;
}

.reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rd10 {
  border-radius: 10px;
}

.rd20 {
  border-radius: 20px;
}

.rd30 {
  border-radius: 30px;
}

/*header*/

#header {
  position: relative;
  padding-top: 30px;
}

#header:after {
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/file_contents/8/get) top -10px left / cover no-repeat;
  width: 100%;
  height: 40px;
  content: "";
}

.hcontbox a {
  text-align: center;
  color: #fff;
  background: #4d9816;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
}

.htel {
  max-width: 450px;
  width: 100%;
}

.hlogo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rdt50 .trimmingInner:after {
  background: url(/import/tenant_1/160.16.88.198/html/images/circle.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 101%;
  height: 101%;
  z-index: 2;
}

.grp .rdt50 .trimmingInner:after {
  background: url(/import/tenant_1/160.16.88.198/html/images/circle2.png) center center / cover no-repeat;
}

@media only screen and (max-width: 1024px) {
  .hlogo {
    width: 40%;
    margin: 20px auto;
  }
  .htel {
    margin: auto;
    max-width: 420px;
  }
}

@media only screen and (max-width: 599px) {
  .hlogo {
    width: 70%;
    margin: 10px auto 15px;
    text-align: center;
  }
  .hcontbox a {
    padding: 2px 10px;
    display: block;
    max-width: 180px;
    margin: 5px auto 0;
  }
  .htel li {
    text-align: center;
    width: 100%;
  }
  .htel li dt {
    text-align: center;
    line-height: 100%;
    font-size: 20px;
  }
  .htel li dd {
    text-align: center;
  }
}

/*gnav*/

#gnav p span.n {
  display: none;
}

#gnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
  width: 100%;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

#gnav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.pcnone {
  display: none;
}

[data-element-id] .pcnone {
  display: block;
  position: relative;
}
[data-element-id] .pcnone:before {
  display: block;
  content: "スマホのみ";
  position: absolute;
  top: 5px;
  transform: translateY(-100%);
  left: 0;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
}

#gnav li .icon {
  margin-right: 10px;
  vertical-align: super;
}

#gnav li a {
  width: 100%;
  display: block;
  font-weight: 500;
  padding: 10px 0 0;
}
#gnav li > .a {
   width: 100%;
  display: block;
  font-weight: 500;
  padding: 10px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

#gnav.fixed {
  position: fixed;
  z-index: 200;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  left: 0;
}

.fixed .accordion-toggle {
  opacity: 0.8;
}

#gnav li.pull {
  position: relative;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

#gnav .gnavinn > ul {
  max-width: 1200px;
  margin: auto;
}

/*
#gnav li.pull:after {
    position: absolute;
    top: 100%;
    left: 45%;
    content: "";
    border-bottom: 60px solid rgba(255, 255, 0, 0.8);
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    z-index: -1;
    visibility: hidden;
}

#gnav li.pull:hover:after {
    visibility: visible;
}
*/

#gnav li.pull ul {
  visibility: hidden;
/*   height: 0; */
  border: 1px solid #cacaca;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
  width: 254px;
  border-radius: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
#gnav li.pull.pull-short ul{
  width: 136px;
}

#gnav li.pull:hover ul {
  visibility: visible;
  height: auto;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  top: 110%;
  opacity: 1;
}

#gnav li.pull ul li {
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding: 0;
/*   height: 0; */
  visibility: hidden;
}

#gnav li.pull:hover ul li {
  height: auto;
  visibility: visible;
}

#gnav li.pull ul li a {
/*   visibility: hidden; */
/*   height: 0; */
  border: none;
  padding: 10px 2px;
  width: 100%;
  font-size: 15px;
}

#gnav li.pull:hover ul li a {
  visibility: visible;
  height: auto;
  -webkit-transition: 0s all ease;
  transition: 0s all ease;
}

#gnav li.pull ul li:last-child {
  border-bottom: none;
}

#gnav li.pull > a {
  pointer-events: none;
}

#gnav li.pull:hover {
  cursor: pointer;
}

/*ハンバーガー*/

@media only screen and (max-width: 1024px) {
  #gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background: none;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    padding: 0;
    z-index: 101;
    border: none;
    padding-bottom: 0;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
  }
  #gnav ul li {
    display: block !important;
    width: 100%;
  }
  #gnav p {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    left: -44px;
    cursor: pointer;
    margin: 2px;
    z-index: 1;
  }
  #gnav.action p {
    right: 0;
    left: auto;
  }
  #gnav li {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 0;
    display: block !important;
  }
  #gnav .glogo img {
    width: 50%;
    margin-bottom: 5%;
  }
  #gnav ul li a {
    height: auto;
    display: block;
    border: none;
    padding: 10px 0 10px 10px;
    position: relative;
  }

  /*
    #gnav ul li a:after {
        content: "\f105";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FontAwesome;
    }
*/
  /*
    #gnav ul li.pull a:after {
        content: "\f107";
    }
*/
  #gnav li.pull ul li a:after {
    display: none;
  }
  #gnav li.pull ul li:last-child {
    border-bottom: 1px solid #cacaca;
  }
  #gnav li a span {
    text-align: left;
    font-size: 14px !important;
    padding: 0;
  }
  #gnav ul.flexs dd {
    padding-left: 20px;
    padding-right: 10px;
  }
  .gnavinn {
    padding: 40px 20px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
  .gbox > dt {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #505050;
    margin: 0 5px 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "KozGoPro";
  }
  #gnav.action {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  #gnav p span.n {
    display: block;
    background: #333;
    height: 2px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }
  #gnav p span.n:before {
    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }
  #gnav p span.n:after {
    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
  }
  #gnav.action p span.n:after,
  #gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  #gnav ul.m1000 {
    width: auto;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 40px 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
  #gnav li {
    border-left: none;
  }
  .overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 100;
  }
  /*#gnav ul li+li{
		padding-left:15px;
	}*/
  /* #gnav li.pull {
    position: static;
    border-bottom: none !important;
  }
  #gnav li.pull ul {
    position: static !important;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100%;
    margin-top: 0;
    height: auto !important;
    visibility: visible !important;
    border: none;

  }
  #gnav li.pull ul li {
    height: auto;
    visibility: visible;
  }
  #gnav li.pull ul li a {
    visibility: visible !important;
    height: auto !important;
    padding: 10px !important;
    display: block;
  }
  #gnav li.pull ul li a .pix {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100%;
    max-width: none !important;
    display: block;
  } */

  .overlay {
    height: 100%;
    overflow: hidden;
  }
  .overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 100;
  }
  #gnav .col3 {
    max-width: none;
  }

  #gnav .col3 li {
    width: 100%;
  }

  #gnav .col1 {
    max-width: none;
  }
  #gnav li.pull ul {
    padding: 10px 13px 10px;
  }
  #gnav li > .a{
    padding: 10px 0 10px 10px;
  }
}

/*footer*/

.fbnr {
  background: url(/import/tenant_1/160.16.88.198/html/images/fbnr.png) top left / cover;
  padding: 60px 0;
}

.fbnr dt {
  color: #fff;
  text-align: center;
}

.fbnr dt span {
  display: inline-block;
  position: relative;
  padding: 0 60px;
}

.fbnr dt span:before {
  content: "";
  height: 40px;
  width: 2px;
  position: absolute;
  left: 20px;
  top: 0;
  background: #fff;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.fbnr dt span:after {
  content: "";
  height: 40px;
  width: 2px;
  position: absolute;
  right: 20px;
  top: 0;
  background: #fff;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.fbnr dd {
  max-width: 580px;
  margin: 20px auto 0;
}

.fbnr dd a {
  text-align: center;
  display: inline-block;
  color: #4d9816;
  background: #ffd800;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}

.faccl dt {
  margin-bottom: 20px;
}

.table table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table table th {
  color: #fff;
  background: #4d9816;
  border: 1px solid #b2b2b2;
  width: auto;
  height: 42px;
  font-weight: normal;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table table td {
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background: #4d9816;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table table thead th {
  border-right: none;
}

.table table thead td {
  border-left: #fff 1px solid;
  border-right: none;
}

.table table thead td:last-of-type {
  border-right: 1px solid #b2b2b2;
}

.table tbody th {
  background: #fff;
  color: #333;
  border-right: 1px solid #b2b2b2;
}

.table tbody td {
  background: #fff;
  color: #4d9816;
  font-size: 16px;
}

.finfo dt {
  margin-bottom: 40px;
}

.fnav li {
  padding: 5px 0;
}

.fnav li a {
  width: 100%;
}

.fnav .w48 {
  margin: 0;
  width: 48%;
}

.fnav .w50 {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .faccl dt {
    margin-bottom: 15px;
  }
  .fnav .w48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fbnr dd a {
    padding: 15px;
    max-width: 90%;
    display: block;
    margin: auto;
  }
  .finfo dt {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .faccl dt {
    margin-bottom: 5px;
  }
  .faccl dd.fs18 {
    font-size: 14px;
  }
  .fbnr dd {
    margin: 10px auto 0;
  }
  .fbnr dd a {
    padding: 5px;
    font-size: 14px;
  }
  .fnav .w48 {
    width: 46%;
    margin: 2% 0;
  }
  .fbnr dt span {
    padding: 0;
    font-size: 16px;
  }
  .fbnr dt span:before,
  .fbnr dt span:after {
    display: none;
  }
  .finfo dt {
    margin-bottom: 20px;
  }
  .fnav li a {
    font-size: 12px;
  }
  .finfo dt img {
    width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .bkimg1024 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bkimg1024 img {
    min-width: auto !important;
  }
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 20px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 22px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 24px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 26px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 28px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 30px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }
  a[href*="tel"] {
    pointer-events: initial !important;
  }
  .row4 {
    width: 31.333%;
  }
  .row5 {
    width: 23%;
  }
}

@media only screen and (max-width: 599px) {
  .bkimg599 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bkimg599 img {
    min-width: auto !important;
  }
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .fs18 {
    font-size: 16px;
  }

  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 18px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 20px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 22px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 24px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 26px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 28px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }
  .row2 {
    width: 98%;
  }
  .row3 {
    width: 48%;
  }
  .row4 {
    width: 48%;
  }
  .row5 {
    width: 31.333%;
  }
}

/*スライドショー*/

.homeSlide {
  text-align: center;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

.homeSlide:before {
  content: "";
  background: url(/import/tenant_1/160.16.88.198/html/images/nami.png) top left repeat-x;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 50px;
}

.homeSlide:after {
  content: "";
  background: url(/import/tenant_1/160.16.88.198/html/images/nami.png) bottom left repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.homeSlide h2 {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-family: "rounded";
  font-weight: 400;
}

.homeSlide .uk-slidenav-position {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
  padding-top: 45%;
  content: "";
  display: block;
}

.homeSlide .uk-slideshow {
  position: absolute;
  top: 0;
}

/*fead*/

.fead-mv {
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.mv {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*map*/

.map {
  position: relative;
  overflow: hidden;
}

.map:after {
  display: block;
  content: "";
  padding-top: 30%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .map:after {
    padding-top: 40%;
  }
}

@media only screen and (max-width: 599px) {
  .map:after {
    padding-top: 50%;
  }
}

/*wrap*/

#wrapper {
  overflow: hidden;
  min-width: 320px;
  margin: 0 auto;
}

/*common*/

.green {
  color: #4d9816;
}

.bro {
  color: #976000;
}

.tel a:before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  font-size: 90%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.w100 {
  width: 100%;
  display: block;
}

.w20 {
  width: 20%;
  margin: 1% 0;
}

.w25 {
  width: 25%;
  margin: 1% 0;
}

.w26 {
  width: 26%;
  margin: 1% 0;
}

.w30 {
  width: 30%;
  margin: 1% 0;
}

.w40 {
  width: 40%;
  margin: 1% 0;
}

.w46 {
  width: 46%;
  margin: 1% 0;
}

.w48 {
  width: 48%;
  margin: 1% 0;
}

.w50 {
  width: 50%;
  margin: 1% 0;
}

.w60 {
  width: 60%;
  margin: 1% 0;
}

.w70 {
  width: 70%;
  margin: 1% 0;
}

.w80 {
  width: 80%;
  margin: 1% 0;
}

.w80r {
  width: 76%;
  margin: 1% 4% 1% 0;
}

.w80l {
  width: 76%;
  margin: 1% 0 1% 4%;
}

.w70r {
  width: 66%;
  margin: 1% 4% 1% 0;
}

.w70l {
  width: 66%;
  margin: 1% 0 1% 4%;
}

.w60r {
  width: 56%;
  margin: 1% 4% 1% 0;
}

.w60l {
  width: 56%;
  margin: 1% 0 1% 4%;
}

.m600 {
  max-width: 600px;
  margin: auto;
}

.m700 {
  max-width: 700px;
  margin: auto;
}

.m800 {
  max-width: 800px;
  margin: auto;
}

.m900 {
  max-width: 900px;
  margin: auto;
}

.m960 {
  max-width: 960px;
  margin: auto;
}

.m1000 {
  max-width: 1000px;
  margin: auto;
}

.m1200 {
  max-width: 1250px;
  width: 96%;
  margin: auto;
}

.harea {
  padding: 80px 0;
}

.area {
  padding: 80px 0;
}

.area60 {
  padding: 60px 0;
}

.area40 {
  padding: 40px 0;
}

.area20 {
  padding: 20px 0;
}

.mainImg {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

.mainImg:before {
  content: "";
  background: url(/import/tenant_1/160.16.88.198/html/images/nami.png) top left repeat-x;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.mainImg:after {
  content: "";
  background: url(/file_contents/13/get) bottom left / cover repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: 1;
}

.mainImg h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
  margin: auto;
  font-family: "rounded";
  font-weight: 400;
  text-shadow: 2px 2px 15px #999, 2px 2px 15px #999;
  z-index: 2;
}

.mainImg h2 span {
  display: block;
  text-align: center;
  line-height: 100%;
}

.mainImg .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
}

.mainImg .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 600px;
}

.mainImg .pic:before {
  content: "";
  display: block;
  padding-top: 17%;
}

.mainImg .pic:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.copy {
  text-align: right;
  padding: 20px 0;
}

.index h3 {
  text-align: center;
  color: #4d9816;
  font-family: "rounded";
  margin-bottom: 40px;
  font-weight: 400;
}

.under h3 {
  text-align: center;
  color: #4d9816;
  font-family: "rounded";
  margin-bottom: 40px;
  font-weight: 400;
}

.under h3.h3r {
  color: #f39a42;
}

.moreg {
  margin: 40px auto;
}

.moreg a {
  color: #4d9816;
  padding: 10px 30px;
  border: 1px solid #4d9816;
  border-radius: 10px;
  min-width: 200px;
  display: inline-block;
}

.grass {
  background: url(/file_contents/14/get) top left / 100% no-repeat;
}

.scbg {
  background: #fff9ea;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs li a {
  display: inline-block;
}

.breadcrumbs li a:hover {
  opacity: 0.6;
}

.breadcrumbs ul li:last-of-type:after {
  display: none;
}

.breadcrumbs ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs ul li .now {
  color: #4d9816;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .m600 {
    width: 96%;
  }

  .m700 {
    width: 96%;
  }

  .m800 {
    width: 96%;
  }
  .m900 {
    width: 96%;
  }
  .m960 {
    width: 96%;
  }
  .m1000 {
    width: 96%;
  }
  .harea {
    padding: 60px 0;
  }
  .area {
    padding: 60px 0;
  }
  .area60 {
    padding: 50px 0;
  }
  .area40 {
    padding: 30px 0;
  }
  .index h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .w20 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w20 {
    max-width: 400px;
  }
  .w26 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w26 {
    max-width: 400px;
  }

  .w30 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w30 {
    max-width: 400px;
  }
  .w40 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w40 {
    max-width: 400px;
  }
  .w46 {
    width: 100%;
    margin: 2% auto;
  }

  .w48 {
    width: 100%;
    margin: 2% auto;
  }
  .w50 {
    width: 100%;
    margin: 2% auto;
  }
  .w60 {
    width: 100%;
    margin: 2% auto;
  }

  .w70 {
    width: 100%;
    margin: 2% auto;
  }

  .w80 {
    width: 100%;
    margin: 2% auto;
  }
  .w60r {
    width: 100%;
    margin: 2% auto;
  }

  .w60l {
    width: 100%;
    margin: 2% auto;
  }
  .w70r {
    width: 100%;
    margin: 2% auto;
  }

  .w70l {
    width: 100%;
    margin: 2% auto;
  }

  .w80r {
    width: 100%;
    margin: 2% auto;
  }
  .w80l {
    width: 100%;
    margin: 2% auto;
  }
  .w25 {
    width: 50%;
    margin: 2% auto;
  }
  .m600 {
    width: 94%;
  }

  .m700 {
    width: 94%;
  }

  .m800 {
    width: 94%;
  }
  .m900 {
    width: 94%;
  }
  .m960 {
    width: 94%;
  }
  .m1000 {
    width: 94%;
  }
  .m1200 {
    width: 94%;
  }
  .harea {
    padding: 40px 0;
  }
  .area {
    padding: 40px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .index h3 {
    margin-bottom: 20px;
  }
  .copy {
    text-align: center;
  }
}

/*home*/

.hfirstinn .tbox {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.hfirstinn .picbox {
  width: 28%;
}

.hfirstinn .picbox li {
  width: 100%;
}

.hfirstinn .picbox li span {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  display: block;
}

.hfirstinn .picbox ul {
  width: 100%;
}

.hfirstinn .picbox ul li:nth-of-type(2n + 1) span {
  max-width: 230px;
}

.hfirstinn .picbox ul li:nth-of-type(2n + 2) span {
  max-width: 200px;
}

.hfirstinn .picbox li span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.hfirstinn .picbox ul li.tar span {
  margin-left: auto;
}

.hfirstinn .picbox li img {
  /*
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto !important;
    max-width: none !important;
    width: 105% !important;
    position: absolute;
    top: 0px;
    left: 50%;
*/
  opacity: 0.8;
}

.hfirstinn .picl {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hfirstinn .picr {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.hfirst {
  position: relative;
}

.hfirst:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(/file_contents/14/get) bottom left / 100% no-repeat;
  width: 100%;
  height: 90px;
}

.hmenulist a {
  display: block;
  height: 100%;
}

.hmenulist dl {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.hmenulist dt {
  margin-bottom: 20px;
}

.hmenulist dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.htlist {
  margin-top: -80px;
}

.htlist ul li {
  width: 19%;
  margin: 0.5%;
}

.htlist ul li a {
  display: block;
  height: 100%;
}

.htlist ul li dl {
  padding: 70px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.htlist ul li:nth-of-type(5n + 1) dl {
  background: url(/import/tenant_1/160.16.88.198/html/images/htlist1.png) center center / 100% 100% no-repeat;
}

.htlist ul li:nth-of-type(5n + 2) dl {
  background: url(/import/tenant_1/160.16.88.198/html/images/htlist2.png) center center / 100% 100% no-repeat;
  margin-top: 80px;
}

.htlist ul li:nth-of-type(5n + 3) dl {
  background: url(/import/tenant_1/160.16.88.198/html/images/htlist3.png) center center / 100% 100% no-repeat;
  margin-top: 120px;
}

.htlist ul li:nth-of-type(5n + 4) dl {
  background: url(/import/tenant_1/160.16.88.198/html/images/htlist4.png) center center / 100% 100% no-repeat;
  margin-top: 80px;
}

.htlist ul li:nth-of-type(5n + 5) dl {
  background: url(/import/tenant_1/160.16.88.198/html/images/htlist5.png) center center / 100% 100% no-repeat;
}

.htlist ul li:nth-of-type(5n + 1) dt {
  color: #4d9816;
}

.htlist ul li:nth-of-type(5n + 2) dt {
  color: #9ca100;
}

.htlist ul li:nth-of-type(5n + 3) dt {
  color: #b06300;
}

.htlist ul li:nth-of-type(5n + 4) dt {
  color: #c04612;
}

.htlist ul li:nth-of-type(5n + 5) dt {
  color: #bc4b81;
}

.htlist ul li:nth-of-type(5n + 1) dd span {
  background: #4d9816;
}

.htlist ul li:nth-of-type(5n + 2) dd span {
  background: #9ca100;
}

.htlist ul li:nth-of-type(5n + 3) dd span {
  background: #b06300;
}

.htlist ul li:nth-of-type(5n + 4) dd span {
  background: #c04612;
}

.htlist ul li:nth-of-type(5n + 5) dd span {
  background: #bc4b81;
}

.htlist dt {
  text-align: center;
  margin-bottom: 20px;
}

.htlist dd {
  text-align: center;
}

.htlist dd span {
  display: inline-block;
  color: #fff;
  background: #333;
  border-radius: 10px;
  padding: 5px 20px;
}

.leaf {
  position: relative;
}

.leaf:before {
  background: url(/file_contents/8/get) top left / cover no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
}

.brp {
  background: url(/import/tenant_1/160.16.88.198/html/images/brp.png) top left;
}

.grp {
  background: url(/import/tenant_1/160.16.88.198/html/images/grp.png) top left;
}

.rrp {
  background: url(/import/tenant_1/160.16.88.198/html/images/rrp.png) top left;
}

.hnewbox {
  padding: 30px 0;
  border-bottom: 1px dashed #aaa;
}

.hnewbox a {
  display: block;
}

.hnewbox dt {
  margin-bottom: 10px;
}

.hnewbox .tit {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnewbox .more {
  text-align: right;
  color: rgba(240, 175, 1, 255);
}

@media only screen and (max-width: 1024px) {
  .hfirstinn .picbox ul li span {
    max-width: none !important;
    border-radius: 0;
  }
  .hfirstinn .picbox li {
    width: 50%;
  }
  .hfirstinn .picbox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .hfirstinn .tbox {
    width: 96%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 1% auto;
  }
  .hmenulist dl {
    margin-bottom: 30px;
  }
  .hmenulist dt {
    margin-bottom: 15px;
  }
  .htlist ul li {
    width: 32.333%;
    margin: 2% 0.5%;
  }
  .htlist {
    margin-top: 40px;
  }
  .htlist ul li dl {
    margin-top: 0 !important;
    max-width: 230px;
    margin: auto;
  }
  .hnewbox {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 599px) {
  .hfirstinn .tbox {
    width: 94%;
  }
  .hmenulist dl {
    margin-bottom: 20px;
  }
  .hmenulist dt {
    margin-bottom: 10px;
  }
  .htlist ul li {
    width: 49%;
    margin: 2% 0.5%;
  }
  .htlist dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .htlist dd span {
    padding: 5px 10px;
  }
  .htlist ul li dl {
    padding: 40px 10px;
    max-width: 180px;
  }
  .hnewbox {
    padding: 10px 0;
  }
  .hmenulist dd {
    font-size: 14px;
  }
}

/*about*/

.faclistitem {
  height: 100%;
  padding: 15px 15px 30px;
  background: #faf6ee;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
}

.faclistitem .tit {
  margin: 15px 0;
}

@media only screen and (max-width: 1024px) {
  .accbox .map {
    width: 90%;
    margin: 1% auto;
  }
  .accbox .faccinn {
    width: 90%;
    margin: 1% auto;
  }
}

@media only screen and (max-width: 599px) {
  .faclistitem {
    padding: 10px 10px 20px;
  }
  .faclist .row3 {
    margin-bottom: 20px;
    width: 100%;
  }
  .accbox .map {
    width: 100%;
    margin: 2% auto;
  }
  .accbox .faccinn {
    width: 100%;
    margin: 2% auto;
  }
}

/*first*/

.first03list dl {
  position: relative;
  overflow: hidden;
}

.first03list dt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  width: 90%;
}

.first03list dd:after {
  background: url(/import/tenant_1/160.16.88.198/html/images/circle.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 101%;
  height: 101%;
  z-index: 2;
}

.first03list dd:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(227, 183, 60, 0.8);
  content: "";
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .first03list li.row4 {
    margin: 2% 0;
  }
}

/*treatment*/

.tflowlist li {
  position: relative;
  margin: 40px 0 120px;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.tflowlist li:last-of-type {
  margin-bottom: 0;
}

.tflowlist li:last-of-type:after {
  display: none;
}

.tflowlist li:after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background: url(/import/tenant_1/160.16.88.198/html/images/arrowbtm.png) bottom center / contain no-repeat;
  width: 60px;
  height: 45px;
}

.tflowlist .tbox {
  padding: 30px;
  margin: 0;
}

.tflowlist .tbox dt {
  margin-bottom: 10px;
}

.tflowlist .tbox dt .num {
  color: #fff;
  display: inline-block;
  background: url(/import/tenant_1/160.16.88.198/html/images/numbg.png) center center / contain no-repeat;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 1;
}

.tflowlist .pic {
  max-width: none;
  margin: 0;
}

.treatment03list .table table tbody td {
  color: #333;
  height: 40px;
}

.treatment03list .table table thead td {
  font-weight: 700;
  height: 60px;
}

.treatment03list .table tbody td {
  font-size: 14px;
}

.trlist .row3 {
  margin: 0;
  width: 33.333%;
}

.trlist ul {
  border: 1px solid #b2b2b2;
}

.trlist dt {
  background: #4d9816;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trlist dd {
  padding: 30px;
  border-right: 1px solid #b2b2b2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trlist.trlist2 dt {
  padding: 15px;
  width: 30%;
}

.trlist.trlist2 dd {
  padding: 15px;
  width: 35%;
}

.trlist li {
  border-bottom: 1px solid #b2b2b2;
}

.trlist li:last-of-type {
  border-bottom: none;
}

.trlist dl dd:last-of-type {
  border-right: none;
}

.trlist .txt {
  padding: 20px 0;
}

.prolist table {
  width: 50%;
}

.prolist table tr {
  border-left: 1px solid #b2b2b2;
}

@media only screen and (max-width: 1024px) {
  .tflowlist .pic .trimmingInner {
    padding-top: 120% !important;
  }
  .tflowlist .tbox dt .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .tflowlist li {
    margin: 30px 0 120px;
  }
  .trlist dt {
    padding: 20px;
  }

  .trlist dd {
    padding: 20px;
  }
  .trlist .txt {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .tflowlist .tbox {
    padding: 40px 30px 0;
  }
  .tflowlist .pic {
    padding: 30px;
  }
  .tflowlist .pic .trimmingInner {
    padding-top: 80% !important;
  }
  .tflowlist .tbox dt .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tflowlist li:after {
    bottom: -60px;
  }
  .tflowlist li {
    margin: 20px 0 80px;
  }
  .trlist dt {
    padding: 10px;
    width: 100% !important;
  }

  .trlist dd {
    padding: 10px;
    width: 50% !important;
  }
  .trlist .txt {
    padding: 10px 0;
  }
  .prolist table {
    width: 100%;
  }
  .treatment03list .table.prolist table tbody td {
    width: 70%;
  }
  .table.prolist table:first-of-type thead th {
    display: table-cell;
  }
  .table.prolist table thead th {
    display: none;
  }
  .table.prolist table .spnone {
    display: none;
  }
  /*
    .treatment03list .table {
        width: 600px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
*/
}

@media only screen and (max-width: 414px) {
  .treatment03list .table table {
    width: 200%;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    -ms-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
    margin-bottom: -50%;
  }
  .treatment03list .table.prolist table {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 0;
  }
}

/*accident*/

.parrw {
  position: relative;
  padding-left: 40px;
}

.parrw:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(/upload/tenant_1/8a82c0cb3f181dd76f9fde6d22351c3f.png) center center / cover no-repeat;
}

.accident01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.accident01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.accident01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.accident01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 240px;
}

.accident01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .accident01list ul .br {
    right: 0;
    max-width: 220px;
  }
  .accident01list ul .tl {
    max-width: 70px;
  }
  .accident01list ul {
    padding: 40px 30px;
  }
  .parrw {
    padding-left: 40px;
  }
  .parrw:before {
    width: 30px;
    height: 30px;
    top: -4px;
  }
  .accident01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .accident01list ul {
    padding: 40px 20px;
  }
  .accident01list ul .br {
    right: 0;
    max-width: 200px;
  }
  .accident01list ul .tl {
    max-width: 60px;
  }
  .accident01list li {
    padding: 0 0 10px 35px;
  }
  .parrw {
    padding-left: 35px;
  }

  .parrw:before {
    width: 25px;
    height: 25px;
    top: 0;
  }
}

/*acupuncture*/

.acupuncture01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.acupuncture01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.acupuncture01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.acupuncture01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 80px;
}

.acupuncture01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .acupuncture01list ul .br {
    right: 0;
    max-width: 70px;
  }
  .acupuncture01list ul .tl {
    max-width: 70px;
  }
  .acupuncture01list ul {
    padding: 40px 30px;
  }
  .acupuncture01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .acupuncture01list ul {
    padding: 40px 20px;
  }
  .acupuncture01list ul .br {
    max-width: 60px;
  }
  .acupuncture01list ul .tl {
    max-width: 60px;
  }
  .acupuncture01list li {
    padding: 0 0 10px 35px;
  }
}

/*trainining*/

.training01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.training01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.training01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.training01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.training01list li {
  padding: 0 0 10px 45px;
}

.tocontbtn a {
  padding: 20px;
  background: #4d9816;
  color: #fff;
  display: block;
  border-radius: 10px;
  width: 90%;
  max-width: 530px;
  margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
  .training01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .training01list ul .tl {
    max-width: 70px;
  }
  .training01list ul {
    padding: 40px 30px;
  }
  .tocontbtn a {
    padding: 15px;
  }
  .training01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .training01list ul {
    padding: 40px 20px;
  }
  .training01list ul .tl {
    max-width: 50px;
  }
  .tocontbtn a {
    padding: 10px;
  }
  .training01list li {
    padding: 0 0 10px 35px;
  }
}

/*massage*/

.trainining01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.massage01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.massage01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.massage01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 80px;
}

.massage01list li {
  padding: 0 0 10px 45px;
}

.massage02list li {
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  margin: 60px 0;
  padding: 30px;
}

.massage02list li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.massage02list li dd.txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0;
}

.massage03box dd dl {
  padding: 20px 0;
}

.massage03box dd .tit {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .massage01list ul .br {
    right: 0;
    max-width: 70px;
  }
  .massage01list ul .tl {
    max-width: 70px;
  }
  .massage01list ul {
    padding: 40px 30px;
  }
  .massage01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .massage01list ul {
    padding: 40px 20px;
  }
  .massage01list ul .br {
    max-width: 60px;
  }
  .massage01list ul .tl {
    max-width: 60px;
  }
  .massage02list li {
    margin: 30px 0;
    padding: 20px;
  }
  .massage02list li dd.txt {
    padding: 10px 0;
  }
  .massage01list li {
    padding: 0 0 10px 35px;
  }
}

/*beauty*/

.beauty02box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.beauty02list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.beauty02list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.beauty02list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 80px;
}

.beauty02list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .beauty02list ul .br {
    right: 0;
    max-width: 70px;
  }
  .beauty02list ul .tl {
    max-width: 70px;
  }
  .beauty02list ul {
    padding: 40px 30px;
  }
  .beauty02list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .beauty02list ul {
    padding: 40px 20px;
  }
  .beauty02list ul .tl {
    max-width: 60px;
  }
  .beauty02list ul .br {
    max-width: 60px;
  }
  .beauty02list li {
    padding: 0 0 10px 35px;
  }
}

/*lumbago*/

.lumbago01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.lumbago01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.lumbago01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.lumbago01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.lumbago01list li {
  padding: 0 0 10px 45px;
}

.lumbago04list li {
  width: 46%;
}

.lumbago04list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lumbago04list dt {
  margin-bottom: 15px;
}

.lumbago04list dd {
  background: #eeeeee;
  padding: 15px;
}

@media only screen and (max-width: 1024px) {
  .lumbago01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .lumbago01list ul .tl {
    max-width: 70px;
  }
  .lumbago01list ul {
    padding: 40px 30px;
  }
  .lumbago01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .lumbago01list ul {
    padding: 40px 20px;
  }
  .lumbago01list ul .tl {
    max-width: 50px;
  }
  .lumbago01list ul .br {
    right: 0;
    max-width: 80px;
  }
  .lumbago04list dt {
    margin-bottom: 10px;
  }

  .lumbago04list dd {
    padding: 10px;
  }
  .lumbago01list li {
    padding: 0 0 10px 35px;
  }
}

/*shoulder*/

.shoulder01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.shoulder01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.shoulder01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.shoulder01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.shoulder01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .shoulder01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .shoulder01list ul .tl {
    max-width: 70px;
  }
  .shoulder01list ul {
    padding: 40px 30px;
  }
  .shoulder01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .shoulder01list ul {
    padding: 40px 20px;
  }
  .shoulder01list ul .tl {
    max-width: 50px;
  }
  .shoulder01list ul .br {
    right: 0;
    max-width: 80px;
  }
  .shoulder01list li {
    padding: 0 0 10px 35px;
  }
}

/*hand*/

.hand01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.hand01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.hand01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.hand01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.hand01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .hand01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .hand01list ul .tl {
    max-width: 70px;
  }
  .hand01list ul {
    padding: 40px 30px;
  }
  .hand01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .hand01list ul {
    padding: 40px 20px;
  }
  .hand01list ul .tl {
    max-width: 50px;
  }
  .hand01list ul .br {
    right: 0;
    max-width: 80px;
  }
  .hand01list li {
    padding: 0 0 10px 35px;
  }
}

/*foot*/

.foot01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.foot01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.foot01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.foot01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.foot01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .foot01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .foot01list ul .tl {
    max-width: 70px;
  }
  .foot01list ul {
    padding: 40px 30px;
  }
  .foot01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .foot01list ul {
    padding: 40px 20px;
  }
  .foot01list ul .tl {
    max-width: 50px;
  }
  .foot01list ul .br {
    right: 0;
    max-width: 80px;
  }
  .foot01list li {
    padding: 0 0 10px 35px;
  }
}

/*sport*/

.sport01box h3 {
  max-width: 900px;
  margin: 0 16% 40px;
}

.sport01list ul {
  padding: 40px;
  background: #fdf8f1;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 60px auto;
  max-width: 900px;
}

.sport01list ul .tl {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  max-width: 80px;
}

.sport01list ul .br {
  position: absolute;
  bottom: -60px;
  right: -20px;
  z-index: 1;
  max-width: 120px;
}

.sport01list li {
  padding: 0 0 10px 45px;
}

@media only screen and (max-width: 1024px) {
  .sport01list ul .br {
    right: 0;
    max-width: 100px;
  }
  .sport01list ul .tl {
    max-width: 70px;
  }
  .sport01list ul {
    padding: 40px 30px;
  }
  .sport01list li {
    padding: 0 0 10px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .sport01list ul {
    padding: 40px 20px;
  }
  .sport01list ul .tl {
    max-width: 50px;
  }
  .sport01list ul .br {
    right: 0;
    max-width: 80px;
  }
  .sport01list li {
    padding: 0 0 10px 35px;
  }
}

/*faq*/

.faqnav li a {
  display: block;
  color: #fff;
  background: url(/import/tenant_1/160.16.88.198/html/images/faqnav.png) center center / cover;
  padding: 30px 10px;
  font-weight: 700;
}

.faqlist .q {
  background: url(/import/tenant_1/160.16.88.198/html/images/q.png) center center / contain no-repeat;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 4px;
}

.faqlist .a {
  background: url(/import/tenant_1/160.16.88.198/html/images/a.png) center center / contain no-repeat;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 24px;
}

.faqlist li {
  margin-bottom: 20px;
}

.faqlist dt {
  position: relative;
  padding: 10px 30px 30px 70px;
}

.faqlist dd {
  position: relative;
  padding: 30px 30px 30px 70px;
}

@media only screen and (max-width: 1024px) {
  .faqnav .row4 {
    width: 48%;
  }
  .faqnav li a {
    padding: 20px 10px;
  }
  .faqlistarea h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .faqnav li a {
    padding: 10px;
  }
  .faqlist dt {
    padding: 10px 30px 30px 60px;
  }

  .faqlist dd {
    padding: 30px 30px 30px 60px;
  }
  .faqlistarea h3 {
    margin-bottom: 20px;
  }
}

/*blog*/

.barea {
  width: 70%;
}

.caarea {
  width: 26%;
}

.bitem {
  margin-bottom: 60px;
}

.bitem .tit:after {
  display: block;
  content: "";
  background: url(/import/tenant_1/160.16.88.198/html/images/hasen.png) bottom left;
  height: 4px;
  width: 100%;
  margin: 15px auto;
}

.bitem .moreg {
  margin: 20px auto;
}

.bitem .moreg a {
  text-align: center;
}

.bitem .cabox li {
  margin-right: 20px;
}

.bitem .cabox .date:before {
  display: inline-block;
  content: "\f073";
  margin-right: 5px;
  font-family: FontAwesome;
  color: #637457;
}

.bitem .cabox .cat:before {
  display: inline-block;
  content: "\f02b";
  margin-right: 5px;
  font-family: FontAwesome;
  color: #637457;
}

.caarea dl {
  padding: 20px;
  margin-bottom: 30px;
}

.caarea dt {
  text-align: center;
  color: #f98230;
  width: 100%;
  margin-bottom: 20px;
}

.caarea li {
  padding: 5px 0;
}

.caarea li a {
  background: url(/import/tenant_1/160.16.88.198/html/images/faqnav.png) center center / cover;
  display: block;
  padding: 15px 40px;
  color: #fff;
  position: relative;
}

.caarea li a:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  left: 15px;
}

.pagenav ul {
  max-width: 300px;
  margin: 80px auto;
}

.pagenav li {
  width: 14%;
  text-align: center;
  font-weight: 700;
}

.pagenav li.next a,
.pagenav li.prev a {
  background: none;
}

.pagenav li.now a {
  background: url(/import/tenant_1/160.16.88.198/html/images/pagenow.png) center center / contain no-repeat;
}

.pagenav li a {
  display: block;
  font-family: "honoka";
  font-size: 16px;
  background: url(/import/tenant_1/160.16.88.198/html/images/pagemaru.png) center center / contain no-repeat;
  color: #fff;
  text-align: center;
  line-height: 160%;
}

.bitem.bditem .moreg {
  margin: 80px auto;
}

.bdrecobox {
  padding: 0 30px 30px;
}

.bdrecobox h3 {
  color: #fff;
  background: url(/import/tenant_1/160.16.88.198/html/images/ribon.png) center center / 100% 100% no-repeat;
  padding: 0px 0 20px;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-bottom: 0;
  font-size: 28px;
  max-width: 500px;
  margin: auto;
}

.bdrecobox .bitem .cabox li {
  margin: 0;
  width: 100%;
}

.bdrecobox .bitem .moreg {
  margin: 20px auto;
  width: 100%;
}

.bdrecobox .bitem .moreg a {
  padding: 5px;
  min-width: auto;
  width: 100%;
}

.bdrecobox .bitem {
  background: #fff;
  padding: 15px;
  margin-bottom: 0;
  margin: 0 1%;
}

.bdrecobox .bitem dl {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bdrecobox .bitem .tit {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bdrecobox .bdrecolist {
  position: relative;
  margin: 20px auto;
  z-index: 2;
}

.bdrecobox .bdrecolist:after {
  position: absolute;
  content: "";
  background: url(/file_contents/33/get) right top / contain no-repeat;
  right: 0;
  top: -100px;
  width: 70px;
  height: 120px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .barea {
    width: 100%;
  }

  .caarea {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .caarea dl {
    width: 48%;
  }
  .bitem.bditem .moreg {
    margin: 60px auto;
  }
  .bdrecobox {
    padding: 0 20px 20px;
  }
  .bdrecobox h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .bitem .moreg {
    text-align: center;
    margin: 0 auto;
  }
  .caarea dl {
    width: 100%;
  }
  /* .alist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .alist li {
    width: 48%;
  } */
  .caarea li a {
    padding: 15px 15px 15px 30px;
  }
  .caarea li a:before {
    left: 10px;
  }
  .caarea dl {
    padding: 20px 10px;
  }
  .bitem.bditem .moreg {
    margin: 40px auto;
  }
  .bitem .cabox li {
    width: 100%;
    margin: 0;
  }
  .bdrecobox {
    padding: 0 10px 10px;
  }
  .bdrecobox .bitem {
    width: 100%;
    margin: 2% auto;
  }
  .bdrecobox h3 {
    font-size: 16px;
    padding: 0px 0 10px;
  }
  .bdrecobox .bdrecolist:after {
    display: none;
  }
}

/*contact*/

.cont01box dl {
  background: #fff;
  padding: 0 60px 60px;
  position: relative;
}

.cont01box dt {
  background: url(/import/tenant_1/160.16.88.198/html/images/cont01tit.png) center center / 100% 100% no-repeat;
  max-width: 420px;
  margin: auto;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cont01box .pic {
  position: absolute;
  right: -1%;
  bottom: -1%;
  margin: 0;
  max-width: 320px;
}

.contact {
  margin: auto;
  max-width: 900px;
}

.contact dl {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.contact dl:last-of-type {
  border-bottom: none;
}

.contact dl.inp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact.contact02 dl.inp {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact dl.tarea {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact.contact02 dl.tarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact dt {
  width: 30%;
  font-weight: 700;
  font-size: 16px;
}

.contact dt .reqw {
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  background: #f3a59d;
  color: #fff;
  margin-left: 10px;
}

.contact dt label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact dd {
  width: 66%;
}

.contact dd input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  background: #e6f0df;
}

.contact dd select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  background: #e6f0df;
}

.contact .radio dd input {
  display: none;
}

.contact .radio dd input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 200%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .radio dd input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
}

.contact .radio dd input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #303841;
  border-radius: 50%;
}

.contact .radio dd input:checked + label {
  border-bottom: 1px solid;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  background: #e6f0df;
}

#check {
  text-align: center;
  color: #fff;
  display: block;
  background: #4d9816;
  padding: 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin: 80px auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#check:hover {
  cursor: pointer;
  opacity: 0.6;
}

.formbtn li {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.formbtn2 li {
  max-width: 250px;
}

@media only screen and (max-width: 1024px) {
  .contact dt {
    width: 100%;
    padding-bottom: 1em;
  }

  .contact dd {
    width: 100%;
  }
  .contact dl {
    padding: 15px 0;
  }
  #check {
    margin: 60px auto;
    padding: 15px;
  }
  .formbtn2 li {
    max-width: 200px;
  }
  .cont01box dl {
    padding: 0 40px 40px;
  }
  .contact dt label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 599px) {
  #check {
    margin: 40px auto;
    padding: 10px;
    max-width: 250px;
  }
  .formbtn2 li {
    max-width: 130px;
  }
  .cont01box .pic {
    margin: 2% auto;
    position: static;
  }
  .cont01box .tbox span {
    text-align: center;
  }
  .cont01box dl {
    padding: 0 10px 20px;
  }
  .cont01box .tbox span.tel {
    font-size: 30px;
  }
  .contact dd input {
    padding: 5px;
  }
  .contact dd textarea {
    padding: 5px;
  }
  .contact dd select {
    padding: 5px;
  }
}
