@charset "UTF-8";
/*
 Theme Name: generic-child
 Template: generic
*/
/* mediaクエリ----------------------- */
/* mediaクエリ----------------------- */
.page-home {
  background-color: #f0eade;
}

.page-home .mv {
  position: relative;
  -webkit-animation: mvfadeIn 6s ease 1s 1 normal backwards;
          animation: mvfadeIn 6s ease 1s 1 normal backwards;
}

.page-home .mv__text {
  -webkit-animation: mvtext 2s ease 4s 1 normal backwards;
          animation: mvtext 2s ease 4s 1 normal backwards;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #d70016;
  padding: 18px 50px 30px 26px;
}

@media (max-width: 880px) {
  .page-home .mv__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .page-home .mv__text {
    padding: 16px 14px;
  }
}

.page-home .mv__text p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #001111;
}

@media (max-width: 480px) {
  .page-home .mv__text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.page-home .mv__text h2 {
  font-size: 24px;
  line-height: 1.6;
  color: #f8f7f7;
  letter-spacing: 4px;
  position: relative;
}

@media (max-width: 880px) {
  .page-home .mv__text h2 {
    font-size: 20px;
    line-height: 44px;
  }
}

@media (max-width: 480px) {
  .page-home .mv__text h2 {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-home .mv__text h2 .fs {
  font-size: 36px;
  display: block;
}

@media (max-width: 880px) {
  .page-home .mv__text h2 .fs {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .page-home .mv__text h2 .fs {
    font-size: 22px;
  }
}

.page-home .mv__text h2 .hikkifont {
  position: absolute;
  bottom: -30px;
  right: -60px;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  .page-home .mv__text h2 .hikkifont {
    right: 0px;
    font-size: 18px;
    bottom: -20px;
  }
}

.page-home .topabout {
  background: #f8f7f7;
  padding: 80px;
  margin-top: -40px;
  z-index: 9;
  position: relative;
}

@media (max-width: 880px) {
  .page-home .topabout {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .page-home .topabout {
    padding: 18px;
    margin-top: -24px;
  }
}

.page-home .topabout .title__01 {
  font-size: 19px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .page-home .topabout .title__01 .subtit {
    font-size: 13px;
  }
}

.page-home .topabout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .page-home .topabout__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.page-home .topabout__flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  letter-spacing: .1rem;
}

.page-home .topabout__flex .photo {
  max-width: 548px;
}

@media (max-width: 880px) {
  .page-home .topabout__flex .photo {
    width: 46%;
  }
}

@media (max-width: 480px) {
  .page-home .topabout__flex .photo {
    width: 70%;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .page-home .topabout .btn__01 {
    margin: 0 0 0 auto;
    display: block;
    width: 80%;
  }
}

.page-home .topsekou {
  background: url("./img/top_bg01.jpg") no-repeat;
  background-size: cover;
  padding: 90px 0;
}

@media (max-width: 480px) {
  .page-home .topsekou {
    padding: 40px 0;
  }
}

.page-home .topsekou .title__01 {
  margin-bottom: 40px;
}

.page-home .topsekou__wrap {
  background-color: #f8f7f7;
  padding: 60px;
}

@media (max-width: 880px) {
  .page-home .topsekou__wrap {
    padding: 20px;
  }
}

.page-home .topsekou__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .page-home .topsekou__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.page-home .topsekou__box {
  width: 440px;
  position: relative;
  background: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}

@media (max-width: 880px) {
  .page-home .topsekou__box {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .page-home .topsekou__box {
    width: 100%;
  }
}

.page-home .topsekou__box:hover {
  border: 1px solid #d70016;
}

.page-home .topsekou__box a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-home .topsekou__box .photo {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}

@media (max-width: 880px) {
  .page-home .topsekou__box .photo {
    height: 220px;
  }
}

.page-home .topsekou__box .photo img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 880px) {
  .page-home .topsekou__box .photo img {
    height: 220px;
  }
}

.page-home .topsekou__box h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.page-home .topsekou__box .ad {
  font-size: .98rem;
  margin-bottom: 2px;
}

.page-home .topsekou__box .tag span {
  display: inline-block;
  background: #d70016;
  color: #fff;
  font-size: .9rem;
  padding: 0 6px;
  margin-right: 2px;
}

.page-home .topsekou__box .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.page-home .topsekou__box .more {
  color: #d70016;
  font-size: .84rem;
  position: relative;
  padding-right: 16px;
}

.page-home .topsekou__box .arrow {
  display: inline-block;
  position: relative;
}

.page-home .topsekou__box .arrow::before, .page-home .topsekou__box .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.page-home .topsekou__box .arrow::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #001111;
  border-right: 1px solid #001111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-home .topsekou__box .arrow::before {
  left: -10px;
  width: 20px;
  height: 1px;
  background: #001111;
}

.page-home .topsekou .btn__01 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-home .topshowroom {
  background-color: #f8f7f7;
  padding: 40px 0;
}

.page-home .topshowroom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 880px) {
  .page-home .topshowroom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.page-home .topshowroom h4 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.page-home .topshowroom .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}

@media (max-width: 880px) {
  .page-home .topshowroom .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 2rem;
  }
}

.page-home .topshowroom .text a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.page-home .topshowroom .text:hover .arrow::before, .page-home .topshowroom .text:hover .arrow::after {
  right: -30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-home .topshowroom .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-home .topshowroom .photo p {
  width: 284px;
}

.page-home .topshowroom .photo p:first-child {
  margin-right: 12px;
}

@media (max-width: 480px) {
  .page-home .topshowroom .photo p {
    width: 48%;
  }
}

.page-home .topshowroom .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-top: 10px;
}

.page-home .topshowroom .more {
  color: #d70016;
  font-size: .84rem;
  position: relative;
  padding-right: 16px;
}

.page-home .topshowroom .arrow {
  display: inline-block;
  position: relative;
}

.page-home .topshowroom .arrow::before, .page-home .topshowroom .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.page-home .topshowroom .arrow::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #001111;
  border-right: 1px solid #001111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-home .topshowroom .arrow::before {
  left: -10px;
  width: 20px;
  height: 1px;
  background: #001111;
}

@-webkit-keyframes mvfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mvfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mvtext {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mvtext {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.concept__mv {
  max-width: 920px;
  margin: auto auto 6rem;
}

.concept__mv .text {
  line-height: 2;
}

.concept__mv .text .textit {
  margin: 1rem 0rem;
  position: relative;
}

.concept__mv .text .textit h3 {
  color: #d70016;
  font-size: 1.6rem;
}

.concept__mv .text .textit .hikkifont {
  left: 8em;
  top: 0;
}

.concept__mv .text p {
  margin-bottom: 1.8rem;
}

.concept__comittment {
  background-color: #f0eade;
}

.concept__comittment .flex01, .concept__comittment .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .concept__comittment .flex01, .concept__comittment .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 10px 14px;
  }
}

.concept__comittment .flex01 .photo, .concept__comittment .flex02 .photo {
  width: 466px;
}

@media (max-width: 880px) {
  .concept__comittment .flex01 .photo, .concept__comittment .flex02 .photo {
    width: 36%;
  }
}

@media (max-width: 480px) {
  .concept__comittment .flex01 .photo, .concept__comittment .flex02 .photo {
    width: 60%;
  }
}

.concept__comittment .flex01 .text, .concept__comittment .flex02 .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  letter-spacing: 1px;
}

