@charset "UTF-8";
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*color*/
.bg-black {
  background-color: #161614; }

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

.bg-deepgold {
  background-color: #cbba6f; }

.bg-gold {
  background-color: #eae3c5; }

.bg-lightgold {
  background-color: #f2edda; }

.bg-orange {
  background-color: #d67000; }

.bg-deeporange {
  background-color: #d3a500; }

.bg-komaki {
  background-color: #ca9900; }

.bg-kasugai {
  background-color: #ac5f6f; }

.bg-tajimi {
  background-color: #009484; }

.bg-all {
  background-color: #8659a7; }

.bg-cream {
  background-color: #ffffef; }

.bg-pink {
  background-color: #FF6B81; }

.bg-pinkorange {
  background-color: #FF754F; }

.bg-redorange {
  background-color: #FF473A; }

.bg-lightorange {
  background-color: #FF9F78; }

.bg-lightpink {
  background-color: #FF6B81; }

.bg-ultralightpink {
  background-color: #ffeef4; }

.bg-ultralightorange {
  background-color: #ffefe8; }

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

.pt-stripe {
  background-image: url(../images/pt_pink.png); }

.bg-dots {
  background-image: url(../images/bg_dots.png); }

.tx-black {
  color: #281601; }

.tx-gray {
  color: #f2f2f2; }

.tx-deepgold {
  color: #cbba6f; }

.tx-gold {
  color: #eae3c5; }

.tx-lightgold {
  color: #f2edda; }

.tx-orange {
  color: #d67000; }

.tx-deeporange {
  color: #d3a500; }

.tx-komaki {
  color: #ca9900; }

.tx-kasugai {
  color: #ac5f6f; }

.tx-tajimi {
  color: #009484; }

.tx-brown {
  color: #7c4c00; }

.tx-white {
  color: #fff; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*button*/
.general-bt-wrap {
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .general-bt-wrap .general-bt {
    width: 100%;
    max-width: 280px;
    height: 50px;
    box-shadow: 2px 2px 2px rgba(40, 22, 1, 0.25);
    border-radius: 4px;
    margin: 0 20px; }
    .general-bt-wrap .general-bt:hover {
      opacity: 0.6; }
    .general-bt-wrap .general-bt a {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .general-bt-wrap .general-bt span {
      color: #fff;
      font-size: 17px;
      font-family: 'Sawarabi Gothic',sans-serif;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 2px;
      display: block;
      line-height: 42px; }
    .general-bt-wrap .general-bt.wide {
      max-width: 800px; }
  .general-bt-wrap .general-bt02 {
    width: 100%;
    max-width: 400px;
    height: 60px;
    box-shadow: 2px 2px 2px rgba(40, 22, 1, 0.25);
    border-radius: 4px;
    margin: 40px 20px 80px; }
    .general-bt-wrap .general-bt02:hover {
      opacity: 0.6; }
    .general-bt-wrap .general-bt02 a {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .general-bt-wrap .general-bt02 span {
      color: #fff;
      font-size: 20px;
      font-family: 'Sawarabi Gothic',sans-serif;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 2px;
      display: block;
      line-height: 50px; }
    .general-bt-wrap .general-bt02.wide {
      max-width: 800px; }
  .general-bt-wrap button.general-bt span {
    width: calc(100% - 2px); }
  .general-bt-wrap.no-mtb {
    margin: 0; }

.general-bt-wrap-recruit {
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .general-bt-wrap-recruit .general-bt-recruit {
    width: 100%;
    max-width: 400px;
    height: 60px;
    box-shadow: 2px 2px 2px rgba(40, 22, 1, 0.25);
    border-radius: 4px;
    margin: 0px 0px 0px; }
    .general-bt-wrap-recruit .general-bt-recruit:hover {
      opacity: 0.6; }
    .general-bt-wrap-recruit .general-bt-recruit a {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .general-bt-wrap-recruit .general-bt-recruit span {
      color: #fff;
      font-size: 17px;
      font-family: 'Sawarabi Gothic',sans-serif;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 2px;
      display: block;
      line-height: 50px; }
    .general-bt-wrap-recruit .general-bt-recruit.wide {
      max-width: 800px; }

/*margin*/
.mb-min {
  margin-bottom: 40px !important; }

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

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

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

.mb-max {
  margin-bottom: 120px !important; }

/*opening*/
#opening {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #fff; }
  #opening .opening-wrap img {
    display: block;
    margin: auto; }
  #opening.hide {
    display: none; }

.op-body {
  width: 100%;
  height: 100vh;
  overflow-y: hidden; }

/*sidebar*/
#sidebar {
  width: 279px;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #e6e6e6;
  z-index: 20; }
  #sidebar .sidebar-wrap {
    width: calc(100% - 36px);
    height: 100vh;
    overflow-y: scroll;
    padding: 18px;
    position: relative;
    background-color: #fff;
    z-index: 10; }
    #sidebar .sidebar-wrap .title-logo {
      display: block;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0; }
      #sidebar .sidebar-wrap .title-logo img {
        width: 100%;
        max-width: 160px;
        height: auto;
        display: block;
        margin: auto; }
    #sidebar .sidebar-wrap .menu-switch {
      display: none; }
    #sidebar .sidebar-wrap .menu-wrap {
      margin-top: 280px;
      margin-bottom: 60px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link {
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'Hannari', serif;
        font-size: 17px;
        letter-spacing: 0.1em;
        border-bottom: 1px solid #e6e6e6;
        padding: 18px 0;
        position: relative;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
        #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link:hover {
          background-color: #f2edda;
          width: calc(100% + 36px);
          margin-left: -18px;
          border-bottom: 1px solid #d3a500; }
        #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link.active {
          background-color: #f2edda;
          width: calc(100% + 36px);
          margin-left: -18px; }
      #sidebar .sidebar-wrap .menu-wrap .sns {
        display: block;
        text-align: center;
        margin: 40px 0 0; }
        #sidebar .sidebar-wrap .menu-wrap .sns a {
          display: inline-block;
          background-color: #757069;
          padding: 12px;
          border-radius: 50%;
          margin: 0 6px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #sidebar .sidebar-wrap .menu-wrap .sns a i {
            font-size: 27px;
            color: #fff; }
          #sidebar .sidebar-wrap .menu-wrap .sns a:hover {
            background-color: #cbba6f; }
    #sidebar .sidebar-wrap.sidebar-sub {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      background-color: rgba(242, 237, 218, 0.9);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      #sidebar .sidebar-wrap.sidebar-sub .menu-wrap .sidebar-menu-link {
        border-bottom: 1px solid #757069;
        padding: 18px 0; }
        #sidebar .sidebar-wrap.sidebar-sub .menu-wrap .sidebar-menu-link:hover {
          background-color: rgba(255, 255, 255, 0.8);
          border-bottom: 1px solid #d3a500; }
      #sidebar .sidebar-wrap.sidebar-sub.active {
        left: 280px; }

/*main*/
main {
  width: calc(100% - 280px);
  margin-left: 280px;
  overflow-X: hidden; }

/*section*/
section {
  width: 100%;
  height: auto;
  padding-top: 60px; }
  section.pt0 {
    padding-top: 0; }
  section.pb-footer {
    padding-bottom: 120px; }
  section .inner-wrap {
    width: 92%;
    padding: 0 4%;
    max-width: 1640px;
    margin: auto; }
    section .inner-wrap .inner-full-img {
      width: 100%;
      height: auto; }
    section .inner-wrap .tb-padding {
      padding-top: 60px;
      padding-bottom: 80px; }

.remake_bt {
  width: 100%;
  text-align: center;
  margin-top: 80px; }
  .remake_bt img {
    height: auto;
    width: 40%;
    min-width: 300px;
    box-shadow: 2px 2px 4px gray; }
    .remake_bt img:hover {
      opacity: 0.6; }

.section-header {
  width: 100%;
  height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
  .section-header.middle-header {
    height: auto;
    margin-top: 120px; }

.section-header-image {
  width: 100%;
  max-height: 600px;
  min-height: 240px;
  overflow: hidden;
  position: relative; }
  .section-header-image img {
    height: auto;
    width: 100%;
    min-width: 768px;
    position: relative;
    display: block; }

.section-header-copy {
  width: 92%;
  text-align: center;
  padding: 50px 4%; }

/*for index slider*/
#top-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  #top-slider .swiper-wrapper {
    width: 100%;
    height: auto; }
    #top-slider .swiper-wrapper .swiper-slide {
      height: auto; }
      #top-slider .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto; }
  #top-slider .swiper-pagination-bullets {
    position: relative;
    margin-top: 40px; }
    #top-slider .swiper-pagination-bullets i {
      margin: 0 12px;
      font-size: 14px; }
  #top-slider .swiper-pagination-bullet-active {
    background: none;
    color: #cbba6f;
    outline: none; }

/*for index thumbnail navigation*/
#thum-nav .thum-nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #thum-nav .thum-nav-row .thum-nav-card {
    display: block;
    width: calc(100% - 40px);
    margin: 20px;
    height: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 4px 8px #aaa; }
    #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      height: auto;
      position: relative; }
      #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img img {
        height: 100%;
        max-height: 400px;
        width: auto; }
      #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img.mini img {
        max-height: 300px; }
    #thum-nav .thum-nav-row .thum-nav-card .thum-nav-card-tx {
      position: absolute;
      right: 0;
      z-index: 10;
      top: 0;
      width: 120px;
      height: 100%;
      background-color: rgba(40, 22, 1, 0.7);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #thum-nav .thum-nav-row .thum-nav-card .thum-nav-card-tx span {
        display: block;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Hannari', serif;
        color: #fff;
        font-size: 27px;
        letter-spacing: .2em; }
    #thum-nav .thum-nav-row .thum-nav-card:hover {
      opacity: 0.7; }

/**/
.more-bt {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  position: absolute;
  top: 70%;
  right: 4%;
  width: 140px;
  padding: 6px 12px;
  color: #cbba6f;
  border: 1px solid #cbba6f;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1px; }
  .more-bt:after {
    content: "\03e";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background-color: #eae3c5;
    border-radius: 50%;
    letter-spacing: 0; }
  .more-bt:hover {
    background-color: #eae3c5; }
    .more-bt:hover:after {
      background-color: #fff;
      color: #eae3c5; }

.bread {
  width: 100%;
  text-align: center;
  padding: 8px 0; }
  .bread li {
    display: inline-block; }
    .bread li:nth-child(n+2):before {
      content: "\03e";
      margin: 0 8px; }

.single-content {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 80px auto; }
  .single-content .single-content-img {
    width: 100%;
    height: auto;
    margin: 20px 0; }
    .single-content .single-content-img img {
      width: 100%;
      height: auto; }
  .single-content .single-content-img753 {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-left: -30px;
    margin-bottom: 40px; }
    .single-content .single-content-img753 img {
      width: 100%;
      height: auto; }
  .single-content.w1620 {
    max-width: 1620px; }
  .single-content.w1200 {
    max-width: 1200px; }
  .single-content.mt0 {
    margin-top: 0; }
  .single-content .single-border-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .single-content .single-border-wrap .single-border-header {
      width: 100%;
      height: auto;
      margin: auto;
      background-image: url(../images/bl_pink_top.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom; }
      .single-content .single-border-wrap .single-border-header img {
        width: 100%;
        height: auto;
        max-width: 1100px;
        margin: auto;
        display: block; }
      .single-content .single-border-wrap .single-border-header.orange {
        background-image: url(../images/bl_orange_top.png); }
      .single-content .single-border-wrap .single-border-header.blue {
        background-image: url(../images/bl_blue_top.png); }
    .single-content .single-border-wrap .single-border-contents {
      width: 92%;
      height: auto;
      background-image: url(../images/bl_pink_middle.png);
      background-size: 100%;
      background-position: center;
      padding: 2% 4%;
      text-align: center; }
      .single-content .single-border-wrap .single-border-contents.orange {
        background-image: url(../images/bl_orange_middle.png); }
      .single-content .single-border-wrap .single-border-contents.blue {
        background-image: url(../images/bl_blue_middle.png); }
      .single-content .single-border-wrap .single-border-contents img {
        width: 92%;
        height: auto;
        margin: auto; }
    .single-content .single-border-wrap .single-border-footer {
      width: 100%;
      height: auto;
      min-height: 100px;
      background-image: url(../images/bl_pink_bottom.png);
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat;
      display: block; }
      .single-content .single-border-wrap .single-border-footer.orange {
        background-image: url(../images/bl_orange_bottom.png); }
      .single-content .single-border-wrap .single-border-footer.blue {
        background-image: url(../images/bl_blue_bottom.png); }

.col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto; }
  .col-wrap.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; }
  .col-wrap .col-wrap-contents {
    width: 100%; }
    .col-wrap .col-wrap-contents .col-wrap-contents-img {
      width: 100%;
      margin: 0 4%;
      height: auto; }
    .col-wrap .col-wrap-contents .col-wrap-contents-img_753 {
      width: 100%;
      margin: 0 10%;
      height: auto; }
    .col-wrap .col-wrap-contents .col-wrap-contents-txt {
      padding: 4%;
      width: 100%; }
      .col-wrap .col-wrap-contents .col-wrap-contents-txt .title-img {
        width: 100%;
        margin-bottom: 20px; }
      .col-wrap .col-wrap-contents .col-wrap-contents-txt .general-bt-wrap {
        margin: 40px auto; }
    .col-wrap .col-wrap-contents .col-wrap-contents-table {
      width: 100%; }
      .col-wrap .col-wrap-contents .col-wrap-contents-table table {
        width: 100%;
        border: 1px solid #d3a500; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table th {
          background-color: #d3a500;
          color: #fff;
          border-bottom: 1px solid #fff;
          text-align: center;
          width: 100px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table td {
          border-bottom: 1px solid #d3a500; }
          .col-wrap .col-wrap-contents .col-wrap-contents-table table td li {
            display: inline-block;
            margin-right: 24px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table .nb {
          border-bottom: none; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table td, .col-wrap .col-wrap-contents .col-wrap-contents-table table th {
          padding: 12px; }
    .col-wrap .col-wrap-contents .col-wrap-contents-list {
      padding: 4%;
      width: 92%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item {
        width: calc(50% - 30px);
        margin: 6px 12px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #ddd; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: start;
          align-items: start; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .list-num {
            display: block;
            font-family: 'Hannari', serif;
            color: #fff;
            font-size: 30px;
            padding: 16px;
            width: 45px;
            text-align: center; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .list-num.bg-icon-wash {
              background-image: url(../images/shitate_icon.png);
              background-size: 100%;
              background-position: center;
              background-repeat: no-repeat; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content {
            width: calc(100% - 97px);
            padding-left: 20px;
            position: relative; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .bold_span {
              font-size: 26px;
              font-weight: bold;
              color: #FF3E8A; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .back_span {
              font-size: 17px;
              font-weight: bold;
              background-color: #fff;
              border: #FF3E8A solid 2px;
              color: #FF3E8A;
              border-radius: 20px;
              padding: 5px 10px; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .bold_span_g {
              font-size: 26px;
              font-weight: bold;
              color: #D3A500; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .back_span_g {
              font-size: 17px;
              font-weight: bold;
              background-color: #fff;
              border: #D3A500 solid 2px;
              color: #D3A500;
              border-radius: 20px;
              padding: 5px 10px; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .bold_span_or {
              font-size: 26px;
              font-weight: bold;
              color: #FF473A; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .back_span_or {
              font-size: 17px;
              font-weight: bold;
              background-color: #fff;
              border: #FF473A solid 2px;
              color: #FF473A;
              border-radius: 20px;
              padding: 5px 10px; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .num-content-img {
              position: relative;
              height: auto;
              width: 30%;
              margin-top: -110px;
              float: right;
              padding: 20px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.no-bb {
          border-bottom: none; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.wide {
          width: calc(100% - 24px); }
      .col-wrap .col-wrap-contents .col-wrap-contents-list.has-bgcolor {
        padding: 3%;
        margin: 1%;
        background-color: #fff;
        border-radius: 12px; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list.no-wrap {
        flex-wrap: nowrap; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list.tb-p0 {
        padding: 0 4%; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail {
        height: auto; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w40 {
          width: 40%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w70 {
          width: 70%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w60 {
          width: 60%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail h5 {
          font-family: 'Hannari', serif;
          font-size: 32px;
          margin: 20px 0; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail img {
          width: 100%;
          height: auto; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .attention {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .attention .attention-title {
            display: block;
            width: 100px;
            height: 64px;
            text-align: center;
            background-color: #777;
            color: #fff;
            font-size: 14px;
            line-height: 60px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .attention .attention-txt {
            width: calc(100% - 110px);
            padding-left: 10px;
            font-size: 14px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list .item-list-item {
            width: 18%;
            margin: 1%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list .item-title {
            font-size: 13px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list img {
            border: solid 2px #D3A500; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list {
          -ms-flex-flex-item-align: stretch;
          -webkit-align-self: stretch;
          align-self: stretch;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul {
            padding: 40px;
            width: calc(100% - 80px); }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul li {
              border-top: 1px solid #777;
              padding: 20px 0;
              display: block; }
              .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul li:nth-child(1) {
                border: none; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img {
        height: auto;
        margin: auto; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img img {
          width: 100%;
          height: auto; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w30 {
          width: 30%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w40 {
          width: 50%;
          margin-right: 50px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w60 {
          width: 50%; }

/*kimono-common*/
.col-wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto; }
  .col-wrap02.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; }
  .col-wrap02 .col-wrap02-contents {
    width: 100%; }
    .col-wrap02 .col-wrap02-contents .col-wrap02-contents-img {
      width: 450px;
      margin: 0 4%;
      height: auto; }
    .col-wrap02 .col-wrap02-contents .col-wrap02-contents-txt {
      padding: 4%;
      width: 450px; }
      .col-wrap02 .col-wrap02-contents .col-wrap02-contents-txt .title-img {
        width: 100%;
        margin-bottom: 20px; }

/*kimono-common_オーダー着物できるまで*/
.col-wrap02_footer_box {
  margin-top: 60px; }
  .col-wrap02_footer_box h3 {
    border-bottom: 2px solid #d3a500;
    width: 510px;
    text-align: center; }

.col-wrap02_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto; }
  .col-wrap02_footer.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; }
  .col-wrap02_footer .col-wrap02-contents_footer {
    width: 100%; }
    .col-wrap02_footer .col-wrap02-contents_footer .col-wrap02-contents-img {
      width: 450px;
      margin: 0 4%;
      height: auto; }
    .col-wrap02_footer .col-wrap02-contents_footer .title-img02 {
      width: 100%; }

/*for index newslist*/
.news-list {
  width: 100%; }
  .news-list li {
    width: 100%;
    background-color: #f2edda;
    padding: 30px 0; }
    .news-list li .news-list-wrap {
      width: 92%;
      max-width: 1000px;
      padding: 0 4%;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .news-list li .news-list-wrap .date, .news-list li .news-list-wrap .store {
        display: block; }
      .news-list li .news-list-wrap .store {
        font-size: 16px;
        padding: 4px;
        letter-spacing: 1px;
        width: 80px;
        text-align: center;
        color: #fff;
        margin: 0 16px; }
      .news-list li .news-list-wrap a:hover {
        opacity: 0.7; }
    .news-list li:nth-child(2n) {
      background-color: #eae3c5; }

/*for index blog-thumbnail*/
.thum-blog {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .thum-blog .blog-card {
    width: 100%;
    margin: 0 20px; }
    .thum-blog .blog-card .blog-card-tag {
      width: 160px;
      text-align: center;
      padding: 4px 8px;
      font-family: 'Hannari', serif;
      color: #fff; }
    .thum-blog .blog-card a {
      display: block; }
      .thum-blog .blog-card a .blog-card-thum {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .thum-blog .blog-card a .blog-card-thum img {
          width: 100%;
          height: auto; }
      .thum-blog .blog-card a .blog-card-disc {
        width: calc(100% - 16px);
        padding: 8px; }
        .thum-blog .blog-card a .blog-card-disc h5 {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .thum-blog .blog-card a:hover {
        opacity: 0.7; }

/*for index instagram thumbnail*/
.thum-insta {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .thum-insta .thum-insta-card {
    width: calc(25% - 20px);
    margin: 10px; }
    .thum-insta .thum-insta-card img {
      width: 100%;
      height: auto; }

.staff-bnr {
  width: 100%;
  margin-top: 160px; }
  .staff-bnr a {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative; }
    .staff-bnr a img {
      width: 100%;
      position: relative; }
    .staff-bnr a h2 {
      position: absolute;
      z-index: 10;
      top: calc(50% - 39px);
      left: 0;
      right: 0;
      display: block;
      color: #fff; }
      .staff-bnr a h2 span.sub {
        width: 100%;
        border-top: 0;
        padding-top: 0;
        color: #fff; }
    .staff-bnr a:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(40, 22, 1, 0.7);
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .staff-bnr a:hover:after {
      background-color: rgba(82, 62, 18, 0.5); }

/*for index store thumbnail*/
.store-thum {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .store-thum .store-thum-card {
    width: 100%;
    margin: 0 20px; }
    .store-thum .store-thum-card a {
      display: block;
      position: relative; }
      .store-thum .store-thum-card a img {
        width: 100%;
        height: auto;
        position: relative; }
      .store-thum .store-thum-card a .store-thum-card-name {
        position: absolute;
        top: calc(50% - 28px);
        left: 0;
        right: 0;
        text-align: center; }
        .store-thum .store-thum-card a .store-thum-card-name span {
          font-family: 'Hannari', serif;
          color: #fff;
          font-size: 27px;
          letter-spacing: 0.2em;
          padding: 8px 24px;
          text-align: center;
          display: inline-block;
          background-color: rgba(40, 22, 1, 0.7); }
      .store-thum .store-thum-card a:hover {
        opacity: 0.7; }

/*for index links*/
.link-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .link-wrap a {
    display: block;
    border: 1px solid #cbba6f;
    margin: 0 10px; }
    .link-wrap a img {
      width: 100%;
      height: auto; }
    .link-wrap a:hover {
      opacity: 0.7; }

.card-bt-wrap {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .card-bt-wrap .card-bt {
    width: 100%;
    height: auto;
    margin: 0 20px; }
    .card-bt-wrap .card-bt a {
      display: block;
      position: relative; }
      .card-bt-wrap .card-bt a img {
        width: 100%;
        height: auto; }
      .card-bt-wrap .card-bt a .brand-logo {
        width: 90%;
        max-width: 280px; }
      .card-bt-wrap .card-bt a .card-bt-title {
        width: 100%;
        display: block;
        background-color: rgba(40, 22, 1, 0.7);
        text-align: center;
        position: absolute;
        bottom: 0; }
        .card-bt-wrap .card-bt a .card-bt-title span {
          font-family: 'Hannari', serif;
          color: #fff;
          font-size: 27px;
          letter-spacing: 0.2em;
          padding: 16px 24px;
          text-align: center;
          display: inline-block; }
      .card-bt-wrap .card-bt a .card-bt-floaticon {
        display: block;
        width: 140px;
        height: 140px;
        position: absolute;
        top: -30px;
        left: -30px; }
        .card-bt-wrap .card-bt a .card-bt-floaticon img {
          width: 100%;
          height: auto; }

/*for contact*/
#contact-form form {
  width: 100%;
  max-width: 1080px;
  margin: auto; }
#contact-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 20px;
  border-bottom: 1px dashed #777; }
  #contact-form .form-item .form-label {
    width: 280px; }
    #contact-form .form-item .form-label span {
      display: inline-block;
      font-size: 10px;
      background-color: #d22800;
      color: #fff;
      padding: 2px 8px;
      vertical-align: text-bottom;
      border-radius: 2px;
      margin-left: 8px;
      line-height: 18px; }
  #contact-form .form-item.fm-bk {
    background-color: #FBF6E5; }
  #contact-form .form-item .form-tenpo-btn {
    width: 18%;
    background-color: #D3A500;
    padding: 10px;
    text-align: center; }
    #contact-form .form-item .form-tenpo-btn a {
      color: #fff; }
    #contact-form .form-item .form-tenpo-btn:hover {
      opacity: 0.8; }
  #contact-form .form-item .fm-title p {
    color: #D3A500;
    font-size: 20px; }
  #contact-form .form-item .form-parts {
    width: 50%; }
    #contact-form .form-item .form-parts input, #contact-form .form-item .form-parts select {
      border-radius: 4px;
      border: 1px solid #b2b2b2;
      font-size: 18px;
      padding: 4px 8px;
      background-color: #fff;
      -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
      width: 380px;
      height: 40px;
      margin: 8px 0; }
    #contact-form .form-item .form-parts textarea {
      border-radius: 4px;
      border: 1px solid #b2b2b2;
      font-size: 18px;
      padding: 4px 8px;
      -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
      margin: 8px; }
    #contact-form .form-item .form-parts .comment {
      font-size: 14px;
      margin-left: 12px;
      line-height: 14px; }
  #contact-form .form-item .form-parts02 {
    width: 50%; }
    #contact-form .form-item .form-parts02 input, #contact-form .form-item .form-parts02 select {
      font-size: 18px;
      padding: 4px 8px;
      margin: 0 10px; }
    #contact-form .form-item .form-parts02 textarea {
      border-radius: 4px;
      border: 1px solid #b2b2b2;
      font-size: 18px;
      padding: 4px 8px;
      -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
      margin: 8px; }
    #contact-form .form-item .form-parts02 .comment {
      font-size: 14px;
      margin-left: 12px;
      line-height: 14px; }
  #contact-form .form-item .form-parts03 {
    width: 30%; }
    #contact-form .form-item .form-parts03 input, #contact-form .form-item .form-parts03 select {
      border-radius: 4px;
      border: 1px solid #b2b2b2;
      font-size: 18px;
      padding: 4px 8px;
      background-color: #fff;
      -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
      width: 250px;
      height: 40px;
      margin: 8px 0;
      display: inline-block; }

.privacy {
  max-width: 1080px;
  margin: auto; }
  .privacy h5 {
    margin-bottom: 20px; }
  .privacy p {
    line-height: 2em; }
    .privacy p .feed {
      padding-left: 20px; }

/*for infomation*/
.info-wrap {
  width: 100%;
  max-width: 768px;
  margin: auto;
  border-bottom: 1px solid #eae3c5; }
  .info-wrap .info-rinen {
    width: 100%;
    max-width: 620px;
    margin: auto; }
    .info-wrap .info-rinen img {
      width: 100%;
      height: auto; }
  .info-wrap table {
    display: block;
    width: 100%; }
    .info-wrap table tr {
      margin: 40px 0;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .info-wrap table tr th {
        min-width: 200px;
        line-height: 32px; }
      .info-wrap table tr td {
        width: 100%; }

/*for footer*/
footer {
  width: 100%;
  margin-top: 0px;
  position: relative;
  padding: 40px 0 80px; }
  footer .footer-nav-wrap {
    width: 92%;
    max-width: 1000px;
    margin: auto;
    padding: 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    footer .footer-nav-wrap .footer-nav-col {
      width: 100%; }
      footer .footer-nav-wrap .footer-nav-col li {
        display: block;
        margin: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        footer .footer-nav-wrap .footer-nav-col li a {
          color: #fff; }
        footer .footer-nav-wrap .footer-nav-col li:hover {
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  footer .copyright {
    display: block;
    background-color: #757069;
    color: #fff;
    text-align: right;
    font-size: 12px;
    width: calc(100% - 8%);
    padding: 8px 4%;
    position: absolute;
    bottom: 0;
    left: 0; }

/*for blog&news*/
.post-container {
  width: 100%; }
  .post-container .post-nav {
    height: 40px;
    width: 100%;
    position: relative; }
    .post-container .post-nav .post-nav-prev {
      position: absolute;
      top: 0;
      left: 0;
      color: #d3a500; }
      .post-container .post-nav .post-nav-prev:before {
        content: "\0ab"; }
    .post-container .post-nav .post-nav-next {
      position: absolute;
      top: 0;
      right: 0;
      color: #d3a500; }
      .post-container .post-nav .post-nav-next:after {
        content: "\0bb"; }
  .post-container #post-contents {
    width: 100%;
    height: auto;
    margin: 40px auto;
    position: relative; }
    .post-container #post-contents h2 {
      font-family: 'Sawarabi Gothic',sans-serif;
      text-align: left;
      font-size: 30px;
      letter-spacing: initial;
      margin-bottom: 20px;
      font-weight: bold; }
      .post-container #post-contents h2:before {
        content: "";
        width: 8px;
        height: 32px;
        display: inline-block;
        vertical-align: sub;
        background: #d3a500;
        margin-right: 8px; }
    .post-container #post-contents .post-date {
      position: absolute;
      top: 0;
      right: 0; }
    .post-container #post-contents p {
      overflow: hidden; }
    .post-container #post-contents img {
      margin-bottom: 40px;
      width: 100%;
      height: auto; }
      .post-container #post-contents img.left {
        float: left;
        width: 40%;
        height: auto;
        margin-right: 40px; }
      .post-container #post-contents img.right {
        float: right;
        width: 40%;
        height: auto;
        margin-left: 40px; }

.archive-container {
  width: 100%; }
  .archive-container .col-wrap {
    border-bottom: 1px solid #eae3c5;
    padding: 40px 0;
    max-width: 960px;
    margin: auto; }
    .archive-container .col-wrap .col-wrap-archive-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      padding: 20px;
      width: calc(100% - 40px); }
      .archive-container .col-wrap .col-wrap-archive-list .list-img {
        width: 400px;
        height: auto; }
        .archive-container .col-wrap .col-wrap-archive-list .list-img img {
          width: 100%;
          height: auto; }
      .archive-container .col-wrap .col-wrap-archive-list .list-detail {
        width: calc(100% - 20px);
        margin-left: 20px;
        height: auto;
        position: relative;
        display: block; }
        .archive-container .col-wrap .col-wrap-archive-list .list-detail .disc {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .archive-container .col-wrap .col-wrap-archive-list .list-detail .tag {
          display: block;
          width: 100px;
          text-align: center;
          color: #fff;
          padding: 4px 0; }
        .archive-container .col-wrap .col-wrap-archive-list .list-detail .more-bt {
          top: initial;
          bottom: 0px;
          right: 0; }
      .archive-container .col-wrap .col-wrap-archive-list:hover {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
        .archive-container .col-wrap .col-wrap-archive-list:hover .more-bt {
          background-color: #eae3c5; }
          .archive-container .col-wrap .col-wrap-archive-list:hover .more-bt:after {
            background-color: #fff;
            color: #eae3c5; }
  .archive-container .archive-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    font-size: 21px; }
    .archive-container .archive-nav .archive-nav-num li {
      display: inline-block;
      margin: 0 4px;
      text-decoration: underline; }
      .archive-container .archive-nav .archive-nav-num li.active a {
        color: #cbba6f; }
    .archive-container .archive-nav .archive-nav-left {
      margin-right: 20px; }
    .archive-container .archive-nav .archive-nav-right {
      margin-left: 20px; }

.has-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  margin: auto;
  max-width: 1340px; }
  .has-side .archive-container, .has-side .post-container {
    width: 80%;
    max-width: calc(100% - 400px); }
    .has-side .archive-container .col-wrap, .has-side .post-container .col-wrap {
      margin-right: 0; }
  .has-side .sidebar {
    width: 20%;
    min-width: 400px; }
    .has-side .sidebar #calendar {
      margin-bottom: 40px; }
      .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar {
        background-color: #d3a500;
        margin-bottom: 8px; }
        .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar .fc-state-default {
          box-shadow: none;
          text-shadow: none;
          border: none;
          background: none; }
          .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar .fc-state-default span {
            color: #fff; }
        .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar h2 {
          font-family: 'Sawarabi Gothic',sans-serif;
          color: #fff;
          font-size: 21px; }
      .has-side .sidebar #calendar .fc-view-container table thead, .has-side .sidebar #calendar .fc-view-container table tr, .has-side .sidebar #calendar .fc-view-container table th, .has-side .sidebar #calendar .fc-view-container table td {
        border-color: #fff;
        background-color: #f2edda; }
      .has-side .sidebar #calendar .fc-view-container .fc-basic-view .fc-body .fc-row {
        min-height: initial; }
    .has-side .sidebar .new-topic10 h5 {
      border-bottom: 1px dashed #757069;
      padding-bottom: 8px; }
    .has-side .sidebar .new-topic10 ul {
      padding: 20px; }
      .has-side .sidebar .new-topic10 ul li {
        display: block;
        margin: 8px 0 22px; }
        .has-side .sidebar .new-topic10 ul li a {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
          .has-side .sidebar .new-topic10 ul li a .title {
            border-bottom: 1px solid #757069; }
        .has-side .sidebar .new-topic10 ul li .date {
          display: inline-block;
          font-size: 14px;
          margin-top: 2px; }

/*for contents-page*/
.panf-wrap {
  border: 2px solid #FF754F;
  width: calc(92% - 4px);
  margin: 40px 4%;
  border-radius: 8px;
  background-color: #fff; }
  .panf-wrap h4 {
    background-color: #ff754f;
    color: #fff;
    width: calc(100% - 24px);
    padding: 18px 12px;
    text-align: center;
    font-size: 27px;
    position: relative; }
    .panf-wrap h4:after {
      content: "";
      display: block;
      width: calc(100% - 2px);
      height: calc(100% - 4px);
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #fff;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
  .panf-wrap .inner-wrap {
    padding: 4%; }
    .panf-wrap .inner-wrap .card-bt-wrap {
      margin-bottom: 0; }
      .panf-wrap .inner-wrap .card-bt-wrap .panf-img {
        margin: auto;
        margin-bottom: 12px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        max-width: 320px;
        display: block; }
      .panf-wrap .inner-wrap .card-bt-wrap .more-bt {
        position: relative;
        margin: 12px auto 0;
        right: initial;
        top: initial;
        width: auto;
        text-align: center;
        max-width: 180px; }

.title-tx {
  font-size: 21px;
  font-family: 'Hannari', serif;
  margin-bottom: 6px; }
  .title-tx:before {
    content: "";
    width: 8px;
    height: 21px;
    display: inline-block;
    background-color: #d3a500;
    margin-right: 8px;
    vertical-align: text-bottom; }

.has-arrow {
  position: relative; }
  .has-arrow:after {
    content: "";
    background-image: url(../images/arrow.png);
    width: 50px;
    height: 62px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 104%;
    left: calc(50% - 25px); }

.has-orn {
  position: relative; }
  .has-orn:before {
    content: "";
    background-image: url(../images/h2_orn1.png);
    width: calc(100% + 40px);
    height: 70px;
    display: block;
    background-position: top right;
    top: -20px;
    right: -40px;
    position: absolute; }
  .has-orn:after {
    content: "";
    background-image: url(../images/h2_orn2.png);
    width: calc(100% + 40px);
    height: 70px;
    display: block;
    background-position: bottom left;
    bottom: -20px;
    left: -40px;
    position: absolute; }

.recruit-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start; }
  .recruit-wrap .col-wrap-contents-txt {
    padding-top: 0 !important; }
    .recruit-wrap .col-wrap-contents-txt h4 {
      font-family: 'Hannari', serif;
      font-size: 27px;
      text-align: center;
      border-top: 1px solid #d3a500;
      border-bottom: 1px solid #d3a500;
      padding: 8px 0;
      margin-bottom: 20px; }
    .recruit-wrap .col-wrap-contents-txt .recruit-list {
      padding-left: 20px; }
      .recruit-wrap .col-wrap-contents-txt .recruit-list li {
        font-size: 18px;
        list-style: disc;
        margin-bottom: 15px; }

.has-border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px; }
  .has-border-bottom.mb0 {
    margin-bottom: 0; }

.kimono-kids-contents .kids-content {
  position: relative;
  margin-bottom: 120px; }
  .kimono-kids-contents .kids-content .kids-content-txt-wrap {
    width: 60%;
    max-width: 800px;
    position: relative; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap img {
      width: 100%;
      height: auto; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap .kids-content-txt {
      position: absolute;
      width: 64%;
      top: 35%;
      left: 0;
      padding: 0 18%; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap.po-right {
      margin-left: auto; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap.po-left {
      margin-right: auto; }
  .kimono-kids-contents .kids-content .kids-content-kids {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0; }
    .kimono-kids-contents .kids-content .kids-content-kids img {
      width: 100%;
      height: auto; }
    .kimono-kids-contents .kids-content .kids-content-kids.img-left {
      left: 0; }
    .kimono-kids-contents .kids-content .kids-content-kids.img-right {
      right: 0; }

.graduate-content {
  position: relative; }
  .graduate-content .col-wrap-contents-img {
    width: 70% !important;
    display: block; }
    .graduate-content .col-wrap-contents-img.right {
      margin-left: 26%; }
    .graduate-content .col-wrap-contents-img.left {
      margin-right: 26%; }
  .graduate-content .graduate-text {
    position: absolute;
    width: 50%;
    max-width: 300px;
    top: -12%; }
    .graduate-content .graduate-text img {
      width: 100%; }
    .graduate-content .graduate-text.left {
      left: 0; }
    .graduate-content .graduate-text.right {
      right: 0; }

@media screen and (max-width: 1440px) {
  /*sidebar*/
  #sidebar {
    width: 239px; }
    #sidebar .sidebar-wrap {
      width: calc(100% - 36px);
      padding: 18px; }
      #sidebar .sidebar-wrap .title-logo {
        top: 40px;
        left: 0; }
      #sidebar .sidebar-wrap .menu-wrap {
        margin-top: 240px;
        margin-bottom: 60px; }
        #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link {
          font-size: 18px;
          padding: 16px 0; }
          #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link:hover {
            width: calc(100% + 36px);
            margin-left: -18px; }
          #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link.active {
            width: calc(100% + 36px);
            margin-left: -18px; }
        #sidebar .sidebar-wrap .menu-wrap .sns a {
          padding: 12px;
          border-radius: 50%;
          margin: 0 6px; }
          #sidebar .sidebar-wrap .menu-wrap .sns a i {
            font-size: 24px;
            color: #fff; }
      #sidebar .sidebar-wrap.sidebar-sub {
        top: 0;
        left: 0;
        z-index: 9; }
        #sidebar .sidebar-wrap.sidebar-sub .menu-wrap .sidebar-menu-link {
          padding: 18px 0; }
        #sidebar .sidebar-wrap.sidebar-sub.active {
          left: 240px; }

  /*main*/
  main {
    width: calc(100% - 240px);
    margin-left: 240px; }

  #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img img {
    height: 100%;
    max-height: 240px;
    width: auto; }
  #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img.mini img {
    max-height: 192px; }
  #thum-nav .thum-nav-row .thum-nav-card .thum-nav-card-tx {
    width: 80px; }
    #thum-nav .thum-nav-row .thum-nav-card .thum-nav-card-tx span {
      font-size: 21px;
      line-height: 27px; } }
@media screen and (max-width: 1024px) {
  /*kimono-common*/
  .col-wrap02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto; }
    .col-wrap02.align-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start; }
    .col-wrap02 .col-wrap02-contents {
      width: 100%; }
      .col-wrap02 .col-wrap02-contents .col-wrap02-contents-img {
        width: 100%;
        margin: 0 4%;
        height: auto; }
      .col-wrap02 .col-wrap02-contents .col-wrap02-contents-txt {
        padding: 6% 0%;
        width: 100%; }
        .col-wrap02 .col-wrap02-contents .col-wrap02-contents-txt .title-img {
          width: 100%;
          margin-bottom: 10px; }

  /*kimono-common_オーダー着物できるまで*/
  .col-wrap02_footer_box {
    margin-top: 60px; }
    .col-wrap02_footer_box h3 {
      border-bottom: 2px solid #d3a500;
      width: 97%;
      text-align: center; }

  .col-wrap02_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto; }
    .col-wrap02_footer.align-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start; }
    .col-wrap02_footer .col-wrap02-contents_footer {
      width: 100%; }
      .col-wrap02_footer .col-wrap02-contents_footer .col-wrap02-contents-img {
        width: 97%;
        margin: 0%;
        height: auto; }
      .col-wrap02_footer .col-wrap02-contents_footer .title-img03 {
        width: 97%;
        margin-top: 30px; }

  /*for index newslist*/
  .news-list li .news-list-wrap .store {
    font-size: 14px;
    padding: 2px;
    letter-spacing: 1px;
    width: 80px;
    text-align: center;
    color: #fff;
    margin: 0 12px; }

  .has-side .archive-container, .has-side .post-container {
    width: 80%;
    max-width: calc(100% - 240px); }
    .has-side .archive-container .col-wrap, .has-side .post-container .col-wrap {
      margin-right: 0; }
  .has-side .sidebar {
    width: 20%;
    min-width: 240px; }
    .has-side .sidebar #calendar {
      margin-bottom: 40px; }
      .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar h2 {
        font-size: 18px;
        line-height: 32px; }
    .has-side .sidebar .new-topic10 h5 {
      border-bottom: 1px dashed #757069;
      padding-bottom: 8px; }
    .has-side .sidebar .new-topic10 ul {
      padding: 10px; } }
@media screen and (max-width: 820px) {
  .dpsBook .dpsAttachPage img {
    max-height: initial !important;
    width: 100% !important;
    height: auto; } }
@media screen and (max-width: 768px) {
  /*button*/
  .general-bt-wrap {
    margin: 40px 0;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .general-bt-wrap .general-bt {
      margin: 0 20px 20px;
      width: 90%; }
      .general-bt-wrap .general-bt span {
        font-size: 18px; }
      .general-bt-wrap .general-bt.wide {
        max-width: 800px; }

  /*margin*/
  .mb-min {
    margin-bottom: 10px !important; }

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

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

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

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

  /*sidebar*/
  #sidebar {
    left: 0px;
    top: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #cbba6f;
    background-image: url(../images/bg_sp_header.png);
    background-size: 100%;
    border-bottom: 4px solid #d4001d; }
    #sidebar .sidebar-wrap {
      width: 100%;
      height: 54px;
      padding: 0;
      overflow: initial;
      background-color: rgba(255, 255, 255, 0); }
      #sidebar .sidebar-wrap .title-logo {
        top: 8px;
        left: 8px;
        width: initial;
        position: absolute;
        z-index: 9999; }
        #sidebar .sidebar-wrap .title-logo img {
          max-width: 90px; }
      #sidebar .sidebar-wrap .menu-switch {
        display: block;
        position: absolute;
        top: 8px;
        right: 12px; }
        #sidebar .sidebar-wrap .menu-switch span {
          color: #fff;
          text-align: center;
          border: 1px solid #fff;
          padding: 18px 12px 9px;
          border-radius: 4px;
          background-color: rgba(156, 124, 7, 0.6);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
      #sidebar .sidebar-wrap .menu-wrap {
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        padding: 50px 0;
        left: 100%;
        height: 100vh;
        top: 54px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
        #sidebar .sidebar-wrap .menu-wrap.active {
          left: 0; }
        #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link {
          font-size: 16px;
          padding: 16px;
          text-align: left; }
          #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link:hover {
            width: 100%;
            margin-left: 0px; }
          #sidebar .sidebar-wrap .menu-wrap .sidebar-menu-link.active {
            width: 100%;
            margin-left: 0px; }
        #sidebar .sidebar-wrap .menu-wrap .sns a {
          padding: 12px;
          border-radius: 50%;
          margin: 0 6px; }
          #sidebar .sidebar-wrap .menu-wrap .sns a i {
            font-size: 24px;
            color: #fff; }
      #sidebar .sidebar-wrap.sidebar-sub {
        top: 54px;
        left: 100vw;
        z-index: 9;
        background-color: rgba(255, 255, 255, 0); }
        #sidebar .sidebar-wrap.sidebar-sub .menu-wrap {
          left: 0;
          top: 0;
          background-color: rgba(234, 227, 197, 0.8);
          padding: 50px 0; }
          #sidebar .sidebar-wrap.sidebar-sub .menu-wrap .sidebar-menu-link {
            padding: 16px; }
        #sidebar .sidebar-wrap.sidebar-sub.active {
          left: 50%;
          z-index: 11; }

  /*main*/
  main {
    width: 100%;
    margin-left: 0px;
    margin-top: 54px; }

  /*section*/
  section {
    padding-top: 40px; }
    section.pb-footer {
      padding-bottom: 120px; }
    section .inner-wrap {
      width: 92%;
      padding: 0 4%;
      max-width: 1640px;
      margin: auto; }
      section .inner-wrap .inner-full-img {
        width: 100%;
        height: auto; }
      section .inner-wrap .tb-padding {
        padding-top: 20px;
        padding-bottom: 40px; }

  .section-header {
    width: 100%;
    height: 130px;
    position: relative; }
    .section-header.middle-header {
      margin-top: 40px; }
    .section-header img.kids_title {
      width: 70%; }

  .section-header-image {
    min-height: initial; }
    .section-header-image img {
      height: auto;
      width: 100%;
      max-width: 768px; }

  .section-header-copy {
    padding: 40px 4%; }

  /*for index slider*/
  #top-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; }
    #top-slider .swiper-wrapper {
      width: 100%;
      height: auto; }
      #top-slider .swiper-wrapper .swiper-slide {
        height: auto; }
        #top-slider .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: auto; }
    #top-slider .swiper-pagination-bullets {
      position: relative;
      margin-top: 40px; }
      #top-slider .swiper-pagination-bullets i {
        margin: 0 12px;
        font-size: 9px; }
    #top-slider .swiper-pagination-bullet-active {
      background: none;
      color: #cbba6f;
      outline: none; }

  /*for index thumbnail navigation*/
  #thum-nav .thum-nav-row {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #thum-nav .thum-nav-row .thum-nav-card {
      width: calc(100% - 20px);
      margin: 20px 10px; }

  /**/
  .bread {
    width: 100%;
    text-align: center;
    padding: 8px 0; }
    .bread li a {
      font-size: 12px; }

  .single-content {
    margin: 20px auto; }
    .single-content .single-content-img {
      width: 100%;
      height: auto;
      margin: 20px 0; }
      .single-content .single-content-img img {
        width: 100%;
        height: auto; }
    .single-content .single-content-img753 {
      width: 100%;
      height: auto;
      margin: 0 auto;
      margin-left: 0px;
      margin-bottom: 40px; }
      .single-content .single-content-img753 img {
        width: 100%;
        height: auto; }
    .single-content .single-border-wrap .single-border-header {
      width: 100%;
      height: auto;
      margin: auto;
      background-image: url(../images/bl_pink_top.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom; }
      .single-content .single-border-wrap .single-border-header img {
        width: 100%;
        height: auto;
        max-width: 1100px;
        margin: auto;
        display: block; }
      .single-content .single-border-wrap .single-border-header.orange {
        background-image: url(../images/bl_orange_top.png); }
      .single-content .single-border-wrap .single-border-header.blue {
        background-image: url(../images/bl_blue_top.png); }
    .single-content .single-border-wrap .single-border-contents {
      width: 92%;
      height: auto;
      background-image: url(../images/bl_pink_middle.png);
      background-size: 100%;
      background-position: center;
      padding: 2% 4%;
      text-align: center; }
      .single-content .single-border-wrap .single-border-contents.orange {
        background-image: url(../images/bl_orange_middle.png); }
      .single-content .single-border-wrap .single-border-contents.blue {
        background-image: url(../images/bl_blue_middle.png); }
      .single-content .single-border-wrap .single-border-contents img {
        width: 92%;
        padding-top: 20px;
        height: auto;
        margin: auto; }
    .single-content .single-border-wrap .single-border-footer {
      width: 100%;
      height: auto;
      min-height: 40px;
      background-image: url(../images/bl_pink_bottom.png);
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat;
      display: block; }
      .single-content .single-border-wrap .single-border-footer.orange {
        background-image: url(../images/bl_orange_bottom.png); }
      .single-content .single-border-wrap .single-border-footer.blue {
        background-image: url(../images/bl_blue_bottom.png); }

  .col-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .col-wrap .col-wrap-contents {
      width: 100%;
      margin-bottom: 40px; }
      .col-wrap .col-wrap-contents.order1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1; }
      .col-wrap .col-wrap-contents.order2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2; }
      .col-wrap .col-wrap-contents .col-wrap-contents-img {
        width: 100%;
        margin: 0 0%; }
      .col-wrap .col-wrap-contents .col-wrap-contents-txt {
        padding: 0%;
        width: 100%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-txt .general-bt-wrap {
          margin: 0px auto; }
      .col-wrap .col-wrap-contents .col-wrap-contents-table {
        width: 100%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table td {
          border-bottom: 1px solid #d3a500; }
          .col-wrap .col-wrap-contents .col-wrap-contents-table table td li {
            display: inline-block;
            margin-right: 0px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table .nb {
          border-bottom: none; }
        .col-wrap .col-wrap-contents .col-wrap-contents-table table td, .col-wrap .col-wrap-contents .col-wrap-contents-table table th {
          padding: 12px; }
      .col-wrap .col-wrap-contents .col-wrap-contents-list {
        padding: 0%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item {
          width: calc(100% - 24px);
          margin: 6px 12px;
          padding-bottom: 12px;
          border-bottom: 1px dashed #ddd;
          text-align: center;
          line-height: 40px;
          -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: start;
            align-items: start; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .list-num {
              display: block;
              color: #fff;
              font-size: 25px;
              width: 40px;
              height: 40px;
              padding: 0;
              margin-bottom: 0px;
              padding-top: 0px;
              text-align: center;
              margin: 0 auto; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .list-num_wash {
              display: block;
              color: #fff;
              font-size: 25px;
              width: 60px;
              height: 60px;
              padding: 0;
              margin-bottom: 0px;
              padding-top: 20px;
              text-align: center;
              margin: 0 auto; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content {
              width: calc(100% - 40px);
              padding: 0 20px;
              position: relative; }
              .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .num-content-img {
                margin-top: 0px;
                float: none;
                width: 100%;
                padding: 10px 0px; }
              .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.has-num .has-num-content .bold_span_g {
                font-size: 26px;
                font-weight: bold;
                color: #D3A500;
                line-height: 35px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.no-bb {
            border-bottom: none; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-item.wide {
            width: calc(100% - 24px);
            margin-top: 50px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list.has-bgcolor {
          padding: 3% 2%;
          width: 92%;
          margin: 2%;
          background-color: #fff;
          border-radius: 12px; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list.no-wrap {
          flex-wrap: nowrap; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list.tb-p0 {
          padding: 0 4%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list.tb-p0.p_753 {
            padding: 0 0%; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail {
          height: auto; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w40 {
            width: 100%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w70 {
            width: 100%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.w60 {
            width: 100%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail h5 {
            font-family: 'Hannari', serif;
            font-size: 30px;
            margin: 20px 0;
            line-height: 40px;
            text-align: center; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail img {
            width: 100%;
            height: auto; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .attention .attention-title {
            display: block;
            width: 70px;
            height: 64px;
            text-align: center;
            background-color: #777;
            color: #fff;
            font-size: 14px;
            line-height: 60px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .attention .attention-txt {
            width: calc(100% - 70px);
            padding-left: 10px;
            font-size: 14px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list {
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column; }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail .item-list .item-list-item {
              width: 68%;
              margin: 1%;
              margin-bottom: 20px; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul {
            padding: 40px;
            width: calc(100% - 80px); }
            .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul li {
              border-top: 1px solid #777;
              padding: 20px 0;
              display: block; }
              .col-wrap .col-wrap-contents .col-wrap-contents-list .list-detail.rental-list ul li:nth-child(1) {
                border: none; }
        .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img {
          height: auto;
          margin: auto; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img img {
            width: 100%;
            height: auto; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w30 {
            width: 100%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w40 {
            width: 100%; }
          .col-wrap .col-wrap-contents .col-wrap-contents-list .list-img.w60 {
            width: 100%; }

  /*for index newslist*/
  .news-list {
    width: 100%; }
    .news-list li {
      width: 100%;
      background-color: #f2edda;
      padding: 20px 0; }
      .news-list li .news-list-wrap {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        position: relative; }
        .news-list li .news-list-wrap .store {
          position: absolute;
          top: -12px;
          right: 0; }
        .news-list li .news-list-wrap a:hover {
          opacity: 0.7; }
      .news-list li:nth-child(2n) {
        background-color: #eae3c5; }

  /*for index blog-thumbnail*/
  .thum-blog {
    width: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .thum-blog .blog-card {
      width: calc(100% - 40px);
      margin: 0 20px 40px; }
      .thum-blog .blog-card a {
        display: block; }
        .thum-blog .blog-card a .blog-card-thum {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .thum-blog .blog-card a .blog-card-thum img {
            width: 100%;
            height: auto; }
        .thum-blog .blog-card a .blog-card-disc {
          width: calc(100% - 16px);
          padding: 8px; }
          .thum-blog .blog-card a .blog-card-disc h5 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
        .thum-blog .blog-card a:hover {
          opacity: 0.7; }

  /*for index instagram thumbnail*/
  .thum-insta {
    width: 100%;
    flex-wrap: wrap; }
    .thum-insta .thum-insta-card {
      width: calc(50% - 20px);
      margin: 10px; }
      .thum-insta .thum-insta-card img {
        width: 100%;
        height: auto; }

  .staff-bnr {
    width: 100%;
    margin-top: 40px; }
    .staff-bnr a {
      width: 100%;
      height: auto; }
      .staff-bnr a img {
        width: 100%;
        position: relative; }

  /*for index store thumbnail*/
  .store-thum {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .store-thum .store-thum-card {
      width: calc(100% - 40px);
      margin: 0 20px 40px; }
      .store-thum .store-thum-card a {
        display: block;
        position: relative; }
        .store-thum .store-thum-card a img {
          width: 100%;
          height: auto;
          position: relative; }
        .store-thum .store-thum-card a .store-thum-card-name {
          top: calc(50% - 28px);
          left: 0;
          right: 0;
          text-align: center; }
          .store-thum .store-thum-card a .store-thum-card-name span {
            font-size: 27px;
            padding: 8px 24px;
            text-align: center;
            background-color: rgba(40, 22, 1, 0.7); }
        .store-thum .store-thum-card a:hover {
          opacity: 0.7; }

  /*for index links*/
  .link-wrap {
    width: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .link-wrap a {
      display: block;
      border: 1px solid #cbba6f;
      margin: 0 10px 20px; }
      .link-wrap a img {
        width: 100%;
        height: auto; }
      .link-wrap a:hover {
        opacity: 0.7; }

  .card-bt-wrap {
    margin-bottom: 40px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .card-bt-wrap .card-bt {
      width: calc(100% - 40px);
      margin-bottom: 40px; }
      .card-bt-wrap .card-bt:last-child {
        margin-bottom: 0; }
      .card-bt-wrap .card-bt a .brand-logo {
        width: 90%;
        max-width: 280px; }
      .card-bt-wrap .card-bt a .card-bt-title {
        width: 100%;
        display: block;
        background-color: rgba(40, 22, 1, 0.7);
        text-align: center;
        position: absolute;
        bottom: 0; }
        .card-bt-wrap .card-bt a .card-bt-title span {
          font-size: 25px;
          letter-spacing: 0.2em;
          padding: 8px 24px; }
      .card-bt-wrap .card-bt a .card-bt-floaticon {
        display: block;
        width: 140px;
        height: 140px;
        margin: 0 auto;
        position: relative;
        top: 0px;
        left: 0px; }

  /*for contact*/
  #contact-form form {
    width: 100%;
    max-width: 1080px;
    margin: auto; }
  #contact-form .form-item {
    padding: 30px 20px;
    border-bottom: 1px dashed #777;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #contact-form .form-item .form-label {
      width: 100%; }
    #contact-form .form-item .form-tenpo-btn {
      width: 80%;
      background-color: #D3A500;
      padding: 10px;
      text-align: center; }
      #contact-form .form-item .form-tenpo-btn a {
        color: #fff; }
      #contact-form .form-item .form-tenpo-btn:hover {
        opacity: 0.8; }
    #contact-form .form-item .form-parts {
      width: 100%; }
      #contact-form .form-item .form-parts input, #contact-form .form-item .form-parts select {
        width: 100%; }
      #contact-form .form-item .form-parts textarea {
        width: 100%;
        margin-left: 0; }
    #contact-form .form-item .form-parts02 {
      width: 100%; }
    #contact-form .form-item .form-parts03 {
      width: 100%; }
      #contact-form .form-item .form-parts03 input, #contact-form .form-item .form-parts03 select {
        border-radius: 4px;
        border: 1px solid #b2b2b2;
        font-size: 18px;
        padding: 4px 8px;
        background-color: #fff;
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 40px;
        margin: 8px 0;
        display: inline-block; }

  .privacy {
    max-width: 1080px;
    margin: auto; }
    .privacy h5 {
      margin-bottom: 20px; }
    .privacy p {
      line-height: 2em; }
      .privacy p .feed {
        padding-left: 20px; }

  /*for infomation*/
  .info-wrap {
    width: 100%;
    max-width: 768px;
    margin: auto;
    border-bottom: 1px solid #eae3c5; }
    .info-wrap .info-rinen {
      width: 100%;
      max-width: 620px;
      margin: auto; }
      .info-wrap .info-rinen img {
        width: 100%;
        height: auto; }
    .info-wrap table {
      display: block;
      width: 100%; }
      .info-wrap table tr {
        margin: 40px 0;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .info-wrap table tr th {
          min-width: 200px;
          line-height: 32px; }
        .info-wrap table tr td {
          width: 100%; }

  /*for footer*/
  footer {
    width: 100%;
    margin-top: 0px;
    position: relative;
    padding: 40px 0 80px; }
    footer .footer-nav-wrap {
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start; }
      footer .footer-nav-wrap .footer-nav-col {
        width: 48%;
        margin: 0 auto 40px; }
        footer .footer-nav-wrap .footer-nav-col li {
          text-align: center;
          padding: 12px 0;
          margin: 0;
          border: 1px solid #fff;
          margin-top: 8px; }
    footer .copyright {
      display: block;
      background-color: #757069;
      color: #fff;
      text-align: right;
      font-size: 12px;
      width: calc(100% - 8%);
      padding: 8px 4%;
      position: absolute;
      bottom: 0;
      left: 0; }

  /*for blog&news*/
  .post-container {
    width: 100%; }
    .post-container #post-contents .post-date {
      position: absolute;
      top: -20px;
      right: 0; }

  .archive-container {
    width: 100%; }
    .archive-container .col-wrap {
      padding: 40px 0; }

  .has-side {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .has-side .archive-container, .has-side .post-container {
      width: 100%;
      max-width: 100%;
      margin-bottom: 40px; }
      .has-side .archive-container .col-wrap, .has-side .post-container .col-wrap {
        margin-right: 0; }
    .has-side .sidebar {
      width: 100%; }
      .has-side .sidebar #calendar .fc-toolbar.fc-header-toolbar h2 {
        font-size: 21px; }

  /*for contents-page*/
  .panf-wrap h4 {
    font-size: 21px; }
  .panf-wrap .inner-wrap .card-bt-wrap {
    margin-bottom: 0;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .panf-wrap .inner-wrap .card-bt-wrap .card-bt {
      margin: 0 auto 40px; }

  .title-tx {
    font-size: 18px; }
    .title-tx:before {
      content: "";
      width: 6px;
      height: 18px;
      margin-right: 6px; }

  .has-arrow {
    position: relative;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: -50px; }
    .has-arrow:after {
      content: "";
      background-image: url(../images/arrow.png);
      width: 40px;
      height: 62px;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 102%;
      left: calc(50% - 20px); }

  .has-orn {
    width: 80%; }

  .recruit-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; }
    .recruit-wrap .col-wrap-contents-txt {
      padding-top: 0 !important; }
      .recruit-wrap .col-wrap-contents-txt h4 {
        font-family: 'Hannari', serif;
        font-size: 27px;
        text-align: center;
        border-top: 1px solid #d3a500;
        border-bottom: 1px solid #d3a500;
        padding: 8px 0;
        margin-bottom: 20px; }
      .recruit-wrap .col-wrap-contents-txt .recruit-list {
        padding-left: 20px; }
        .recruit-wrap .col-wrap-contents-txt .recruit-list li {
          font-size: 18px;
          list-style: disc;
          margin-bottom: 15px; }
      .recruit-wrap .col-wrap-contents-txt .general-bt-wrap .general-bt a span {
        font-size: 16px; }

  .has-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px; }
    .has-border-bottom.mb0 {
      margin-bottom: 0; }

  .graduate-content {
    position: relative; }
    .graduate-content .col-wrap-contents-img.right, .graduate-content .col-wrap-contents-img.left {
      margin: 60px auto 40px; }
    .graduate-content .graduate-text {
      max-width: 300px;
      top: 0; }

  .kimono-kids-contents .kids-content .kids-content-txt-wrap {
    width: 100%;
    max-width: 800px;
    position: relative; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap img {
      width: 100%;
      height: auto; }
    .kimono-kids-contents .kids-content .kids-content-txt-wrap .kids-content-txt {
      position: absolute;
      width: 58%;
      top: 32%;
      left: 4%;
      padding: 0 0; }
      .kimono-kids-contents .kids-content .kids-content-txt-wrap .kids-content-txt.kids-right-sp {
        left: 35%; }
  .kimono-kids-contents .kids-content .kids-content-kids img {
    width: 100%;
    height: auto; }
  .kimono-kids-contents .kids-content .kids-content-kids.img-left {
    left: initial;
    right: -2%; }
    .kimono-kids-contents .kids-content .kids-content-kids.img-left.left02 {
      right: 55%; }
  .kimono-kids-contents .kids-content .kids-content-kids.img-right {
    right: -8%; }
    .kimono-kids-contents .kids-content .kids-content-kids.img-right.right02 {
      right: 10%; }

  .more-bt {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: block;
    position: absolute;
    top: 65%;
    right: 2%;
    width: 100px;
    padding: 6px 12px;
    color: #cbba6f;
    border: 1px solid #cbba6f;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 1px; } }
@media screen and (max-width: 425px) {
  /*for index thumbnail navigation*/
  #thum-nav .thum-nav-row .thum-nav-card {
    margin-bottom: 0; }
    #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img img {
      max-height: 200px; }
    #thum-nav .thum-nav-row .thum-nav-card .thum-nav-img.mini img {
      max-height: 200px; }

  p.seijin_txt_w {
    padding: 0px 20px;
    margin-bottom: 0px; }

  .section-header-image {
    min-height: initial; }
    .section-header-image img {
      height: auto;
      width: 100%;
      max-width: 768px;
      margin: 0 -130px; }

  .has-side .sidebar {
    min-width: initial; }
    .has-side .sidebar .new-topic10 ul {
      padding: 20px 10px; }

  .archive-container .col-wrap .col-wrap-archive-list {
    padding: 0;
    width: 100%; }
    .archive-container .col-wrap .col-wrap-archive-list .list-img {
      width: 48%;
      margin-right: 2%; }
    .archive-container .col-wrap .col-wrap-archive-list .list-detail {
      width: 100%;
      margin-left: 0; }
      .archive-container .col-wrap .col-wrap-archive-list .list-detail .more-bt {
        position: relative;
        margin-left: auto;
        width: 90%;
        bottom: 0; }
      .archive-container .col-wrap .col-wrap-archive-list .list-detail .tag {
        position: absolute;
        right: 0;
        top: -10px; } }
/*# sourceMappingURL=style.css.map */

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