@charset "UTF-8";
/* common
---------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 10px;
}

body {
  color: #111;
  margin: 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.8;
  overflow-x: hidden;
  word-break: break-all;
  background-color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px), print {
  body {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px), print {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: inherit;
}

p {
  margin: 0px;
  padding: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  -webkit-backface-visibility: hidden;
}

dl,
dt,
dd,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

label {
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline;
  /* bootstrapのimg-responsiveをインラインに */
}

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

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

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.85;
}

iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

input,
select {
  vertical-align: middle;
}

form {
  width: 100%;
}

/* selflay
---------------------------------------------------- */
@media (max-width: 991px), print {
  .sm-half {
    width: 50%;
  }
}

@media (max-width: 767px), print {
  .xs-max {
    float: none;
    width: 100%;
  }
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

/* breadcrumbs
---------------------------------------------------- */
.breadcrumbs {
  position: relative;
  color: #555;
  padding: 10px 0;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 1em;
}

.breadcrumbs ul li {
  display: inline-block;
  padding-left: 1em;
  line-height: 1;
  position: relative;
  color: #555;
  font-size: 11px;
}

.breadcrumbs ul li:first-child::after {
  content: none;
}

.breadcrumbs ul li::after {
  position: absolute;
  display: block;
  content: '-';
  font-weight: 900;
  left: 0;
  top: 0;
  color: #039863;
}

.breadcrumbs ul li a {
  color: #039863;
  font-weight: bold;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  width: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
          animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ofi
---------------------------------------------------- */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}

.photo-ofi .ofi-item {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}

/*　scroll
------------------------------------------------------------------*/
/* スクロール時のヘッダー背景色変更
.hide {
  background: #fff !important;
} */
/* cont
---------------------------------------------------- */
.page-all {
  width: auto;
  background: url(../images/common/ptn01.jpg) top left;
}

@media (min-width: 992px), print {
  .page-all {
    margin-left: 250px;
  }
}

.cont {
  margin-top: 54px;
}

@media (min-width: 992px), print {
  .cont {
    margin-top: 0px;
  }
}

.max-width1350 {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
}

/* layout
---------------------------------------------------- */
.cont-pd01 {
  padding: 60px 0;
}

@media (min-width: 768px), print {
  .cont-pd01 {
    padding: 80px 0;
  }
}

@media (min-width: 992px), print {
  .cont-pd01 {
    padding: 120px 0;
  }
}

.cont-pd02 {
  padding: 40px 0;
}

@media (min-width: 768px), print {
  .cont-pd02 {
    padding: 50px 0;
  }
}

@media (min-width: 992px), print {
  .cont-pd02 {
    padding: 80px 0;
  }
}

.cont-pd03 {
  padding: 50px 0;
}

@media (min-width: 768px), print {
  .cont-pd03 {
    padding: 60px 0;
  }
}

@media (min-width: 992px), print {
  .cont-pd03 {
    padding: 100px 0;
  }
}

.text-area01 {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 15px;
}

@media (min-width: 992px), print {
  .text-area01 {
    padding: 50px;
  }
}

@media (min-width: 992px), print {
  .inner01 {
    padding-top: 50px;
  }
}

.img-lay01 {
  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;
  text-align: center;
  min-height: 80vw;
  padding: 50px 15px;
  background: url(../images/top/top-arie-bg.jpg) top center no-repeat;
  background-size: cover;
}

@media (min-width: 768px), print {
  .img-lay01 {
    min-height: 55vw;
  }
}

@media (min-width: 992px), print {
  .img-lay01 {
    min-height: 55vw;
  }
}

@media (min-width: 1200px), print {
  .img-lay01 {
    min-height: 37vw;
  }
}

.img-lay01:hover .btn04 {
  background-color: #fff;
  color: #231815;
}

.img-lay01-02 {
  background: url(../images/top/top-huck-bg.jpg) top center no-repeat;
  background-size: cover;
}

.img-lay01-03 {
  background: url(../images/top/top-arie-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 40vw;
  padding: 50px 15px;
}

@media (min-width: 768px), print {
  .img-lay01-03 {
    min-height: 35vw;
  }
}

@media (min-width: 992px), print {
  .img-lay01-03 {
    min-height: 25vw;
  }
}

@media (min-width: 1200px), print {
  .img-lay01-03 {
    min-height: 20vw;
  }
}

.img-lay01-04 {
  background: url(../images/top/top-huck-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 40vw;
  padding: 50px 15px;
}

@media (min-width: 768px), print {
  .img-lay01-04 {
    min-height: 35vw;
  }
}

@media (min-width: 992px), print {
  .img-lay01-04 {
    min-height: 25vw;
  }
}

@media (min-width: 1200px), print {
  .img-lay01-04 {
    min-height: 20vw;
  }
}

.cl01-1set {
  position: relative;
  display: block;
}

.cl01-1set .cl01-tag {
  width: 160px;
  color: #fff;
  position: absolute;
  padding: 2px 10px;
  top: 0px;
  left: 0px;
  z-index: 10;
  border-bottom-right-radius: 12px;
}

.cl01-1set .tag-c01 {
  background-color: #231815;
}

.cl01-1set .tag-c02 {
  background-color: #1c4117;
}

.cl01-1set .tag-c03 {
  background-color: #78480f;
}

.cl01-1set .tag-c04 {
  background-color: #0f5278;
}

.cl01-1set .tag-c05 {
  background-color: #501752;
}

.cl01-1set .cl01-in {
  text-align: center;
  color: #231815;
}

.cl01-1set .cl01-in .cl01-in-text {
  padding: 25px 5px;
  position: relative;
}

.cl01-1set .cl01-in .zoom-icon {
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 39px;
}

/* imgSize
---------------------------------------------------- */
.img01 {
  max-width: 402px;
  width: 60vw;
}

.img02 {
  max-width: 250px;
  width: 27vw;
}

.img03 {
  max-width: 126px;
  width: 27vw;
}

.img04 {
  max-width: 146px;
  width: 27vw;
}

/* news
---------------------------------------------------- */
.cont-news01 .cont-news-1set {
  width: 100%;
  padding: 20px 50px 20px 20px;
  border: 1px solid #dddbda;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  margin-bottom: 11px;
}

.cont-news01 .cont-news-1set i {
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  font-size: 15px;
  color: #231815;
}

@media (min-width: 992px), print {
  .cont-news01 .cont-news-1set {
    border-radius: 40px;
  }
}

@media (min-width: 1200px), print {
  .cont-news01 .cont-news-1set {
    padding: 20px 50px 20px 40px;
  }
}

.cont-news01 .cont-news-1set .news-date {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  color: #231815;
}

@media (min-width: 1200px), print {
  .cont-news01 .cont-news-1set .news-date {
    width: 300px;
    margin-bottom: 0px;
  }
}

.cont-news01 .cont-news-1set .news-date .news-new {
  display: inline-block;
  margin-left: 10px;
  color: #bcad00;
}

.cont-news01 .cont-news-1set .news-date .news-tag {
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
}

.cont-news01 .cont-news-1set .news-date .tag-c01 {
  background-color: #231815;
}

.cont-news01 .cont-news-1set .news-date .tag-c02 {
  background-color: #1c4117;
}

.cont-news01 .cont-news-1set .news-date .tag-c03 {
  background-color: #78480f;
}

.cont-news01 .cont-news-1set .news-date .tag-c04 {
  background-color: #0f5278;
}

.cont-news01 .cont-news-1set .news-date .tag-c05 {
  background-color: #501752;
}

.cont-news01 .cont-news-1set .news-right .news-image {
  width: 100px;
  margin-bottom: 10px;
}

@media (min-width: 992px), print {
  .cont-news01 .cont-news-1set .news-right .news-image {
    margin-left: 30px;
    margin-bottom: 0px;
  }
}

.cont-news01 .cont-news-1set .news-right .news-textarea {
  color: #231815;
}

@media (min-width: 992px), print {
  .cont-news01 .cont-news-1set .news-right .news-textarea {
    margin-left: 30px;
  }
}

@media (min-width: 992px), print {
  .cont-news01 .cont-news-1set .news-right .news-textarea {
    margin-bottom: 0px;
  }
}

.cont-news01 .cont-news-1set:last-child {
  margin-bottom: 0px;
}

.cont-box01 .cont-box01-1set {
  width: 100%;
  padding: 20px 20px 20px 20px;
  border: 1px solid #dddbda;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 11px;
}

@media (min-width: 1200px), print {
  .cont-box01 .cont-box01-1set {
    padding: 20px 40px 20px 40px;
  }
}

.cont-box01 .cont-box01-1set:last-child {
  margin-bottom: 0px;
}

.cont-box01 .cont-box01-1set .cont-box01-ttl {
  border-bottom: 1px dashed #b89774;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cont-box01 .cont-box01-1set .cont-box01-ttl .img-link {
  background-color: #231815;
  padding: 2px 10px;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  border-radius: 6px;
}

/* cont-ttl
---------------------------------------------------- */
.ttl01 {
  border-bottom: 1px dashed #b89774;
  padding-bottom: 25px;
}

/* cont-btn
---------------------------------------------------- */
.btn01 {
  display: inline-block;
  text-align: center;
  padding: 22px 30px;
  background-color: #231815;
  border: 1px solid #231815;
  width: 240px;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  color: #231815;
  background-color: #fff;
}

.btn02 {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  background-color: #231815;
  border: 1px solid #231815;
  border-radius: 8px;
  width: 200px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.btn03 {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  background-color: #231815;
  border: 1px solid #231815;
  border-radius: 8px;
  width: 200px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn03:hover {
  color: #231815;
  background-color: #fff;
}

.btn04 {
  display: inline-block;
  text-align: center;
  padding: 22px 30px;
  background-color: transparent;
  border: 1px solid #fff;
  width: 240px;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn05 {
  display: inline-block;
  text-align: center;
  padding: 22px 30px;
  background-color: #231815;
  border: 1px solid #231815;
  width: 295px;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn05:hover {
  color: #231815;
  background-color: #fff;
}

.btn06 {
  display: inline-block;
  text-align: center;
  padding: 22px 30px;
  background-color: #231815;
  border: 1px solid #231815;
  width: 395px;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line-anime
---------------------------------------------------- */
.border-dec01 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #231815;
}

.border-dec02 {
  position: absolute;
  top: auto;
  bottom: -2px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #231815;
}

/* this
---------------------------------------------------- */
.tel-black a {
  color: #222;
}

.tel-gray a {
  color: #777;
}

.tel-white a {
  color: #fff;
}

.gray-bg {
  background-color: #eeeeee;
}

.br-bg {
  background-color: #231815;
}

.br-bg02 {
  background-color: #b89774;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.black-bg02 {
  background-color: #222;
}

.c-gray01 {
  color: #777 !important;
}

.c-black01 {
  color: #111 !important;
}

.c-br01 {
  color: #231815 !important;
}

.c-br02 {
  color: #b89774 !important;
}

.c-blue01 {
  color: #0D6FB8 !important;
}

.f-rbt {
  font-family: 'Roboto Condensed', sans-serif;
}

/* sideMenu
---------------------------------------------------- */
.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  height: 54px;
  width: 100%;
  background-color: #b89774;
}

@media (min-width: 992px), print {
  .sp-menu {
    height: 0px;
  }
}

.sp-menu .sp-logo {
  display: inline-block;
  width: 76px;
  margin-left: 15px;
}

.menu-toggle {
  display: block;
  position: absolute;
  right: 10px;
  background-color: #231815;
  border: 1px solid #231815;
  border-radius: 4px;
  width: 36px;
  height: 35px;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle span {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-toggle span:nth-child(2) {
  top: 17px;
}

.menu-toggle span:nth-child(3) {
  top: 23px;
}

.active .menu-toggle span {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.active .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.active .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active .side-menu {
  display: block;
  opacity: 1;
}

.side-menu {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 54px;
  left: 0%;
  width: 100%;
  height: calc(100vh - 54px);
  z-index: 120;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  overflow: visible;
}

@media (min-width: 992px), print {
  .side-menu {
    top: 0;
    width: 250px;
    height: 100vh;
    display: block;
    opacity: 1;
    overflow: visible;
}
}

.logo-area {
  background-color: #b89774;
  height: 180px;
  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;
}

.menu-list01 li {
  border-bottom: 1px dashed #ebe9cb;
}

.menu-list01 li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231815;
  padding-left: 47px;
  height: 58px;
  width: 100%;
  line-height: 1;
}

.menu-list01 li a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 22px;
  left: 10px;
  background: url(../images/common/menu01.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 li a i {
  position: absolute;
  right: 15px;
}

.menu-list01 .menu-list01-bg02 a::before {
  width: 25px;
  height: 25px;
  background: url(../images/common/menu02.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg03 a::before {
  width: 24px;
  height: 25px;
  background: url(../images/common/menu03.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg04 a::before {
  width: 23px;
  height: 25px;
  background: url(../images/common/menu04.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg05 a::before {
  width: 20px;
  height: 25px;
  background: url(../images/common/menu05.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg06 a::before {
  width: 20px;
  height: 20px;
  background: url(../images/common/menu06.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg07 a::before {
  width: 18px;
  height: 24px;
  background: url(../images/common/menu07.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .menu-list01-bg08 a::before {
  width: 25px;
  height: 25px;
  background: url(../images/common/menu08.png) center center no-repeat;
  background-size: cover;
}
/*2023/10/24追加*/
.menu-list01 .menu-list01-bg09 a::before {
  width: 25px;
  height: 25px;
  background: url(../images/common/menu09.png) center center no-repeat;
  background-size: cover;
}

.menu-list01 .active .nav-a {
  background-color: #f9f8eb;
}

/*　contents
------------------------------------------------------------------*/
@media (min-width: 992px), print {
  .dec-img01 {
    position: absolute;
    background: url(../images/top/top-about-bg01.jpg) top center no-repeat;
    background-size: cover;
    width: 50vw;
    height: 420px;
    top: -10px;
    left: -130px;
    z-index: 1;
  }
}

@media (min-width: 1200px), print {
  .dec-img01 {
    height: 520px;
  }
}

.sub-h2 {
  height: 180px;
  color: #fff;
  background-color: #231815;
}

.lay-dec01 {
  position: relative;
}

@media (min-width: 1200px), print {
  .lay-dec01::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/particlar/about-img01.png) top center no-repeat;
    background-size: cover;
    top: -20px;
    width: 40vw;
    height: 38vw;
    right: 1vw;
    z-index: 0;
  }
}

.lay-dec02 {
  position: relative;
}

@media (min-width: 1200px), print {
  .lay-dec02::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/concept/concrpt-img01.png) top center no-repeat;
    background-size: cover;
    top: -20px;
    width: 40vw;
    height: 46vw;
    right: 1vw;
    z-index: 0;
  }
}

.lay-dec03 {
  position: relative;
}

@media (min-width: 1200px), print {
  .lay-dec03::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/aircycle/aircycle-bg01.png) top center no-repeat;
    background-size: cover;
    top: -20px;
    width: 39vw;
    height: 50vw;
    right: 1vw;
    z-index: 0;
  }
}

.concept-1set {
  padding: 130px 20px 30px 20px;
  position: relative;
  color: #fff;
  border-radius: 8px;
}

@media (min-width: 992px), print {
  .concept-1set {
    padding: 160px 50px 60px 50px;
  }
}

.concept-1set .concept-dec01 {
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 30px;
  color: #fff;
}

.concept-1set .concept-dec01::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 1px;
  top: -10px;
  left: 0px;
  background-color: #fff;
}

.concept-1set .concept-dec01::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 1px;
  top: -4px;
  left: 0px;
  background-color: #fff;
}

.concept-1set .concept-left {
  width: 100%;
}

@media (min-width: 992px), print {
  .concept-1set .concept-left {
    width: 60%;
    padding-right: 30px;
  }
}

.concept-1set .concept-right {
  background: url(../images/concept/concept-img02.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 8px;
  border: 1px dashed #ddd;
  min-height: 280px;
  margin-top: 30px;
}

@media (min-width: 992px), print {
  .concept-1set .concept-right {
    width: 40%;
    margin-top: 0px;
    min-height: 320px;
  }
}

.concept-1set .concept-right-bg02 {
  background: url(../images/concept/concept-img03.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg03 {
  background: url(../images/concept/concept-img04.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg04 {
  background: url(../images/concept/concept-img05.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg05 {
  background: url(../images/concept/concept-img06.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg06 {
  background: url(../images/concept/concept-img07.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg07 {
  background: url(../images/concept/concept-img08.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg08 {
  background: url(../images/concept/concept-img09.jpg) center center no-repeat;
  background-size: cover;
}

.concept-1set .concept-right-bg09 {
  background: url(../images/concept/concept-img10.jpg) center center no-repeat;
  background-size: cover;
}

.cont-list01 {
  text-align: center;
}

.cont-list01 li {
  background-color: #231815;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 2px 20px;
  margin-bottom: 10px;
}

.lineup-1set {
  position: relative;
  color: #231815;
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 6px solid #231815;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  margin-bottom: 60px;
}

.lineup-1set .lineup-img {
  overflow: hidden;
  border-bottom: 6px solid #231815;
}

.lineup-1set .lineup-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.lineup-1set .lineup-text-area {
  padding: 30px 25px 50px 25px;
}

.lineup-1set .lineup-text-area .lineup-ttl {
  text-align: center;
  border-bottom: 1px dashed #b89774;
  padding-bottom: 25px;
}

.lineup-1set .lineup-text-area .lineup-ttl span {
  background-color: #231815;
  color: #fff;
  padding: 2px 15px;
}

.lineup-1set:hover .lineup-ttl,
.lineup-1set:hover .lineup-text {
  color: #231815;
}

.lineup-1set:hover .lineup-img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.lineup-1set .lineup-zoom-icon {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 25px);
  width: 50px;
}

.cate-tag-area .cate-tag-base {
  margin: 5px;
}

.cate-tag-area .cate-tag-base a {
  display: inline-block;
  line-height: 1.1;
  padding: 3px 25px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}

.cate-tag-area .tag-c00 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.cate-tag-area .tag-c00:hover {
  background-color: #000;
  color: #fff;
}

.cate-tag-area .tag-c01 {
  background-color: #fff;
  border: 1px solid #231815;
  color: #231815;
}

.cate-tag-area .tag-c01:hover {
  background-color: #231815;
  color: #fff;
}

.cate-tag-area .tag-c02 {
  background-color: #fff;
  border: 1px solid #1c4117;
  color: #1c4117;
}

.cate-tag-area .tag-c02:hover {
  background-color: #1c4117;
  color: #fff;
}

.cate-tag-area .tag-c03 {
  background-color: #fff;
  border: 1px solid #78480f;
  color: #78480f;
}

.cate-tag-area .tag-c03:hover {
  background-color: #78480f;
  color: #fff;
}

.cate-tag-area .tag-c04 {
  background-color: #fff;
  border: 1px solid #0f5278;
  color: #0f5278;
}

.cate-tag-area .tag-c04:hover {
  background-color: #0f5278;
  color: #fff;
}

.cate-tag-area .tag-c05 {
  background-color: #fff;
  border: 1px solid #501752;
  color: #501752;
}

.cate-tag-area .tag-c05:hover {
  background-color: #501752;
  color: #fff;
}

.cate-tag-area .active .tag-c00 {
  background-color: #000;
  color: #fff;
}

.cate-tag-area .active .tag-c01 {
  background-color: #231815;
  color: #fff;
}

.cate-tag-area .active .tag-c02 {
  background-color: #1c4117;
  color: #fff;
}

.cate-tag-area .active .tag-c03 {
  background-color: #78480f;
  color: #fff;
}

.cate-tag-area .active .tag-c04 {
  background-color: #0f5278;
  color: #fff;
}

.cate-tag-area .active .tag-c05 {
  background-color: #501752;
  color: #fff;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #231815;
  border: 1px solid #231815;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #231815;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.works-detail-ttl {
  border-bottom: 1px solid #231815;
  padding-bottom: 40px;
}

/*　fotorama調整
-------------------------------*/
.fotorama__stage__frame {
  background: #eee;
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
}

.fotorama__nav-wrap {
  margin-top: 20px;
}

.fotorama__caption {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
}

.fotorama__caption__wrap {
  background-color: transparent;
}

.item-ttl {
  background-color: #231815;
  color: #fff;
  padding: 3px 15px;
}

.html-area {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px 15px;
  border-radius: 8px;
}

.cont-list02 {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 7px;
}

.cont-list02 dt {
  width: 160px;
  position: relative;
}

@media (min-width: 768px), print {
  .cont-list02 dt {
    text-align: center;
  }
}

@media (min-width: 768px), print {
  .cont-list02 dt::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    right: 0px;
  }
}

@media (min-width: 768px), print {
  .cont-list02 dd {
    padding-left: 40px;
  }
}

.cont-list02:last-child {
  margin-bottom: 0px;
}

/*　contact
-------------------------------*/
.contact-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.95);
}

.contact-table th {
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  padding: 8px 12px 8px 15px;
  background-color: #333;
  text-align: left;
  color: #fff;
  position: relative;
}

@media (min-width: 768px), print {
  .contact-table th {
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-bottom: 1px solid #aaa;
    display: table-cell;
    width: 35%;
    color: #222;
    font-size: 15px;
    padding: 22px 12px 20px 12px;
  }
}

@media (min-width: 992px), print {
  .contact-table th {
    width: 25%;
  }
}

.contact-table th span {
  padding-left: 10px;
}

@media (min-width: 768px), print {
  .contact-table th span {
    position: absolute;
    right: 0px;
  }
}

.contact-table td {
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  padding: 8px 12px;
}

@media (min-width: 768px), print {
  .contact-table td {
    border: 0px solid #e3e3e3;
    display: table-cell;
    width: 65%;
    padding: 22px 12px 20px 30px;
  }
}

@media (min-width: 992px), print {
  .contact-table td {
    width: 75%;
  }
}

.contact-table td input,
.contact-table td textarea {
  width: 100%;
  padding-left: 10px;
}

.contact-table td input:-ms-input-placeholder,
.contact-table td extarea:-ms-input-placeholder {
  color: #999;
}

.contact-table td input {
  height: 38px;
}

@media (min-width: 768px), print {
  .contact-table tr {
    border-bottom: 1px solid #e3e3e3;
  }
}

@media (min-width: 768px), print {
  .contact-table tr.top-border {
    border-top: 1px solid #e3e3e3;
  }
}

.contact-table .radio-input input {
  height: auto;
  width: auto;
  padding-left: 0px;
}

.contact-table .input50 {
  width: 100%;
}

@media (min-width: 768px), print {
  .contact-table .input50 {
    width: 50%;
  }
}

.table-white {
  background-color: #fff;
}

#kojin_bg {
  width: 100%;
  height: 260px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
}

#kojin_bg #kojin {
  padding: 10px;
}

@media (min-width: 768px), print {
  #kojin_bg #kojin {
    padding: 26px;
  }
}

#kojin_bg #kojin h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

#kojin_bg #kojin ul {
  padding-bottom: 20px;
  padding-left: 30px;
}

#kojin_bg #kojin ul li {
  padding: 3px 0;
  border-bottom: 1px dashed #a0a0a0;
  margin-bottom: 8px;
}

#kojin_bg #kojin .num li {
  list-style-type: decimal;
}

/*　fontSize
------------------------------------------------------------------*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1rem;
}

@media (min-width: 768px), print {
  .fs11 {
    font-size: 1.1rem;
  }
}

.fs12 {
  font-size: 1rem;
}

@media (min-width: 768px), print {
  .fs12 {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px), print {
  .fs12 {
    font-size: 1.2rem;
  }
}

.fs13 {
  font-size: 1.1rem;
}

@media (min-width: 768px), print {
  .fs13 {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px), print {
  .fs13 {
    font-size: 1.3rem;
  }
}

.fs14 {
  font-size: 1.2rem;
}

@media (min-width: 768px), print {
  .fs14 {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px), print {
  .fs14 {
    font-size: 1.4rem;
  }
}

.fs15 {
  font-size: 1.3rem;
}

@media (min-width: 768px), print {
  .fs15 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px), print {
  .fs15 {
    font-size: 1.5rem;
  }
}

.fs16 {
  font-size: 1.3rem;
}

@media (min-width: 768px), print {
  .fs16 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px), print {
  .fs16 {
    font-size: 1.6rem;
  }
}

.fs17 {
  font-size: 1.4rem;
}

@media (min-width: 768px), print {
  .fs17 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px), print {
  .fs17 {
    font-size: 1.7rem;
  }
}

.fs18 {
  font-size: 1.4rem;
}

@media (min-width: 768px), print {
  .fs18 {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px), print {
  .fs18 {
    font-size: 1.8rem;
  }
}

.fs20 {
  font-size: 1.5rem;
}

@media (min-width: 768px), print {
  .fs20 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px), print {
  .fs20 {
    font-size: 2rem;
  }
}

.fs21 {
  font-size: 1.5rem;
}

@media (min-width: 768px), print {
  .fs21 {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px), print {
  .fs21 {
    font-size: 2.1rem;
  }
}

.fs22 {
  font-size: 1.6rem;
}

@media (min-width: 768px), print {
  .fs22 {
    font-size: 2rem;
  }
}

@media (min-width: 992px), print {
  .fs22 {
    font-size: 2.2rem;
  }
}

.fs24 {
  font-size: 1.8rem;
}

@media (min-width: 768px), print {
  .fs24 {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px), print {
  .fs24 {
    font-size: 2.4rem;
  }
}

.fs25 {
  font-size: 1.8rem;
}

@media (min-width: 768px), print {
  .fs25 {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px), print {
  .fs25 {
    font-size: 2.5rem;
  }
}

.fs26 {
  font-size: 1.9rem;
}

@media (min-width: 768px), print {
  .fs26 {
    font-size: 2.3rem;
  }
}

@media (min-width: 992px), print {
  .fs26 {
    font-size: 2.6rem;
  }
}

.fs28 {
  font-size: 1.9rem;
}

@media (min-width: 768px), print {
  .fs28 {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px), print {
  .fs28 {
    font-size: 2.8rem;
  }
}

.fs29 {
  font-size: 2rem;
}

@media (min-width: 768px), print {
  .fs29 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px), print {
  .fs29 {
    font-size: 2.9rem;
  }
}

.fs30 {
  font-size: 2.2rem;
}

@media (min-width: 768px), print {
  .fs30 {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px), print {
  .fs30 {
    font-size: 3rem;
  }
}

.fs32 {
  font-size: 2.2rem;
}

@media (min-width: 768px), print {
  .fs32 {
    font-size: 2.7rem;
  }
}

@media (min-width: 992px), print {
  .fs32 {
    font-size: 3.2rem;
  }
}

.fs35 {
  font-size: 2.3rem;
}

@media (min-width: 768px), print {
  .fs35 {
    font-size: 2.9rem;
  }
}

@media (min-width: 992px), print {
  .fs35 {
    font-size: 3.5rem;
  }
}

.fs36 {
  font-size: 2.4rem;
}

@media (min-width: 768px), print {
  .fs36 {
    font-size: 3rem;
  }
}

@media (min-width: 992px), print {
  .fs36 {
    font-size: 3.6rem;
  }
}

.fs40 {
  font-size: 2.6rem;
}

@media (min-width: 768px), print {
  .fs40 {
    font-size: 3.3rem;
  }
}

@media (min-width: 992px), print {
  .fs40 {
    font-size: 4rem;
  }
}

.fs42 {
  font-size: 2.7rem;
}

@media (min-width: 768px), print {
  .fs42 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px), print {
  .fs42 {
    font-size: 4.2rem;
  }
}

.fs44 {
  font-size: 2.8rem;
}

@media (min-width: 768px), print {
  .fs44 {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px), print {
  .fs44 {
    font-size: 4.4rem;
  }
}

.fs45 {
  font-size: 2.8rem;
}

@media (min-width: 768px), print {
  .fs45 {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px), print {
  .fs45 {
    font-size: 4.5rem;
  }
}

.fs48 {
  font-size: 3rem;
}

@media (min-width: 768px), print {
  .fs48 {
    font-size: 3.9rem;
  }
}

@media (min-width: 992px), print {
  .fs48 {
    font-size: 4.8rem;
  }
}

.fs50 {
  font-size: 3.2rem;
}

@media (min-width: 768px), print {
  .fs50 {
    font-size: 4rem;
  }
}

@media (min-width: 992px), print {
  .fs50 {
    font-size: 5rem;
  }
}

.fs70 {
  font-size: 4rem;
}

@media (min-width: 768px), print {
  .fs70 {
    font-size: 4.5rem;
  }
}

@media (min-width: 992px), print {
  .fs70 {
    font-size: 7rem;
  }
}

.fs80 {
  font-size: 4.7rem;
}

@media (min-width: 768px), print {
  .fs80 {
    font-size: 5rem;
  }
}

@media (min-width: 992px), print {
  .fs80 {
    font-size: 8rem;
  }
}

/*　汎用
------------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fw500 {
  font-weight: 500;
}

.keepall {
  word-break: keep-all;
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.ls0 {
  letter-spacing: 0;
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls10 {
  letter-spacing: 0.1em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls20 {
  letter-spacing: 0.2em;
}

.ls25 {
  letter-spacing: 0.25em;
}

.ls30 {
  letter-spacing: 0.3em;
}

.ls40 {
  letter-spacing: 0.4em;
}

.tal-xs {
  text-align: left;
}

@media (min-width: 768px), print {
  .tal-xs {
    text-align: center;
  }
}

.tac-xs {
  text-align: center;
}

@media (min-width: 768px), print {
  .tac-xs {
    text-align: left;
  }
}

.tac-md {
  text-align: center;
}

@media (min-width: 992px), print {
  .tac-md {
    text-align: left;
  }
}

.tac-xs--tar-sm {
  text-align: center;
}

@media (min-width: 768px), print {
  .tac-xs--tar-sm {
    text-align: right;
  }
}

.w100 {
  width: 100%;
  overflow: hidden;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 10px;
}

@media (min-width: 768px), print {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb20 {
  margin-bottom: 15px;
}

@media (min-width: 768px), print {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mb28 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .mb28 {
    margin-bottom: 28px;
  }
}

.mb30 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb35 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .mb35 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px), print {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mb40 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .mb40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px), print {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb45 {
  margin-bottom: 23px;
}

@media (min-width: 768px), print {
  .mb45 {
    margin-bottom: 33px;
  }
}

@media (min-width: 992px), print {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mb50 {
  margin-bottom: 25px;
}

@media (min-width: 768px), print {
  .mb50 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px), print {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb55 {
  margin-bottom: 28px;
}

@media (min-width: 768px), print {
  .mb55 {
    margin-bottom: 38px;
  }
}

@media (min-width: 992px), print {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mb60 {
  margin-bottom: 30px;
}

@media (min-width: 768px), print {
  .mb60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px), print {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: 35px;
}

@media (min-width: 768px), print {
  .mb70 {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px), print {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb75 {
  margin-bottom: 38px;
}

@media (min-width: 768px), print {
  .mb75 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px), print {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mb80 {
  margin-bottom: 40px;
}

@media (min-width: 768px), print {
  .mb80 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px), print {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: 45px;
}

@media (min-width: 768px), print {
  .mb90 {
    margin-bottom: 55px;
  }
}

@media (min-width: 992px), print {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb95 {
  margin-bottom: 48px;
}

@media (min-width: 768px), print {
  .mb95 {
    margin-bottom: 58px;
  }
}

@media (min-width: 992px), print {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mb100 {
  margin-bottom: 50px;
}

@media (min-width: 768px), print {
  .mb100 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px), print {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: 55px;
}

@media (min-width: 768px), print {
  .mb110 {
    margin-bottom: 65px;
  }
}

@media (min-width: 992px), print {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: 60px;
}

@media (min-width: 768px), print {
  .mb120 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px), print {
  .mb120 {
    margin-bottom: 120px;
  }
}

.mb130 {
  margin-bottom: 65px;
}

@media (min-width: 768px), print {
  .mb130 {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px), print {
  .mb130 {
    margin-bottom: 130px;
  }
}

.mb150 {
  margin-bottom: 75px;
}

@media (min-width: 768px), print {
  .mb150 {
    margin-bottom: 85px;
  }
}

@media (min-width: 992px), print {
  .mb150 {
    margin-bottom: 150px;
  }
}

.mb160 {
  margin-bottom: 80px;
}

@media (min-width: 768px), print {
  .mb160 {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px), print {
  .mb160 {
    margin-bottom: 160px;
  }
}

.mb180 {
  margin-bottom: 90px;
}

@media (min-width: 768px), print {
  .mb180 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px), print {
  .mb180 {
    margin-bottom: 180px;
  }
}

.xs-mb15 {
  margin-bottom: 15px;
}

@media (min-width: 768px), print {
  .xs-mb15 {
    margin-bottom: 0px;
  }
}

.xs-mb20 {
  margin-bottom: 20px;
}

@media (min-width: 768px), print {
  .xs-mb20 {
    margin-bottom: 0px;
  }
}

.xs-mb30 {
  margin-bottom: 30px;
}

@media (min-width: 768px), print {
  .xs-mb30 {
    margin-bottom: 0px;
  }
}

.md-mb30 {
  margin-bottom: 30px;
}

@media (min-width: 992px), print {
  .md-mb30 {
    margin-bottom: 0px;
  }
}

.md-mb50 {
  margin-bottom: 50px;
}

@media (min-width: 992px), print {
  .md-mb50 {
    margin-bottom: 0px;
  }
}

.pd10 {
  padding: 5px 0;
}

@media (min-width: 768px), print {
  .pd10 {
    padding: 10px 0;
  }
}

.pd15 {
  padding: 7px 0;
}

@media (min-width: 768px), print {
  .pd15 {
    padding: 15px 0;
  }
}

.pd20 {
  padding: 10px 0;
}

@media (min-width: 768px), print {
  .pd20 {
    padding: 20px 0;
  }
}

.pd30 {
  padding: 20px 0;
}

@media (min-width: 768px), print {
  .pd30 {
    padding: 20px 0;
  }
}

@media (min-width: 992px), print {
  .pd30 {
    padding: 30px 0;
  }
}

.pd40 {
  padding: 20px 0;
}

@media (min-width: 768px), print {
  .pd40 {
    padding: 30px 0;
  }
}

@media (min-width: 992px), print {
  .pd40 {
    padding: 40px 0;
  }
}

.pd50 {
  padding: 25px 0;
}

@media (min-width: 768px), print {
  .pd50 {
    padding: 40px 0;
  }
}

@media (min-width: 992px), print {
  .pd50 {
    padding: 50px 0;
  }
}

.pd60 {
  padding: 30px 0;
}

@media (min-width: 768px), print {
  .pd60 {
    padding: 40px 0;
  }
}

@media (min-width: 992px), print {
  .pd60 {
    padding: 60px 0;
  }
}

.pd70 {
  padding: 35px 0;
}

@media (min-width: 768px), print {
  .pd70 {
    padding: 45px 0;
  }
}

@media (min-width: 992px), print {
  .pd70 {
    padding: 70px 0;
  }
}

.pd80 {
  padding: 40px 0;
}

@media (min-width: 768px), print {
  .pd80 {
    padding: 50px 0;
  }
}

@media (min-width: 992px), print {
  .pd80 {
    padding: 80px 0;
  }
}

.pd90 {
  padding: 45px 0;
}

@media (min-width: 768px), print {
  .pd90 {
    padding: 55px 0;
  }
}

@media (min-width: 992px), print {
  .pd90 {
    padding: 90px 0;
  }
}

.pd100 {
  padding: 50px 0;
}

@media (min-width: 768px), print {
  .pd100 {
    padding: 60px 0;
  }
}

@media (min-width: 992px), print {
  .pd100 {
    padding: 100px 0;
  }
}

.pd120 {
  padding: 60px 0;
}

@media (min-width: 768px), print {
  .pd120 {
    padding: 70px 0;
  }
}

@media (min-width: 992px), print {
  .pd120 {
    padding: 120px 0;
  }
}

.pd160 {
  padding: 80px 0;
}

@media (min-width: 768px), print {
  .pd160 {
    padding: 80px 0;
  }
}

@media (min-width: 992px), print {
  .pd160 {
    padding: 160px 0;
  }
}

.mt10 {
  margin-top: 10px;
}

.mr4 {
  margin-right: 4px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.red {
  color: red;
}

.black {
  color: #171717;
}

.white {
  color: #fff;
}

.ddd {
  color: #ddd;
}

.w1140 {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.w1170 {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.w1240 {
  max-width: 1270px;
  margin: 0 auto;
  width: 100%;
}

.w1770 {
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.w1800 {
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.block {
  display: block;
}

.none {
  display: none;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh13 {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.pd0 {
  padding: 0;
}

.pd-box {
  padding: 0 15px;
}

.ofv {
  overflow: visible;
}

.p-rel {
  position: relative;
}

.o-hid {
  overflow: hidden;
}

.h1px {
  height: 1px;
}

.h4px {
  height: 4px;
}

.no-w {
  white-space: nowrap;
}

.hov-white:hover {
  color: #fff;
}

.z-i1 {
  z-index: 1;
}

.z-i2 {
  z-index: 2;
}

/*　印刷対応
------------------------------------------------------------------*/
@media print {
  .menu-all {
    display: none;
  }
  .page-all {
    margin-left: 0px;
  }
  .col-15 {
    -ms-flex: 0 0 20% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
  }
  .pba {
    page-break-before: always;
  }
  .sp-slide img,
  .sp-slide,
  .sp-slides,
  .sp-mask,
  .sp-slides-container,
  .slider-pro,
  .sp-box {
    width: 100% !important;
    max-width: 1000px !important;
    height: 410px !important;
    position: relative;
  }
  .nav-item a,
  .link-btn-area {
    font-size: 11px !important;
    padding: 0 5px !important;
  }
}

@page {
  margin: 10mm 8mm 10mm 8mm;
}
/*# sourceMappingURL=style.css.map */

.footerSdgs {
  width: 161px;
}

.tit-lv01{
  padding: 15px 15px;
    background-color: #231815;
    border: 1px solid #231815;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 768px), print {
  .tit-lv01{
    font-size: 20px;
  }
}
@media (min-width: 992px), print {}





.event-preferred{
  display: flex;
}
.event-preferred .colum{}
.event-preferred .colum:nth-child(1){
  margin-right: 10px;
}
.event-preferred .colum:nth-child(2){}
@media (min-width: 768px), print {}
@media (min-width: 992px), print {}





.event-area{
  display: flex;
}
.event-area .colum{}
.event-area .colum:nth-child(1){
  margin-right: 10px;
}
.event-area .colum:nth-child(2){}
@media (min-width: 768px), print {}
@media (min-width: 992px), print {}





.contact-table .input30 {
  width: 50%;
}
@media (min-width: 768px), print {
  .contact-table .input30 {
    width: 45%;
  }
}
@media (min-width: 1200px), print {
  .contact-table .input30 {
    width: 30%;
  }
}
/*　日付入力　レイアウト */
.contact-dateForm {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 15px;
}

/*　フォーム追加  */
[data-form-parts=preferred].is-hide {
  display: none;
}

.js-addPreferredParts.is-hide {
  display: none;
}

select {
  color: gray;
}

.add-days:hover{
  opacity: .7;
  cursor : pointer;
}

.scroll_cont-news01{
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  padding: 0 1em;
}

.scroll_cont-news01::-webkit-scrollbar{
  width: 10px;
}
.scroll_cont-news01::-webkit-scrollbar-track{
  background-color: #ccc;
}
.scroll_cont-news01::-webkit-scrollbar-thumb{
  background-color: #17585d;
}
@media (min-width: 768px), print {
  .scroll_cont-news01{
    height: 630px;
    padding: 0 2em;
  }
}

/*2023/10/24追加*/
.menu-list-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list-sns img {
  width: 35px;
  height: auto;
  margin: 0 8px ;
}

.side-menu-banner {
  display: block;
  margin: 12px auto;
  width: 130px;
  height: auto;
}
.side-menu-banner img {
  width: 100%;
  height: auto;
}
.cont-pd02_2 {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.particular-box {
  padding-bottom: 100px;
}
.concept-title {
  text-align: center;
  background: #f5f4f2;
  padding: 16px 8px;
  margin-bottom: 8px;
  border-radius: 10px;
  color: #977a5b;
}
.concept-ul-box {
  background: #f5f4f2;
  border-radius: 10px;
  color: #977a5b;
}
.concept-ul {
  width: 50%;
  padding: 16px;
}

.concept-hugstyle {
  position: relative;
}
.osusume-logo {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 130px;
  height: auto;
}
.default-ul-box {
  background: #b89774;
  border-radius: 10px;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
}
.default-ul {
  width: 50%;
  padding: 16px;
}
.default-ul2 {
  width: 50%;
  padding: 16px;
}
.default-ul-box2 {
  background: #b89774;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  font-size: 16px;
}
.default-ul-box2 .default-ul {
  width: 100%;
}
.syokeihi-title {
  font-size: 16px;
}
.syokeihi-text {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .concept-ul {
    width: 100%;
  }
  .default-ul {
    width: 100%;
    padding: 16px 16px 0 16px;
  }
  .default-ul2 {
    width: 100%;
    padding: 0 16px 16px 16px;
  }
}
@media (max-width: 991px) {
  .osusume-logo {
    top: -10px;
    right: -6px;
    width: 100px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .osusume-logo {
    top: -6px;
    right: -5px;
    width: 70px;
    height: auto;
  }
}

.particular-parent {
  position: relative;
}
.particular-parent:hover .particular-child {
  display: block;
  visibility: visible;
}

.particular-child {
  width: 250px;
  height: auto;
  position: absolute;
  top: 0;
  right: -250px;
  z-index: 110;
  background: #fff;
  visibility: hidden;
  display: none;
}
.particular-child li a {
  padding-left: 16px;
}
.particular-child li a::before {
  content: unset;
}

@media (max-width: 991px) {
  .particular-parent {
    position: static;
  }
  .particular-child {
    position: static;
    width: auto;
    height: auto;
    display: block;
    visibility: visible;
  }

  .side-menu {
    overflow-y: scroll;
}
}

.lineup-link-btn {
  display: block;
  background: #757575;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 16px;
}

.floating_navi {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 100;
  margin: auto 0;
}
.floating_navi .floating_navi_list {
  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;
}
.floating_navi .floating_navi_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 17rem;
  border-radius: 5px 0 0 5px;
  text-align: center;
}
.floating_navi .floating_navi_list_item:not(:last-child) {
  margin-bottom: 1rem;
}
.floating_navi .list_item1 {
  background: #b89774;
}
.floating_navi .list_item2 {
  background: #5f92ad;
}
.floating_navi .list_item3 {
  background: #80a9a2;
}
.floating_navi .floating_navi_list_item a {
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .floating_navi .floating_navi_list_item {
    width: 4rem;
    height: 14rem;
  }
}
@media (max-width: 575px) {
  .floating_navi .floating_navi_list_item {
    width: 2.5rem;
    height: 10rem;
    font-size: 10px;
  }
  .concept-1set .concept-dec01 {
    font-size: 25px;
  }
  .concept-1set .concept-dec01::before {
    width: 200px;
  }
  
  .concept-1set .concept-dec01::after {
    width: 200px;
  }
}
.add-lineup {
  font-size: 14px;
}
.top-main-text {
  position: absolute;
  bottom: 35%;
  left: 300px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 10px #000;
}
.beginners-first-img {
  margin-top: 192px;
}
@media (max-width: 1299px) {
  .top-main-text {
    bottom: 35%;
  }
  .beginners-first-img {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .top-main-text {
    bottom: 52%;
  }
  .beginners-first-img {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .top-main-text {
    font-size: 30px;
    left: 5%;
    bottom: 60%;
  }
}
@media (max-width: 766px) {
  .top-main-text {
    font-size: 30px;
    left: 5%;
    bottom: 55%;
  }
}
@media (max-width: 574px) {
  .top-main-text {
    font-size: 16px;
    left: 5%;
    bottom: 75%;
  }
}

/*NEWお知らせ*/
.oshirase-date {
  color: #000;
}
.oshirase-title {
  color: #000;
}