.concept__comittment .flex01 .text p, .concept__comittment .flex02 .text p {
  margin-bottom: 1.6rem;
}

.concept__comittment .flex01 .photo {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .concept__comittment .flex01 .photo {
    margin-right: 0;
  }
}

.concept__comittment .flex01 .text {
  padding-right: 3rem;
}

@media (max-width: 880px) {
  .concept__comittment .flex01 .text {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .concept__comittment .flex01 .text {
    padding-right: 0;
  }
}

.concept__comittment .flex01 .text__title {
  position: relative;
}

.concept__comittment .flex01 .text__title h3 {
  color: #d70016;
  font-size: 1.6rem;
}

@media (max-width: 880px) {
  .concept__comittment .flex01 .text__title h3 {
    font-size: 1.2rem;
  }
}

.concept__comittment .flex01 .text__title .hikkifont {
  left: 10em;
  top: -4px;
}

@media (max-width: 480px) {
  .concept__comittment .flex01 .text__title .hikkifont {
    left: auto;
    right: 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .concept__comittment .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.concept__comittment .flex02 .photo {
  margin-left: 40px;
}

@media (max-width: 480px) {
  .concept__comittment .flex02 .photo {
    margin-left: 0;
  }
}

.concept__comittment .flex02 .text {
  padding-left: 3rem;
}

@media (max-width: 480px) {
  .concept__comittment .flex02 .text {
    padding-left: 0;
  }
}

.concept__best {
  position: relative;
}

.concept__best .best-text {
  width: 68%;
  background-color: #d70016;
  color: #f8f7f7;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.18rem;
  letter-spacing: 1px;
}

@media (max-width: 880px) {
  .concept__best .best-text {
    width: 82%;
    font-size: 1.08rem;
    letter-spacing: .6px;
  }
}

@media (max-width: 480px) {
  .concept__best .best-text {
    font-size: 1rem;
    padding: 40px 20px;
  }
}

.concept__best .best-text span {
  top: 0;
  left: -20px;
  font-size: 32px;
}

@media (max-width: 480px) {
  .concept__best .best-text span {
    font-size: 22px;
  }
}

.concept__best .best-text p {
  line-height: 2.2;
}

@media (max-width: 480px) {
  .concept__best .best-text p {
    line-height: 1.8;
    letter-spacing: .6px;
  }
}

.company__top {
  background-color: #f0eade;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
  font-size: 1.2rem;
  line-height: 2.6;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 880px) {
  .company__top {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .company__top {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}

.company__top .fcred {
  color: #d70016;
}

.company__top .hikkifont {
  top: 0;
  left: -20px;
  font-size: 38px;
}

@media (max-width: 880px) {
  .company__top .hikkifont {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .company__top .hikkifont {
    font-size: 22px;
    left: -2px;
  }
}

.company table {
  margin: auto;
  width: 700px;
  margin-bottom: 20px;
}

@media (max-width: 880px) {
  .company table {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .company table {
    width: 100%;
  }
}

.company table th, .company table td {
  border-bottom: 1px solid #d70016;
  padding: 30px 10px 10px;
}

@media (max-width: 480px) {
  .company table th, .company table td {
    width: 100%;
    display: block;
  }
}

.company table th {
  width: 11em;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .company table th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 14px 10px 0 10px;
  }
}

@media (max-width: 480px) {
  .company table td {
    padding: 10px 10px 14px 20px;
  }
}

.company table .ls {
  letter-spacing: 2px;
}

.company__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 140px 0;
}

@media (max-width: 480px) {
  .company__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.company__map > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0;
}

@media (max-width: 480px) {
  .company__map > p {
    display: none;
  }
}

.company__map iframe {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 480px) {
  .company__map iframe {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.company__room {
  margin-bottom: 10rem;
}

@media (max-width: 480px) {
  .company__room {
    margin-bottom: 2rem;
  }
}

.company__room .toptext {
  text-align: center;
  margin: 2rem auto 2rem;
}

.company__room .wp-block-image {
  height: 320px;
  -webkit-box-shadow: 6px 6px #f0eadd;
          box-shadow: 6px 6px #f0eadd;
}

@media (max-width: 880px) {
  .company__room .wp-block-image {
    height: 230px;
  }
}

@media (max-width: 480px) {
  .company__room .wp-block-image {
    height: 160px;
  }
}

.contact__toptext {
  text-align: center;
  margin-bottom: 80px;
}

.contact__toptext .text {
  margin-bottom: 1rem;
}

.contact__toptext .info {
  background-color: #f0eade;
  padding: 30px 20px;
  width: 600px;
  margin: auto;
}

@media (max-width: 880px) {
  .contact__toptext .info {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .contact__toptext .info {
    width: 100%;
  }
}

.contact__toptext .info .telno {
  font-size: 1.1rem;
}

.contact__toptext .info .telno.pcnone {
  position: relative;
  margin-bottom: 10px;
}

.contact__toptext .info .telno.pcnone > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact__toptext .info .telno.pcnone div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__toptext .info .telno.pcnone div .material-icons {
  padding-right: 10px;
}

@media (max-width: 480px) {
  .contact__toptext .info .telno.pcnone {
    background: #caa846;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 4px;
  }
}

.contact__toptext .info .telno .no {
  font-size: 2rem;
  letter-spacing: 4px;
}

.contact__formwrap {
  max-width: 800px;
  margin: 0 auto 8rem auto;
}

.contact__formwrap .toptext {
  text-align: center;
  margin-bottom: 2rem;
}

.contact__formwrap .bottomtext {
  text-align: center;
  margin-bottom: 2rem;
}

.contact__formwrap table th, .contact__formwrap table td {
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  padding: 26px 8px;
  vertical-align: top;
  overflow: hidden;
}

@media (max-width: 880px) {
  .contact__formwrap table th, .contact__formwrap table td {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact__formwrap table th, .contact__formwrap table td {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
}

.contact__formwrap table th {
  width: 260px;
}

.contact__formwrap table th > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 880px) {
  .contact__formwrap table th {
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .contact__formwrap table th {
    width: 100%;
  }
}

@media (max-width: 880px) {
  .contact__formwrap table td {
    padding-top: 6px;
  }
}

.contact__formwrap .icon__hissu {
  display: inline-block;
  background: #d70016;
  color: #fff;
  font-size: .9rem;
  padding: 2px 8px;
  margin-right: 8px;
}

.contact__formwrap .icon__nini {
  font-size: .9rem;
  display: inline-block;
  background: #979797;
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
}

.contact__formwrap input[type="tel"],
.contact__formwrap input[type="email"],
.contact__formwrap input[type="text"],
.contact__formwrap .textarea, .contact__formwrap select, .contact__formwrap textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d70016;
  margin-top: 0;
}

.contact__formwrap input[type="submit"] {
  background-color: #d70016;
  color: #f8f7f7;
  font-family: a-otf-ryumin-pr6n, serif;
  display: block;
  margin: 20px auto;
  letter-spacing: 2px;
  border: 1px solid #d70016;
  min-width: 300px;
}

@media (max-width: 480px) {
  .contact__formwrap input[type="submit"] {
    min-width: none;
  }
}

.contact__formwrap input[type="submit"]:hover {
  opacity: 1;
  background-color: #f8f7f7;
  color: #d70016;
  border: 1px solid #d70016;
}

.works .archive_tit {
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 18px;
  padding-left: 10px;
}

.works__box {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #fff;
}

.works__box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.works__box > a:hover {
  border: 1px solid #d70016;
}

.works__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 880px) {
  .works__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.works__box-flexleft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

@media (max-width: 880px) {
  .works__box-flexleft {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.works__box-flexleft table {
  font-size: .86rem;
}

@media (max-width: 880px) {
  .works__box-flexleft table {
    margin-bottom: 10px;
  }
}

.works__box-flexleft table th, .works__box-flexleft table td {
  padding: 10px 4px 10px 10px;
}

.works__box-flexleft table th {
  padding: 10px 10px 10px 4px;
  width: 5em;
  text-align: left;
  border-right: 1px solid #001111;
}

.works__box-flexleft table td {
  padding: 10px 4px 10px 20px;
}

.works__box-flexright {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
}

.works__box-flexright .mainimg {
  width: 100%;
  height: 320px;
}

@media (max-width: 880px) {
  .works__box-flexright .mainimg {
    height: 26vh;
  }
}

.works__box-flexright .mainimg img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 880px) {
  .works__box-flexright .mainimg img {
    height: 26vh;
  }
}

.works__box-flexright .thumbwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

@media (max-width: 880px) {
  .works__box-flexright .thumbwrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.works__box-flexright .thumbwrap .thumb {
  width: 114px;
  height: 90px;
  margin-right: 4px;
}

@media (max-width: 880px) {
  .works__box-flexright .thumbwrap .thumb {
    width: 24%;
    height: 60px;
  }
}

.works__box-flexright .thumbwrap .thumb:last-child {
  margin-right: 0;
}

.works__box-flexright .thumbwrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 114px;
  height: 90px;
}

@media (max-width: 880px) {
  .works__box-flexright .thumbwrap .thumb img {
    width: 100%;
    height: 60px;
  }
}

.works__box h3 {
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.works__box p {
  letter-spacing: 1px;
}

.works__box-text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: .92rem;
}

.works__box-text p {
  margin-bottom: 10px;
}

.works__box .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works__box .tag span {
  display: inline-block;
  font-size: .8rem;
  background: #d70016;
  padding: 2px 4px;
  color: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
}

.works__box .date {
  text-align: right;
  font-size: .9rem;
  margin: 10px 0 2px;
}

.notfound .text {
  text-align: center;
  margin: 1rem auto 180px;
}

.notfound .title__01 h4 {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.notfound p {
  margin-bottom: 1rem;
}

.notfound .btn_top {
  display: block;
  background: #fff;
  width: 11rem;
  margin: 2rem auto;
  text-align: center;
  text-decoration: none;
  color: #d70016;
  border: 1px solid #d70016;
  padding: 10px;
}

.notfound .btn_top:hover {
  background-color: #d70016;
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .page-2clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.page-2clm .page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
  margin-bottom: 180px;
}

@media (max-width: 480px) {
  .page-2clm .page-main {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

#sidebar {
  float: none;
  width: 20%;
}

@media (max-width: 480px) {
  #sidebar {
    width: 80%;
    margin: auto auto 100px auto;
  }
}

#sidebar .widget-container ul {
  margin-top: 10px;
}

#sidebar .widget {
  margin-bottom: 4rem;
}

#sidebar .widget select[name='archive-dropdown'] {
  margin-left: 2rem;
  padding: 4px 6px;
  font-size: .9rem;
}

#sidebar .widget .widget-title {
  margin-bottom: 8px;
}

#sidebar .widget-area h2 {
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

#sidebar .widget-area a {
  color: #001111;
  text-decoration: none;
}

#sidebar .widget-area a:hover {
  color: #caa846;
  text-decoration: underline;
}

#sidebar .widget-area ul li {
  font-family: a-otf-ryumin-pr6n, serif;
}

#sidebar .widget-area .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
}

#sidebar .widget-area .tag span {
  display: inline-block;
  font-size: .8rem;
  background: #d70016;
  padding: 2px 4px;
  color: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid #d70016;
}

#sidebar .widget-area .tag span a {
  color: #fff;
}

#sidebar .widget-area .tag span:hover {
  background-color: #fff;
}

