@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Zen+Maru+Gothic:wght@500&family=Zen+Old+Mincho:wght@500;700;900&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #423F39;
  background-color: #fff;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
  .inner > .inner {
    padding: 0;
  }
}
.flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexInner-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .flexInner {
    display: block;
  }
  .flexInner > div {
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}
img.radius {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  img.radius {
    border-radius: 14px;
  }
}
.img {
  font-size: 0;
  overflow: hidden;
}

b {
  font-weight: 700;
}

a {
  color: #F2784C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
}

p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #F34A08;
  text-decoration: underline;
}
p.ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0 auto;
  padding: 40px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
}

small {
  font-size: 85%;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald";
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.tel i {
  font-size: 80%;
  margin: 0 5px 0 0;
}

.fz0 {
  font-size: 0;
}

ul.disk li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -22.5px;
  padding-left: 25px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

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

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

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

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

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

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

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

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

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

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

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

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

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

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

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

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

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

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

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

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

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

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

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

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

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

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

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

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

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

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

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

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

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

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

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

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

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

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

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

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

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

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

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

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

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

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

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

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

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

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

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

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

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

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

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

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

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

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

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

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

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

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

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

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

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

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

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

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

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

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

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

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

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

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

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

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

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

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

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

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

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

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

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

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

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

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

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

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

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

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

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 700 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #423F39 !important;
}

.color-sub {
  color: #E2E8E2 !important;
}

.black {
  color: #423F39 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #F34A08 !important;
}

.orange {
  color: #F2784C !important;
}

.yellow {
  color: #F7EF90 !important;
}

.green {
  color: #2B8366 !important;
}

.blue {
  color: #4579a4 !important;
}

.brown {
  color: #846C55 !important;
}

.gray {
  color: #bbb !important;
}

.gray-light {
  color: #EFEFEF !important;
}

/******************************************
[見出し]
******************************************/
h2 {
  line-height: 1.5;
}
h2.midashi-h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #423F39;
  margin: 0 0 40px;
  display: block;
  text-align: center;
}
h2.midashi-h2.left {
  text-align: left;
}
h2.midashi-h2 span.eng {
  font-size: 1.125rem;
  color: #bbb;
  display: block;
  margin-top: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  h2.midashi-h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  h2.midashi-h2 span.eng {
    font-size: 0.875rem;
  }
}
h3.midashi-h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #846C55;
  line-height: 1.4;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  border-bottom: 3px solid #846C55;
  padding-bottom: 10px;
}
h3.midashi-h3 span.eng {
  font-size: 1.125rem;
  color: #bbb;
  padding: 0 0 4px 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h3.midashi-h3 {
    font-size: 1.25rem;
  }
  h3.midashi-h3 span.eng {
    font-size: 0.875rem;
    color: #bbb;
    padding: 0 0 0 10px;
  }
}
h4 {
  font-size: 1.75rem;
  font-weight: 900;
  margin: 0 0 20px;
}
h4.midashi-h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #846C55;
  line-height: 1.4;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

