@charset "utf-8";
/********************************
    ベース（基本設定）
*******************************/
.color01 {
  color: #fd87a0;
}
.color02 {
  color: #fef6f8;
}
.color03 {
  color: #feb9c8;
}
.color04 {
  color: #000;
}
.bgcolor01 {
  background-color: #fd87a0;
}
.bgcolor02 {
  background-color: #fef6f8;
}
.bgcolor03 {
  background-color: #feb9c8;
}
.bgcolor04 {
  background-color: #000;
}
/*********************************************
    リセット
*********************************************/
figure {
  margin: 0;
}
/*********************************************
    汎用クラス
*********************************************/
/**
エリア
*/
.area {
  padding: 80px 0;
}
.area80 {
  padding: 80px 0;
}
.area60 {
  padding: 60px 0;
}
.area40 {
  padding: 40px 0;
}
.area20 {
  padding: 20px 0;
}
.areab {
  padding-bottom: 80px;
}
.area80b {
  padding-bottom: 80px;
}
.area60b {
  padding-bottom: 60px;
}
.area40b {
  padding-bottom: 40px;
}
.area20b {
  padding-bottom: 20px;
}
.areat {
  padding-top: 80px;
}
.area80t {
  padding-top: 80px;
}
.area60t {
  padding-top: 60px;
}
.area40t {
  padding-top: 40px;
}
.area20t {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .area {
    padding: 40px 0;
  }
  .area80 {
    padding: 60px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .areab {
    padding-bottom: 40px;
  }
  .area80b {
    padding-bottom: 60px;
  }
  .area60b {
    padding-bottom: 40px;
  }
  .area40b {
    padding-bottom: 20px;
  }
  .areat {
    padding-top: 40px;
  }
  .area80t {
    padding-top: 60px;
  }
  .area60t {
    padding-top: 40px;
  }
  .area40t {
    padding-top: 20px;
  }
}
/**
マージン
*/
.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
/**
幅
*/
/*タブレット時に幅１００％*/
.w40tb,
.w55tb {
  margin-right: auto;
  margin-left: auto;
}
.w40tb {
  width: 40%;
}
.w45tb {
  width: 50%;
}
.w48tb {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  .w40tb,
  .w55tb,
  .w48tb {
    margin-bottom: 5%;
    width: 100%;
  }
}
.w90a {
  margin: 0 auto;
  width: 90%;
}
.w80a {
  margin: 0 auto;
  width: 80%;
}
.w70a {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .w90a {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w80a {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w70a {
    margin: 0 auto 2%;
    width: 100%;
  }
}
/**
テキスト
*/
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/*文字をまとめて落とす*/
.group {
  display: inline-block;
}
/*打消し線*/
.strike {
  text-decoration: line-through;
}
/**
heightLine
*/
[class*='heightLine'] {
  display: block;
}
@media only screen and (max-width: 1024px) {
  [class*='heightLine-tb'] {
    height: auto !important;
  }
}
@media only screen and (max-width: 599px) {
  [class*='heightLine-sp'] {
    height: auto !important;
  }
}
/**
その他
*/
/*トリミングする要素のブロック化*/
.trim {
  display: block;
}
/*モバイル時に順序を並べ替え*/
@media only screen and (max-width: 599px) {
  .change_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/*PC時のみ非表示*/
@media only screen and (min-width: 1025px) {
  .no_pc {
    display: none;
  }
}
/*tb以下非表示*/
@media only screen and (max-width: 1024px) {
  .no_tb {
    display: none;
  }
}
/*sp時のみ非表示*/
@media only screen and (max-width: 599px) {
  .no_sp {
    display: none;
  }
}
/*ポジション*/
.position {
  position: relative;
}
/*********************************************
    汎用レイアウト（全ページ共通）
*********************************************/
/*汎用レイアウト1（全ページ共通）*/
.layout_cmn01 .ttl {
  margin-bottom: 50px;
}
.layout_cmn01 .cap {
  margin-bottom: 10px;
}
.layout_cmn01 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout_cmn01 .ttl {
    margin-bottom: 30px;
  }
}
/*汎用レイアウト2（全ページ共通）*/
.layout_cmn02 .ttl {
  margin-bottom: 20px;
}
.layout_cmn02 .cap {
  margin-bottom: 10px;
}
.layout_cmn02 .fig {
  margin-bottom: 5px;
}
/*2カラムコンテンツ
（サイドメニューとメインコンテンツ）*/
.column2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 200px;
}
.column2 .main {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5%;
    width: 100%;
  }
  .column2 .main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5%;
    width: 100%;
  }
}
/*左右の要素を入れ替え*/
.change {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*左右の要素を順に入れ替え*/
.alternate .flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*********************************************
    汎用画像クラス　img
*********************************************/
.img {
  text-align: center;
}
/*背景画像*/
.bgimg {
  position: relative;
}
.img.-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.img.-bgimg img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*フィルター*/
.img.-filter:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.8;
}
/*object-fit(cover)IE対応*/
.img.-cover img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*object-fit(contain)IE対応*/
.img.-contain img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*object-fit画像右寄せ*/
.img.-right img {
  font-family: 'object-fit: cover; object-position: center right;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
/*object-fit画像上寄せ*/
.img.-top img {
  font-family: 'object-fit: cover; object-position: top center;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
/*モバイル時に小さめに表示*/
@media only screen and (max-width: 599px) {
  .img.-smallsp {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
/*モバイル時により小さめに表示*/
.img.-smallersp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .img.-smallersp {
    width: 50%;
  }
}
/*正円画像*/
.img.-circle {
  overflow: hidden;
  border-radius: 50%;
}
/*角丸画像*/
.img.-round {
  overflow: hidden;
  border-radius: 20px;
}
/**
アスペクト比固定
*/
/*基本アスペクト
（下に続く比率クラスと合わせて使用）*/
.aspect {
  position: relative;
  display: block;
}
.aspect:before {
  display: block;
  content: '';
}
.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*比率20％*/
.aspect.-ratio20:before {
  padding-top: 20%;
}
/*比率30％*/
.aspect.-ratio30:before {
  padding-top: 30%;
}
/*比率40％*/
.aspect.-ratio40:before {
  padding-top: 40%;
}
/*比率45％*/
.aspect.-ratio45:before {
  padding-top: 45%;
}
/*比率50％*/
.aspect.-ratio50:before {
  padding-top: 50%;
}
/*比率55％*/
.aspect.-ratio55:before {
  padding-top: 55%;
}
/*比率60％*/
.aspect.-ratio60:before {
  padding-top: 60%;
}
/*比率65％*/
.aspect.-ratio65:before {
  padding-top: 65%;
}
/*比率70％*/
.aspect.-ratio70:before {
  padding-top: 70%;
}
/*比率75％*/
.aspect.-ratio75:before {
  padding-top: 75%;
}
/*比率80％*/
.aspect.-ratio80:before {
  padding-top: 80%;
}
/*比率90％*/
.aspect.-ratio90:before {
  padding-top: 90%;
}
/*比率100％*/
.aspect.-ratio100:before {
  padding-top: 100%;
}
/*********************************************
    fead系
*********************************************/
.fead-right {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}
.fead-right.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fead-left {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}
.fead-left.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*********************************************
    共通ボックス　box-cmn
*********************************************/
/*********************************************
    共通ブロック　block-cmn
*********************************************/
/*共通ブロック１（お問い合わせ）*/
.block_cmn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block_cmn01 .block_left,
.block_cmn01 .block_right {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 20px 30px;
  width: 50%;
}
.block_cmn01 .block_left {
  position: relative;
  background: #fd87a0;
}
.block_cmn01 .block_left:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: url(/import/tenant_1/133.167.124.218/html/images/01home/icon02.png);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.block_cmn01 .block_right {
  background: #fef6f8;
}
.block_cmn01 .txt_tel {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
}
.block_cmn01 .tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 40px;
}
.block_cmn01 .tel a:before {
  margin-right: 10px;
  content: '\f879';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
.block_cmn01 .block_right a {
  position: relative;
  display: block;
  padding-right: 50px;
  width: 100%;
  color: #fd87a0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
}
.block_cmn01 .block_right a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f0e0';
  font-weight: normal;
  font-size: 50px;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .block_cmn01 .tel a {
    font-size: 26px;
  }
  .block_cmn01 .block_right a {
    padding-right: 36px;
    font-size: 22px;
  }
  .block_cmn01 .block_right a:after {
    font-size: 36px;
  }
}
@media only screen and (max-width: 599px) {
  .block_cmn01 .block_left,
  .block_cmn01 .block_right {
    width: 100%;
  }
  .block_cmn01 .block_left {
    padding-bottom: 40px;
  }
  .block_cmn01 .block_left:after {
    top: 100%;
    right: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #feb9c8;
    text-align: center;
    line-height: 140px;
    -webkit-transform: translate(50%, -50%) scale(0.7);
        -ms-transform: translate(50%, -50%) scale(0.7);
            transform: translate(50%, -50%) scale(0.7);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .block_cmn01 .block_right {
    padding-top: 40px;
  }
  .block_cmn01 .txt_tel {
    margin-bottom: 10px;
  }
  .block_cmn01 .txt a {
    font-size: 20px;
  }
  .block_cmn01 .block_right a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    font-size: 22px;
  }
  .block_cmn01 .block_right a:after {
    position: relative;
    top: inherit;
    margin-left: 20px;
    font-size: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
/*********************************************
    共通タイトル　ttl-cmn
*********************************************/
/*共通タイトル1*/
.ttl_cmn01 {
  font-weight: bold;
  font-size: 24px;
}
.ttl_cmn01 .ttlin {
  padding-bottom: 5px;
  border-bottom: 5px solid #feb9c8;
}
.ttl_cmn01.-center {
  text-align: center;
}
.ttl_cmn01.-caution {
  padding: 0 100px;
}
.ttl_cmn01.-caution .cautionin {
  position: relative;
}
.ttl_cmn01.-caution .cautionin:before {
  position: absolute;
  top: -10px;
  left: -40px;
  content: url(/import/tenant_1/133.167.124.218/html/images/07ippan/icon03.png);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 599px) {
  .ttl_cmn01 {
    font-size: 20px;
  }
  .ttl_cmn01 .ttlin {
    padding-bottom: 2px;
  }
  .ttl_cmn01.-caution {
    padding: 0 80px;
  }
  .ttl_cmn01.-caution .cautionin:before {
    top: -20px;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
        -ms-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
  }
}
/*共通タイトル２*/
.ttl_cmn02 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
.ttl_cmn02 .ttlin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 17px;
  width: 200px;
  height: 60px;
  background: url(/import/tenant_1/133.167.124.218/html/images/01home/bg04.png) no-repeat center;
  background-size: contain;
}
.ttl_cmn02.-dark .ttlin {
  background: url(/import/tenant_1/133.167.124.218/html/images/13gishi/deco02.png) no-repeat center;
  background-size: contain;
}
/*共通タイトル３*/
.ttl_cmn03 {
  color: #fd87a0;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn03 {
    font-size: 26px;
  }
}
/*共通タイトル４*/
.ttl_cmn04 {
  position: relative;
  max-width: 500px;
  border-bottom: 4px solid #fd87a0;
  font-weight: bold;
  font-size: 20px;
}
.ttl_cmn04 .img {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*********************************************
    共通リスト　list-cmn
*********************************************/
/*ページネーション１*/
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation .item {
  margin: 0 10px;
}
.pagenation .prev,
.pagenation .next {
  position: relative;
}
.pagenation .prev a,
.pagenation .next a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.pagenation .prev a:before,
.pagenation .next a:before {
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
.pagenation .prev {
  margin-right: 10px;
}
.pagenation .prev a:before {
  content: '\f060';
}
.pagenation .next {
  margin-left: 10px;
}
.pagenation .next a:before {
  content: '\f061';
}
.pagenation .number a,
.pagenation .now {
  display: block;
  text-align: center;
  font-size: 24px;
}
.pagenation .number a:hover,
.pagenation .now {
  color: #fd87a0;
  opacity: 1;
}
/*共通リスト1(お知らせ)
「トップ、お知らせ」*/
.list_cmn01 .item {
  padding: 15px 0;
  border-bottom: 2px solid #feb9c8;
}
.list_cmn01 .item:last-child {
  border-bottom: none;
}
.list_cmn01 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_cmn01 .time {
  display: block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.list_cmn01 .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.list_cmn01 .category li {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  border-radius: 5px;
  background: #feb9c8;
  color: #fff;
}
.list_cmn01 .head a {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .list_cmn01 .time {
    width: 100%;
  }
  .list_cmn01 .meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_cmn01 .head a {
    font-size: 14px;
  }
}
/*共通リスト２（フォトギャラリー）*/
[data-element-id] .list_cmn02 {
  max-height: 300px;
  overflow: hidden;
}

.list_cmn02 .item {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.list_cmn02 .item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0,0,0,0.5);
  content: url(/import/tenant_1/133.167.124.218/html/images/18photo/icon.png);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.list_cmn02 .item:hover:after {
  visibility: visible;
  opacity: 1;
}
/*共通リスト３（タイムテーブル）*/
.list_cmn03 table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.list_cmn03 th,
.list_cmn03 td {
  padding: 5px 2px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.list_cmn03 th {
  border-top: 1px solid #000;
}
.list_cmn03 th:not(:first-child) {
  width: 45px;
  letter-spacing: 0em;
}
.list_cmn03 td:not(:first-child) {
  color: #fd87a0;
}
.list_cmn03 .txt {
  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;
  margin-top: 10px;
}
.list_cmn03 .txtin {
  margin-left: 10px;
}
/*共通リスト４（流れ）*/
.list_cmn04 {
  counter-reset: item;
}
.list_cmn04 .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px 100px;
}
.list_cmn04 .item:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_cmn04 .item:after {
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  width: 2px;
  height: 100%;
  background: #feb9c8;
  content: '';
}
.list_cmn04 .item:last-child:after {
  content: none;
}
.list_cmn04 .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list_cmn04 .block_img,
.list_cmn04 .block_txt {
  width: 48%;
}
.list_cmn04 .number {
  margin-bottom: 20px;
  color: #feb9c8;
}
.list_cmn04 .number:after {
  content: counter(item);
}
.list_cmn04 .head {
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .list_cmn04 .item {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .list_cmn04 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .list_cmn04 .item:before {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .list_cmn04 .item:after {
    top: 0;
  }
  .list_cmn04 .block_img,
  .list_cmn04 .block_txt {
    width: 100%;
  }
  .list_cmn04 .block_img {
    margin-bottom: 20px;
  }
  .list_cmn04 .number {
    margin-bottom: 10px;
  }
}
/*共通リスト５*/
.list_cmn05 .item {
  position: relative;
  margin-top: 50px;
  padding: 70px 20px 30px;
  border: 3px solid #ede9ea;
  border-radius: 10px;
  background: #fff;
}
.list_cmn05 .head01 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #feb9c8;
  text-align: center;
  line-height: 110%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_cmn05 .img {
  margin-bottom: 10px;
}
.list_cmn05 .head02 {
  margin-bottom: 10px;
  color: #fd87a0;
  text-align: center;
  font-size: 16px;
  font-size: 16px;
  line-height: 130%;
}
.list_cmn05 .head02 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cmn05 .btn {
  margin-top: 20px;
}
.list_cmn05.-type01 {
  counter-reset: item -1;
}
.list_cmn05.-type01 .headin01:before {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  content: 'C' counter(item);
  counter-increment: item;
  font-size: 22px;
}
.list_cmn05.-type02 {
  counter-reset: item;
}
.list_cmn05.-type02 .item {
  margin-top: 20px;
  padding-top: 40px;
}
.list_cmn05.-type02 .head01 {
  width: 50px;
  height: 50px;
}
.list_cmn05.-type02 .head01:before {
  display: block;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  font-size: 22px;
}
.list_cmn05.-type03 {
  counter-reset: item;
}
.list_cmn05.-type03 .headin01 {
  color: #fff;
  font-size: 16px;
}
.list_cmn05.-type03 .headin01:after {
  display: block;
  margin-top: 7px;
  content: '0' counter(item);
  counter-increment: item;
  font-size: 24px;
}
@media only screen and (max-width: 599px) {
  .list_cmn05 .item {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
}
/*共通リスト６*/
.list_cmn06 >.item {
  position: relative;
  margin: 60px auto 0;
  padding: 20px;
  width: 90%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
          box-shadow: 0 0 5px 0 #999;
}
.list_cmn06 >.item:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_cmn06 .head {
  margin-bottom: 10px;
  color: #fd87a0;
  font-weight: bold;
  font-size: 16px;
}
.list_cmn06.-check >.item:before {
  content: url(/import/tenant_1/133.167.124.218/html/images/07ippan/icon02.png);
}
.list_cmn06.-merit >.item:before {
  content: url(/import/tenant_1/133.167.124.218/html/images/08prevent/icon01.png);
}
.list_cmn06.-point >.item:before {
  content: url(/import/tenant_1/133.167.124.218/html/images/09child/icon01.png);
}
@media only screen and (max-width: 599px) {
  .list_cmn06 >.item {
    margin-right: 0;
  }
  .list_cmn06 >.item:before {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}
/*共通リスト７（チェック付）*/
.list_cmn07 {
  padding: 30px 50px;
  background: url(/import/tenant_1/133.167.124.218/html/images/07ippan/bg01.png);
}
.list_cmn07 .item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: bold;
}
.list_cmn07 .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/import/tenant_1/133.167.124.218/html/images/07ippan/icon05.png);
}
.list_cmn07.-col2 {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_cmn07.-col2 .item {
  padding-right: 20px;
  width: 40%;
}
.list_cmn07.-dark .item:before {
  content: url(/import/tenant_1/133.167.124.218/html/images/13gishi/icon01.png);
}
@media only screen and (max-width: 599px) {
  .list_cmn07 {
    padding: 20px;
  }
  .list_cmn07.-col2 .item {
    width: 100%;
  }
}
/*共通リスト８（丸付き）*/
.list_cmn08 .item {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  color: #fd87a0;
  font-size: 16px;
}
.list_cmn08 .item:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #feb9c8;
  border-radius: 50%;
  content: '';
}
/*共通リスト９（テーブル１）*/
.list_cmn09 {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 100%;
}
.list_cmn09 table {
  width: 100%;
  border-collapse: collapse;
}
.list_cmn09 .datattl,
.list_cmn09 .data {
  padding: 5px 10px;
  border: 1px solid #feb9c8;
}
.list_cmn09 .datattl {
  background: #feb9c8;
  color: #fff;
}
.list_cmn09 .data {
  width: 50%;
}
.list_cmn09 .data:first-child {
  text-align: center;
}
.list_cmn09 .data:last-child {
  text-align: right;
}
.list_cmn09 .txt {
  margin-top: 5px;
  text-align: right;
}
/*共通リスト１０（テーブル２）*/
.list_cmn10 {
  overflow: auto;
  width: 100%;
}
.list_cmn10 table {
  width: 100%;
  border-collapse: collapse;
}
.list_cmn10 .datattl,
.list_cmn10 .data {
  border: 1px solid #feb9c8;
}
.list_cmn10 .datattl {
  padding: 5px 10px;
  background: #feb9c8;
  color: #fff;
}
.list_cmn10 .datattl:not(:last-child) {
  border-right: 1px solid #fff;
}
.list_cmn10 .data {
  padding: 20px 10px;
  min-width: 100px;
  width: 20%;
  line-height: 130%;
}
.list_cmn10 .data:first-child,
.list_cmn10 .data:last-child {
  text-align: center;
}
/*********************************************
    共通ボタン　btn-cmn
*********************************************/
/*ボタン１*/
.btn_cmn01 a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.btn_cmn01 a:before,
.btn_cmn01 a:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: '';
}
.btn_cmn01 a:before {
  border: 2px solid transparent;
}
.btn_cmn01 a:after {
  border: 0 solid transparent;
}
.btn_cmn01 a:hover {
  background: none;
  color: #fd87a0;
}
.btn_cmn01 a:hover:before {
  border-top-color: #fd87a0;
  border-right-color: #fd87a0;
  border-bottom-color: #fd87a0;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.btn_cmn01 a:hover:after {
  border-top: 2px solid #fd87a0;
  border-right-width: 2px;
  border-left-width: 2px;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
/*ボタン２*/
.btn_cmn02 a {
  display: block;
  padding: 5px;
  max-width: 300px;
  border: 1px solid #fd87a0;
  border-radius: 5px;
  color: #fd87a0;
  text-align: center;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.btn_cmn02 a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
          box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}
.btn_cmn02 a:hover {
  background: rgba(255,255,255,0.05);
  opacity: 1;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}
.btn_cmn02 a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
}
.btn_cmn02.-center a {
  margin: 0 auto;
}
.btn_cmn02.-small a {
  width: 200px;
}
.btn_cmn02.-bgwhite a {
  background: #fff;
}
/*ボタン３*/
.btn_cmn03 .btnin {
  padding: 0 10px 5px;
  border-bottom: 4px solid #feb9c8;
}
.btn_cmn03 a {
  font-weight: bold;
  font-size: 16px;
}
.btn_cmn03.-prev a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_cmn03.-prev a:before {
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  content: '\f060';
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  line-height: 30px;
}
.btn_cmn03.-next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_cmn03.-next a:after {
  display: block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  content: '\f061';
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  line-height: 30px;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
            box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fd87a0, 0 0 0 10px rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*********************************************
    他共通エレメント　txt-cmn img-cmn
*********************************************/
/*共通テキスト１（吹き出し）*/
.txt_cmn01 .txtin {
  display: inline-block;
  padding: 0 20px 50px 30px;
  background: url(/import/tenant_1/133.167.124.218/html/images/14bridge/deco01.png) no-repeat bottom center;
  background-size: 100% 100%;
  color: #fd87a0;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  .txt_cmn01 .txtin {
    padding: 0 20px 30px 30px;
    font-size: 14px;
  }
}
/*共通アニメーション１*/
.anime_cmn01 img {
  -webkit-animation: anim_v 2s ease-in-out infinite alternate;
          animation: anim_v 2s ease-in-out infinite alternate;
}
/*共通装飾１（歯）*/
.deco_cmn01 {
  position: relative;
  margin-top: 40px;
}
.deco_cmn01:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: url(/import/tenant_1/133.167.124.218/html/images/01home/icon01.png);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*共通装飾２（線、歯）*/
.deco_cmn02 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 5px;
  background: #feb9c8;
}
.deco_cmn02:after {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  z-index: 1;
  content: url(/import/tenant_1/133.167.124.218/html/images/01home/icon01.png);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
/*********************************************
    モジュール（共通機能群）
*********************************************/
/*フォーム*/
.form .item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 10px 0;
}
.form .datattl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
}
.form .require {
  margin-left: 10px;
}
.form .data {
  padding-left: 50px;
  width: 100%;
}
.form .data input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  border: none;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}
.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
          box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}
.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: none;
  font-size: 14px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.form .data01 div {
  display: inline-block;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  display: block;
  margin: 5px 20px;
  padding: 5px;
  width: 200px;
  border: 1px solid #fd87a0;
  border-radius: 5px;
  background: #fff;
  color: #fd87a0;
  text-align: center;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.form .btn button:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
          box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}
.form .btn button:hover {
  background: rgba(255,255,255,0.05);
  opacity: 1;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}
.form .btn button:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
}
@media only screen and (max-width: 1024px) {
  .form .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form .datattl {
    display: block;
    margin-bottom: 5px;
  }
  .form .data {
    padding-left: 0;
  }
}
/**************************************
    共通要素
**************************************/
/**
ヘッダー
header
*/
.header {
  position: relative;
  z-index: 200;
}
.header .circle {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
  opacity: 0.5;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 251;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1024px) {
  .header .circle img {
    height: 350px;
  }
}
@media only screen and (max-width: 599px) {
  .header .circle img {
    height: 250px;
  }
}
.home .header {
  z-index: 200;
}
.header_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px 0;
}
.header_contents .logo a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header_contents {
    padding: 10px 0;
  }
  .header_contents .sitettl {
    display: none;
  }
  .header_contents .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .header_contents {
    margin-bottom: 0;
  }
  .header_contents .header_contact {
    display: none;
  }
}
.header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_contact .telephone img {
  height: 45px;
}
.header_contact .block_txt {
  padding: 0 10px;
}
.header_contact .tel {
  margin-bottom: 3px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #fd87a0;
}
.header_contact .tel a {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
}
.header_contact .address {
  text-align: center;
  font-weight: bold;
}
.header_contact .mail a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.header_contact .mail a:before {
  content: '\f0e0';
  font-weight: normal;
  font-family: 'Font Awesome 5 Free';
}
.header_contact .mail a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
          box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}