#sidebar .widget-area .tag span:hover a {
  color: #d70016;
  text-decoration: none;
}

#sidebar .wp-block-tag-cloud {
  padding-left: 10px;
}

#sidebar .wp-block-tag-cloud a {
  display: inline-block;
  font-size: .8rem !important;
  background: #d70016;
  padding: 2px 4px;
  color: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
}

.back-btn {
  display: block;
  background: #fff;
  border: 1px solid #d70016;
  width: 14em;
  margin: 4rem auto;
  color: #d70016;
  text-decoration: none;
  text-align: center;
  padding: 12px 20px;
}

.back-btn:hover {
  background-color: #d70016;
  color: #fff;
}

/*wp-pagenavi */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 40px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #001111;
  background-color: #fff;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #001111;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #d70016;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #d70016;
  border: thin solid #d70016;
}

body {
  font-weight: 300;
  font-style: normal;
  font-family: a-otf-ryumin-pr6n, serif;
  background-color: #f8f7f7;
  color: #001111;
  line-height: 1.6;
}

#header {
  background-color: #d70016;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #header {
    padding: 8px;
  }
}

#header .branding {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .branding:hover {
  opacity: 0.6;
}

#header .branding a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#header .branding h1 {
  display: none;
}

#header .branding__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #header .branding__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#header .branding__logo {
  max-width: 220px;
  padding-right: 8px;
}