/* sp */
@media screen and (max-width: 768px) {
  h4.midashi-h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  h4.midashi-h4:before {
    width: 40px;
    height: 30px;
  }
}
h5 {
  font-size: 1.5rem;
  color: #423F39;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
/******************************************
[header]
******************************************/
header {
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 10;
}
header .header {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header .logo {
  line-height: 1;
}
header .header .logo a {
  display: inline-block;
  padding: 40px;
  background-color: rgba(51, 51, 51, 0.8);
}
header .header .logo a img {
  width: auto;
  height: 100%;
}
header .header-l {
  width: 310px;
}
header .header-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-r .contactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-r .contactBtn .tel {
  display: block;
}
header .header-r .contactBtn .tel a {
  font-size: 1.875rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
header .header-r .contactBtn .btn {
  display: block;
  margin: 0 0 0 20px;
}
header .header-r .contactBtn .btn a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  width: auto;
  min-width: initial;
  height: auto;
  padding: 20px;
  margin: 0;
  border-radius: 0;
  background-color: rgba(132, 108, 85, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0;
}
header .header-r .contactBtn .btn a i {
  display: block;
  font-size: 3.125rem;
  margin: 0 auto 5px;
}
header.on .header {
  height: 100px;
  background-color: rgba(51, 51, 51, 0.9);
}
header.on .header .logo a {
  height: 100px;
  display: inline-block;
  padding: 15px;
  background-color: rgba(51, 51, 51, 0.8);
}
header.on .header .logo a img {
  width: auto;
  height: 100%;
}
header.on .header-l {
  width: 310px;
}
header.on .header-r {
  padding: 0;
}
header.on .header-r nav {
  display: block;
  margin: 45px -210px 1px 0;
}
header.on .header-r nav ul > li a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  header.on .header-r .contactBtn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header.on .header-r .contactBtn .tel {
    margin-top: 10px;
  }
  header.on .header-r .contactBtn .btn a {
    height: 100px;
    padding: 15px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    min-height: initial;
    padding: 10px 0 0;
    text-align: center;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header {
    height: 60px;
  }
  header .header .logo a {
    padding: 0;
    background-color: initial;
  }
  header .header .logo a img {
    width: auto;
    height: 60px;
  }
  header .header-l {
    width: 100%;
  }
  header .header-r {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .header-r nav {
    margin: 0 !important;
  }
  header .header-r .contactBtn {
    width: 100%;
    background-color: #423F39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-r .contactBtn .tel {
    width: 50%;
  }
  header .header-r .contactBtn .tel a {
    font-size: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-r .contactBtn .btn {
    width: 50%;
    display: block;
    margin: 0 0 0 10px;
  }
  header .header-r .contactBtn .btn a {
    font-size: 0.875rem;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background-color: #846C55;
  }
  header .header-r .contactBtn .btn a i {
    font-size: 1.25rem;
    margin: 0 5px 0 0;
  }
  header.on {
    padding: 0;
  }
  header.on .header {
    height: auto;
    background-color: rgba(51, 51, 51, 0.95);
  }
  header.on .header .logo {
    padding: 5px 0;
  }
  header.on .header .logo a {
    height: auto;
    padding: 0;
    background-color: initial;
  }
  header.on .header .logo a img {
    width: auto;
    height: 38px;
  }
  header.on .header-l {
    width: 100%;
  }
  header.on .header-r {
    padding: 0;
  }
  header.on .header-r nav {
    display: block;
    margin: 45px -210px 1px 0;
  }
  header.on .header-r nav ul > li a {
    color: #fff;
  }
  header.on .header-r .contactBtn .btn a {
    height: 100px;
    padding: 15px;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background-color: #333;
  padding: 80px 0;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
footer .footer-left .logo img {
  width: auto;
  height: 80px;
}
footer .footer-left p {
  color: #fff;
}
footer .footer-left p.add {
  margin: 10px 0;
}
footer .footer-left p.tel {
  font-size: 1.5rem;
}
footer .footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
footer .footer-right .navi {
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer-right .navi > li {
  border-right: 1px solid #fff;
}
footer .footer-right .navi > li:nth-child(-n+3) {
  border-left: 1px solid #fff;
}
footer .footer-right .navi > li a {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
footer .footer-right .navi > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 80px;
  }
  footer .footer {
    display: block;
  }
  footer .footer-left .logo {
    text-align: center;
  }
  footer .footer-left .logo img {
    width: auto;
    height: 60px;
  }
  footer .footer-left p {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-right {
    text-align: center;
    margin-top: 20px;
  }
  footer .footer-right .navi {
    width: 100%;
    height: 200px;
  }
  footer .footer-right .navi > li {
    border-width: 0 !important;
  }
  footer .footer-right .navi > li a {
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}
.copy {
  width: 100%;
  max-width: 1040px;
  margin: -20px auto 0;
  font-size: 0.75rem;
  text-align: right;
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    font-size: 0.625rem;
    padding-right: 10px;
    margin: 0 auto 30px;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 100px 0;
  overflow: hidden;
  z-index: 0;
}
/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
nav > ul {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav > ul > li {
  height: 100%;
  text-align: center;
  padding: 15px 0;
}
nav > ul > li:hover > a {
  text-decoration: none;
}
nav > ul > li > a, nav > ul > li > p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  display: inline-block;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
}
nav > ul > li > a:hover, nav > ul > li > p:hover {
  text-decoration: none;
  background-color: rgba(242, 120, 76, 0.3);
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}
nav {
  /* ドロップダウン */
}
nav .nav-main > p {
  padding-right: 40px;
}
nav .nav-main > p:after {
  font-size: 1.5rem;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  height: 20px;
}
nav .nav-main .nav-sub {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 220px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  padding: 20px;
  /*
  &:after {
    //content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent $main transparent;
  }
  &:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 150px;
    height: 20px;
  }
  */
}
nav .nav-main .nav-sub li {
  border-top: 1px solid #DDCEC4;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li:last-child {
    border-bottom: 1px solid #DDCEC4;
  }
}
nav .nav-main .nav-sub li a {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #846C55;
  padding: 15px 0;
  margin: 0 auto;
}
nav .nav-main .nav-sub li a:before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 0.625rem;
  margin: 0 5px 0 0;
  display: block;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li a:hover {
    text-decoration: none;
  }
}
nav .nav-main:hover .nav-sub {
  visibility: visible;
  opacity: 1;
  top: 30px;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #423F39;
    margin: 0;
    border-top: 1px solid #fff;
  }
  nav > ul > li {
    width: 100%;
    height: auto;
    padding: 0;
    border-left-width: 0 !important;
    border-bottom: 1px solid #fff;
  }
  nav > ul > li:first-child {
    display: none;
  }
  nav > ul > li:nth-child(even) {
    border-right-width: 0;
  }
  nav > ul > li.contBnr a {
    height: auto;
    padding: 20px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #bbb;
  }
  nav > ul > li a {
    font-size: 1rem;
    font-weight: 500;
    height: auto;
    color: #fff;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  nav > ul > li a:before {
    margin: 2px 5px 0 0 !important;
  }
  nav {
    /* ドロップダウン */
  }
  nav .nav-main {
    padding: 15px 0;
    height: auto;
  }
  nav .nav-main > p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }
  nav .nav-main > p:after {
    color: #fff;
    left: initial;
    right: 10px;
  }
  nav .nav-main .nav-sub {
    visibility: visible;
    opacity: 1;
    width: 95%;
    padding: 0;
    position: initial;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
  }
  nav .nav-main .nav-sub:before {
    display: none;
  }
  nav .nav-main .nav-sub li {
    width: 50%;
    border: 1px solid #423F39 !important;
  }
  nav .nav-main .nav-sub li a {
    font-size: 14px !important;
    height: auto;
    color: #423F39;
    background: #fff;
    text-align: left;
    padding: 10px;
    line-height: 1;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  nav .spNav-info .btn {
    margin-top: 10px;
  }
  nav .spNav-info .btn a {
    font-size: 1rem;
    width: 100%;
    height: 40px;
  }
  nav .spNav-info .info {
    width: 100%;
  }
  nav .spNav-info .info p {
    text-align: left;
    line-height: 1.4;
    border-bottom: 1px dashed #423F39;
    padding: 10px;
  }
  nav .spNav-info .info p:first-child {
    border-top: 1px dashed #423F39;
    padding-top: 10px;
  }
  nav .spNav-info-logo {
    background-color: #423F39;
    height: 50px;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 5px 60px 5px 10px;
  }
  nav .spNav-info-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav .spNav-info-logo a img {
    width: auto;
    height: 30px;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #bbb;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #423F39;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    bottom: 6px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -8px;
  }
  .button .bar:after {
    top: 8px;
  }
  .open nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    -ms-transform: translate(260px, 0);
        transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
    left: initial;
    right: 260px;
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    background: #F2784C;
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/* クローンナビ */
.clone-header {
  width: 100%;
  padding: 10px 40px 0;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -10px;
  max-width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  background: #fff;
}
.clone-header .header {
  height: auto;
}
.clone-header .header-l, .clone-header .header-r {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .clone-header {
    min-width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .clone-header {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .clone-header {
    height: auto;
  }
  .clone-header nav {
    padding: 10px;
    display: block !important;
  }
  .clone-header nav ul {
    height: 40px;
    margin-top: 10px;
  }
}
.clone-header.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  top: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
}
.clone-header nav ul {
  margin: 10px auto;
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -80px;
  right: 0;
}
.pagetop a {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  padding: 15px 25px;
  display: block;
  text-align: center;
  -webkit-filter: invert(1);
  filter: invert(1);
  mix-blend-mode: exclusion;
}
.pagetop a i {
  font-size: 1.75rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 10px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -80px;
    right: 0;
    z-index: 9;
  }
  .pagetop a {
    padding: 10px;
  }
  .pagetop a i {
    font-size: 1.5625rem;
  }
  .pagetop.fade {
    bottom: 50px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 350px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px !important;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  -webkit-box-shadow: 5px 5px 0px 0px rgba(226, 232, 226, 0.5);
          box-shadow: 5px 5px 0px 0px rgba(226, 232, 226, 0.5);
}

.shadow-2 {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(226, 232, 226, 0.5);
          box-shadow: 10px 10px 0px 0px rgba(226, 232, 226, 0.5);
}

.shadow-3 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(226, 232, 226, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(226, 232, 226, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -0.9rem;
  padding: 0 0 0 0.9rem;
  margin: 6px 0 0;
  display: block;
  width: 100%;
}
.note:first-of-type {
  margin: 10px 0 0;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
}
.topics.news ul li:first-of-type a {
  border-top: 1px dashed #bbb;
}
.topics.news ul li:last-child {
  margin-bottom: 0;
}
.topics.news ul li .topics_date {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  color: #846C55;
  font-weight: 900;
  /*background: $main;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
}
.topics.news ul li .topics_thumb {
  display: block;
}
.topics.news ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.topics.news ul li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #bbb;
}
.topics.news ul li a:hover {
  text-decoration: none;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.detail .topics_body h2 {
  margin: 20px 0 12px 0;
  font-size: 1.75em;
  color: #F2784C;
  margin-bottom: 1rem;
}
.topics.detail .topics_body h3 {
  margin: 40px 0 12px 0;
  border-bottom: solid 1px #c3b9b6;
  padding-bottom: 5px;
  color: #a46853;
  font-size: 1.3rem;
}
.topics.detail .topics_body h4 {
  margin: 30px 0 10px 0;
  background-color: #9a9a9a;
  color: #fff;
  padding: 2px 9px;
}
.topics.detail .topics_body p {
  line-height: 165%;
  margin-bottom: 1rem;
}
.topics.thumbnail > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 30px 4%;
}
.topics.thumbnail > ul li {
  width: 22%;
}
.topics.thumbnail > ul li a {
  color: #423F39;
  display: block;
  line-height: 1.2;
  padding: 0;
}
.topics.thumbnail > ul li a > span {
  display: block;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 100%;
  height: 12vw;
  max-height: 300px;
  display: block;
  border-radius: 16px;
  margin: 0 auto 10px;
  overflow: hidden;
  background: url("../img/_thumbnail.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topics.thumbnail > ul li .topics_date {
  color: #2B8366;
  font-weight: 700;
  padding: 0 10px;
}
.topics.thumbnail > ul li .topics_title {
  font-weight: 700;
  width: 100%;
  text-align: left;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  display: block;
  padding: 0 10px;
  line-height: 1.5;
}
.topics.thumbnail.sales .topics_thumb {
  height: 300px;
}
.topics.thumbnail.sales .topics_title {
  font-weight: 700;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.topics .category_name {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  min-width: 80px;
  color: #fff;
  padding: 6px 10px 7px;
  margin-right: 20px;
  line-height: 1;
  background-color: #423F39;
  border-radius: 100px;
  display: inline-block !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li .topics_date {
    font-size: 0.875rem;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 1.4;
  }
  .topics.news ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 10px 0 14px;
    margin: 0;
  }
  .topics.news ul li span {
    display: inline-block;
  }
  .topics.detail {
    padding: 15px;
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 1rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 80%;
    margin: 20px auto 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    height: 50vw;
    border-radius: 16px;
  }
  .topics.thumbnail ul li .topics_date {
    padding: 0;
  }
  .topics.thumbnail ul li .topics_title {
    padding: 0;
    margin: 0;
  }
  .topics .category_name {
    font-size: 0.625rem;
    min-width: inherit;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: -18px;
  top: 260px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a {
  width: 80px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #F2784C;
  border-radius: 6px 0 0 6px;
  padding: 40px 36px 40px 20px;
  display: block;
  line-height: 1;
  text-decoration: none;
}
.sideBnr a i.icon-line:before {
  font-size: 150%;
  color: #fff;
  margin-bottom: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideBnr {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  .sideBnr a {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    border-radius: 6px 6px 0 0;
    padding: 10px 0;
  }
  .sideBnr a i.icon-line:before {
    font-size: 130%;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  overflow: hidden;
}
.imgTxt-img img {
  width: 100%;
}
.imgTxt-img.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt-img.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-img.height100 {
  border-radius: 20px;
}
.imgTxt-img.height100 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 100%;
  max-width: initial;
}
.imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 2rem;
  color: #F2784C;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  display: block;
}
.imgTxt-txt.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-txt.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt.imgBig .imgTxt-img {
  width: 500px;
}
.imgTxt.imgBig .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt.small .imgTxt-img {
  width: 300px;
}
.imgTxt.small .imgTxt-img img {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100% !important;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 auto 20px;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .imgTxt .txt,
  .imgTxt.mini .txt {
    font-size: 1rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 60px 0;
  background-color: #E2E8E2;
}
#contactSec .contactSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contactSec .contactSec > div {
  padding: 10px 40px;
  border-right: 1px dashed #423F39;
}
#contactSec .contactSec > div:first-child {
  border-left: 1px dashed #423F39;
}
#contactSec .contactSec-ttl h2 {
  margin: 0;
}
#contactSec .contactSec-tel p {
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #423F39;
  margin: 0 0 10px;
}
#contactSec .contactSec-tel a.tel {
  font-size: 2rem;
  font-weight: 700;
  color: #423F39;
  margin: 0;
  line-height: 1;
}
#contactSec .contactSec-tel a.tel i {
  margin-right: 10px;
}
#contactSec .contactSec-btn .btn {
  margin: 0;
}
#contactSec .contactSec-btn .btn a {
  margin: 0;
}
#contactSec .contactSec-btn .btn a i {
  margin-right: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec > div {
    padding: 20px 0 0;
    border-right-width: 0;
  }
  #contactSec .contactSec > div:first-child {
    border-left-width: 0;
    padding-top: 0;
  }
  #contactSec .contactSec-ttl h2 {
    text-align: center;
  }
  #contactSec .contactSec-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contactSec .contactSec-tel p {
    font-size: 1.125rem;
    margin: 0 10px 0 0;
  }
  #contactSec .contactSec-tel a.tel {
    font-size: 1.75rem;
    line-height: 1;
  }
  #contactSec .contactSec-tel a.tel i {
    margin-right: 10px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  z-index: 1;
}
.btn a {
  min-width: 200px;
  height: 60px;
  font-size: 1rem;
  color: #423F39;
  font-weight: 900;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #423F39;
}
.btn a i {
  font-size: 1.5em;
  margin-left: 10px;
}
.btn a:hover {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn a:hover:after {
  text-decoration: none;
}
.btn a img {
  margin-right: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
  }
  .btn a {
    font-size: 0.875rem;
    min-width: initial;
    height: 50px;
    line-height: 1;
  }
  .btn a i {
    font-size: 1.5em;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px dashed #bbb;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  text-align: left;
  padding: 20px 10px;
  line-height: 1.5;
}
table.basic tr th {
  font-weight: 600;
  width: 140px;
  vertical-align: baseline;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    font-size: 0.875rem;
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 70px;
  }
}
dl.basic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.basic dt, dl.basic dd {
  border-bottom: 1px dashed #bbb;
  padding: 10px 5px;
}
dl.basic dt {
  width: 25%;
}
dl.basic dd {
  width: 75%;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  padding: 25px;
  border-radius: 16px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #bbb;
  padding: 30px 40px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.5);
}
.frame-white {
  background: #fff;
  padding: 40px;
  margin: 40px 0 0;
}
.frame-white:first-of-type {
  margin-top: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
  .frame-white {
    padding: 15px;
    margin: 20px 0 0;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  padding-bottom: 15px;
}
.check li:before {
  color: #423F39;
  font-size: 1.5em;
  line-height: 1;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check li:first-child {
  margin-top: 0;
}
.check.line li {
  border-bottom: 1px dashed #423F39;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 1rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
.list li {
  display: block;
  line-height: 1.5;
  padding-left: 1rem;
  padding-bottom: 20px;
  margin: 20px 0 0;
  border-bottom: 1px dashed #bbb;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "";
  color: #423F39;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #423F39;
  text-align: left;
  position: absolute;
  left: 4px;
  top: 8px;
}
.list.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}
.list.noborder li {
  border-bottom-width: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}
.list-num li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  margin-top: 15px;
}
.list-num li:first-child {
  margin-top: 0;
}
.list-num li span {
  font-weight: 900;
  display: inline-block;
  line-height: 1.4;
  width: 27px;
  height: 27px;
  background-color: #423F39;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
}

/* sp */
@media screen and (max-width: 768px) {
  .list li {
    padding-bottom: 15px;
    margin: 15px 0 0;
  }
  .list.inline li {
    margin: 0 5% 2% 0;
  }
  .list-num li {
    font-size: 0.875rem;
    padding-left: 25px;
    margin-top: 10px;
  }
  .list-num li span {
    width: 20px;
    height: 20px;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #423F39;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #423F39;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: auto;
  max-width: initial;
  height: 100px;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/* sp */
@media screen and (max-width: 768px) {
  .load-icon img {
    width: 70%;
    height: auto;
  }
}
/******************************************
画面最下部追従バナー　fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E2E8E2;
  z-index: 100;
}
.fixBnr .btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.fixBnr .btn:nth-child(1) a {
  background-image: url(../img/bg-red.jpg);
}
.fixBnr .btn:nth-child(2) a {
  background-image: url(../img/bg-green.jpg);
}
.fixBnr .btn a {
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: 293px 238px;
}
.fixBnr .btn a img {
  width: 2vw;
  margin: 0 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .fixBnr {
    height: 40px;
  }
  .fixBnr .btn:nth-child(1) {
    width: 35%;
  }
  .fixBnr .btn:nth-child(2) {
    width: 65%;
  }
  .fixBnr .btn a {
    font-size: 0.6875rem;
  }
  .fixBnr .btn a img {
    width: auto;
    height: 20px;
  }
}
/******************************************
[flow.html] 
******************************************/
.step-list li {
  border-radius: 20px;
  background-color: #EFEFEF;
  margin: 10px 0 0;
  padding: 30px 30px 30px 180px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-list li:first-child {
  margin-top: 0;
}
.step-list li .img {
  width: 120px;
  margin-right: 20px;
}
.step-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step-list li .txt p.ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F34A08;
  margin-bottom: 5px;
}
.step > p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 40px 15px;
  border-radius: 100px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.step > p.flow-rental {
  background-color: #F2784C;
}
.step > p.flow-sale {
  background-color: #2B8366;
  height: 72%;
  left: 100px;
}

/* sp */
@media screen and (max-width: 768px) {
  .step-list li {
    display: block;
    border-radius: 18px;
    padding: 15px 15px 15px 75px;
  }
  .step-list li .img {
    width: 40px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  .step-list li .txt p {
    font-size: 0.875rem;
  }
  .step-list li .txt p.ttl {
    font-size: 1.25rem;
    margin: 0 0 10px 50px;
  }
  .step > p {
    font-size: 0.875rem;
    padding: 20px 5px;
    height: calc(100% - 40px);
    top: 20px;
    left: 5px;
  }
  .step > p.flow-sale {
    height: 72%;
    left: 35px;
  }
}
.float .img {
  font-size: 0;
}
.float .img img {
  border-radius: 10px;
}
.float .img.left {
  width: 220px;
  margin: 0 40px 20px 0;
  float: left;
}
.float .img.right {
  width: 220px;
  margin: 0 0 20px 40px;
  float: right;
}
/* sp */
@media screen and (max-width: 768px) {
  .float .img.left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .float .img.right {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}
.ttl-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.ttl-txt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 0;
}
.ttl-txt h3 span {
  text-align: left;
}
.ttl-txt p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .ttl-txt {
    display: block;
    margin-bottom: 30px;
  }
  .ttl-txt h3 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.sideSchedule {
  width: 760px;
  position: fixed;
  right: -690px;
  top: 30%;
  z-index: 10;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 20px 100px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
}
.sideSchedule .caption {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 0.9;
  text-align: center;
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  background: #2B8366;
}
.sideSchedule .caption img {
  width: 25px;
  height: 24px;
}
.sideSchedule .schedule {
  margin-bottom: 10px;
  background: #fff;
}
.sideSchedule .schedule tr th, .sideSchedule .schedule tr td {
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  padding: 20px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.sideSchedule .schedule tr th.red, .sideSchedule .schedule tr td.red {
  padding: 15px;
}
.sideSchedule .schedule tr th {
  padding: 10px 25px;
  font-weight: 900;
}
.sideSchedule .schedule tr th:last-child {
  border-right-width: 0;
}
.sideSchedule .schedule tr td {
  color: #2B8366;
}
.sideSchedule .schedule tr td.holiday {
  color: #F34A08;
  border-right-width: 0;
  border-bottom-width: 0;
}
.sideSchedule .schedule tr:last-child th, .sideSchedule .schedule tr:last-child td {
  border-bottom-width: 0;
}
.sideSchedule:hover {
  right: 0;
}
.sideSchedule .note {
  color: #423F39;
  margin-top: 20px !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideSchedule {
    width: 100%;
    position: static;
    padding: 0;
    background-color: initial;
    margin: 20px 0;
  }
  .sideSchedule .caption {
    display: none;
  }
  .sideSchedule .schedule {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
  }
  .sideSchedule .schedule tr th, .sideSchedule .schedule tr td {
    font-size: 0.75rem;
    padding: 10px;
  }
  .sideSchedule .schedule tr th.red, .sideSchedule .schedule tr td.red {
    padding: 10px;
  }
  .sideSchedule .schedule tr th {
    padding: 5px;
  }
  .sideSchedule .note {
    font-size: 0.75rem;
    color: #fff;
    text-align: left;
    margin-top: 10px !important;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
}
#index .mv {
  width: 100vw;
  height: 100vh;
  max-height: 1000px;
  margin: auto;
  background: url("../img/mv-img.jpg") no-repeat center;
  background-size: cover;
}
#index .mv-box {
  position: absolute;
  bottom: 100px;
  left: 80px;
  z-index: 1;
}
#index .mv-ttl {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 10px black;
}
#index .mv-ttl-sub {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 10px black;
  padding-left: 10px;
  margin-top: 10px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .mv {
    height: 380px;
    margin: 0 auto;
    z-index: -1;
  }
  #index .mv-box {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #index .mv-ttl {
    font-size: 2rem;
    text-align: center;
  }
  #index .mv-ttl-sub {
    font-size: 1.125rem;
    text-align: center;
    padding-left: 0;
  }
}
#index {
  /******************************************
  [sec1]  お知らせ
  ******************************************/
}
#index #news {
  padding: 40px;
  background-color: #EFEFEF;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #news {
    padding: 40px 0;
  }
}
#index {
  /******************************************
  [sec2]  トップメニュー
  ******************************************/
}
#index .meinContents {
  margin: 100px 0 0;
  padding-bottom: 40px;
}
#index .meinContents:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
  background-color: rgba(239, 239, 239, 0.4);
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 40px;
  right: 0;
  z-index: -1;
}
#index .meinContents:first-child {
  margin-top: 0;
}
#index .meinContents .img {
  width: 100%;
  padding: 0 60px 0 0;
}
#index .meinContents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .meinContents .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -40px 0 0 -40px;
}
#index .meinContents .text h2.midashi-h2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  width: auto;
  padding: 50px;
  margin: 0;
  display: inline-block;
}
#index .meinContents .text h2.midashi-h2 span {
  text-align: left;
}
#index .meinContents .text .txt {
  padding: 0 60px 0 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index .meinContents .btn {
  margin: -20px 50px 0;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#index .meinContents .menu {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .meinContents .menu li {
  border-right: 1px solid #bbb;
}
#index .meinContents .menu li:first-child {
  border-left: 1px solid #bbb;
}
#index .meinContents .menu li a {
  font-size: 1.25rem;
  font-weight: 900;
  color: #423F39;
  text-align: center;
  display: block;
  padding: 10px 60px;
}
#index .meinContents .menu li a img {
  display: block;
  margin: 0 auto 10px;
}
#index .meinContents .menu li a span {
  text-align: center;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .meinContents {
    margin: 60px 0 0;
    padding-bottom: 0;
  }
  #index .meinContents:after {
    width: calc(100% - 10px);
    height: calc(100% - 150px);
    top: 20px;
    bottom: 0;
    left: 15px;
    right: 0;
  }
  #index .meinContents .img {
    padding: 0 10px 0 0;
  }
  #index .meinContents .text {
    display: block;
    margin: -25px 0 0 -15px;
  }
  #index .meinContents .text h2.midashi-h2 {
    padding: 15px;
  }
  #index .meinContents .text .txt {
    padding: 15px 0 0 15px;
  }
  #index .meinContents .btn {
    margin: 10px 0 0;
  }
  #index .meinContents .menu {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index .meinContents .menu li a {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 10px 15px;
  }
  #index .meinContents .menu li a img {
    display: block;
    margin: 0 auto 10px;
    height: 30px;
  }
}
#index {
  /******************************************
  [sec1]  イントロ
  ******************************************/
}
#index #about {
  padding: 60px 0;
  background-color: #f0ebe6;
  overflow: visible;
}
#index #about .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
#index #about .intro-l, #index #about .intro-r {
  width: calc(50% - 20px);
}
#index #about .intro-l img {
  width: auto;
  height: calc(100% + 160px);
  position: absolute;
  right: -20px;
  top: -80px;
}
#index #about .intro-r .txt {
  font-size: 1.125rem;
  line-height: 1.7;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #about {
    overflow: hidden;
  }
  #index #about .intro {
    display: block;
  }
  #index #about .intro-l, #index #about .intro-r {
    width: 100%;
  }
  #index #about .intro-l img {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 30px;
  }
  #index #about .intro-r .txt {
    font-size: 1rem;
  }
}
#index {
  /******************************************
  [sec3] バナー
  ******************************************/
}
#index #bnr a.bnr {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 40px;
  background: url("../img/index_sec4-bnr.jpg") no-repeat center;
  background-size: 100%;
}
#index #bnr a.bnr:hover {
  text-decoration: none;
  background-size: 105%;
  opacity: 0.8;
}
#index #bnr a.bnr i {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 15px;
  line-height: 1;
  padding-top: 5px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #bnr {
    padding: 30px 0;
  }
  #index #bnr a.bnr {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 100%;
    height: auto;
    padding: 15px;
    background-position: left center;
    background-size: cover;
    padding-top: 100px;
  }
}
#index {
  /******************************************
  [sec5]  アクセス
  ******************************************/
}
#index .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .access > div {
  height: 480px;
}
#index .access > div iframe {
  height: 100%;
}
#index .access-l {
  width: 440px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