.header_contact .mail a:hover {
  background: rgba(255,255,255,0.05);
  opacity: 1;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}
.header_contact .mail a:hover:before {
  color: #fd87a0;
}
.header_contact .mail a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
}
.fixed_contact {
  position: fixed;
  z-index: 100;
  bottom: 80px;
  right: 15px;
}
.fixed_contact .telephone {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.fixed_contact .telephone a {
  display: block;
}
.fixed_contact .telephone img {
  height: 45px;
}
.fixed_contact .number {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0;
  padding: 0;
  border-bottom: 2px solid #fd87a0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.fixed_contact .number.active {
  width: 200px;
  padding: 0 10px;
}
.fixed_contact .mail a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.fixed_contact .mail a:before {
  content: '\f0e0';
  font-weight: normal;
  font-family: 'Font Awesome 5 Free';
}
.fixed_contact .mail a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
          box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}
.fixed_contact .mail a:hover {
  background: rgba(255,255,255,0.05);
  opacity: 1;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}
.fixed_contact .mail a:hover:before {
  color: #fd87a0;
}
.fixed_contact .mail a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
}
@media only screen and (max-width: 599px) {
  .fixed_contact {
    bottom: 70px;
  }
  .fixed_contact .telephone {
    margin-bottom: 10px;
  }
}
[data-element-id] .fixed_contact .number {
  width: 200px;
  padding: 0 10px;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fd87a0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
/**
グローバルナビ
gnav
*/
.accordion-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .accordion-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: auto;
    height: 100%;
    padding: 0 10px 80px;
  }
}
[data-element-id] .accordion-body {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 280px;
}
.nav_logo {
  display: none;
  margin-right: 20px;
}
.nav_logo a {
  display: block;
}
.nav_logo img {
  max-height: 30px;
}
@media only screen and (max-width: 1024px) {
  .nav_logo {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 20px 40px;
  }
  .nav_logo a {
    text-align: center;
  }
  .nav_logo img {
    max-height: 50px;
  }
}
[data-element-id] .nav_logo {
  display: block;
}
.nav_global01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_global01 >.item {
  position: relative;
}
.nav_global01 >.item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #feb9c8;
  border-radius: 50%;
  content: '';
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.nav_global01 >.item > a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
}
.nav_global01 .parent {
  position: relative;
  z-index: 1;
}
.nav_global01 .nav_wrap {
  position: absolute;
  left: 50%;
  visibility: hidden;
  padding-top: 30px;
  max-width: 100vw;
  width: 550px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, 50px);
      -ms-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}