@media (max-width: 480px) {
  #header .branding__logo {
    width: 56%;
    max-width: none;
  }
}

#header nav .menu {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  #header nav .menu {
    display: none;
  }
}

#header nav .menu li {
  font-size: 1rem;
  text-align: center;
}

#header nav .menu li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 32px;
  text-decoration: none;
  color: #f8f7f7;
  border-bottom: 1px solid #d70016;
}

#header nav .menu li a:hover {
  color: #f8f7f7;
  text-decoration: none;
  border-bottom: 1px solid #f8f7f7;
}

#header nav .menu li.entry {
  background: #001111;
  min-width: 12rem;
  border: 1px solid #001111;
}

#header nav .menu li.entry a {
  color: #f8f7f7;
  border-bottom: none;
}

#header nav .menu li.entry a:hover {
  border-bottom: none;
  color: #001111;
}

#header nav .menu li.dropbtn {
  position: relative;
}

#header nav .menu li.dropbtn .submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  min-width: 200px;
  z-index: 9;
}

#header nav .menu li.dropbtn .submenu li {
  text-align: left;
}

#header nav .menu li.dropbtn .submenu li a {
  padding: 12px 14px;
  background: #f8f7f7;
  border-bottom: 1px solid #f8f7f7;
  color: #f8f7f7;
}