#index .access-l .img {
  border-radius: 12px;
  margin-bottom: 10px;
}
#index .access-l .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  margin: auto;
}
#index .access-l .info dt, #index .access-l .info dd {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 5px 0;
  border-top: 1px dashed #bbb;
}
#index .access-l .info dt:first-of-type, #index .access-l .info dd:first-of-type {
  border-top-width: 0;
}
#index .access-l .info dt {
  width: 19.2%;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#index .access-l .info dd {
  width: 80.8%;
  font-weight: normal;
  padding-left: 8%;
}
#index .access-r {
  width: 560px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .access {
    display: block;
  }
  #index .access > div {
    height: auto;
  }
  #index .access-l {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
  }
  #index .access-l .img {
    border-radius: 10px;
  }
  #index .access-l .info dt, #index .access-l .info dd {
    font-size: 0.875rem;
  }
  #index .access-r {
    width: 100%;
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec6]  ブログバナー
  ******************************************/
}
#index #blog {
  padding: 60px 0 80px;
  background-color: initial;
}
#index a.blog-btn {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0ebe6;
  border-radius: 16px;
  overflow: hidden;
  padding-right: 20px;
}
#index a.blog-btn span {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index a.blog-btn span img {
  font-size: 0;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index a.blog-btn {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding-right: 0;
  }
  #index a.blog-btn span {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index a.blog-btn span img {
    margin: 5px 0;
  }
  #index a.blog-btn span.img1 {
    width: 100%;
    height: 150px;
  }
  #index a.blog-btn span.img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index a.blog-btn span.img2 {
    width: 35%;
    padding: 15px 0 15px 15px;
  }
  #index a.blog-btn span.img2 img {
    height: auto;
  }
  #index a.blog-btn span.img3 {
    width: 55%;
    padding: 15px 0;
  }
  #index a.blog-btn span.img3 img {
    height: auto;
  }
  #index a.blog-btn span.img4 {
    width: 10%;
    padding: 15px 15px 15px 0;
  }
  #index a.blog-btn span.img4 img {
    height: auto;
  }
}