[data-element-id] .nav_global01 .nav_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.nav_global01 .nav_second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.nav_global01 .nav_second >.item {
  padding-right: 30px;
}
.nav_global01 .parent:hover .nav_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.nav_global01 .nav_third .head {
  margin-bottom: 5px;
  color: #fd87a0;
  font-weight: bold;
  font-size: 16px;
}
.nav_global01 .nav_third a {
  position: relative;
  display: block;
  padding: 5px 0 5px 20px;
}
.nav_global01 .nav_third a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '>';
}
@media only screen and (max-width: 1024px) {
  .nav_global01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_global01 >.item {
    width: 100%;
  }
  .nav_global01 >.item:not(:last-child):after {
    content: none;
  }
  .nav_global01 >.item >a {
    text-align: left;
    padding: 10px 0;
  }
  .nav_global01 .nav_wrap {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 0;
    width: auto;
  }
  .nav_global01 .parent:hover .nav_wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav_global01 .nav_second {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_global01 .nav_second >.item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.nav_global02 {
  display: none;
}
.nav_global02 a {
  display: block;
  padding: 10px 0px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .nav_global02 {
    display: block;
    padding: 20px 0;
  }
}
[data-element-id] .nav_global02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-element-id] .nav_global02 a {
  padding: 10px;
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 5px 0;
  width: 100%;
  height: auto;
  background: #fff;
  cursor: pointer;
}
.gnav.fixed .nav_logo {
  display: block;
}
.gnav.fixed .nav_global01 >.item > a {
  padding: 15px 20px;
}
[data-element-id] .gnav.fixed {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .toggle {
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
    display: block !important;
    width: 42px;
    height: 42px;
    background: #fd87a0;
    opacity: 0.8;
    cursor: pointer;
  }
  .toggle .bar {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -1px;
    padding: 0;
    width: 28px;
    height: 2px;
    background: #fff;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
  }
  .toggle .bar:before,
  .toggle .bar:after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    content: '';
  }
  .toggle .bar:before {
    top: -10px;
  }
  .toggle .bar:after {
    top: 10px;
  }
  .toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .toggle.active .bar:after,
  .toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}
