@charset "UTF-8";




.lq-font {
  font-family: 'Lovers Quarrel', cursive;
}

.sw-font {
  font-family: 'Sawarabi Mincho', sans-serif;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

/********************************
/********************************
/********************************

l_common

********************************/
#wrapper {
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

.mb3r {
  margin-bottom: 3rem;
}

.mb2r {
  margin-bottom: 2rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb10p {
  margin-bottom: 10%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb80 {
  margin-bottom: 80px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.lh3 {
  line-height: 3;
}

.onel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none {
  display: none;
}

.left {
  padding-right: 3rem;
}

.right {
  padding-left: 3rem;
}

.txt a {
  text-decoration: underline;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.tel a {
  color: #000;
}

.bg1,
.haikei01 {
  background: #F2F0E3;
}

.bg2,
.haikei02 {
  background: #DCE0DB;
}

.btn_wrap.btn_right {
  text-align: right;
}

.btn_wrap .btn {
  width: 300px;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: .25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.btn_wrap.tel a {
  width: 300px;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: .25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  margin: 0 auto;
  color: #000;
  border: 1px solid #000;
  position: relative;
}

.btn_wrap.tel a:after {
  position: absolute;
  left: 95%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 30px;
  height: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: ease .40s;
  transition: ease .40s;
}

.btn_wrap.tel a:hover:after {
  width: 97px;
}

.btn_wrap .btn.anker_btn {
  width: 240px;
}

.btn_wrap .btn_shev {
  width: 250px;
  text-align: center;
  letter-spacing: .25rem;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  margin: 0 auto;
  padding: 1em 1.5rem 1rem 1rem;
  color: #000;
  border: 1px solid #000;
  position: relative;
}

.btn_wrap .btn_shev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: .5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #000;
  border: 1px solid #000;
  position: relative;
}

.btn:after {
  position: absolute;
  left: 95%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 30px;
  height: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: ease .40s;
  transition: ease .40s;
}

.btn.rev:after {
  left: inherit;
  right: 95%;
}

.btn:hover:after {
  width: 97px;
}

.arrow_link {
  position: relative;
  text-align: right;
  padding-right: 50px;
}

.arrow_link:after {
  position: absolute;
  left: 75%;
  top: 35%;
  content: "";
  display: inline-block;
  width: 30px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: ease .40s;
  transition: ease .40s;
}

.arrow_link:hover:after {
  width: 97px;
}

/********** 見出し **********/
.heading {
  position: relative;
  margin-bottom: 6rem;
  font-family: "Montserrat", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: normal;
  letter-spacing: .5rem;
}

.heading:after {
  position: absolute;
  display: block;
  content: "";
  background: #000000;
  width: 104px;
  height: 1px;
}

.heading.head-l:after {
  left: 0;
  top: 4rem;
}

.heading.head-c:after {
  top: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ttl-cmn01 {
  font-size: 34px;
  margin-bottom: 30px;
}

.ttl-cmn01 .s {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn01 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 20px;
  }
}

.bg_heading {
  text-align: center;
  padding: .25rem;
  letter-spacing: .25rem;
}

.bg_heading.hon {
  background: #F2F0E3;
}

.bg_heading.gosyo {
  background: #f2f0e3;
}

.bg_heading.hana {
  background: #e2e8dc;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.d-d {
  border: 1px solid #000;
  position: relative;
  width: calc(100% - 18px);
}

.d-d:after {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 17px;
  z-index: -1;
}

/********** pager **********/
.list-pager {
  width: 40%;
  margin: auto;
}

.list-pager li  {
  margin: 0 1rem;
}

.list-pager li,
.list-pager li a {
  display: block;
  text-align: center;
  color: #000;
}

.list-pager li.current {
  position: relative;
  color: #ffffff;
}

.list-pager li.current:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.75em;
  background: #000;
  z-index: -1;
}

.list-pager li.prev,
.list-pager li.next {
  border-bottom: none;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .left {
    padding-right: 1rem;
  }
  .right {
    padding-left: 1rem;
  }
  .btn_wrap .btn,
  .btn_wrap.tel a {
    width: 60%;
    padding: 1rem;
  }
  .btn_wrap .btn.anker_btn {
    width: 20%;
  }
  .btn_wrap .btn_shev {
    width: 30%;
  }
  .d-d {
    width: calc(100% - 10px);
  }
  .d-d:after {
    top: 10px;
    left: 9px;
  }
  .list-pager {
    width: 65%;
  }
}

.list-pager li,
.list-pager li a {
  font-size: 16px;
}

/********** 見出し **********/
.heading {
  margin-bottom: 3rem;
  letter-spacing: .25rem;
}

.heading:after {
  top: 2.5rem;
}

.heading.head-c:after,
.heading.head-l:after {
  top: 2.5rem;
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .left {
    padding-right: 0;
  }
  .right {
    padding-left: 0;
  }
  .pic {
    width: 100%;
  }
  .btn_wrap .btn {
    padding: 0.5rem;
  }
  .btn_wrap .btn.anker_btn,
  .btn_wrap .btn_shev {
    width: 80%;
    margin-bottom: 1.5rem;
  }
  .list-pager {
    width: 100%;
  }
  .list-pager li,
  .list-pager li a {
    font-size: 14px;
  }
  .h-auto-sp {
    height: auto !important;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }
  .fix-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 5px;
  }
  .fix-bottom .tel {
    background: #F2F0E3;
    color: #000;
    font-size: 14px;
  }
  .fix-bottom .tel a:before {
    margin-right: 5px;
    content: '\f879';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
  .fix-bottom .contact {
    background: #DCE0DB;
    color: #000;
  }
  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
}

/********************************
/********************************
/********************************

l_header,footer,gnav

********************************/
header .t-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .t-inner .h-left {
  width: calc(100% - 200px);
  padding-left: 200px;
}

header .t-inner .h-right {
  width: 200px;
}

header .t-inner .logo {
  margin: 0 auto 50px;
}

header .t-inner .logo img {
  max-width: 220px !important;
}

header .res_btn {
  padding: 1rem 2rem;
}

.fixed.res_btn{
  position: fixed !important;
  bottom: 20px;
  right: 80px;
  z-index: 50;
  background: #fff;
}

@media only screen and (max-width: 1024px){
 .fixed.res_btn {
   display: none;
 } 
}

.header.h-fixed .h-inner{
  max-width: 1000px;
  margin: auto;
}

#gnav .tab_sm_list {
  display: none;
}

#gnav .toplink {
  display: none;
}

#gnav .toplink a {
  display: block;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  border-bottom: 1px solid #ccc;
}

#gnav.fixed .res_btn {
  right: 5%;
}

#gnav.fixed .fix_inner {
  width: 100%;
  margin: auto;
}

#gnav.fixed .res_btn {
  padding: 1rem;
}

#gnav.fixed .toplink {
  display: block;
  width: 190px;
}

#gnav.fixed .toplink:after {
  content: "";
}

.gnav .parent {
  position: relative;
}

.gnav .parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 240px;
  text-align: center;
  background: rgba(220, 220, 220, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

[data-element-id] .gnav .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 li:after {
  content: "";
}

.gnav .list02 li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.gnav .list02 li a {
  display: block;
  padding: 10px;
  width: 100%;
}

#gnav .ham_btn {
  margin-top: 50px;
}

#gnav .ham_btn .item {
  width: 20%;
}

.nav_wrap li {
  margin-bottom: 1rem;
}

