@charset "UTF-8";
/*                header fix 対応
======================================================= */
.lower #main_area {
  padding-top: 110px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lower #main_area #ft_cont {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .lower #main_area {
    padding-top: 80px;
  }
  .lower #main_area #ft_cont {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .lower #main_area {
    padding-top: 70px;
  }
}
/*                下層共通
======================================================= */
.lower #page_head {
  padding-top: 1em;
}
.lower .title_cont + .read_text {
  padding-top: 20px;
}
.lower .read_text p {
  text-align: center;
  letter-spacing: 0.025em;
}
.lower .read_text p a {
  color: #657b97;
  text-decoration: underline;
}
.lower .read_text p a:hover {
  text-decoration: none;
}
.lower .read_text p + p {
  margin-top: 2.5em;
}
.lower .page_navi > ul, .lower .page_navi > .page_navi_cont {
  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;
  margin: -15px;
}
.lower .page_navi > ul > li, .lower .page_navi > ul > div, .lower .page_navi > .page_navi_cont > li, .lower .page_navi > .page_navi_cont > div {
  width: 33.3333%;
  padding: 15px;
  position: relative;
}
.lower .page_navi > ul > li .link_btn, .lower .page_navi > ul > div .link_btn, .lower .page_navi > .page_navi_cont > li .link_btn, .lower .page_navi > .page_navi_cont > div .link_btn {
  position: relative;
  height: 100%;
}
.lower .page_navi > ul > li .link_btn > a, .lower .page_navi > ul > li .link_btn > div, .lower .page_navi > ul > li .link_btn > span, .lower .page_navi > ul > div .link_btn > a, .lower .page_navi > ul > div .link_btn > div, .lower .page_navi > ul > div .link_btn > span, .lower .page_navi > .page_navi_cont > li .link_btn > a, .lower .page_navi > .page_navi_cont > li .link_btn > div, .lower .page_navi > .page_navi_cont > li .link_btn > span, .lower .page_navi > .page_navi_cont > div .link_btn > a, .lower .page_navi > .page_navi_cont > div .link_btn > div, .lower .page_navi > .page_navi_cont > div .link_btn > span {
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .lower .page_navi > ul, .lower .page_navi > .page_navi_cont {
    margin: -10px;
  }
  .lower .page_navi > ul > li, .lower .page_navi > ul > div, .lower .page_navi > .page_navi_cont > li, .lower .page_navi > .page_navi_cont > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .lower .page_navi > ul, .lower .page_navi > .page_navi_cont {
    margin: -5px;
  }
  .lower .page_navi > ul > li, .lower .page_navi > ul > div, .lower .page_navi > .page_navi_cont > li, .lower .page_navi > .page_navi_cont > div {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .lower .page_navi > ul, .lower .page_navi > .page_navi_cont {
    margin: -5px;
  }
  .lower .page_navi > ul > li, .lower .page_navi > ul > div, .lower .page_navi > .page_navi_cont > li, .lower .page_navi > .page_navi_cont > div {
    width: 100%;
    padding: 5px;
  }
}
.lower .page_navi > ul.set4 > li, .lower .page_navi > ul.set4 > div, .lower .page_navi > .page_navi_cont.set4 > li, .lower .page_navi > .page_navi_cont.set4 > div {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .lower .page_navi > ul.set4 > li, .lower .page_navi > ul.set4 > div, .lower .page_navi > .page_navi_cont.set4 > li, .lower .page_navi > .page_navi_cont.set4 > div {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .lower .page_navi > ul.set4 > li, .lower .page_navi > ul.set4 > div, .lower .page_navi > .page_navi_cont.set4 > li, .lower .page_navi > .page_navi_cont.set4 > div {
    width: 100%;
  }
}

.table_cont table {
  width: 100%;
  border-top: solid 1px #d5d5d5;
}
.table_cont table tr {
  border-bottom: solid 1px #d5d5d5;
}
.table_cont table tr th, .table_cont table tr td {
  text-align: left;
  padding: 1.25em 1.5em;
}
.table_cont table tr th {
  padding: 1em 1.5em;
  font-weight: bold;
  background-color: #eef1f4;
  font-size: 18px;
}
.table_cont table tr td {
  padding: 1.25em 1.75em;
}
@media only screen and (max-width: 1024px) {
  .table_cont table tr th {
    padding: 0.8em 1.15em;
    font-size: 17px;
  }
  .table_cont table tr td {
    padding: 1em 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .table_cont table tr th {
    padding: 0.6em 0.9em;
    font-size: 15px;
  }
  .table_cont table tr td {
    padding: 0.8em 0.9em;
  }
}
@media only screen and (max-width: 640px) {
  .table_cont table {
    display: block;
    font-size: 14px;
  }
  .table_cont table tbody {
    width: 100%;
    display: block;
  }
  .table_cont table tr {
    display: block;
  }
  .table_cont table tr > tr, .table_cont table tr th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.table_cont.simple_table > p + p, .table_cont.simple_table > p + table, .table_cont.simple_table > table + p, .table_cont.simple_table > table + table {
  margin-top: 0.5em;
}
.table_cont.simple_table table tr th {
  width: 13em;
  min-width: 11.6em;
}
.table_cont.simple_table table tr td {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .table_cont.simple_table table tr th {
    width: 13em;
    min-width: 11.6em;
  }
}
@media only screen and (max-width: 768px) {
  .table_cont.simple_table table tr th {
    width: 13em;
    min-width: 11.6em;
  }
}
@media only screen and (max-width: 640px) {
  .table_cont.simple_table table {
    display: block;
  }
  .table_cont.simple_table table tbody {
    width: 100%;
    display: block;
  }
  .table_cont.simple_table table tr {
    display: block;
  }
  .table_cont.simple_table table tr > tr, .table_cont.simple_table table tr th {
    display: block;
    width: 100%;
  }
}
.table_cont.simple_table .logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -10px;
}
.table_cont.simple_table .logo_list > ul, .table_cont.simple_table .logo_list > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
}
.table_cont.simple_table .logo_list li {
  margin-left: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .table_cont.simple_table .logo_list {
    margin-left: -10px;
    margin-bottom: -5px;
  }
  .table_cont.simple_table .logo_list > ul, .table_cont.simple_table .logo_list > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -5px;
  }
  .table_cont.simple_table .logo_list li {
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .table_cont.simple_table .logo_list {
    height: 30px;
  }
}
.table_cont.simple_table .logo_list li img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .table_cont.simple_table .logo_list li img {
    height: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .table_cont.simple_table .logo_list li img {
    height: 30px;
  }
}

/*                パーツ
======================================================= */
.line_bnr a {
  display: block;
  width: 100%;
  max-width: 586px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .line_bnr a {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .line_bnr a {
    padding: 7px;
    height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .line_bnr a {
    padding: 5px;
    height: 100px;
  }
}
.line_bnr a:hover {
  text-decoration: none;
}
.line_bnr a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #657b97;
  opacity: 0.8;
}
.line_bnr a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  border: solid 2px #fff;
  padding: 20px;
  overflow: hidden;
}
.line_bnr a > span:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0%, 100%);
      -ms-transform: rotate(-45deg) translate(0%, 100%);
          transform: rotate(-45deg) translate(0%, 100%);
}
@media only screen and (max-width: 480px) {
  .line_bnr a > span {
    border: solid 1px #fff;
  }
}
.line_bnr a > span > span {
  padding-top: 70px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  position: relative;
}
.line_bnr a > span > span:before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAyCAQAAABLlGXYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflAhESFTb/lUeYAAAEmUlEQVRYw61ZW2xUVRRdd2ag2NoWim0tpkCrDRaoBURSIx/y0EwgRbQaKyohkSYoaEz6UzW+TUxMkBhJTEQgIPihiTQVCBAhCjWNLyAOtKkhLYxUiu1QbCEZtZ3lx0xv7+OcuXse+/z07L3XnnX23uece28NQiAG5mE+ZqICBciDH2O4jisIoxOdGJAEkEnAw16MVQiiDrM19hGcxgkcxi9ZYUP9WMrdHKZMfud2lhKZDZ3hAX4jpDEubSzPlIyqTLn4AJtTSu9WbMUVy/wOVOMuVKMQOTAQxQ104QK6EE61Z5bic02HXMZFRDCCf1GIfMxAJXIB/IAtOGv6LMJarEYNJinwYziPY/gaHdKeeUFRgD7u4tOs5mSHbzHXsskyX8/vRQX9kZtoePfM6y7gcTZyiqDe9fw1pQ7r5jPJybziAJzlKlHj5XFPis0el1aW6cg0OlzfEu6BJexNiwpJRhhUkam0OUXtTknGyrSJjMs6N5mQxXyTNUIqdRlTIckGO5mNNuNCIZUy/pMVMuS9E2T8vG4xNIpPzFDaP+6UgfiOBcHnLOpWMZWWrFEhyd3jZM6YqhinC6lMYyyrZMg5hA+VWGAex7sQEd5GzTBSur285T3A4BZ8bCpq8ZsIaGAQRQr9II4gBl8SZAzEQ5ihtJWAe81E9Yj7ZZkm1YtF6JkadJMPVSazU+KUrtTo54rQNRr98gBuNyfdYjK6cHvQAsKftExjmK+xzQtgmjm5JiZTrrVUi2O4pdTabKNCkIGpGfykXnICGEZhYpInhun2yxCOIOZRJmKFpTVsiwwgYia9QkiFGNZYgvhJgJ+NXqV+xGcx3CfOzGWNvkqEnqPR/xnAGTyamNRhuvAEPoegUr8PLZ5liqFWY+sE77ccOy8JD71glu+luGwwCPSjNMHtkvY11i4BRFAg8pRLDLcFAOzEqwnFLLxouan0MoodaBb4HUc/Jjt+EliOYoXvfgyBYKklVaPOJ3bNKBakfb8Ge6fSu5LwAbiK7SY/P46KkjpgZlMvRRq96gj5FD2AQQDIwyCmmIY2PCIidN7zYgzjKnIcZYphkcsvgjL8B/Pt4HFbyg7SLyhVBceytI8sD+TxscNmDrFWQGdFVqg85XxvAsHvHE6vqV/Ps3zibJyIZg3s4ymHYzef5y0edBYznDaRG1xjjeUMfdgF6PDMTgG/SIvKt5xlj+QOvc0Fmmqzl7OBj7GJ77CNG0ztav6cEpE/uMm9LNVKG9hnAy6w2Nbwb5vtfYttHU8KqexUF1+d+Hx+YoFO1PVNReB2G9klfJvtvOlBZq664PpOuGZCmwmCuWzVBj/Ku23YEj7MzfyInyl6kCQrUiVz2oR+SLCWF7RULvFAko8oT7i+VfzFgNpX/4X8IhYm/ipBPdpcd9MQ+tCFc2hHKOmV8BVC+NL2ctOrffTXrmibuZKoY2VhLuOtnhvefoLtteAP6Pz0AdZrinLIsdWl42Uzwhupk8nnqILKu2kRiY8H2UOyQ7+YZOAnHUSiE1/f0hyTeE8ye3Lws+w3qZxgVYZUPIfh8c+vItSjBlGcxDHRA1dG8j8Im4j3dyxS3wAAAABJRU5ErkJggg==);
  width: 70px;
  height: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .line_bnr a > span > span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .line_bnr a > span > span {
    padding-top: 60px;
    font-size: 16px;
  }
  .line_bnr a > span > span:before {
    width: 60px;
    height: 46px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .line_bnr a > span > span {
    padding-top: 46px;
    font-size: 15px;
  }
  .line_bnr a > span > span:before {
    width: 46px;
    height: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .line_bnr a > span:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(-45deg) translate(0%, 100%);
        -ms-transform: rotate(-45deg) translate(0%, 100%);
            transform: rotate(-45deg) translate(0%, 100%);
  }
  .line_bnr a:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .line_bnr a:hover > span:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(-45deg) translate(100%, 200%);
        -ms-transform: rotate(-45deg) translate(100%, 200%);
            transform: rotate(-45deg) translate(100%, 200%);
  }
  .line_bnr a:hover:before {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.dotted_list ul li {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.02em;
}
.dotted_list ul li + li {
  margin-top: 0.5em;
}
.dotted_list ul li:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #657b97;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

/*                flow_cont
======================================================= */
@media only screen and (max-width: 768px) {
  .flow_cont_row {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow_cont_row .row > div + div {
    margin-top: 30px;
  }
}
.flow_cont_row .flow_cont .image_cont {
  position: relative;
}
.flow_cont_row .flow_cont .image_cont .num {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #657b97;
}
.flow_cont_row .flow_cont .image_cont .num > span {
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .flow_cont_row .flow_cont .image_cont .num {
    width: 42px;
    height: 42px;
  }
  .flow_cont_row .flow_cont .image_cont .num > span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .flow_cont_row .flow_cont .image_cont .num {
    width: 40px;
    height: 40px;
  }
  .flow_cont_row .flow_cont .image_cont .num > span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .flow_cont_row .flow_cont .min_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5em;
  }
  .flow_cont_row .flow_cont .min_title h1, .flow_cont_row .flow_cont .min_title h2, .flow_cont_row .flow_cont .min_title h3, .flow_cont_row .flow_cont .min_title > p {
    padding-bottom: 0em;
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 768px) {
  .flow_cont_row .flow_cont .min_title h1, .flow_cont_row .flow_cont .min_title h2, .flow_cont_row .flow_cont .min_title h3, .flow_cont_row .flow_cont .min_title > p {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
  }
}
.flow_cont_row .flow_cont .detail_text {
  margin-top: 1.25em;
}
.flow_cont_row .flow_cont .detail_text p, .flow_cont_row .flow_cont .detail_text li {
  line-height: 1.7;
  letter-spacing: 0.07em;
}
.flow_cont_row .flow_cont .detail_text p + p, .flow_cont_row .flow_cont .detail_text p + ul, .flow_cont_row .flow_cont .detail_text ul + p, .flow_cont_row .flow_cont .detail_text ul + ul {
  margin-top: 1.5em;
}
.flow_cont_row .flow_cont .detail_text ul.bnrs {
  margin-left: -6px;
}
.flow_cont_row .flow_cont .detail_text ul.bnrs li {
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 769px) {
  .flow_cont_row .flow_cont .detail_text .qr_cord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord > span {
    padding: 0 5px;
    width: 50%;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord > span.line_add_friends img {
    max-width: 155px;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord img {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .flow_cont_row .flow_cont .detail_text {
    margin-top: 0.755em;
  }
  .flow_cont_row .flow_cont .detail_text p, .flow_cont_row .flow_cont .detail_text li {
    font-size: 14px;
  }
  .flow_cont_row .flow_cont .detail_text ul.bnrs {
    margin-left: -4px;
  }
  .flow_cont_row .flow_cont .detail_text ul.bnrs li {
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 4px;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord {
    text-align: center;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord img {
    display: block;
    margin: auto;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord span {
    display: block;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord span.line_add_friends img {
    width: 185px;
    max-width: 100%;
  }
  .flow_cont_row .flow_cont .detail_text .qr_cord span + span {
    margin-top: 1.5em;
  }
}
.flow_cont_row .flow_cont .detail_text .caution {
  margin-top: 0.25em;
}
.flow_cont_row .flow_cont .detail_text .caution p {
  font-size: 14px;
  color: #bf0000;
}

/*                sidebar layout
======================================================= */
@media only screen and (min-width: 769px) {
  .sidebar_layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .sidebar_layout .main {
    display: block;
    width: 900px;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .sidebar_layout .sidebar {
    width: 310px;
    min-width: 310px;
    padding-left: 60px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .sidebar_layout .sidebar .sidebar_item {
    position: sticky;
    margin-bottom: 0;
    top: 135px;
    z-index: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sidebar_layout .sidebar {
    width: 260px;
    min-width: 260px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar_layout .sidebar {
    width: 210px;
    min-width: 210px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar_layout.left_sidebar .main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar_layout.left_sidebar .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sidebar_layout.left_sidebar .sidebar {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar_layout.left_sidebar .sidebar {
    padding-left: 0px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_layout .sidebar {
    margin-top: 50px;
  }
}

/*                #sidebar
======================================================= */
@media only screen and (max-width: 768px) {
  #sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 60px 0 0;
    width: 100%;
  }
  #sidebar .sidebar_item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    margin: 60px 0 0;
  }
}
#sidebar .sidebar_cont + .sidebar_cont {
  margin-top: 60px;
}
#sidebar .category_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dotted 1px #ddd;
}
#sidebar .category_list ul li > a {
  position: relative;
  padding: 1em;
  display: block;
  width: 100%;
  position: relative;
  position: relative;
}
#sidebar .category_list ul li > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  #sidebar .category_list ul li > a:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sidebar .category_list ul li > a:hover:after {
    opacity: 0.1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1200px) {
  #sidebar .category_list ul li > a {
    padding: 0.75em;
  }
}
#sidebar .category_list.staff_list ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sidebar .category_list.staff_list ul li > a .thumb {
  position: relative;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  max-width: 70px;
  min-width: 70px;
  width: 70px;
  height: 70px;
}
#sidebar .category_list.staff_list ul li > a .thumb .size {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sidebar .category_list.staff_list ul li > a .thumb .photo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#sidebar .category_list.staff_list ul li > a .thumb .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 200%;
  height: 100%;
}
#sidebar .category_list.staff_list ul li > a .text {
  padding-left: 1.25em;
}
#sidebar .category_list.staff_list ul li > a .text > span {
  display: block;
  letter-spacing: 0.1em;
}
#sidebar .category_list.staff_list ul li > a .text > span.name {
  font-weight: bold;
  font-weight: 600;
}
#sidebar .category_list.staff_list ul li > a .text > span.name_en {
  margin-top: 0.5em;
  color: #657b97;
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  #sidebar .category_list.staff_list ul li > a .thumb {
    position: relative;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  #sidebar .category_list.staff_list ul li > a .text {
    padding-left: 1em;
  }
}
#sidebar .wpp-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dotted 1px #ddd;
  margin-bottom: 0;
}
#sidebar .wpp-list li > a {
  position: relative;
  padding: 1em;
  display: none;
}
#sidebar .wpp-list li > a:hover {
  text-decoration: none;
}
#sidebar .wpp-list li > a.wpp-post-title {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 3em;
}
#sidebar .wpp-list li > a.wpp-post-title:before {
  position: absolute;
  left: 1em;
  top: 50%;
  display: block;
  content: "1";
  padding-top: 3px;
  line-height: 16px;
  width: 24px;
  height: 21px;
  font-size: 14px;
  text-align: center;
  background-color: #657b97;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  #sidebar .wpp-list li > a.wpp-post-title:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sidebar .wpp-list li > a.wpp-post-title:hover:after {
    opacity: 0.1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#sidebar .wpp-list li > a img.wpp-thumbnail {
  display: none;
}
#sidebar .wpp-list li + li > a.wpp-post-title:before {
  content: "2";
  background-color: #7c8fa6;
}
#sidebar .wpp-list li + li + li > a.wpp-post-title:before {
  content: "3";
  background-color: #93a2b6;
}
#sidebar .wpp-list li + li + li + li > a {
  display: none;
}
#sidebar .wpp-list li + li + li + li > a.wpp-post-title:before {
  content: "4";
  background-color: #b2b2b2;
}
#sidebar .wpp-list li + li + li + li + li > a.wpp-post-title:before {
  content: "5";
  background-color: #b2b2b2;
}
#sidebar .wpp-list li .wpp-meta {
  display: none;
}
#sidebar .staff_list ul li:nth-child(2) {
  display: none;
}

