@charset "UTF-8";
/* import */
/* -------------------------------------------------------- */
/* variable */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

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

/*
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
*/
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .pc2 {
    display: none !important;
  }
}
/*
.btn {
  text-align: center;
  a {
    position: relative;
    display: inline-block;
    &::before {
      position: absolute;
      content: '';
      width:0;
      height:0;
      border-style:solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #FFFFFF;
      top: calc(50% - 10px);
      right: 20px;
      display: inline-block;
      z-index: 2;
    }
    &::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(#1449a6 0%, #4479b8 0%, #003f92 70.44%, #003f92 100%);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 30px;
      transition: all 0.3s;
    }
    span {
      position: relative;
//      padding: 20px 74px;
      padding: 1.17em 4.05em;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: .15em;
      line-height: 1;
      display: block;
      z-index: 2;
    }
    &:hover {
      &::after {
        opacity: .7;
        transform: scale(0.95, 0.95);
      }
    }
  }
}

.btn02 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  span {
    position: relative;
    padding: 0.61em 2.2em 0.9em;
    color: #fff;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1;
    background: #7D8791;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
//            z-index: 2;
    &::after {
      position: absolute;
      content: '';
      width:0;
      height:0;
      border-style:solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #FFFFFF;
      top: calc(50% - 8px);
      right: 12px;
      display: inline-block;
      z-index: 2;
    }
  }
}
*/
#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

/* layout setting
-------------------------------------------------- */
.main_width {
  margin: 0 auto;
  width: calc(100% - 220px);
  max-width: 1920px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .main_width {
    width: calc(100% - 30px);
  }
}