#header nav .menu li.dropbtn .submenu li:hover a {
  opacity: 0.7;
}

#header nav button {
  display: none;
}

@media (max-width: 1024px) {
  #header nav button {
    display: block;
  }
}

#header .spmenu {
  display: none;
}

@media (max-width: 1000px) {
  #header .spmenu {
    display: block;
  }
}

#header .spmenu_con {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #d70016;
  -webkit-transition: width .2s;
  transition: width .2s;
  z-index: 999;
}

#header .spmenu .menu--isOpen {
  width: 70vw;
  list-style-type: none;
  padding-top: 32px;
  border-left: 1px solid #f8f7f7;
}

#header .spmenu .menu--isOpen li {
  border-bottom: 1px solid #f8f7f7;
  padding: 1rem;
  text-align: left;
}

#header .spmenu .menu--isOpen li a {
  color: #f8f7f7;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#header .spmenu .menu--isOpen li i {
  padding-right: 4px;
}

#header .spmenu .menu--isOpen li.dropbtn .submenu li {
  text-align: left;
  border-bottom: none;
  margin-left: .6rem;
  padding: .4rem;
}

#header .spmenu .menu--isOpen li.dropbtn .submenu li a {
  color: #f8f7f7;
}

#header .spmenu .menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #001111;
  border: 1.8px solid #f8f7f7;
}