.nav_wrap li a,
.nav_wrap .itemin {
  padding: 1rem 1.25rem;
}

.nav_wrap li:after {
  content: "/";
}

.nav_wrap li.noline:after {
  content: "";
}

.f-inner .f-nav ul {
  margin-bottom: 50px;
}

.f-inner .f-nav li {
  width: 33.333%;
}

.f-inner .f-nav li a {
  display: block;
  padding: 5px;
}

.f-inner .f-nav .f-sns li {
  width: 20%;
}

.f-inner .d-d .inside {
  padding: 3rem 2rem 2rem;
}

.f-inner .d-d .w50 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  border-right: 1px solid #000;
}

.f-inner .d-d .w50 .lead {
  text-align: center;
}

.f-inner .d-d .w50:last-of-type {
  border-right: none;
}

.f-inner .logo {
  text-align: left;
}

.f-inner .copyright {
  color: #9a9a9a;
}

.tel_btn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f2e3e3;
  text-align: center;
  z-index: 100;
}

.tel_btn a {
  width: 100%;
  padding: 0.75rem;
  display: block;
  font-size: 1.25em;
}

.tel_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10b";
  font-weight: 900;
  padding-right: .5rem;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}

.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;
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 360px;
    height: 100%;
    background: rgba(241, 237, 226, 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;
    z-index: 250;
  }
  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    padding: 15px 15px 75px;
  }
  .gnav .wrap {
    padding-bottom: 100px;
  }
  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/********************************
/********************************

m_header,footer,gnav

********************************/
@media only screen and (max-width: 1024px) {
  header .t-inner .h-right {
    display: none;
  }
  header .t-inner .h-left {
    width: 100%;
    padding-left: 0;
  }
  header .inner .logo {
    margin: 0 auto 0 1rem;
    width: 170px;
  }
  #gnav .tab_sm_list {
    display: block;
  }
  #gnav .gnav_ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #gnav li {
    width: 90%;
    margin: 0 1rem;
  }
  #gnav li:after {
    content: "";
  }
  #gnav .list_heading {
    width: 100%;
    padding: 2rem 0;
    border-bottom: none;
  }
  #gnav .list_heading ul {
    padding-top: .5rem;
  }
  .nav_wrap li a,
  .nav_wrap .itemin {
    display: block;
    padding: 10px;
    letter-spacing: .25rem;
  }
  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .gnav .list02 li {
    text-align: left;
    border-bottom: none;
  }
  .nav_wrap .itemin {
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: .25rem;
  }
  .gnav .list02 a {
    position: relative;
    letter-spacing: .25rem;
  }
  .f-nav ul {
    margin-bottom: 3rem;
  }
  .f-nav .btn_wrap {
    width: 100%;
  }
  .f-nav .btn_wrap .btn {
    margin: 0 auto 0 0;
    width: 80%;
  }
  .f-inner .f-nav li {
    width: 48%;
  }
  .f-inner .f-nav .f-sns {
    width: 70%;
  }
  .f-inner .d-d .w50 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .f-inner .d-d .w50:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .f-inner .w30 {
    width: 100%;
    margin-bottom: 1rem;
    text-align: right;
  }
  .f-inner .logo {
    margin: 0 0 2rem auto;
  }
  .f-inner .copyright {
    text-align: right;
    width: 100%;
  }
}