#second section:nth-child(odd) {
  background-color: rgba(239, 239, 239, 0.5);
}
#second section:nth-child(even) .frame-white {
  background-color: #EFEFEF;
}
#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
}
#second .mv {
  width: 100%;
  height: 400px;
  margin: auto;
  background-color: #333;
  overflow: hidden;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
}
#second .mv-box:after {
  content: "";
  width: calc(100% + 10px);
  height: 410px;
  background: url("../img/mv-img.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}
#second .mv-ttl {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .mv {
    height: 300px;
  }
  #second .mv-box:after {
    height: 310px;
  }
  #second .mv-ttl {
    font-size: 1.5rem;
  }
}
#second {
  /******************************************
  [icl.html] ICLについて
  ******************************************/
}
#second .benefits,
#second .risks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 3%;
  padding: 0 15px;
}
#second .benefits li,
#second .risks li {
  width: 48.5%;
  padding: 34px;
}
#second .benefits li dl dt,
#second .risks li dl dt {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 20px 55px;
  padding-bottom: 10px;
}
#second .benefits li dl dt span.num,
#second .risks li dl dt span.num {
  font-family: "Oswald";
  font-size: 2.75rem;
  line-height: 1;
  position: absolute;
  left: -55px;
  top: -2px;
}
#second .benefits li {
  background-color: rgba(242, 120, 76, 0.1);
}
#second .benefits li dl dt {
  color: #F2784C;
  border-bottom: 2px solid #F2784C;
}
#second .benefits li dl dt span.num {
  color: #F2784C;
}
#second .risks li {
  background-color: rgba(69, 121, 164, 0.1);
}
#second .risks li dl dt {
  color: #4579a4;
  border-bottom: 2px solid #4579a4;
}
#second .risks li dl dt span.num {
  color: #4579a4;
}
#second .flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#second .flow > ul {
  width: 100%;
  padding-left: 0;
}
#second .flow > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 80px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .flow > ul > li:not(:last-child):before {
  content: "";
  background: #bbb;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 33px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#second .flow > ul > li .flow-img {
  font-size: 0;
  width: 300px;
  height: 240px;
}
#second .flow > ul > li > dl {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second .flow > ul > li > dl dt {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #846C55;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #846C55;
}
#second .flow > ul > li > dl dt > .num {
  font-size: 2.125rem;
  font-family: "Oswald";
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #846C55;
  position: absolute;
  top: -10px;
  left: -421px;
  padding: 10px;
}
#second .flow > ul > li > dl dt > .num span {
  font-size: 1rem;
  text-align: center;
  display: block;
  line-height: 1;
}
#second .flow > ul > li > dl dd {
  color: #333;
  margin: 0;
  overflow: hidden;
}
#second .flow > ul > li > dl dd .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}
#second .precaution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
#second .precaution li:first-child {
  margin-top: 0;
}
#second .precaution li .img {
  width: 200px;
}
#second .precaution li dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
#second .precaution li dl dt {
  font-size: 1.25rem;
  font-weight: 900;
  color: #846C55;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#second .precaution li dl dt:before {
  content: "";
  display: block;
  width: 29px;
  height: 26px;
  background: url("../img/icon-attention.png") center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