@media (max-width: 1024px) {
  #header .spmenu .menu__button {
    top: 8px;
  }
}

#header .spmenu .line {
  display: block;
  width: 80%;
  margin: auto;
  height: 2px;
  background-color: #f8f7f7;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

#header .spmenu .menu__lineTop {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#header .spmenu .menu__lineBottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#header .spmenu .menu--isOpen .menu__lineTop {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .spmenu .menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

#header .spmenu .menu--isOpen .menu__lineBottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*　パーツ */
@media (max-width: 480px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}

@media (max-width: 480px) {
  .pcnone {
    display: block;
  }
}

.l-wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .l-wrap {
    width: 94%;
    max-width: none;
  }
}

@media (max-width: 880px) {
  .l-wrap {
    width: 94%;
    max-width: none;
  }
}

.btn__01 {
  display: inline-block;
  padding: 1rem 4rem 0.4rem 0.2rem;
  border-bottom: 1px solid #001111;
  position: relative;
}

.btn__01 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn__01 .more {
  color: #d70016;
  font-size: .8rem;
}

.btn__01:hover .arrow {
  position: absolute;
  right: 2px;
}

.btn__01:hover p {
  color: #d70016;
}

.btn__01 .arrow {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 16px;
}

.btn__01 .arrow::before, .btn__01 .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn__01 .arrow::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #001111;
  border-right: 1px solid #001111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__01 .arrow::before {
  left: -10px;
  width: 20px;
  height: 1px;
  background: #001111;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.hikkifont {
  font-family: beloved-script, sans-serif;
  color: #caa846;
  font-size: 28px;
  line-height: 1.4;
}