/*                ページネーション
======================================================= */
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li .screen-reader-text {
  display: none;
}
.pagenation ul li > span, .pagenation ul li > a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  border: solid 1px #333;
  color: #333;
  font-weight: normal;
  font-size: 16px;
}
.pagenation ul li > span:hover, .pagenation ul li > a:hover {
  text-decoration: none;
  color: #fff;
  border: solid 1px #657b97;
  background-color: #657b97;
}
.pagenation ul li + li {
  margin-left: 10px;
}
.pagenation ul li.active > span, .pagenation ul li.active > a {
  border: solid 1px #657b97;
  background: #657b97;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .pagenation ul li > span, .pagenation ul li > a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .pagenation ul li + li {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .pagenation ul li > span, .pagenation ul li > a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pagenation ul li + li {
    margin-left: 5px;
  }
}

.nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-links ul li {
  /*span{
   background: #404040;
  }
   a{
   background: #a6a6a6;
  }*/
}
.nav-links ul li .screen-reader-text {
  display: none;
}
.nav-links ul li > span, .nav-links ul li > a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  border: solid 1px #333;
  color: #333;
  font-weight: normal;
  font-size: 16px;
}
.nav-links ul li > span:hover, .nav-links ul li > a:hover {
  text-decoration: none;
  color: #fff;
  border: solid 1px #657b97;
  background-color: #657b97;
}
.nav-links ul li + li {
  margin-left: 10px;
}
.nav-links ul li > span.current, .nav-links ul li > a.current {
  border: solid 1px #657b97;
  background: #657b97;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .nav-links ul li > span, .nav-links ul li > a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .nav-links ul li + li {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-links ul li > span, .nav-links ul li > a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .nav-links ul li + li {
    margin-left: 5px;
  }
}

/*                bread
======================================================= */
@media only screen and (max-width: 768px) {
  #bread {
    display: none;
  }
}
#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#bread ol li {
  display: inline-block;
  float: left;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 68.8%;
}
#bread ol li:before {
  content: "\f105";
  margin: 0 1em;
}
#bread ol li:first-child:before {
  content: "";
  margin: 0;
}

