@charset "utf-8";
.color01 {
  color: #f00;
}
.color02 {
  color: #e6dfdf;
}
.color03 {
  color: #f2efef;
}
.color04 {
  color: #e94f53;
}
.bgcolor01 {
  background-color: #f00;
}
.bgcolor02 {
  background-color: #e6dfdf;
}
.bgcolor03 {
  background-color: #f2efef;
}
.bgcolor04 {
  background-color: #e94f53;
}
figure {
  margin: 0;
}
.area {
  padding: 70px 0 90px;
}
.area80 {
  padding: 80px 0;
}
.area60 {
  padding: 60px 0;
}
.area40 {
  padding: 40px 0;
}
.area20 {
  padding: 20px 0;
}
.areab {
  padding-bottom: 80px;
}
.area80b {
  padding-bottom: 80px;
}
.area60b {
  padding-bottom: 60px;
}
.area40b {
  padding-bottom: 40px;
}
.area20b {
  padding-bottom: 20px;
}
.areat {
  padding-top: 80px;
}
.area80t {
  padding-top: 80px;
}
.area60t {
  padding-top: 60px;
}
.area40t {
  padding-top: 40px;
}
.area20t {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .area {
    padding: 60px 0 30px;
  }
  .area80 {
    padding: 60px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .areab {
    padding-bottom: 40px;
  }
  .area80b {
    padding-bottom: 60px;
  }
  .area60b {
    padding-bottom: 40px;
  }
  .area40b {
    padding-bottom: 20px;
  }
  .areat {
    padding-top: 40px;
  }
  .area80t {
    padding-top: 60px;
  }
  .area60t {
    padding-top: 40px;
  }
  .area40t {
    padding-top: 20px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
.w40tb,
.w55tb {
  margin-right: auto;
  margin-left: auto;
}
.w40tb {
  width: 40%;
}
.w45tb {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .w40tb,
  .w55tb {
    margin-bottom: 5%;
    width: 100%;
  }
}
.w80a {
  margin: 0 auto;
  width: 80%;
}
.w70a {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .w80a {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w70a {
    margin: 0 auto 2%;
    width: 100%;
  }
}

/*line-height*/
.lh180 {
  line-height: 180%;
}


.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.group {
  display: inline-block;
}
.strike {
  text-decoration: line-through;
}
[class*='heightLine'] {
  display: block;
}
@media only screen and (max-width: 1024px) {
  [class*='heightLine-tb'] {
    height: auto !important;
  }
}
@media only screen and (max-width: 599px) {
  [class*='heightLine-sp'] {
    height: auto !important;
  }
}
.trim {
  display: block;
}
@media only screen and (max-width: 599px) {
  .change_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .no_pc {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .no_tb {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .no_sp {
    display: none;
  }
}
.position {
  position: relative;
}
.layout_cmn01 .ttl {
  margin-bottom: 40px;
}
.layout_cmn01 .cap {
  margin-bottom: 10px;
}
.layout_cmn01 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout_cmn01 .ttl {
    margin-bottom: 20px;
  }
}
.layout_cmn02 .ttl {
  margin-bottom: 20px;
}
.layout_cmn02 .cap {
  margin-bottom: 10px;
}
.layout_cmn02 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout_cmn02 .ttl {
    margin-bottom: 20px;
  }
}
.column2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 200px;
}
.column2 .main {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5%;
    width: 100%;
  }
  .column2 .main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5%;
    width: 100%;
  }
}
.change {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.alternate .flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.img {
  text-align: center;
}
.bgimg {
  position: relative;
}
.img.-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.img.-bgimg img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-filter:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.8;
}
.img.-cover img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-contain img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-right img {
  font-family: 'object-fit: cover; object-position: center right;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.img.-top img {
  font-family: 'object-fit: cover; object-position: top center;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media only screen and (max-width: 599px) {
  .img.-smallsp {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
.img.-smallersp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .img.-smallersp {
    width: 50%;
  }
}
.img.-circle {
  overflow: hidden;
  border-radius: 50%;
}
.img.-round {
  overflow: hidden;
  border-radius: 20px;
}
.aspect {
  position: relative;
  display: block;
}
.aspect:before {
  display: block;
  content: '';
}
.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.aspect.-ratio20:before {
  padding-top: 20%;
}
.aspect.-ratio30:before {
  padding-top: 30%;
}
.aspect.-ratio40:before {
  padding-top: 40%;
}
.aspect.-ratio45:before {
  padding-top: 45%;
}
.aspect.-ratio50:before {
  padding-top: 50%;
}
.aspect.-ratio55:before {
  padding-top: 55%;
}
.aspect.-ratio60:before {
  padding-top: 60%;
}
.aspect.-ratio65:before {
  padding-top: 65%;
}
.aspect.-ratio70:before {
  padding-top: 70%;
}
.aspect.-ratio75:before {
  padding-top: 75%;
}
.aspect.-ratio80:before {
  padding-top: 80%;
}
.aspect.-ratio90:before {
  padding-top: 90%;
}
.aspect.-ratio100:before {
  padding-top: 100%;
}
.fead-right {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}
.fead-right.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fead-left {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}
.fead-left.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.box_cmn01 {
  position: relative;
  z-index: 1;
}
.box_cmn01:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.6;
}
.box_cmn01 .block {
  margin: 10px 20px 10px 0;
  padding: 20px;
  width: 340px;
  border: 4px solid #a32323;
}
.box_cmn01 .btn {
  margin-top: 40px;
}
.box_cmn01 .btn a {
  position: relative;
  display: block;
  margin-left: auto;
  width: 120px;
  color: #fff;
  font-family: impact;
}
.box_cmn01 .btn a:before {
  position: absolute;
  right: -40px;
  bottom: 1px;
  width: 1px;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.box_cmn01 .btn a:after {
  position: absolute;
  bottom: 0px;
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_cmn01 .btn a:hover {
  opacity: 1;
}
.box_cmn01 .btn a:hover:before {
  right: -50px;
}
.box_cmn01 .btn a:hover:after {
  width: calc(100% + 50px);
}
.box_cmn01 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.box_cmn02 {
  position: relative;
  margin-bottom: 40px;
  padding: 100px 0 0;
}
.box_cmn02 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(50% - 100px);
  height: 80%;
}
.box_cmn02 .block {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 60px 0;
}
.box_cmn02 .block:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background: #f2efef;
  content: '';
}
.box_cmn02 .blockin {
  margin-left: auto;
  width: calc(50% + 50px);
}
.box_cmn02 .head {
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 24px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding-right: 50px;
}
.box_cmn02 .headin {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.box_cmn02 .headin:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box_cmn02.-reverse .img {
  right: 0;
  left: inherit;
}
.box_cmn02.-reverse .block:before {
  left: inherit;
  right: 0;
}
.box_cmn02.-reverse .blockin {
  margin-left: 0;
}
.box_cmn02.-reverse .headin {
  padding-right: 0;
}
.box_cmn02.-reverse .headin:after {
  left: inherit;
  right: calc(100% + 10px);
}
@media only screen and (max-width: 599px) {
  .box_cmn02 {
    padding: 50px 0 0;
  }
  .box_cmn02 .img {
    position: relative;
    min-height: 200px;
    width: 80%;
  }
  .box_cmn02 .img:before {
    display: block;
    padding-top: 60%;
    content: '';
  }
  .box_cmn02 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_cmn02 .block {
    margin-top: -30px;
  }
  .box_cmn02 .blockin {
    padding-left: 20px;
    width: 100%;
  }
  .box_cmn02 .head {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .box_cmn02.-reverse .img {
    margin-left: auto;
  }
}
.box_cmn02.-type01 .img {
  height: 90%;
}
.box_cmn02.-type01 .block {
  padding-bottom: 0;
}
.box_cmn02.-type01 .head {
  margin-bottom: 30px;
}
.box_cmn02.-type01 .txt {
  padding-bottom: 100px;
}
.box_cmn03 {
  position: relative;
  padding: 0 60px 60px;
  width: 100%;
  border: 4px solid #000;
  background: #fff;
}
.box_cmn03 .ttl {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 130%;
  margin-top: -25px;
}
.box_cmn03 .ttlin {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
.box_cmn03.-color01 {
  background: #e6dfdf;
}
.box_cmn03.-color01 .ttlin {
  background: #e6dfdf;
}
.box_cmn03.-deco01:before {
  position: absolute;
  top: 70px;
  right: 100px;
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(100% + 100px);
  background: #e6dfdf;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .box_cmn03 {
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn03 {
    padding: 0 20px 20px;
  }
  .box_cmn03 .ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.box_cmn04 .head {
  margin-bottom: 30px;
  padding: 0 60px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 130%;
}
.box_cmn04 .headin01 {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.box_cmn04 .headin01:before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50px;
  height: 2px;
  background: #000;
  content: '';
}
.box_cmn04 .headin01:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50px;
  height: 2px;
  background: #000;
  content: '';
}
.box_cmn04 .headin02 {
  color: #f00;
  font-size: 36px;
}
.box_cmn04 .fig {
  position: relative;
  margin-bottom: 10px;
}
.box_cmn04 .img {
  position: relative;
}
.box_cmn04 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.5;
}
.box_cmn04 .figcap {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box_cmn04 .arrow {
  position: relative;
  margin-bottom: 10px;
}
.box_cmn04 .arrow:after {
  display: block;
  margin-top: 10px;
  height: 30px;
  background: url(/import/tenant_1/160.16.106.159/html/images/02info/icon01.png) no-repeat center;
  background-size: contain;
  content: '';
}
@media only screen and (max-width: 599px) {
  .box_cmn04 .head {
    padding: 0 30px;
    font-size: 22px;
  }
  .box_cmn04 .headin01 {
    padding: 0 5px;
  }
  .box_cmn04 .headin01:before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 20px;
    height: 2px;
    background: #000;
    content: '';
  }
  .box_cmn04 .headin01:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 2px;
    background: #000;
    content: '';
  }
  .box_cmn04 .headin02 {
    font-size: 30px;
  }
}
.box_cmn05 {
  position: relative;
  z-index: 1;
}
.box_cmn05 .box01 {
  position: relative;
}
.box_cmn05 .box01 .img {
  position: relative;
  min-height: 400px;
  max-height: 500px;
}
.box_cmn05 .box01 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.3;
}
.box_cmn05 .box01 .inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_cmn05 .box01 .ttl {
  position: absolute;
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 200px;
  height: 200px;
  background: #fff;
  text-align: center;
}
.box_cmn05 .box01 .ttl:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #000;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box_cmn05 .box01 .ttlin {
  width: 100%;
}
.box_cmn05 .box01 .ttlin01 {
  letter-spacing: 0.05em;
  font-size: 36px;
  font-family: 'Anton', sans-serif;
  line-height: 100%;
}
.box_cmn05 .box01 .ttlin01.-small {
  font-size: 28px;
}
.box_cmn05 .box01 .ttlin02 {
  display: block;
  margin-top: 10px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.box_cmn05 .box01 .head {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .box_cmn05 .box01 .ttl {
    top: -30px;
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn05 .box01 .ttl {
    width: 150px;
    height: 150px;
  }
  .box_cmn05 .box01 .ttlin01 {
    font-size: 30px;
  }
  .box_cmn05 .box01 .ttlin01.-small {
    font-size: 24px;
  }
  .box_cmn05 .box01 .head {
    font-size: 24px;
  }
}
.box_cmn06 .block {
  position: relative;
}
.box_cmn06 .block_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.box_cmn06 .block_img .img {
  width: 33.33%;
}
.box_cmn06 .head {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  width: 80%;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box_cmn06 .point {
  color: #b90a0a;
  font-weight: bold;
  font-size: 16px;
}
.box_cmn06 .pointin {
  display: inline-block;
  padding: 20px 20px 25px;
  background: url(/import/tenant_1/160.16.106.159/html/images/04yoshikawa/deco01.png) no-repeat center bottom;
  background-size: contain;
}
.box_cmn06 .txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 1024px) {
  .box_cmn06 .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn06 .block_img {
    height: 200px;
  }
  .box_cmn06 .head {
    font-size: 20px;
  }
}
.box_cmn07 .inner {
  padding: 60px;
  border: 4px solid #000;
}
.box_cmn07 .map {
  min-height: 300px;
  max-height: 400px;
}
.box_cmn07 .map:after {
  padding-top: 100%;
}
@media only screen and (max-width: 599px) {
  .box_cmn07 .inner {
    padding: 20px 10px;
  }
}
.box_cmn08 {
  position: relative;
  margin-top: 100px;
  padding: 140px 0;
  z-index: 2;
}
.box_cmn08 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 50px);
  height: 100%;
}
.box_cmn08 .ttl {
  position: absolute;
  top: -100px;
  z-index: 2;
  border-left: 10px solid #000;
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
  letter-spacing: 0.1em;
  font-size: 80px;
  font-family: 'Anton', sans-serif;
  line-height: 120%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}