.hikkifont.naname {
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  position: absolute;
}

.bg__01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eade), color-stop(3%, #f8f7f7));
  background: linear-gradient(to bottom, #f0eade, #f8f7f7 3%);
}

.title__01 {
  font-weight: normal;
}

.title__01 h3 {
  font-size: 31px;
  letter-spacing: 1px;
}

@media (max-width: 880px) {
  .title__01 h3 {
    font-size: 24px;
  }
}

.title__01 span {
  color: #d70016;
  font-size: 16px;
  letter-spacing: 1px;
}

.title__01.center {
  text-align: center;
}

.title__01.pagetit {
  padding: 6rem 0;
}

@media (max-width: 480px) {
  .title__01.pagetit {
    padding: 4rem 0;
  }
}

.kakumaru__01 {
  border-radius: 2.8px;
}

footer#footer {
  background-color: #d70016;
  padding: 0;
}

footer#footer .pagetop {
  padding: 10px;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#footer .pagetop .icon {
  font-size: 48px;
}

footer#footer .pagetop:hover {
  color: #caa846;
}

footer .shopinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  footer .shopinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

footer .shopinfo__photo {
  width: 400px;
  margin-right: 40px;
}

@media (max-width: 880px) {
  footer .shopinfo__photo {
    width: 250px;
  }
}

@media (max-width: 480px) {
  footer .shopinfo__photo {
    width: 94%;
    margin: auto;
  }
}

footer .shopinfo__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #f8f7f7;
}

footer .shopinfo__text h4 {
  display: inline-block;
  background-color: #caa846;
  padding: 2px 6px;
  margin-bottom: 40px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

footer .shopinfo__text h4 a {
  color: #f8f7f7;
  text-decoration: none;
}

footer .shopinfo__text h4 a:hover {
  text-decoration: underline;
}

@media (max-width: 880px) {
  footer .shopinfo__text h4 {
    text-align: left;
  }
}

@media (max-width: 480px) {
  footer .shopinfo__text h4 {
    font-size: .8rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

footer .shopinfo__text .ad {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 880px) {
  footer .shopinfo__text .ad {
    text-align: left;
  }
}

@media (max-width: 880px) {
  footer .shopinfo__text .tel {
    text-align: left;
  }
}

footer .shopinfo__text .tel span {
  font-size: 1.6rem;
  letter-spacing: 8px;
  margin-left: 10px;
}

footer .shopinfo .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 880px) {
  footer .shopinfo .btnlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (max-width: 480px) {
  footer .shopinfo .btnlist {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
  }
}

footer .shopinfo .btnlist .btn__01 {
  margin-right: 40px;
  width: 240px;
  border-bottom: 1px solid #f8f7f7;
}

@media (max-width: 880px) {
  footer .shopinfo .btnlist .btn__01 {
    width: 100%;
    max-width: 200px;
    text-align: left;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 480px) {
  footer .shopinfo .btnlist .btn__01 {
    width: 44%;
    font-size: .8rem;
    line-height: 1.8;
    margin: 0;
    padding-right: 2rem;
  }
}

footer .shopinfo .btnlist .btn__01 p {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  footer .shopinfo .btnlist .btn__01 p {
    font-size: .9rem;
  }
}

footer .shopinfo .btnlist .btn__01 .more {
  color: #f8f7f7;
  letter-spacing: 1px;
}

footer .shopinfo .btnlist .btn__01 .arrow::after {
  border-top: 1px solid #f8f7f7;
  border-right: 1px solid #f8f7f7;
}

footer .shopinfo .btnlist .btn__01 .arrow::before {
  background: #f8f7f7;
}

footer .shopinfo .btnlist .btn__01:hover p {
  color: #f8f7f7;
}

footer #copyright {
  background-color: #f8f7f7;
  color: #001111;
  text-align: center;
  padding: 10px 0 0;
}
/*# sourceMappingURL=style.css.map */