@charset "utf-8";
.color01 {
  color: #e0c000;
}
.color02 {
  color: #366a00;
}
.color03 {
  color: #ce2500;
}
.color04 {
  color: #efdf7f;
}
.color05 {
  color: #9ab47f;
}
.color06 {
  color: #e6927f;
}
.bgcolor01 {
  background-color: #e0c000;
}
.bgcolor02 {
  background-color: #366a00;
}
.bgcolor03 {
  background-color: #ce2500;
}
.bgcolor04 {
  background-color: #efdf7f;
}
.bgcolor05 {
  background-color: #9ab47f;
}
.bgcolor06 {
  background-color: #e6927f;
}
.bgcolor07 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf3de), to(#fff));
  background: -webkit-linear-gradient(top, #fbf3de 0%, #fff 100%);
  background: linear-gradient(to bottom, #fbf3de 0%, #fff 100%);
}
.bgcolor08 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d7eac7), to(#fff));
  background: -webkit-linear-gradient(top, #d7eac7 0%, #fff 100%);
  background: linear-gradient(to bottom, #d7eac7 0%, #fff 100%);
}
.bgcolor09 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fce6e6), to(#fff));
  background: -webkit-linear-gradient(top, #fce6e6 0%, #fff 100%);
  background: linear-gradient(to bottom, #fce6e6 0%, #fff 100%);
}
.bgcolor10 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d9f2ff), to(#fff));
  background: -webkit-linear-gradient(top, #d9f2ff 0%, #fff 100%);
  background: linear-gradient(to bottom, #d9f2ff 0%, #fff 100%);
}
.bgcolor11 {
  background-color: #fbf3de;
}
.bgcolor12 {
  background-color: #d7ebc7;
}
.bgcolor13 {
  background-color: #fce6e6;
}
.bgcolor14 {
  background-color: #d9f2ff;
}
.bgcolor15 {
  background-color: #d9edea;
}
.area {
  padding: 80px 0;
}
.area80 {
  padding: 80px 0;
}
.area60 {
  padding: 60px 0;
}
.area40 {
  padding: 40px 0;
}
.area20 {
  padding: 20px 0;
}
.areab {
  padding-bottom: 80px;
}
.area80b {
  padding-bottom: 80px;
}
.area60b {
  padding-bottom: 60px;
}
.area40b {
  padding-bottom: 40px;
}
.area20b {
  padding-bottom: 20px;
}
.areat {
  padding-top: 80px;
}
.area80t {
  padding-top: 80px;
}
.area60t {
  padding-top: 60px;
}
.area40t {
  padding-top: 40px;
}
.area20t {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .area {
    padding: 40px 0;
  }
  .area80 {
    padding: 60px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .areab {
    padding-bottom: 40px;
  }
  .area80b {
    padding-bottom: 60px;
  }
  .area60b {
    padding-bottom: 40px;
  }
  .area40b {
    padding-bottom: 20px;
  }
  .areat {
    padding-top: 40px;
  }
  .area80t {
    padding-top: 60px;
  }
  .area60t {
    padding-top: 40px;
  }
  .area40t {
    padding-top: 20px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px;
  }
  .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%;
  }
}
.w80c {
  margin: 0 auto;
  width: 80%;
}
.w70c {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .w80c {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w70c {
    margin: 0 auto 2%;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .spsmall {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.group {
  display: inline-block;
}
.strike {
  text-decoration: line-through;
}
.op4 {
  opacity: 0.4;
}
.op2 {
  opacity: 0.2;
}
.op1 {
  opacity: 0.1;
}
[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;
  }
}
@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;
  }
}
[data-element-id] .no_pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .no_tb {
    display: none;
  }
}
[data-element-id] .no_tb {
  display: block;
}
@media only screen and (max-width: 599px) {
  .no_sp {
    display: none;
  }
}
[data-element-id] .no_sp {
  display: block;
}
.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;
}
.img.-circle {
  overflow: hidden;
  border-radius: 50%;
}
.img.-round {
  overflow: hidden;
  border-radius: 20px;
}
@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%;
  }
}
.bgimg {
  position: relative;
  z-index: 1;
}
.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;
}
.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%;
}
.aspect.-ratio120:before {
  padding-top: 120%;
}
.aspect.-ratio150:before {
  padding-top: 150%;
}
[class*='load_'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}
[class*='load_']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}
.block_cmn01 .tel {
  font-size: 20px;
}
.block_cmn01 .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.txtTransform span.text_t {
  opacity: 0;
  display: inline-block;
}
.txtTransform span.text_t:nth-of-type(6n+1) {
  -ms-transform: translate(10px, 20px);
  transform: translate(10px, 20px);
  -webkit-transform: translate(10px, 20px);
  transition: all 1.6s;
  -webkit-transition: all 1.6s;
  -moz-transition: all 1.6s;
  -o-transition: all 1.6s;
}
.txtTransform span.text_t:nth-of-type(6n+2) {
  -ms-transform: translate(-10px, -20px);
  transform: translate(-10px, -20px);
  -webkit-transform: translate(-10px, -20px);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.txtTransform span.text_t:nth-of-type(6n+3) {
  -ms-transform: translate(10px, 30px);
  transform: translate(10px, 30px);
  -webkit-transform: translate(10px, 30px);
  transition: all 1.4s;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -o-transition: all 1.4s;
}
.txtTransform span.text_t:nth-of-type(6n+4) {
  -ms-transform: translate(10px, -30px);
  transform: translate(10px, -30px);
  -webkit-transform: translate(10px, -30px);
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
}
.txtTransform span.text_t:nth-of-type(6n+5) {
  -ms-transform: translate(-10px, 20px);
  transform: translate(-10px, 20px);
  -webkit-transform: translate(-10px, 20px);
  transition: all 1.8s;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
}
.txtTransform span.text_t:nth-of-type(6n+6) {
  -ms-transform: translate(10px, -20px);
  transform: translate(10px, -20px);
  -webkit-transform: translate(10px, -20px);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.txtTransform.animate01 span.text_t {
  opacity: 1;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}
.ttl_cmn01 {
  position: relative;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 100%;
}
.ttl_cmn01:after {
  display: block;
  margin-top: 20px;
  content: url(/import/tenant_1/160.16.79.92/html/images/common/deco01.png);
  line-height: 0%;
}
.ttl_cmn01 .ttlin01 {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 130%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
[data-element-id] .ttl_cmn01 .ttlin01 {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
}
.ttl_cmn01 .ttlin02 {
  display: block;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
}
.ttl_cmn01.-center {
  top: -50px;
  margin-top: 100px;
  margin-bottom: 0;
  text-align: center;
}
.ttl_cmn01.-center .ttlin01 {
  margin-right: auto;
  margin-left: auto;
}
[data-element-id] .ttl_cmn01.-center .ttlin01 {
  text-align: center;
}
.ttl_cmn01.-right {
  text-align: right;
}
.ttl_cmn01.-right:after {
  text-align: right;
}
.ttl_cmn01.-right .ttlin01 {
  margin-left: auto;
}
[data-element-id] .ttl_cmn01.-right .ttlin01 {
  text-align: right;
}
.ttl_cmn01.-right .ttlin02 {
  text-align: right;
}
.ttl_cmn01.-middle {
  font-size: 54px;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn01 {
    font-size: 40px;
  }
  .ttl_cmn01:after {
    margin-top: 20px;
  }
  .ttl_cmn01 .ttlin01 {
    font-size: 16px;
  }
  .ttl_cmn01.-center {
    margin-bottom: -20px;
  }
  .ttl_cmn01.-middle {
    font-size: 32px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ttl_cmn01 .ttlin01 {
    display: inline-block;
  }
}
.ttl_cmn02 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 130%;
}
.ttl_cmn02 .ttlin {
  font-size: 40px;
}
.ttl_cmn02:after {
  display: block;
  margin-top: 30px;
  content: url(/import/tenant_1/160.16.79.92/html/images/common/deco01.png);
  line-height: 0%;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn02 {
    font-size: 24px;
  }
  .ttl_cmn02:after {
    margin-top: 20px;
  }
}
.ttl_cmn03 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
}
.ttl_cmn03 .ttlin01 {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 130%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
[data-element-id] .ttl_cmn03 .ttlin01 {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  text-align: center;
}
.ttl_cmn03 .ttlin02 {
  display: block;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn03 {
    font-size: 30px;
  }
  .ttl_cmn03 .ttlin01 {
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ttl_cmn03 .ttlin01 {
    display: inline-block;
  }
}
.ttl_cmn04 {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 130%;
}
.ttl_cmn04:after {
  display: block;
  margin-top: 20px;
  width: 100%;
  content: url(/import/tenant_1/160.16.79.92/html/images/common/deco01.png);
  line-height: 0%;
}
.ttl_cmn04.-center {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn04 {
    font-size: 28px;
  }
  .ttl_cmn04:after {
    margin-top: 20px;
  }
}
.ttl_cmn05 {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
}
.ttl_cmn05:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 50px;
  height: 50px;
  background: #eee;
  content: '';
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
  -ms-transform: translate(-30%, -50%) rotate(45deg);
  transform: translate(-30%, -50%) rotate(45deg);
}
.ttl_cmn05.-yellow {
  color: #e0c000;
}
.ttl_cmn05.-yellow:before {
  background: #f3f0de;
}
.ttl_cmn05.-green {
  color: #366a00;
}
.ttl_cmn05.-green:before {
  background: #c2d2b2;
}
.ttl_cmn05.-red {
  color: #ce2500;
}
.ttl_cmn05.-red:before {
  background: #f0bdb2;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn05 {
    font-size: 22px;
  }
  .ttl_cmn05:before {
    width: 40px;
    height: 40px;
  }
}
.ttl_cmn06 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #ce2500;
  font-size: 22px;
  line-height: 130%;
}
.ttl_cmn06:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #ce2500;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ttl_cmn06 .ttlin01 {
  margin-right: 20px;
}
.ttl_cmn06 .ttlin02 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .ttl_cmn06 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ttl_cmn06 .ttlin01 {
    margin-bottom: 10px;
    width: 100%;
  }
  .ttl_cmn06 .ttlin02 {
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  .ttl_cmn06 {
    padding-left: 20px;
    font-size: 18px;
  }
  .ttl_cmn06:before {
    width: 10px;
    height: 10px;
  }
}
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.pagenation .item {
  margin: 0 10px;
  color: #999;
  letter-spacing: 0;
  font-size: 18px;
}
.pagenation .prev {
  position: relative;
  margin-right: 20px;
}
.pagenation .prev a:before {
  content: '＜';
}
.pagenation .next {
  position: relative;
  margin-left: 20px;
}
.pagenation .next a:before {
  content: '＞';
}
.pagenation .number,
.pagenation .now {
  margin: 0 15px;
}
.pagenation a,
.pagenation .now {
  font-weight: bold;
}
.pagenation .number a,
.pagenation .now {
  display: block;
  text-align: center;
}
.pagenation .now {
  position: relative;
  z-index: 1;
  color: #fff;
}
.pagenation .now:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 25px;
  height: 25px;
  background: #ce2500;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagenation a:hover {
  color: #ce2500;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}