#second #price .price {
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  color: #F34A08;
  margin: 25px 0;
}
#second #price .price small {
  font-size: 1rem;
  color: #333;
}
#second #price .price-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  gap: 60px;
}
#second #price .price-sub dl {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
#second #price .price-sub dl dt {
  font-size: 1.125rem;
}
#second #price .price-sub dl dd {
  font-weight: 900;
  color: #F34A08;
}
#second #price .txt {
  font-size: 1.125rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .benefits,
  #second .risks {
    display: block;
    padding: 0;
  }
  #second .benefits li,
  #second .risks li {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
  #second .benefits li dl dt,
  #second .risks li dl dt {
    font-size: 1.125rem;
    margin: 0 0 10px 45px;
  }
  #second .benefits li dl dt span.num,
  #second .risks li dl dt span.num {
    font-size: 2.1875rem;
    left: -45px;
  }
  #second .flow > ul > li {
    display: block;
    padding-left: 40px;
  }
  #second .flow > ul > li:not(:last-child) {
    padding-bottom: 10px;
  }
  #second .flow > ul > li:not(:last-child):before {
    left: 18px;
  }
  #second .flow > ul > li .flow-img {
    width: 100%;
    height: 60vw;
    overflow: hidden;
  }
  #second .flow > ul > li > dl {
    padding-left: 0;
  }
  #second .flow > ul > li > dl dt {
    font-size: 1.125rem;
    margin: 10px 0 0 0;
  }
  #second .flow > ul > li > dl dt > .num {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    top: -67vw;
    left: -45px;
    padding: 7px;
  }
  #second .flow > ul > li > dl dt > .num span {
    font-size: 0.75rem;
    margin-bottom: 2px;
  }
  #second .flow > ul > li > dl dd {
    padding: 8px;
  }
  #second .precaution li {
    display: block;
  }
  #second .precaution li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #second .precaution li dl {
    padding-left: 0;
  }
  #second .precaution li dl dt {
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #second .precaution li dl dt:before {
    width: 22px;
    height: 20px;
    margin-right: 5px;
  }
  #second #price .price {
    font-size: 1.5rem;
    margin: 15px 0;
  }
  #second #price .price small {
    font-size: 0.75rem;
  }
  #second #price .price-sub {
    display: block;
    margin-top: 40px;
    gap: 0;
  }
  #second #price .price-sub dl {
    width: 100%;
    margin-top: 20px;
  }
  #second #price .price-sub dl dt, #second #price .price-sub dl dd {
    font-size: 0.875rem;
  }
  #second #price .txt {
    font-size: 1rem;
  }
}
#second {
  /******************************************
  [multifocal.html] 多焦点眼内レンズ
  ******************************************/
}
#second .comparing tr:first-child th:nth-child(1) {
  width: 20%;
}
#second .comparing tr:first-child th:nth-child(2) {
  width: 40%;
}
#second .comparing tr:first-child th:nth-child(3) {
  width: 40%;
}
#second .comparing tr th, #second .comparing tr td {
  padding: 20px;
  border: 1px solid #bbb;
}
#second .comparing tr th {
  font-size: 1.25rem;
  font-weight: 900;
  background-color: #846C55;
  color: #fff;
}
#second .comparing tr td {
  background-color: #fff;
}
#second .lifestyle.flow ul li {
  padding: 0;
  margin-top: 60px;
}
#second .lifestyle.flow ul li:first-child {
  margin-top: 60px;
}
#second .lifestyle.flow ul li:before {
  display: none;
}
#second .lifestyle.flow ul li .flow-img {
  font-size: 0;
  width: 200px;
  height: 160px;
}
#second .lifestyle.flow ul li dl {
  padding-left: 50px;
}
#second .lifestyle.flow ul li dl dt {
  border-bottom: none;
  padding-bottom: 0;
}
#second .lifestyle.flow ul li dl dt .num {
  font-size: 1.75rem;
  width: 80px;
  height: 80px;
  padding: 18px 0;
  top: -40px;
  left: -90px;
  background-color: #846C55;
}
#second .lifestyle.flow ul li dl dt .num span {
  font-size: 1rem;
  margin-bottom: 5px;
}
#second .lineup-ttl {
  line-height: 1;
  text-align: center;
}
#second .lineup-ttl small {
  font-size: 1rem;
}
#second .lineup {
  width: 100%;
}
#second .lineup tr th, #second .lineup tr td {
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border: 1px solid #bbb;
}
#second .lineup tr th {
  background-color: #846C55;
  color: #fff;
  width: 36%;
}
#second .lineup tr td .list li {
  padding-bottom: 0;
  border-width: 0;
  margin-top: 10px;
}
#second .lineup tr td .list li:first-child {
  margin-top: 0;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .comparing tr:first-child th {
    padding: 10px;
  }
  #second .comparing tr:first-child th:nth-child(1) {
    width: 16%;
  }
  #second .comparing tr:first-child th:nth-child(2) {
    width: 42%;
  }
  #second .comparing tr:first-child th:nth-child(3) {
    width: 42%;
  }
  #second .comparing tr th, #second .comparing tr td {
    font-size: 0.875rem;
    padding: 10px 4px;
  }
  #second .comparing tr th {
    line-height: 1.2;
  }
  #second .comparing tr td {
    background-color: #fff;
    padding: 10px;
  }
  #second .lifestyle.flow ul li {
    margin-top: 40px;
  }
  #second .lifestyle.flow ul li:first-child {
    margin-top: 0;
  }
  #second .lifestyle.flow ul li .flow-img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  #second .lifestyle.flow ul li dl {
    padding-left: 0;
  }
  #second .lifestyle.flow ul li dl dt {
    margin-bottom: 10px;
  }
  #second .lifestyle.flow ul li dl dt .num {
    font-size: 1rem;
    width: 60px;
    height: 60px;
    padding: 18px 0;
    top: -70px;
    left: 0;
  }
  #second .lifestyle.flow ul li dl dt .num span {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  #second .lifestyle.flow ul li dl dd {
    padding: 0;
  }
  #second .lineup-ttl small {
    font-size: 0.875rem;
  }
  #second .lineup tr th, #second .lineup tr td {
    padding: 5px;
  }
  #second .lineup tr th {
    width: 32%;
  }
}
#second {
  /******************************************
  [about.html] 医院紹介
  ******************************************/
}
#second .surgeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
#second .surgeon .img {
  width: 400px;
}
#second .surgeon .img img {
  width: 100%;
}
#second .surgeon .img p {
  font-size: 1rem !important;
  font-weight: 900 !important;
  margin-top: 20px;
}
#second .surgeon .img p span {
  font-size: 1.25rem;
}
#second .surgeon .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second #access .gmap {
  height: 500px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .surgeon {
    display: block;
  }
  #second .surgeon .img {
    width: 200px;
    margin: 0 auto 20px;
  }
  #second .surgeon .img p {
    margin-top: 15px;
  }
  #second .surgeon .img p span {
    font-size: 1rem;
  }
  #second #access .gmap {
    height: 500px;
  }
}
#second {
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second .myhp-form {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #second .myhp-form .myhp-form__title .myhp-form__label {
    font-size: 1.25rem;
  }
  #second .myhp-form .myhp-form__title .myhp-form__required {
    font-size: 0.875rem;
  }
  #second .myhp-form .myhp-form__mail-title {
    font-size: 1.25rem;
  }
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  margin-top: 0 !important;
  background-color: #fff;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #423F39;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #bbb;
  padding: 10px;
}
#second .privacy table tr th {
  width: 170px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #form {
    margin-top: 0;
    padding-top: 30px;
  }
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1.0625rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.875rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #333;
  border: 1px solid #bbb;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #EFEFEF;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.875rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 200px;
  text-align: left;
  padding-top: 38px;
}
#second .formTable tr th span {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #F34A08;
  border-radius: 2px;
  padding: 7px 8px 5px;
  display: inline-block;
  width: 44px;
  margin-left: 10px;
}
#second .formTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 5px 10px;
}
#second .formTable tr td input::-webkit-input-placeholder, #second .formTable tr td select::-webkit-input-placeholder, #second .formTable tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-moz-placeholder, #second .formTable tr td select::-moz-placeholder, #second .formTable tr td textarea::-moz-placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder, #second .formTable tr td select:-ms-input-placeholder, #second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder, #second .formTable tr td select::-ms-input-placeholder, #second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* IE */ }
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* Edge */ }
#second .formTable tr td input.w10,
#second .formTable tr td select.w10,
#second .formTable tr td textarea.w10 {
  width: 10%;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #423F39;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  display: block;
  margin: 10px 0 0 0;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .formTable {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .formTable tr {
    display: block;
  }
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
    width: 100% !important;
    display: block;
  }
  #second .formTable tr th {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #second .formTable tr th span {
    font-size: 0.75rem;
    padding: 3px 5px;
    width: 37px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding: 0 0 15px 0;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    font-size: 0.875rem;
    width: 100% !important;
    padding: 0 10px;
  }
  #second .formTable tr td .select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
  #second .formTable tr td .itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #second .formTable tr td .itemName .w50 {
    width: 77% !important;
  }
  #second .formTable tr td .itemName .w10 {
    width: 60px !important;
    margin: 10px 5px 0 0;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #bbb;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #423F39;
}
#second .submit {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #bbb;
    padding: 5px 10px;
    width: 100px;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 30px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 30px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 60px) / 3 - 60px);
  margin: 60px 60px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 30px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 60px) / 4 - 60px);
  margin: 60px 60px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 30px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 60px) / 5 - 60px);
  margin: 60px 60px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 30px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 60px) / 6 - 60px);
  margin: 60px 60px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: inherit !important;
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #bbb !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #423F39;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
.topics_paging {
  /* sp */
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
.floatImg {
  /* sp */
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #423F39;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  bottom: -1px;
}

.loadingNone {
  display: none;
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}