/*
.sec {
  padding: 100px 0;
  @media only screen and (max-width: $breakpoint_cnts) {
    padding: 50px 0;
  }
}
*/
/* parts */
/* -------------------------------------------------------- */
/* bread_crumb */
/* ------------------------------------ */
.bread_crumb {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .bread_crumb {
    padding: 20px 0 0;
  }
}
.bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread_crumb ul li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  padding: 0 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a, .bread_crumb ul li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 40px auto 0;
  }
}
.page-numbers_wrap ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  padding: 0 1em;
  margin: 5px 3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li {
    padding: 0 0.5em;
  }
}
.page-numbers_wrap ul.pagination li a {
  font-weight: 500;
}
.page-numbers_wrap ul.pagination li a:hover {
  text-decoration: underline;
}
.page-numbers_wrap ul.pagination li.current {
  font-weight: 700;
}
.page-numbers_wrap ul.pagination li.prev, .page-numbers_wrap ul.pagination li.next {
  position: relative;
  font-size: 1.3rem;
}
.page-numbers_wrap ul.pagination li.prev {
  padding: 0 2em 0 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.prev {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #7D8791 transparent transparent;
  top: 0;
  left: 0;
}
.page-numbers_wrap ul.pagination li.next {
  padding: 0 1em 0 2em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.next {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #7D8791;
  top: 0;
  right: 0;
}
.page-numbers_wrap ul.next_prev_link {
  margin: 0 auto 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link {
    display: block;
  }
}
.page-numbers_wrap ul.next_prev_link li {
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.page-numbers_wrap ul.next_prev_link li a {
  position: relative;
  padding: 33px 24px 35px 30px;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers_wrap ul.next_prev_link li a i {
  background: url(../img/common/arrow.svg) no-repeat 0 0;
  width: 10px;
  height: 20px;
}
.page-numbers_wrap ul.next_prev_link li a:hover {
  opacity: 0.7;
}
.page-numbers_wrap ul.next_prev_link li.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.prev {
    margin-right: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.prev a i {
  margin-right: 15px;
}
.page-numbers_wrap ul.next_prev_link li.next {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.next {
    margin-left: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.next a i {
  margin-left: 15px;
  width: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* header */
/* -------------------------------------------------------- */
.header {
  border-top: 6px solid #e1471b;
}
@media screen and (max-width: 767px) {
  .header {
    border-top: 3px solid #e1471b;
  }
}
.header .main_width {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}
.header .main_width .insta {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .header .main_width .insta {
    width: 52px;
  }
}
.header .main_width .insta img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .header .main_width .insta img {
    width: 16px;
  }
}
.header .main_width .logo {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .header .main_width .logo {
    width: 114px;
  }
}
@media screen and (max-width: 767px) {
  .header .main_width .shop {
    width: 52px;
  }
}
.header .main_width .shop a {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .main_width .shop a {
    font-size: 1.2rem;
  }
}
.header .main_width .shop a:hover {
  opacity: 0.7;
}

/* footer */
/* -------------------------------------------------------- */
.footer {
  padding: 40px 50px 240px;
  background: #6c5347;
  border-bottom: 6px solid #e1471b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 20px 70px;
    border-bottom: 3px solid #e1471b;
  }
}
.footer p, .footer small {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.31em;
}
@media only screen and (max-width: 767px) {
  .footer p, .footer small {
    font-size: 1.2rem;
  }
}

/* main */
/* -------------------------------------------------------- */
main {
  position: relative;
}
main img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* mv */
/* -------------------------------------------------------- */
.mv {
  font-size: 0;
  line-height: 0;
}
.mv .mv-slider {
  width: 100%;
}
.mv .mv-slider .slide {
  overflow: hidden;
}
.mv .mv-slider .slide img {
  margin: 0 auto;
  width: 100%;
}

.mv-lead {
  padding: 140px 30px 150px;
  text-align: center;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .mv-lead {
    padding: 80px 15px 60px;
  }
}
.mv-lead p {
  margin-bottom: 2em;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.26em;
  line-height: 2.8;
}
@media only screen and (max-width: 767px) {
  .mv-lead p {
    font-size: 1.3rem;
  }
}

/* item */
/* -------------------------------------------------------- */
.item .slick-prev, .item .slick-next {
  width: 39px;
  height: 74px;
  top: calc(50% - 37px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .item .slick-prev, .item .slick-next {
    width: 19px;
    height: 37px;
    top: calc(50% - 16px);
  }
}
.item .slick-prev::before, .item .slick-next::before {
  content: "";
}
.item .slick-prev {
  left: 30%;
  background: url(../img/arrow_left.svg) no-repeat 0 0;
}
@media (max-width: 767px) {
  .item .slick-prev {
    left: 12%;
  }
}
.item .slick-next {
  right: 30%;
  background: url(../img/arrow_right.svg) no-repeat 0 0;
}
@media (max-width: 767px) {
  .item .slick-next {
    right: 12%;
  }
}

/* onlineshop */
/* -------------------------------------------------------- */
.onlineshop {
  padding: 140px 0;
  text-align: center;
  background: #6c5347;
}
@media only screen and (max-width: 767px) {
  .onlineshop {
    padding: 50px 0;
  }
}
.onlineshop .link_online a {
  margin-bottom: 140px;
  padding: 24px 25px;
  color: #231815;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #e0471b;
  border-radius: 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .onlineshop .link_online a {
    margin-bottom: 40px;
    padding: 15px;
    font-size: 1.2rem;
  }
}
.onlineshop .link_online a:hover {
  opacity: 0.7;
}
.onlineshop .gmap {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .onlineshop .gmap {
    margin: 0 auto 70px;
    padding-bottom: 60%;
    width: 100%;
    max-width: 1096px;
    max-height: 664px;
  }
}
@media only screen and (max-width: 767px) {
  .onlineshop .gmap {
    margin: 0 auto 40px;
    padding-bottom: 75%;
  }
}
.onlineshop .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  border: 0;
}
.onlineshop .gmap iframe, .onlineshop .gmap object, .onlineshop .gmap embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.onlineshop .gmap:hover iframe, .onlineshop .gmap:hover object, .onlineshop .gmap:hover embed {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.onlineshop p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.235em;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .onlineshop p {
    font-size: 1.1rem;
    letter-spacing: 0.135em;
  }
}
.onlineshop p.addr {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .onlineshop p.addr {
    font-size: 1.3rem;
    letter-spacing: 0.135em;
  }
}

/* floor */
/* -------------------------------------------------------- */
.floor {
  padding: 210px 0 260px;
  text-align: center;
  background: #ececea;
}
@media only screen and (max-width: 767px) {
  .floor {
    padding: 60px 0;
  }
}
.floor h2 {
  margin-bottom: 36px;
  color: #231815;
  font-size: 4.8rem;
  letter-spacing: 0.26em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .floor h2 {
    font-size: 2rem;
  }
}
.floor p {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.26em;
  line-height: 2.8;
}
@media only screen and (max-width: 767px) {
  .floor p {
    font-size: 1rem;
  }
}
.floor figure {
  margin: 130px auto 100px;
  max-width: 990px;
}
@media only screen and (max-width: 767px) {
  .floor figure {
    margin: 34px auto 40px;
  }
}
.floor table#info {
  margin: 0 auto 200px;
  border: 1px solid #898989;
}
@media only screen and (max-width: 767px) {
  .floor table#info {
    margin: 0 auto 40px;
  }
}
.floor table#info tr th, .floor table#info tr td {
  padding: 14px 20px;
  font-size: 1.5rem;
  letter-spacing: 0.235em;
  line-height: 1;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid #898989;
}
@media only screen and (max-width: 767px) {
  .floor table#info tr th, .floor table#info tr td {
    padding: 7px 10px;
    font-size: 0.9rem;
  }
}
.floor #calendar {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 1076px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .floor #calendar {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-toolbar-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-col-header-cell-cushion {
    padding: 4px;
    font-size: 1rem;
    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;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-daygrid-day-number {
    font-size: 1rem;
  }
}
.floor #calendar .fc-button-primary {
  padding: 0 0.6em;
  height: 2.1em;
  color: #000;
  font-size: 0.8em;
  background: #fff;
  border: 1px solid #E0E0E0;
}
.floor #calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 4em;
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1.5em;
  }
}
.floor #calendar .fc-daygrid-day {
  background: #fff;
}
.floor #calendar .fc-daygrid-day.fc-day-today {
  background: #fcf8e3;
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-daygrid-block-event .fc-event-time, .floor #calendar .fc-daygrid-block-event .fc-event-title {
    padding: 0px 1px 2px;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-h-event .fc-event-title-container {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .floor #calendar .fc-h-event .fc-event-title {
    font-size: 0.8em;
  }
}
.floor ul {
  margin: 70px auto 0;
  width: 100%;
  max-width: 1076px;
}
@media only screen and (max-width: 767px) {
  .floor ul {
    margin: 20px auto 0;
  }
}
.floor ul li {
  color: #231815;
  font-size: 1.2rem;
  letter-spacing: 0.235em;
  line-height: 2.4;
  padding-left: 1em;
  text-indent: -0.75em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .floor ul li {
    font-size: 0.57rem;
  }
}