/*                ページネーション
======================================================= */
.pagination {
  margin-top: 50px;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links, .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media only screen and (max-width: 768px) {
  .pagination .nav-links, .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination .nav-links span, .pagination .nav-links a, .pagination .nav-links li, .pagination ul span, .pagination ul a, .pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  background-color: #a6a6a6;
  color: #fff;
  text-decoration: none;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .nav-links span:hover, .pagination .nav-links a:hover, .pagination .nav-links li:hover, .pagination ul span:hover, .pagination ul a:hover, .pagination ul li:hover {
  opacity: 0.8;
}
.pagination .nav-links span.next, .pagination .nav-links span.prev, .pagination .nav-links a.next, .pagination .nav-links a.prev, .pagination .nav-links li.next, .pagination .nav-links li.prev, .pagination ul span.next, .pagination ul span.prev, .pagination ul a.next, .pagination ul a.prev, .pagination ul li.next, .pagination ul li.prev {
  display: none;
}
.pagination .nav-links span.current, .pagination .nav-links a.current, .pagination .nav-links li.current, .pagination ul span.current, .pagination ul a.current, .pagination ul li.current {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links span.current:hover, .pagination .nav-links a.current:hover, .pagination .nav-links li.current:hover, .pagination ul span.current:hover, .pagination ul a.current:hover, .pagination ul li.current:hover {
  opacity: 1;
}
.pagination .nav-links span.dots, .pagination .nav-links a.dots, .pagination .nav-links li.dots, .pagination ul span.dots, .pagination ul a.dots, .pagination ul li.dots {
  margin: 0;
  background-color: #fff;
  color: #a6a6a6;
}
.pagination .nav-links span.dots:hover, .pagination .nav-links a.dots:hover, .pagination .nav-links li.dots:hover, .pagination ul span.dots:hover, .pagination ul a.dots:hover, .pagination ul li.dots:hover {
  opacity: 1;
}
.pagination .nav-links li:first-child, .pagination ul li:first-child {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li:first-child a, .pagination ul li:first-child a {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li:first-child a:hover, .pagination ul li:first-child a:hover {
  opacity: 1;
}

/*                各種ファイル読み込み
======================================================= */
body#first .ill_cont {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
body#first .ill_cont > div {
  width: 100%;
}
body#first .ill_cont > div + div {
  margin-top: 25px;
}
body#first .ill_cont > div > div + div {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  body#first .ill_cont > div + div {
    margin-top: 20px;
  }
  body#first .ill_cont > div > div + div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .ill_cont > div + div {
    margin-top: 15px;
  }
  body#first .ill_cont > div > div + div {
    margin-top: 15px;
  }
}
body#first .ill_cont .ill_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body#first .ill_cont .ill_block img {
  display: block;
  width: auto;
  margin: auto;
}
body#first .ill_cont .ill_block .caption {
  width: 100%;
}
body#first .ill_cont .ill_block .caption p {
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body#first .ill_cont .ill_block .caption p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .ill_cont .ill_block .caption p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body#first .ill_cont .ill_block .caption p {
    font-size: 15px;
  }
}
body#first .ill_cont p {
  letter-spacing: 0.015em;
}
body#first .ill_cont .price p {
  font-weight: bold;
  font-weight: 600;
}
body#first .ill_cont .thumbs_cont_row {
  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;
  margin: -15px;
}
body#first .ill_cont .thumbs_cont_row > div {
  width: 20%;
  padding: 15px;
}
@media only screen and (max-width: 1200px) {
  body#first .ill_cont .thumbs_cont_row {
    margin: -10px;
  }
  body#first .ill_cont .thumbs_cont_row > div {
    padding: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body#first .ill_cont .thumbs_cont_row {
    margin: -5px;
  }
  body#first .ill_cont .thumbs_cont_row > div {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  body#first .ill_cont .thumbs_cont_row {
    margin: -5px;
  }
  body#first .ill_cont .thumbs_cont_row > div {
    width: 33.3333%;
    padding: 5px;
  }
}
@media only screen and (min-width: 769px) {
  body#first .fleximage_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#first .fleximage_cont .image_cont {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 400px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
  body#first .fleximage_cont .detail_cont {
    width: 100%;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  body#first .fleximage_cont .image_cont {
    min-width: 360px;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
  body#first .fleximage_cont .detail_cont {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body#first .fleximage_cont .image_cont {
    min-width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
  body#first .fleximage_cont .detail_cont {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
  body#first .fleximage_cont .image_cont {
    min-width: 260px;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
  }
  body#first .fleximage_cont .detail_cont {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .fleximage_cont .image_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  body#first .fleximage_cont .image_cont .inner {
    margin: auto;
  }
  body#first .fleximage_cont .image_cont .inner img {
    max-width: 300px;
  }
}
body#first .fleximage_cont .image_cont .inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  body#first .fleximage_cont .image_cont .inner.shoes_02 {
    width: 113.833%;
    position: relative;
    -webkit-transform: translateX(-13.833%);
        -ms-transform: translateX(-13.833%);
            transform: translateX(-13.833%);
  }
}
@media only screen and (max-width: 768px) {
  body#first .fleximage_cont .image_cont .inner.shoes_02 img {
    -webkit-transform: translateX(-6.9165%);
        -ms-transform: translateX(-6.9165%);
            transform: translateX(-6.9165%);
  }
}
body#first .fleximage_cont .detail_cont > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#first .fleximage_cont .detail_cont .detail_text p, body#first .fleximage_cont .detail_cont .detail_text li {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body#first .fleximage_cont .detail_cont .detail_text > div + div, body#first .fleximage_cont .detail_cont .detail_text > div + p, body#first .fleximage_cont .detail_cont .detail_text > p + div, body#first .fleximage_cont .detail_cont .detail_text > p + p {
  margin-top: 1.5em;
}
body#first .fleximage_cont .detail_cont .price p {
  font-weight: bold;
  font-weight: 600;
}
body#first .delivery_cont_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
body#first .delivery_cont_row > div {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  body#first .delivery_cont_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#first .delivery_cont_row > div {
    width: 100%;
  }
  body#first .delivery_cont_row > div + div {
    margin-top: 30px;
  }
}
body#first .delivery_cont_row .delivery_cont {
  border-top: solid 3px #f1f1f1;
  padding-top: 1.5em;
}
body#first .delivery_cont_row .delivery_cont + .delivery_cont {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  body#first .delivery_cont_row .delivery_cont {
    padding-top: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  body#first .delivery_cont_row .delivery_cont {
    padding-top: 1em;
  }
}
body#first .delivery_cont_row .delivery_cont p + p, body#first .delivery_cont_row .delivery_cont p + ul, body#first .delivery_cont_row .delivery_cont ul + p, body#first .delivery_cont_row .delivery_cont ul + ul {
  margin-top: 1em;
}
body#first .delivery_cont_row .delivery_cont .area_map + p, body#first .delivery_cont_row .delivery_cont .area_map + ul {
  margin-top: 1.5em;
}
body#first .delivery_cont_row .delivery_cont ul.caution li {
  font-size: 14px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.5;
}
body#first .delivery_cont_row .delivery_cont ul.caution li + li {
  margin-top: 0.5em;
}
body#first .delivery_cont_row .delivery_cont .inline_sagawalogo img {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
body#first .delivery_cont_row .delivery_cont .delivery_timezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
}
body#first .delivery_cont_row .delivery_cont .delivery_timezone li {
  width: 20%;
  padding-left: 25px;
}
@media only screen and (max-width: 1024px) {
  body#first .delivery_cont_row .delivery_cont .delivery_timezone {
    margin-left: -5px;
  }
  body#first .delivery_cont_row .delivery_cont .delivery_timezone li {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .delivery_cont_row .delivery_cont .delivery_timezone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  body#first .delivery_cont_row .delivery_cont .delivery_timezone li {
    width: auto;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body#first .delivery_cont_row .delivery_cont .delivery_timezone li {
  text-align: center;
}
body#first .delivery_cont_row .delivery_cont .delivery_timezone li img {
  display: block;
  width: auto;
}
body#first .delivery_cont_row .delivery_cont .delivery_timezone li p {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 1em;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body#first .delivery_cont_row .delivery_cont .delivery_timezone li p {
    margin-top: 0.5em;
  }
}
body#first .delivery_cont_row .delivery_cont .area_map img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body#first .delivery_cont_row .delivery_cont .area_map img {
    width: 400px;
  }
}
body#first .orderflow_index {
  overflow: hidden;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  body#first .orderflow_index {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .orderflow_index {
    margin-bottom: 20px;
  }
}
body#first .orderflow_index ol {
  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;
  margin-left: -30px;
}
body#first .orderflow_index ol li {
  width: 10%;
  padding-left: 30px;
  position: relative;
}
body#first .orderflow_index ol li > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  body#first .orderflow_index ol li > a > div {
    position: relative;
    z-index: 1;
  }
  body#first .orderflow_index ol li > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body#first .orderflow_index ol li > a:hover:after {
    opacity: 0.35;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
body#first .orderflow_index ol li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  body#first .orderflow_index ol {
    margin-left: -20px;
  }
  body#first .orderflow_index ol li {
    padding-left: 20px;
  }
  body#first .orderflow_index ol li:before {
    left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .orderflow_index ol {
    margin-left: -15px;
  }
  body#first .orderflow_index ol li {
    padding-left: 15px;
  }
  body#first .orderflow_index ol li:before {
    left: 4px;
    width: 9px;
    height: 9px;
    border: 9px solid transparent;
    border-left: 9px solid #d5d5d5;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  body#first .orderflow_index ol {
    margin-top: -20px;
  }
  body#first .orderflow_index ol li {
    width: 100%;
    padding-top: 20px;
  }
  body#first .orderflow_index ol li:before {
    position: absolute;
    top: 3px;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
    -webkit-transform: translateX(-25%) translateY(0%) rotate(90deg);
        -ms-transform: translateX(-25%) translateY(0%) rotate(90deg);
            transform: translateX(-25%) translateY(0%) rotate(90deg);
  }
}
body#first .orderflow_index .index_cont {
  display: block;
  border: solid 3px #002b60;
  position: relative;
  height: 100%;
  position: relative;
}
body#first .orderflow_index .index_cont .step_head {
  background-color: #002b60;
  width: 100%;
  padding: 0.65em 0.1em;
}
body#first .orderflow_index .index_cont .step_head p {
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-size: 16px;
}
body#first .orderflow_index .index_cont .step_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.15em 0.25em 1em;
}
body#first .orderflow_index .index_cont .step_p p {
  font-weight: bold;
  font-weight: 600;
  color: #002b60;
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  body#first .orderflow_index .index_cont .step_p p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1024px) {
  body#first .orderflow_index .index_cont .step_head {
    padding: 0.65em 0;
  }
  body#first .orderflow_index .index_cont .step_head p {
    font-size: 13px;
  }
  body#first .orderflow_index .index_cont .step_p {
    padding: 0.75em 0.25em;
  }
  body#first .orderflow_index .index_cont .step_p p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .orderflow_index .index_cont .step_head {
    padding: 0.25em 0;
  }
  body#first .orderflow_index .index_cont .step_head p {
    font-size: 12px;
  }
  body#first .orderflow_index .index_cont .step_p {
    padding: 0.7em 0.25em;
  }
  body#first .orderflow_index .index_cont .step_p p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  body#first .orderflow_index .index_cont .step_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.25em 1.25em 0.25em;
  }
  body#first .orderflow_index .index_cont .step_p p {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