[data-element-id]#wrapper {
  padding-top: 0 !important;
}
[data-element-id] .gnav .no-pc {
  display: block;
}
[data-element-id] .gnav.fixed {
  position: relative;
}
/**
フッター
footer
*/
.footer {
  padding-top: 80px;
  background: #fef6f8;
  position: relative;
  margin-top: 50px;
}
.footer:after {
  content: url(/import/tenant_1/133.167.124.218/html/images/common/icon.png);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .footer_reserve {
  position: absolute;
  top: 0;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer_reserve a {
  display: block;
}
@media only screen and (max-width: 599px) {
  .footer {
    padding-top: 50px;
  }
  .footer .footer_reserve {
    position: relative;
    margin: 0 auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    margin-bottom: 30px;
  }
  .footer .footer_reserve a {
    text-align: center;
  }
  .footer .footer_reserve img {
    width: 120px;
  }
}
.footer_contents {
  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;
}
.footer_contents .footer_left {
  width: 50%;
}
.footer_contents .footer_right {
  width: 40%;
}
.footer_contents .footer_map {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .footer_contents .footer_right {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .footer_contents .footer_left {
    margin-bottom: 40px;
    width: 100%;
  }
  .footer_contents .footer_right {
    width: 100%;
  }
}
.footer_left .list {
  margin-bottom: 20px;
}
.footer_left .logo {
  margin-bottom: 10px;
}
.footer_left .telephone {
  margin-bottom: 20px;
}
.footer_right .list {
  margin-bottom: 30px;
}
.nav_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
}
.nav_footer .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav_footer .item:not(:last-child) {
  margin-right: 30px;
}
.nav_footer .item02 a {
  position: relative;
  padding-left: 20px;
}
.nav_footer .item02 a:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: 'ー';
}
.footer_contact a {
  display: block;
  border-radius: 5px;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.footer_contact .itemin {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.footer_contact .itemin:before {
  content: '\f0e0';
  font-weight: normal;
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_map .map {
  min-height: 350px;
}
.copy {
  margin-top: 10px;
  padding: 15px 0;
  text-align: center;
}
/**
ボトムメニュー
bottom
*/
.bottom .inner {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.bottom .section {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-left: 80px;
  width: 48%;
}
.bottom .circle {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .bottom .section {
    padding-top: 40px;
    padding-left: 50px;
    width: 100%;
  }
}
.list-side01 .datattl {
  margin-bottom: 20px;
  border-bottom: 5px solid #feb9c8;
  font-weight: bold;
  font-size: 24px;
}
.list-side01 .data {
  margin-bottom: 5px;
}
.list-side01 a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 16px;
}
.list-side01 a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #feb9c8;
  border-radius: 50%;
  content: '';
}
.list-side01.-archive {
  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;
}
.list-side01.-archive .datattl {
  width: 100%;
}
.list-side01.-archive .data {
  width: 48%;
}
[data-element-id] .list-side01.-archive > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/*********************************************
    各個別コンテンツ
*********************************************/
/**
トップページ
*/
/*ヘッダー（トップ）*/
@media only screen and (max-width: 1024px) {
  .home .header {
    position: absolute;
    z-index: 250;
    padding: 10px 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .home .header .logo img {
    height: 40px;
  }
}
/*メインビジュアル*/
.mainimg {
  position: relative;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
}
.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}
.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.mainimg .uk-slideshow li {
  height: 100% !important;
}
.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}
.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*IE対策*/
.homevisual {
  position: relative;
}
.homevisual .img {
  position: relative;
  min-height: 400px;
}
.homevisual .img:before {
  display: block;
  padding-top: 50%;
  content: '';
}
.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*IE対策*/
.homevisual .head {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
      -ms-flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
          flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.homevisual .headin {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 50px;
  color: #fd87a0;
  text-align: left;
}
.homevisual .headin01 {
  margin-right: 100px;
  margin-bottom: 20px;
}
.homevisual .headin02 {
  margin-left: 100px;
}
@media only screen and (max-width: 1024px) {
  .homevisual .head {
    font-size: 26px;
    bottom: 5%;
  }
  .homevisual .headin {
    padding: 5px 10px;
  }
  .homevisual .headin01 {
    margin-right: 50px;
  }
  .homevisual .headin02 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 18px;
    text-align: left;
    line-height: 130%;
  }
}
/*お知らせ（トップ）*/
.home02 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home02 .ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 50px;
}
.home02 .list {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
@media only screen and (max-width: 599px) {
  .home02 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home02 .ttl {
    width: 100%;
    text-align: center;
  }
  .home02 .list {
    width: calc(100% - 80px);
  }
  .home02 .btn {
    width: 80px;
  }
}
/*こんあお悩みありませんか（トップ）*/
.list_home03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.list_home03 .item {
    width: 16.666%;
    padding: 1%;
}
.list_home03 a {
  position: relative;
  display: block;
  background: #fef6f8;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_home03 a:after {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #fd87a0;
  border-radius: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list_home03 .itemin {
  display: block;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.list_home03 .itemin01 {
  padding: 30px 10px;
}
.list_home03 .itemin02 {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px 0;
  z-index: 5;
  visibility: hidden;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list_home03 .itemin03 {
  display: block;
}
.list_home03 .item:hover a:hover {
  opacity: 1;
}
.list_home03 .item:hover a:after {
  visibility: visible;
  opacity: 0.9;
}
.list_home03 .item:hover .itemin02 {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .list_home03 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_home03 .item {
    margin-bottom: 5%;
    width: 33.333%;
  }
  .list_home03 .itemin {
    font-size: 16px;
  }
}
[data-element-id] .list_home03 .itemin02 {
  position: relative;
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #fff;
  background: #999;
}
/*診療内容（トップ）*/
.list_home04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_home04 .item {
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #d2d2d2;
          box-shadow: 0 0 5px 0 #d2d2d2;
}
.list_home04 .item01 {
  margin: 0 auto 5%;
  width: calc(33% - 20px);
}
.list_home04 .item01 .img {
  margin-bottom: 10px;
}
.list_home04 .item01 .head {
  margin-bottom: 10px;
  text-align: center;
}
.list_home04 .item01 .btn {
  margin-top: 10px;
}
.list_home04 .item01 .btn a {
  margin: 0 auto;
}
.list_home04 .item02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5%;
  width: calc(100% - 20px);
}
.list_home04 .item02 .img {
  width: 30%;
}
.list_home04 .item02 .block_txt {
  position: relative;
  width: 68%;
}
.list_home04 .item02 .head {
  margin-bottom: 20px;
  padding-right: 280px;
}
.list_home04 .item02 .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
}
.list_home04 .head {
  color: #fd87a0;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .list_home04 .item01 {
    width: calc(50% - 20px);
  }
  .list_home04 .item02 {
    width: calc(100% - 20px);
  }
  .list_home04 .item02 .img {
    width: 40%;
  }
  .list_home04 .item02 .block_txt {
    width: 58%;
  }
  .list_home04 .item02 .head {
    padding-right: 0;
  }
  .list_home04 .item02 .btn {
    position: relative;
    margin-top: 10px;
    width: auto;
  }
  .list_home04 .item02 .btn a {
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  .list_home04 .item01 {
    max-width: 400px;
    width: 100%;
  }
  .list_home04 .item02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
  }
  .list_home04 .item02 .img {
    margin-bottom: 10px;
    width: 100%;
  }
  .list_home04 .item02 .block_txt {
    width: 100%;
  }
  .list_home04 .item02 .head {
    margin-bottom: 10px;
    text-align: center;
  }
  .list_home04 .item02 .btn a {
    margin: 0 auto;
  }
}
/*ごあいさつ（トップ）*/
.home05 .block_img {
  position: relative;
}
.home05 .circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transform: translate(50%, -30%);
      -ms-transform: translate(50%, -30%);
          transform: translate(50%, -30%);
}
.home05 .block_txt {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home05 .circle img {
    height: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .home05 .circle {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-20%, 50%);
        -ms-transform: translate(-20%, 50%);
            transform: translate(-20%, 50%);
  }
}
/*ブログ（トップ）*/
.list_home06 .img {
  margin-bottom: 10px;
}
.list_home06 .img a {
  display: block;
}
.list_home06 .time {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.list_home06 .timein {
  border-bottom: 2px solid #feb9c8;
}
/**
下層ページ共通要素
*/
.lower #main {
  position: relative;
  z-index: 2;
}
/*パンくずリスト*/
.breadcrumb {
  margin-top: 10px;
}
.breadcrumb .item {
  display: inline-block;
}
.breadcrumb .item:not(:last-of-type):after {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  color: #fd87a0;
}
.breadcrumb .item:first-child a {
  color: #fd87a0;
  font-weight: bold;
}
.breadcrumb a:hover {
  color: #fd87a0;
}
@media only screen and (max-width: 599px) {
  .breadcrumb {
    display: none;
  }
}
/*下層トップタイトル*/
.top_cmn02 {
  position: relative;
  padding: 40px 0 40px;
}
.top_cmn02 .circle01 {
  position: absolute;
  top: 0px;
  right: -40px;
  z-index: 1;
}
.top_cmn02 .circle02 {
  position: absolute;
  top: 100%;
  right: 10%;
}
@media only screen and (max-width: 1024px) {
  .top_cmn02 .circle01 img {
    height: 220px;
  }
  .top_cmn02 .circle02 img {
    height: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .top_cmn02 {
    padding: 20px 0 20px;
  }
  .top_cmn02 .circle01 img {
    height: 150px;
  }
  .top_cmn02 .circle02 img {
    height: 100px;
  }
}
/**
下層ページ各コンテンツ
*/
/*当院のご案内*/
/*ごあいさつ（トップ）*/
.about02 .block_left,
.about02 .block_right {
  width: 48%;
}
.about02 .logo {
  margin-bottom: 20px;
}
.about02 .telephone {
  margin-bottom: 20px;
}
.about02 .access {
  margin-bottom: 20px;
}
.about02 .map {
  min-height: 300px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .about02 .block_left {
    margin: 0 auto 50px;
    width: 80%;
  }
  .about02 .block_right {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .about02 .block_left {
    width: 100%;
  }
}
/*スタッフ紹介*/
.staff01 .block_img {
  position: relative;
}
.staff01 .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.staff01 .block_txt {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .staff01 .circle img {
    height: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .staff01 .circle {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-20%, 50%);
        -ms-transform: translate(-20%, 50%);
            transform: translate(-20%, 50%);
  }
}
.staff02 .ttl {
  font-weight: bold;
  font-size: 24px;
  padding-left: 60px;
  position: relative;
  padding-top: 35px;
  border-bottom: 4px solid #feb9c8;
}
.staff02 .ttl:before {
  content: url(/import/tenant_1/133.167.124.218/html/images/03staff/icon01.png);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 599px) {
  .staff02 .ttl {
    font-size: 20px;
  }
}
.list_staff02 > .item {
  -webkit-box-shadow: 0px 0px 5px 0px #b9b9b9;
          box-shadow: 0px 0px 5px 0px #b9b9b9;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 30px 20px;
}
.list_staff02 > .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.list_staff02 > .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(/import/tenant_1/133.167.124.218/html/images/07ippan/bg01.png) right bottom;
  background-size: 100%;
}
.list_staff02 .head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.list_staff02 .head:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 100px;
  background: #feb9c8;
}
.list_staff02 .list01 .item {
  margin-bottom: 10px;
}
.list_staff02 .list02 .item {
  margin-bottom: 10px;
}
.list_staff02 .head01 {
  font-size: 16px;
  margin-bottom: 5px;
}
.list_about03a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  height: 300px;
}
.list_about03a .item {
  height: 100%;
}
.list_about03a .item01 {
  width: 30%;
}
.list_about03a .item01 .img {
  height: 100%;
}
.list_about03a .item02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  width: 25%;
}
.list_about03a .item02 .img {
  width: 100%;
  height: 48%;
}
.list_about03a .item03 {
  width: 40%;
}
.list_about03a .item03 .img {
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .list_about03a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 400px;
  }
  .list_about03a .item {
    height: 48%;
  }
  .list_about03a .item01 {
    margin-bottom: 20px;
    width: 65%;
  }
  .list_about03a .item02 {
    width: 30%;
  }
  .list_about03a .item03 {
    width: 100%;
  }
}
.list_about03b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 300px;
}
.list_about03b .item {
  height: 100%;
}
.list_about03b .item01 {
  width: 68%;
}
.list_about03b .item01 .img {
  height: 100%;
}
.list_about03b .item02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  width: 30%;
}
.list_about03b .item02 .img {
  width: 100%;
  height: 48%;
}
@media only screen and (max-width: 599px) {
  .list_about03b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 200px;
  }
  .list_about03b .item01 {
    margin-bottom: 20px;
    width: 55%;
  }
  .list_about03b .item02 {
    width: 40%;
  }
}
/*ブログ*/
.list_blog01 .item {
  position: relative;
  margin-top: 40px;
}
.list_blog01 .time {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  line-height: 110%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_blog01 .day {
  margin-top: 3px;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.list_blog01 .img {
  margin-bottom: 10px;
}
.list_blog01 .img a {
  display: block;
}
.list_blog01 .head {
  margin-bottom: 10px;
}
.list_blog01 .category {
  color: #fd87a0;
}
@media only screen and (max-width: 599px) {
  .list_blog01 .item {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
}
/*記事詳細（新着情報、ブログ）*/
.article01 .time {
  display: block;
  text-align: center;
}
.article01 .category {
  margin-bottom: 20px;
  text-align: center;
}
.article01 .ttl {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 3px solid #feb9c8;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.article01 .txt {
  padding: 0 50px;
  font-size: 16px;
}
.article01 .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 599px) {
  .article01 .txt {
    padding: 0;
  }
}
/*診療内容*/
.list_service01 .item {
  position: relative;
  margin-top: 60px;
}
.list_service01 .head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_service01 .head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #feb9c8;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  position: relative;
}
.list_service01 .head a:before,
.list_service01 .head a:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: '';
}
.list_service01 .head a:before {
  border: 3px solid #fff;
}
.list_service01 .head a:after {
  border: 0 solid transparent;
}
.list_service01 .head a:hover {
  color: #fd87a0;
  font-weight: bold;
  background: #fff;
}
.list_service01 .head a:hover:before {
  border-top-color: #fd87a0;
  border-right-color: #fd87a0;
  border-bottom-color: #fd87a0;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.list_service01 .head a:hover:after {
  border-top: 3px solid #fd87a0;
  border-right-width: 3px;
  border-left-width: 3px;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.list_service01 .img a {
  display: block;
}
@media only screen and (max-width: 599px) {
  .list_service01 .item {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
  .list_service01 .head {
    width: 100px;
    height: 100px;
  }
  .list_service01 .head a {
    font-size: 14px;
  }
}
/*一般歯科*/
.ippan05 {
  position: relative;
  z-index: 1;
}
.ippan05 .circle_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.ippan05 .dot01 {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
}
.ippan05 .dot02 {
  position: absolute;
  top: 40px;
  left: 10%;
}
.ippan05 .dot03 {
  position: absolute;
  top: 240px;
  left: 4%;
}
.ippan05 .circle01 {
  position: absolute;
  top: 100px;
  right: 10%;
}
.ippan05 .circle02 {
  position: absolute;
  top: 300px;
  right: 3%;
}
.ippan05 .circle03 {
  position: absolute;
  top: -50px;
  left: 0;
}
.ippan05 .circle04 {
  position: absolute;
  top: 290px;
  left: 15%;
}
@media only screen and (max-width: 1024px) {
  .ippan05 .dot01 img {
    height: 230px;
  }
  .ippan05 .dot02 img {
    height: 150px;
  }
  .ippan05 .dot03 {
    top: 180px;
  }
  .ippan05 .dot03 img {
    height: 50px;
  }
  .ippan05 .circle01 img {
    height: 140px;
  }
  .ippan05 .circle02 {
    top: 250px;
  }
  .ippan05 .circle02 img {
    height: 80px;
  }
  .ippan05 .circle03 img {
    height: 100px;
  }
  .ippan05 .circle04 {
    top: 230px;
  }
  .ippan05 .circle04 img {
    height: 60px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .ippan05 .dot01 img {
    height: 150px;
  }
  .ippan05 .dot02 {
    top: 0px;
  }
  .ippan05 .dot02 img {
    height: 100px;
  }
  .ippan05 .dot03 {
    top: 100px;
  }
  .ippan05 .circle01 {
    top: 30px;
  }
  .ippan05 .circle01 img {
    height: 100px;
  }
  .ippan05 .circle02 {
    top: 140px;
  }
  .ippan05 .circle02 img {
    height: 40px;
  }
  .ippan05 .circle03 img {
    height: 70px;
  }
  .ippan05 .circle04 {
    top: 130px;
  }
  .ippan05 .circle04 img {
    height: 40px;
  }
}
/*小児歯科*/
.child02 .block_txt {
  padding: 20px;
  background: url(/import/tenant_1/133.167.124.218/html/images/07ippan/bg01.png);
}
.child02 .block_txt .cap {
  font-weight: bold;
}
.list_child02a {
  counter-reset: item;
}
.list_child02a .item {
  position: relative;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 40px;
}
.list_child02a .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  line-height: 30px;
}
.child03 .list .img div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*義歯*/
.list_gishi03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: item;
}
.list_gishi03 .item {
  position: relative;
  padding: 30px 10px 30px 50px;
  width: 25%;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 #ccc;
          box-shadow: 0 0 3px 0 #ccc;
}
.list_gishi03 .item:after {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_gishi03 .item:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 50px;
  height: 100%;
  background: url(/import/tenant_1/133.167.124.218/html/images/13gishi/deco03.png) no-repeat right center;
  background-size: 120%;
  content: '';
}
.list_gishi03 .item:first-child:before {
  content: none;
}
.list_gishi03 .img {
  margin-bottom: 10px;
}
.list_gishi03 .imgin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_gishi03 .txt {
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .list_gishi03 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_gishi03 .item {
    padding-bottom: 40px;
    width: 50%;
  }
  .list_gishi03 .item:after {
    top: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .list_gishi03 .item:nth-child(3):before {
    content: none;
  }
}
@media only screen and (max-width: 599px) {
  .list_gishi03 .item {
    padding: 40px 20px;
    width: 100%;
  }
  .list_gishi03 .item:before {
    content: none;
  }
}
/*ブリッジ*/
.bridge04 .txt01 {
  margin-bottom: -50px;
  text-align: center;
}
.bridge04 .txt01 .txtin {
  margin-right: 400px;
}
.bridge04 .ttl {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .bridge04 .txt01 {
    margin-bottom: 0;
    text-align: left;
  }
  .bridge04 .txt01 .txtin {
    margin-right: 0;
    margin-left: 10%;
  }
  .bridge04 .ttl {
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .bridge04 .txt01 .txtin {
    margin-left: 0;
  }
}
/*定期健診*/
.check02 .txt01 {
  text-align: center;
}
.check02 .txt01 .txtin {
  margin-right: 400px;
}
.check02 .ttl {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .check02 .txt01 {
    margin-bottom: 0;
    text-align: left;
  }
  .check02 .txt01 .txtin {
    margin-right: 0;
    margin-left: 10%;
  }
  .check02 .ttl {
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .check02 .txt01 .txtin {
    margin-left: 0;
  }
}
/*求人情報*/
.recruit02 .ttl {
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
  margin-left: 5%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #feb9c8;
  text-align: center;
  font-size: 24px;
  line-height: 140px;
}
.recruit02 .box {
  padding: 100px;
  border: 4px solid #ede9ea;
}
@media only screen and (max-width: 1024px) {
  .recruit02 .box {
    padding: 100px 50px 50px;
  }
}
@media only screen and (max-width: 599px) {
  .recruit02 .box {
    padding: 100px 10px 30px;
  }
}
.list_recruit02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 2px solid #ede9ea;
}
.list_recruit02 .datattl,
.list_recruit02 .data {
  font-size: 16px;
}
.list_recruit02 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .list_recruit02 .datattl {
    width: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .list_recruit02 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_recruit02 .datattl,
  .list_recruit02 .data {
    width: 100%;
  }
  .list_recruit02 .datattl {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
/*お問い合わせ*/
.contact01 .txt01 {
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
}
.contact01 .box {
  padding: 30px 100px 50px;
  border: 4px solid #ede9ea;
}
@media only screen and (max-width: 1024px) {
  .contact01 .box {
    padding: 30px 50px 50px;
  }
}
@media only screen and (max-width: 599px) {
  .contact01 .box {
    padding: 30px 10px 50px;
  }
}
/*フォトギャラリー*/
.list_photo01 .item {
  position: relative;
  margin-top: 40px;
}
.list_photo01 .time {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #feb9c8;
  color: #fff;
  text-align: center;
  line-height: 110%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_photo01 .day {
  margin-top: 3px;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.list_photo01 .img {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.list_photo01 .img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  content: url(/import/tenant_1/133.167.124.218/html/images/18photo/icon.png);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.list_photo01 .img:hover:after {
  visibility: visible;
  opacity: 1;
}
.list_photo01 .head {
  margin-bottom: 10px;
}
.list_photo01 .category {
  color: #fd87a0;
}
@media only screen and (max-width: 599px) {
  .list_photo01 .item {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
}


/*ライトボックス設定*/
.uk-open .uk-modal-dialog-lightbox {
    width: calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
    top: 10px !important;
}

.uk-lightbox-content {
  width: 100%;
  height: 100%;
}

.uk-lightbox-content img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}




/*# sourceMappingURL=common.css.map */