/* contact */
/* -------------------------------------------------------- */
.contact {
  padding: 140px 0 100px;
  color: #fff;
  background: #100b05;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}
.contact.inquiry {
  padding: 200px 0 100px;
}
@media only screen and (max-width: 767px) {
  .contact.inquiry {
    padding: 140px 0 50px;
  }
}
.contact h2 {
  margin-bottom: 60px;
  font-size: 2.4rem;
  letter-spacing: 0.26em;
  text-align: center;
}
.contact .main_width {
  width: 100%;
  max-width: 870px;
}
.contact .main_width .inner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .main_width .inner {
    margin-bottom: 30px;
  }
}
.contact .main_width .inner dl {
  padding: 1.9em 3.2em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .contact .main_width .inner dl {
    padding: 0.8em 1.5em;
  }
}
.contact .main_width .inner dl:first-of-type {
  border-top: 1px solid #fff;
}
.contact .main_width .inner dl dt {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact .main_width .inner dl dt {
    margin-bottom: 2em;
  }
}
.contact .main_width .inner dl dt span {
  font-size: 2rem;
  letter-spacing: 0.205em;
}
.contact .main_width .inner dl dt span.error {
  color: #e50012;
}
@media only screen and (max-width: 767px) {
  .contact .main_width .inner dl dt span {
    font-size: 1rem;
  }
}
.contact .main_width .inner .btn_box {
  padding: 4em;
  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;
  border-bottom: 1px solid #fff;
}
.contact .main_width .inner .btn_box .btn {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact .main_width .inner .btn_box .btn {
    padding: 2em;
  }
}
.contact .main_width .inner .btn_box .btn::after {
  position: absolute;
  content: "";
  width: 51px;
  height: 47px;
  background: url(../img/arrow.svg) no-repeat 0 0/contain;
  top: calc(50% - 24px);
  right: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact .main_width .inner .btn_box .btn::after {
    width: 27px;
    height: 25px;
    top: calc(50% - 12px);
  }
}
.contact .main_width .inner .btn_box .btn input[type=submit] {
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.205em;
}
@media screen and (max-width: 767px) {
  .contact .main_width .inner .btn_box .btn input[type=submit] {
    font-size: 1.8rem;
  }
}
.contact .main_width .inner .btn_box .btn:hover::after {
  right: 10%;
}
.contact .main_width .inner .btn {
  text-align: center;
}
.contact .main_width .inner .btn a {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.205em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .contact .main_width .inner .btn a {
    font-size: 1.4rem;
  }
}
.contact .main_width .inner .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #000;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .main_width .inner .btn a:hover::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .main_width.confirm .inner .btn_box {
    padding: 2em 0;
  }
}
.contact .main_width.confirm .inner .btn_box a {
  position: relative;
  width: 50%;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.205em;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .main_width.confirm .inner .btn_box a {
    padding: 2em;
    font-size: 1.8rem;
  }
}
.contact .main_width.confirm .inner .btn_box a button {
  letter-spacing: 0.205em;
}
.contact .main_width.confirm .inner .btn_box a::before {
  position: absolute;
  content: "";
  width: 51px;
  height: 47px;
  background: url(../img/arrow.svg) no-repeat 0 0/contain;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: calc(50% - 24px);
  left: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact .main_width.confirm .inner .btn_box a::before {
    width: 27px;
    height: 25px;
    top: calc(50% - 12px);
  }
}
.contact .main_width.confirm .inner .btn_box a:hover::before {
  left: 10%;
}
.contact .main_width.confirm .inner .btn_box .btn {
  width: 50%;
}
.contact .main_width.thanks .inner {
  padding: 5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .main_width.thanks .inner {
    padding: 5em 0 15em;
  }
}
.contact .main_width.thanks .inner h3 {
  margin-bottom: 2em;
  font-size: 3.5rem;
  letter-spacing: 0.205em;
}
@media screen and (max-width: 767px) {
  .contact .main_width.thanks .inner h3 {
    font-size: 1.8rem;
  }
}
.contact .main_width.thanks .inner p {
  font-size: 2.2rem;
}