body#first .flow_cont + .flow_cont {
  margin-top: 1em;
}
body#first .flow_cont .flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 4px #002b60;
  position: relative;
}
body#first .flow_cont .flow_title .step_head {
  background-color: #002b60;
  width: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0.45em 0.1em;
}
body#first .flow_cont .flow_title .step_head span {
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-size: 16px;
  margin-top: 0.2em;
}
body#first .flow_cont .flow_title h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  color: #002b60;
}
@media only screen and (max-width: 1024px) {
  body#first .flow_cont .flow_title {
    border-bottom: solid 3px #002b60;
  }
  body#first .flow_cont .flow_title .step_head {
    width: 5em;
    padding: 0.35em 0.1em;
  }
  body#first .flow_cont .flow_title .step_head span {
    font-size: 14px;
    margin-top: 0.2em;
  }
  body#first .flow_cont .flow_title h2 {
    padding-left: 1em;
    line-height: 1.5;
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 480px) {
  body#first .flow_cont .flow_title {
    border-bottom: solid 2px #002b60;
  }
  body#first .flow_cont .flow_title .step_head {
    width: 3.6em;
    padding: 0.25em 0.1em;
  }
  body#first .flow_cont .flow_title .step_head span {
    font-size: 13px;
    margin-top: 0.2em;
  }
  body#first .flow_cont .flow_title h2 {
    padding-left: 0.5em;
    font-size: 16px;
  }
}
body#first .flow_cont .flow_detail {
  margin-top: 1em;
  overflow: hidden;
}
body#first .flow_cont .flow_detail .float_image {
  float: right;
  margin: 0 0 1em 2em;
}
@media only screen and (max-width: 1200px) {
  body#first .flow_cont .flow_detail .float_image {
    margin: 0 0 1em 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  body#first .flow_cont .flow_detail .float_image {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body#first .flow_cont .flow_detail .float_image {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 0 0.5em 0;
  }
  body#first .flow_cont .flow_detail .float_image img {
    margin: auto;
    display: block;
    max-width: 260px;
  }
}
body#first .flow_cont .flow_detail p {
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  body#first .flow_cont .flow_detail p {
    font-size: 15px;
    line-height: 1.5;
  }
}
body#first .info_cont {
  background-color: #eff2f4;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body#first .info_cont {
    padding: 5px;
  }
}
body#first .info_cont .inner {
  position: relative;
}
body#first .info_cont .inner .inner_main {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .inner .inner_main {
    padding: 20px 0;
  }
  body#first .info_cont .inner .inner_main .info_cont_width {
    position: relative;
  }
  body#first .info_cont .inner .inner_main .info_cont_width:before {
    position: absolute;
    right: 20px;
    width: 100px;
    height: 100%;
    display: block;
    content: "";
    background-image: url(../media/images/first/ill_suit01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  body#first .info_cont .inner .inner_main .info_cont_width:before {
    display: none;
  }
}
body#first .info_cont .inner .inner_main .inner_main_detail {
  margin-bottom: 1.5em;
  padding-right: 200px;
}
@media only screen and (max-width: 1100px) {
  body#first .info_cont .inner .inner_main .inner_main_detail {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .inner .inner_main .inner_main_detail {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 480px) {
  body#first .info_cont .inner .inner_main .inner_main_detail {
    padding-right: 0px;
  }
}
body#first .info_cont .inner .inner_main .inner_main_detail p {
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .inner .inner_main .inner_main_detail p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .inner .inner_main .link_btn {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 480px) {
  body#first .info_cont .inner .inner_main .link_btn {
    padding-right: 0px;
  }
}
body#first .info_cont .inner .inner_bottom {
  padding-top: 1em;
  background-color: #eff2f4;
  padding-bottom: 0.25em;
}
body#first .info_cont .inner .inner_bottom .info_cont_width {
  position: relative;
}
body#first .info_cont .inner .inner_bottom .info_cont_width:before {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 200px;
  height: 308px;
  display: block;
  content: "";
  background-image: url(../media/images/first/ill_suit01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 1100px) {
  body#first .info_cont .inner .inner_bottom .info_cont_width:before {
    right: 40px;
    width: 126px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .inner .inner_bottom .info_cont_width:before {
    display: none;
  }
}
body#first .info_cont .inner .inner_bottom p {
  font-size: 14px;
}
body#first .info_cont .info_cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
@media only screen and (max-width: 1100px) {
  body#first .info_cont .info_cont_width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body#first .info_cont .info_cont_width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*                Ｑ＆Ａ
======================================================= */
.faq_cont {
  padding-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq_cont {
    padding-bottom: 0.5em;
  }
}
.faq_cont:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: #657b97;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.first_open:before {
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed:before {
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed.first_open:before {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont .faq_q {
  padding: 1.5em 10px 0.5em;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq_cont .faq_q {
    padding: 1em 0px 0.25em;
  }
}
.faq_cont .faq_q h2, .faq_cont .faq_q h3, .faq_cont .faq_q p {
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  line-height: 1;
  color: #657b97;
  line-height: 1.5;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 1.75em;
  padding-right: 40px;
  position: relative;
}
.faq_cont .faq_q h2:before, .faq_cont .faq_q h3:before, .faq_cont .faq_q p:before {
  position: absolute;
  display: block;
  content: "";
  right: 0.15em;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7.8px 4.5px;
  border-color: transparent transparent #657b97 transparent;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont .faq_q h2 .mark, .faq_cont .faq_q h3 .mark, .faq_cont .faq_q p .mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -0.1em;
  line-height: 1.1;
  font-size: 125%;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}
@media only screen and (max-width: 1024px) {
  .faq_cont .faq_q h2, .faq_cont .faq_q h3, .faq_cont .faq_q p {
    font-size: 112.5%;
  }
  .faq_cont .faq_q h2 .mark, .faq_cont .faq_q h3 .mark, .faq_cont .faq_q p .mark {
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 768px) {
  .faq_cont .faq_q h2, .faq_cont .faq_q h3, .faq_cont .faq_q p {
    padding-left: 1.5em;
    padding-right: 15px;
    font-size: 18px;
  }
  .faq_cont .faq_q h2 .mark, .faq_cont .faq_q h3 .mark, .faq_cont .faq_q p .mark {
    font-size: 20px;
    top: 0.05em;
  }
  .faq_cont .faq_q h2:before, .faq_cont .faq_q h3:before, .faq_cont .faq_q p:before {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .faq_cont .faq_q h2, .faq_cont .faq_q h3, .faq_cont .faq_q p {
    font-size: 16px;
  }
  .faq_cont .faq_q h2 .mark, .faq_cont .faq_q h3 .mark, .faq_cont .faq_q p .mark {
    font-size: 18px;
    top: -0.015em;
  }
  .faq_cont .faq_q h2:before, .faq_cont .faq_q h3:before, .faq_cont .faq_q p:before {
    right: 0;
  }
}
.faq_cont .faq_q h2 span, .faq_cont .faq_q h3 span, .faq_cont .faq_q p span {
  display: inline-block;
}
.faq_cont .faq_a {
  position: relative;
  display: none;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .faq_cont .faq_a {
    padding-top: 0.5em;
  }
}
.faq_cont .faq_a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 100%;
  height: 2px;
  margin: auto;
  background-image: linear-gradient(to right, #657b97, #657b97 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont .faq_a .cont_detail {
  padding: 30px 30px 20px;
  background-color: #eef1f0;
  position: relative;
}
.faq_cont .faq_a .cont_detail > div {
  padding-left: 2em;
  position: relative;
}
.faq_cont .faq_a .cont_detail p {
  letter-spacing: 0.06em;
}
.faq_cont .faq_a .cont_detail p a {
  text-decoration: underline;
  color: #002b60;
}
.faq_cont .faq_a .cont_detail p a:hover {
  text-decoration: none;
  color: #002b60;
}
.faq_cont .faq_a .cont_detail .mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -0.15em;
  line-height: 1.1;
  font-size: 150%;
}
@media only screen and (max-width: 1024px) {
  .faq_cont .faq_a .cont_detail {
    padding: 20px 20px 15px;
  }
  .faq_cont .faq_a .cont_detail > div {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .faq_cont .faq_a .cont_detail {
    padding: 20px 20px 10px;
  }
  .faq_cont .faq_a .cont_detail p {
    font-size: 14px;
  }
  .faq_cont .faq_a .cont_detail .mark {
    font-size: 20px;
  }
}
.faq_cont.first_open .faq_a:after {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.first_open .faq_q h2:before, .faq_cont.first_open .faq_q h3:before, .faq_cont.first_open .faq_q p:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed .faq_a:after {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed .faq_q h2:before, .faq_cont.closed .faq_q h3:before, .faq_cont.closed .faq_q p:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed.first_open .faq_a:after {
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.closed.first_open .faq_q h2:before, .faq_cont.closed.first_open .faq_q h3:before, .faq_cont.closed.first_open .faq_q p:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_cont.first_open .faq_a {
  display: block;
}
.faq_cont.closed .faq_a:after {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body#first .flow_movie {
  width: 100%;
  margin: 0 auto;
  max-width: 560px;
  margin-bottom: 45px;
}
body#first .flow_movie iframe {
  width: 100%;
}

body#reserve .reserve_intro {
  padding-top: 60px;
  padding-bottom: 40px;
}
body#reserve .reserve_intro p + p, body#reserve .reserve_intro p + ul {
  margin-top: 0.5em;
}
body#reserve .reserve_intro ul li {
  font-size: 14px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.6;
}
body#reserve .reserve_intro ul li + li {
  margin-top: 0.5em;
}
body#reserve .calendar_cont {
  background-color: #eef1f4;
  padding: 100px;
}
@media only screen and (max-width: 1200px) {
  body#reserve .calendar_cont {
    padding: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  body#reserve .calendar_cont {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#reserve .calendar_cont {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .calendar_cont {
    padding: 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
body#reserve .calendar_cont_inner .page_navi > div {
  margin: -5px -5px 5px;
}
body#reserve .calendar_cont_inner .page_navi > div > div {
  padding: 5px;
}
body#reserve .calendar_cont_inner .page_navi .link_btn > a > span:before, body#reserve .calendar_cont_inner .page_navi .link_btn > span > span:before {
  display: none;
}
body#reserve .calendar_cont_inner .simplebookin_cont {
  padding: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  body#reserve .calendar_cont_inner .simplebookin_cont {
    padding: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  body#reserve .calendar_cont_inner .simplebookin_cont {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#reserve .calendar_cont_inner .simplebookin_cont {
    padding: 20px;
  }
}
body#reserve .simplebookin_cont .monthly-calendar table caption {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  color: #657b97;
  font-size: 25px;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  body#reserve .simplebookin_cont .monthly-calendar table caption {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  body#reserve .simplebookin_cont .monthly-calendar table caption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .simplebookin_cont .monthly-calendar table caption {
    font-size: 20px;
  }
}
body#reserve .simplebookin_cont .monthly-calendar table a:hover {
  text-decoration: none;
  color: #657b97;
}
body#reserve .simplebookin_cont .monthly-calendar table tr {
  border-bottom: solid 2px #000;
}
body#reserve .simplebookin_cont .monthly-calendar table tr + tr {
  border-bottom: solid 1px #ccc;
}
body#reserve .simplebookin_cont .monthly-calendar table th {
  padding: 0 0.1em 0.5em;
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
  width: 14.2857142857%;
}
body#reserve .simplebookin_cont .monthly-calendar table td {
  padding: 1.25em 0.1em 0.75em;
  text-align: center;
  font-size: 16px;
  width: 14.2857142857%;
}
body#reserve .simplebookin_cont .monthly-calendar table td .day-number {
  font-weight: normal;
  font-weight: 500;
}
body#reserve .simplebookin_cont .monthly-calendar table td .calendar-mark {
  margin-top: 0.25em;
  color: #ccc;
}
body#reserve .simplebookin_cont .monthly-calendar table td.full .calendar-mark {
  font-size: 12px;
}
body#reserve .simplebookin_cont .monthly-calendar table td.today {
  position: relative;
  overflow: hidden;
  position: relative;
}
body#reserve .simplebookin_cont .monthly-calendar table td.today:before {
  content: "店舗まで";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(-2.25em) translateX(-50%);
      -ms-transform: translateY(-2.25em) translateX(-50%);
          transform: translateY(-2.25em) translateX(-50%);
  display: block;
  width: 6em;
  max-width: 100%;
  padding: 0 5px;
  font-size: 12px;
}
body#reserve .simplebookin_cont .monthly-calendar table td.today:after {
  content: "お問合せ下さい";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  -webkit-transform: translateY(-0.5em) translateX(-50%);
      -ms-transform: translateY(-0.5em) translateX(-50%);
          transform: translateY(-0.5em) translateX(-50%);
  width: 100%;
  max-width: 100%;
  padding: 0 5px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  body#reserve .simplebookin_cont .monthly-calendar table td.today:before {
    content: "店舗まで";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(-3em) translateX(-50%);
        -ms-transform: translateY(-3em) translateX(-50%);
            transform: translateY(-3em) translateX(-50%);
    display: block;
    width: 6em;
    max-width: 100%;
    font-size: 11px;
  }
  body#reserve .simplebookin_cont .monthly-calendar table td.today:after {
    content: "お問合せ下さい";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    -webkit-transform: translateY(-0.25em) translateX(-50%);
        -ms-transform: translateY(-0.25em) translateX(-50%);
            transform: translateY(-0.25em) translateX(-50%);
    width: 100%;
    height: 2.5em;
    max-width: 100%;
    font-size: 11px;
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .simplebookin_cont .monthly-calendar table td.today .day-number {
    display: none;
  }
}
body#reserve .simplebookin_cont .monthly-calendar table td.today .calendar-mark {
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  body#reserve .simplebookin_cont .monthly-calendar table th {
    font-size: 15px;
  }
  body#reserve .simplebookin_cont .monthly-calendar table td {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .simplebookin_cont .monthly-calendar table th {
    font-size: 14px;
  }
  body#reserve .simplebookin_cont .monthly-calendar table td {
    font-size: 14px;
  }
  body#reserve .simplebookin_cont .monthly-calendar table td .calendar-mark {
    font-size: 13px;
  }
}
body#reserve .simplebookin_cont .monthly-calendar table .week-title.sun, body#reserve .simplebookin_cont .monthly-calendar table .day-box.sun .day-number {
  color: #333;
}
body#reserve .simplebookin_cont .monthly-calendar table .week-title.sat, body#reserve .simplebookin_cont .monthly-calendar table .day-box.sat .day-number {
  color: #333;
}
body#reserve .simplebookin_cont .monthly-calendar table .day-box.no-day {
  background-color: #f3f3f3;
}
body#reserve .simplebookin_cont .monthly-prev-next {
  margin-top: 1.5em;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a, body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev .no-link, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next .no-link {
  display: block;
  padding: 0.5em 0;
  position: relative;
  line-height: 1.1;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a:before, body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev .no-link:before, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a:before, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next .no-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 50%;
  font-size: 14px;
  font-weight: 600;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a {
  color: #333;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a:hover, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a:hover {
  text-decoration: none;
  color: #657b97;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev .no-link, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next .no-link {
  color: #ccc;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a, body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev .no-link {
  padding-left: 1.2em;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev a:before, body#reserve .simplebookin_cont .monthly-prev-next .monthly-prev .no-link:before {
  left: 0;
  content: "\f137";
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next .no-link {
  padding-right: 1.2em;
}
body#reserve .simplebookin_cont .monthly-prev-next .monthly-next a:before, body#reserve .simplebookin_cont .monthly-prev-next .monthly-next .no-link:before {
  right: 0;
  content: "\f138";
}
body#reserve .simplebookin_cont .day-calendar {
  text-align: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
body#reserve .simplebookin_cont .day-calendar h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  color: #657b97;
  font-size: 25px;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 0.25em;
}
body#reserve .simplebookin_cont .day-calendar p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  color: #657b97;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 1024px) {
  body#reserve .simplebookin_cont .day-calendar h3 {
    font-size: 22px;
  }
  body#reserve .simplebookin_cont .day-calendar p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body#reserve .simplebookin_cont .day-calendar h3 {
    font-size: 20px;
  }
  body#reserve .simplebookin_cont .day-calendar p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .simplebookin_cont .day-calendar h3 {
    font-size: 20px;
  }
  body#reserve .simplebookin_cont .day-calendar p {
    font-size: 18px;
  }
}
body#reserve .simplebookin_cont .day-calendar table {
  width: 100%;
}
body#reserve .simplebookin_cont .day-calendar table a:hover {
  text-decoration: none;
  color: #657b97;
}
body#reserve .simplebookin_cont .day-calendar table th {
  padding: 0.25em 0.5em;
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
}
body#reserve .simplebookin_cont .day-calendar table td {
  padding: 0.25em 0.5em;
  text-align: center;
  font-size: 16px;
}
body#reserve .simplebookin_cont .day-calendar table td .day-number {
  font-weight: normal;
  font-weight: 500;
}
body#reserve .simplebookin_cont .day-calendar table td .calendar-mark {
  margin-top: 0.25em;
  color: #ccc;
}
@media only screen and (max-width: 768px) {
  body#reserve .simplebookin_cont .day-calendar table th {
    font-size: 15px;
  }
  body#reserve .simplebookin_cont .day-calendar table td {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  body#reserve .simplebookin_cont .day-calendar table th {
    font-size: 14px;
  }
  body#reserve .simplebookin_cont .day-calendar table td {
    font-size: 14px;
  }
  body#reserve .simplebookin_cont .day-calendar table td .calendar-mark {
    font-size: 13px;
  }
}
body#reserve .simplebookin_cont .day-calendar table .week-title.sun, body#reserve .simplebookin_cont .day-calendar table .day-box.sun .day-number {
  color: #333;
}
body#reserve .simplebookin_cont .day-calendar table .week-title.sat, body#reserve .simplebookin_cont .day-calendar table .day-box.sat .day-number {
  color: #333;
}
body#reserve .simplebookin_cont .day-calendar table .day-box.no-day {
  background-color: #f3f3f3;
}