/********************************

s_header,footer,gnav

********************************/
@media only screen and (max-width: 599px) {
  header .inner .logo {
    width: 35%;
  }
  .f-nav ul,
  .f-nav .btn_wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .f-inner .d-d .inside {
    padding: 2rem 1rem 1rem;
  }
  .tel_btn {
    display: block;
  }
  .f-nav .btn_wrap .btn {
    width: 320px;
    margin: auto;
  }
  .f-inner .f-nav .f-sns {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_01index.html（トップ_01.index | トップ)

********************************/
.lead {
  font-weight: normal;
  letter-spacing: .25rem;
}

.t {
  line-height: 2;
}

.t-inner {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.toppage .mainimage {
  position: relative;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto 8%;
}

.toppage .mainimage > .pic {
  position: relative;
}

.toppage .mainimage .text {
  width: 40%;
  line-height: 2.5;
  margin: -70px auto 0;
  position: relative;
  z-index: 10;
}

.toppage .mainimage .back_lead {
  max-width: 670px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
  text-align: center;
}

.toppage .mainimage .back_lead img {
  -webkit-filter: drop-shadow(1px 1px 15px white);
          filter: drop-shadow(1px 1px 15px white);
}

.toppage .mainimage .sp_lead {
  width: 25%;
  margin: 2rem auto;
}

[data-element-id] .toppage .mainimage .sp_lead {
 width: 35%; 
}

.toppage .mainimage .vertical {
  position: absolute;
  right: 10%;
  top: 18rem;
  z-index: 3;
  height: 80%;
}

.t-info .text_wrap,
.t-business .upper .text_wrap {
  width: 80%;
  margin-left: auto;
}

.t-info {
  margin-bottom: 160px;
}

.t-info .txt {
  line-height: 250%;
}

.home01list {
  width: 100%;
}

.home01list .home01item + .home01item {
  margin-top: 20px;
}

.home01list .date {
  width: 8rem;
}

.home01list .ttl {
  width: calc(100% - 9rem);
}

.t-all {
  position: relative;
}

.t-all .vertical {
  position: absolute;
  top: -60px;
  font-size: 80px;
  font-weight: normal;
  z-index: 3;
  letter-spacing: 1rem;
}

.t-business {
  margin-bottom: 0px;
}

.t-business .vertical {
  left: 0;
}

.t-business .upper {
  position: relative;
}

.t-business .upper .text_wrap {
  position: relative;
  z-index: 3;
  padding: 50px 3rem 30px 30px;
  padding-top: 60px;
}

.t-business .upper .text_wrap .k-list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.t-business .of {
  width: calc(46% + 140px);
  max-width: 840px;
  margin-left: -140px;
  -webkit-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

.t-business .of .pic {
  height: 100%;
}

.t-business .text_wrap .txt {
  line-height: 250%;
}

.t-business .box .inside {
  max-width: 1400px;
  width: 92%;
  margin: auto;
}

.t-business .box dl .text_wrap {
  padding-top: 10%;
  padding-right: 7%;
  padding-bottom: 3%;
  width: 80%;
  margin: 0 0 0 auto;
}

.t-business .box dl .pic {
  height: 100%;
}

.t-business .box.pic_left dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t-business .box dl .text_wrap {
  padding-right: 0;
  padding-left: 7%;
  margin: 0 auto 0 0;
}

.t-gallery {
  margin: 80px auto 100px;
}

.t-gallery .sglist {
  width: 31.333%;
  margin: 1%;
}

.t-gallery .sglist a {
  display: block;
}

.t-gallery .sglist.d-d {
  width: calc(31% - 8px);
}

.t-gallery .sglist.d-d:after {
  top: 9px;
  left: 8px;
}

.t-gallery .sglist.d-d a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-gallery .sglist.d-d a:hover {
  cursor: pointer;
  opacity: .6;
}

.t-gallery .sglist.d-d a:hover .arrow:after {
  width: 97px;
}

.t-gallery .sglist.d-d a .arrow {
  text-align: center;
  position: relative;
  width: 100%;
}

.t-gallery .sglist.d-d a .arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 36px;
  height: 7px;
  bottom: -1rem;
  left: 40%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: ease .40s;
  transition: ease .40s;
}

.t-bigimage {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto 210px;
}

.t-blognews li a {
  display: block;
}

.t-blognews li .pic {
  width: 40%;
  margin-right: 5%;
}

.t-imgband .inside {
  width: 100%;
}

.t-imgband .flexc {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.t-imgband li:after {
  width: 360px;
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .topm {
  padding-top: 0;
  overflow: hidden;
}

.underpage .inner {
  padding: 100px 0;
}

.underpage .inner.has_icon {
  position: relative;
}

.underpage .inner.has_icon.i_tl {
  padding-top: 100px;
}

.underpage .inner.has_icon.i_tl .icon {
  top: 30px;
  left: 0;
}

.underpage .inner.has_icon.i_bl,
.underpage .care02 .inner.i_tr{
  padding-bottom: 150px;
}

.underpage .inner.has_icon.i_bl .icon {
  bottom: 30px;
  left: 10%;
}

.underpage .inner.has_icon.i_br {
  padding-bottom: 150px;
}

.underpage .inner.has_icon.i_br .icon {
  bottom: 30px;
  right: 10%;
  width: 150px;
}

.underpage .inner.has_icon.i_tr .icon {
  top: 50%;
  right: -5%;
}

.underpage .inner.has_icon .icon {
  position: absolute;
  width: 15%;
}

.underpage .inner.topm {
  margin-top: 160px;
  padding-top: 0;
}

.u-mainimage {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.u-mainimage .main_heading {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 6;
  font-weight: normal;
  margin-bottom: 4rem;
  letter-spacing: .5rem;
}

.u-mainimage .main_heading:after {
  display: block;
  content: "";
  height: 1px;
  width: 104px;
  background: #000;
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.u-mainimage .main_heading .jp {
  display: block;
  margin-top: 3rem;
  letter-spacing: .25rem;
}

.filter:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .inner {
  padding: 75px 0;
}
  .underpage .topm {
    margin-top: 15%;
  }
  .underpage .inner.topm {
    margin-top: 15%;
  }
  .u-mainimage .pic span {
    padding-top: 30% !important;
  }
  .u-mainimage .main_heading:after {
    top: 3rem;
  }
  .u-mainimage .main_heading .jp {
    margin-top: 1rem;
  }
  
  .underpage .inner.has_icon.i_tl .icon {
    width: 140px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .underpage .inner.has_icon.i_tr .icon {
    top: auto !important;
    right: 0;
    bottom: -30px;
    width: 120px;
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
    .underpage .inner {
  padding: 50px 0;
}
  .underpage .inner.has_icon.i_tl {
    padding-top: 150px;
  }
  .underpage .inner.has_icon.i_bl {
    padding-bottom: 120px;
  }
  .underpage .inner.has_icon.i_bl .icon {
    bottom: 30px;
    left: 10%;
  }
  .underpage .inner.has_icon.i_br {
    padding-bottom: 120px;
  }
  .underpage .inner.has_icon.i_br .icon {
    bottom: 0;
    right: 10%;
  }
  .underpage .inner.has_icon .icon {
    width: 15%;
  }
  .u-mainimage .pic span {
    padding-top: 40% !important;
  }
    .underpage .inner.has_icon.i_tl .icon {
      top: -10px;
  }
}

/********************************
/********************************
/********************************

l_concept

********************************/
.t-salonlist .heading {
  font-weight: normal;
  margin-bottom: 8rem;
}

.t-salonlist .salonlist {
  position: relative;
}

.t-salonlist .salonlist + .salonlist {
  margin-top: 100px;
}

.t-salonlist .salonlist .text_wrap {
  width: 90%;
  margin: auto;
  padding: 10% 0 10% 15%;
}

.t-salonlist .salonlist .no {
  display: block;
}

.t-salonlist .salonlist .pic {
  width: 700px !important;
  -webkit-transform: translate(-210px, -70px);
  transform: translate(-210px, -70px);
  position: relative;
  z-index: -1;
}

.t-salonlist .salonlist .arrow_link {
  position: absolute;
  right: 10%;
  bottom: 70px;
  z-index: 2;
}

.t-salonlist .salonlist:nth-of-type(even) .d-d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t-salonlist .salonlist:nth-of-type(even) .d-d .pic {
  -webkit-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

.t-salonlist .salonlist:nth-of-type(even) .d-d .arrow_link {
  right: 60%;
  bottom: 70px;
}

/********************************
/********************************

m_concept

********************************/
@media only screen and (max-width: 1024px) {
  .t-salonlist .heading {
    margin-bottom: 6rem;
  }
  .t-salonlist .txt_side {
    background: rgba(255, 255, 255, 0.7);
  }
  .t-salonlist .salonlist:nth-of-type(even) .d-d .pic {
    -webkit-transform: translate(-210px, -70px);
    transform: translate(-210px, -70px);
  }
}

/********************************

s_concept

********************************/
@media only screen and (max-width: 599px) {
  .t-salonlist .salonlist .pic {
    width: 110% !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .t-salonlist .salonlist .text_wrap {
    width: 100%;
    padding: 1rem;
  }
  .t-salonlist .txt_side,
  .t-salonlist .pic_side {
    margin: 0;
  }
  .t-salonlist .txt_side {
    background: none;
  }
  .t-salonlist .salonlist:nth-of-type(even) .d-d .pic {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .t-salonlist .salonlist .arrow_link,
  .t-salonlist .salonlist:nth-of-type(even) .d-d .arrow_link {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding: 2rem 0 2rem 1rem;
    z-index: 0;
  }
  .t-salonlist .salonlist .arrow_link:after,
  .t-salonlist .salonlist:nth-of-type(even) .d-d .arrow_link:after {
    left: 100%;
    top: 45%;
  }
  
  .t-salonlist .heading {
    margin-bottom: 3rem;
  }
}

/********************************
/********************************
/********************************

l_voice

********************************/
.voice_cat .btn_wrap a {
  margin: 0 1rem 1rem;
}

.voice_list .item + .item {
  margin-top: 50px;
}

.voice_list .dl {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.voice_list .ttl {
  font-weight: bold;
  font-size: 16px;
}

.voice_list .gen {
  padding-left: 5px;
}

/********************************
/********************************

m_voice

********************************/
/********************************

s_voice

********************************/
/********************************
/********************************
/********************************

l_company

********************************/
.gaiyou dl {
  border: 1px solid #ddd;
  padding: 1.5rem 3rem;
  border-collapse: collapse;
  border-bottom: none;
}

.gaiyou dl:last-of-type {
  border-bottom: 1px solid #ddd;
}

.gaiyou dl dt {
  font-weight: bold;
  width: 25%;
  font-size: 16px;
}

.gaiyou dl dd {
  width: 75%;
}

.gmap {
  position: relative;
  padding-bottom: 58%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************
/********************************

m_company

********************************/
@media only screen and (max-width: 1024px) {
  .gaiyou dl {
    padding: 2rem;
  }
  .gaiyou dl dt,
  .gaiyou dl dd {
    width: 100%;
  }
}

/********************************

s_company

********************************/
/********************************
/********************************
/********************************

l_concept

********************************/
.head_img {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.head_img .backimg {
  width: 1400px;
  position: absolute;
  top: 0;
  left: 0;
}

.head_img .inside {
  margin: auto;
  z-index: 10;
  width: 1000px;
  padding: 100px 0;
  position: relative;
}

.head_img .inside .d-d {
  padding: 3rem;
}

.head_img .inside .d-d .t {
  width: 80%;
  margin: auto;
  font-size: 16px;
}

.head_img .inside .d-d .t li {
  line-height: 3rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.topic_wrap .topic {
  width: 80%;
  margin-bottom: 10%;
}

.underpage .concept01 .inner.has_icon.i_br .icon {
    bottom: 130px;
    right: 0%;
    width: 11%;
}

.topic_wrap .topic:last-of-type {
  margin-bottom: 0;
}

.topic_wrap .topic:nth-of-type(even) {
  margin-left: auto;
}

.topic_wrap .topic .text {
  line-height: 2;
}

/********************************
/********************************

m_concept

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .concept01 .inner.has_icon.i_br .icon {
    bottom: 40px;
    width: 150px;
  }
  .head_img .inside {
    width: 80%;
    max-width: 768px;
    margin: auto;
  }
  .head_img .inside .d-d {
    padding: 1rem;
  }
  .head_img .inside .d-d h3 {
    margin-bottom: 1.5rem;
  }
  .head_img .inside .d-d .t {
    width: 90%;
  }
  .head_img .inside .d-d .t li {
    line-height: 2;
    font-size: 14px;
  }
}

/********************************

s_concept

********************************/
@media only screen and (max-width: 599px) {
  .underpage .concept01 .inner.has_icon.i_br .icon {
     bottom: 0; 
    }
  .head_img .pic span {
    padding-top: 100% !important;
  }
  .head_img .inside {
    width: 94%;
    max-width: 450px;
    padding: 50px 0.5rem;
  }
  .head_img .inside .d-d .t {
    width: 100%;
  }
  .topic_wrap .topic {
    width: 100%;
    margin-bottom: 16%;
  }
  .topic_wrap .topic .text {
    line-height: 1.6;
  }
}

/********************************
/********************************
/********************************

l_menu

********************************/
.menu_box {
  font-size: 24px;
}

.menu_box .heading .s {
  display: block;
  font-size: 14px;
  margin-top: 1rem;
  color: #555;
}

.menu_box + .menu_box {
  margin-top: 180px;
}

.menu_box:last-of-type {
  margin-bottom: 0;
}

.menu_box dl {
  border-bottom: 1px solid #F2F0E3;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.menu_box dl dt {
  font-weight: bold;
  font-size: 18px;
}

.menu_box dl dd {
  font-size: 16px;
  padding: 10px 0;
}

.menu_box dl dt {
  margin-bottom: 0.5rem;
}

.menu_box dl dd {
  margin-left: auto;
}

.underpage .menu01 .inner .icon {
  width: 17%;
}

/********************************
/********************************

m_menu

********************************/
@media only screen and (max-width: 1024px) {
  .menu_box + .menu_box {
    margin-top: 120px;
  }
  .menu_box dl dt,
  .menu_box dl dd {
    font-size: 14px;
  }
}

/********************************

s_menu

********************************/
@media only screen and (max-width: 599px) {
  .menu_box + .menu_box {
    margin-top: 80px;
  }
  .underpage .menu01 .inner .icon {
    width: 25%;
  }
}

/********************************
/********************************
/********************************

l_coupon

********************************/
.coupon {
  border: 1px solid #000;
  padding: 3rem 1rem;
}

.coupon .inside {
  width: 85%;
  margin: auto;
}

.coupon .inside .cou_heading {
  border-bottom: 1px solid #000;
  text-align: center;
  letter-spacing: .25rem;
}

.coupon .inside .cou_heading .h {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.25;
}

.coupon .inside .cou_heading .discount {
  font-size: 78px;
  font-style: italic;
}

.coupon .inside .cou_heading .limit {
  font-size: 16px;
  display: inline-block;
}

.coupon .inside .cond dl {
  margin-bottom: 1rem;
}

.coupon .inside .cond dt {
  background: #F2F0E3;
  width: 100%;
  text-align: center;
  padding: 1rem;
  margin-right: 1rem;
}

.coupon .inside .cond dd {
  width: 100%;
  padding: 1rem;
}

.coupon .menu-li {
  margin-bottom: 15px;
}

.coupon .menu-li .item {
  display: inline-block;
  padding: 5px;
  margin: 0 10px 10px 0;
  background: #f1e7f0;
}

/********************************
/********************************

m_coupon

********************************/
@media only screen and (max-width: 1024px) {
  .coupon {
    padding: 2rem 1rem;
  }
  .coupon .inside {
    width: 95%;
  }
  .coupon .inside .cou_heading .h {
    font-size: 24px;
  }
  .coupon .inside .cou_heading .discount {
    font-size: 50px;
  }
  .coupon .inside .cou_heading .limit {
    font-size: 14px;
  }
  .coupon .inside .cond dt {
    width: 100%;
    margin-right: 0;
    text-align: left;
    font-size: 14px;
  }
  .coupon .inside .cond dd {
    width: 100%;
    padding: 1rem;
    font-size: 14px;
  }
}

/********************************

s_coupon

********************************/
@media only screen and (max-width: 599px) {
  .coupon {
    padding: 1rem;
  }
  .coupon .inside .cou_heading .h {
    font-size: 16px;
  }
  .coupon .inside .cou_heading .discount {
    font-size: 30px;
  }
}

/********************************
/********************************
/********************************

l_stylegallery

********************************/
.st_tab .tabnav {
  margin-bottom: 3rem;
}

.st_tab .tabnav .item {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  color: #ccc;
  text-align: center;
  border: 1px solid #ccc;
}

.st_tab .tabnav .item:not(.on):hover {
  cursor: pointer;
  opacity: 0.6;
}

.st_tab .tabnav .item.on {
  border: 1px solid #000;
  color: #000;
}

.gall_list li {
  width: 23%;
  margin: 0 1% 2%;
}

.gall_list li .thumb_hover {
  position: relative;
}

.gall_list li .thumb_hover .hover_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  color: #ffffff;
  width: 75%;
}

.gall_list li a {
  display: block;
}

.gall_list li a .thumb_hover > .pics:after {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gall_list li a:hover {
  opacity: 1;
}

.gall_list li a:hover .thumb_hover > .pics {
  position: relative;
}

.gall_list li a:hover .thumb_hover > .pics:after {
  background: rgba(0, 0, 0, 0.7);
}

.gall_list li a:hover .hover_text {
  display: block;
}

.stdetail01 .data01 {
  width: 100%;
  padding: 5px;
}

.stdetail01 .datattl01 {
  padding: 5px;
  font-weight: bold;
}

.stdetail01 .std-cat .item02 {
  background: #F2F0E3;
  padding: 5px;
  text-align: center;
}

.stdetail01 .wide .std-cat .item02 {
  width: 18%;
}

.stdetail01 .std-cat.cat1.丸型 .item02.cata,
.stdetail01 .std-cat.cat1.卵型 .item02.catb,
.stdetail01 .std-cat.cat1.四角 .item02.catc,
.stdetail01 .std-cat.cat1.逆三角 .item02.catd,
.stdetail01 .std-cat.cat1.ベース .item02.cate,
.stdetail01 .std-cat.cat2.少ない .item02.cata,
.stdetail01 .std-cat.cat2.普通 .item02.catb,
.stdetail01 .std-cat.cat2.多い .item02.catc,
.stdetail01 .std-cat.cat3.柔らかい .item02.cata,
.stdetail01 .std-cat.cat3.普通 .item02.catb,
.stdetail01 .std-cat.cat3.硬い .item02.catc,
.stdetail01 .std-cat.cat4.細い .item02.cata,
.stdetail01 .std-cat.cat4.普通 .item02.catb,
.stdetail01 .std-cat.cat4.太い .item02.catc,
.stdetail01 .std-cat.cat5.なし .item02.cata,
.stdetail01 .std-cat.cat5.少し .item02.catb,
.stdetail01 .std-cat.cat5.強い .item02.catc {
  background: #6d6535;
  color: #fff;
}

/********************************
/********************************

m_stylegallery

********************************/
@media only screen and (max-width: 1024px) {
  .stdetail01 .item01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stdetail01 .datattl01 {
    width: 100%;
  }
}

/********************************

s_stylegallery

********************************/
@media only screen and (max-width: 599px) {
  .gall_list li {
    width: 48%;
  }
}

/********************************
/********************************
/********************************

l_blog
l_news

********************************/
.article .main_side {
  width: 75%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.blog_list li {
  width: 48%;
  margin: 0 2% 4% 0;
}

.blog_list li:nth-child(even) {
  margin-right: 0;
}

.blog_list li .text_wrap {
  padding-left: 1rem;
}

.blog_list li .text_wrap .cat {
  border: 1px solid #000;
  padding: .25rem .5rem;
  display: inline-block;
}

.blog_list li a {
  display: block;
}

.article .news_list li {
  width: 96%;
  margin: 0 2% 4% 0;
  border-bottom: 1px solid #ccc;
}

.article .news_list li .text_wrap {
  padding-left: 1rem;
}

.article .news_list li .text_wrap .cat {
  border: 1px solid #000;
  padding: .25rem .5rem;
  display: inline-block;
}

.article .news_list li a {
  display: block;
}

.article .side {
  width: 25%;
}

.article .side .h {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.article .side li {
  margin-bottom: 1rem;
  width: 100%;
  text-indent: -1rem;
  padding-left: 1rem;
}

.article .side li:before {
  content: "＞";
  padding-right: 0.25rem;
}

.article .side li a {
  font-size: 16px;
}

.article .list-pager,
.article .recommend {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.article_wrap .title {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.article_wrap .cat {
  border: 1px solid #000;
  padding: .25rem .5rem;
  display: inline-block;
}

.article_wrap .content {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}

.article_wrap .content img {
  width: 75%;
}

.article_wrap .btn_wrap .btn.rev {
  width: 212px;
  margin-right: auto;
  margin-left: 90px;
}

.recommend {
  width: 100%;
  margin-top: 10%;
}

.recommend .reco_head {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.recommend .blog_list {
  width: 75%;
  margin-left: auto;
}

/********************************
/********************************

m_blog
m_news

********************************/
@media only screen and (max-width: 1024px) {
  .article .main_side.right {
    padding-left: 3rem;
  }
  .blog_list li {
    width: 100%;
    margin: 0 0 3rem;
  }
  .article .side li a {
    font-size: 14px;
  }
  .article .side .h {
    padding-bottom: .5rem;
    margin-bottom: 0.5rem;
  }
  .article_wrap .btn_wrap .btn.rev {
    width: 60%;
    margin-left: 0;
  }
  .recommend .blog_list {
    width: 100%;
  }
  .recommend .blog_list li {
    width: 48%;
  }
}

/********************************

s_blog
s_news

********************************/
@media only screen and (max-width: 599px) {
  .article .main_side {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 15%;
  }
    .article .main_side.right {
    padding-left: 0;
  }
  .blog_list .title {
    height: auto !important;
  }
  .blog_list li {
    width: 100%;
    margin: 0 0 3rem;
  }
  .article .side {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .article .side li a {
    font-size: 14px;
  }
  .article .side .h {
    padding-bottom: .5rem;
    margin-bottom: 0.5rem;
  }
  .article .list-pager {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 15%;
  }
  .recommend .blog_list {
    width: 100%;
  }
  .recommend .blog_list li {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_SALON

********************************/
.salon .salon_info {
  padding-bottom: 50px;
}

.salon .salon_info .salon_name {
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.salon .salon_info dl {
  margin-bottom: 1.5rem;
}

.salon .salon_info dl dt {
  width: 30%;
  font-weight: bold;
}

.salon .salon_info dl dd {
  width: 70%;
  padding-left: 1rem;
  font-size: 16px;
}

.salon .salon_info dl dd:last-child {
  margin-left: auto;
}

.salon .salon_info dl .en {
  display: block;
  color: #ccc;
}

.salon .salon_info dl dd dl {
  margin-bottom: 0;
}

.salon .salon_info dl dd dl dt {
  font-size: 16px;
  font-weight: normal;
}

.salon .salon_info .gmap {
  padding-bottom: 80%;
}

.salon .salon_info .lead {
  width: 100%;
  margin-top: 3rem;
}

/*==========faq==========*/
.faq .subchild .pic {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}

.faq .subchild .pic:after {
  content: "";
  background: #e5e5e5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

.faq .box-wrap:not(:first-of-type) {
  padding-top: 60px;
}

.faq dt {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding-left: 80px;
  position: relative;
}

.faq dt:before {
  content: "Q";
  font-size: 48px;
  font-family: 'Sawarabi Mincho', sans-serif;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
  /* margin-left: -80px; */
  width: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 48px;
}

.faq dd {
  width: 100%;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
  position: relative;
}

.faq dd:before {
  content: "A";
  background: #717171;
  color: #fff;
  font-size: 48px;
  font-family: 'Sawarabi Mincho', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 55px;
  /* margin-left: -80px; */
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {
  .faq dt {
    font-size: 18px;
    padding-left: 50px;
  }
  .faq dt:before {
    font-size: 38px;
    width: 40px;
    margin-right: 10px;
  }
  .faq dd {
    padding-left: 50px;
    margin-top: 20px;
  }
  .faq dd:before {
    font-size: 38px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}

/********************************
/********************************

m_salon

********************************/
@media only screen and (max-width: 1024px) {
  .salon .salon_info {
    padding-bottom: 100px;
  }
  .salon .salon_info dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .salon .salon_info dl dd {
    width: 100%;
    font-size: 14px;
  }
  .salon .salon_info dl dd dl {
    margin-bottom: .5rem;
  }
  .salon .salon_info dl dd dl dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}

/********************************

s_salon

********************************/
@media only screen and (max-width: 599px) {
    .salon .salon_info {
    padding-bottom: 0;
  }
  .salon .salon_info .lead {
    margin: 0 auto 3rem;
  }
  .salon .salon_info .gmap_outside {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

/********************************
/********************************
/********************************

l_staff

********************************/
.staff-detail_wrap {
  padding-top: 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.staff-detail_wrap .message {
  margin-top: 2rem;
  border: 1px dashed #cdcdcd;
  padding: 2rem;
}

.staff-detail_wrap .staff_pic {
  width: 38%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.staff-detail_wrap .staff_pic .name {
  /* font-size: 60px; */
  font-size: 30px;
  /* position: absolute; */
  position: relative;
  bottom: 0;
  /* left: 0; */
  /* transform: translateY(50%) rotate(-15deg); */
  right: 0;
  /* text-align: center; */
  text-align: right;
  line-height: 100%;
  margin-top: 10px;
}

.staff-detail_wrap .txt-wrap {
  width: 58%;
}

.staff-detail_wrap .txt-wrap .name {
  border-bottom: 1px solid #cdcdcd;
}

.staff-detail_wrap .txt-wrap .name dt {
  font-weight: bold;
}

.staff-detail_wrap .txt-wrap .name dd {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 10px;
}

.staff-detail_wrap .txt-wrap .list dl {
  padding: 15px 0;
  border-bottom: 1px dashed #cdcdcd;
}

.staff-detail_wrap .txt-wrap .list dt {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
}

.staff-detail_wrap .txt-wrap .list dd {
  width: 70%;
}

.Staff-detail_wrap h3 {
  text-align: center;
}

.staff-detail_wrap02 > ul > li {
  width: 23%;
  margin-right: 2.5%;
  overflow: hidden;
}

.staff-detail_wrap02 > ul > li:last-of-type,
.staff-blog > ul > li:nth-of-type(3) {
  margin-right: 0;
}

/********************************
/********************************

m_staff

********************************/
@media only screen and (max-width: 1024px){
.staff-detail_wrap .txt-wrap .list dt {
  width: 100%;
  margin-bottom: 10px;
}
   
  .staff-detail_wrap .txt-wrap .list dd {
    width: 100%;
  } 
    .blog_list.-staff_detail li {
    width: 48%;
    margin: 0 2% 4% 0;
  }
}
/********************************

s_staff

********************************/
@media only screen and (max-width: 599px) {
  .Staff-detail_wrap .rotatewrap {
    margin-top: 0;
  }
  .staff-detail_wrap {
    padding-top: 0;
  }
  .staff-detail_wrap .staff_pic {
    width: 80%;
    margin: 0 auto 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .staff-detail_wrap .txt-wrap {
    width: 100%;
  }
  .staff-detail_wrap .txt-wrap .name dd {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .staff-detail_wrap .txt-wrap .list dt {
    width: 100%;
    font-size: 14px;
  }
  .staff-detail_wrap .staff_pic .name {
    font-size: 20px;
  }
}

/********************************
/********************************
/********************************

l_care

********************************/
.care_text {
  line-height: 2.5;
}

.heading.ca:after {
  top: auto;
  bottom: -1rem;
}

.care_text dl {
  margin-bottom: 2rem;
}

.care_text dl dt {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.care_bdb_heading {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 3rem;
  margin-bottom: 3rem;
  letter-spacing: .25rem;
  position: relative;
  margin-bottom: 6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: .5rem;
}

.care_bdb_heading:after {
  position: absolute;
  display: block;
  content: "";
  background: #000000;
  width: 104px;
  height: 1px;
  bottom: -1rem;
}

.care_inside {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.check_heading {
  position: relative;
  padding: .5rem 0 .5rem 2rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.check_heading.flow {
  width: 300% !important;
}

.check_heading:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: .5rem;
  top: 1rem;
  font-size: 0.8rem;
}

.care_wide {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.care_wide .text,
.care_wide .h,
.care_wide .text_area .care_bdb_heading {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 3rem;
}

.care_wide .col.reverse .text,
.care_wide .col.reverse .h {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 3rem;
}

.explain .accent.blue {
  background: #e7eff1;
}

.explain .accent.yellow {
  background: #f2f0e3;
}

.explain .accent.green {
  background: #e2e8dc;
}

.explain .acc_up {
  position: relative;
}

.explain .acc_up:after {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background: #e7eff1;
  z-index: -1;
  content: "";
  display: block;
}

.explain .checklist {
  width: 60%;
  margin: 0 auto 3rem;
}

.explain .checklist.fullsize {
  width: 100%;
}

.explain .checklist.fullsize li {
  width: 100%;
}

.explain .checklist li {
  width: 50%;
  font-size: 18px;
  padding: 0 1rem 1rem 3rem;
  position: relative;
}

.explain .checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: .5rem;
}

.ca.no_list {
  counter-reset: number;
  list-style: none;
  width: 80%;
  margin: auto;
}

.ca.no_list li {
  width: 50%;
  position: relative;
  margin-bottom: 3rem;
  padding: 0 1rem 0 4rem;
}

.ca.no_list li .h {
  width: 96%;
}

.ca.no_list li .no {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: auto;
  left: 0;
  border: 1px solid #000;
}

.ca.no_list li.nono {
  font-size: 14px;
  padding-left: 0;
}

.ca.no_list li.nono:before {
  display: none;
}

.ca.tile_wrap .tile .box {
  padding: 1rem 0;
}

.ca.tile_wrap .tile:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ca.tile_wrap .tile:nth-of-type(odd) .box {
  padding: 1rem 0;
}

.care.d-d {
  padding: 3rem 3rem 2rem;
}

.explain .col .text_wrap {
  padding: 0 3rem 0 0;
}

.explain .col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.explain .col.reverse .text_wrap {
  padding: 0 0 0 3rem;
}

.objct img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100% !important;
  max-width: none !important;
}

/********************************
/********************************

m_care

********************************/
@media only screen and (max-width: 1024px) {
  .explain .inner.p50 {
    padding: 80px 0;
  }
  .care_inside,
  .care_wide {
    width: 96%;
    max-width: 768px;
  }
  .care_wide .text,
  .care_wide .h,
  .care_wide .box .heading {
    padding-right: 1rem;
  }
  .care_wide .col.reverse .text,
  .care_wide .col.reverse .h,
  .care_wide .col.reverse .box .heading {
    padding-left: 1rem;
  }
  .explain .checklist {
    width: 100%;
  }
  .explain .checklist li {
    font-size: 16px;
    padding-bottom: 0.5rem;
  }
  .ca.no_list {
    width: 100%;
  }
  .ca.no_list li {
    font-size: 16px;
  }
  .ca.tile_wrap .tile .box {
    padding: 1rem 1rem 1rem 0;
  }
  .ca.tile_wrap .tile:nth-of-type(odd) .box {
    padding: 1rem 0 1rem 1rem;
  }
  .care.d-d {
    padding: 2rem 3rem 0;
  }
  .explain .col .text_wrap {
    padding: 0 1rem 0 0;
  }
  .explain .col.reverse .text_wrap {
    padding: 0 0 0 1rem;
  }
}

/********************************

s_care

********************************/
@media only screen and (max-width: 599px) {
  .explain .heading.fs30 {
    font-size: 22px;
  }
  .check_heading.flow {
    width: 100% !important;
  }
  .care_inside,
  .care_wide {
    width: 93%;
    max-width: 768px;
  }
  .care_text {
    line-height: 2;
  }
  .care_wide .text,
  .care_wide .h,
  .care_wide .box .heading {
    padding-right: 0;
  }
  .care_wide .col.reverse .text,
  .care_wide .col.reverse .h,
  .care_wide .col.reverse .box .heading {
    padding-left: 0;
  }
  .care_wide .text {
    margin-left: 0;
  }
  .care_wide .text, .care_wide .h, .care_wide .text_area .care_bdb_heading {
    max-width: none;
  }
  .explain .checklist li {
    padding: 0 0 .5rem 2rem;
    width: 100%;
  }
  .ca.no_list li {
    padding:0 0 0 4rem;
    width: 100%;
  }
  .ca.no_list li:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .ca.tile_wrap .tile {
    margin-bottom: 3rem;
  }
  .ca.tile_wrap .tile:nth-of-type(odd) .box {
    padding: 0 0 1rem;
  }
  .care.d-d {
    padding: 2rem 2rem 0;
  }
  .explain .col .text_wrap {
    padding: 0;
  }
  .explain .col.reverse .text_wrap {
    padding: 0;
  }
}

/********************************
/********************************
/********************************

l_recruit1,2
l_rental

********************************/
.recruit .u-mainimage .h {
  position: absolute;
  top: 1rem;
  left: 200px;
  z-index: 10;
}

.recruit .u-mainimage .over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 1000px;
  z-index: 10;
}

.recruit .bb_h {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.recruit .dl_wrap {
  width: 85%;
  margin: auto;
}

.recruit .dl_wrap dl {
  margin-bottom: 2.5rem;
}

.recruit .dl_wrap dl dt {
  width: 25%;
  font-weight: bold;
  font-size: 16px;
}

.recruit .dl_wrap dl dd {
  width: 75%;
  font-size: 16px;
}

.recruit .dl_wrap dl dd dl {
  margin-bottom: 0;
}

.recruit .dl_wrap dl dd dl dt {
  font-weight: normal;
}

.recruit .dl_wrap dl dd .salon_dl {
  margin-bottom: 1rem;
}

.recruit .dl_wrap dl dd .salon_dl dt {
  width: 100%;
  font-weight: bold;
}

.recruit .dl_wrap dl dd .salon_dl dd {
  width: 100%;
}

.recruit .d-d .inside {
  padding: 3rem 2rem 2rem;
}

.recruit .box:first-of-type {
  border-right: 1px solid #000;
}

.underpage .recruit_new01 .inner.has_icon.i_tr .icon,
.underpage .recruit_carrier01 .inner.has_icon.i_tr .icon {
  top: 60%;
}

.underpage .recruit_carrier01 .inner.has_icon.i_br .icon {
 width: 150px; 
}


/********************************
/********************************

m_recruit1,2
m_rental

********************************/
@media only screen and (max-width: 1024px) {
  .recruit .u-mainimage .h {
    left: 1rem;
  }
  .recruit .u-mainimage .bgi span {
    padding-top: 50% !important;
  }
  .recruit .u-mainimage .over {
    width: 93%;
    max-width: 768px;
  }
  .recruit .dl_wrap {
    width: 100%;
  }
  .recruit .dl_wrap dl dt,
  .recruit .dl_wrap dl dd {
    width: 100%;
  }
}

/********************************

s_recruit1,2
s_rental

********************************/
@media only screen and (max-width: 599px) {
  .recruit .box:first-of-type {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

}

/********************************
/********************************
/********************************

l_contact

********************************/
.contact_form {
  width: 95%;
  margin: 0 auto 6%;
}

.contact_form .btn {
  background: none;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2rem;
}

.contact_form dt {
  padding-top: 1rem;
  width: 20%;
  text-align: right;
}

.contact_form dt label {
  margin-right: 1rem;
  font-size: 16px;
}

.contact_form dt .require {
  color: #ca0000;
  padding-left: .25rem;
}

.contact_form dd {
  width: 75%;
  padding-left: 2rem;
}

.contact_form dd .inputtext {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  width: 100%;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}

.contact_form.confirm dt {
  padding-top: 0;
  width: 40%;
}

.contact_form.confirm dt:after {
  content: "：";
}

.contact_form dd {
  width: 60%;
  padding-left: 1rem;
  padding-top: 1rem;
}

.form_shape .list {
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.form_shape .item:not(:last-child){
  margin-right: 1rem;
}

.contact_form.search_article .btn {
    width: 300px;
    padding: 1.5rem 0;
    text-align: center;
    letter-spacing: .25rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/********************************
/********************************

m_contact

********************************/
@media only screen and (max-width: 1024px) {
  .contact_form dt .label {
    padding-left: 0.5em;
  }
  .contact_form dt {
    width: 100%;
    margin: 0;
    padding: 0 0 .5em 0;
    text-align: left;
  }
  .contact_form dd {
    width: 100%;
    padding-left: 0;
  }
}

/********************************

s_contact

********************************/
@media only screen and (max-width: 599px) {
  .contact_form .btn_wrap li {
    width: 100%;
    margin: 0 auto 2rem;
  }

}

/********************************
/********************************
/********************************

l_product

********************************/
.product_detail + .product_detail {
  margin-top: 80px;
}

.product_list li {
  width: 23%;
  margin: 0 2% 10% 0;
}

.product_list li:nth-child(4n) {
  margin-right: 0;
}

.product_list li a {
  display: block;
}

.product_detail .p-name {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.product_detail .p-name .s {
  display: block;
  color: #333;
}

.product_detail .btn_wrap .btn {
  margin-left: auto;
  margin-right: 0;
  width: 280px;
}

/********************************
/********************************

m_product

********************************/
@media only screen and (max-width: 1024px) {
  .product_list li {
    width: 48%;
  }
  .product_list li:nth-child(even) {
    margin-right: 0;
  }
  .product_detail .btn_wrap .btn {
    width: 230px;
  }
}

/********************************

s_product

********************************/
@media only screen and (max-width: 599px) {
  .product_list li {
    width: 100%;
    margin: 0 0 10%;
  }
}

/********** A-BiSU組込み用 **********/
[data-element-id] #gnav .tab_sm_list {
  display: block;
}

[data-element-id] #gnav .toplink {
  display: block;
  width: 190px;
}

[data-element-id] #gnav.fixed {
  position: static;
}

[data-element-id] .tel_btn {
  display: block;
  margin-bottom: 5%;
  position: static;
}

[data-element-id] .toppage .mainimage .text,
[data-element-id] .toppage .mainimage .vertical,
[data-element-id] .toppage .mainimage .back_lead,
[data-element-id] .head_img .inside,
[data-element-id] .recruit .u-mainimage .over,
[data-element-id] .recruit .u-mainimage .h {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 2rem auto;
}

[data-element-id] .toppage .mainimage .back_lead {
  background: gray;
}

.snsbo {
  width: 70%;
}

.snsbo li {
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .snsbo {
    margin: 0 auto 0 0;
  }
}

/********** 追加分 **********/
.icon01 {
  position: absolute;
  right: -166px;
  top: 43%;
  width: 140px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.icon02 {
  position: absolute;
  left: -210px;
  top: 50%;
  width: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ab_test {
  position: relative;
}

.icon03 {
  position: absolute;
  width: 150px;
  bottom: -100px;
  left: -80px;
}

.t-business .box .txt {
  position: relative;
  font-weight: normal;
}

.icon04 {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery h2 {
  position: relative;
}

.icon05 {
  position: absolute;
  width: 380px;
  top: -148px;
  left: 24px;
}

.text-icon01 {
  position: absolute;
  left: 130px;
  bottom: 50px;
  font-size: 34px;
  -webkit-transform: rotate(348deg);
          transform: rotate(348deg);
}

.t-blognews {
  padding: 100px 0;
}

.t-blognews .btn_wrap {
  position: relative;
}

.icon06 {
  position: absolute;
  height: 150px;
  width: 250px;
  top: 30px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-icon02 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(298deg);
          transform: rotate(298deg);
  font-size: 34px;
}

.t-business .box h3 {
  position: relative;
}

/* 20210224 */
.toppage .mainimage {
  width: 100%;
  max-width: 100%;
  margin: 80px 0;
}

header .icon,
footer .icon {
  padding-left: 20px;
  background: url(/import/tenant_1/160.16.153.132/html/images/top/pc01.png) left center/14px no-repeat;
}

footer .icon {
  padding: 1rem 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px){
  footer .icon {
  padding: 1rem;
  }
}

footer .res_btn {
  height: 25px;
}

.picex {
  width: 50%;
}

.home01inn {
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

.home01innL {
  width: 20%;
}

.home01innC {
  width: 56%;
}

.home01innR {
  width: 20%;
}

.home01innR {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.blc {
  display: block;
}

.home01innC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ml {
  margin-left: 20px;
}

.mt {
  margin-top: 20px;
}

.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.view02.dr .btn {
  background: none;
}

.view02 .btn {
  display: inline-block;
  padding: 1em;
  border: none;
  text-align: center;
  width: 400px;
  max-width: 100%;
  border: 1px solid #000;
}

.posr {
  position: relative;
  padding: 80px;
}

.home06cont .tbox dd {
  text-align: center;
}

.yu-min {
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜Žæœ", serif;
}

.tran {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tya {
  color: #33120d;
}

.btnn.btn:after {
  left: 98%;
}

.home06cont .view02 {
  margin-top: 30px;
}

.tttt {
  font-family: 'Caveat', cursive;
}

.mlexe {
  margin-right: 170px;
}

.toppage .mainimage {
  margin-top: 50px;
}

header .t-inner .logo {
  margin-bottom: -40px;
}

.home07boxR .map:after {
  padding-top: 70%;
}

.home07infoitem {
  margin: 1em 0;
}

.home07infoitem dt {
  width: 5.5em;
}

.home07infoitem dd {
  width: calc(100% - 5.5em);
}

header .res_btn:after {
  display: none;
}

header .h-lead {
  text-align: center;
  margin: 20px auto 0;
  width: 80%;
}

.int {
  text-align: center;
  margin-top: 20px;
}

header .t-inner .logo {
  margin-bottom: 0;
}

#gnav .accordion-body {
  margin-top: 30px;
}

.toppage .mainimage {
  margin-top: 0;
}

.tttt {
  font-size: 35px;
}

.iiii {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: normal;
}

.titi {
  margin-bottom: 0;
}

.text-icon03 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  top: 50px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  line-height: 1.6;
  z-index: 2;
}

.icon07 {
  position: absolute;
  width: 178px;
  top: 0;
  left: 93%;
  z-index: 2;
}

.home07cont .flexsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo01ex {
  width: 250px;
  display: block;
  margin: 20px;
}

.home07boxL ul {
  margin: 35px 0px;
}

iframe {
  max-width: 100%;
  height: 340px;
}

.view02.dr.tttttr .btn {
  width: 320px;
}

.home07 {
  margin: 50px 0px;
}

.f-inner .copyright {
  text-align: center;
}

footer .icon {
  font-size: 18px;
}

footer {
  position: relative;
}

footer .inner {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}

.m1000 {
  padding: 0 20px;
}

/********************************
/********************************

m_01index.html（トップ_01.index | トップ)

********************************/
@media only screen and (max-width: 1024px) {
  .t-inner {
    width: 93%;
    max-width: 768px;
    padding: 40px 0;
  }
  .toppage .mainimage {
    margin-bottom: 40px;
  }
  .toppage .mainimage .back_lead {
    width: 70%;
  }
  .toppage .mainimage .vertical {
    top: 1rem;
    right: 5%;
  }
  .toppage .mainimage .text {
    width: 60%;
  }
  .t-info .text_wrap,
  .t-business .upper .text_wrap {
    width: 100%;
  }
  .t-all .vertical {
    font-size: 50px;
  }
  .t-business {
    margin-bottom: 40px;
  }
  .t-business .upper .text_wrap {
    padding: 1rem 1rem 1rem 80px;
  }
  .t-business .of {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50%;
    max-width: none;
    margin-left: 0;
  }
  .mlexe {
    margin-right: 0;
  }
  .t-business .box .inside {
    width: 100%;
  }
  .t-business .box dl .text_wrap {
    width: 100%;
    padding: 1rem;
  }
  .t-gallery {
    margin: 40px 0;
  }
  .t-gallery .sglist.d-d {
    width: calc(23% - 5px);
  }
  .t-gallery .sglist.d-d:after {
    top: 5px;
    left: 4px;
  }
  .t-blognews {
    padding: 40px 0;
  }
  .t-blognews .w30 .w45 {
    width: 100%;
    padding: 0 0 .5rem 0;
  }
  .t-blognews .w30 .w55 {
    width: 100%;
  }
  .t-imgband .inside {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
  .t-imgband li:after {
    width: 200px;
  }
  .home07 {
    margin: 0;
  }
  .home07 .m1000 {
    padding: 0;
  }
  .home07 .home07boxL {
    width: 80%;
    margin: 0 auto 30px;
  }
  .home07 .logo01ex {
    width: 80%;
    margin: auto;
  }
  .home07 .dr {
    text-align: center;
  }
  .home07 .home07boxR {
    width: 100%;
  }
  .icon01 {
    width: 25%;
    right: -30%;
  }
  .icon02 {
    width: 25%;
    left: -30%;
  }
  .icon03 {
    bottom: -120px;
    left: 0;
  }
  .icon05 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    left: 0;
  }
  .icon06 {
    position: relative;
    margin: auto;
    top: 50px;
    -webkit-transform: scale(0.6) rotate(45deg);
            transform: scale(0.6) rotate(45deg);
  }
  .icon04,
  .icon07 {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin: 2rem;
  }
}

/********************************

s_01index.html（トップ_01.index | トップ)

********************************/
@media only screen and (max-width: 599px) {
  .t-inner {
    width: 94%;
    max-width: 450px;
    padding: 30px 0;
  }
  .t {
    line-height: 160%;
  }
  .toppage .mainimage {
    margin-bottom: 0;
  }
  .toppage .mainimage .pic {
    width: 100%;
  }
  .toppage .mainimage .back_lead {
    width: 35%;
    top: 50%;
  }
  .toppage .mainimage .vertical {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin: 1rem auto;
  }
  .toppage .mainimage .text {
    width: 90%;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 2rem auto 0;
    line-height: 160%;
  }
  .left {
    padding: 0;
  }
  .t-info {
    margin-bottom: 20%;
  }
  .home01inn {
    padding: 0 1.5em;
  }
  .home01innL,
  .home01innC,
  .home01innR {
    width: 100%;
    margin-bottom: 1rem;
  }
  .home01list .date {
    width: 100%;
    margin-bottom: 5px;
  }
  .home01list .ttl {
    width: 100%;
  }
  .t-info .text_wrap,
  .t-business .upper .text_wrap {
    margin-bottom: 1rem;
  }
  .t-all .vertical {
    font-size: 40px;
  }
  .t-business .upper .text_wrap {
    padding: 1rem 1rem 1rem 70px;
  }
  .t-business .of {
    margin: 0;
    width: 100%;
  }
  .t-business .box dl:nth-of-type(odd) .text_wrap {
    padding: 1rem;
  }
  .t-all .w50 {
    margin: 0;
  }
  .t-business .box dl {
    padding-bottom: 3rem;
  }
  .t-gallery .sglist {
    width: 48%;
    margin-bottom: 2%;
  }
  .t-gallery .sglist.d-d {
    width: 100%;
  }
  .icon03 {
    position: relative;
    bottom: 0;
    margin: 2rem auto;
  }
  .icon07 {
    margin: 0;
  }
  
  .t-gallery .sglist.d-d a .arrow:after {
    left: 45%;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
}
.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}
.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.mainimg .uk-slideshow li {
  height: 100% !important;
}
.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}
.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

[data-element-id].toppage .mainimage .vertical {
  height: auto;
}

[data-element-id].fix-bottom {
  display: block;
}

[data-element-id].slick02 {
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

[data-element-id].slick02 li{
  width: 20%;
}