/* form */
form button,
form input,
form optgroup,
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
}
form button,
form select {
  text-transform: none;
}
form button,
form [type=button],
form [type=reset],
form [type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=email],
form select,
form textarea {
  padding: 0.8em;
  width: 100%;
  font-size: 1.9rem;
  /*
      &.error{
        border:.2rem solid #f00;
      }
  */
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form select,
  form textarea {
    padding: 0.6em;
    font-size: 1.6rem;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus {
  color: #000;
  background: #e7e7e7 !important;
}
form textarea {
  height: 210px;
}
@media screen and (max-width: 767px) {
  form textarea {
    height: 100px;
  }
}

/* transaction */
/* -------------------------------------------------------- */
.transaction {
  padding: 140px 0 100px;
  color: #231815;
  background: #ececea;
}
@media only screen and (max-width: 767px) {
  .transaction {
    padding: 50px 0;
  }
}
.transaction h2 {
  margin-bottom: 60px;
  font-size: 1.7rem;
  letter-spacing: 0.26em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .transaction h2 {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}
.transaction .main_width {
  margin: 0 auto;
  width: 90%;
  max-width: 740px;
}
@media only screen and (max-width: 767px) {
  .transaction .main_width {
    width: calc(100% - 40px);
  }
}
.transaction .main_width dl {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #898989;
}
.transaction .main_width dl:first-of-type {
  border-top: none;
}
.transaction .main_width dl dt {
  padding: 12px 20px;
  width: 30%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .transaction .main_width dl dt {
    padding: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.transaction .main_width dl dd {
  padding: 12px 20px;
  width: 70%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-left: 1px solid #898989;
}
@media only screen and (max-width: 767px) {
  .transaction .main_width dl dd {
    padding: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.transaction .main_width dl dd p {
  padding-left: 1em;
  text-indent: -1em;
}
.transaction .main_width dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.transaction .main_width dl dd a:hover {
  text-decoration: underline;
}