#booking-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#booking-form input[type=text],
#booking-form input[type=email],
#booking-form input[type=tel],
#booking-form select, #booking-form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  max-width: 100%;
  padding: 0.5em 0.5em 0.4em;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
#booking-form input[type=text]::-webkit-input-placeholder, #booking-form input[type=email]::-webkit-input-placeholder, #booking-form input[type=tel]::-webkit-input-placeholder, #booking-form select::-webkit-input-placeholder, #booking-form textarea::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#booking-form input[type=text]::-moz-placeholder, #booking-form input[type=email]::-moz-placeholder, #booking-form input[type=tel]::-moz-placeholder, #booking-form select::-moz-placeholder, #booking-form textarea::-moz-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#booking-form input[type=text]:-ms-input-placeholder, #booking-form input[type=email]:-ms-input-placeholder, #booking-form input[type=tel]:-ms-input-placeholder, #booking-form select:-ms-input-placeholder, #booking-form textarea:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#booking-form input[type=text]::-ms-input-placeholder, #booking-form input[type=email]::-ms-input-placeholder, #booking-form input[type=tel]::-ms-input-placeholder, #booking-form select::-ms-input-placeholder, #booking-form textarea::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#booking-form input[type=text]::placeholder,
#booking-form input[type=email]::placeholder,
#booking-form input[type=tel]::placeholder,
#booking-form select::placeholder, #booking-form textarea::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #booking-form input[type=text],
  #booking-form input[type=email],
  #booking-form input[type=tel],
  #booking-form select, #booking-form textarea {
    padding: 1em 1em 0.9em;
    font-size: 14px;
  }
  #booking-form input[type=text]::-webkit-input-placeholder, #booking-form input[type=email]::-webkit-input-placeholder, #booking-form input[type=tel]::-webkit-input-placeholder, #booking-form select::-webkit-input-placeholder, #booking-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  #booking-form input[type=text]::-moz-placeholder, #booking-form input[type=email]::-moz-placeholder, #booking-form input[type=tel]::-moz-placeholder, #booking-form select::-moz-placeholder, #booking-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  #booking-form input[type=text]:-ms-input-placeholder, #booking-form input[type=email]:-ms-input-placeholder, #booking-form input[type=tel]:-ms-input-placeholder, #booking-form select:-ms-input-placeholder, #booking-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  #booking-form input[type=text]::-ms-input-placeholder, #booking-form input[type=email]::-ms-input-placeholder, #booking-form input[type=tel]::-ms-input-placeholder, #booking-form select::-ms-input-placeholder, #booking-form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  #booking-form input[type=text]::placeholder,
  #booking-form input[type=email]::placeholder,
  #booking-form input[type=tel]::placeholder,
  #booking-form select::placeholder, #booking-form textarea::placeholder {
    font-size: 14px;
  }
}
#booking-form fieldset {
  border-style: none;
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
  text-align: right;
}
#booking-form fieldset legend {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0.1em 0.25em 0;
  border-bottom: solid 2px #002b60;
}
@media only screen and (max-width: 1200px) {
  #booking-form fieldset legend {
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 1024px) {
  #booking-form fieldset legend {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #booking-form fieldset legend {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  #booking-form fieldset legend {
    font-size: 16px;
  }
}
#booking-form fieldset table {
  margin-top: 0.25em;
  border-spacing: 0px;
  text-align: left;
}
#booking-form fieldset table tr th, #booking-form fieldset table tr td {
  padding: 1.25em 0.5em;
  border-top: solid 1px #ddd;
  border-left-style: none;
  border-right-style: none;
  vertical-align: middle;
}
#booking-form fieldset table tr + tr th, #booking-form fieldset table tr + tr td {
  border-top-style: none;
}
#booking-form fieldset table tr th {
  padding-right: 1.5em;
  text-align: right;
  width: 10em;
  max-width: 10em;
}
#booking-form fieldset table tr td .input-number {
  display: inline-block;
}
#booking-form fieldset table tr td .input-number br {
  display: none;
}
#booking-form fieldset table tr td .input-number input {
  width: 4em;
}
@media only screen and (max-width: 640px) {
  #booking-form fieldset {
    text-align: center;
  }
  #booking-form fieldset table {
    display: block;
    width: 100%;
  }
  #booking-form fieldset table tbody {
    display: block;
    width: 100%;
  }
  #booking-form fieldset table tr {
    display: block;
    width: 100%;
  }
  #booking-form fieldset table tr th, #booking-form fieldset table tr td {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-top: solid 1px #ddd;
  }
  #booking-form fieldset table tr th {
    padding: 0.75em 0 0.25em;
    border-bottom-style: none;
  }
  #booking-form fieldset table tr td {
    padding: 0 0 0.75em;
    border-top-style: none;
  }
  #booking-form fieldset .content-text.medium,
  #booking-form fieldset .content-text.fat {
    width: 100%;
  }
}
#booking-form #action-button button {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #657b97;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  padding: 1.15em 2em 1.05em;
  max-width: 17em;
  width: 100%;
  margin: auto;
  position: relative;
}
#booking-form #action-button button:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-10px, -4px);
      -ms-transform: translate(-10px, -4px);
          transform: translate(-10px, -4px);
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  background-image: url(../media/images/common/icon_link_btn.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#booking-form #action-button button:hover, #booking-form #action-button button:active {
  text-decoration: none;
  background-color: #002b60;
}
@media only screen and (max-width: 1024px) {
  #booking-form #action-button button {
    padding: 0.9em 2em 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  #booking-form #action-button button {
    font-size: 14px;
    padding: 0.7em 1.5em 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  #booking-form #action-button button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #booking-form #action-button button:hover:before {
    -webkit-transform: translate(-10px, -4px) rotateZ(90deg);
        -ms-transform: translate(-10px, -4px) rotate(90deg);
            transform: translate(-10px, -4px) rotateZ(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#booking-form th label[for=client-adult]:before {
  content: "ご注文";
}
#booking-form #booking-message-fieldset {
  position: relative;
}
#booking-form #booking-message-fieldset:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 40em;
  height: 2em;
  content: "2人以上のご注文や、お連れ様がいる場合はこちらにご記入下さい";
  max-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
}
#booking-form #booking-message-fieldset table {
  margin-top: 5.5em;
}
#booking-form #booking-message-fieldset legend {
  position: relative;
}
#booking-form #booking-message-fieldset legend:before, #booking-form #booking-message-fieldset legend:after {
  position: absolute;
  left: 50%;
  max-width: 100%;
  max-width: 90vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
}
#booking-form #booking-message-fieldset legend:before {
  bottom: -4.25em;
  width: 40em;
  height: 2em;
  content: "ご注文者が女性の場合は、備考にご記入ください。";
}
#booking-form #booking-message-fieldset legend:after {
  bottom: -5.75em;
  width: 40em;
  height: 2em;
  content: "(サンプルや、サイズゲージの移動のため）";
}
@media only screen and (max-width: 600px) {
  #booking-form #booking-message-fieldset:before {
    width: 100%;
    height: 4em;
  }
  #booking-form #booking-message-fieldset table {
    margin-top: 7.5em;
  }
  #booking-form #booking-message-fieldset legend:before {
    bottom: -6.25em;
    width: 100vw;
    height: 2em;
  }
  #booking-form #booking-message-fieldset legend:after {
    bottom: -7.75em;
    width: 100vw;
    height: 2em;
  }
}
@media only screen and (max-width: 480px) {
  #booking-form #booking-message-fieldset table {
    margin-top: 8.5em;
  }
  #booking-form #booking-message-fieldset legend:before {
    bottom: -8.25em;
    width: 100vw;
    height: 4em;
    content: "ご注文者が女性の場合は、備考にご記入ください。(サンプルや、サイズゲージの移動のため）";
  }
  #booking-form #booking-message-fieldset legend:after {
    display: none;
  }
}

body#order .order_index {
  padding: 80px 0 0;
}
body#order .order_index ul {
  margin: -15px;
  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;
  width: 100%;
}
body#order .order_index ul > li {
  padding: 15px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body#order .order_index {
    padding: 50px 0 0;
  }
  body#order .order_index ul {
    margin: -10px;
  }
  body#order .order_index ul > li {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body#order .order_index ul {
    margin: -5px;
  }
  body#order .order_index ul > li {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  body#order .order_index {
    padding: 30px 0 0;
  }
  body#order .order_index ul > li {
    width: 100%;
  }
}
body#order .order_index ul li > a {
  display: block;
  position: relative;
}
body#order .order_index ul li > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: #fcf7f2;
  position: relative;
  z-index: 1;
  padding: 15px;
}
body#order .order_index ul li > a > span img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  body#order .order_index ul li > a:before {
    display: block;
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: solid 5px #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  body#order .order_index ul li > a:hover:before {
    opacity: 0.25;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