[data-element-id] .list_cmn01 {
  overflow: hidden;
  max-height: 300px;
}
.list_cmn01 .item {
  margin-bottom: 30px;
  border: 1px solid #aaa;
  background: #fff;
}
.list_cmn01 .datattl,
.list_cmn01 .data {
  position: relative;
  padding: 15px 40px 15px 90px;
  font-size: 20px;
}
.list_cmn01 .datattl:before,
.list_cmn01 .data:before {
  position: absolute;
  left: 0;
  padding: 0 25px;
  font-size: 32px;
}
.list_cmn01 .datattl {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.list_cmn01 .datattl:before {
  top: 0;
  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;
  height: 100%;
  border-right: 1px solid #aaa;
  content: 'Q';
}
.list_cmn01 .datattl:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: '＋';
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_cmn01 .datattl.is_parent:after {
  content: '—';
}
.list_cmn01 .data {
  display: none;
}
[data-element-id] .list_cmn01 .data {
  display: block;
}
.list_cmn01 .data:before {
  left: 2px;
  content: 'A';
}
@media only screen and (max-width: 1024px) {
  .list_cmn01 .datattl,
  .list_cmn01 .data {
    padding: 15px 40px 15px 80px;
    font-size: 16px;
  }
  .list_cmn01 .datattl:before,
  .list_cmn01 .data:before {
    padding: 0 20px;
    font-size: 28px;
  }
  .list_cmn01 .datattl:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .list_cmn01 .datattl,
  .list_cmn01 .data {
    padding: 15px 30px 15px 50px;
  }
  .list_cmn01 .datattl:before,
  .list_cmn01 .data:before {
    padding: 0 10px;
    font-size: 22px;
  }
  .list_cmn01 .datattl:after,
  .list_cmn01 .data:after {
    font-size: 20px;
  }
  .list_cmn01 .data {
    font-size: 14px;
  }
}
.list_cmn02 {
  padding: 100px 0;
}
.list_cmn02 > .item {
  margin-bottom: 100px;
}
.list_cmn02 > .item:nth-child(odd) .boxin {
  padding-left: 200px;
}
.list_cmn02 > .item:nth-child(odd) .img01 {
  left: calc(50% + 550px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.list_cmn02 > .item:nth-child(odd) .img03 {
  left: calc(50% + 550px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.list_cmn02 > .item:nth-child(odd) .head01 .headin04 {
  margin-left: auto;
}
.list_cmn02 > .item:nth-child(even) .boxin {
  padding-right: 200px;
}
.list_cmn02 > .item:nth-child(even) .img01 {
  left: 10%;
  left: calc(50% - 550px);
}
.list_cmn02 > .item:nth-child(even) .img02 {
  margin-left: auto;
}
.list_cmn02 > .item:nth-child(even) .img03 {
  left: calc(50% - 550px);
}
.list_cmn02 > .item:nth-child(even) .ttl01 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 50px;
}
.list_cmn02 > .item:nth-child(even) .ttl01:after {
  text-align: right;
}
.list_cmn02 > .item:nth-child(even) .btn a {
  margin-left: auto;
}
.list_cmn02 .box {
  padding: 150px 70px;
  background: #fff;
}
.list_cmn02 .img01 {
  margin-bottom: -100px;
  max-width: 350px;
  width: 40%;
}
.list_cmn02 .img02 {
  margin-top: -500px;
  width: calc(50% - 300px);
  height: 600px;
}
.list_cmn02 .img02 img {
  width: 100%;
  height: 100%;
  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%;
}
.list_cmn02 .img03 {
  margin-top: -50px;
  max-width: 450px;
  width: 50%;
}
.list_cmn02 .block01 {
  margin-bottom: 80px;
}
.list_cmn02 .block02 {
  margin-bottom: 40px;
}
.list_cmn02 .block03 {
  padding-left: 30px;
}
.list_cmn02 .head01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  color: #ce2500;
  font-size: 24px;
  line-height: 130%;
}
.list_cmn02 .head01 .headin01 {
  margin-right: 20px;
}
.list_cmn02 .head01 .headin03 {
  position: relative;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-right: 30px;
  padding: 5px 30px;
  background: #ce2500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
}
.list_cmn02 .head01 .headin03:after {
  position: absolute;
  top: 50%;
  left: 100%;
  border: 8px solid transparent;
  border-left: 20px solid #ce2500;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_cmn02 .head01 .value {
  font-size: 36px;
}
.list_cmn02 .head02 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 130%;
}
.list_cmn02 .head03 {
  margin-bottom: 20px;
  color: #366a00;
  font-size: 20px;
  line-height: 130%;
}
.list_cmn02 .attention {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .list_cmn02 > .item:nth-child(odd) .boxin {
    padding-left: 100px;
  }
  .list_cmn02 > .item:nth-child(odd) .img01 {
    left: 97%;
  }
  .list_cmn02 > .item:nth-child(odd) .img03 {
    left: 97%;
  }
  .list_cmn02 > .item:nth-child(even) .boxin {
    padding-right: 100px;
  }
  .list_cmn02 > .item:nth-child(even) .img01 {
    left: 3%;
  }
  .list_cmn02 > .item:nth-child(even) .img03 {
    left: 3%;
  }
  .list_cmn02 .img02 {
    margin-top: -250px;
    min-width: 170px;
    width: calc(50% - 320px);
    height: 300px;
  }
  .list_cmn02 .img03 {
    margin-top: -100px;
  }
  .list_cmn02 .head01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_cmn02 .head01 .headin01 {
    margin-bottom: 10px;
    width: 100%;
  }
  .list_cmn02 .head01 .headin02 {
    margin-left: auto;
  }
  .list_cmn02 .head01 .headin03 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list_cmn02 .head01 .headin03:after {
    content: none;
  }
}
@media only screen and (max-width: 599px) {
  .list_cmn02 > .item:nth-child(odd) .boxin {
    padding-left: 0;
  }
  .list_cmn02 > .item:nth-child(odd) .img01 {
    left: 100%;
  }
  .list_cmn02 > .item:nth-child(odd) .img03 {
    left: 100%;
  }
  .list_cmn02 > .item:nth-child(even) .boxin {
    padding-right: 0;
  }
  .list_cmn02 > .item:nth-child(even) .img01 {
    left: 0%;
  }
  .list_cmn02 > .item:nth-child(even) .img03 {
    left: 0%;
  }
  .list_cmn02 > .item:nth-child(even) .ttl01 {
    padding-left: 20px;
  }
  .list_cmn02 .box {
    padding: 80px 20px;
  }
  .list_cmn02 .img01 {
    margin-bottom: -50px;
    width: 60%;
  }
  .list_cmn02 .img02 {
    margin-top: -50px;
    width: 50%;
    height: auto;
  }
  .list_cmn02 .img03 {
    position: relative;
    z-index: 2;
    width: 80%;
    margin-top: -30px;
  }
  .list_cmn02 .block01 {
    margin-bottom: 50px;
  }
  .list_cmn02 .block03 {
    padding-left: 20px;
  }
  .list_cmn02 .head01 {
    font-size: 20px;
  }
  .list_cmn02 .head01 .value {
    font-size: 30px;
  }
  .list_cmn02 .head03 {
    font-size: 18px;
  }
}
.list_cmn03 .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 130%;
}
.list_cmn03 .item:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background: #e0c000;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_cmn01 a {
  position: relative;
  display: block;
  padding: 10px;
  max-width: 400px;
  border: 1px solid #333;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.btn_cmn01 a:before,
.btn_cmn01 a:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.btn_cmn01 a:before {
  top: -2px;
  left: -2px;
}
.btn_cmn01 a:after {
  bottom: -2px;
  right: -2px;
}
.btn_cmn01 a:hover {
  color: #366a00;
  opacity: 1;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.5);
}
.btn_cmn01 a:hover:before,
.btn_cmn01 a:hover:after {
  width: 100%;
  height: 100%;
}
.btn_cmn01 a:hover:before {
  border-bottom-color: #e0c000;
  border-left-color: #e0c000;
  -webkit-transition: height 0.2s 0.4s, width 0.2s 0.6s;
  transition: height 0.2s 0.4s, width 0.2s 0.6s;
}
.btn_cmn01 a:hover:after {
  border-top-color: #ce2500;
  border-right-color: #ce2500;
  -webkit-transition: height 0.2s, width 0.2s 0.2s;
  transition: height 0.2s, width 0.2s 0.2s;
}
.btn_cmn01.-center a {
  margin: 0 auto;
}
.btn_cmn01.-right a {
  margin-left: auto;
}
.img_cmn01 {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-bottom: 10px;
}
.img_cmn01:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #efdf7f;
  content: '';
}
.img_cmn01.-green:after {
  background: #9ab47f;
}
.img_cmn01.-yellow:after {
  background: #e6927f;
}
.img_cmn01 img {
  width: 100%;
  height: 100%;
  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%;
}
.txt_cmn01 {
  margin-bottom: 30px;
}
.txt_cmn01:after {
  display: block;
  margin-top: 50px;
  content: url(/import/tenant_1/160.16.79.92/html/images/common/deco01.png);
  line-height: 0%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .txt_cmn01:after {
    margin-top: 30px;
  }
}
.pagettl {
  display: none;
}
[data-element-id] .pagettl {
  display: block;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.totop .txtin {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 30px;
  }
}
#gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 250;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  max-width: 400px;
  width: 100%;
  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);
}
[data-element-id] #gnav {
    margin-left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 245;
    height: auto;
}
#gnav .wrap {
  padding-top: 30px;
  padding-bottom: 100px;
}
.toggle {
  position: fixed !important;
  top: 20px;
  right: 20px;
  z-index: 251;
  display: block !important;
  opacity: 0.8;
  cursor: pointer;
}
.toggle:after {
  position: relative;
  top: 20px;
  color: #000;
  content: 'Menu';
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-family: 'EB Garamond', serif;
}
.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #000;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  content: '';
}
.toggle .bar:before {
  top: -10px;
}
.toggle .bar:after {
  top: 10px;
}
@media only screen and (max-width: 599px) {
  .toggle {
    top: 15px;
    right: 10px;
  }
}
.toggle.active:after {
  content: 'Close';
}
.toggle.active .bar {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.form .block {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.form .item:last-child {
  margin-bottom: 0;
}
.form .datattl {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 250px;
  color: #366a00;
  line-height: 150%;
  font-weight: 600;
}
.form .require {
  display: block;
  color: #ce2500;
  font-size: 12px;
  font-weight: 400;
}
.form .data {
  padding-left: 50px;
  width: 100%;
  line-height: 150%;
}
.form .txt {
  font-size: 14px;
}
.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  background: #e8e8e8;
  border: none;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 150%;
}
.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: '';
  background: #ddd;
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 8px;
  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: 5px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: inherit;
  background: #e8e8e8;
  border: none;
  font-size: 16px;
  font-family: inherit;
  height: 42px;
  text-align: center;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background: #e8e8e8;
  border: none;
}
.form .data01 span {
  display: inline-block;
}
.form .data01 div {
  display: inline-block;
}
.form .data02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form.confirm .data02 div {
  display: flex;
  align-items: center;
}
.form.confirm .data02 div div {
  margin-right: 0;
  margin-top: 0;
}
.form .data02 div {
  margin-right: 20px;
}
.form .data02 input {
  width: 190px;
  margin-right: 10px;
  text-align: center;
}
.form .data03 input {
  max-width: 500px;
}
.form.confirm .data04 {
  display: flex;
  align-items: center;
}
.form .data04 input {
  max-width: 250px;
  margin-left: 10px;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  display: block;
  padding: 10px;
  max-width: 300px;
  min-width: 200px;
  border: 1px solid #333;
  text-align: center;
  width: 50%;
  background: #000;
  color: #fff;
  margin: 0 20px 10px;
}
.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.form .actual_object_error_wrapper {
  display: block;
}
.form .alert-anotation {
  display: block;
  width: 100%;
}
@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;
  }
  .form .data02 div {
    margin-right: 10px;
  }
  .form .data02 input {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 599px) {
  .form .data02 {
    flex-wrap: wrap;
  }
  .form .data02 div:last-child {
    margin-top: 10px;
    width: 100%;
  }
}
.header {
  padding: 10px;
  background: #fff;
}
[data-element-id] .header {
  position: relative;
  z-index: 255;
}
.header .reserve {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 200;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
}
.header .reserve a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.8);
}
.header .logo {
  text-align: center;
  font-size: 34px;
  font-family: 'EB Garamond', serif;
  line-height: 100%;
}
.header .logo a {
  display: inline-block;
}
.header .logo a:before {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.79.92/html/images/common/logo.png) center no-repeat;
  background-size: contain;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    letter-spacing: 0.1em;
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .header .reserve {
    display: none;
  }
  .header .logo {
    font-size: 24px;
  }
  .header .logo a:before {
    width: 30px;
    height: 30px;
  }
}
.gnav .head {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
}
.gnav .list01 .item01 {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.gnav .list01 .item01 > a,
.gnav .list01 .itemin {
  font-weight: 600;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
}
.gnav .list01 .item01.-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gnav .list01 .itemin {
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gnav .list01 .item02 a {
  font-weight: 600;
  font-size: 14px;
}
.gnav .list02 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.gnav .list02 .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.gnav .list02 .item:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  content: '';
}
.gnav .contact a {
  display: block;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
}
.footer {
  padding-bottom: 30px;
}
.footer .contact {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.footer .contact .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.footer .contact .img img {
  width: 100%;
  height: 100%;
  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%;
}
.footer .contact .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .contact .block {
  padding: 50px 20px;
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
}
.footer .contact .block .yomi {
   text-align: right;
    padding-bottom: 10px;
    font-size: 17px;
    letter-spacing: 7px;
    color: rgb(106, 168, 79);
    font-weight: bold;
}
.footer .contact .block .yomi .txt02 {
        padding-right: 9%;
    letter-spacing: 9px;
}
.footer .contact .block .yomi .txt01{
    font-size: 14px;
}
.footer .contact .head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 130%;
}
.footer .contact .teltxt{
  margin-bottom: 32px;
}
.footer .contact .teltxt,.footer .contact .teltxt div {
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 4px;
}
.footer .contact .teltxt div {
  display: inline-block;
  text-align: center;
}
.footer .contact .teltxt .pic {
    /* max-width: 369px; */
    max-width: 400px;
    width: 100%;
}
.footer .contact .teltxt .pic.sp-only {
  /* max-width: 309px; */
  max-width: 350px;
}
.footer .contact .teltxt .tel a {
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: 100%;
}
.footer .contact .txt {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.footer .contact .btn a {
  display: block;
  padding: 30px 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
.footer .info {
  padding-top: 50px;
}
.footer .info .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .info .logo {
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
}
.footer .info .logo a {
  display: block;
}
.footer .info .logo a:before {
  position: relative;
  top: 5px;
  margin-right: 10px;
  content: url(/import/tenant_1/160.16.79.92/html/images/common/logo.png);
}
.footer .copy {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 10px;
  }
  .footer .contact .block {
    padding: 30px 20px;
  }
  .footer .contact .head {
    margin-bottom: 10px;
  }
  .footer .contact .block .yomi {
    font-size: 12px;
    letter-spacing: 6px;
}
.footer .contact .block .yomi .txt02 {
    padding-right: 8%;
}
.footer .contact .block .yomi .txt01{
    font-size: 12px;
}
  .footer .contact .teltxt,.footer .contact .teltxt div {
    font-size: 10vw;
  }
  .footer .contact .txt div,.footer .contact .txt span {
    font-size: 18px !important;
  }
  .footer .contact .btn a {
    padding: 20px 10px;
  }
  .footer .info .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .info .logo {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 28px;
  }
  .footer .copy {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .footer .contact {
    padding-bottom: 50px;
  }
  .footer .contact .teltxt .pic {
    max-width: 309px;
}
.footer .contact .block .yomi {
    letter-spacing: 7px;
    width: 66%;
    margin: 0 0 0 97px;
}
.footer .contact .block .yomi .txt01{
    font-size: 10px;
}
.footer .contact .block .yomi .txt02 {
    letter-spacing: 9px;
}
  .footer .contact .teltxt {
    margin-bottom: 22px;
  }
    /*.footer .contact .teltxt,.footer .contact .teltxt div {
    font-size: 26px;
    min-width: 223px;
  }
  */
    .footer .contact .txt div,.footer .contact .txt span {
    font-size: 15px !important;
  }
  .footer .contact .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .contact .block {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer .info .logo {
    letter-spacing: 0.1em;
    font-size: 24px;
  }
  .footer .info .logo a:before {
    display: block;
  }
}
.fnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fnav .list {
  margin-left: 20px;
}
.fnav .item01 {
  margin-bottom: 15px;
  line-height: 130%;
}
.fnav .item01 > a,
.fnav .item01 .itemin {
  font-size: 14px;
}
.fnav .item01.en {
  font-weight: 600;
}
.fnav .itemin {
  display: inline-block;
  margin-bottom: 5px;
}
.fnav .item02 {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .fnav .list {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .fnav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fnav .list {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 20px;
    width: 50%;
  }
  .fnav .list:last-child {
    width: 100%;
  }
  .fnav .list .item01 {
    letter-spacing: 0.1em;
  }
}
.bottom .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.bottom .section {
  margin-bottom: 50px;
  width: 48%;
}
@media only screen and (max-width: 599px) {
  .bottom .section {
    width: 100%;
  }
}
.list_bottom01 .datattl {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background: #2cb2b8;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
.list_bottom01 .data {
  font-size: 18px;
  line-height: 150%;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #ccc;
}
.list_bottom01 a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.list_bottom01 a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ce2500;
}
.list_bottom01.-archive .datawrap {
  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_bottom01.-archive .datawrap [data-collection-archive-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_bottom01.-archive .data {
  width: 48%;
  font-family: 'EB Garamond', serif;
}
.list_bottom01.-yellow .datattl {
  background: #e0c000;
}
.list_bottom01.-green .datattl {
  background: #366a00;
}
@media only screen and (max-width: 599px) {
  .list_bottom01 .datattl {
    font-size: 24px;
  }
  .list_bottom01 .data {
    font-size: 16px;
  }
  .list_bottom01 a:before {
    top: 7px;
  }
}
.mainimg {
  position: relative;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
}
.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.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: 70% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}
@media only screen and (max-width: 1024px) {
  .mainimg .uk-slidenav-position {
    height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .mainimg .uk-slidenav-position {
    height: 300px;
  }
}
.homevisual {
  position: relative;
}
.homevisual .visual {
  position: relative;
}
.homevisual .img {
  position: relative;
  height: 600px;
}
.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 70% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}
.homevisual .blocktxt {
  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: 400;
  font-size: 40px;
  line-height: 130%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homevisual .blocktxt .ttl01 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 130%;
}
.homevisual .blocktxt .ttl02 {
  display: block;
  font-family: 'EB Garamond', serif;
}
.homevisual .visual.-typeb {
  background: #000;
}
.homevisual .visual.-typeb .img {
  /* opacity: 0.8; */
}
.homevisual .visual.-typeb .blocktxt .ttl01,
.homevisual .visual.-typeb .blocktxt .ttl02 {
  color: #fff;
  text-align: right;
  /* font-weight: 700; */
  text-shadow: 2px 2px 5px #403333;
}
.homevisual .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.homevisual .info .wrap {
  position: relative;
  z-index: 1;
  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: 20px 0;
}
.homevisual .info .wrap:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 330px;
  height: 100%;
  background: #fff;
  content: '';
}
.homevisual .info .ttl {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  line-height: 130%;
}
.homevisual .news,
.homevisual .news [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homevisual .news .time {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  letter-spacing: 0;
}
.homevisual .news .cate {
  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;
  margin-right: 30px;
  width: 100px;
}
.homevisual .news .cate li {
  margin-bottom: 2px;
  padding: 2px 10px;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  font-size: 10px;
  line-height: 130%;
}
.homevisual .news .head {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  overflow: hidden;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homevisual .news .head a {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .homevisual .img {
    height: 400px;
  }
  .homevisual .info {
    position: relative;
    margin-top: -30px;
    background: none;
  }
  .homevisual .info .wrap {
    padding: 10px 0;
  }
  .homevisual .info .wrap:before {
    content: none;
  }
  .homevisual .info .ttl {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .homevisual .info .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homevisual .news {
    width: 100%;
  }
  .homevisual .news .time {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .homevisual .img {
    height: 300px;
  }
  .homevisual .blocktxt .ttl01 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .homevisual .blocktxt .ttl02 {
    letter-spacing: 0.2em;
    font-size: 26px;
    line-height: 130%;
  }
  .homevisual .info {
    margin-top: -25px;
  }
  .homevisual .info .ttl {
    font-size: 20px;
  }
  .homevisual .news {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homevisual .news .time {
    width: 100%;
  }
  .homevisual .news .cate {
    width: 100%;
  }
  .homevisual .news .cate li {
    margin-right: 5px;
    width: auto;
  }
  .homevisual .news .head {
    width: 100%;
  }
}
.list_home02 .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_home02 .item:nth-child(odd) .blocktxt {
  padding-left: 90px;
}
.list_home02 .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_home02 .item:nth-child(even) .blocktxt {
  padding-right: 90px;
}
.list_home02 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 64px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list_home02 .number:before {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  z-index: -1;
  display: block;
  width: 100px;
  height: 100px;
  background: #e0c000;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.list_home02 .number.-green:before {
  background: #366a00;
}
.list_home02 .number.-yellow:before {
  background: #ce2500;
}
.list_home02 .img {
  width: 50%;
}
.list_home02 .blocktxt {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .list_home02 .item:nth-child(odd) .blocktxt {
    padding-left: 50px;
  }
  .list_home02 .item:nth-child(even) .blocktxt {
    padding-right: 50px;
  }
  .list_home02 .number {
    font-size: 40px;
  }
  .list_home02 .number:before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .list_home02 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .list_home02 .item:nth-child(odd) .number {
    left: 90%;
  }
  .list_home02 .item:nth-child(odd) .blocktxt {
    margin-left: auto;
    padding-left: 20px;
  }
  .list_home02 .item:nth-child(even) .number {
    right: calc(90% - 20px);
    left: inherit;
  }
  .list_home02 .item:nth-child(even) .img {
    margin-left: auto;
  }
  .list_home02 .item:nth-child(even) .blocktxt {
    margin-right: auto;
    padding-right: 20px;
  }
  .list_home02 .number {
    top: 0;
  }
  .list_home02 .img {
    margin-bottom: -50px;
    width: 90%;
  }
  .list_home02 .blocktxt {
    position: relative;
    z-index: 1;
    padding: 20px;
    width: 90%;
    background: rgba(255, 255, 255, 0.6);
  }
}
.list_home03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_home03 .item {
  margin-bottom: 10px;
  width: 50%;
}
.list_home03 a {
  position: relative;
  display: block;
}
.list_home03 .head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .list_home03 .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    height: 100%;
    font-weight: 600;
    font-size: 20px;
  }
}
.list_home04,
.list_home04 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_home04 .item {
  width: 25%;
}
.list_home04 .item:nth-child(9) {
  display: none;
}
.list_home04 a {
  display: block;
}
@media only screen and (max-width: 599px) {
  .list_home04 .item {
    width: 33.333%;
  }
  .list_home04 .item:nth-child(9) {
    display: block;
  }
}
.home05 .inner {
  position: relative;
  z-index: 1;
}
.home05 .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 80%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .home05 .img {
    width: 85%;
    opacity: 0.8;
  }
}
.home06 .inner {
  position: relative;
  z-index: 1;
}
.home06 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 80%;
  height: 100%;
}
.home06 .blocktxt {
  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;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .home06 .img {
    width: 85%;
    opacity: 0.8;
  }
}
[data-element-id] .list_home08 {
  overflow: hidden;
  max-height: 200px;
}
.list_home08 .slick-track {
  margin-left: inherit;
}
[data-element-id] .list_home08 .slick-track {
  transform: none !important;
}
.list_home08 .item {
  margin: 0 10px;
}
.list_home08 a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #eee;
}
.list_home08 .img {
  width: 30%;
}
.list_home08 .blocktxt {
  padding: 10px 20px;
  width: 70%;
}
.list_home08 .time {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.list_home08 .head {
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .list_home08 .item {
    margin: 0 5px;
  }
}
.home10 .wrap {
  position: relative;
  background: #f5f5f5;
}
.home10 .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .home10 .map {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.list_home10 {
  margin-left: auto;
  padding: 100px 0 100px 50px;
  width: 50%;
}
.list_home10 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.list_home10 .datattl,
.list_home10 .data {
  font-size: 14px;
  line-height: 130%;
}
.list_home10 .datattl {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .list_home10 {
    padding: 50px 0 50px 30px;
  }
  .list_home10 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .list_home10 .datattl,
  .list_home10 .data {
    width: 100%;
  }
  .list_home10 .datattl {
    margin-bottom: 5px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 599px) {
  .list_home10 {
    padding: 30px 0;
    width: 100%;
  }
}
.list_home11,
.list_home11 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_home11 .item {
  padding: 0 10px;
  width: 25%;
}
.list_home11 .img {
  margin-bottom: 10px;
}
.list_home11 .img a {
  display: block;
}
.list_home11 .time {
  display: block;
  color: #999;
  letter-spacing: 0;
}
.list_home11 .head {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .list_home11 .item {
    margin-bottom: 30px;
    width: 50%;
  }
}
.topvisual {
  position: relative;
  margin-top: 100px;
  margin-bottom: 90px;
  background: #fce6e6;
}
.topvisual.-yellow {
  background: #fbf3de;
}
.topvisual.-green {
  background: #d7ebc7;
}
.topvisual.-red {
  background: #fce6e6;
}
.topvisual.-blue {
  background: #d9f2ff;
}
.topvisual .img01 {
  position: absolute;
  right: 10%;
  bottom: 0;
  max-width: 30%;
  height: 110%;
}
.topvisual .img01 img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: contain; object-position: 100% 100%;';
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}
.topvisual .block {
  position: relative;
  top: 80px;
  z-index: 2;
  padding: 50px 50px 50px 0;
  width: 60%;
}
.topvisual .img02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60vw;
  height: 100%;
}
.topvisual .img02 img {
  width: 100%;
  height: 100%;
  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%;
}
.topvisual .blocktxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  min-height: 400px;
  background: rgba(255, 255, 255, 0.9);
}
.topvisual .ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  line-height: 130%;
}
.topvisual .ttlin01 {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
}
.topvisual .ttlin02 {
  display: block;
  font-size: 20px;
  line-height: 150%;
}
.topvisual .txt {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .topvisual {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .topvisual .img01 {
    right: 0;
  }
  .topvisual .block {
    top: 50px;
    padding: 30px 30px 30px 0;
    width: 70%;
  }
  .topvisual .img02 {
    width: 70vw;
  }
  .topvisual .blocktxt {
    padding: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .topvisual {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 60px;
  }
  .topvisual .img01 {
    z-index: 3;
    height: 150px;
  }
  .topvisual .block {
    top: 0;
    padding: 30px 20px;
    width: 100%;
  }
  .topvisual .img02 {
    right: 50%;
    width: 100vw;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .topvisual .blocktxt {
    padding: 20px;
    min-height: 300px;
  }
  .topvisual .ttl {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .topvisual .ttlin02 {
    font-size: 16px;
  }
  .topvisual .txt {
    font-size: 14px;
  }
}
.breadcrumb {
  margin-bottom: 120px;
}
.breadcrumb .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb .item.now {
  color: #ce2500;
}
.breadcrumb .item:not(:last-child):after {
  margin: 0 10px;
  content: '—';
}
@media only screen and (max-width: 599px) {
  .breadcrumb {
    display: none;
  }
}
.concept01 .movie {
  margin-top: 50px;
  text-align: center;
}
.concept01 iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1024px) {
  .concept01 iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .concept01 iframe {
    height: 300px;
  }
}
.concept02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#faf7e6), to(#f0eac4));
  background: -webkit-linear-gradient(top, #faf7e6 0%, #f0eac4 100%);
  background: linear-gradient(to bottom, #faf7e6 0%, #f0eac4 100%);
}
.concept02 .img.-bgimg {
  height: 800px;
}
.list_concept02 .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px;
  background: #fff;
}
.list_concept02 .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_concept02 .img {
  width: 50%;
}
.list_concept02 .blocktxt {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .list_concept02 .item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .list_concept02 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_concept02 .img {
    margin-bottom: 20px;
    width: 100%;
  }
  .list_concept02 .blocktxt {
    width: 100%;
  }
}
.concept04 .item:first-child {
  margin-top: 100px;
}
.concept04 .item:not(:last-child) {
  padding-bottom: 200px;
}
.concept04 .item:nth-child(odd) .block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.concept04 .item:nth-child(even) .blockimg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.concept04 .item:nth-child(even) .ttl {
  text-align: right;
}
.concept04 .item:nth-child(even) .ttlin01 {
  margin-left: auto;
}
.concept04 .item:nth-child(even) .btn a {
  margin-left: auto;
}
.concept04 .blockimg {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.concept04 .img01 {
  position: relative;
  top: 50px;
  margin: 0 auto;
  width: 30%;
}
.concept04 .img02 {
  width: 50%;
}
.concept04 .block {
  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;
}
.concept04 .img03 {
  margin: 0 auto;
  margin-top: 120px;
  width: 30%;
}
.concept04 .blocktxt {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .concept04 .blocktxt {
    width: 65%;
  }
}
@media only screen and (max-width: 599px) {
  .concept04 .item:first-child {
    margin-top: 50px;
  }
  .concept04 .item:not(:last-child) {
    padding-bottom: 150px;
  }
  .concept04 .item:nth-child(odd) .img01 {
    margin-right: -5%;
  }
  .concept04 .item:nth-child(odd) .img03 {
    margin-right: 10%;
  }
  .concept04 .item:nth-child(even) .img01 {
    margin-left: -5%;
  }
  .concept04 .item:nth-child(even) .img03 {
    margin-left: 10%;
  }
  .concept04 .blockimg {
    top: -50px;
  }
  .concept04 .img01 {
    position: relative;
    z-index: 2;
    width: 45%;
  }
  .concept04 .img02 {
    width: 60%;
  }
  .concept04 .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .concept04 .img03 {
    position: relative;
    z-index: 3;
    margin-top: -30px;
    margin-bottom: -70px;
    width: 50%;
  }
  .concept04 .blocktxt {
    width: 100%;
  }
}
.list_photo01 .item {
  margin-bottom: 50px;
}
.list_photo01 .txt {
  padding-left: 30px;
}
@media only screen and (max-width: 599px) {
  .list_photo01 .txt {
    padding-left: 20px;
  }
}
.list_celemony02c .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_celemony02c .datattl,
.list_celemony02c .data {
  line-height: 130%;
}
.list_celemony02c .data {
  color: #ce2500;
}
@media only screen and (max-width: 1024px) {
  .list_celemony02c .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_celemony02c .datattl {
    width: 100%;
  }
  .list_celemony02c .data {
    margin-top: 5px;
    margin-left: auto;
  }
}
.list_gallery01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_gallery01 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_gallery01 .item {
  padding: 0 15px 30px;
  width: 33.333%;
}
.list_gallery01 .img {
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .list_gallery01 .item {
    padding: 0 5px 10px;
    width: 50%;
  }
}
.make01 .box01,
.make01 .box02 {
  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;
}
.make01 .box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.make01 .blockimg,
.make01 .blocktxt {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.make01 .blocktxt {
  padding-top: 50px;
}
.make01 .blockimg01,
.make01 .blockimg02 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.make01 .blockimg01 {
  margin-top: 50px;
}
.make01 .blockimg02 {
  margin-top: 150px;
}
.make01 .img01 {
  margin-bottom: 30px;
}
.make01 .img02,
.make01 .img03 {
  width: 48%;
}
.make01 .img03 {
  margin-top: 100px;
}
.make01 .block01 {
  margin-left: 60px;
  position: relative;
}
.make01 .block01.-yellow .head01 {
  color: #e0c000;
}
.make01 .block01.-yellow:before {
  background: #f3f0de;
}
.make01 .block01:before {
  content: "";
  display: block;
  position: absolute;
  background: #c2d2b2;
  z-index: -1;
  height: 90px;
  width: 90px;
  top: 20px;
  left: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.make01 .head01 {
  color: #366a00;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 10px;
}
.make01 .head01 .headin {
  font-size: 18px;
  display: block;
  line-height: 150%;
}
.make01 .head02 {
  position: relative;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  color: #ce2500;
  margin-bottom: 10px;
  padding-right: 0px;
  margin-right: 40px;
}
.make01 .head02:before {
  content: "";
  display: block;
  position: absolute;
  background: #f0bdb2;
  z-index: -1;
  height: 90px;
  width: 90px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.make01 .txt01 {
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .make01 .blockimg02 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .make01 .box01,
  .make01 .box02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .make01 .blockimg,
  .make01 .blocktxt {
    width: 100%;
  }
  .make01 .blocktxt {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .make01 .box01 .blockimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .make01 .box01 .block01 {
    margin-bottom: 30px;
  }
  .make01 .block01 {
    margin-left: 30px;
  }
  .make01 .block01:before {
    height: 60px;
    width: 60px;
  }
  .make01 .blockimg01 {
    margin-top: 20px;
  }
  .make01 .img03 {
    margin-top: 50px;
  }
  .make01 .head02 {
    font-size: 20px;
    margin-right: 30px;
  }
  .make01 .head02:before {
    height: 60px;
    width: 60px;
  }
  .make01 .txt01 {
    margin-right: 20px;
  }
}
.make02 .box {
  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;
}
.make02 .box.-alternate {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.make02 .box.-alternate .head01 {
  top: inherit;
  left: inherit;
  right: -10%;
  bottom: 3%;
}
.make02 .box:not(:last-child) {
  margin-bottom: 100px;
}
.make02 .blockimg {
  width: 45%;
  position: relative;
}
.make02 .blocktxt {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.make02 .blockimg01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.make02 .head01 {
  color: #ce2500;
  font-size: 72px;
  font-family: 'EB Garamond', serif;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
  left: -10%;
  top: 3%;
}
.make02 .head02 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 150%;
}
.make02 .value {
  color: #ce2500;
  font-size: 18px;
  text-align: right;
  margin-bottom: 20px;
}
.make02 .valuein {
  font-size: 24px;
}
.make02 .img02 {
  width: 31.333%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .make02 .head01 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 599px) {
  .make02 .box.-alternate .head01 {
    right: -7%;
  }
  .make02 .blockimg {
    width: 100%;
    margin-bottom: 10px;
  }
  .make02 .blocktxt {
    width: 100%;
  }
  .make02 .head01 {
    left: -2%;
  }
  .make02 .head02 {
    font-size: 22px;
  }
}
.make03 .inner {
  position: relative;
  padding: 50px 0 100px;
  min-height: 400px;
  background: #fff;
  z-index: 1;
}
.make03 .img {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.make03 .img:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 200%;
  background: #fff;
  top: 0;
  right: 100%;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skewX(-70deg);
  -ms-transform: skewX(-70deg);
  transform: skewX(-70deg);
}
.make03 img {
  font-family: 'object-fit: cover; object-position: 60% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
  height: 100%;
  width: 100%;
}
.make03 .blocktxt {
  max-width: 600px;
}
@media only screen and (max-width: 599px) {
  .make03 .img:after {
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}
.list_make04 {
  padding: 0 20px;
}
[data-element-id] .list_make04 {
  max-height: 450px;
  overflow: hidden;
}
.list_make04 .item {
  margin: 0 20px;
}
.list_make04 .img {
  margin-bottom: 10px;
}
.list_make04 .img a {
  display: block;
}
.list_make04 .head {
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.list_make04 .btn a {
  display: block;
  text-align: center;
  border: 1px solid #333;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .list_make04 .item {
    margin: 0 10px;
  }
  .list_make04 .head {
    font-size: 16px;
  }
}
.make06 .box {
  position: relative;
  background-color: #fff;
  background-image: url(/import/tenant_1/160.16.79.92/html/images/07make/deco02_a.png), url(/import/tenant_1/160.16.79.92/html/images/07make/deco02_b.png), url(/import/tenant_1/160.16.79.92/html/images/07make/deco02_c.png), url(/import/tenant_1/160.16.79.92/html/images/07make/deco02_d.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  padding: 50px;
  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;
}
.make06 .block {
  width: 50%;
}
.make06 .head {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  border-bottom: 2px dotted #5ddbe1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.make06 .head:before {
  content: "";
  display: block;
  /* height: 40px; */
  /* background: url(/import/tenant_1/160.16.79.92/html/images/07make/deco01.png) no-repeat center; */
  /* background-size: contain; */
  /* margin-bottom: 5px; */
}
.make06 .txt {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .make06 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .make06 .block {
    width: 100%;
  }
  .make06 .block:first-child {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .make06 .box {
    padding: 50px 20px;
  }
}
.list_make06 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.list_make06 .datattl {
  margin-right: 20px;
  font-size: 18px;
  line-height: 150%;
}
.list_make06 .data {
  color: #ce2500;
  font-size: 20px;
  line-height: 150%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .list_make06 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .list_make06 .datattl {
    width: 100%;
    font-size: 16px;
  }
  .list_make06 .data {
    margin-left: auto;
    font-size: 18px;
  }
}
.list_voice01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_voice01 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_voice01 .item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.list_voice01 .img {
  margin-bottom: 10px;
}
.list_voice01 .img a {
  display: block;
}
.list_voice01 .head {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}
.list_voice01 .time {
  display: block;
  color: #999;
  line-height: 150%;
  margin-bottom: 5px;
}
.list_voice01 .cate {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.list_voice01 .cate li {
  line-height: 130%;
  color: #366a00;
  margin-left: 5px;
  letter-spacing: 0;
}
@media only screen and (max-width: 599px) {
  .list_voice01 .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .list_voice01 .head {
    font-size: 14px;
  }
  .list_voice01 .time {
    font-size: 14px;
  }
  .list_voice01 .cate li {
    font-size: 14px;
  }
}
.gallerydtl01 .meta {
  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;
}
.gallerydtl01 .time {
  color: #999;
  display: block;
  line-height: 150%;
  margin-right: 20px;
}
.gallerydtl01 .cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallerydtl01 .cate li {
  line-height: 150%;
  color: #366a00;
  margin-right: 10px;
  letter-spacing: 0;
}
.gallerydtl01 .ttl {
  padding-bottom: 10px;
  line-height: 150%;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  margin-bottom: 50px;
}
.gallerydtl01 .info {
  text-align: right;
  margin-bottom: 10px;
}
.gallerydtl01 .age {
  margin-right: 20px;
}
.gallerydtl01 .head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.gallerydtl01 .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .gallerydtl01 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.access01 .map {
  margin-top: 100px;
  min-height: 300px;
}
@media only screen and (max-width: 599px) {
  .access01 .map {
    margin-top: 50px;
  }
}
.list_access01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.list_access01 .datattl {
  width: 120px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #366a00;
}
@media only screen and (max-width: 599px) {
  .list_access01 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_access01 .datattl {
    width: 100%;
    margin-right: 0;
  }
  .list_access01 .data {
    width: 100%;
  }
}
.list_policy01 {
  margin-top: 50px;
}
.list_policy01 .item {
  margin-bottom: 70px;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
}
.list_policy01 .number {
  position: absolute;
  z-index: 1;
  font-size: 48px;
  font-family: 'EB Garamond', serif;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0;
}
.list_policy01 .number:before {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #366a00;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.list_policy01 .datattl {
  color: #366a00;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 599px) {
  .list_policy01 .item {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .list_policy01 .number {
    position: relative;
    margin-bottom: 20px;
  }
  .list_policy01 .datattl {
    text-align: center;
    padding-bottom: 10px;
  }
}
.list_news01 {
  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_news01 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_news01 .item {
  width: 48%;
  margin: 0 1% 2%;
  padding: 20px;
  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;
  background: #e8e8e8;
}
.list_news01 .img {
  width: 40%;
}
.list_news01 .img a {
  display: block;
}
.list_news01 .blocktxt {
  width: 55%;
}
.list_news01 .cate {
  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;
}
.list_news01 .cate li {
  color: #366a00;
  line-height: 150%;
  letter-spacing: 0;
  margin-right: 5px;
}
.list_news01 .head {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 150%;
}
.list_news01 .time {
  color: #999;
  text-align: right;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .list_news01 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46%;
    margin: 0 2% 5%;
  }
  .list_news01 .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .list_news01 .blocktxt {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .list_news01 .item {
    width: 48%;
    margin: 0 1% 5%;
    padding: 10px;
  }
  .list_news01 .cate li {
    font-size: 14px;
  }
  .list_news01 .head {
    font-size: 14px;
  }
  .list_news01 .time {
    font-size: 14px;
  }
}
.newsdtl01 .meta {
  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;
}
.newsdtl01 .time {
  color: #999;
  display: block;
  line-height: 150%;
  margin-right: 20px;
}
.newsdtl01 .cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsdtl01 .cate li {
  line-height: 150%;
  color: #e0c000;
  margin-right: 10px;
  letter-spacing: 0;
}
.newsdtl01 .ttl {
  padding-bottom: 20px;
  line-height: 150%;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}
.newsdtl01 .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .newsdtl01 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.list_blog01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_blog01 [data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_blog01 [data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_blog01 .item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.list_blog01 .img {
  margin-bottom: 10px;
}
.list_blog01 .img a {
  display: block;
}
.list_blog01 .head {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}
.list_blog01 .time {
  display: block;
  color: #999;
  line-height: 150%;
  margin-bottom: 5px;
}
.list_blog01 .cate {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.list_blog01 .cate li {
  line-height: 130%;
  color: #e0c000;
  margin-left: 5px;
  letter-spacing: 0;
}
.list_blog01.-recommend .item:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 599px) {
  .list_blog01 .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .list_blog01 .head {
    font-size: 14px;
  }
  .list_blog01 .time {
    font-size: 14px;
  }
  .list_blog01 .cate li {
    font-size: 14px;
  }
  .list_blog01.-recommend .item:nth-child(4) {
    display: block;
  }
}
.blogdtl01 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blogdtl01 .meta {
  width: 200px;
  border-right: 1px solid #999;
  padding-right: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blogdtl01 .time {
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.blogdtl01 .cate li {
  color: #e0c000;
  line-height: 150%;
  margin-bottom: 5px;
}
.blogdtl01 .blocktxt {
  width: 100%;
  padding-left: 50px;
}
.blogdtl01 .head {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}
.blogdtl01 .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .blogdtl01 .meta {
    padding-right: 20px;
    width: 150px;
  }
  .blogdtl01 .blocktxt {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .blogdtl01 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blogdtl01 .meta {
    width: 100%;
    border-right: none;
    border-left: 1px solid #999;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .blogdtl01 .blocktxt {
    padding-left: 0;
  }
  .blogdtl01 .cate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blogdtl01 .cate li {
    margin-right: 5px;
  }
  .blogdtl01 .head {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.list_faq01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_faq01 .item {
  height: 150px;
  width: 31.333%;
  margin: 0 1% 2%;
}
.list_faq01 a {
  display: block;
  position: relative;
  background: #000;
  height: 100%;
  width: 100%;
}
.list_faq01 .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.list_faq01 img {
  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%;
  height: 100%;
  width: 100%;
}
.list_faq01 .head {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .list_faq01 .head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .list_faq01 .item {
    width: 48%;
    height: 120px;
  }
  .list_faq01 .head {
    font-size: 16px;
  }
}
.list_flow01.-green .time:before {
  background: #366a00;
}
.list_flow01.-green .head {
  color: #366a00;
}
.list_flow01.-alternate .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.list_flow01.-alternate .blocktxt {
  padding-left: 30px;
}
.list_flow01 .item {
  border: 1px solid #ddd;
  padding: 30px;
  position: relative;
  margin-left: 35px;
}
.list_flow01 .item:first-child {
  margin-top: 35px;
}
.list_flow01 .item:not(:last-child) {
  margin-bottom: 100px;
}
.list_flow01 .item:not(:last-child):after {
  content: "";
  border: 30px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  top: calc(100% + 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
.list_flow01 .time {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 130%;
  letter-spacing: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.list_flow01 .time:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 70px;
  height: 70px;
  background: #ce2500;
}
.list_flow01 .number {
  font-size: 28px;
}
.list_flow01 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_flow01 .img {
  width: 150px;
  height: 150px;
  margin: 0 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.list_flow01 img {
  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%;
  width: 100%;
  height: 100%;
}
.list_flow01 .blocktxt {
  width: 100%;
}
.list_flow01 .head {
  color: #ce2500;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .list_flow01.-alternate .blocktxt {
    padding-left: 10px;
  }
  .list_flow01 .img {
    width: 100px;
    height: 100px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 599px) {
  .list_flow01.-alternate .blocktxt {
    padding-left: 0;
  }
  .list_flow01 .item {
    margin-left: 30px;
    padding: 15px;
  }
  .list_flow01 .time {
    font-size: 14px;
  }
  .list_flow01 .time:before {
    width: 60px;
    height: 60px;
  }
  .list_flow01 .number {
    font-size: 22px;
  }
  .list_flow01 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_flow01 .img {
    margin: 0 auto 10px;
  }
  .list_flow01 .head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.list_party01 {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_party01 [data-collection-list-content] {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_party01 .item {
  width: 48%;
  margin: 0 1% 5%;
}
.list_party01 .img {
  margin-bottom: 10px;
}
.list_party01 .head {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .list_party01 .item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .list_party01 .head {
    font-size: 18px;
  }
}

.uk-modal {
  text-align: center;
}
.uk-modal-dialog {
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  left: 50%;
}
.uk-open .uk-modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uk-lightbox-content {
  width: auto;
  height: auto;
}
.uk-responsive-width {
  width: auto;
  min-height: 80vh;
  /*IE対策*/
  max-width: 90vw !important;
  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%;
}
.uk-responsive-width img {
  min-height: auto;
}

/*# sourceMappingURL=common.css.map */

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
[data-element-id].sp-only {
  display: block;
}


@media only screen and (max-width: 599px) {
  .pc-only {
  display: none;
}
[data-element-id].pc-only {
  display: block;
}
.sp-only {
  display: block;
}
}