.box_cmn08 .block {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 30px 0 30px 30px;
  width: calc(50% - 50px);
}
.box_cmn08 .head {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.box_cmn08.-type01 {
  padding: 100px 0;
}
.box_cmn08.-type01 .block {
  padding: 50px 30px;
  width: calc(50% + 50px);
  background: #fff;
  border: 1px solid #c0bebe;
}
@media only screen and (max-width: 1024px) {
  .box_cmn08 {
    margin-top: 50px;
    padding: 100px 0;
  }
  .box_cmn08 .img {
    width: calc(50% - 50px);
  }
  .box_cmn08 .block {
    width: calc(50% + 50px);
  }
  .box_cmn08 .ttl {
    top: -50px;
    font-size: 60px;
  }
  .box_cmn08.-type01 .block {
    width: calc(50% + 100px);
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn08 {
    padding: 0;
  }
  .box_cmn08 .inner {
    position: relative;
  }
  .box_cmn08 .img {
    position: relative;
    min-height: 200px;
    width: 80%;
  }
  .box_cmn08 .img:before {
    display: block;
    padding-top: 60%;
    content: '';
  }
  .box_cmn08 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_cmn08 .block {
    margin-top: -20px;
    padding: 30px 0 30px 40px;
    width: calc(100% - 20px);
  }
  .box_cmn08 .ttl {
    padding: 5px 0;
    border-left: 5px solid #000;
    font-size: 40px;
  }
  .box_cmn08 .head {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .box_cmn08.-type01 {
    padding: 0;
  }
  .box_cmn08.-type01 .block {
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
}
.box_cmn09 {
  background: #e6dfdf;
  padding: 200px 0 80px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.box_cmn09 .ttl01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 599px) {
  .box_cmn09 {
    margin-top: 0;
    padding: 50px 0 50px;
  }
}
.box_cmn10 {
  padding-top: 100px;
}
.box_cmn10 .inner {
  padding: 50px 0 150px 0;
  position: relative;
  z-index: 1;
}
.box_cmn10 .inner:before {
  content: "";
  background: #e6dfdf;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_cmn10 .block_txt {
  width: calc(50% - 50px);
}
.box_cmn10 .block_txt .ttl {
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.box_cmn10 .head {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_cmn10 .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 90%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .box_cmn10 .block_txt {
    width: calc(50% + 50px);
    padding-right: 30px;
  }
  .box_cmn10 .img {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn10 {
    padding-top: 50px;
  }
  .box_cmn10 .inner {
    margin-top: -40px;
    padding: 50px 0 50px 0;
  }
  .box_cmn10 .block_txt {
    width: 100%;
  }
  .box_cmn10 .block_txt .ttl {
    margin-bottom: 5px;
    font-size: 40px;
  }
  .box_cmn10 .head {
    font-size: 20px;
  }
  .box_cmn10 .img {
    position: relative;
    margin-left: auto;
    width: 90%;
    min-height: 200px;
  }
  .box_cmn10 .img:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .box_cmn10 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.box_cmn11 .block {
  position: relative;
}
.box_cmn11 .block:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
}
.box_cmn11 .img {
  height: 350px;
}
.box_cmn11 .ttl {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 8px solid #fff;
  color: #fff;
  font-size: 36px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 130%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box_cmn11 .txt {
  width: 80%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1024px) {
  .box_cmn11 .img {
    height: 280px;
  }
  .box_cmn11 .ttl {
    font-size: 28px;
    height: 180px;
    width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .box_cmn11 .img {
    height: 150px;
  }
  .box_cmn11 .ttl {
    height: 120px;
    width: 120px;
    font-size: 20px;
    right: 20px;
    border: 3px solid #fff;
  }
  .box_cmn11 .txt {
    width: 90%;
  }
}
.box_cmn12 .time {
  color: #555;
  margin-bottom: 5px;
  display: block;
}
.box_cmn12 .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.box_cmn12 .category li {
  color: #555;
  margin-right: 10px;
}
.box_cmn12 .head {
  font-size: 24px;
  margin-bottom: 70px;
}
.box_cmn12 .txt {
  line-height: 200%;
}
.box_cmn12 .btn {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .box_cmn12 .head {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .box_cmn12 .btn {
    margin-top: 50px;
  }
}
.ttl_cmn01.-center {
  text-align: center;
}
.ttl_cmn01 .ttlin01 {
  letter-spacing: 0.05em;
  font-size: 36px;
  font-family: 'Anton', sans-serif;
}
.ttl_cmn01 .ttlin02 {
  display: block;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.ttl_cmn01.-white {
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn01 .ttlin01 {
    font-size: 30px;
  }
}
.ttl_cmn02.-center {
  text-align: center;
}
.ttl_cmn02 .icon {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.ttl_cmn02 .icon02 {
    display: block;
    width: 300px;
    margin-bottom: 20px;
}
.ttl_cmn02 .ttlin01 {
  letter-spacing: 0.05em;
  font-size: 45px;
  font-family: 'Anton', sans-serif;
}
.ttl_cmn02 .ttlin02 {
  display: block;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.ttl_cmn02.-white {
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn02 .icon {
    width:150px;
}
  .ttl_cmn02 .ttlin01 {
    font-size: 36px;
  }
}
.ttl_cmn03 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn03 {
    font-size: 20px;
  }
}
.pagenation {
  text-align: center;
}
.pagenation .item {
  margin-left: 10px;
  margin-right: 10px;
}
.pagenation a,
.pagenation .present {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  font-family: 'Orienta', sans-serif;
  border-bottom: 2px solid transparent;
  line-height: 80%;
  padding: 5px 0;
}
.pagenation .number a:hover,
.pagenation .present {
  opacity: 1;
  border-bottom: 2px solid #f00;
}
.pagenation .prev {
  margin-bottom: 10px;
}
.pagenation .prev a {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #000;
}
.pagenation .prev a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.pagenation .next {
  margin-bottom: 10px;
}
.pagenation .next a {
  position: relative;
  margin-left: 10px;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #000;
}
.pagenation .next a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.pagenation.-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.list_cmn01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.list_cmn01 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
}
.list_cmn01.-type01 {
  width: 90%;
  margin: 0 auto;
}
.list_cmn01.-type01 .item {
  padding: 10px 20px;
  border-bottom: 2px solid #fff;
}
.list_cmn01.-type01 .datattl {
  width: 150px;
}
@media only screen and (max-width: 599px) {
  .list_cmn01.-type01 {
    width: 100%;
  }
  .list_cmn01.-type01 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_cmn01.-type01 .datattl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .list_cmn01.-type01 .data {
    width: 100%;
  }
}

/*共通リスト２（スタッフ）
「各店舗ページ」*/
.list_cmn02 .item {
  padding: 0 10px;
}
.list_cmn02 .block_img {
  position: relative;
  margin-bottom: 5px;
}
.list_cmn02 .img a {
  position: relative;
  display: block;
}
.list_cmn02 .img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_cmn02 .img a:hover {
  opacity: 1;
}
.list_cmn02 .img a:hover:after {
  visibility: visible;
  content: '';
  opacity: 0.3;
}
.list_cmn02 .position {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  background: #000;
  color: #fff;
  font-family: 'Orienta', sans-serif;
}
.list_cmn02 .name {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .list_cmn02 {
    width: 80%;
    margin: 0 auto;
  }
}
[data-element-id].list_cmn02 {
  max-height: 400px;
  overflow: hidden;
}



.list_cmn03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e6dfdf;
}
.list_cmn03 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  padding: 5px;
  width: 120px;
  background: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .list_cmn03 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_cmn03 .datattl {
    margin-bottom: 10px;
  }
  .list_cmn03 .data {
    width: 100%;
  }
}
.list_cmn04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: item;
}
.list_cmn04 .item {
  position: relative;
  padding: 10px 20px 0;
  width: 25%;
}
.list_cmn04 .item:before {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  content: counter(item);
  counter-increment: item;
  text-shadow: 2px 2px 0 #fff;
  font-style: italic;
  font-size: 60px;
  font-family: 'Anton', sans-serif;
}
.list_cmn04 .item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  content: url(/import/tenant_1/160.16.106.159/html/images/04yoshikawa/icon01.png);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.list_cmn04 .block_img {
  position: relative;
}
.list_cmn04 .img {
  margin-bottom: 10px;
}
.list_cmn04 .time {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #000;
  color: #fff;
  text-align: right;
  padding: 0 10px;
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .list_cmn04 .item {
    margin-bottom: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .list_cmn04 .item {
    padding: 10px 0;
    width: 80%;
    margin: 0 auto 50px;
  }
  .list_cmn04 .item:before {
    left: 10px;
    font-size: 40px;
  }
  .list_cmn04 .item:not(:last-child):after {
    position: absolute;
    top: 100%;
    right: 50%;
    content: url(/import/tenant_1/160.16.106.159/html/images/04yoshikawa/icon01.png);
    -webkit-transform: translate(50%, 0) rotate(90deg);
        -ms-transform: translate(50%, 0) rotate(90deg);
            transform: translate(50%, 0) rotate(90deg);
  }
}
.part02 {
  background: #e6dfdf;
}
.btn_cmn01 a {
  position: relative;
  display: block;
  padding: 10px 0 10px 10px;
  width: 120px;
  border: 2px solid #000;
  font-family: impact;
}
.btn_cmn01 a:before {
  position: absolute;
  right: -20px;
  bottom: 11px;
  width: 1px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.btn_cmn01 a:after {
  position: absolute;
  bottom: 10px;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_cmn01 a:hover {
  opacity: 1;
}
.btn_cmn01 a:hover:before {
  right: -30px;
}
.btn_cmn01 a:hover:after {
  width: calc(100% + 20px);
}
.btn_cmn01.-center a {
  margin: 0 auto;
}
.btn_cmn01.-white a {
  border-color: #fff;
  color: #fff;
}
.btn_cmn01.-white a:before {
  background: #fff;
}
.btn_cmn01.-white a:after {
  background: #fff;
}
.btn_cmn01.-type01 a {
  width: 140px;
  font-weight: bold;
  font-size: 12px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.btn_cmn01.-back {
  margin-left: 20px;
}
.btn_cmn01.-back a {
  padding: 10px 10px 10px 0;
  text-align: right;
}
.btn_cmn01.-back a:before {
  left: -20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.btn_cmn01.-back a:after {
  right: 10px;
}
.btn_cmn01.-back a:hover:before {
  left: -30px;
}
.btn_cmn01.-back a:hover:after {
  width: calc(100% + 20px);
}
.img_cmn01 {
  -webkit-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.3);
}
.link_cmn01 a:hover {
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link_cmn01 a:hover:hover {
  color: #f00;
}
.shadow01 {
  -webkit-box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.3);
}
.form {
  margin: 0 auto;
  width: 80%;
}
.form .item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 10px;
}
.form .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  width: 170px;
}
.form .require {
  margin-left: 5px;
  color: #f00;
  line-height: 1.6em;
}
.form .data {
  width: 100%;
}
.form .data input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  border: 1px solid #c3c0c0;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}
.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
          box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}
.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: none;
  border: 1px solid #c3c0c0;
  font-size: 14px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.form .data01 div {
  display: inline-block;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  position: relative;
  display: block;
  margin: 10px 20px;
  padding: 12px 0;
  width: 250px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.form .btn button:before {
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0 #000;
          box-shadow: 1px 1px 1px 0 #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(20px) rotate(-45deg);
      -ms-transform: translateX(20px) rotate(-45deg);
          transform: translateX(20px) rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.form .btn button:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 #000;
          box-shadow: 1px 1px 2px 0 #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.form .btn button:hover:before {
  -webkit-transform: translateX(40px) rotate(-45deg);
      -ms-transform: translateX(40px) rotate(-45deg);
          transform: translateX(40px) rotate(-45deg);
}
.form .btn button:hover:after {
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
.form .btn_back button:first-child:before {
  right: inherit;
  left: 0;
  -webkit-box-shadow: -1px 1px 1px 0 #000;
          box-shadow: -1px 1px 1px 0 #000;
  -webkit-transform: translateX(-20px) rotate(45deg);
      -ms-transform: translateX(-20px) rotate(45deg);
          transform: translateX(-20px) rotate(45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.form .btn_back button:first-child:after {
  right: inherit;
  left: 0;
  -webkit-box-shadow: 1px 1px 2px 0 #000;
          box-shadow: 1px 1px 2px 0 #000;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.form .btn_back button:first-child:hover:before {
  -webkit-transform: translateX(-40px) rotate(45deg);
      -ms-transform: translateX(-40px) rotate(45deg);
          transform: translateX(-40px) rotate(45deg);
}
.form .btn_back button:first-child:hover:after {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media only screen and (max-width: 1024px) {
  .form .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }
  .form .data {
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .form {
    width: 100%;
  }
}
.header .sitettl {
  display: none;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
[data-element-id].header.fixed {
  position: relative;
}
.header_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_contents .logo a {
  display: block;
}
[data-element-id].header .sitettl {
  display: block;
}
.totop {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
  .home .header {
    position: absolute;
    z-index: 250;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .header .logo img {
    height: 40px;
  }
}



/*gnav*/
.accordion-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-element-id].accordion-body {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .accordion-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: auto;
    /* height: calc(100% - 50px); */
    height: 100%;
  }
}
.nav_logo {
  display: none;
  margin: 20px auto 0;
}
.nav_logo a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .nav_logo {
    display: block;
  }
}
.nav_global a {
  display: block;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  font-family: 'Orienta', sans-serif;
}
.nav_global .itemin {
  display: block;
  font-size: 12px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 1024px) {
  .nav_global .item {
    width: 100%;
  }
  .nav_global a {
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
  }
  .nav_global .itemin {
    font-weight: normal;
  }
}
.nav_global01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.nav_global01 .item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.nav_global01 .nav_second {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav_global01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
  }
  .nav_global01 .nav_second {
    display: block;
    padding-left: 20px;
  }
}
.nav_global02 {
  display: none;
}
[data-element-id].nav_global02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .nav_global02 {
    display: block;
    padding: 20px 0;
  }
}
.nav_global03 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.nav_global03 a {
  padding: 15px 10px;
  background: #f00;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .nav_global03 {
    opacity: 1;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.3);
            box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.3);
  }
  .nav_global03 a {
    padding: 0;
    text-align: center;
  }
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
    width: 300px;
    /* height: 100vh; */
    height: 100%;
    background: rgba(255,255,255,0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .gnav.action {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .toggle {
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
    display: block !important;
    width: 42px;
    height: 42px;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
  }
  .toggle .bar {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -1px;
    padding: 0;
    width: 28px;
    height: 2px;
    background: #fff;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
  }
  .toggle .bar:before,
  .toggle .bar:after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    content: '';
  }
  .toggle .bar:before {
    top: -10px;
  }
  .toggle .bar:after {
    top: 10px;
  }
  .toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .toggle.active .bar:after,
  .toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}
[data-element-id] #wrapper {
  padding-top: 0 !important;
}
[data-element-id] .gnav .no-pc {
  display: block;
}
[data-element-id] .gnav.fixed {
  position: relative;
}
.footer {
  padding-top: 60px;
  background: #000;
}
.footer_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_contents .footer-info {
  width: 40%;
}
.footer_contents .nav_footer {
  width: 60%;
}
@media only screen and (max-width: 599px) {
  .footer_contents .footer_info {
    margin-bottom: 40px;
    width: 100%;
  }
  .footer_contents .nav_footer {
    width: 100%;
  }
}
.footer_contents * {
  color: #fff;
}
.footer_info {
  padding-right: 20px;
}
.footer_info .logo {
  margin-bottom: 20px;
}
.footer_info .name {
  margin-bottom: 10px;
}
.footer_info .address {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 150%;
}
.footer_info .tel a {
  font-size: 18px;
}
.nav_footer {
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.nav_footer .item {
  margin-bottom: 5px;
}
.nav_footer a {
  position: relative;
  display: block;
  padding-left: 15px;
}
.nav_footer a:before {
  position: absolute;
  left: 0;
  content: '>';
}
.footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 0 60px;
  width: 100%;
}
.footer_sns .item {
  margin-left: 15px;
}
.footer_sns a {
  display: block;
  font-size: 20px;
}
.footer_sns .item a:before {
  font-weight: 500;
  font-family: 'Font Awesome 5 Brands';
}
.footer_sns .insta a:before {
  content: '\f16d';
}
.footer_sns .twitter a:before {
  content: '\f099';
}
.footer_sns .facebook a:before {
  content: '\f39e';
}
.copy {
  padding: 2px 0;
  background: #fff;
  text-align: center;
}
.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.side .section {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .side .section {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .side .section {
    width: 100%;
  }
}
.list-side01 .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 7px 10px;
  text-align: center;
  font-size: 16px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  border: 1px solid #000;
  width: 180px;
}
.list-side01 .datattl:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  right: 0;
  top: 50%;
  background: #000;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.list-side01 .data {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .list-side01.-archive .datawrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-side01.-archive .data {
    width: 48%;
  }
}


/*トップページ*/
.homevisual {
  position: relative;
}
.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 500px;
}
.homevisual .img:before {
  display: block;
  padding-top: 40%;
  content: '';
}
.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.homevisual .head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
      -ms-flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
          flex-flow: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-element-id].homevisual .head {
  position: absolute !important;
}
@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}
.mainimg {
  position: relative;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
}
.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  max-height: 600px;
}
.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}
.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.mainimg .uk-slideshow li {
  height: 100% !important;
}
.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}
.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.home01 {
  margin-top: -100px;
}
.home01 .box {
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px 0;
  width: 50%;
}
.home01 .box:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  content: '';
}
.home01 .ttl {
  margin-bottom: 20px;
}
.home01 .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .home01 {
    margin-top: -60px;
  }
  .home01 .box {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .home01 .box {
    width: 90%;
  }
}
.list_home01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.list_home01 .time {
  margin-right: 10px;
}
.list_home01 .txt {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .list_home01 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_home01 .txt {
    width: 100%;
  }
}
.list_home03 .img,
.list_home03 .head,
.list_home03 .block_txt {
  margin-bottom: 10px;
}
.list_home03 .img a {
  position: relative;
  display: block;
}
.list_home03 .img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_home03 .img a:hover {
  opacity: 1;
}
.list_home03 .img a:hover:after {
  visibility: visible;
  content: '';
  opacity: 0.3;
}
.list_home03 .btn a {
  position: relative;
  display: block;
  font-family: impact;
}
.list_home03 .btn a:before {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.list_home03 .btn a:after {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_home03 .btn a:hover {
  color: #f00;
  opacity: 1;
}
.list_home03 .btn a:hover:before {
  background: #f00;
}
.list_home03 .btn a:hover:after {
  background: #f00;
}
.home04 .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home04 .ttl {
  padding: 20px 0;
  border-left: 10px solid #000;
  letter-spacing: 0.1em;
  font-size: 120px;
  font-family: 'Anton', sans-serif;
  line-height: 120%;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.home04 .list {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .home04 .ttl {
    font-size: 80px;
  }
  .home04 .list {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 599px) {
  .home04 .inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home04 .ttl {
    margin-top: -60px;
    padding: 5px 0;
    border-left: 5px solid #000;
    font-size: 40px;
  }
  .home04 .list {
    width: calc(100% - 60px);
  }
}
.list_home04 .item {
  margin-bottom: 30px;
}
.list_home04 .block_img,
.list_home04 .block_txt {
  width: 50%;
}
.list_home04 .block_txt {
  padding: 20px 10px;
  background: #000;
}
.list_home04 .head {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.list_home04 .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 599px) {
  .list_home04 .block_img,
  .list_home04 .block_txt {
    width: 100%;
  }
  .list_home04 .block_txt {
    position: relative;
    top: -30px;
    left: -30px;
  }
  .list_home04 .head {
    font-size: 20px;
  }
}
.home05 .box {
  margin: 0 auto;
  padding: 60px;
  width: 80%;
  border: 4px solid #000;
}
.home05 .block_txt {
  width: 55%;
}
.home05 .block_img {
  width: 40%;
}
.home05 .block_btn {
  margin-top: 30px;
}
.home05 .item {
  margin-bottom: 20px;
  width: 50%;
}
.home05 .head {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home05 .box {
    padding: 30px;
  }
  .home05 .block_txt {
    margin-bottom: 40px;
    width: 100%;
  }
  .home05 .block_img {
    width: 100%;
  }
  .home05 .item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 599px) {
  .home05 .box {
    padding: 20px;
    width: 100%;
  }
  .home05 .item {
    width: 50%;
  }
  .home05 .btn {
    margin-bottom: 20px;
    width: 100%;
  }
  .home05 .btn a {
    margin: 0 auto;
  }
}
.home07 .box {
  margin: 0 auto;
  width: 80%;
}
.list_home09 {
  margin: 0 auto;
  width: 80%;
}
.list_home09 .item {
  margin-bottom: 20px;
}
.list_home09 .time {
  margin-bottom: 5px;
}
.list_home09 a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_home09 a:before {
  position: absolute;
  right: 0px;
  bottom: 1px;
  width: 1px;
  height: 10px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.list_home09 a:after {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_home09 a:hover {
  color: #f00;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .list_home09 {
    width: 100%;
  }
}
.topvisual01 {
  position: relative;
}
.topvisual01 .ttl {
  position: absolute;
  top: 50%;
  z-index: 4;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topvisual01 .block {
  position: relative;
}
.topvisual01 .block:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.topvisual01 .block01 {
  margin: 0 490px 0 auto;
  width: 60px;
  background: #f2efef;
}
.topvisual01 .block02 {
  z-index: 3;
  margin: -20px 170px 0 auto;
  width: 300px;
}
.topvisual01 .block02 img {
  position: absolute;
  top: 0;
  left: 0;
}
.topvisual01 .block03 {
  z-index: 2;
  margin: -160px 0 0 auto;
  width: 200px;
  background: #e94f53;
}
.topvisual01 .block04 {
  z-index: 1;
  margin: -20px 180px 0 auto;
  width: 60px;
  background: #f2efef;
}
@media only screen and (max-width: 1024px) {
  .topvisual01 .block01 {
    margin: 0 340px 0 auto;
  }
  .topvisual01 .block02 {
    margin: -20px 120px 0 auto;
    width: 200px;
  }
  .topvisual01 .block03 {
    margin: -100px 0 0 auto;
    width: 150px;
  }
  .topvisual01 .block04 {
    margin: -20px 130px 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .topvisual01 .block01 {
    margin: 0 160px 0 auto;
    width: 30px;
  }
  .topvisual01 .block02 {
    margin: -20px 20px 0 auto;
    width: 150px;
  }
  .topvisual01 .block03 {
    margin: -30px 0 0 auto;
    width: 60px;
  }
  .topvisual01 .block04 {
    margin: -20px 50px 0 auto;
    width: 30px;
  }
}
.topvisual02 {
  padding-bottom: 50px;
}
.topvisual02 .box {
  position: relative;
  height: 320px;
}
.topvisual02 .ttl {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topvisual02 .block {
  position: absolute;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}
.topvisual02 .block:before,
.topvisual02 .block:after {
  position: absolute;
  display: block;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}
.topvisual02 .block01 {
  top: 0;
  left: 0;
  margin: 70px 0 0 70px;
  background: #d8d3d3;
}
.topvisual02 .block01:before {
  top: -70px;
  left: -70px;
  width: 100px;
  height: 100px;
  background: #000;
  content: '';
}
.topvisual02 .block02 {
  right: 0;
  bottom: 0;
  margin: 0 20px 30px 0;
  background: #d93f43;
}
.topvisual02 .block02:before {
  bottom: -30px;
  left: -30px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: #d9d6d6;
  content: '';
}
.topvisual02 .block02:after {
  top: -40px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #e6dfdf;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .topvisual02 .box {
    height: 250px;
  }
}
@media only screen and (max-width: 599px) {
  .topvisual02 .box {
    height: 200px;
  }
  .topvisual02 .block {
    width: 100px;
    height: 100px;
  }
  .topvisual02 .block01 {
    margin: 30px 0 0 30px;
  }
  .topvisual02 .block01:before {
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
  }
  .topvisual02 .block02 {
    margin: 0 20px 20px 0;
  }
  .topvisual02 .block02:before {
    bottom: -20px;
    left: -20px;
    width: 30px;
    height: 30px;
  }
  .topvisual02 .block02:after {
    width: 60px;
    height: 60px;
  }
}
.info02 {
  overflow: hidden;
}
.list_shop01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  height: 400px;
}
.list_shop01 .block_img {
  width: 70%;
}
.list_shop01 .img {
  width: 100%;
  height: 100%;
}
.list_shop01 .block_txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 15px;
  width: 300px;
  background: #262626;
}
.list_shop01 .head {
  width: 100%;
  color: #fff;
}
.list_shop01 .headin01 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.list_shop01 .headin02 {
  font-weight: bold;
  font-size: 25px;
  font-family: serif;
  line-height: 130%;
}
.list_shop01 .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.list_shop01 .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list_shop01 .item:nth-child(even) .block_txt {
  background: #5b0101;
}
@media only screen and (max-width: 599px) {
  .list_shop01 .item {
    position: relative;
    height: 300px;
  }
  .list_shop01 .block_img {
    width: 100%;
  }
  .list_shop01 .block_txt {
    position: absolute;
    right: 0;
    padding: 50px 10px;
    width: 220px;
    height: 100%;
    background: rgba(38,38,38,0.8);
  }
  .list_shop01 .headin01 {
    font-size: 14px;
  }
  .list_shop01 .headin02 {
    font-size: 20px;
  }
  .list_shop01 .btn {
    bottom: 10px;
    left: 10px;
    line-height: 70%;
  }
  .list_shop01 .item:nth-child(even) .block_txt {
    left: 0;
    background: rgba(91,1,1,0.8);
  }
}
.list_policy01 {
  margin: 0 auto;
  width: 80%;
  counter-reset: item;
}
.list_policy01 .item {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 0px 20px 60px;
  border-bottom: 1px solid #fff;
}
.list_policy01 .item:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: counter(item);
  counter-increment: item;
  font-style: italic;
  font-size: 60px;
  font-family: 'Anton', sans-serif;
}
.list_policy01 .datattl {
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 599px) {
  .list_policy01 {
    width: 100%;
  }
  .list_policy01 .item {
    padding-left: 40px;
  }
  .list_policy01 .item:before {
    font-size: 40px;
  }
  .list_policy01 .datattl {
    font-size: 18px;
  }
}
.about02 {
  background: #e6dfdf;
  padding: 200px 0;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.about02 .block01 {
  width: calc(50% + 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about02 .block_txt {
  width: 55%;
}
.about02 .block_txt .ttl {
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.about02 .head {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about02 .block_img {
  width: 40%;
}
.about02 .img02 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 320px);
  height: 500px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .about02 .block01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .about02 .img02 {
    width: calc(50% + 30px);
    height: 250px;
  }
}
@media only screen and (max-width: 599px) {
  .about02 {
    margin-top: 0;
    padding-bottom: 70px;
  }
  .about02 .block01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 200px;
  }
  .about02 .block_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .about02 .block_txt .ttl {
    margin-bottom: 5px;
    font-size: 40px;
  }
  .about02 .head {
    font-size: 20px;
  }
  .about02 .block_img {
    width: 100%;
  }
  .about02 .img01 {
    height: 100%;
    position: absolute;
    left: 0;
    width: 90vw;
    height: 200px;
  }
  .about02 .img02 {
    width: 90%;
    height: 230px;
  }
}
.list_develop02 .img {
  width: 95%;
  margin: 0 auto;
}
.list_develop02 .block_txt {
  margin-top: -30px;
  padding: 40px 10px 30px;
  background: #fff;
  border: 1px solid #000;
}
.list_develop02 .head {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.list_develop03 {
  counter-reset: item;
}
.list_develop03 .itemin {
  border: 4px solid #000;
  padding: 0 20px 30px;
}
.list_develop03 .head {
  margin-top: -25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.list_develop03 .headin {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.list_develop03 .headin:after {
  counter-increment: item;
  content: ".0" counter(item);
}
@media only screen and (max-width: 599px) {
  .list_develop03 .item {
    margin-bottom: 50px;
  }
  .list_develop03 .head {
    font-size: 30px;
  }
}

/*STAFF*/
.list_staff00 .item a {
  display: block;
  font-size: 20px;
  padding: 10px 20px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.list_staff01 > .item {
  border: 1px solid #000;
  padding: 30px 40px;
  background: #fff;
  margin-bottom: 50px;
}
.list_staff01 .head {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.list_staff01 .list .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_staff01 .item01 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_staff01 .datattl {
  background: #000;
  color: #fff;
  text-align: center;
}
.list_staff01 .datattl01 {
  width: 150px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.list_staff01 .datattl02 {
  width: 250px;
  margin-bottom: 5px;
}
.list_staff01 .data01 {
  width: 100%;
}
.list_staff01 > .item:nth-child(odd) {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}
.list_staff01 > .item.mv:nth-child(odd) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list_staff01 > .item:nth-child(even) {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}
.list_staff01 > .item.mv:nth-child(even) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1024px) {
  .list_staff01 .list .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_staff01 .datattl {
    margin-bottom: 5px;
  }
  .list_staff01 .data {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .list_staff01 > .item {
    padding: 20px 10px;
  }
  .list_staff01 .head {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.column2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.column2 .main:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #f8f5f5;
  right: 0;
  top: 200px;
  width: calc(50% + 350px);
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .column2 .main {
    position: relative;
  }
  .column2 .main:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    top: 0;
  }
}
.list_news01 .item {
  padding: 20px;
  border-bottom: 2px solid #c9c9c9;
}
.list_news01 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.list_news01 .time {
  margin-right: 20px;
  color: #555;
}
.list_news01 .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_news01 .category li {
  margin-right: 10px;
  color: #555;
}
.list_news01 .head a {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .list_news01 .meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_news01 .time {
    width: 100%;
    margin-bottom: 5px;
  }
}
.list_blog01 .block_img {
  position: relative;
  margin-bottom: 5px;
}
.list_blog01 .img a {
  position: relative;
  display: block;
}
.list_blog01 .img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_blog01 .img a:hover {
  opacity: 1;
}
.list_blog01 .img a:hover:after {
  visibility: visible;
  content: '';
  opacity: 0.3;
}
.list_blog01 .time {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  background: #000;
  color: #fff;
}
.list_blog01 .store {
  color: #555;
  margin-bottom: 5px;
}
.list_blog01 .head {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .list_blog01 .item {
    width: 80%;
    min-width: 250px;
    margin: 0 auto 30px;
  }
}
.message02 {
  margin-bottom: 0;
}
.message02 .img img {
  font-family: 'object-fit: cover; object-position: center 20%;';
  -o-object-position: center 20%;
     object-position: center 20%;
}
.message04 .head {
  padding-left: 40px;
}
@media only screen and (max-width: 599px) {
  .message04 .head {
    padding-left: 30px;
  }
}
.list_message04 .item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
}
.list_message04 .item:before {
  content: url(/import/tenant_1/160.16.106.159/html/images/16message/icon01.png);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 599px) {
  .list_message04 .item {
    font-size: 16px;
    padding-left: 30px;
  }
  .list_message04 .item:before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.list_human01 {
  counter-reset: item;
}
.list_human01 .item {
  margin-bottom: 100px;
}
.list_human01 .item:nth-child(odd) {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}
.list_human01 .item.mv:nth-child(odd) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list_human01 .item:nth-child(even) {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}
.list_human01 .item:nth-child(even) .ttl {
  right: inherit;
  left: 50px;
}
.list_human01 .item.mv:nth-child(even) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list_human01 .ttl {
  font-size: 30px;
}
.list_human01 .ttl:before {
  font-size: 60px;
  margin-bottom: 20px;
  font-family: 'Orienta', sans-serif;
  counter-increment: item;
  content: "0" counter(item);
  display: block;
}
@media only screen and (max-width: 1024px) {
  .list_human01 .ttl {
    font-size: 24px;
    line-height: 100%;
  }
  .list_human01 .ttl:before {
    font-size: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .list_human01 .item {
    margin-bottom: 50px;
  }
  .list_human01 .item:nth-child(even) .ttl {
    left: 20px;
  }
  .list_human01 .ttl {
    font-size: 16px;
  }
  .list_human01 .ttl:before {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=common.css.map */

.tenpo_logo {
  width: 50%;
  margin: 0 auto;
}


/* 2021.06.07 閉店のお知らせ 追加 */
　
　
　.heiten {
    font-size: 30px !important;
　  font-weight: bold;
　  font-family: 'Noto Sans JP', sans-serif; 
}