body.items .item_detail_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
body.items .item_detail_cont > div {
  padding: 0 20px;
}
body.items .item_detail_cont > div.item_detail {
  width: 54.75%;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
body.items .item_detail_cont > div.item_cart {
  width: 45.25%;
  min-width: 380px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media only screen and (max-width: 1200px) {
  body.items .item_detail_cont {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.items .item_detail_cont > div {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body.items .item_detail_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.items .item_detail_cont > div.item_detail {
    width: 100%;
  }
  body.items .item_detail_cont > div.item_cart {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.items .item_detail_cont > div.item_cart {
    min-width: 100%;
  }
}
body.items .item_detail_cont .item_detail .item_slide {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 1024px) {
  body.items .item_detail_cont .item_detail .item_slide {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  body.items .item_detail_cont .item_detail .item_slide {
    margin-bottom: 20px;
  }
}
body.items .item_detail_cont .item_detail .item_slide .flexslider {
  border-style: none;
  margin: 0 0 7px;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider .slides {
  width: 100%;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider .slides img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body.items .item_detail_cont .item_detail .item_slide .flexslider {
    margin: 0 0 5px;
  }
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -7px;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li {
  padding: 7px;
  width: 33.3333%;
}
@media only screen and (max-width: 1200px) {
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb {
    margin: 0 -5px -5px;
  }
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li {
    padding: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb {
    margin: 0 -7px -7px;
  }
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li {
    padding: 7px;
  }
}
@media only screen and (max-width: 900px) {
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb {
    margin: 0 -5px -5px;
  }
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb {
    margin: 0 -5px -5px;
  }
  body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li {
    padding: 5px;
  }
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li > span {
  display: block;
  position: relative;
  cursor: pointer;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li > span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #657b97;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li.flex-active > span {
  display: block;
}
body.items .item_detail_cont .item_detail .item_slide .flexslider-controls .thumb li.flex-active > span:before {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.items .item_detail_cont .item_detail .item_slide_text {
  margin-bottom: 1.5em;
}
body.items .item_detail_cont .item_detail .item_slide_text p, body.items .item_detail_cont .item_detail .item_slide_text ul, body.items .item_detail_cont .item_detail .item_slide_text ol {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
body.items .item_detail_cont .item_detail .item_text p, body.items .item_detail_cont .item_detail .item_text ul, body.items .item_detail_cont .item_detail .item_text ol, body.items .item_detail_cont .item_detail .item_text h2, body.items .item_detail_cont .item_detail .item_text h3, body.items .item_detail_cont .item_detail .item_text h4 {
  line-height: 1.5;
  letter-spacing: 0.075em;
}
body.items .item_detail_cont .item_detail .item_text p + p, body.items .item_detail_cont .item_detail .item_text p + ul, body.items .item_detail_cont .item_detail .item_text p + ol, body.items .item_detail_cont .item_detail .item_text p + h2, body.items .item_detail_cont .item_detail .item_text p + h3, body.items .item_detail_cont .item_detail .item_text p + h4, body.items .item_detail_cont .item_detail .item_text ul + p, body.items .item_detail_cont .item_detail .item_text ul + ul, body.items .item_detail_cont .item_detail .item_text ul + ol, body.items .item_detail_cont .item_detail .item_text ul + h2, body.items .item_detail_cont .item_detail .item_text ul + h3, body.items .item_detail_cont .item_detail .item_text ul + h4, body.items .item_detail_cont .item_detail .item_text ol + p, body.items .item_detail_cont .item_detail .item_text ol + ul, body.items .item_detail_cont .item_detail .item_text ol + ol, body.items .item_detail_cont .item_detail .item_text ol + h2, body.items .item_detail_cont .item_detail .item_text ol + h3, body.items .item_detail_cont .item_detail .item_text ol + h4, body.items .item_detail_cont .item_detail .item_text h2 + p, body.items .item_detail_cont .item_detail .item_text h2 + ul, body.items .item_detail_cont .item_detail .item_text h2 + ol, body.items .item_detail_cont .item_detail .item_text h2 + h2, body.items .item_detail_cont .item_detail .item_text h2 + h3, body.items .item_detail_cont .item_detail .item_text h2 + h4, body.items .item_detail_cont .item_detail .item_text h3 + p, body.items .item_detail_cont .item_detail .item_text h3 + ul, body.items .item_detail_cont .item_detail .item_text h3 + ol, body.items .item_detail_cont .item_detail .item_text h3 + h2, body.items .item_detail_cont .item_detail .item_text h3 + h3, body.items .item_detail_cont .item_detail .item_text h3 + h4, body.items .item_detail_cont .item_detail .item_text h4 + p, body.items .item_detail_cont .item_detail .item_text h4 + ul, body.items .item_detail_cont .item_detail .item_text h4 + ol, body.items .item_detail_cont .item_detail .item_text h4 + h2, body.items .item_detail_cont .item_detail .item_text h4 + h3, body.items .item_detail_cont .item_detail .item_text h4 + h4 {
  margin-top: 1.5em;
}
body.items .item_detail_cont .item_detail .item_text a {
  text-decoration: none;
}
body.items .item_detail_cont .item_detail .item_text a:hover {
  text-decoration: underline;
}
body.items .item_detail_cont .item_detail .item_text + .cautions_list {
  margin-top: 1.5em;
}
body.items .item_detail_cont .cautions_list ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  font-size: 14px;
  line-height: 1.3;
}
body.items .item_detail_cont .cautions_list ul li + li {
  margin-top: 0.5em;
}
body.items .item_detail_cont .item_cart .cart_head a {
  text-decoration: underline;
}
body.items .item_detail_cont .item_cart .cart_head a:hover {
  text-decoration: none;
}
body.items .item_detail_cont .item_cart .cart_head > div {
  margin-bottom: 2em;
}
body.items .item_detail_cont .item_cart .cart_head .item_price p {
  font-weight: bold;
  font-weight: 600;
  font-size: 187.5%;
}
body.items .item_detail_cont .item_cart .ems_jscart .item_count .item_price_ttl {
  margin-right: 14px;
  font-weight: bold;
}
body.items .item_detail_cont .item_cart .ems_jscart .item_count .notranslate {
  position: relative;
  border: solid #d5d5d5 1px;
  padding: 10px 18px;
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form {
  margin-top: 40px;
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button {
  max-width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #657b97;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  padding: 2px;
  width: 100%;
  border-radius: 0;
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button:before, body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button:hover {
    opacity: 1;
  }
  body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button:hover .cart_button_in_value:before {
    -webkit-transform: translate(-6px, -8px) rotateZ(90deg);
        -ms-transform: translate(-6px, -8px) rotate(90deg);
            transform: translate(-6px, -8px) rotateZ(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }
  body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button:hover .cart_button_in_value:after {
    left: 0%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.15em 2em 1.05em;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value:after {
  display: none;
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-10px, -4px);
      -ms-transform: translate(-10px, -4px);
          transform: translate(-10px, -4px);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  background-image: url(../media/images/common/icon_link_btn.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value:before {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value:after {
    background-color: #002b60;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
body.items .item_detail_cont .item_cart .ems_jscart .cart_form .cart_button .cart_button_in_value .cart_button_img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

body.company .shop_info_row .shop_info {
  padding: 30px 0;
}
body.company .shop_info_row .shop_info + .shop_info {
  margin-top: 20px;
  border-top: solid 3px #f1f1f1;
}
@media only screen and (max-width: 768px) {
  body.company .shop_info_row .shop_info {
    padding: 20px 0;
  }
  body.company .shop_info_row .shop_info + .shop_info {
    margin-top: 15px;
  }
}
body.company .shop_info_row .shop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  body.company .shop_info_row .shop_info .shop_detail {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  body.company .shop_info_row .shop_info .shop_ill {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 30px;
    min-width: 410px;
  }
}
@media only screen and (max-width: 768px) {
  body.company .shop_info_row .shop_info .shop_detail {
    width: 50%;
    min-width: 50%;
  }
  body.company .shop_info_row .shop_info .shop_ill {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.company .shop_info_row .shop_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.company .shop_info_row .shop_info .shop_detail, body.company .shop_info_row .shop_info .shop_ill {
    width: 100%;
  }
  body.company .shop_info_row .shop_info .shop_detail .inner, body.company .shop_info_row .shop_info .shop_ill .inner {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  body.company .shop_info_row .shop_info .shop_ill {
    padding-top: 1em;
    padding-left: 0px;
  }
}
body.company .shop_info_row .shop_detail .shop_address {
  padding-top: 0.5em;
}
body.company .shop_info_row .shop_detail .shop_address li, body.company .shop_info_row .shop_detail .shop_address p {
  line-height: 1.5;
}
body.company .shop_info_row .shop_detail .shop_address ul li > span {
  display: inline-block;
}
body.company .shop_info_row .shop_detail .shop_address ul li + li {
  margin-top: 0.25em;
}
@media only screen and (max-width: 768px) {
  body.company .shop_info_row .shop_detail .shop_address li, body.company .shop_info_row .shop_detail .shop_address p {
    font-size: 14px;
  }
}
body.company .shop_map_cont {
  position: relative;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  body.company .shop_map_cont {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 480px) {
  body.company .shop_map_cont {
    margin-bottom: 0.5em;
  }
}
body.company .shop_map_cont .gmap {
  position: relative;
}
@media only screen and (min-width: 769px) {
  body.company .shop_map_cont .gmap {
    padding-bottom: 31.926%;
    padding-top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  body.company .shop_map_cont .gmap {
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
}
body.company .shop_map_cont .map_text .inner h3 {
  font-weight: bold;
  line-height: 1.5;
}
body.company .shop_map_cont .map_text .inner p {
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  body.company .shop_map_cont .map_text {
    position: absolute;
    right: 60px;
    bottom: 20px;
    background-color: #fff;
    padding: 30px 20px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.company .shop_map_cont .map_text {
    padding: 20px 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body.company .shop_map_cont .map_text {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.company .shop_map_cont .map_text .inner {
    text-align: left;
    font-size: 14px;
  }
}
body.company .shop_map_link > div {
  max-width: 380px;
  margin: auto;
}

.text_cont + .text_cont {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .text_cont + .text_cont {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .text_cont + .text_cont {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .text_cont + .text_cont {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.text_cont .min_title + .text_detail {
  margin-top: 1.15em;
}
.text_cont .text_detail + .text_detail {
  margin-top: 2em;
}
.text_cont .text_detail p, .text_cont .text_detail li, .text_cont .text_detail dt, .text_cont .text_detail dd {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .text_cont .text_detail p, .text_cont .text_detail li, .text_cont .text_detail dt, .text_cont .text_detail dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .text_cont .text_detail p, .text_cont .text_detail li, .text_cont .text_detail dt, .text_cont .text_detail dd {
    font-size: 14px;
  }
}
.text_cont .text_detail p + p, .text_cont .text_detail p + ol, .text_cont .text_detail p + ul, .text_cont .text_detail p + dl, .text_cont .text_detail ol + p, .text_cont .text_detail ol + ol, .text_cont .text_detail ol + ul, .text_cont .text_detail ol + dl, .text_cont .text_detail ul + p, .text_cont .text_detail ul + ol, .text_cont .text_detail ul + ul, .text_cont .text_detail ul + dl, .text_cont .text_detail dl + p, .text_cont .text_detail dl + ol, .text_cont .text_detail dl + ul, .text_cont .text_detail dl + dl {
  margin-top: 0.25em;
}
.text_cont .text_detail dl dt {
  float: left;
}
.text_cont .text_detail ul li + li, .text_cont .text_detail ol li + li {
  margin-top: 0.1em;
}

/*                entry_detail
======================================================= */
.entry_detail .head_meta {
  margin-bottom: 2.5em;
  border-bottom: solid 2px #333;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .head_meta {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .head_meta {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.entry_detail .head_meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}
.entry_detail .head_meta .entry_title {
  padding: 1em 0 1.5em;
  width: 100%;
}
.entry_detail .head_meta .date > span {
  color: #b2b2b2;
  font-weight: bold;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.entry_detail .head_meta .cate {
  margin-top: 0.5em;
  font-size: 13px;
}
.entry_detail .head_meta .cate > span {
  color: #808080;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry_detail .head_meta .cate > span + span:before {
  content: "/";
  margin: auto 0.5em;
}
.entry_detail .head_meta .entry_title {
  width: 100%;
}
.entry_detail .head_meta .entry_title > h1 {
  font-weight: bold;
  font-weight: 600;
  font-size: 187.5%;
  letter-spacing: 0.005em;
}
.entry_detail .wp_entry {
  overflow: hidden;
  /*
  h2{
   font-size: $fontS18;
   margin-bottom: 0.95em;
   padding-bottom: 0.25em;
   border-bottom: solid 1px #999;
   @include media1024{
    //font-size: $fontS24;
   }
   @include media768{
    font-size: 18px;
   }
   @include media480{
    font-size: 18px;
   }
  }
  */
}
.entry_detail .wp_entry .wp-block-image {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry p + .wp-block-image,
.entry_detail .wp_entry ul li + .wp-block-image,
.entry_detail .wp_entry ol li + .wp-block-image,
.entry_detail .wp_entry td + .wp-block-image,
.entry_detail .wp_entry th + .wp-block-image,
.entry_detail .wp_entry dt + .wp-block-image,
.entry_detail .wp_entry dd + .wp-block-image,
.entry_detail .wp_entry pre + .wp-block-image {
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
}
.entry_detail .wp_entry p,
.entry_detail .wp_entry ul li,
.entry_detail .wp_entry ol li,
.entry_detail .wp_entry td,
.entry_detail .wp_entry th,
.entry_detail .wp_entry dt,
.entry_detail .wp_entry dd,
.entry_detail .wp_entry pre {
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry p,
  .entry_detail .wp_entry ul li,
  .entry_detail .wp_entry ol li,
  .entry_detail .wp_entry td,
  .entry_detail .wp_entry th,
  .entry_detail .wp_entry dt,
  .entry_detail .wp_entry dd,
  .entry_detail .wp_entry pre {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry p,
  .entry_detail .wp_entry ul li,
  .entry_detail .wp_entry ol li,
  .entry_detail .wp_entry td,
  .entry_detail .wp_entry th,
  .entry_detail .wp_entry dt,
  .entry_detail .wp_entry dd,
  .entry_detail .wp_entry pre {
    font-size: 14px;
  }
}
.entry_detail .wp_entry figure {
  display: block;
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  -webkit-margin-end: 60px;
          margin-inline-end: 60px;
}
.entry_detail .wp_entry figure.alignleft, .entry_detail .wp_entry figure.alignright {
  max-width: 50%;
}
.entry_detail .wp_entry figure.alignleft {
  margin-left: 0;
}
.entry_detail .wp_entry figure.alignright {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .entry_detail .wp_entry figure.alignleft, .entry_detail .wp_entry figure.alignright {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry_detail .wp_entry p + p,
.entry_detail .wp_entry p + ul,
.entry_detail .wp_entry p + ol,
.entry_detail .wp_entry p + div,
.entry_detail .wp_entry p + figure,
.entry_detail .wp_entry p pre,
.entry_detail .wp_entry ul + p,
.entry_detail .wp_entry ul + ul,
.entry_detail .wp_entry ul + ol,
.entry_detail .wp_entry ul + div,
.entry_detail .wp_entry ul + figure,
.entry_detail .wp_entry ul pre,
.entry_detail .wp_entry ol + p,
.entry_detail .wp_entry ol + ul,
.entry_detail .wp_entry ol + ol,
.entry_detail .wp_entry ol + div,
.entry_detail .wp_entry ol + figure,
.entry_detail .wp_entry ol pre,
.entry_detail .wp_entry div + p,
.entry_detail .wp_entry div + ul,
.entry_detail .wp_entry div + ol,
.entry_detail .wp_entry div + div,
.entry_detail .wp_entry div + figure,
.entry_detail .wp_entry div pre,
.entry_detail .wp_entry figure + p,
.entry_detail .wp_entry figure + ul,
.entry_detail .wp_entry figure + ol,
.entry_detail .wp_entry figure + div,
.entry_detail .wp_entry figure + figure,
.entry_detail .wp_entry figure pre,
.entry_detail .wp_entry pre + p,
.entry_detail .wp_entry pre + ul,
.entry_detail .wp_entry pre + ol,
.entry_detail .wp_entry pre + div,
.entry_detail .wp_entry pre + figure,
.entry_detail .wp_entry pre pre {
  -webkit-margin-before: 2em;
  margin-top: 1em;
}
.entry_detail .wp_entry p + h2,
.entry_detail .wp_entry ul + h2,
.entry_detail .wp_entry ol + h2,
.entry_detail .wp_entry div + h2,
.entry_detail .wp_entry figure + h2,
.entry_detail .wp_entry pre + h2 {
  margin-top: 1.5em;
}
.entry_detail .wp_entry p + h3,
.entry_detail .wp_entry ul + h3,
.entry_detail .wp_entry ol + h3,
.entry_detail .wp_entry div + h3,
.entry_detail .wp_entry figure + h3,
.entry_detail .wp_entry pre + h3 {
  margin-top: 1.25em;
}
.entry_detail .wp_entry p + h4,
.entry_detail .wp_entry ul + h4,
.entry_detail .wp_entry ol + h4,
.entry_detail .wp_entry div + h4,
.entry_detail .wp_entry figure + h4,
.entry_detail .wp_entry pre + h4 {
  margin-top: 1em;
}
.entry_detail .wp_entry ul li {
  padding-left: 1em;
  position: relative;
  text-indent: inherit;
}
.entry_detail .wp_entry ul li + li {
  margin-top: 0.4em;
}
.entry_detail .wp_entry ul li:before {
  position: absolute;
  left: 0;
  top: 0.45em;
  display: block;
  content: "";
  line-height: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #657b97;
}
.entry_detail .wp_entry .wp-block-gallery {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid {
  width: 100%;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid li:before {
  display: none;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
}
.entry_detail .wp_entry h2 {
  font-size: 162.5%;
  font-weight: bold;
  font-weight: 600;
  padding-left: 0.85em;
  position: relative;
  line-height: 1.2;
  padding-right: 0.35em;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}
.entry_detail .wp_entry h2:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #657b97;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry h2 {
    margin-bottom: 25px;
    font-size: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h2 {
    font-size: 125%;
  }
  .entry_detail .wp_entry h2:before {
    width: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h2 {
    font-size: 18px;
  }
  .entry_detail .wp_entry h2:before {
    width: 4px;
  }
}
.entry_detail .wp_entry h3 {
  font-size: 125%;
  color: #657b97;
  margin-bottom: 1em;
  font-weight: bold;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h3 {
    font-size: 18px;
  }
}
.entry_detail .wp_entry h4 {
  font-size: 100%;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h4 {
    font-size: 16px;
  }
}
.entry_detail .wp_entry figcaption {
  display: block;
  width: 100%;
  text-align: center;
}
.entry_detail .wp_entry .blocks-gallery-item figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-column figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table + .wp-block-table {
  margin-top: 1.5em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table figcaption {
  text-align: left;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table {
  border-right: solid 1px #d5d5d5;
  border-top: solid 1px #d5d5d5;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table td,
.entry_detail .wp_entry .wp-block-column .wp-block-table table th {
  padding: 0.85em 0.75em 0.75em;
  border-bottom: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table + figcaption {
  padding-top: 0.5em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes {
  border-bottom-style: none;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table {
  border-right-style: none;
  border-top-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table td,
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table th {
  padding: 0.65em 0.75em 0.55em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(even) td {
  border-left: solid 1px #f0f0f0;
  border-left: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(even) td + td {
  border-left: solid 1px #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table + figcaption {
  border-top: 1px solid #f0f0f0;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.entry_detail .wp_entry .wp-block-quote {
  border-left: 4px solid #fff;
  margin: 0 0 28px;
  padding-left: 1em;
}
.entry_detail .wp_entry .wp-block-table table {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-table table th,
.entry_detail .wp_entry .wp-block-table table td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  padding: 0.5em;
}
.entry_detail .author_prof_cont {
  margin-top: 60px;
  background-color: #eef1f4;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .author_prof_cont {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont {
    margin-top: 30px;
  }
}
.entry_detail .author_prof_cont .prof_title {
  background-color: #657b97;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em;
}
.entry_detail .author_prof_cont .prof_title > p,
.entry_detail .author_prof_cont .prof_title > h2 {
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 100%;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .prof_title {
    padding: 0.75em 1.25em;
  }
  .entry_detail .author_prof_cont .prof_title > p,
  .entry_detail .author_prof_cont .prof_title > h2 {
    font-size: 93.8%;
  }
}
.entry_detail .author_prof_cont .prof_main {
  padding: 30px;
}
.entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .prof_main {
    padding: 20px;
  }
  .entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .prof_main {
    padding: 15px;
  }
  .entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
    margin-top: 15px;
  }
}
.entry_detail .author_prof_cont .author_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_detail .author_prof_cont .author_prof .thumb {
  position: relative;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .author_prof .thumb {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .thumb {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
.entry_detail .author_prof_cont .author_prof .thumb .size {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.entry_detail .author_prof_cont .author_prof .thumb .photo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.entry_detail .author_prof_cont .author_prof .thumb .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 200%;
  height: 100%;
}
.entry_detail .author_prof_cont .author_prof .text {
  padding-left: 1.25em;
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .author_prof .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span {
  display: block;
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
  text-indent: 0.1em;
  margin-top: 0.5em;
  color: #657b97;
  font-size: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .author_prof .text .text_name {
    padding-left: 1em;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span {
    display: block;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
    font-size: 112.5%;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .text .text_name {
    padding-left: 15px;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span {
    display: block;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
    font-size: 16px;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .author_prof .text .text_prof {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .text .text_prof {
    padding-left: 15px;
    padding-top: 10px;
  }
}
.entry_detail .author_prof_cont .author_prof .text .text_prof p {
  font-size: 93.8%;
  line-height: 1.3;
}
.entry_detail .author_prof_cont .prof_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  border-bottom: solid 2px #333;
}
.entry_detail .author_prof_cont .prof_list_title h1,
.entry_detail .author_prof_cont .prof_list_title h2,
.entry_detail .author_prof_cont .prof_list_title h3,
.entry_detail .author_prof_cont .prof_list_title > p {
  font-size: 100%;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
}
.entry_detail .author_prof_cont .prof_list_title h1 > span,
.entry_detail .author_prof_cont .prof_list_title h2 > span,
.entry_detail .author_prof_cont .prof_list_title h3 > span,
.entry_detail .author_prof_cont .prof_list_title > p > span {
  display: inline-block;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a {
  display: block;
  padding-left: 1.25em;
  letter-spacing: 0.1em;
  position: relative;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:hover {
  text-decoration: none;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:before, .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
  width: 16px;
  height: 16px;
  background: #657b97;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .prof_list_title .author_link > a > span {
    position: relative;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a > span:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -0.1em;
    width: 0%;
    height: 1px;
    border-top: solid 1px #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:hover > span {
    position: relative;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:hover > span:before {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
  .entry_detail .author_prof_cont .prof_list_title h1,
  .entry_detail .author_prof_cont .prof_list_title h2,
  .entry_detail .author_prof_cont .prof_list_title h3,
  .entry_detail .author_prof_cont .prof_list_title > p {
    letter-spacing: 0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a {
    padding-left: 1em;
    letter-spacing: 0.015em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
    width: 14px;
    height: 14px;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
    left: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
  .entry_detail .author_prof_cont .prof_list_title h1,
  .entry_detail .author_prof_cont .prof_list_title h2,
  .entry_detail .author_prof_cont .prof_list_title h3,
  .entry_detail .author_prof_cont .prof_list_title > p {
    letter-spacing: 0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a {
    padding-left: 0.9em;
    letter-spacing: -0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
    width: 14px;
    height: 14px;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
    left: 3px;
  }
}
.entry_detail .author_prof_cont .thumb_list > ul .thumb_cont .date {
  background-color: #eef1f4;
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .thumb_list > ul > li {
    width: 100%;
  }
}
.entry_detail .ft_meta {
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.entry_detail .ft_meta .ft_sns {
  margin: 1.15em 0 2em;
}
.entry_detail .ft_meta .ft_sns ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry_detail .ft_meta .ft_sns ul li {
  width: 25%;
  padding-left: 8px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .entry_detail .ft_meta .ft_sns ul {
    margin-left: -5px;
  }
  .entry_detail .ft_meta .ft_sns ul li {
    width: 25%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .ft_meta .ft_sns ul {
    margin-left: -5px;
  }
  .entry_detail .ft_meta .ft_sns ul li {
    width: 50%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
.entry_detail .ft_meta .ft_sns ul li > a {
  padding: 4px 5px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.entry_detail .ft_meta .ft_sns ul li > a:hover {
  opacity: 0.8;
}
.entry_detail .ft_meta .ft_sns ul li > a i {
  font-size: 112.5%;
}
.entry_detail .ft_meta .ft_sns ul li > a i + span {
  margin-left: 0.5em;
}
.entry_detail .ft_meta .ft_sns ul li > a > span {
  line-height: 1;
  font-size: 87.5%;
  letter-spacing: 0.05em;
}
.entry_detail .ft_meta .ft_sns ul li > a > span.icon {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: normal;
}
.entry_detail .ft_meta .ft_sns ul li > a > span.icon + span {
  margin-left: 0.5em;
}
.entry_detail .ft_meta .ft_sns ul li.facebook > a {
  background-color: #1877f2;
}
.entry_detail .ft_meta .ft_sns ul li.twitter > a {
  background-color: #1da1f2;
}
.entry_detail .ft_meta .ft_sns ul li.hatebu > a {
  background-color: #1a99ce;
}
.entry_detail .ft_meta .ft_sns ul li.pocket > a {
  background-color: #ef4154;
}
.entry_detail .ft_meta .ft_sns ul li.line > a {
  background-color: #00c300;
}
.entry_detail .ft_meta .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry_detail .ft_meta .page_nav {
  width: 100%;
  max-width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.entry_detail .ft_meta .page_nav > div {
  padding: 0 5px;
  width: 27.25%;
}
.entry_detail .ft_meta .page_nav > div.cate {
  width: 45.5%;
}
.entry_detail .ft_meta .page_nav > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #333;
  padding: 0.5em;
  height: 40px;
  color: #333;
}
.entry_detail .ft_meta .page_nav > div > a:hover {
  text-decoration: none;
}
.entry_detail .ft_meta .page_nav > div > a > span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .entry_detail .ft_meta .page_nav > div > a {
    height: 36px;
  }
  .entry_detail .ft_meta .page_nav > div > a > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .entry_detail .ft_meta .page_nav > div > a {
    height: 36px;
  }
  .entry_detail .ft_meta .page_nav > div > a > span {
    font-size: 14px;
  }
}
.entry_detail .ft_meta .page_nav > div.prev, .entry_detail .ft_meta .page_nav > div.next {
  overflow: hidden;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span, .entry_detail .ft_meta .page_nav > div.next > a > span {
  position: relative;
  text-indent: -999px;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span {
  padding-left: 0.7em;
  position: relative;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-75%);
      -ms-transform: rotate(45deg) translateX(-75%);
          transform: rotate(45deg) translateX(-75%);
}
.entry_detail .ft_meta .page_nav > div.next > a > span {
  padding-right: 0.7em;
  position: relative;
}
.entry_detail .ft_meta .page_nav > div.next > a > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-75%);
      -ms-transform: rotate(45deg) translateX(-75%);
          transform: rotate(45deg) translateX(-75%);
}
@media only screen and (min-width: 769px) {
  .entry_detail .ft_meta .page_nav > div a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div a:hover {
    border: solid 1px #657b97;
    background-color: #657b97;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.prev > a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.prev > a:hover > span:before {
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.next > a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.next > a:hover > span:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*                entry_cont
======================================================= */
.entry_cont p,
.entry_cont ul li,
.entry_cont ol li,
.entry_cont td,
.entry_cont th,
.entry_cont dt,
.entry_cont dd {
  font-size: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .entry_cont p,
  .entry_cont ul li,
  .entry_cont ol li,
  .entry_cont td,
  .entry_cont th,
  .entry_cont dt,
  .entry_cont dd {
    font-size: 87.5%;
  }
}
.entry_cont p + p,
.entry_cont p + ul,
.entry_cont p + ol,
.entry_cont p + div,
.entry_cont p + figure,
.entry_cont ul + p,
.entry_cont ul + ul,
.entry_cont ul + ol,
.entry_cont ul + div,
.entry_cont ul + figure,
.entry_cont ol + p,
.entry_cont ol + ul,
.entry_cont ol + ol,
.entry_cont ol + div,
.entry_cont ol + figure,
.entry_cont figure + p,
.entry_cont figure + ul,
.entry_cont figure + ol,
.entry_cont figure + div,
.entry_cont figure + figure {
  margin-top: 1em;
}
.entry_cont ul li {
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.entry_cont ul li:before {
  content: "・";
}
.entry_cont ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.wp_signature {
  padding-top: 2.5em;
  text-align: right;
}
.wp_signature > div + div {
  margin-top: 1em;
}
.wp_signature .wp_sign img {
  display: block;
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 768px) {
  .wp_signature .wp_sign img {
    max-width: 100px;
  }
}
.wp_signature .wp_date p {
  font-size: 100%;
}

.wp_ft_text {
  text-align: center;
  margin-top: 2em;
}
.wp_ft_text a {
  display: inline-block;
}
.wp_ft_text a:hover, .wp_ft_text a:active {
  text-decoration: none;
}
.wp_ft_text a > span {
  display: inline-block;
}
.wp_ft_text a strong {
  display: inline-block;
  position: relative;
}
.wp_ft_text a strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-top: solid 1px #fff;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 769px) {
  .wp_ft_text a strong:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
  .wp_ft_text a:hover, .wp_ft_text a:active {
    text-decoration: none;
  }
  .wp_ft_text a:hover strong:before, .wp_ft_text a:active strong:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
}

body.contact .form_area {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 100px;
  max-width: 750px;
}
@media only screen and (max-width: 1024px) {
  body.contact .form_area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .form_area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  body.contact .form_area {
    margin-bottom: 40px;
  }
}
body.contact .form_area .mark {
  color: #bf0000;
}
body.contact .form_area .form_table dl {
  width: 100%;
}
body.contact .form_area .form_table dl dt {
  font-weight: 700;
  margin-top: 2.5em;
}
body.contact .form_area .form_table dl dt .mark {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  body.contact .form_area .form_table dl dt {
    margin-top: 1.5em;
  }
}
body.contact .form_area .form_table dl dd {
  margin-top: 0.5em;
}
body.contact .form_area .form_table dl dd .caution_text p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  body.contact .form_area .form_table dl dd {
    margin-top: 0.25em;
  }
}
body.contact .form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5em;
  color: #e1251b;
  font-size: 14px;
}
body.contact .form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-radio label input {
  display: none;
}
body.contact .form_area .form_table dl dd input[type=text],
body.contact .form_area .form_table dl dd input[type=email],
body.contact .form_area .form_table dl dd input[type=tel],
body.contact .form_area .form_table dl dd select, body.contact .form_area .form_table dl dd textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  max-width: 100%;
  padding: 0.5em 0.5em 0.4em;
  border: solid 1px #ddd;
}
body.contact .form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd select::-webkit-input-placeholder, body.contact .form_area .form_table dl dd textarea::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.contact .form_area .form_table dl dd input[type=text]::-moz-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-moz-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-moz-placeholder, body.contact .form_area .form_table dl dd select::-moz-placeholder, body.contact .form_area .form_table dl dd textarea::-moz-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.contact .form_area .form_table dl dd input[type=text]:-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, body.contact .form_area .form_table dl dd select:-ms-input-placeholder, body.contact .form_area .form_table dl dd textarea:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.contact .form_area .form_table dl dd input[type=text]::-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, body.contact .form_area .form_table dl dd select::-ms-input-placeholder, body.contact .form_area .form_table dl dd textarea::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.contact .form_area .form_table dl dd input[type=text]::placeholder,
body.contact .form_area .form_table dl dd input[type=email]::placeholder,
body.contact .form_area .form_table dl dd input[type=tel]::placeholder,
body.contact .form_area .form_table dl dd select::placeholder, body.contact .form_area .form_table dl dd textarea::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body.contact .form_area .form_table dl dd input[type=text],
  body.contact .form_area .form_table dl dd input[type=email],
  body.contact .form_area .form_table dl dd input[type=tel],
  body.contact .form_area .form_table dl dd select, body.contact .form_area .form_table dl dd textarea {
    padding: 1em 1em 0.9em;
    font-size: 14px;
  }
  body.contact .form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, body.contact .form_area .form_table dl dd select::-webkit-input-placeholder, body.contact .form_area .form_table dl dd textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  body.contact .form_area .form_table dl dd input[type=text]::-moz-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-moz-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-moz-placeholder, body.contact .form_area .form_table dl dd select::-moz-placeholder, body.contact .form_area .form_table dl dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  body.contact .form_area .form_table dl dd input[type=text]:-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, body.contact .form_area .form_table dl dd select:-ms-input-placeholder, body.contact .form_area .form_table dl dd textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  body.contact .form_area .form_table dl dd input[type=text]::-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, body.contact .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, body.contact .form_area .form_table dl dd select::-ms-input-placeholder, body.contact .form_area .form_table dl dd textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  body.contact .form_area .form_table dl dd input[type=text]::placeholder,
  body.contact .form_area .form_table dl dd input[type=email]::placeholder,
  body.contact .form_area .form_table dl dd input[type=tel]::placeholder,
  body.contact .form_area .form_table dl dd select::placeholder, body.contact .form_area .form_table dl dd textarea::placeholder {
    font-size: 14px;
  }
}
body.contact .form_area .form_table dl dd ul.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2em;
}
body.contact .form_area .form_table dl dd ul.tel > li {
  width: 33.3333%;
  padding-left: 2em;
  position: relative;
}
body.contact .form_area .form_table dl dd ul.tel > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  body.contact .form_area .form_table dl dd ul.tel {
    margin-left: -1.2em;
  }
  body.contact .form_area .form_table dl dd ul.tel > li {
    padding-left: 1.2em;
  }
  body.contact .form_area .form_table dl dd ul.tel > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
body.contact .form_area .form_table dl dd ul.zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.contact .form_area .form_table dl dd ul.zip > li {
  width: 36%;
  padding-left: 2em;
  position: relative;
}
body.contact .form_area .form_table dl dd ul.zip > li:before {
  position: absolute;
  left: 0.1em;
  top: 1em;
  content: "〒";
  color: #000;
  font-weight: 600;
  display: block;
  width: 1em;
}
body.contact .form_area .form_table dl dd ul.zip > li + li {
  width: 64%;
}
body.contact .form_area .form_table dl dd ul.zip > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  body.contact .form_area .form_table dl dd ul.zip > li:before {
    left: 0.3em;
  }
  body.contact .form_area .form_table dl dd ul.zip > li + li {
    padding-left: 1.2em;
  }
  body.contact .form_area .form_table dl dd ul.zip > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
body.contact .form_area .form_table dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 1.5em;
}
body.contact .form_area .form_table dl dd .wpcf7-radio {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  body.contact .form_area .form_table dl dd .wpcf7-radio {
    margin-top: 0em;
  }
}
body.contact .form_area .form_table dl dd input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
body.contact .form_area .form_table dl dd input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #fff;
}
body.contact .form_area .form_table dl dd input[type=radio] + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #a3a3a3;
}
body.contact .form_area .form_table dl dd input[type=radio]:checked + span::after {
  opacity: 1;
}
body.contact .form_area .form_table dl dd textarea {
  height: 16em;
  width: 100%;
}
body.contact .form_area .form_table dl dd .caution {
  padding: 1em 0em 0.5em;
}
body.contact .form_area .form_table dl dd .caution p {
  line-height: 1.1;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  body.contact .form_area .form_table dl dd input[type=text],
  body.contact .form_area .form_table dl dd input[type=email],
  body.contact .form_area .form_table dl dd input[type=tel] {
    width: 100%;
  }
  body.contact .form_area .form_table dl dd textarea {
    height: 10em;
    width: 100%;
  }
  body.contact .form_area .form_table dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}
body.contact .form_area .form_btn_area {
  margin-top: 2em;
}
body.contact .form_area .form_btn_area .link_btn > button {
  margin-left: 0;
}
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=text],
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=email],
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=tel],
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd select, body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  height: auto;
  padding-top: 0.5em;
}
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.tel > li input {
  text-align: center;
}
body.contact .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.zip input {
  text-align: center;
}
body.contact .form_thanks_message {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  body.contact .form_thanks_message {
    padding: 30px;
  }
}
body.contact .form_thanks_message h2 {
  font-size: 156.3%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  body.contact .form_thanks_message h2 {
    font-size: 125%;
  }
}
body.contact .form_thanks_message p {
  text-align: center;
  letter-spacing: 2.5;
  font-size: 87.5%;
}
body.contact div.wpcf7-validation-errors, body.contact div.wpcf7-acceptance-missing {
  border-style: none;
  color: #e1251b;
}
body.contact div.wpcf7-response-output {
  text-align: center;
  margin: 0.5em 0 0;
  padding: 0;
  border-style: none;
  color: #e1251b;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
    .input-number{
        float: none!important;
    }
}

/*                記事系
======================================================= */
/*                お問い合わせ
======================================================= */