@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-ryumi {
  font-family: a-otf-ryumin-pr6n, serif;
}

.ft-midashigo {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.ft-urwdin {
  font-family: urw-din, sans-serif;
}

.ft-avenir {
  font-family: Avenir, nunito-sans, sans-serif;
}

.ft-jun {
  font-family: a-otf-jun-pro, sans-serif;
}

.ft-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ft-ryumi {
    font-family: "Noto Sans JP", sans-serif;
  }
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
  overflow: hidden;
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


img {
  display: block;
}

.clear {
  clear: both;
}

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

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .sm,
  .xs {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 12px;
  }

  body {
    font-size: 13px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

}
@media only screen and (max-width: 374px) {
  .xs {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
header .mega-menu .mega-link a {
  display: block;
}
header .mega-menu .mega-link .mega-txt {
  color: #a02926;
  font-weight: 600;
  line-height: 1.7;
  background-repeat: no-repeat;
}
header .mega-menu .mega-link .car {
  background-image: url(../img/common/img_car.png);
}
header .mega-menu .mega-link .plane {
  background-image: url(../img/common/img_airplane.png);
}
header .mega-menu .mega-link .train {
  background-image: url(../img/common/img_train.png);
}
header .mega-menu .order-items a .on,
header .mega-menu .order-items a .off {
  max-width: 100%;
}
header .mega-menu .order-items a .on {
  display: none;
}


@media print, (min-width: 768px) {
  header {
    position: relative;
    z-index: 300;
  }
  header .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  header .logo-awajiya {
    width: 176px;
    display: block;
    float: left;
  }
  header .logo-awajiya > img {
    width: 100%;
  }
  header .nav {
    display: block !important;
  }
  header .nav-list {
    font-family: "a-otf-ryumin-pr6n", serif;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }
  header .nav-list > li:not(.first-child) {
    margin-left: 45px;
  }
  header .nav-list > li a {
    padding: 28px 0;
    display: block;
  }
  header .nav-list > li span {
    padding: 28px 0;
    display: block;
    cursor: pointer;
  }
  header .nav-list > li:hover > span, header .nav-list > li:hover > a, header .nav-list > li:active > span, header .nav-list > li:active > a {
    z-index: 500;
  }
  header .nav-list > li:hover > span:after, header .nav-list > li:hover > a:after, header .nav-list > li:active > span:after, header .nav-list > li:active > a:after {
    width: 100%;
  }
  header .nav-list > li.has-sub:hover > span {
    color: #fff;
  }
  header .nav-list > li > a, header .nav-list > li > span {
    position: relative;
  }
  header .nav-list > li > a:after, header .nav-list > li > span:after {
    -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #d60010;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 23px;
    content: "";
    z-index: 500;
  }
  header .nav-list > li > a:active:after, header .nav-list > li > span:active:after {
    width: 100%;
  }
  header .nav-list .has-sub:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    z-index: 88;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
    transition: ease 1s;
  }
  header .mega-menu {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    -moz-transition: ease 0s;
    -o-transition: ease 0s;
    -webkit-transition: ease 0s;
    transition: ease 0s;
    visibility: hidden;
  }
  header .mega-menu .wrapper {
    height: auto;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1000;
  }
  header .mega-menu .wrapper:before {
    content: "";
    position: absolute;
    left: 249px;
    width: 9999px;
    top: 0;
    z-index: 1;
    bottom: 0;
    background-color: #fff;
  }
  header .mega-menu:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
  }
  header .mega-menu:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 50%;
    margin-right: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .mega-menu .mega-link,
  header .mega-menu .mega-content {
    position: relative;
    z-index: 500;
  }
  header .mega-menu .mega-content {
    padding: 40px 10px 40px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 250px;
  }
  header .mega-menu .mega-content .sec-title {
    font-family: Avenir, nunito-sans, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 3px;
  }
  header .mega-menu .mega-content .sub-title {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  header .mega-menu.about:after {
    background-image: url(../img/common/bg_about_menu.jpg);
  }
  header .mega-menu.shop:after {
    background-image: url(../img/common/bg_shop_menu.jpg);
  }
  header .mega-menu.order:after {
    background-image: url(../img/common/bg_order_menu.jpg);
  }
  header .mega-menu .mega-link {
    padding: 35px 0 35px 45px;
    width: 850px;
  }
  header .mega-menu .mega-link a {
    display: block;
    margin: 0 1px;
    padding: 0;
    width: 265px;
    position: relative;
    overflow: hidden;
  }
  header .mega-menu .mega-link a img {
    width: 100%;
    position: relative;
  }
  header .mega-menu .mega-link .img-content {
    position: relative;
    overflow: hidden;
  }
  header .mega-menu .mega-link .img-content img {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 100%;
    position: relative;
  }
  header .mega-menu .mega-link .img-content .on {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1);
  }
  header .mega-menu .mega-link .img-content .off {
    z-index: 1;
  }
  header .mega-menu .mega-link .img-content:hover .off {
    z-index: -1;
  }
  header .mega-menu .mega-link .img-content:hover .on {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
  }
  header .mega-menu .mega-link .mega-caption {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
    z-index: 5;
    pointer-events: none;
  }
  header .mega-menu .mega-link .mega-txt {
    color: #a02926;
    font-weight: 600;
    line-height: 1.7;
    position: absolute;
    letter-spacing: -0.005em;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  header .mega-menu .mega-link .car {
    background-image: url(../img/common/img_car.png);
  }
  header .mega-menu .mega-link .plane {
    background-image: url(../img/common/img_airplane.png);
    padding-left: 70px;
  }
  header .mega-menu .mega-link .train {
    background-image: url(../img/common/img_train.png);
    background-position: 24px center;
    padding-left: 75px;
  }
  header .mega-menu .order-items a:hover .on {
    display: block;
  }
  header .mega-menu .order-items a:hover .off {
    display: none;
  }



  .header-site-top .wrapper {
    height: 100px;
  }

  .header-site .wrapper {
    height: 115px;
  }



  .header-container {
    margin: 0 -100px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-container .nav-list {
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header-container .nav-list > li {
    font-weight: bold;
  }
  .header-container .nav-list > li:not(.first-child) {
    margin-left: 40px;
  }
  .header-container .nav-list > li a {
    padding: 35px 0;
  }



  header .header-menu > li span {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {

  header {
    position: relative;
    z-index: 9991;
  }
  header .logo-awajiya {
    width: 85px;
    display: block;
    margin: 12px 0 15px;
  }
  header .logo-awajiya img {
    width: 100%;
  }
  header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9990;
    border: 5px solid #a02926;
    padding: 0 15px 15px;
    display: none;
  }
  header .nav-inner {
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
  header .nav-list {
    padding: 33px 35px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  header .nav-list > li {
    margin-bottom: 28px;
  }
  header .nav-list > li:last-child {
    margin-bottom: 5px;
  }
  header .mega-menu {
    margin-top: 27px;
  }
  header .transportation .mega-menu {
    margin-top: 32px;
  }
  header .mega-menu .wrapper {
    padding: 0 0 0 15px;
  }
  header .mega-menu .mega-link a {
    margin-bottom: 23px;
  }
  header .mega-menu .mega-caption {
    font-size: 13px;
    line-height: 1.85;
    font-weight: normal;
  }
  header .mega-menu .order-items {
    margin-left: -15px;
    font-size: 15px;
  }
  header .mega-menu .order-items a {
    width: 100%;
    margin-bottom: 14px;
  }
  header .mega-menu .order-items a img {
    display: block;
    width: 100%;
  }
  header .mega-menu .car,
  header .mega-menu .train {
    font-size: 14px;
  }
  header .mega-menu .mega-txt {
    padding-left: 55px;
    background-position: 2px center;
    letter-spacing: -0.03em;
  }
  header .media {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 35px;
  }
  header .follow {
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 2;
    font-family: Arial, sans-serif;
  }
  header .social-media a {
    width: 18px;
    display: inline-block;
    margin: 0 6px;
  }
  header .social-media a:last-child {
    margin: 0 0 0 6px;
  }
  header .social-media a img {
    width: 100%;
  }
  header .dash {
    width: 35px;
    height: 1px;
    background: #e8e8e8;
  }
  header .btn-menu {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9995;
  }
  header .btn-menu > span {
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #000;
  }
  header .btn-menu > span:nth-child(1) {
    top: 5px;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  header .btn-menu > span:nth-child(2) {
    top: 11px;
    width: 15px;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  header .btn-menu > span:nth-child(3) {
    top: 17px;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  header.header-no-fixed {
    position: static;
  }
  header.header-no-fixed .btn-menu {
    position: absolute;
  }

  .btn-menu.is-active span:nth-child(1) {
    opacity: 0;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-menu.is-active span:nth-child(2) {
    opacity: 1;
    width: 20px;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-menu.is-active span:nth-child(3) {
    opacity: 0;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
}
@media only screen and (max-width: 374px) {
  header .nav-list {
    padding: 40px 10px 15px;
  }
  header .media {
    padding: 0 10px;
  }
  header .mega-menu .car,
  header .mega-menu .train {
    font-size: 13px;
  }
  header .mega-menu .plane {
    font-size: 14px;
  }
  header .social-media a {
    width: 16px;
  }
}
.modal-store-block {
  display: none;
}

/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  position: relative;
  z-index: 100;
}
footer p {
  letter-spacing: 0.1em;
  line-height: 2.1;
}
footer .tel {
  letter-spacing: 0.05em;
}
footer .social-media {
  -webkit-justify-content: center;
  justify-content: center;
}
footer .social-media > a {
  display: block;
}
footer .social-media > a > img {
  width: 100%;
}
footer .copyright {
  letter-spacing: 0.1em;
  font-weight: 500;
}



@media print, (min-width: 768px) {
  footer {
    background: url(../img/common/bg_footer.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 95px 0 45px;
  }
  footer .wrapper {
    position: relative;
  }
  footer .nav-footer-list {
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -26px 25px;
  }
  footer .nav-footer-list > li {
    margin: 0 24px;
  }
  footer .nav-footer-list > li.md ~ li {
    margin: 0 16px;
  }
  footer .nav-footer-list > li:last-child {
    margin-right: 0 !important;
  }
  footer .nav-footer-list > li a {
    display: block;
  }
  footer .nav-footer-list > li a:hover {
    color: #660000;
  }
  footer p {
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  footer .tel {
    margin-bottom: 17px;
  }
  footer .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  footer .social-media > a {
    width: 25px;
    display: block;
    margin: 0 9px;
  }
  footer .social-media > a > img {
    width: 100%;
  }
  footer .copyright {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  footer .btn-top {
    position: fixed;
    width: 36px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    bottom: 44px;
    display: none;
  }

  .footer-top {
    padding-top: 68px;
  }


}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
  }
  footer:after {
    content: "";
    background: url(../img/common/sp/bg_footer.jpg) no-repeat center bottom;
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  footer .btn-top {
    display: none !important;
  }
  footer .nav-footer-list {
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer .nav-footer-list > li {
    border-top: 1px solid #e8e8e8;
  }
  footer .nav-footer-list > li a {
    display: block;
    padding: 17px 0;
    color: #666666;
  }
  footer .nav-footer-list > li a img {
    width: 25px;
    margin: 15px auto 10px;
  }
  footer .nav-footer-list > li:first-child {
    border-top: none;
  }
  footer .nav-footer-list > li:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
  footer .tel {
    display: inline-block;
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.05em;
  }
  footer .social-media {
    margin: 13px 0 12px;
  }
  footer .social-media > a {
    width: 17px;
    margin: 0 8px;
  }


}
@media only screen and (max-width: 374px) {
  footer p {
    font-size: 12px;
  }
  footer .tel {
    display: inline-block;
    font-size: 12px;
  }
}
.sec-title {
  color: #660000;
  font-weight: 500;
}

.txt-common {
  letter-spacing: 0.075em;
  line-height: 2.1;
}

.sec-txt {
  color: #660000;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

.sec-ttl {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}

@media print, (min-width: 768px) {
  .sec-title {
    margin-bottom: 5px;
  }

  .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .sub-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .txt-common {
    color: #666666;
    letter-spacing: 0.12px;
  }
}

@media print, (min-width: 768px) {
  .title-small-common {
    font-size: 20px;
    line-height: 2.7;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .title-small-common {
    font-size: 16px;
    line-height: 2.7;
  }

  .sec-txt {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .sec-ttl {
    font-size: 15px;
  }
}
.title-name-common {
  text-align: center;
}
.title-name-common > span {
  display: block;
}
.title-name-common .eng {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.13;
  font-weight: bold;
}
.title-name-common .japan {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-name-common .eng {
    font-size: 36px;
  }
  .title-name-common .japan {
    font-size: 15px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .title-name-common .eng {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .title-name-common .japan {
    font-size: 13px;
  }
}
.title-about-common > span {
  display: block;
}
.title-about-common .eng {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2px;
}
.title-about-common .japan {
  letter-spacing: 0.05em;
  color: #666666;
}

@media print, (min-width: 768px) {
  .title-about-common .eng {
    font-size: 18px;
  }
  .title-about-common .japan {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .title-about-common {
    text-align: center;
    margin-bottom: 10px;
  }
  .title-about-common .eng {
    font-size: 15px;
  }
  .title-about-common .japan {
    font-size: 12px;
  }
}
.title-common > span {
  display: inline-block;
}
.title-common .title-name {
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1;
  font-family: "a-otf-jun-pro", sans-serif;
  padding-right: 22px;
  border-right: 1px solid #000;
  font-weight: bold;
}
.title-common .title-sub {
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .title-common .title-name {
    font-size: 16px;
  }
  .title-common .title-sub {
    font-size: 13px;
  }
}
.btn-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 275px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: #fff;
}
.btn-service {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}
.btn-submit {
  width: 375px;
  height: 60px;
  margin: 40px 0 0 227px;
  cursor: pointer;
}
.btn-requests {
  border: 2px solid #cfced3;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2;
  padding: 5px 10px 8px;
  width: 100%;
  font-weight: 500;
}
.btn-requests:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #e8e8e8;
  border-right: 15px solid transparent;
  top: 4px;
  left: 4px;
}
.btn-requests span {
  display: block;
}
.btn-requests span span {
  text-align: left;
}
.btn-requests span .txt-small {
  font-size: 13px;
}
.btn-requests.btn-blue {
  border-color: #858fa4;
}
.btn-requests.btn-blue:before {
  border-top-color: #858fa4;
}
.btn-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.btn-modal-close img {
  width: 100%;
}
.btn-check {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.btn-check:hover {
  background: #000;
  color: #fff;
}
.btn-order {
  background: #d7000f;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media print, (min-width: 768px) {
  .btn-requests {
    height: 60px;
  }
  .btn-requests:before {
    border-top: 15px solid #e8e8e8;
    border-right: 15px solid transparent;
    top: 3px;
    left: 3px;
  }

  .btn-contact {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-contact:hover {
    background: #000000;
    color: #fff;
  }
  .btn-service {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-service:hover {
    background: #fff;
    color: #000;
  }
  .btn-submit {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
    border: 1px solid #cccccc;
    padding-bottom: 4px;
  }
  .btn-submit:hover {
    background: #fee500;
    color: #000;
    border-color: #fee500;
  }
  .btn-modal-close {
    width: 60px;
    height: 60px;
  }
  .btn-check {
    width: 400px;
    height: 55px;
    margin: 15px 0 0 160px;
    font-size: 13px;
    padding-bottom: 2px;
  }
  .btn-order {
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding-bottom: 2px;
  }

  button.btn-submit,
  button.btn-contact,
  button.btn-check {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .btn-contact {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    margin: 20px 0 37px;
    padding-bottom: 2px;
  }
  .btn-submit {
    background: #fee500;
    height: 50px;
    padding-bottom: 2px;
  }
  .btn-requests {
    padding: 0 2px 2px;
    height: 35px;
  }
  .btn-requests:before {
    border-top: 10px solid #e8e8e8;
    border-right: 10px solid transparent;
    top: 3px;
    left: 3px;
  }
  .btn-modal-close {
    width: 30px;
    height: 30px;
  }
  .btn-order {
    width: 85px;
    height: 21px;
    font-size: 12px;
  }
  .btn-check {
    width: 200px;
    height: 45px;
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 4px;
  }
  .btn-check + .btn-check {
    margin-top: 10px;
  }
  .btn-page-check {
    font-size: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .btn-requests {
    font-size: 10px;
  }
}

.section-top-map {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.section-top-map .notice {
  color: #666666;
  line-height: 2.1;
}


.js-accordion {
  display: none;
}

@media print, (min-width: 768px) {
  .section-top-map {
    position: relative;
    z-index: 3;
  }
  .section-top-map img {
    width: 100%;
  }
  .section-top-map .title-small-common {
    margin-bottom: 8px;
  }
  .section-top-map .map-logo {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-top-map .icon-compare {
    margin: 0 15px;
  }
  .section-top-map .notice {
    color: #666666;
    line-height: 2.1;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .section-top-map .map-txt {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 5px;
  }

}
@media only screen and (max-width: 767px) {
  .section-top-map {
    padding: 65px 0 32px;
    margin-top: -82px;
    position: relative;
    z-index: 5;
  }
  .section-top-map .title-small-common {
    font-weight: bold;
  }
  .section-top-map .map-txt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .section-top-map .notice {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

}
.section-top-reason .reason-number {
  position: relative;
}
.section-top-reason .reason-number span {
  display: block;
  position: relative;
  height: 40px;
  background: #fff;
  z-index: 5;
}
.section-top-reason .reason-number:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0px;
  top: 0px;
  background: url(../img/common/bg_pattern_01.png) repeat center center;
}
.section-top-reason .blue .reason-number:after {
  position: absolute;
  content: "";
  border: 1px solid #b3c0d3;
  border-top: none;
  border-left: none;
  left: 10px;
  bottom: -1px;
  z-index: 6;
  top: 10px;
  right: -1px;
}


@media print, (min-width: 768px) {
  .section-top-reason {
    position: relative;
  }
  .section-top-reason .reason-content {
    width: 50%;
  }
  .section-top-reason .pink {
    padding-right: 140px;
  }
  .section-top-reason .pink .reason-number {
    color: #daa3aa;
    border: 1px solid #e6c0c5;
  }
  .section-top-reason .blue {
    padding-left: 140px;
  }
  .section-top-reason .blue .reason-number {
    color: #90a5c4;
    letter-spacing: -0.05em;
  }
  .section-top-reason .blue .reason-detail {
    letter-spacing: normal;
  }
  .section-top-reason .blue .reason {
    letter-spacing: -0.06em;
  }
  .section-top-reason .reason-number,
  .section-top-reason .reason-sub-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    display: inline-block;
  }
  .section-top-reason .reason-number {
    margin-bottom: 15px;
  }
  .section-top-reason .reason-number span {
    padding: 0 8px 4px;
    z-index: 4;
    min-width: 215px;
  }
  .section-top-reason .reason-number:before {
    top: 10px;
    left: 10px;
    right: -5px;
    bottom: -5px;
  }
  .section-top-reason .reason-detail {
    letter-spacing: 0.066em;
    line-height: 2.1;
  }
  .section-top-reason .reason-sub-title {
    margin-bottom: 5px;
  }
  .section-top-reason .row {
    margin-bottom: 58px;
  }


  .page-system-reason {
    padding: 30px 0 10px;
  }
  .page-system-reason:before, .page-system-reason:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
  }
  .page-system-reason:before {
    background: #e2919b;
    left: 0;
  }
  .page-system-reason:after {
    left: 50%;
    background: #88a8d6;
  }
  .page-system-reason .reason-container {
    background: url(../img/aw_system/top/icn_compare.png) no-repeat center center;
    background-size: 93px 94px;
  }
  .page-system-reason .title-small-common {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .page-system-reason .title-small-common span {
    display: inline-block;
    padding: 0 120px;
    position: relative;
  }
  .page-system-reason .title-small-common span:before, .page-system-reason .title-small-common span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100px;
    height: 2px;
    top: 50%;
  }
  .page-system-reason .title-small-common span:before {
    left: 0;
  }
  .page-system-reason .title-small-common span:after {
    right: 0;
  }
  .page-system-reason .reason-content {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-reason {
    text-align: center;
    color: #fff;
  }
  .section-top-reason .title-small-common {
    background: #e2919b;
    font-size: 18px;
    padding-top: 15px;
  }
  .section-top-reason .reason-sub-title {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .section-top-reason .reason-detail {
    line-height: 2;
    font-size: 13px;
  }
  .section-top-reason .row {
    padding-bottom: 24px;
  }
  .section-top-reason .reason-number {
    font-size: 13px;
    color: #000;
    position: relative;
    display: inline-block;
    z-index: 4;
    margin-bottom: 16px;
    min-width: 148px;
  }
  .section-top-reason .reason-number span {
    height: 30px;
    padding: 5px;
  }
  .section-top-reason .reason-number:after {
    top: -5px;
    left: -10px;
  }
  .section-top-reason .reason-number:before {
    left: 10px;
    top: 10px;
    right: -5px;
    bottom: -5px;
  }
  .section-top-reason .pink {
    background: #e2919b;
    position: relative;
    padding: 5px 40px;
  }
  .section-top-reason .pink:after {
    position: absolute;
    content: "";
    bottom: -23px;
    left: 50%;
    margin-left: -21px;
    background: url(../img/aw_system/top/sp/icn_compare.png) no-repeat center center;
    background-size: auto 100%;
    width: 52px;
    height: 46px;
  }
  .section-top-reason .pink .reason-number span {
    border: 1px solid #e2919b;
  }
  .section-top-reason .blue {
    background: #88a8d6;
    padding: 40px 20px 5px;
  }
  .section-top-reason .blue .reason-number {
    letter-spacing: -0.05em;
  }
  .section-top-reason .blue .reason-number span {
    border: 1px solid #88a8d6;
  }
  .section-top-reason .blue .reason-number:before {
    right: 10px;
    left: -5px;
  }
  .section-top-reason .blue .reason-number:after {
    display: none;
  }
  .section-top-reason .blue .reason-sub-title {
    letter-spacing: normal;
  }
  .section-top-reason .blue .reason-detail {
    letter-spacing: -0.06em;
  }
}

.section-top-case {
  text-align: center;
  letter-spacing: 0.05em;
  background: #fee500;
}
.section-top-case .case-title {
  font-weight: bold;
}
.section-top-case .case-img {
  width: 92px;
  margin: 0 auto 24px;
}
.section-top-case .case-img img {
  width: 100%;
}
.section-top-case .case-sub-title {
  margin-top: -20px;
  font-size: 16px;
  font-weight: 500;
}
.section-top-case .case-link {
  font-size: 13px;
}
.section-top-case .case-content {
  background: #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  width: 232px;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
}
.section-top-case .case-content:before, .section-top-case .case-content:after {
  content: "";
  position: absolute;
  background: #000000;
  height: 2px;
  top: 0;
}
.section-top-case .case-content:before {
  left: 0;
}
.section-top-case .case-content:after {
  right: 0;
}

@media print, (min-width: 768px) {
  .section-top-case {
    padding: 49px 0 65px;
  }
  .section-top-case .case-title {
    font-size: 26px;
    margin-bottom: 11px;
  }
  .section-top-case .case-txt {
    margin-bottom: 40px;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
  .section-top-case .case-list {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section-top-case .case-list > li {
    width: 25%;
    border-right: 2px solid #000;
  }
  .section-top-case .case-list > li:last-child {
    border-right: none;
  }
  .section-top-case .case-list > li a {
    display: block;
  }
  .section-top-case .case-list > li a:hover .case-content {
    background: #000;
  }
  .section-top-case .case-list > li a:hover .case-content:before {
    width: 100%;
  }
  .section-top-case .case-list > li a:hover .case-sub-title, .section-top-case .case-list > li a:hover .case-link {
    color: #fff;
  }
  .section-top-case .case-img {
    width: 92px;
    margin: 0 auto 23px;
  }
  .section-top-case .case-img img {
    width: 100%;
  }
  .section-top-case .case-sub-title {
    margin-top: -24px;
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .section-top-case .case-link {
    font-size: 13px;
    margin-top: 8px;
  }
  .section-top-case .case-content {
    padding: 10px;
    height: 48px;
  }
  .section-top-case .case-content:before, .section-top-case .case-content:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 35px;
    height: 2px;
    top: -2px;
  }
  .section-top-case .case-content:before {
    left: -2px;
  }
  .section-top-case .case-content:after {
    right: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-case {
    letter-spacing: 0.05em;
    padding: 32px 20px 20px;
  }
  .section-top-case .case-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .section-top-case .case-txt {
    font-size: 13px;
    margin-bottom: 32px;
    font-weight: bold;
  }
  .section-top-case .case-content {
    padding: 14px 20px;
    display: block;
    width: 100%;
  }
  .section-top-case .case-content:before, .section-top-case .case-content:after {
    width: 75px;
  }
  .section-top-case .case-sub-title {
    margin: -28px 0 auto;
    letter-spacing: -0.025em;
    font-weight: bold;
    text-align: center;
  }
  .section-top-case .case-link {
    margin-top: 8px;
  }
  .section-top-case .case-list > li {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-case .case-content:before, .section-top-case .case-content:after {
    width: 50px;
  }
}



.section-price .price-title {
  font-family: "a-otf-jun-pro", sans-serif;
  line-height: 1.5;
}
.section-price .price-title span {
  display: inline-block;
  background: #fee500;
  line-height: 1.2;
}
.section-price .media {
  color: #fff;
  line-height: 1.9;
}
.section-price .media span {
  display: inline-block;
  background: #000;
  line-height: 1.2;
  padding: 0 5px;
}
.section-price .price-detail {
  line-height: 2.2;
}
.section-price .price-txt,
.section-price .price-list {
  color: #666666;
  line-height: 1.9;
}
.section-price .price-table {
  font-weight: 500;
}
.section-price .long-txt {
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.section-price .txt-length {
  letter-spacing: -0.1em;
}

@media print, (min-width: 768px) {
  .section-price {
    padding: 124px 0 0;
  }
  .section-price .price-container {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .section-price .price-content {
    width: 448px;
    padding-right: 15px;
  }
  .section-price .price-title {
    font-size: 26px;
    font-weight: bold;
  }
  .section-price .price-title span {
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  .section-price .price-detail {
    margin-bottom: 20px;
  }
  .section-price .media {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .section-price .price-txt,
  .section-price .price-list {
    font-size: 14px;
  }
  .section-price .price-list > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section-price .price-list-note {
    font-size: 13px;
    line-height: 2;
  }
  .section-price .price-table {
    display: table;
    width: 550px;
    border: 15px solid #e8e8e8;
    border-radius: 40px;
    overflow: hidden;
    background: #fbfbfb;
  }
  .section-price .price-table li {
    display: table-row;
  }
  .section-price .price-table li:first-child .col-head {
    border-radius: 25px 0 0 0;
  }
  .section-price .price-table li:last-child .col-head {
    border-radius: 0 0 0 25px;
  }
  .section-price .price-table li .space {
    letter-spacing: -0.15em;
  }
  .section-price .price-table .col-head,
  .section-price .price-table .col-info {
    padding: 9px 5px 10px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .section-price .price-table .col-head {
    width: 188px;
    border-bottom: 1px solid #e8e8e8;
    background: #fbfbfb;
  }
  .section-price .price-table .col-info {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    background: #fff;
    padding-right: 10px;
  }
  .section-price .price-table .col-info span {
    color: #666666;
    font-size: 13px;
  }
  .section-price .price-table .col-info .text {
    font-size: inherit;
    color: inherit;
  }
  .section-price .price-table .col-info .txt {
    font-size: 13px;
    display: block;
    color: #000;
    line-height: 1.9;
  }
  .section-price .price-table .txt-sm {
    font-size: 14px;
  }
  .section-price .ipad .col-ipad {
    padding: 64px 0 64px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-price .price-container {
    padding: 34px 20px 35px;
    border-bottom: 1px solid #000;
  }
  .section-price .price-container:last-child {
    border-bottom: none;
  }
  .section-price .price-title {
    font-size: 20px;
    font-weight: bold;
  }
  .section-price .price-title span {
    margin-bottom: 11px;
    line-height: 1.5;
  }
  .section-price .media {
    font-size: 16px;
    margin-top: -1px;
  }
  .section-price .media span {
    line-height: 1.5;
  }
  .section-price .price-detail {
    letter-spacing: normal;
    font-size: 13px;
    margin-top: 6px;
    line-height: 2.3;
  }
  .section-price .price-table {
    border: 16px solid #e8e8e8;
    border-radius: 40px;
    margin: 17px 0 20px;
    padding: 0 15px;
    line-height: 1.85;
  }
  .section-price .price-table .mg-bottom {
    margin-bottom: 2px;
  }
  .section-price .price-table li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
  }
  .section-price .price-table li:first-child {
    text-align: center;
    background: #000;
    padding: 10px;
    margin: 0 -15px;
    -webkit-justify-content: center;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 5px;
  }
  .section-price .price-table li:first-child .col-info {
    color: #ffff;
  }
  .section-price .price-table li:first-child .col-info .text {
    display: block;
  }
  .section-price .price-table > li.sm {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .section-price .price-table .col-ipad {
    padding: 90px 0;
  }
  .section-price .price-table .col-head,
  .section-price .price-table .col-info {
    font-size: 13px;
  }
  .section-price .price-table .col-info {
    color: #666666;
  }
  .section-price .price-table .break-line {
    width: 100%;
  }
  .section-price .price-list,
  .section-price .price-txt {
    font-size: 13px;
    line-height: 2;
    color: #666666;
  }
  .section-price .price-list > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-price .price-list > li + li {
    margin-top: 10px;
  }
  .section-price .price-list-dots > li + li {
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  .section-step {
    padding: 58px 0 12px;
  }
  .section-step .step-list {
    margin-top: 80px;
    letter-spacing: 0.05em;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-step .step-list li {
    width: 442px;
    margin-bottom: 45px;
  }
  .section-step .step-content {
    width: 362px;
  }
  .section-step .step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-step .step-txt {
    color: #666666;
    line-height: 2.2;
  }
  .section-step .step {
    font-size: 18px;
    font-weight: bold;
  }
  .section-step .img-step {
    width: 80px;
    margin-top: -15px;
  }
  .section-step .img-step img {
    height: 51px;
    margin: 0 0 3px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-step {
    padding: 27px 0 30px;
  }
  .section-step .step-list {
    letter-spacing: 0.05em;
    display: table;
    margin-top: 30px;
  }
  .section-step .step-list li {
    display: table-row;
  }
  .section-step .step-list li:last-child .img-step,
  .section-step .step-list li:last-child .step-content {
    padding-bottom: 0;
  }
  .section-step .step-title {
    font-size: 13px;
  }
  .section-step .step-txt {
    font-size: 12px;
    line-height: 2;
    color: #666666;
  }
  .section-step .img-step,
  .section-step .step-content {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 25px;
  }
  .section-step .img-step {
    width: 52px;
  }
  .section-step .img-step img {
    height: 26px;
    margin-left: 5px;
  }
  .section-step .step {
    font-weight: bold;
    font-size: 11px;
  }

  .section-step-price .img-step,
  .section-step-price .step-content {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
  }

  .section-step-price .step-list {
    margin: 10px 0 20px;
  }

  .section-step-price .step-list > li:last-child .img-step,
  .section-step-price .step-list > li:last-child .step-content {
    padding-bottom: 20px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide:active, .slick-slide:focus {
  outline: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

/* COMMON ANIMATION
 * ----------------------------------------------- */
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.tag-item {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.83;
  margin-left: -5px;
}
.tag-item span {
  padding: 1px 8px 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.tag-item-green span {
  background: #00561f;
}
.tag-item-red span {
  background: #cc0000;
}
.tag-item-peach span {
  background: #ebb9aa;
}
.tag-item-darkyellow span {
  background: #bc873f;
}
.tag-item-orange span {
  background: #f39800;
}
.tag-item-blue span {
  background: #2074bc;
}
.tag-item-pink span {
  background: #ea68a2;
}
.tag-item-purple span {
  background: #8f82bc;
}
.tag-item-darkbrown span {
  background: #59493f;
}
.tag-item-yellow span {
  background: #e3b936;
}

/* PAGES
 * ----------------------------------------------- */
.section-top-keyvisual {
  background: url(../img/top/bg_keyvisual.jpg) no-repeat center 0;
  background-size: cover;
}
.section-top-keyvisual .sec-title {
  display: none;
}

.section-top-all .slick-initialized .item {
  visibility: visible;
}
.section-top-all .item {
  visibility: hidden;
}
.section-top-all .item a {
  display: block;
}
.section-top-all .item img {
  width: 100%;
}
.section-top-all .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2000;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 center;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    /* height: 808px; */
    margin: -100px 0 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 57.642%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual {
    padding-bottom: 57.335%;
    margin-top: -16px;
  }
}
@media print, (min-width: 768px) {
  .section-top-all .all-container {
    margin-bottom: 2px;
  }
  .section-top-all .all {
    width: 33.25%;
    background: url(../img/top/bg_all.jpg) center center;
    background-repeat: repeat;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-top-all .all .inner {
    width: 270px;
    margin: 0 auto;
  }
  .section-top-all .sec-ttl {
    margin-bottom: 15px;
    margin-right: -19px;
  }
  .section-top-all .all-slide {
    width: 66.75%;
    padding-left: 2px;
  }
  .section-top-all .item {
    position: relative;
    width: 100%;
  }
  .section-top-all .slick-arrow {
    width: 47px;
    height: 47px;
    margin-top: -20px;
  }
  .section-top-all .slick-next {
    right: 80px;
    background-image: url(../img/top/btn_next.png);
  }
  .section-top-all .slick-prev {
    left: 80px;
    background-image: url(../img/top/btn_prev.png);
  }
  .section-top-all .btn-all {
    width: 270px;
    height: 60px;
    background: #fff;
    border: 1px solid #c5c0ae;
    font-size: 12px;
    letter-spacing: 0.075em;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
  }
  .section-top-all .btn-all:hover {
    background: #f0ba2c;
  }
  .section-top-all .all-info {
    margin-left: -1px;
    margin-right: -1px;
  }
  .section-top-all .all-img {
    width: 33.33333%;
    padding: 0 1px;
    position: relative;
    display: block;
  }
  .section-top-all .img-content {
    position: relative;
    overflow: hidden;
  }
  .section-top-all .img-content img {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 100%;
    position: relative;
  }
  .section-top-all .img-content .on {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1);
  }
  .section-top-all .img-content .off {
    z-index: 1;
  }
  .section-top-all .img-content:hover .off {
    z-index: -1;
  }
  .section-top-all .img-content:hover .on {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
  }
  .section-top-all .caption {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 6;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-all {
    text-align: center;
    padding: 2px 0 0;
  }
  .section-top-all .all {
    background: url(../img/top/sp/bg_all.jpg) center center;
    background-repeat: repeat;
    padding: 20px 0;
  }
  .section-top-all .all-slide {
    padding-top: 2px;
  }
  .section-top-all .slick-slide img {
    width: 100%;
  }
  .section-top-all .slick-arrow {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: auto 12px;
    margin-top: -25px;
  }
  .section-top-all .slick-next {
    right: 0;
    background-image: url(../img/common/sp/btn_next.png);
  }
  .section-top-all .slick-prev {
    left: 0;
    background-image: url(../img/common/sp/btn_prev.png);
  }
  .section-top-all .btn-all {
    margin: 3px auto 0;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 11px;
  }
  .section-top-all .btn-all:before,
  .section-top-all .btn-all:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #660000;
  }
  .section-top-all .btn-all:before {
    left:0;
  }
  .section-top-all .btn-all:after {
    right: 0;
  }


  .section-top-all .all-info {
    margin-top: 2px;
  }
  .section-top-all .all-img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-top-all .all-img .img-content {
    width: 53.867%;
    margin-bottom: 2px;
  }
  .section-top-all .all-img .img-content > img {
    width: 100%;
  }
  .section-top-all .all-img .caption {
    width: 46.133%;
    /* text-align: center; */
    /* writing-mode: vertical-rl; */
    /* padding-right: 14%; */
  }
  .section-top-all .all-img .caption span {
    position: relative;
    display: block;
    margin-left: -23px;
    letter-spacing: 0.075em;
  }
  .section-top-all .all-img .caption span::after {
    position: absolute;
    content: "";
    background: url(../img/common/sp/btn_circle_arrow.png) no-repeat;
    background-size: auto 100%;
    bottom: 2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 7px;
  }
  .section-top-all .all-img:nth-child(2) .img-content {
    order: 2;
  }
}
.section-top-shop .list-shop > li {
  width: 33.3%;
  position: relative;
  overflow: hidden;
}
.section-top-shop .list-shop > li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.section-top-shop .list-shop > li a > img {
  width: 100%;
}
.section-top-shop .shop-caption {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-top-shop {
    text-align: center;
    position: relative;
    padding: 45px 0 0;
  }
  .section-top-shop::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/bg_shop.jpg);
    background-repeat: repeat-X;
    background-position: 0 center;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
  }
  .section-top-shop .wrapper {
    position: relative;
    z-index: 10;
  }
  .section-top-shop .list-shop {
    margin: 33px -1px 0;
  }
  .section-top-shop .list-shop > li {
    padding: 0 1px;
  }
  .section-top-shop .list-shop > li a > img {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .section-top-shop .list-shop > li:hover a > img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .section-top-shop .sec-title,
  .section-top-shop .sub-title {
    position: relative;
  }
  .section-top-shop .shop-caption {
    background: #f6f5f2;
    bottom: 0;
    letter-spacing: 0.2em;
    right: 0;
    padding: 5px 20px;
  }
  .section-top-shop .shop-caption.space {
    letter-spacing: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-shop {
    text-align: center;
    padding-top: 30px;
  }
  .section-top-shop .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section-top-shop .list-shop {
    margin: 20px 0 0 -2px;
  }
  .section-top-shop .list-shop > li {
    width: 33.33333%;
    padding: 0 0 0 2px;
  }
  .section-top-shop .shop-caption {
    text-align: center;
    font-size: 12px;
    color: #000;
    width: 100%;
    position: relative;
    padding: 0 20px 0 18px;
    margin-top: 10px;
    min-height: 15px;
  }
  .section-top-shop .shop-caption::after {
    position: absolute;
    content: "";
    background: url(../img/common/sp/btn_circle_arrow.png) no-repeat center center;
    background-size: auto 100%;
    top: 50%;
    right: 5px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-shop .shop-caption {
    padding-left: 0;
  }
}
@media print, (min-width: 768px) {
  .section-top-reserve-recruit {
    padding: 2px 0 2px 0;
    position: relative;
  }
  .section-top-reserve-recruit:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 990;
    margin-left: -1px;
  }
  .section-top-reserve-recruit .col {
    width: 50%;
  }
  .section-top-reserve-recruit .sec-ttl {
    letter-spacing: 0;
    margin-bottom: 12px;
    margin-right: -20px;
  }
  .section-top-reserve-recruit .sec-content {
    width: 66.5%;
    padding: 10px 40px 10px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
  }
  .section-top-reserve-recruit .sec-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .section-top-reserve-recruit .inner-ct {
    display: inline-block;
    max-width: 280px;
    vertical-align: middle;
    text-align: left;
  }
  .section-top-reserve-recruit .sec-img {
    width: 33.5%;
  }
  .section-top-reserve-recruit .sec-img > img {
    width: 100%;
  }
  .section-top-reserve-recruit .txt-common {
    letter-spacing: -0.025em;
  }
  .section-top-reserve-recruit .reserve .sec-content {
    background-image: url(../img/top/bg_reserve.jpg);
  }
  .section-top-reserve-recruit .reserve .sec-img {
    padding-left: 2px;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    background-image: url(../img/top/bg_recruit.jpg);
  }
  .section-top-reserve-recruit .recruit .sec-img {
    padding-right: 2px;
  }
  .section-top-reserve-recruit .link {
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
  }
  .section-top-reserve-recruit .link::after {
    position: absolute;
    content: "";
    background: #000;
    width: 40px;
    height: 1px;
    top: 50%;
    right: -50px;
  }
  .section-top-reserve-recruit .link:hover {
    color: #660000;
  }
  .section-top-reserve-recruit .link:hover::after {
    background: #660000;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-reserve-recruit .col {
    position: relative;
  }
  .section-top-reserve-recruit .link-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    text-indent: -999px;
    overflow: hidden;
  }
  .section-top-reserve-recruit .sec-content {
    width: 66.9%;
    position: relative;
    padding-bottom: 0;
  }
  .section-top-reserve-recruit .sec-img {
    width: 33.1%;
  }
  .section-top-reserve-recruit .sec-img img {
    width: 100%;
  }
  .section-top-reserve-recruit .sec-ttl {
    letter-spacing: 0.2em;
    font-size: 14px;
    margin-top: 5px;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    order: 2;
    border-right: none;
  }
  .section-top-reserve-recruit .sec-info {
    padding: 20px 20px 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section-top-reserve-recruit .reserve {
    margin-bottom: 2px;
  }
  .section-top-reserve-recruit .reserve .sec-content {
    background-image: url(../img/top/sp/bg_reserve.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-left: 0;
  }
  .section-top-reserve-recruit .reserve .link {
    border-right: none;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    background-image: url(../img/top/sp/bg_recruit.jpg);
  }
  .section-top-reserve-recruit .link {
    padding: 0 10px 20px 20px;
    display: block;
    border-bottom: none;
    border-left: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 11px;
  }
  .section-top-reserve-recruit .link::after {
    position: relative;
    content: "";
    background: url(../img/common/sp/btn_circle_arrow.png) no-repeat center center;
    background-size: auto 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-reserve-recruit .sec-info {
    padding: 10px;
  }

  .section-top-reserve-recruit .sec-ttl {
    margin-bottom: 5px;
  }

  .section-top-reserve-recruit .link {
    padding: 15px 10px;
  }

  .section-top-reserve-recruit .sec-content {
    padding-bottom: 50px;
  }
  .section-top-reserve-recruit .sec-content .txt-common {
    line-height: 1.6;
  }
}
.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}



@media print, (min-width: 768px) {
  .service-price:before {
    background: url(../img/aw_system/price/bg_price_01.jpg) no-repeat center center;
    background-size: cover;
  }
  .service-price:after {
    background: url(../img/aw_system/price/bg_price_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .service-price .service-rent {
    border: none;
  }
}

.news-event-list {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.news-event-list > li {
  border-top: 1px solid #e8e8e8;
}
.news-event-list > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.news-event-list > li a {
  display: block;
}

.tag {
  font-size: 12px;
  margin-bottom: 15px;
}
.tag-yellow {
  background: #fee500;
}
.tag-cyan {
  background: #acb6c5;
}
.tag-purple {
  background: #d7c1c5;
}
.tag-name {
  margin-right: 10px;
}
.tag .date {
  color: #999999;
  border-left: 1px solid #000;
  padding-left: 10px;
}

@media print, (min-width: 768px) {

  .news-event-list > li a {
    padding: 27px 0;
    background-color: #fff;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, #f9f8f8 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f9f8f8 50%);
    -moz-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    -o-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    -webkit-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s ease, background-color 0.5s ease;
    -webkit-transition-delay: 0.1s, 0s, 0s;
    transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  }
  .news-event-list > li a:hover {
    background-position: -100% 100%;
  }

  .tag {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
  }
  .tag-yellow {
    background: #fee500;
  }
  .tag-cyan {
    background: #acb6c5;
  }
  .tag-purple {
    background: #d7c1c5;
  }
  .tag-name {
    margin-right: 10px;
    display: inline-block;
    padding: 1px 2px 2px;
  }
  .tag .date {
    color: #999999;
    border-left: 1px solid #000;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-event-list > li a {
    padding: 21px 20px 20px 20px;
  }
}
.section-about-container .title-small-common {
  text-align: center;
}
.section-about-container .about-intro {
  text-align: center;
  font-weight: 500;
}
.section-about-container .img-message img {
  width: 100%;
}
.section-about-container .message-content {
  color: #666666;
}
.section-about-container .philosophy-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.66667;
}
.section-about-container .philosophy-txt span {
  background: #000;
}
.section-about-container dl {
  width: 100%;
}
.section-about-container dl dt,
.section-about-container dl dd {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  letter-spacing: 0.05em;
}
.section-about-container .img-map {
  width: 100%;
  background-image: url(../img/aw_system/about/bg_map.jpg);
  background-repeat: repeat;
  background-size: 25px 24px;
  background-position: center center;
}
.section-about-container .img-map img {
  width: 100%;
}
.section-about-container .img-trade {
  width: 117px;
}
.section-about-container .img-trade img {
  width: 100%;
}
.section-about-container .title {
  line-height: 1.66667;
  font-weight: 500;
}
.section-about-container .trade-txt {
  color: #666666;
}

@media print, (min-width: 768px) {
  .section-about-container {
    position: relative;
    z-index: 10;
    margin-top: -22px;
    padding-bottom: 10px;
  }
  .section-about-container .about-content {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 69px;
  }
  .section-about-container .about-intro {
    margin-bottom: 42px;
    line-height: 2.4;
  }
  .section-about-container .col-title {
    width: 155px;
  }
  .section-about-container .col-txt {
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
    width: 553px;
  }
  .section-about-container .col-common-txt {
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
    width: 845px;
  }
  .section-about-container .img-message {
    width: 289px;
    margin-top: 17px;
  }
  .section-about-container .img-message img {
    width: 100%;
  }
  .section-about-container .message-content {
    font-size: 14px;
    line-height: 2.2;
    color: #666666;
    margin-bottom: 24px;
    margin-top: 2px;
  }
  .section-about-container .company-name {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.9;
  }
  .section-about-container .company-name span {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  .section-about-container .company {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .section-about-container .company .col-title {
    border-right: 1px solid #e8e8e8;
    padding: 70px 0 50px;
  }
  .section-about-container .col-company-txt {
    padding: 5px 0 0 45px;
    width: 845px;
  }
  .section-about-container .philosophy-txt {
    font-size: 18px;
    line-height: 1.66667;
  }
  .section-about-container .philosophy-txt p {
    margin-bottom: 25px;
  }
  .section-about-container .philosophy-txt p:last-child {
    margin-bottom: 0;
  }
  .section-about-container .philosophy-txt p span {
    padding: 5px 0 5px 20px;
    display: block;
    font-weight: 500;
  }
  .section-about-container .philosophy-content .title-about-common .eng {
    letter-spacing: 0.05em;
  }
  .section-about-container dl {
    display: table-row;
    width: 100%;
    line-height: 2;
  }
  .section-about-container dl dt,
  .section-about-container dl dd {
    letter-spacing: 0.05em;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
  }
  .section-about-container dl dt {
    width: 135px;
    padding-left: 25px;
    position: relative;
  }
  .section-about-container dl dt::after {
    position: absolute;
    content: "";
    background: #fee500;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-about-container dl dd {
    padding-left: 26px;
  }
  .section-about-container .no-border dt,
  .section-about-container .no-border dd {
    border-bottom: none;
  }
  .section-about-container .line dt::after {
    margin-top: -12px;
  }
  .section-about-container .img-map {
    padding: 25px 25px 20px;
    margin-top: 23px;
  }
  .section-about-container .img-map iframe {
    width: 100%;
    height: 317px;
    border: 2px solid #ffffff;
  }
  .section-about-container .trade {
    margin-top: -20px;
    margin-bottom: 70px;
  }
  .section-about-container .trade .title-about-common .eng {
    letter-spacing: 0.05em;
  }
  .section-about-container .img-trade {
    width: 117px;
  }
  .section-about-container .img-trade img {
    width: 100%;
  }
  .section-about-container .title {
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  .section-about-container .trade-txt {
    font-size: 14px;
    line-height: 2.2;
  }
  .section-about-container .trade-content {
    padding-left: 45px;
    width: 682px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-about-container .line dt:after {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-container .title-small-common {
    margin-bottom: 3px;
  }
  .section-about-container .about-intro {
    line-height: 2;
    letter-spacing: -0.04em;
    font-size: 12px;
    margin-bottom: 25px;
  }
  .section-about-container .about-content {
    border-bottom: 1px solid #000000;
    padding-bottom: 24px;
  }
  .section-about-container .about-content:last-child {
    border-bottom: none;
  }
  .section-about-container .company-name {
    font-size: 13px;
    letter-spacing: 0.075em;
    margin-top: 15px;
    line-height: 2;
  }
  .section-about-container .company-name span {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: 0.03em;
  }
  .section-about-container .message .col-title {
    margin-bottom: 15px;
  }
  .section-about-container .message-content {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .section-about-container .img-message {
    margin-left: -15px;
    width: 100%;
  }
  .section-about-container .company {
    padding-bottom: 35px;
  }
  .section-about-container .company .col-title {
    border-bottom: 1px solid #000;
    padding: 15px 0;
  }
  .section-about-container .philosophy-content {
    padding: 25px 0 35px;
  }
  .section-about-container .philosophy-content .col-title {
    margin-bottom: 20px;
  }
  .section-about-container .philosophy-txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.025em;
  }
  .section-about-container .philosophy-txt p {
    margin-bottom: 34px;
    margin-left: 10px;
  }
  .section-about-container .philosophy-txt p:last-child {
    margin-bottom: 0;
  }
  .section-about-container .philosophy-txt span {
    padding: 5px 0;
    display: inline;
    box-shadow: -10px 0 0 #000, 10px 0 0 #000;
  }
  .section-about-container dl {
    font-size: 13px;
    line-height: 2;
  }
  .section-about-container dl dd {
    color: #666666;
  }
  .section-about-container dl dt,
  .section-about-container dl dd {
    padding: 15px 0 15px 20px;
  }
  .section-about-container .img-trade {
    width: 116px;
    margin: 0 auto 25px;
  }
  .section-about-container .title {
    font-size: 13px;
    text-align: center;
    margin-bottom: 3px;
  }
  .section-about-container .trade {
    padding-top: 25px;
  }
  .section-about-container .trade .col-title {
    margin-bottom: 20px;
  }
  .section-about-container .trade-txt {
    font-size: 13px;
    line-height: 2.3;
  }
  .section-about-container .img-map {
    padding: 22px 22px 16px;
    margin: 30px -15px 0;
    width: auto;
  }
  .section-about-container .img-map iframe {
    width: 100%;
    height: 185px;
    border: 2px solid #ffffff;
  }
}
@media only screen and (max-width: 374px) {
  .section-about-container dl dd {
    font-size: 12px;
  }

  .section-about-container dl dt,
  .section-about-container dl dd {
    padding-left: 15px;
  }
}
.section-about-achievement {
  background: #fef9e6;
}
.section-about-achievement .sec-title,
.section-about-achievement .sub-title {
  line-height: 1.66667;
}
.section-about-achievement .sec-title {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.section-about-achievement .achievement-content {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section-about-achievement .col {
  border: 1px solid #e8e8e8;
  background: #fff;
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
}
.section-about-achievement .img-achievement {
  background: #fef9e6;
}
.section-about-achievement .img-achievement img {
  margin: 0 auto;
}
.section-about-achievement .achievement-txt {
  color: #666666;
  line-height: 2.1;
}

@media print, (min-width: 768px) {
  .section-about-achievement {
    padding: 46px 0 75px;
  }
  .section-about-achievement .sec-title,
  .section-about-achievement .sub-title {
    line-height: 1.66667;
  }
  .section-about-achievement .sec-title {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .section-about-achievement .sub-title {
    font-size: 16px;
    margin-bottom: -2px;
  }
  .section-about-achievement .achievement-content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-about-achievement .col {
    width: 475px;
    padding: 25px 25px 17px;
    background: #fff;
  }
  .section-about-achievement .img-achievement {
    padding: 24px 0;
    margin-bottom: 20px;
  }
  .section-about-achievement .img-achievement img {
    height: 179px;
    border: 3px solid #ffffff;
  }
  .section-about-achievement .achievement-txt {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-achievement {
    padding: 22px 0;
  }
  .section-about-achievement .col {
    margin-bottom: 30px;
  }
  .section-about-achievement .sec-title {
    margin-bottom: 15px;
  }
  .section-about-achievement .sub-title {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }
  .section-about-achievement .col {
    padding: 10px;
    margin-bottom: 22px;
  }
  .section-about-achievement .img-achievement {
    padding: 20px 0;
    margin-bottom: 12px;
  }
  .section-about-achievement .img-achievement img {
    height: 124px;
    border: 3px solid #ffffff;
  }
  .section-about-achievement .achievement-detail {
    padding: 0 8px;
  }
  .section-about-achievement .achievement-txt {
    font-size: 13px;
  }
}
.section-about-partner .logo-cybozu img {
  width: 100%;
}
.section-about-partner .partner-content {
  background: #64bdd4;
  color: #fff;
}
.section-about-partner .partner-title {
  letter-spacing: -0.13em;
}
.section-about-partner .partner-txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .section-about-partner {
    padding: 54px 0 67px;
  }
  .section-about-partner .logo-cybozu {
    width: 164px;
    margin-left: 55px;
  }
  .section-about-partner .partner-content {
    width: 610px;
    padding: 45px 40px 37px 50px;
  }
  .section-about-partner .partner-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .section-about-partner .partner-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-partner {
    padding: 25px 0 40px;
  }
  .section-about-partner .logo-cybozu {
    width: 110px;
    margin: 0 auto 20px;
  }
  .section-about-partner .partner-content {
    width: 100%;
    padding: 22px 20px 22px 20px;
  }
  .section-about-partner .partner-title {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 5px;
    letter-spacing: -0.15em;
  }
  .section-about-partner .partner-txt {
    font-size: 13px;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 374px) {
  .section-about-partner .partner-title {
    font-size: 12px;
  }
  .section-about-partner .partner-txt {
    font-size: 10px;
  }
}


.section-service-time .time-title {
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-service-time {
    text-align: center;
    padding: 57px 0 67px;
  }
  .section-service-time .time-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .section-service-time .service-detail {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service-time {
    padding: 23px 0 28px;
  }
  .section-service-time .time-title {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .section-service-time .service-detail {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 25px;
  }
}
.form-container {
  -ms-input-placeholder-color: #a7a8a8;
  -ms-input-placeholder-font-size: 13px;
  -moz-placeholder-color: #a7a8a8;
  -moz-placeholder-font-size: 13px;
}
.form-container .mw-element {
  background: #f2f3f3;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  resize: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
.form-container .form-policy {
  background: #f2f3f3;
  border: 1px solid #e8e8e8;
}
.form-container .policy-content {
  width: 100%;
  height: 245px;
  font-size: 13px;
  line-height: 2.2;
  color: #666666;
}
.form-container .check-box {
  display: block;
}
.form-container .check-box input {
  display: none;
}
.form-container textarea {
  line-height: 1.8;
}
.form-container ::-webkit-input-placeholder {
  color: #a7a8a8;
  font-size: 13px;
}
.form-container ::-moz-placeholder {
  color: #a7a8a8;
  font-size: 13px;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 57px 0 102px;
  }
  .section-contact .contact-txt {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 5px;
  }

  .form-container .mw-element {
    height: 60px;
    padding: 15px 25px;
  }
  .form-container input.mw-element {
    padding-top: 0;
    padding-bottom: 4px;
  }
  .form-container form {
    margin-top: 52px;
  }
  .form-container .form-contact {
    display: table;
    width: 100%;
  }
  .form-container .row {
    display: table-row;
  }
  .form-container .form-name,
  .form-container .form-content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 40px;
  }
  .form-container .form-name {
    width: 230px;
    padding-top: 20px;
  }
  .form-container .form-content {
    width: 770px;
  }
  .form-container .form-dash {
    margin: 0 20px;
    width: 10px;
    height: 3px;
    background: #bfc0c0;
  }
  .form-container .form-sub-info {
    margin-left: -59px;
  }
  .form-container .form-sub-name {
    padding: 19px 24px 0 0;
  }
  .form-container .long {
    padding: 19px 12px 0 0;
  }
  .form-container .form-sub-content {
    width: 257px;
  }
  .form-container .form-flex {
    margin-left: 20px;
    width: 311px;
  }
  .form-container .form-col {
    width: 160px;
  }
  .form-container .flex-md {
    -webkit-align-items: center;
    align-items: center;
  }
  .form-container .mw-element {
    height: 60px;
  }
  .form-container .mw-textarea {
    height: 280px;
  }
  .form-container .list-check {
    margin-top: 8px;
  }
  .form-container .check-box {
    margin-bottom: 6px;
  }
  .form-container .form-agreement {
    margin: 20px 0 0 250px;
  }
  .form-container .form-checkbox {
    padding-top: 12px;
  }
  .form-container .form-short .mw-element {
    width: 590px;
  }
  .form-container .form-policy {
    padding: 15px 8px 15px 25px;
    width: 770px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    padding: 20px 0 10px;
  }
  .section-contact .contact-txt {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 24px;
  }

  .form-container .form-flex {
    width: 50%;
    padding-right: 18px;
  }
  .form-container .form-name {
    text-align: center;
    background: #f7f9fa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
    margin-bottom: 21px;
  }
  .form-container .form-sub-info {
    padding-right: 14px;
  }
  .form-container .form-sub-name {
    padding: 10px 5px 0 0;
    width: 23%;
  }
  .form-container .form-sub-content {
    width: 77%;
  }
  .form-container .form-content {
    margin-bottom: 20px;
  }
  .form-container .form-input {
    padding: 0 0 0 14px;
  }
  .form-container .form-short {
    padding: 0 14px;
  }
  .form-container .mw-element {
    height: 35px;
    padding: 0 9px;
    line-height: inherit;
  }
  .form-container .mw-textarea {
    height: 250px;
    padding: 10px 9px;
  }
  .form-container .mobile .form-content {
    margin: 0 14px 20px;
  }
  .form-container .check-box {
    margin-bottom: 10px;
  }
  .form-container .policy-content {
    color: #a7a8a8;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .form-container .form-policy {
    margin-bottom: 15px;
    padding: 10px 5px 10px 15px;
  }
}
@media only screen and (max-width: 374px) {
  .check-box span {
    letter-spacing: -0.05em;
  }

  .form-container .form-sub-name {
    width: 30%;
    white-space: nowrap;
  }

  .form-content .form-sub-content {
    width: 70%;
  }
}
.mCSB_inside > .mCSB_container {
  margin-right: 12px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  width: 4px;
}

.mCSB_scrollTools {
  width: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #fff;
  padding: 4px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #000000 !important;
  width: 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.section-price-system {
  padding-top: 0px;
  margin-top: -8px;
}

.block-heading {
  text-align: center;
  padding: 6px 0 50px;
}
.block-heading .about-intro {
  line-height: 2.35;
}

@media print, (min-width: 768px) {
  .news-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-container .box-container {
    width: 676px;
    margin-right: 64px;
  }
  .news-container .sidebar {
    width: 260px;
  }
}
.section-news-container .news-event-list > li {
  border: 1px solid #f1f3f3;
  margin-bottom: 28px;
}
.section-news-container .news-event-list > li a {
  background-color: #fbfbfb;
}
.section-news-container .news-event-list .detail {
  color: #333;
}

@media print, (min-width: 768px) {
  .section-news-container .news-event-list > li a {
    padding-left: 34px;
  }
}
.sidebar {
  margin-top: -5px;
}
.sidebar .sidebar-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidebar .sidebar-content {
  margin-bottom: 22px;
}
.sidebar .list-sidebar {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.86;
  margin-top: -5px;
}
.sidebar .list-sidebar a {
  display: block;
  background: url(../img/common/icn_arrow_01.png) 30px 16px no-repeat;
  background-size: 5px auto;
  padding-left: 42px;
}
.sidebar .btn-creation {
  display: block;
}
.sidebar select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar select:focus {
  outline: none;
}
.sidebar select::-ms-expand {
  display: none;
}
.sidebar select.select-archive {
  width: 100%;
  display: block;
  color: #ccc;
  border: 1px solid #000;
  height: 42px;
  line-height: 40px;
  padding: 0 30px;
  background: #fbfbfb url(../img/common/icn_select.png) right center no-repeat;
  margin-bottom: 34px;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 65px 0 100px;
}
.pagination .page-arrows,
.pagination .page-numbers {
  display: block;
  font-size: 14px;
  color: #666;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -moz-box-shadow: 0px 2px 0px 0px #e4e4e4;
  -webkit-box-shadow: 0px 2px 0px 0px #e4e4e4;
  box-shadow: 0px 2px 0px 0px #e4e4e4;
  margin-right: 10px;
  padding: 10px 0 8px;
}
.pagination .page-numbers {
  width: 46px;
}
.pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.pagination .page-arrows {
  width: 120px;
}

@media print, (min-width: 768px) {
  .pagination a.page-arrows:hover,
  .pagination a.page-numbers:hover {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .block-heading {
    padding: 0 0 30px;
    margin-top: -60px;
    position: relative;
  }
  .block-heading .about-intro {
    letter-spacing: -0.04em;
    line-height: 2;
  }

  .section-news-container .news-event-list > li {
    margin-bottom: 18px;
  }
  .section-news-container .news-event-list a {
    padding: 21px 10px 12px 20px;
    letter-spacing: -0.03em;
  }
  .section-news-container .news-event-list .detail {
    font-size: 13px;
    line-height: 1.85;
    margin-top: -4px;
  }

  .pagination {
    margin: 36px -7px 30px;
  }
  .pagination .page-arrows,
  .pagination .page-numbers {
    margin: 0 6px 25px;
  }
  .pagination .page-arrows {
    width: 100%;
  }

  .sidebar {
    padding: 0 20px 14px;
  }
  .sidebar .list-sidebar a {
    background-position: left 16px;
    padding-left: 12px;
  }
  .sidebar .btn-creation {
    background-color: #fee500;
    text-align: center;
  }
  .sidebar .btn-creation img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.box-article {
  border: 1px solid #e8e8e8;
  padding: 30px 40px;
  *zoom: 1;
}
.box-article:after {
  content: "";
  display: table;
  clear: both;
}
.box-article h1, .box-article h2, .box-article h3, .box-article h4, .box-article h5, .box-article h6 {
  color: #333;
  font-weight: bold;
}
.box-article .tag {
  margin-bottom: 12px;
}
.box-article p {
  font-size: 14px;
  line-height: 2.15;
  color: #666;
  letter-spacing: -0.04em;
}
.box-article .title-article {
  position: relative;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #bbc1c9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.box-article .title-article:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 90px;
  background-color: #000;
}
.box-article .box-info {
  margin: 14px 0 22px;
  border-top: 1px solid #eeeff0;
  padding-top: 12px;
}
.box-article .info-date {
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
}
.box-article .info-detail {
  color: #333;
  font-size: 13px;
  margin-bottom: 2px;
}
.box-article .info-author {
  font-size: 13px;
  color: #999;
}
.box-article .box-category {
  margin-bottom: -2px;
}
.box-article .box-category .category-title {
  font-size: 16px;
  margin-bottom: 2px;
}
.box-article .box-category .btn-category {
  display: inline-block;
}
.box-article .box-detail {
  color: #666;
  font-size: 14px;
  line-height: 2.15;
}
.box-article .box-detail strong {
  color: #333;
}
.box-article .box-detail h4 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 1.67;
  padding: 20px 0 24px;
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  margin: 24px 0 20px;
}
.box-article .box-detail h5 {
  font-weight: bold;
}
.box-article .box-detail p {
  margin-bottom: 6px;
}
.box-article .box-detail ul {
  margin: 20px 0 18px;
}
.box-article .box-detail .box-note {
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  margin: 20px 0;
  padding: 22px 0 16px;
}
.box-article .box-more-info h6,
.box-article .box-address h6 {
  margin-bottom: 8px;
}
.box-article .box-more-info .email,
.box-article .box-address .email {
  color: #333;
}

.box-share-article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 24px 20px 30px;
}
.box-share-article .item {
  margin: 0 2px;
}
.box-share-article a {
  display: block;
}

.list-control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  padding: 18px 0 18px;
  margin-bottom: 100px;
}
.list-control li {
  width: 33.33%;
}
.list-control li + li {
  border-left: 1px solid #000;
}
.list-control a {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #999;
}
.list-control a span {
  -moz-transition: ease 0.26s;
  -o-transition: ease 0.26s;
  -webkit-transition: ease 0.26s;
  transition: ease 0.26s;
  display: inline-block;
  padding: 0 15px;
}
.list-control .btn-prev span {
  background: url(../img/common/icn_arrow_04.png) left center no-repeat;
  background-size: 5px auto;
}
.list-control .btn-next span {
  background: url(../img/common/icn_arrow_03.png) right center no-repeat;
  background-size: 5px auto;
}
.list-control .btn-list span {
  padding: 0 26px;
  background: url(../img/common/icn_return_02.png) left center no-repeat;
  background-size: 14px auto;
}

@media print, (min-width: 768px) {
  .list-control a:hover {
    color: #000;
  }
  .list-control .btn-prev:hover span {
    background-image: url(../img/common/icn_arrow_02.png);
  }
  .list-control .btn-next:hover span {
    background-image: url(../img/common/icn_arrow_01.png);
  }
  .list-control .btn-list:hover span {
    background-image: url(../img/common/icn_return_01.png);
  }

  .box-article .box-detail a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .block-heading .about-intro {
    letter-spacing: -0.06em;
    line-height: 2;
    font-size: 12px;
  }

  .box-news-container {
    border: 1px solid #e8e8e8;
    padding: 32px 16px;
    margin-bottom: 40px;
  }

  .box-article {
    border: 0;
    padding: 0;
  }
  .box-article p {
    font-size: 13px;
    line-height: 2.35;
  }
  .box-article .title-article {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 18px;
  }
  .box-article .box-info {
    margin: 16px 0 20px;
    padding-top: 22px;
  }
  .box-article .info-date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .box-article .info-detail {
    line-height: 1.86;
    margin-bottom: 0;
  }
  .box-article .info-author {
    font-size: 11px;
  }
  .box-article .box-category .category-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .box-article .box-category .btn-category {
    font-size: 13px;
  }
  .box-article .box-category p {
    line-height: 1.9;
  }
  .box-article .box-detail {
    font-size: 13px;
    line-height: 2;
  }
  .box-article .box-detail p {
    line-height: 2;
  }
  .box-article .box-detail h4 {
    font-size: 13px;
    line-height: 2.3;
    padding: 18px 0;
    margin: 22px 0 16px;
  }
  .box-article .box-detail ul {
    margin: -7px 0 0;
  }
  .box-article .box-detail ul .letter {
    letter-spacing: -0.1em;
  }
  .box-article .box-detail .box-note {
    margin-bottom: 14px;
  }
  .box-article .box-more-info h6,
  .box-article .box-address h6 {
    margin-bottom: 14px;
  }

  .box-share-article {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 28px;
  }
  .box-share-article .item {
    margin-bottom: 5px;
  }
  .box-share-article a img {
    height: 18px;
    width: auto;
  }

  .list-control {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: 5px;
  }
  .list-control li.prev {
    width: 50%;
    -webkit-order: 0;
    order: 0;
  }
  .list-control li.prev a {
    text-align: left;
  }
  .list-control li.list {
    -webkit-order: 2;
    order: 2;
    width: 100%;
    border-top: 1px solid #eeeff0;
    border-left: 0;
    margin-top: 12px;
    padding-top: 12px;
  }
  .list-control li.next {
    width: 50%;
    -webkit-order: 1;
    order: 1;
  }
  .list-control li.next a {
    text-align: right;
  }
  .list-control a {
    color: #000;
  }
  .list-control .btn-prev span {
    background-image: url(../img/common/icn_arrow_02.png);
  }
  .list-control .btn-list span {
    background-image: url(../img/common/icn_return_01.png);
    background-size: 12px auto;
    padding-right: 0;
  }
  .list-control .btn-next span {
    background-image: url(../img/common/icn_arrow_01.png);
  }
}
@media only screen and (max-width: 374px) {
  .pagination .page-numbers {
    width: 40px;
  }

  .pagination .page-arrows, .pagination .page-numbers {
    margin-left: 4px;
    margin-right: 4px;
  }
}
/* CONTACT
 * ----------------------------------------------- */
.section-contact-container {
  padding: 4px 0 100px;
}
.section-contact-container .title-small-common,
.section-contact-container .contact-txt {
  text-align: center;
}
.section-contact-container .form-container .check-box {
  margin-bottom: 6px;
}
.section-contact-container .form-container .form-policy p {
  line-height: 2.35;
}

@media print, (min-width: 768px) {
  .section-contact-container .list-check {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 770px;
    margin-top: -5px;
  }
  .section-contact-container .list-check li {
    width: 46.2%;
    margin-top: 5px;
  }
  .section-contact-container .contact-txt {
    font-weight: 500;
  }
  .section-contact-container .form-container .check-box span {
    padding-left: 25px;
  }
  .section-contact-container .form-container .form-checkbox {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact-container {
    margin-top: -60px;
    padding: 0;
    position: relative;
  }
  .section-contact-container .contact-txt {
    font-size: 12px;
    letter-spacing: -0.1em;
    margin-bottom: 34px;
  }
  .section-contact-container .form-container .form-name {
    margin-bottom: 19px;
  }
  .section-contact-container .form-container .check-box {
    margin-bottom: 8px;
  }
  .section-contact-container .form-container .form-agreement {
    margin-left: 16px;
    margin-top: -10px;
  }
  .section-contact-container .form-container .form-policy {
    overflow-y: auto;
    margin: 0 14px 20px;
  }
  .section-contact-container .form-container .form-policy p {
    line-height: 2;
    margin: 0;
  }
  .section-contact-container .form-container .form-policy .policy-content {
    height: 226px;
  }
  .section-contact-container .form-container .wrap-button {
    border-top: 1px solid #e8e8e8;
    padding: 16px 20px 0;
  }
}
/* MODAL REAL ESTATE */
body.body-fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-container .btn-requests {
  font-size: 16px;
}
.modal-wrapper img {
  display: block;
}
.modal-main {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.modal-header {
  background-color: #fde310;
}
.modal-header .modal-wrapper {
  position: relative;
}
.modal-header .modal-wrapper > * {
  position: relative;
  z-index: 5;
}
.modal-header .modal-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.modal-header .modal-title {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.modal-header .modal-caption {
  line-height: 1.875;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.modal-header .modal-caption > span {
  background: #000;
  box-shadow: -5px 0 0 #000, 5px 0 0 #000;
}
.modal-mg-bottom {
  text-align: center;
}
.modal-txt {
  line-height: 1.7;
  text-align: center;
}
.modal-desc {
  color: #666666;
}
.modal-ttl {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.modal-ttl-small {
  font-weight: 500;
}
.modal-ttl-sub {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.modal-ttl-sub > span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 12px;
  border-right: 1px solid #000;
}
.modal-ttl-sub > span > span {
  background: #fde310;
  line-height: 1;
  display: inline-block;
  padding: 0 4px 1px;
}
.modal-list-txt {
  font-weight: 500;
}
.modal-list-txt > li {
  background-color: #fbfbfb;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 6px 5px 8px 38px;
}
.modal-list-txt > li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fde310;
  top: -1px;
  height: 1px;
  z-index: 1;
  width: 38px;
}
.modal-list-txt > li .number {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 38px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-style: italic;
  font-size: 18px;
}
.modal-list-txt .letter {
  letter-spacing: -0.025em;
}
.modal-box-text {
  color: #666666;
  position: relative;
}
.modal-box-text .box-inner {
  border: 2px solid #fde310;
  position: relative;
  background: #fff;
  z-index: 5;
}
.modal-box-text .box-ttl {
  font-weight: bold;
  color: #000;
  line-height: 1.875;
}
.modal-list-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-about {
  position: relative;
  z-index: 10;
}
.modal-pattern {
  position: relative;
}
.modal-pattern:before, .modal-pattern:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-style: solid;
  border-color: transparent #f9f8f3 transparent transparent;
}
.modal-pattern:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modal-pattern .modal-wrapper {
  position: relative;
}
.modal-pattern .modal-wrapper:before {
  content: "";
  background: #f9f8f3;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
}
.modal-pattern .modal-wrapper > * {
  position: relative;
  z-index: 10;
}
.modal-box-txt .box-inner {
  background: #fff;
}
.modal-desc {
  color: #666;
}
.modal-method {
  background: #f5f7f7;
}
.modal-mod {
  position: relative;
  z-index: 10;
}
.modal-btn a {
  margin: 0 auto;
  background: #fde310;
  color: #000;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  height: 60px;
  font-size: 13px;
  padding-bottom: 2px;
}
.modal-list-youtube {
  padding-bottom: 1px;
}

.list-youtube .youtube {
  display: block;
  margin-bottom: 8px;
}
.list-youtube .title {
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
}
.list-youtube .desc {
  color: #666666;
  margin-right: -10px;
}
.list-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media print, (min-width: 768px) {
  .modal-container {
    padding: 150px 0 1px;
    line-height: 2.15;
  }
  .modal-wrapper {
    width: 800px;
    margin: 0 auto;
  }
  .modal-wrapper img {
    max-width: 100%;
  }
  .modal-main {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 75px;
    margin-bottom: 150px;
  }
  .modal-btn-close {
    width: 75px;
    height: 75px;
  }
  .modal-header {
    padding: 50px 0 0;
    margin-bottom: 30px;
  }
  .modal-header .modal-wrapper {
    min-height: 235px;
    padding: 20px 0 10px;
  }
  .modal-header .modal-img {
    width: 182px;
  }
  .modal-header .modal-logo {
    width: 92px;
    margin: 0 auto 12px;
  }
  .modal-header .modal-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .modal-header .modal-caption {
    font-size: 16px;
  }
  .modal-header .modal-caption > span {
    padding-bottom: 2px;
  }
  .modal-mg-bottom {
    margin-bottom: 22px;
  }
  .modal-desc.mg-bottom {
    margin-bottom: 18px;
  }
  .modal-txt {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .modal-txt .icon {
    font-size: 30px;
  }
  .modal-ttl {
    margin-bottom: 25px;
    text-align: center;
  }
  .modal-ttl-small {
    font-size: 18px;
  }
  .modal-ttl-small.ttl-size {
    font-size: 20px;
    margin-top: -5px;
  }
  .modal-ttl-sub {
    margin-bottom: 24px;
  }
  .modal-list-txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .modal-list-txt > li {
    width: 375px;
    margin: 0 0 30px 50px;
  }
  .modal-list-txt > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .modal-list-txt .letter {
    letter-spacing: -0.025em;
  }
  .modal-box-text {
    margin: 0 16px 0 0;
  }
  .modal-box-text:before {
    top: 30px;
    left: 30px;
    right: -16px;
    bottom: -16px;
  }
  .modal-box-text .box-inner {
    padding: 18px 20px 22px;
  }
  .modal-box-text .box-ttl {
    font-size: 16px;
  }
  .modal-box-text.mg-bottom {
    margin-top: 15px;
  }
  .modal-list-img {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 26px;
  }
  .modal-list-img.mg-top {
    margin: -8px 0 22px;
  }
  .modal-list-img > li {
    width: 305px;
    margin: 0 5px 10px;
  }
  .modal-about {
    padding-bottom: 32px;
  }
  .modal-pattern:before, .modal-pattern:after {
    border-width: 135px 1000px 0 0;
  }
  .modal-pattern:before {
    top: -134px;
  }
  .modal-pattern:after {
    bottom: -134px;
  }
  .modal-pattern .modal-wrapper {
    padding-top: 30px;
    padding-bottom: 1px;
  }
  .modal-box-txt {
    padding: 16px;
    margin-bottom: 30px;
  }
  .modal-box-txt .box-inner {
    padding: 18px 20px;
  }
  .modal-box-txt .list-txt-cmn {
    margin-top: -8px;
  }
  .modal-box-txt .list-txt-cmn > li + li {
    margin-top: 5px;
  }
  .modal-row {
    margin-bottom: 35px;
  }
  .modal-method {
    margin: 0 -100px;
    padding: 40px 100px;
  }
  .modal-btn {
    padding: 50px 0 0;
  }
  .modal-btn a {
    width: 375px;
    margin: 0 auto;
  }
  .modal-list-youtube {
    padding-bottom: 1px;
    margin-bottom: 10px;
  }
  .modal-list-youtube .modal-ttl {
    margin-bottom: 30px;
  }
  .modal-inspection {
    margin-bottom: 12px;
  }
  .modal-inspection .modal-ttl {
    margin-bottom: 15px;
  }
  .modal-inspection .modal-desc {
    margin-bottom: 22px;
  }
  .modal-inspection-desc .modal-ttl {
    margin-bottom: 6px;
  }
  .modal-inspection-desc .question-answers {
    margin: 20px 0 40px !important;
    border-bottom: none !important;
    padding: 0 !important;
  }
  .modal-inspection-desc .modal-box-txt .box-inner {
    padding: 10px 20px;
  }
  .modal-inspection-desc .list-col-txt > li {
    margin-top: 4px;
  }
  .modal-introduction {
    background: #f9f8f3;
    margin: 45px 0 0;
    padding: 45px 0 15px;
  }

  .list-youtube {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-youtube > li {
    width: 375px;
    margin: 0 0 25px 48px;
  }
  .list-youtube > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-youtube .youtube {
    display: block;
    margin-bottom: 8px;
  }
  .list-youtube .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .list-youtube .title.spacing {
    letter-spacing: -0.1em;
  }
  .list-youtube .desc {
    letter-spacing: -0.02em;
    margin-right: -10px;
  }
  .list-youtube .desc .note {
    font-size: 13px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-container .btn-requests {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-container {
    line-height: 2;
    font-size: 13px;
  }
  .modal-container .btn-requests {
    font-size: 13px;
  }
  .modal-main {
    padding-bottom: 50px;
  }
  .modal-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-wrapper img {
    width: 100%;
  }
  .modal-btn-close {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
  }
  .modal-header {
    margin-bottom: 12px;
  }
  .modal-header .modal-wrapper {
    min-height: 180px;
    padding: 20px 20px 10px;
  }
  .modal-header .modal-img {
    width: 90px;
  }
  .modal-header .modal-logo {
    width: 58px;
    margin: 0 auto 5px;
  }
  .modal-header .modal-title {
    margin-bottom: 8px;
  }
  .modal-header .modal-caption {
    font-size: 12px;
    line-height: 2.166;
  }
  .modal-header .modal-caption > span {
    padding-bottom: 2px;
  }
  .modal-desc.mg-bottom {
    margin-bottom: 22px;
  }
  .modal-mg-bottom {
    margin: 0 -10px 24px;
  }
  .modal-txt {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 -10px 12px;
  }
  .modal-ttl {
    margin-bottom: 25px;
  }
  .modal-ttl-small {
    line-height: 2;
    margin-bottom: 6px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .modal-ttl-sub {
    margin-bottom: 18px;
  }
  .modal-ttl-sub.ttl-sub {
    background: #fde333;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .modal-ttl-sub.ttl-sub span {
    display: block;
    border: none;
    padding: 0;
  }
  .modal-list-txt {
    margin-bottom: 30px;
  }
  .modal-list-txt > li {
    margin-bottom: 15px;
    padding: 9px 5px 8px 38px;
  }
  .modal-list-txt > li:last-child {
    margin-bottom: 0;
  }
  .modal-list-txt .letter {
    letter-spacing: -0.075em;
  }
  .modal-list-txt .letter-sp {
    letter-spacing: -0.025em;
  }
  .modal-list-txt .letter-two {
    letter-spacing: -0.05em;
  }
  .modal-box-text:before {
    top: 30px;
    left: 30px;
    right: -16px;
    bottom: -16px;
  }
  .modal-box-text .box-inner {
    padding: 12px 15px;
    border-width: 1px;
  }
  .modal-box-text.color-text {
    color: #000;
  }
  .modal-list-img {
    margin: 0 -10px 20px;
  }
  .modal-list-img > li {
    width: 50%;
    padding: 5px;
  }
  .modal-about .modal-ttl {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    background: #fde333;
    font-weight: normal;
    text-align: center;
    padding: 2px 5px;
    margin-bottom: 20px;
  }
  .modal-pattern:before, .modal-pattern:after {
    border-width: 50px 100vw 0 0;
  }
  .modal-pattern:before {
    top: -100px;
  }
  .modal-pattern:after {
    bottom: -49px;
  }
  .modal-pattern .modal-wrapper {
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .modal-pattern .modal-wrapper:before {
    top: -52px;
  }
  .modal-box-txt {
    padding: 16px;
    margin-bottom: 30px;
  }
  .modal-box-txt .box-inner {
    padding: 10px 15px;
  }
  .modal-box-txt .list-txt-cmn > li + li {
    margin-top: 10px;
  }
  .modal-box-txt .list-txt-cmn .ttl {
    display: block;
    color: #000;
  }
  .modal-box-txt .list-txt-cmn .dots {
    display: none;
  }
  .modal-row {
    margin-bottom: 25px;
  }
  .modal-method {
    margin: 0 -20px;
    padding: 20px 20px;
  }
  .modal-btn {
    padding: 35px 20px 0;
  }
  .modal-btn a {
    width: 100%;
    padding-bottom: 2px;
  }
  .modal-list-youtube {
    padding: 0 0 22px;
  }
  .modal-list-youtube:after {
    bottom: -262px;
  }
  .modal-list-youtube .modal-wrapper:before {
    bottom: -235px;
  }
  .modal-list-youtube .modal-wrapper > * {
    position: relative;
    z-index: 5;
  }
  .modal-list-youtube .modal-ttl {
    margin-bottom: 10px;
  }
  .modal-inspect-status .modal-wrapper {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .modal-inspect-status .modal-list-txt {
    margin-bottom: 26px;
  }
  .modal-inspect-status .modal-ttl {
    font-size: 13px;
  }
  .modal-inspect-status .modal-ttl-sub {
    font-weight: normal;
  }
  .modal-inspect-status .modal-ttl-sub span {
    border: none;
    padding: 0;
    color: #666;
  }
  .modal-inspect-status .row {
    position: relative;
  }
  .modal-inspect-status .row .modal-ttl {
    position: absolute;
    left: 0;
    top: -3px;
    margin-bottom: 0;
  }
  .modal-inspect-status .modal-box-text .box-ttl {
    margin-bottom: 10px;
  }

  .list-youtube > li {
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .list-youtube > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .list-youtube .youtube {
    margin-bottom: 12px;
  }
  .list-youtube .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .list-youtube .title.spacing {
    letter-spacing: -0.1em;
  }
  .list-youtube .desc {
    letter-spacing: 0.025em;
  }
  .list-youtube .note {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 2;
  }
}
@media only screen and (max-width: 374px) {
  .modal-txt {
    font-size: 15px;
  }
}
.modal-status {
  position: relative;
  z-index: 10;
}
.modal-status .modal-box-text .box-inner {
  font-weight: bold;
  color: #000;
}

.item-reasons {
  color: #666;
}
.item-reasons .reasons-ttl {
  font-weight: 500;
  color: #333;
}

.modal-intro {
  position: relative;
  z-index: 10;
}

.item-intro {
  color: #666;
  border-bottom: 1px solid #e8e8e8;
}
.item-intro .note {
  padding-left: 1em;
  text-indent: -1em;
}
.item-intro .text {
  color: #000;
}
.item-intro .intro-ttl {
  font-weight: 500;
  color: #333;
}

@media print, (min-width: 768px) {
  .modal-status {
    padding-bottom: 70px;
  }
  .modal-status .modal-ttl {
    margin-bottom: 10px;
  }
  .modal-status .modal-desc {
    margin-bottom: 26px;
  }
  .modal-status .modal-list-txt {
    margin-bottom: 10px;
  }
  .modal-status .modal-box-text .box-inner {
    padding: 22px 90px;
  }

  .modal-reasons {
    padding: 0 0 1px;
  }
  .modal-reasons:after {
    bottom: -42px;
  }
  .modal-reasons .modal-ttl {
    margin-bottom: 35px;
  }
  .modal-reasons .modal-wrapper {
    padding-top: 15px;
  }
  .modal-reasons .modal-wrapper:before {
    bottom: 90px;
  }

  .item-reasons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    line-height: 2.15;
  }
  .item-reasons:last-child {
    margin-bottom: 0;
  }
  .item-reasons .reasons-thumb {
    width: 352px;
    margin-left: 48px;
  }
  .item-reasons .reasons-info {
    width: 400px;
    margin-top: -4px;
  }
  .item-reasons .reasons-ttl {
    font-size: 16px;
    line-height: 1.875;
  }
  .item-reasons img {
    width: 100%;
  }
  .item-reasons:nth-child(even) .reasons-thumb {
    -webkit-order: 1;
    order: 1;
    margin: 0 48px 0 0;
  }
  .item-reasons:nth-child(even) .reasons-info {
    -webkit-order: 2;
    order: 2;
  }

  .modal-intro {
    padding: 50px 0 0;
  }
  .modal-intro .modal-wrapper {
    width: auto;
  }
  .modal-intro .modal-ttl {
    margin-bottom: 44px;
  }

  .item-intro {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.15;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
  .item-intro img {
    width: 100%;
  }
  .item-intro:last-child {
    margin-bottom: 0;
  }
  .item-intro .note {
    line-height: 2.3;
    font-size: 13px;
  }
  .item-intro .text {
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
  }
  .item-intro .intro-thumb {
    width: 450px;
    margin: 0 0 0 50px;
  }
  .item-intro .intro-info {
    width: 500px;
    padding-left: 100px;
    margin: -10px 0;
  }
  .item-intro .intro-ttl {
    font-size: 18px;
    line-height: 1.875;
    margin-bottom: 5px;
  }
  .item-intro:nth-child(even) .intro-thumb {
    -webkit-order: 1;
    order: 1;
    margin: 0 50px 0 0;
  }
  .item-intro:nth-child(even) .intro-info {
    -webkit-order: 2;
    order: 2;
    padding: 0 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-status {
    padding: 8px 0 1px;
  }
  .modal-status .modal-ttl {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .modal-status .modal-desc {
    margin-bottom: 20px;
    text-align: left;
  }
  .modal-status .modal-list-txt {
    margin-bottom: 15px;
  }
  .modal-status .modal-box-text .box-inner {
    padding: 12px 20px;
    line-height: 2.3;
  }
  .modal-status .letter-spacing {
    letter-spacing: -0.025em;
  }

  .modal-reasons {
    padding: 0 0 1px;
  }
  .modal-reasons:before {
    top: -75px;
  }
  .modal-reasons:after {
    bottom: 13px;
  }
  .modal-reasons .modal-wrapper:before {
    top: -67px;
    bottom: 60px;
  }
  .modal-reasons .modal-ttl {
    margin-bottom: 15px;
  }

  .item-reasons {
    margin-bottom: 40px;
    line-height: 2;
  }
  .item-reasons:last-child {
    margin-bottom: 0;
  }
  .item-reasons .reasons-info {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
  }
  .item-reasons .reasons-info.mg-bottom {
    margin-bottom: -5px;
  }
  .item-reasons .reasons-ttl {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 5px;
  }

  .reasons-first .reasons-thumb {
    margin: 0 -10px;
  }

  .modal-intro {
    padding: 45px 0 0;
  }
  .modal-intro .modal-wrapper {
    width: auto;
  }
  .modal-intro .modal-ttl {
    margin-bottom: 15px;
  }

  .item-intro {
    line-height: 2;
    font-size: 13px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-color: #000;
  }
  .item-intro:last-child {
    margin-bottom: 0;
  }
  .item-intro .note {
    line-height: 2.3;
    font-size: 13px;
  }
  .item-intro .text {
    font-size: 16px;
    line-height: 1.875;
  }
  .item-intro .intro-info {
    margin-bottom: 15px;
  }
  .item-intro .intro-ttl {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 5px;
  }
}
.modal-list-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-map a {
  display: block;
}
.list-map .map-img {
  border: 2px solid #000;
}
.list-map .map-img img {
  width: 100%;
  display: block;
}
.list-map .map-ttl .txt {
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.list-map .map-desc {
  color: #666;
}
.list-map .note {
  display: inline-block;
  color: #666;
}

.question-answers {
  color: #000;
}
.question-answers .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.question-answers .js-accordion {
  display: none;
}

.modal-question {
  background: #fff;
  font-weight: 500;
  border-top: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
}
.modal-question.is-active:before, .modal-question.is-active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.modal-question:before, .modal-question:after {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
}
.modal-question:before {
  width: 1px;
  height: 17px;
  right: 32px;
  margin-top: -9px;
}
.modal-question:after {
  width: 17px;
  height: 1px;
  right: 24px;
  margin-top: -1px;
}

.modal-answer {
  background: #fde333;
  border-top: 1px solid #e8e8e8;
}

@media print, (min-width: 768px) {
  .kintone-row {
    margin-bottom: 6px;
  }

  .ipod-row {
    margin-bottom: 30px;
  }

  .modal-list-btn {
    margin: 0 0 0 -14px;
  }
  .modal-list-btn > li {
    width: 25%;
    padding: 0 0 17px 17px;
  }

  .list-map {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8px;
  }
  .list-map > li {
    width: 375px;
    margin: 0 0 35px 50px;
  }
  .list-map > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-map .map-ttl {
    margin-top: -2px;
  }
  .list-map .map-ttl .txt {
    display: inline-block;
    padding: 5px 10px 5px;
  }
  .list-map .map-desc {
    margin-top: 12px;
    line-height: 2.15;
  }
  .list-map .note {
    font-size: 14px;
    margin-left: 22px;
  }

  .modal-container .question-answers {
    margin: 15px -100px 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 100px 80px;
  }

  .modal-question {
    font-size: 16px;
    padding: 14px 50px 14px 30px;
  }

  .modal-answer {
    padding: 15px 30px 20px;
    line-height: 2.15;
  }
}
@media only screen and (max-width: 767px) {
  .kintone-row {
    margin-bottom: 10px;
  }

  .ipod-row {
    margin-bottom: 10px;
  }

  .modal-map-row .modal-ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
  }

  .modal-list-btn {
    margin: 0 -10px;
  }
  .modal-list-btn > li {
    width: 50%;
    padding: 10px;
  }

  .list-map {
    margin: 0;
  }
  .list-map > li {
    margin-bottom: 25px;
  }
  .list-map > li:last-child {
    margin-bottom: 0;
  }
  .list-map .map-ttl {
    margin-top: -2px;
    font-size: 13px;
  }
  .list-map .map-ttl .txt {
    display: block;
    padding: 5px 10px 7px;
    text-align: center;
  }
  .list-map .map-desc {
    margin-top: 12px;
    line-height: 2.15;
  }
  .list-map .note {
    font-size: 14px;
    margin-left: 22px;
  }

  .modal-container .question-answers {
    padding-bottom: 10px;
  }

  .modal-question {
    font-size: 13px;
    padding: 10px 12px;
  }
  .modal-question:before, .modal-question:after {
    display: none;
  }

  .modal-answer {
    padding: 10px 12px;
    line-height: 2;
  }
}
@media only screen and (max-width: 374px) {
  .modal-container .btn-requests,
  .list-map .map-ttl {
    font-size: 11px;
  }
}
/* MODAL INSPECTION */
.modal-main-inspection .modal-list-btn-none .btn-requests {
  border: 1px solid #e8e8e8;
  font-weight: 500;
}
.modal-main-inspection .modal-list-btn-none .btn-requests:before {
  display: none;
  border: none;
  opacity: 0;
}
.modal-main-inspection .modal-desc .txt-small {
  display: block;
}
.modal-large-img {
  text-align: center;
}
.modal-large-img img {
  margin: 0 auto;
}
.modal-list-txt .letter-one {
  letter-spacing: -0.12em;
}
.modal-inspection .modal-desc {
  text-align: center;
}
.modal-inspection-desc .modal-ttl {
  color: #333;
}
.modal-inspection-desc .modal-desc {
  text-align: center;
}
.modal-inspection-group {
  position: relative;
  z-index: 10;
}

@media print, (min-width: 768px) {
  .modal-main-inspection .modal-txt {
    margin-bottom: 10px;
  }
  .modal-main-inspection .modal-txt-space {
    margin-bottom: 0;
  }
  .modal-main-inspection .modal-txt .icon {
    font-size: 24px;
    display: inline-block;
    margin: 4px 0 3px 5px;
    padding-top: 3px;
  }
  .modal-main-inspection .modal-list-btn-none {
    margin: 0 -26px;
  }
  .modal-main-inspection .modal-list-btn-none > li {
    width: 33.33333%;
    padding: 0 26px 11px 26px;
  }
  .modal-main-inspection .modal-list-btn-none .btn-requests {
    height: 48px;
    letter-spacing: 0.075em;
    font-size: 16px;
    padding-bottom: 8px;
  }
  .modal-main-inspection .modal-box-text .box-inner {
    padding-top: 22px;
    letter-spacing: -0.07em;
  }
  .modal-main-inspection .modal-box-text .box-ttl {
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 6px;
  }
  .modal-main-inspection .modal-ttl-sub > span {
    min-width: 119px;
  }
  .modal-inspect-status {
    padding: 0;
    margin: 0;
  }
  .modal-inspect-status:before {
    top: -380px;
  }
  .modal-inspect-status:after {
    bottom: 106px;
  }
  .modal-inspect-status .modal-wrapper {
    padding-top: 5px;
    padding-bottom: 64px;
  }
  .modal-inspect-status .modal-wrapper:before {
    top: -246px;
    bottom: 240px;
  }
  .modal-inspect-status .modal-list-txt {
    margin-bottom: 0;
  }
  .modal-management:after {
    bottom: 86px;
  }
  .modal-management .modal-wrapper:before {
    bottom: 220px;
  }

  .list-col-txt > li {
    width: 50%;
    padding-right: 10px;
    margin-top: 15px;
  }
  .list-col-txt > li:nth-child(1), .list-col-txt > li:nth-child(2) {
    margin-top: 0;
  }
  .list-col-txt > li:nth-child(2n) {
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .desc-color {
    color: #666;
  }

  .modal-main-inspection .modal-header .modal-title {
    margin-bottom: 24px;
  }
  .modal-main-inspection .modal-txt {
    margin-bottom: 9px;
    letter-spacing: -0.05em;
  }
  .modal-main-inspection .modal-txt-space {
    margin-bottom: 5px;
  }
  .modal-main-inspection .modal-txt .icon {
    font-size: 15px;
  }
  .modal-main-inspection .modal-list-btn-none {
    margin-left: -2px;
  }
  .modal-main-inspection .modal-list-btn-none > li {
    width: 33.33%;
    padding: 0 0 9px 3px;
  }
  .modal-main-inspection .modal-list-btn-none .btn-requests {
    height: 27px;
    font-size: 12px;
    letter-spacing: -0.025em;
  }
  .modal-main-inspection .modal-desc {
    line-height: 2.3;
    margin-bottom: 18px;
  }
  .modal-main-inspection .modal-desc .txt-small {
    font-size: 11px;
    letter-spacing: -0.025em;
  }
  .modal-inspect-status:before {
    top: -200px;
  }
  .modal-inspect-status .modal-wrapper:before {
    top: -150px;
  }
  .modal-inspection-group {
    position: relative;
    z-index: 10;
    padding: 10px 20px;
  }
  .modal-inspection-group .modal-ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-inspection-group .modal-list-btn {
    margin-top: -10px;
  }
  .modal-inspection-group .question-answers {
    margin: -5px 0 20px;
  }
  .modal-inspection-group .modal-box-txt .box-inner {
    padding: 10px 15px;
  }
  .modal-inspection {
    margin-bottom: 20px;
  }
  .modal-introduction {
    padding: 20px 0 0;
  }
  .modal-management:before {
    top: -130px;
  }
  .modal-management:after {
    bottom: 88px;
  }
  .modal-management .modal-wrapper:before {
    top: -81px;
    bottom: 138px;
  }

  .list-col-txt {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
  }
  .list-col-txt > li {
    padding-left: 6px;
    position: relative;
  }
  .list-col-txt > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: url(../img/common/sp/icn_dots.png) no-repeat 0 0;
    width: 3px;
    height: 3px;
  }
  .list-col-txt > li + li {
    margin-top: 10px;
  }
}
.breadcrumb {
  text-align: right;
  margin-top: 45px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb li + li {
  background: url(../img/common/icn_arrow_05.png) left center no-repeat;
  background-size: 5px auto;
  padding-left: 18px;
  margin-left: 8px;
}
.breadcrumb .link-top {
  font-family: "Noto Sans JP", sans-serif;
}
.breadcrumb .link-top a {
  color: #d7000f;
}

.section-banner {
  position: relative;
  z-index: 2;
}

.lunch-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.lunch-title:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 2px;
  background: #d7000f;
  left: 0;
  bottom: 0;
}

.section-lunch {
  position: relative;
}
.section-lunch .wrapper {
  position: relative;
  z-index: 2;
}
.section-lunch .protect-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin-right: -10px;
  letter-spacing: 0.24em;
  padding: 20px 0 0 18px;
  text-indent: -20px;
}
.section-lunch .protect-detail {
  font-size: 14px;
  line-height: 2.15;
  color: #666;
  height: 320px;
  letter-spacing: 0.06em;
  text-indent: 1em;
}
.section-lunch .protect-detail.second {
  margin-right: 10px;
  letter-spacing: 0;
}
.section-lunch .block-lunch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 92px;
}
.section-lunch .block-lunch .img-lunch {
  padding: 60px 0 0 40px;
  width: 280px;
}
.section-lunch .detail-lunch {
  padding-top: 38px;
}
.section-lunch .away-title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  padding-left: 15px;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}
.section-lunch .away-title:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background-color: #d7000f;
}
.section-lunch .away-text {
  font-size: 14px;
  line-height: 2.15;
  padding-left: 15px;
  margin-top: 10px;
  color: #666;
  /* letter-spacing: 0.05em; */
}
.section-lunch .block-away {
  position: relative;
  margin-bottom: 100px;
}
.section-lunch .block-away .detail-away {
  position: absolute;
  right: 0;
  top: 50px;
  width: 465px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 40px;
}
.section-lunch .block-away.second {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.section-lunch .block-away.second .detail-away {
  right: auto;
  left: 0;
}
.section-lunch .block-primary {
  margin: -10px 0 86px 40px;
}

@media print, (min-width: 768px) {
  .bg-commit {
    background: url(../img/commit/bg_commit_01.jpg) repeat-x;
  }

  .section-lunch:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 906px;
    background-image: url(../img/commit/bg_commit_02.jpg), url(../img/commit/bg_commit_03.jpg);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    left: 0;
    top: -50px;
  }
  .section-lunch .detail-lunch {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 820px;
  }

  .wrap-title {
    *zoom: 1;
  }
  .wrap-title:after {
    content: "";
    display: table;
    clear: both;
  }

  .lunch-title {
    padding-top: 45px;
  }

  .breadcrumb {
    float: right;
  }

  .wrap-primary {
    position: relative;
  }
  .wrap-primary .bg-wrap {
    position: absolute;
    right: 0;
    top: -18px;
  }

  .page-commit .lunch-title {
    float: left;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner {
    background: url(../img/commit/sp/bg_commit_01.jpg) repeat-x;
    background-size: 100% auto;
    padding-top: 18px;
  }

  .img-full {
    width: 100%;
  }

  .wrap-title {
    margin-top: 15px;
  }

  .lunch-title {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .lunch-title:after {
    width: 25px;
    height: 2px;
    bottom: 0;
  }

  .section-lunch .protect-title {
    font-size: 15px;
    line-height: 1.5;
    margin-right: 0;
    letter-spacing: 0;
    padding: 20px 0 12px 0;
    text-indent: 0;
  }
  .section-lunch .protect-detail {
    font-size: 13px;
    line-height: 2;
    height: auto;
    letter-spacing: -0.1em;
  }
  .section-lunch .protect-detail.second {
    margin: 15px -20px 0 -20px;
    padding: 0 20px;
    position: relative;
  }
  .section-lunch .protect-detail.second:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 516px;
    background: url(../img/commit/sp/bg_commit_03.jpg) repeat;
    left: 0;
    top: -8px;
  }
  .section-lunch .protect-detail.second span {
    position: relative;
    z-index: 2;
  }
  .section-lunch .block-lunch {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .section-lunch .block-lunch .img-lunch {
    -webkit-order: 1;
    order: 1;
    padding: 24px 0 0 0;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .section-lunch .block-lunch .img-lunch img {
    width: 160px;
    margin: 0 auto;
  }
  .section-lunch .detail-lunch {
    -webkit-order: 0;
    order: 0;
    padding-top: 0;
    margin-top: -5px;
  }
  .section-lunch .away-title {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: -10px;
    letter-spacing: 0.1em;
  }
  .section-lunch .away-text {
    text-align: justify;
    font-size: 13px;
    line-height: 2;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
  }
  .section-lunch .away-text .text {
    margin-top: 10px;
    display: inline-block;
  }
  .section-lunch .block-away {
    position: relative;
    margin-bottom: 38px;
    display: block;
  }
  .section-lunch .block-away .detail-img {
    -webkit-order: 0;
    order: 0;
    margin: 0 -20px;
  }
  .section-lunch .block-away .detail-img img {
    width: 100%;
  }
  .section-lunch .block-away .detail-away {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 14px;
    margin-top: -14px;
  }
  .section-lunch .block-away.second {
    display: block;
  }
  .section-lunch .block-away.second .detail-away {
    left: auto;
  }
  .section-lunch .block-primary {
    margin: -8px 0 0px 15px;
  }
  .section-lunch .block-primary .away-text {
    padding-right: 30px;
    letter-spacing: -0.05em;
  }
  .section-lunch .wrap-primary {
    position: relative;
  }
  .section-lunch .wrap-primary .bg-wrap {
    position: absolute;
    right: 0;
    top: 510px;
  }
  .section-lunch .wrap-primary .bg-wrap img {
    width: 100%;
  }
}
.item-company .company-title {
  font-weight: bold;
  font-size: 20px;
}
.item-company .tbl-company tr td,
.item-company .tbl-company tr th {
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
.item-company .tbl-company td {
  color: #666;
}
.item-company .col-office {
  border-top: 1px solid #e8e8e8;
}



.item-company .pdf_dl {
    padding: 40px 0 0 0 ;
}
.item-company .pdf_dl a {
    background: url(../img/common/icn_arrow_red2.png) left center no-repeat;
    background-size: 5px auto;
    padding-left: 18px;
    margin-left: 8px;
    font-family: "Noto Sans JP", sans-serif;
}
.item-company .pdf_dl a:hover {
    color: #cc0000;
}
.item-company .gmap {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .item-company .pdf_dl {
    padding: 20px 0 0 0 ;
    }
    .item-company .pdf_dl a {
    font-size: 12px;
    }
}



@media print, (min-width: 768px) {
  .item-company {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 48px 0 30px;
  }
  .item-company .company-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 80px;
    letter-spacing: 0.1em;
  }
  .item-company .wrap-table {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .item-company .col-right {
    width: 900px;
    margin-left: 70px;
  }
  .item-company .tbl-company {
    border-top: 1px solid #e8e8e8;
    width: 410px;
    letter-spacing: 0.1em;
    line-height: 2.15;
  }
  .item-company .tbl-company tr th,
  .item-company .tbl-company tr td {
    padding: 34px 0 32px;
  }
  .item-company .tbl-company tr th {
    width: 128px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-company .tbl-company + .tbl-company {
    margin-left: 80px;
  }
  .item-company .tbl-company td span {
    font-size: 13px;
    color: #666;
  }
  .item-company .col-office {
    padding: 34px 0 30px 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .item-company .col-office .company-text {
    color: #666;
    line-height: 2.15;
    letter-spacing: 0.1em;
  }
  .item-company .col-office .company-text p + p {
    margin-top: 10px;
  }
  .item-company .col-office .company-text .dot {
    padding-left: 14px;
    text-indent: -14px;
  }
  .item-company .col-office .long-txt {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .item-company {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 16px 0 52px;
  }
  .item-company.third {
    margin-bottom: 10px;
  }
  .item-company .mark {
    color: #000;
  }
  .item-company .letter {
    letter-spacing: -0.02em;
  }
  .item-company .company-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 22px;
    flex: 0 0 22px;
    font-size: 14px;
    letter-spacing: -0.08em;
  }
  .item-company .col-right {
    width: 100%;
    margin-left: 35px;
    margin-top: -20px;
  }
  .item-company .col-right .gmap {
    margin-top: 20px;
  }
  .item-company .tbl-company {
    width: 100%;
    font-size: 13px;
    line-height: 2;
  }
  .item-company .tbl-company a {
    color: #666;
  }
  .item-company .tbl-company tr th,
  .item-company .tbl-company tr td {
    padding: 12px 0 14px;
  }
  .item-company .tbl-company tr th {
    width: 94px;
    padding-right: 10px;
  }
  .item-company .col-office {
    padding: 0;
    margin-top: -5px;
  }
  .item-company .col-office .company-text {
    color: #666;
    font-size: 13px;
    line-height: 2;
  }
  .item-company .col-office .company-text p + p {
    margin-top: 10px;
  }
  .item-company .col-office .company-text .dot {
    padding-left: 14px;
    text-indent: -14px;
  }
  .item-company .col-office .letter {
    letter-spacing: -0.05em;
  }
  
    .item-company .col-office {
    border-top: unset;
    }
}
/* HISTORY
 * ----------------------------------------------- */
.history-pane .title {
  font-weight: bold;
  letter-spacing: 0.25em;
  font-size: 18px;
  margin-bottom: 15px;
}
.history-pane .title ~ .title {
  margin-top: 1.5em;
}
.history-pane .txt {
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  text-align: justify;
}

.history-period {
  border-top: 1px solid #e8e8e8;
}
.history-period th,
.history-period td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.history-period th {
  font-weight: 500;
}
.history-period td {
  font-weight: 400;
}
.history-period .badges {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  color: #fff;
  margin-right: 20px;
  min-width: 90px;
  text-align: center;
}
.history-period .badges.period01 {
  background: #660000;
}
.history-period .badges.period02 {
  background: #826f45;
}
.history-period .badges.period03 {
  background: #000066;
}
.history-period .badges.period04 {
  background: #cc0000;
  background: #a21616;
}
.history-period .badges.period05 {
  background: #d47e9b;
  background: #065008;
}

@media print, (min-width: 768px) {
  .history-pane {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
  }
  .history-pane .thumb {
    width: 355px;
  }
  .history-pane .history-ct {
    width: 695px;
  }
  .history-pane.thumb-left {
    flex-direction: row-reverse;
  }
  .history-pane.full {
    margin-top: 20px;
  }
  .history-pane.full .history-ct {
    width: 100%;
  }
  .history-pane.thumb-small .thumb {
    width: 248px;
  }
  .history-pane.thumb-small .history-ct {
    width: auto;
    flex-grow: 1;
    padding-right: 35px;
  }
  .history-pane.thumb-small .txt {
    letter-spacing: 0;
  }

  .history-gallery {
    margin-top: 115px;
    padding-bottom: 20px;
  }

  .history-period {
    margin-top: 40px;
  }
  .history-period th {
    width: 290px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .history-pane {
    margin-top: 30px;
  }
  .history-pane .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .history-pane .thumb {
    margin: 30px -20px 0;
  }
  .history-pane .thumb img {
    display: block;
    max-width: 100%;
  }
  .history-pane.thumb-small .thumb {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .history-gallery {
    margin: 45px 0 0;
    overflow: hidden;
  }
  .history-gallery .item-slide {
    width: 50%;
    float: left;
  }
  .history-gallery .item-slide img {
    display: block;
    width: 100%;
  }

  .history-period th,
  .history-period td {
    display: block;
    width: 100%;
    padding: 8px 25px;
    text-align: justify;
  }
}
.block-item .long-txt {
  letter-spacing: -0.05em !important;
}
.block-item .item-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #f1f3f3;
  overflow: hidden;
}
.block-item .item-img img {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-bento {
    min-height: 900px;
  }
  .section-bento .wrapper {
    *zoom: 1;
    position: relative;
  }
  .section-bento .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-bento .wrap-title {
    *zoom: 1;
  }
  .section-bento .wrap-title:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-bento .breadcrumb {
    float: right;
  }
  .section-bento .lunch-title {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .section-bento aside {
    margin-top: -28px;
  }

  .block-category {
    float: left;
    width: 205px;
  }
  .block-category.side-bar-fixed {
    position: fixed;
    left: 50%;
    margin-left: -550px;
    top: 64px;
    z-index: 999;
  }
  .block-category.side-bar-fixed.is-fixed {
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  .category-title {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .category-content {
    margin-bottom: 30px;
  }
  .category-content:last-child {
    margin-bottom: 0;
  }
  .category-list > li {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 2.8;
  }
  .category-list > li a {
    color: #666666;
    display: block;
    position: relative;
    padding-left: 25px;
  }
  .category-list > li a:before {
    position: absolute;
    content: "";
    background: url(../img/common/icn_arrow_right.png) no-repeat 0 center;
    background-size: auto 100%;
    width: 6px;
    height: 10px;
    top: 0;
    left: 0;
    margin-top: 12px;
  }
  .category-list > li:hover a, .category-list > li.is-active a {
    color: #cc0000;
  }

  .block-item {
    float: right;
    width: 830px;
    margin: 28px 0 -50px;
  }
  .block-item .item-list {
    margin: 0 -14px;
  }
  .block-item .item-list > li {
    width: 258px;
    margin: 0 14px 30px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
  }
  .block-item .item-list > li > a {
    width: 100%;
    display: block;
  }
  .block-item .item-img {
    width: 258px;
    height: 188px;
  }
  .block-item .item-name {
    font-size: 14px;
    /* letter-spacing: 0.05em; */
    line-height: 1.6;
    margin-bottom: 8px;
    font-family: "a-otf-ryumin-pr6n", serif;
  }
  .block-item .item-name span {
    color: #666666;
    font-size: 13px;
    margin-left: 5px;
  }
  .block-item .item-content {
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px 5px 22px;
  }
  .block-item .item-category {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .block-item .item-price {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #666666;
  }
  .block-item .item-price > span {
    font-size: 11px;
  }
  .block-item .item-text {
    font-size: 13px;
    letter-spacing: 0.036em;
    line-height: 1.7;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 1em;
  }
  .block-item .long {
    letter-spacing: 0;
  }
}
@media print, (min-width: 1201px) {
  .block-category.side-bar-fixed {
    left: 50% !important;
  }

  .block-category.side-bar-fixed.is-fixed {
    left: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .block-category.side-bar-fixed {
    left: 50px;
    margin-left: 0;
  }

  .block-category.side-bar-fixed.is-fixed {
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-bento .wrap-title {
    margin-bottom: 5px;
  }

  .block-item .item-list {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-item .item-list > li {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-item .item-list > li > a {
    display: block;
    width: 100%;
  }
  .block-item .item-list > li > a img {
    width: 100%;
    border: 2px solid #f1f3f3;
  }
  .block-item .item-list .mix {
    display: none;
  }
  .block-item .item-name {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.8;
    margin-bottom: 2px;
  }
  .block-item .item-price {
    font-size: 14px;
    font-weight: 500;
  }
  .block-item .item-price > span {
    font-size: 10px;
  }
  .block-item .item-img {
    margin-bottom: 2px;
    height: 32vw;
  }
  .block-item .item-category {
    font-family: "Noto Sans JP", sans-serif;
  }

  .block-category {
    position: relative;
    margin-top: 0 !important;
    left: auto !important;
  }
  .block-category .select-archive {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 4px 5px;
  }
  .block-category .check-category input {
    display: none;
  }
  .block-category .check-category input:checked + span {
    background-image: url(../img/common/icn_checkbox_on.png);
    color: #831010;
  }
  .block-category .check-category span,
  .block-category .check-category a {
    display: inline-block;
    background: url(../img/common/icn_checkbox_off.png) no-repeat 0 3px;
    background-size: 11px auto;
    padding: 0 0 0 14px;
    font-size: 11px;
    cursor: pointer;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
  .block-category .check-category .active {
    background-image: url(../img/common/icn_checkbox_on.png);
    color: #831010;
  }
  .block-category .list-check {
    position: relative;
  }
  .block-category .list-check:before {
    content: "";
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 1px;
    background-color: #ccc;
    position: absolute;
  }
  .block-category .list-check.list-check-cat {
    padding-left: 50px;
  }
  .block-category .list-check.list-check-cat:before {
    left: 50px;
  }
  .block-category .list-check .check-category {
    margin: 3px 0 3px 10px;
    min-width: 58px;
  }
  .block-category .list-check li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }
  .block-category .list-check .all {
    position: absolute;
    left: 0;
    margin-left: 0 !important;
    top: 11px;
  }
  .block-category .form-content {
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0 15px;
    margin-right: -20px;
  }
  .block-category .form-check {
    width: 50px;
    flex: 0 0 50px;
  }
  .block-category .list-check {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .block-category .check-category span {
    font-size: 10px;
  }
  .block-category .form-check {
    width: 40px;
  }
  .block-category .list-check {
    width: 235px;
  }
}
.fancybox-close-small svg {
  display: none;
}

.modal-bento {
  background: #fff;
  z-index: 200;
  position: relative;
}
.modal-bento .sec-title {
  font-weight: 600;
  letter-spacing: -0.05em;
}
.modal-bento .modal-title {
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.modal-bento .modal-title::after {
  position: absolute;
  content: "";
  background: #d7000f;
}
.modal-bento .modal-information {
  font-family: "Noto Sans JP", sans-serif;
}
.modal-bento .modal-description,
.modal-bento .modal-notice {
  line-height: 1.9;
}
.modal-bento .modal-description {
  letter-spacing: 0.07em;
  text-indent: 1em;
}
.modal-bento .modal-notice {
  letter-spacing: 0.1em;
}
.modal-bento .modal-inner {
  position: relative;
}
.modal-bento .modal-price {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f6f4f2;
  border: 1px solid #e1d9d0;
}
.modal-bento .modal-price strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.modal-bento .modal-price-container {
  -webkit-align-items: center;
  align-items: center;
}
.modal-bento .modal-slide .item {
  padding: 0 1px;
}
.modal-bento .modal-slide img {
  display: block;
  width: 100%;
  border: 1px solid #f1f3f3;
}
.modal-bento .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2000;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
  width: 48px;
  height: 40px;
  margin-top: -20px;
}
.modal-bento .slick-next {
  background-image: url(../img/common/icn_arrow_01.png);
  right: 0;
}
.modal-bento .slick-prev {
  background-image: url(../img/common/icn_arrow_02.png);
  left: 0;
}
.modal-bento .bento-content-title {
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.modal-bento .bento-content,
.modal-bento .bento-list {
  color: #666666;
  letter-spacing: 0.05em;
}
.modal-bento .bento-list span {
  background: url(../img/common/icn_bullet_modal.png) no-repeat 0 center;
  background-size: 13px 13px;
  padding-left: 20px;
}
.modal-bento .order-content .wrap {
  text-align: center;
}
.modal-bento .order-content .sub-title {
  position: relative;
  overflow: hidden;
}
.modal-bento .order-content .sub-title::before, .modal-bento .order-content .sub-title:after {
  content: "";
  background: #e8e8e8;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.modal-bento .order-content .sub-title:before {
  right: 0.5em;
  margin-left: -50%;
}
.modal-bento .order-content .sub-title:after {
  left: 0.5em;
  margin-right: -50%;
}
.modal-bento .order-way {
  margin: 0 -1px;
}
.modal-bento .order-way .col {
  width: 33.33333%;
  padding: 0 1px;
}
.modal-bento .order-txt {
  display: block;
  width: 100%;
}
.modal-bento .order-txt .on,
.modal-bento .order-txt .off {
  max-width: 100%;
}
.modal-bento .order-txt .on {
  display: none;
}

@media print, (min-width: 768px) {
  .modal-bento {
    width: 1100px;
    padding: 60px;
  }
  .modal-bento .tag-item {
    margin-bottom: 10px;
  }
  .modal-bento .sec-title {
    font-size: 14px;
  }
  .modal-bento .sub-title {
    margin-bottom: 25px;
  }
  .modal-bento .modal-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .modal-bento .modal-title::after {
    width: 46px;
    height: 2px;
    bottom: -16px;
    left: 4px;
  }
  .modal-bento .modal-information {
    margin-bottom: 45px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .modal-bento .modal-description,
  .modal-bento .modal-notice {
    font-size: 14px;
    line-height: 1.9;
  }
  .modal-bento .modal-description {
    letter-spacing: 0.07em;
    min-height: 200px;
    margin-bottom: 25px;
  }
  .modal-bento .modal-notice {
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .modal-bento .modal-slide {
    width: 45.9%;
  }
  .modal-bento .modal-content {
    width: 53.57%;
    padding: 3px 0 0 35px;
  }
  .modal-bento .modal-price {
    font-size: 16px;
    width: 208px;
    height: 50px;
  }
  .modal-bento .modal-price strong {
    font-size: 24px;
    padding-left: 12px;
  }
  .modal-bento .modal-price span {
    font-size: 14px;
  }
  .modal-bento .modal-price-container {
    -webkit-align-items: center;
    align-items: center;
  }
  .modal-bento .reserve {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.4;
    padding-left: 12px;
    background-size: 5px 9px;
    width: 190px !important;
    margin-top: 15px;
    background: url(../img/common/icn_arrow_red.png) no-repeat 0 center;
  }
  .modal-bento .bento-content-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .modal-bento .bento-content,
  .modal-bento .bento-list {
    font-size: 14px;
    line-height: 1.8;
  }
  .modal-bento .bento-list {
    margin-bottom: 20px;
  }
  .modal-bento .bento-list span {
    background-size: 13px 13px;
    padding-left: 20px;
  }
  .modal-bento .order-content .wrap {
    text-align: center;
  }
  .modal-bento a.order-txt:hover .on {
    display: block;
  }
  .modal-bento a.order-txt:hover .off {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-item .item-text {
    height: 5.25em;
  }
}
@media only screen and (max-width: 767px) {
  .modal-bento {
    width: 100%;
    padding: 25px 30px;
  }

  .tag-item {
    margin-bottom: 5px;
  }
  .tag-item span {
    padding: 0 8px;
  }

  .sec-title {
    font-size: 12px;
    display: none;
  }

  .sub-title {
    margin-bottom: 18px;
  }

  .modal-bento .slick-arrow {
    background-size: 8px auto;
    width: 28px;
    z-index: 9999;
    transform: translate3d(0, 0, 0);
  }

  .modal-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .modal-title::after {
    width: 25px;
    height: 1px;
    bottom: -8px;
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .modal-slide {
    margin-bottom: 10px;
  }
  .modal-content {
    text-align: left;
  }
  .modal-information {
    margin-bottom: 52px;
  }
  .modal-description, .modal-notice {
    font-size: 13px;
    line-height: 2;
  }
  .modal-description {
    margin-bottom: 20px;
  }
  .modal-notice {
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .modal-price {
    font-size: 16px;
    width: 100%;
    height: 50px;
  }
  .modal-price strong {
    font-size: 24px;
    padding-left: 12px;
  }
  .modal-price span {
    font-size: 14px;
  }
  .modal-price-container {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -25px;
  }

  .bento-content-title {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .bento-content,
  .bento-list {
    font-size: 13px;
    line-height: 2;
  }

  .bento-content > span {
    display: block;
    letter-spacing: -0.06em;
  }

  .bento-list {
    margin-bottom: 20px;
  }
  .bento-list span {
    background-size: 11px 11px;
    padding-left: 20px;
  }

  .order-content .wrap {
    text-align: center;
  }
  .order-content .sub-title {
    font-size: 14px;
    display: none;
  }

  .modal-bento .order-way .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-bento .order-way .col:last-child {
    margin-bottom: 0;
  }

  .car {
    letter-spacing: 0;
  }

  .plane {
    padding-left: 50px;
  }

  .train {
    padding-left: 50px;
  }
}
.modal-fancybox {
  display: none;
}

.fancybox-infobar .fancybox-button,
.fancybox-toolbar .fancybox-button,
.fancybox-caption .fancybox-button,
.fancybox-navigation .fancybox-button {
  visibility: visible;
  display: none;
}

.fancybox-navigation .fancybox-button {
  opacity: 1;
}

.fancybox-close-small {
  width: 60px;
  height: 60px;
  background: url(../img/bento/btn_close_modal.png) no-repeat 0 0;
  opacity: 1;
}

.fancybox-navigation .fancybox-button {
  width: 64px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
}
.fancybox-navigation .fancybox-button > div {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  background-image: url(../img/common/btn_next_02.png);
}

.fancybox-navigation .fancybox-button--arrow_left {
  background-image: url(../img/common/btn_prev_02.png);
}

@media print, (min-width: 768px) {
  .fancybox-slide--html {
    padding: 60px;
  }

  .fancybox-close-small:hover {
    opacity: 0.8;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    left: 50%;
    right: auto;
    margin-left: 550px;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    right: 50%;
    left: auto;
    margin-right: 550px;
  }
}
.fancybox-button {
  outline: none;
}

.fancybox-button[disabled] {
  opacity: 0 !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 1150px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    left: auto;
    right: 0;
    margin-left: 0;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    right: auto;
    left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0 25px;
  }

  .fancybox-close-small {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
  }

  .fancybox-slide--html {
    padding: 25px;
  }

  .fancybox-navigation .fancybox-button {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .order-content .sub-title {
    font-size: 10px;
  }
  .order-content .sub-title::before, .order-content .sub-title:after {
    width: 65px;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .select-container.select-time {
    max-height: 300px;
  }
}
.wrap-title {
  position: relative;
}

.order-rules {
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  position: absolute;
}
.order-rules .order-rules-title {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  position: relative;
}
.order-rules .order-rules-title:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}

.order-rules-container {
  display: none;
  z-index: 400;
  position: absolute;
  background: #fff;
}

.rules-title {
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.rules-title::after {
  position: absolute;
  content: "";
  background: #000;
  width: 25px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.rules-content {
  color: #666666;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.order-rules-content {
  border-bottom: 1px solid #e8e8e8;
}

.rules-txt {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.08em;
  line-height: 2.6;
  text-indent: -1em;
  padding-left: 1em;
}

.first-list {
  text-indent: -1em;
  padding-left: 1em;
}
.first-list > li:first-child {
  margin-right: 25px;
}

.second-list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.long-content {
  letter-spacing: -0.02em;
}

.third-list {
  list-style: decimal;
  padding-left: 15px;
}

.form-payment {
  background: url(../img/reserve/bg_payment.jpg) repeat center center;
}

.form-payment-content {
  background: #fff;
  width: 100%;
}
.form-payment-content .row span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.form-payment-content .total-number,
.form-payment-content .total-price {
  border: 1px solid #e8e8e8;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.order-item .item-name {
  text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order-item .btn-decrease,
.order-item .btn-increase {
  background-repeat: no-repeat;
}
.order-item .btn-decrease {
  background-image: url(../img/common/btn_decrease.png);
  background-position: 0 center;
}
.order-item .btn-increase {
  background-image: url(../img/common/btn_increase.png);
  background-position: right center;
}
.order-item input[type=number]::-webkit-inner-spin-button,
.order-item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.order-item .item-count {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-item .number-input {
  background: #ffffff;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  resize: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  text-align: center;
  height: auto;
  line-height: normal;
}

.order-form {
  font-family: "Noto Sans JP", sans-serif;
}
.order-form .title-form {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.7;
  color: #333333;
  text-align: center;
}
.order-form .form-list {
  width: 100%;
}
.order-form .form-name,
.order-form .form-input {
  letter-spacing: 0.1em;
}
.order-form .mw-element {
  background: #ffffff;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  resize: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
.order-form .mwform-select {
  color: #999999;
}
.order-form .mwform-select optgroup {
  color: #333333;
  line-height: 2.7;
  position: relative;
}
.order-form .mwform-select option {
  color: #666666;
  line-height: 2.5;
  margin-bottom: 5px;
}
.order-form .mwform-number {
  display: inline-block;
}
.order-form .mw-element::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
}
.order-form .mw-element::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
.order-form .mw-element:-ms-input-placeholder {
  color: #999999;
  font-size: 13px;
}
.order-form .mw-element:-moz-placeholder {
  color: #999999;
  font-size: 13px;
}

.mwform-select {
  position: relative;
}

.select-container {
  background: #f6f6f6;
  padding: 14px 25px;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 100;
  border: 1px solid #e8e8e8;
  display: none;
}

.select-label {
  color: #333333;
  position: relative;
  line-height: 2.8;
  overflow: hidden;
}
.select-label span {
  position: relative;
}
.select-label span:after {
  position: absolute;
  content: "";
  background: #ccc;
  height: 1px;
  top: 50%;
  width: 780px;
  left: 100%;
  margin-left: 10px;
}

.select-option {
  color: #666666;
  line-height: 2.3;
  padding-left: 10px;
}

.select-time .select-content {
  text-align: center;
}

.has-select,
.has-select-first {
  position: relative;
  z-index: 100;
}

.has-select-first {
  z-index: 120;
}

@media print, (min-width: 768px) {
  .wrap-title {
    position: relative;
  }

  .page-reserve {
    margin: -20px 0 65px;
    padding-top: 65px;
  }
  .page-reserve .block-item {
    margin-top: 0;
  }
  .page-reserve .breadcrumb {
    margin-top: 10px;
  }
  .page-reserve .block-category {
    margin-top: 0;
  }

  .order-rules {
    position: static;
    float: left;
    width: 330px;
    z-index: 10;
  }
  .order-rules .order-rules-title {
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
    height: 45px;
    padding: 10px 20px 5px 10px;
  }
  .order-rules .order-rules-title:hover, .order-rules .order-rules-title.is-active {
    background-color: #ffb900;
  }
  .order-rules .order-rules-title.is-active:before {
    background-image: url(../img/reserve/icn_minus.png);
  }
  .order-rules .order-rules-title:before {
    background: url(../img/reserve/icn_plus.png) no-repeat 0 0;
    right: 10px;
  }

  .rules-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .rules-title::after {
    width: 25px;
    height: 1px;
    bottom: 0;
    left: 0;
  }

  .order-rules-container {
    position: static;
    width: 830px;
    padding: 10px 0 20px;
    left: 0;
    top: 45px;
  }

  .rules-content {
    font-size: 13px;
  }

  .order-rules-content {
    padding: 20px 30px;
  }

  .rules-txt {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.08em;
    line-height: 2.6;
  }

  .first-list > li:first-child {
    margin-right: 25px;
  }

  .long-content {
    letter-spacing: -0.02em;
  }

  .third-list {
    padding-left: 15px;
  }

  .number-input {
    width: 50px;
    height: 25px;
    font-size: 13px;
    padding: 2px 4px;
  }

  .form-payment {
    background-size: 20px 20px;
    padding: 20px;
  }

  .form-payment-content {
    padding: 35px 50px 35px 65px;
  }
  .form-payment-content .row span {
    font-size: 16px;
    margin: 0 15px;
  }
  .form-payment-content .total-number {
    width: 70px;
  }
  .form-payment-content .total-price {
    width: 170px;
  }
  .form-payment-content .total-number,
  .form-payment-content .total-price {
    height: 40px;
    padding: 5px 10px;
    text-align: center;
  }

  .order-item .item-name {
    border-bottom: 1px solid #f1f3f3;
    border-left: 1px solid #f1f3f3;
    border-right: 1px solid #f1f3f3;
    margin: -10px -5px 15px;
    padding: 4px 5px 2px;
  }
  .order-item .item-content {
    padding: 10px 5px 15px;
  }
  .order-item .item-list {
    margin: 0 -14px 45px;
  }
  .order-item .item-list > li {
    margin: 0 14px 25px;
  }
  .order-item .item-count {
    margin: 0 -5px;
  }
  .order-item .btn-decrease,
  .order-item .btn-increase {
    background-size: 20px 20px;
    width: 20px;
  }
  .order-item .btn-decrease {
    margin-right: 20px;
  }
  .order-item .btn-decrease:hover {
    background-image: url(../img/reserve/icn_decrease_hover.png);
  }
  .order-item .btn-increase {
    margin-left: 20px;
  }
  .order-item .btn-increase:hover {
    background-image: url(../img/reserve/icn_increase_hover.png);
  }

  .order-form {
    border: 10px solid #f5f7f7;
    padding: 45px 105px 50px;
  }
  .order-form .title-form {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2.7;
    color: #333333;
    text-align: center;
  }
  .order-form .form-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .order-form .form-name,
  .order-form .form-input {
    letter-spacing: 0.1em;
    padding-bottom: 40px;
  }
  .order-form .form-input {
    width: 440px;
  }
  .order-form .form-name {
    width: 160px;
    font-size: 14px;
    flex: 0 0 160px;
  }
  .order-form .mw-element {
    font-size: 14px;
    height: 55px;
    padding: 0 25px 4px;
  }
  .order-form .mwform-select {
    color: #999999;
  }
  .order-form .mwform-select optgroup {
    color: #333333;
    line-height: 2.7;
    position: relative;
  }
  .order-form .mwform-select option {
    color: #666666;
    line-height: 2.5;
    margin-bottom: 5px;
  }
  .order-form .mwform-number {
    width: 95px;
    display: inline-block;
    margin-right: 8px;
  }
  .order-form .mwform-select {
    width: 400px;
  }
  .order-form .mwform-select-time {
    width: 275px;
  }
  .order-form .mwform-text,
  .order-form .mwform-email {
    width: 270px;
  }
  .order-form .form-sub span {
    margin-right: 5px;
  }
  .order-form .form-sub .last {
    margin-right: 0;
  }

  .mwform-select {
    position: relative;
  }

  .select-container {
    padding: 14px 25px;
  }
  .select-container .select-option:hover {
    color: #d7050f;
  }

  .select-check .select-option {
    padding-left: 10px;
  }

  .order-item .number-input {
    padding-bottom: 3px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .page-reserve .block-item.order-item {
    position: relative;
  }
  .page-reserve .wrap-title {
    float: right;
    width: 100%;
  }
  .page-reserve .lunch-title {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .page-reserve .lunch-title:after {
    bottom: 5px;
  }
  .page-reserve.reserve-confirm .lunch-title {
    position: relative;
    top: 0;
  }
  .page-reserve .block-category.sm {
    position: static;
  }

  .order-rules .order-rules-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 20px 4px 5px;
    font-size: 10px;
  }

  .order-rules .order-rules-title:before {
    background-image: url(../img/reserve/sp/btn_rule.png);
    background-repeat: no-repeat;
    right: 2px;
  }

  .order-rules {
    font-size: 11px;
    position: static;
    z-index: 5;
  }
  .order-rules-title {
    width: 230px;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .order-rules-container {
    position: static;
    padding: 10px 0 20px;
    border: 1px solid #e8e8e8;
  }

  .rules-content {
    font-size: 12px;
  }

  .order-rules-content {
    padding: 15px 15px;
  }

  .form-payment {
    padding: 10px;
    background-size: 20px 20px;
    margin: 0 -20px 20px;
  }

  .form-payment-content {
    padding: 15px 10px 20px;
  }
  .form-payment-content .row span {
    font-size: 12px;
    margin: 0 6px;
  }
  .form-payment-content .total-number {
    width: 35px;
  }
  .form-payment-content .total-price {
    width: 65px;
  }
  .form-payment-content .total-number,
  .form-payment-content .total-price {
    height: 20px;
  }

  .order-item .item-name {
    padding: 10px 5px;
  }
  .order-item .item-img img {
    width: 100%;
  }
  .order-item .btn-decrease,
  .order-item .btn-increase {
    background-size: 15px 15px;
    background-position: 1px center;
    width: 18px;
  }
  .order-item .btn-decrease {
    margin-right: 10px;
  }
  .order-item .btn-increase {
    margin-left: 10px;
  }

  .number-input {
    width: 30px;
    height: 17px;
    font-size: 15px;
    padding-bottom: 2px;
  }

  .order-form {
    border: 3px solid #f5f7f7;
    padding: 20px 20px;
    margin-top: 20px;
  }
  .order-form .title-form {
    font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .order-form .form-input {
    letter-spacing: 0.1em;
  }
  .order-form .form-name {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .order-form .form-row {
    margin-bottom: 20px;
  }
  .order-form .mw-element {
    font-size: 12px;
    height: 45px;
    padding: 3px 10px;
  }
  .order-form select.mw-element {
    background: #fff url(../img/reserve/icn_dropdown.png) no-repeat right 15px center;
  }
  .order-form .mwform-select optgroup {
    color: #333333;
    line-height: 2.7;
    position: relative;
  }
  .order-form .mwform-select option {
    color: #666666;
    line-height: 2.5;
    margin-bottom: 5px;
  }
  .order-form .mwform-number {
    width: 45px;
    display: inline-block;
    margin-right: 8px;
  }
  .order-form .select-container {
    display: none;
  }
  .order-form .form-sub span {
    margin-right: 4px;
  }
  .order-form .form-sub .last {
    margin-right: 0;
  }

  .block-category .check-category .all {
    padding: 0 0 0 14px;
  }

  .mw_wp_form_confirm .shop-select,
  .mw_wp_form_confirm .time-select {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    padding: 13px 10px;
  }
}
@media only screen and (max-width: 374px) {
  .block-category .lunch-title {
    font-size: 13px;
  }

  .form-payment-content .row span {
    font-size: 10px;
    margin: 0 3px;
  }

  .form-payment-content .total-price {
    width: 50px;
  }

  .order-rules .order-rules-title {
    width: 180px;
    font-size: 10px;
  }

  .order-form .mwform-number {
    width: 42px;
    margin-right: 2px;
  }
  .order-form .form-sub span {
    font-size: 10px;
  }
}
.js-select.mw-element {
  padding: 0;
  height: auto;
  border: none;
}
.js-select .disable-option {
  padding: 15px 25px;
  cursor: pointer;
  height: 55px;
  background: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js-select .disable-option:after {
  position: absolute;
  content: "";
  background: url(../img/reserve/icn_dropdown.png) no-repeat center center;
  background-size: auto 100%;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 9px;
  height: 6px;
  z-index: 2;
}
.js-select .disable-option.is-current {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .js-select .disable-option {
    height: 45px;
    padding: 12px 25px 12px 10px;
  }
}
.check-form-payment {
  margin: 35px 0 25px;
  height: 150px;
  animation-name: none !important;
  visibility: visible !important;
}

.form-payment {
  width: 830px;
}
.form-payment.js-fixed {
  position: fixed;
  top: 0;
  width: 830px;
  left: 50%;
  margin-left: -280px;
  z-index: 999;
}

@media print, (min-width: 1201px) {
  .form-payment.js-fixed {
    left: 50% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .form-payment.js-fixed {
    left: 320px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .check-form-payment {
    margin: 0 -20px 20px;
  }

  .form-payment {
    width: 100%;
    margin: 0;
  }
  .form-payment.js-fixed {
    width: 100%;
    left: 0 !important;
    margin-left: 0;
  }
}
.modal-store .store-name {
  letter-spacing: 0.07em;
}
.modal-store .store-text {
  color: #666666;
  letter-spacing: 0.1em;
}
.modal-store .store-text span {
  display: block;
}
.modal-store .store-title {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "a-otf-ryumin-pr6n", serif;
  position: relative;
}
.modal-store .store-title::after {
  position: absolute;
  content: "";
  background: #d7000f;
  height: 2px;
}
.modal-store .google-link {
  color: #990000;
}
.modal-store .store-other-list {
  font-family: "a-otf-ryumin-pr6n", serif;
}
.modal-store .store-other-list > li {
  border-top: 1px solid #e8e8e8;
}
.modal-store .store-other-list > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

@media print, (min-width: 768px) {
  .modal-store {
    width: 1100px;
    padding: 60px;
  }
  .modal-store .modal-main {
    padding: 0;
    margin-bottom: 0;
  }
  .modal-store .modal-btn-close {
    width: 60px;
    height: 60px;
  }
  .modal-store .store-img {
    width: 32.65%;
  }
  .modal-store .store-img img {
    display: block;
    width: 100%;
  }
  .modal-store .store-content {
    display: table-row;
  }
  .modal-store .store-information {
    padding-left: 50px;
    width: 67.35%;
  }
  .modal-store .store-google {
    position: relative;
  }
  .modal-store .store-name,
  .modal-store .store-text {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.9;
    padding-bottom: 10px;
  }
  .modal-store .store-name {
    width: 110px;
    letter-spacing: 0.07em;
  }
  .modal-store .store-text {
    letter-spacing: 0.1em;
    width: 510px;
  }
  .modal-store .store-text span {
    display: block;
  }
  .modal-store .store-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .modal-store .store-title::after {
    width: 45px;
    height: 2px;
    bottom: -10px;
    left: 0;
  }
  .modal-store .store-google {
    position: relative;
  }
  .modal-store .google-link {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 14px;
    background: url(../img/store/icn_google_map.png) no-repeat 0 center;
  }
  .modal-store .store-list > li {
    margin-bottom: 60px;
  }
  .modal-store .store-list > li:last-child {
    margin-bottom: 0;
  }
  .modal-store .modal-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "a-otf-ryumin-pr6n", serif;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    text-align: center;
  }
  .modal-store .store-other-list {
    font-family: "a-otf-ryumin-pr6n", serif;
  }
  .modal-store .store-other-list > li {
    padding: 48px 35px;
  }
  .modal-store .store-other-list .store-name {
    width: 135px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.7;
  }
  .modal-store .store-other-list .store-text {
    line-height: 1.7;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-store {
    padding: 20px;
    width: 100%;
  }
  .modal-store .modal-main {
    width: 88%;
    position: absolute;
    top: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 0 0;
  }
  .modal-store .modal-btn-close {
    width: 30px;
    height: 30px;
    background-size: 17px 17px;
  }
  .modal-store .store-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    padding: 4px 0 12px;
  }
  .modal-store .store-title::after {
    width: 25px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .modal-store .store-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal-store .store-img img {
    width: 100%;
  }
  .modal-store .store-name {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.9;
    margin-bottom: 5px;
  }
  .modal-store .store-text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .modal-store .store-content {
    margin-bottom: 15px;
  }
  .modal-store .long-text {
    letter-spacing: 0.08em;
  }
  .modal-store .google-link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 40px;
    background-size: 8px 12px;
    background: url(../img/store/icn_google_map.png) no-repeat 92px center;
  }
  .modal-store .store-list > li {
    border-bottom: 1px solid #262626;
    padding: 5px 0 25px;
    margin-bottom: 10px;
  }
  .modal-store .store-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .modal-store .store-other-list {
    padding: 0;
    font-size: 13px;
  }
  .modal-store .store-other-list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
  }
  .modal-store .store-other-list .store-name {
    width: 110px;
    letter-spacing: normal;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .modal-store .store-other-list .store-text {
    width: 165px;
  }
  .modal-store .store-other-list .store-text > li {
    font-size: 13px;
  }
  .modal-store .store-other-list .store-text > li:before {
    content: "・";
  }
  .modal-store .store-other-list .store-text > li.nonedot:before {
    content: "　";
  }
  .modal-store .store-other-list .store-flex > li {
    width: 50%;
  }
  .modal-store .store-other-list .long-txt {
    letter-spacing: -0.12em !important;
  }
}
@media only screen and (max-width: 374px) {
  .modal-store .store-list > li {
    padding: 5px 0 25px;
  }
  .modal-store .google-link {
    background: url(../img/store/icn_google_map.png) no-repeat 65px center;
  }
  .modal-store .store-text {
    font-size: 13px;
  }
  .modal-store .store-other-list .store-name {
    font-size: 12px;
  }
  .modal-store .store-other-list .store-text > li {
    font-size: 12px;
    padding-left: 12px;
  }
}

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


/* プリバシーポリシー */
.section-privacy {
    background: #fff;
}
.privacy-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}
.privacy-title:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background: #d7000f;
    left: 50%;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.block-privacy {
    background: #fbfbfb;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
}

.detail-privacy div,
.detail-privacy p,
.detail-privacy .contact a {
    color: #333;
}

@media print, (min-width: 768px) {
    .privacy-title {
    padding-top: 45px;
    }
    .page-commit .privacy-title {
    letter-spacing: 0.05em;
    position: relative;
    }
    .privacy-title + .breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    }

    .block-privacy {
    margin-top: 50px;
    padding: 50px 150px;
    line-height: 2.15em;
    }

    .detail-privacy li {
    padding: 20px 0 ;
    }
    .detail-privacy .title {
    font-size: 18px;
    padding: 0 0 15px 0;
    }
    .detail-privacy p {
    font-size: 14px;
    text-indent: 1em;
    }
    .detail-privacy .name {
    font-size: 20px;
    padding: 10px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .privacy-title {
    font-size: 15px;
    padding-bottom: 14px;
    }
    .privacy-title:after {
    width: 25px;
    height: 2px;
    bottom: 0;
    }

    .block-privacy {
    margin-top: 14px;
    padding: 10px 24px;
    line-height: 2.15em;
    }

    .detail-privacy li {
    padding: 10px 0;
    }
    .detail-privacy .title {
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 0;
    }
    .detail-privacy p {
    font-size: 13px;
    text-indent: 1em;
    }
    .detail-privacy .name {
    font-size: 14px;
    padding: 10px 0 0 0;
    font-weight: 500;
    }
}


/* お取り置き　完了画面 */
.thanks_page .wrap-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}
.thanks_page .wrap-title:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background: #d7000f;
    left: 50%;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.thanks_page .text {
    margin-top: 50px;
    padding: 50px 150px;
    background: #fbfbfb;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.8em;
}
.thanks_page .text p.lead {
    text-indent: 1em;
    margin-bottom: 20px;
}
.thanks_page .text p.sub_title {
    font-size: 16px;
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-bottom: 10px;
}
.thanks_page .text p.text02 {
    margin-bottom: 20px;
    padding-left: 1.8em;
    text-indent: 1em;
    color: #666;
}


.buck_top {
    font-family: "Noto Sans JP", sans-serif;
    width: 398px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}
.buck_top a {
    display: block;
    background: #ffffff;
    border: 1px solid #901E23;
    color: #901E23;
    border: 1px solid;
    width: 100%;
    padding: 20px 0;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
}
.buck_top a:hover {
    background: #901E23;
    border: 1px solid #901E23;
    color: #ffffff;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
}


@media only screen and (max-width: 767px) {
    .thanks_page .wrap-title {
    font-size: 15px;
    padding-bottom: 14px;
    float: unset;
    }
    .thanks_page .wrap-title:after {
    width: 25px;
    height: 2px;
    bottom: 0;
    }
    .thanks_page .text {
    margin-top: 14px;
    padding: 10px 24px;
    line-height: 1.8em;
    }
    .thanks_page .text p.lead {
    margin-bottom: 0;
    }
    .thanks_page .text p.sub_title {
    font-size: 14px;
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-bottom: 10px;
    font-weight: 500;
    }    
    .thanks_page .text p.text02 {
    margin-bottom: 0;
    }

    .buck_top {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    }
}