@charset "UTF-8";

.headtitle {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 160px;
  z-index: 1;
  background: cover;
}

@media all and (max-width: 768px) {
  .headtitle {
    height: 120px;
  }
}

.headtitle .container {
  position: relative;
  z-index: 9;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

@media all and (max-width: 768px) {
  .headtitle .container {
    padding: 22px 0;
  }
}

.headtitle .container h1 {
  background: url(../images/bgtitmain.png) no-repeat center center;
  background-size: 401px;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media all and (max-width: 768px) {
  .headtitle .container h1 {
    padding: 20px 0;
    padding: 20px 0;
    background-size: contain;
  }
}

.headtitle .container h1 span {
  font-size: 36px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  display: block;
  color: #fff;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .headtitle .container h1 span {
    font-size: 24px;
  }
}

.breadcrumb {
  background: #fff;
  margin-bottom: 0;
  padding-top: 5px;
}

@media all and (max-width: 520px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  padding: 15px 0;
  margin-left: 5px;
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
}

.breadcrumb li:before {
  content: "\f105";
  font-family: fontAwesome;
  margin-right: 7px;
}

.breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #000;
  font-size: 11px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0;
  }
}

.breadcrumb ul {
  /* padding: 10px 0; */
}

.breadcrumb li {
  font-weight: 300;
  padding: 0;
  line-height: 1;
}

.breadcrumb li a {
  line-height: 1;
  color: #cc0607;
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .secondpage .wrapper {
    margin-top: 30px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .main_body aside {
    margin-top: 40px;
  }
}

.secondpage .textdemo {
  padding: 200px 0;
}

.secondpage.navstate_show {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
	
}

.secondpage.navstate_show::before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.p-news p {
  color: #000;
}

.p-news .boxnews {
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .p-news .boxnews {
    margin-bottom: 30px;
  }
}

.p-news .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #eae0d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .p-news .tit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.p-news .tit .time {
  background: url(../images/bgpartern1.jpg) no-repeat;
  background-size: auto;
  display: inline-block;
  padding: 1px 15px;
  color: #4d2b1b;
  border: 1px solid #ede2cc;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .p-news .tit .time {
    max-width: 105px;
  }
}

.p-news .tit h2 {
  padding-left: 30px;
}

@media all and (max-width: 768px) {
  .p-news .tit h2 {
    padding-left: 0;
    margin-top: 10px;
  }
}

.p-news .tit h2 a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .p-news .tit h2 a {
    font-size: 14px;
  }
}

.p-news .txt-img {
  width: 250px;
  float: left;
  margin-right: 30px;
}

@media all and (max-width: 768px) {
  .p-news .txt-img {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-news .txt .zoomicon::after {
  background-size: 45px;
  width: 45px;
  height: 45px;
  right: 5px;
  bottom: 5px;
}

.p-news .txt-desc {
  text-align: justify;
}

@media all and (min-width: 769px) {
  .p-news .txt-desc {
    font-size: 16px;
  }
}

.p-news .news--detail .tit {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-news .news--detail .tit h2 {
  padding-left: 0;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .p-news .news--detail .tit h2 {
    font-size: 14px;
  }
}

.p-news .news--detail .txt-img {
  width: 400px;
}

@media all and (max-width: 768px) {
  .p-news .news--detail .txt-img {
    width: 100%;
  }
}

.p-news .news--detail .pagenation .btnmore {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
}

@media all and (min-width: 769px) {
  .p-news .news--detail .pagenation .btnmore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-news .news--detail .pagenation .btnmore a {
    min-width: 130px;
  }
}

.p-news .news--detail .pagenation .btnmore a {
  width: 100%;
}

.pagenation ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation ul a {
  display: block;
  min-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  padding: 0 8px;
  color: #805039;
  border: 1px solid #805039;
  background: #fababc;
}

.pagenation ul a:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  .pagenation ul a {
    font-size: 12px;
    height: 23px;
    min-width: 23px;
  }
}

.pagenation ul li {
  margin: 0 5px;
}

@media all and (max-width: 768px) {
  .pagenation ul li {
    margin: 3px;
  }
}

.pagenation ul li.backpage a {
  background: #805039;
  color: #fff;
}

.pagenation ul li.nextpage a {
  background: #7c331c;
  color: #fff;
  min-width: 86px;
}

.pagenation ul li.active a {
  background: #fff !important;
  color: #7c331c !important;
}

.pagenation .btnmore {
  margin: 0;
}

.pagenation .btnmore a {
  max-width: 130px;
}

.p-contact .maincontent {
  max-width: 100%;
  width: 100%;
}

.p-contact_form .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template {
    margin-top: 30px;
  }
}

.p-contact_form .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.p-contact_form .table_template .confirm_submit input {
  margin-right: 5px;
}

.p-contact_form .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.p-contact_form .btn_view .btn_normal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #cc0607;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #cc0607;
  cursor: pointer;
}

.p-contact_form .btn_view .btn_normal:hover {
  background: #e6e6e6;
}

@media all and (max-width: 520px) {
  .p-contact_form .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.p-contact_form .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .p-contact_form .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.p-contact_form .btn_view button.btn_normal {
  border: none;
}

.p-contact_form .btn_view .btn_normal {
  position: relative;
}

.p-contact_form .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.p-contact_form .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.p-contact_form .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .p-contact_form .form_submit {
    margin: 50px 0;
  }
}

.p-contact_form .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.p-contact_form .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .p-contact_form .form_submit_btn {
    margin-top: 20px;
  }
}

.p-contact_form .form_submit_btn span {
  font-size: 20px;
}

.p-contact_form .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.p-contact_form .form_submit_btn button::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .p-contact_form .form_submit_btn button {
    height: 80px;
  }

  .p-contact_form .form_submit_btn button::after {
    height: 80px;
  }
}

.p-contact_form .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.p-contact_form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.p-contact_form table input[type="radio"],
.p-contact_form table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.p-contact_form table th,
.p-contact_form table td {
  line-height: 1.6;
  text-align: justify;
  padding: 25px;
  color: #000;
}

@media all and (max-width: 768px) {

  .p-contact_form table th,
  .p-contact_form table td {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
  }

  .p-contact_form table th:after,
  .p-contact_form table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

@media all and (min-width: 769px) {
  .p-contact_form table td {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-contact_form table input[type="text"],
.p-contact_form table input[type="email"],
.p-contact_form table input[type="name"],
.p-contact_form table input[type="tel"],
.p-contact_form table input[type="number"],
.p-contact_form table input[type="password"],
.p-contact_form table select,
.p-contact_form table textarea {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 70%;
  border-radius: 2px;
}

@media all and (max-width: 768px) {

  .p-contact_form table input[type="text"],
  .p-contact_form table input[type="email"],
  .p-contact_form table input[type="name"],
  .p-contact_form table input[type="tel"],
  .p-contact_form table input[type="number"],
  .p-contact_form table input[type="password"],
  .p-contact_form table select,
  .p-contact_form table textarea {
    height: 42px;
    width: 100%;
  }
}

.p-contact_form table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.p-contact_form table textarea {
  padding: 10px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .p-contact_form table textarea {
    height: 150px;
  }
}

.p-contact_form table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .p-contact_form table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-contact_form table .w35 {
    width: 60% !important;
  }
}

.p-contact_form table th {
  background: #fafafa;
  font-weight: bold;
  width: 25%;
  font-size: 16px;
  vertical-align: middle;
}

.p-contact_form table th .required,
.p-contact_form table th .nonerequired {
  display: table;
  float: left;
  margin-right: 20px;
}

.p-contact_form table th .required:before,
.p-contact_form table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #b70500;
}

@media all and (max-width: 768px) {

  .p-contact_form table th .required:before,
  .p-contact_form table th .nonerequired:before {
    font-size: 11px;
  }
}

.p-contact_form table th .required:before {
  content: "必須";
  background: #b70500;
}

.p-contact_form table th .nonerequired:before {
  content: "任意";
  background: #392011;
}

.p-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.p-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact_form table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .p-contact_form table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {

  .p-contact_form table tr,
  .p-contact_form table tbody,
  .p-contact_form table th,
  .p-contact_form table td {
    display: block;
    width: 100%;
  }
}

.p-contact a {
  color: #c80104;
  text-decoration: underline;
}

.p-contact .txttop {
  line-height: 2;
  font-size: 17px;
  font-weight: bold;
}

.p-contact .txttop a {
  font-weight: bold;
}

.p-contact table {
  border: none;
  border-bottom: 1px solid #4d2b1b;
}

.p-contact table th,
.p-contact table td {
  font-weight: normal;
}

.p-contact table th {
  height: 100%;
  position: relative;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.p-contact table th:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #4d2b1b;
  height: 1px;
  left: 0;
}

.p-contact table th:after {
  top: -10px;
}

@media all and (max-width: 768px) {
  .p-contact table td {
    padding-top: 0;
  }
}

@media all and (min-width: 769px) {
  .p-contact table td {
    border-top: 1px solid #4d2b1b;
  }
}

.p-contact .table_regist {
  margin-top: 0;
}

.p-contact .listdate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (min-width: 769px) {
  .p-contact .listdate {
    width: 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-contact .listdate li {
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .p-contact .listdate li {
    width: 30%;
    margin-right: 0;
  }
}

.p-contact .listdate select {
  min-width: 100px;
}

@media all and (min-width: 769px) {
  .p-contact .listdate select.year {
    min-width: 200px;
  }
}

@media all and (max-width: 768px) {
  .p-contact .listdate select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

#pp h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  #pp h5 {
    font-size: 26px;
  }
}

#pp a {
  color: #cc0607;
}

#pp p,
#pp li,
#pp a {
  line-height: 2;
  position: relative;
  z-index: 2;
}

#pp li {
  list-style: disc;
  font-weight: 300;
  margin-left: 20px;
}

#pp .privacy_policy {
  background: #fff;
  padding: 7%;
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
}

#pp .privacy_policy::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border: 2px solid #000;
  left: -10px;
  top: -10px;
  z-index: 0;
}

@media all and (min-width: 768px) {
  #pp .privacy_policy {
    padding: 50px;
    padding-right: 70px;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }

  #pp .privacy_policy::after {
    border: 3px solid #000;
    left: -20px;
    top: -20px;
  }
}

.p-contact .maincontent,
.p-mypage .maincontent,
.p-cart .maincontent {
  width: 100%;
  max-width: 100%;
}

.p-login .maincontent {
  width: 100%;
  max-width: 100%;
}

.p-login #login {
  background: url(../images/bgpartern2.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #ede2cc;
  width: 100%;
  padding: 15px;
}

@media all and (min-width: 769px) {
  .p-login #login {
    padding: 50px;
  }
}

.p-login a {
  color: #c80104;
  text-decoration: underline;
}

.p-login .desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-login table {
  width: 100%;
  margin-bottom: 10px;
}

@media all and (min-width: 769px) {
  .p-login table {
    width: 60%;
    margin: 0 auto;
  }
}

.p-login table th,
.p-login table td {
  text-align: left;
  padding: 15px 0;
}

@media all and (max-width: 768px) {

  .p-login table th,
  .p-login table td {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
}

.p-login table th {
  font-weight: bold;
  font-size: 16px;
}

@media all and (min-width: 769px) {
  .p-login table th {
    width: 20%;
    font-size: 18px;
  }
}

.p-login table input {
  height: 40px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.btnform {
  text-align: center;
}

.btnform ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .btnform ul {
    margin-top: 30px;
  }
}

.btnform ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin: 10px;
}

@media all and (min-width: 769px) {
  .btnform ul li {
    max-width: 270px;
  }
}

.btnform button {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
  width: 100%;
  padding: 10px;
}

@media all and (min-width: 769px) {
  .btnform button {
    padding: 15px;
    font-size: 16px;
  }

  .btnform button:hover {
    opacity: .7;
  }
}

.btnform .btnregist button,
.btnform .btncontact button {
  background: #805039;
}

.btnform .btnlogin button {
  background: #7c331c;
}

@media all and (min-width: 769px) {
  .btnform .btncontact button {
    padding: 5px 0;
    height: 50px;
  }
}

.page-item .headtitle {
  display: none;
}

.page-item .btnlayout {
  margin-top: 25px;
	padding-right: 10px;
	width: 90%;
}

.page-item .btnlayout ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item .btnlayout ul li {
  margin-left: 10px;
  cursor: pointer;
}

.page-item .titbar {
  background: url(../images/product/bgbartit.png) no-repeat right center;
  background-size: cover;
  padding: 5px 30px;
}

@media all and (max-width: 768px) {
  .page-item .titbar {
    padding: 5px 20px;
	  width: 90%;
  }
}

.page-item .titbar h2 {
  color: #fff;
  font-size: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item .titbar h2 span {
  line-height: 0;
}

@media all and (max-width: 768px) {
  .page-item .titbar h2 span img {
    height: 23px;
  }
}

.page-item .titbar h2 small {
  font-size: 20px;
  font-weight: bold;
  margin-left: 50px;
}

@media all and (max-width: 768px) {
  .page-item .titbar h2 span {
    font-size: 20px;
  }

  .page-item .titbar h2 small {
    font-size: 16px;
    margin-left: 30px;
  }
}

.page-item .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .page-item .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
	  width: 90%;
  }
}

.page-item .filter .sort {
  border: 1px solid #bcaf94;
  height: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3px 20px;
}

@media all and (max-width: 768px) {
  .page-item .filter .sort {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 1px;
  }
}

.page-item .filter .sort span {
  margin-right: 30px;
  font-weight: bold;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-item .filter .sort span {
    margin-right: 15px;
  }
}

.page-item .filter .sort a {
  color: #c80104;
  text-decoration: underline;
  margin-right: 30px;
}

.page-item .filter .sort a:last-child {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .page-item .filter .sort a {
    margin-right: 15px;
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .page-item .pagenation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

.page-item .pagenation ul li {
  margin: 0 3px;
}

.page-item .pagenation ul li:last-child a {
  min-width: auto;
}

.page-item .pagenation ul a {
  height: 28px;
  min-width: 28px;
  line-height: 27px;
}

.page-item .info span:first-child {
  margin-right: 30px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-item .info span:first-child {
    display: block;
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .page-item .info span {
    font-size: 12px;
    display: inline-block;
  }
}

.page-item .info .txtred {
  color: #cc0607;
  border: 1px solid #cc0607;
  padding: 1px 5px;
  margin-right: 10px;
  display: inline-flex;
  margin-bottom: 5px;
}

.page-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .page-item .item {
    margin-top: 30px;
    border-bottom: 1px solid #bcaf94;
    padding-bottom: 100px;
	  width: 90%;
  }
}

.page-item .item-img {
  width: 200px;
  height: 200px;
  min-width: 200px;
}

.page-item .item-img .info {
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .page-item .item-img .info {
    display: none;
  }
}

.page-item .item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .page-item .item-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}

.page-item .item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #bcaf94;
  min-height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 768px) {
  .page-item .item-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
    border: none;
  }
}

.page-item .item-txt {
  padding-right: 50px;
}

@media all and (max-width: 768px) {
  .page-item .item-txt {
    padding-right: 0;
	  width: 160px;
  }
}

.page-item .item-txt .tit {
  font-size: 16px;
  font-weight: bold;
  color: #4d2b1b;
  margin: 10px 0;
}

.page-item .item-txt .tit a {
  font-weight: bold;
}

.page-item .item-txt .tit a:hover {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .page-item .item-txt .tit {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 768px) {
  .page-item .item-txt .info {
    display: none;
  }
}

.page-item .item-txt p,
.page-item .item-txt .desc {
  color: #000;
}

@media all and (max-width: 768px) {

  .page-item .item-txt p,
  .page-item .item-txt .desc {
    font-size: 13px;
  }
}

.page-item .item-price {
  min-width: 214px;
  padding-top: 30px;
}

@media all and (max-width: 768px) {
  .page-item .item-price {
    width: 60%;
    padding-top: 10px;
  }
}

.page-item .item-price p {
  color: #cc0607;
  font-weight: bold;
  font-size: 24px;
}

@media all and (max-width: 768px) {
  .page-item .item-price p {
    font-size: 20px;
  }
}

.page-item .item-price .detaillink a {
  background: #805039;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 80%;
  margin-top: 20px;
  font-size: 14px;
  display: block;
}

.page-item .item-price .detaillink a:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  .page-item .item-price .detaillink a {
    margin-top: 10px;
  }
}

.page-item .item__list {
  margin-top: 30px;
  margin-bottom: 100px;
}

@media all and (max-width: 768px) {
  .page-item .item__list {
    margin-bottom: 50px;
    margin-top: 30px;
	  width: 90%;
  }
}

.page-item .item__detail .item-slider {
  float: none;
}

@media all and (min-width: 769px) {
  .page-item .item__detail .item-slider {
    width: 400px;
    min-width: 400px;
    float: left;
  }
}

@media all and (max-width: 768px) {
  .page-item .item__detail .item-slider {
    width: 100%;
  }

  .page-item .item__detail .item-slider .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
}

.page-item .item__detail .item-slider .slickimg {
  background: #f7f7f7;
}

@media all and (max-width: 768px) {
  .page-item .item__detail .item-slider .slickimg {
    max-width: 100vw;
  }
}

.page-item .item__detail .item-slider .slickimg img {
  max-height: 400px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .page-item .item__detail .item-slider .slickimg img {
    max-height: calc(100vw - 24px);
  }
}

.page-item .item__detail .slider-nav {
  margin-top: 10px;
}

.page-item .item__detail .slider-nav .slickimg {
  height: 72px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 72px;
  margin: 0 5px;
}

.page-item .item__detail .slider-nav .slickimg:first-child {
  margin-left: 0;
}

.page-item .item__detail .slider-nav .slickimg:last-child {
  margin-right: 0;
}

.page-item .item__detail .slider-nav .slickimg img {
  max-height: 72px;
}

@media all and (max-width: 768px) {
  .page-item .item__detail .slider-nav .slickimg {
    width: calc(20% - 8px) !important;
  }
}

.page-item .item__detail .slider-for .slickimg {
  height: 400px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .page-item .item__detail .slider-for .slickimg {
    height: calc(100vw - 24px);
  }
}

.page-item .item__detail .info span {
  font-size: 16px;
}

.page-item .item__detail .item-info {
  padding-left: 30px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}

@media all and (max-width: 768px) {
  .page-item .item__detail .item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
}

.page-item .item__detail .item-txt {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.page-item .item__detail .item-txt .tit {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-item .item__detail .item-cart {
  border-top: 1px dotted #000;
  padding-top: 15px;
  margin-top: 20px;
  width: 100%;
}

.page-item .item__detail .item-cart dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.page-item .item__detail .item-cart dl dt {
  min-width: 120px;
}

.page-item .item__detail .item-cart dl select,
.page-item .item__detail .item-cart dl input[type="text"],
.page-item .item__detail .item-cart dl input[type="number"] {
  width: 165px;
  height: 30px;
  padding: 2px 10px;
  border: 1px solid #000000;
}

.page-item .item__detail .item-cart dl dd.number_quantity {
  width: 165px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item .item__detail .item-cart dl dd.number_quantity input {
  margin: 0 5px;
  width: 94px;
  text-align: center;
  -moz-appearance: textfield;
}

.page-item .item__detail .item-cart dl dd.number_quantity input::-webkit-outer-spin-button,
.page-item .item__detail .item-cart dl dd.number_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.page-item .item__detail .item-cart dl dd.number_quantity button {
  border: 1px solid #000;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background: #fff;
}

.page-item .item__detail .item-cart dl dd.number_quantity i {
  font-style: normal;
  display: block;
}

.page-item .item__detail .item-price {
  width: 100%;
  padding-top: 20px;
}

.page-item .item__detail .item-price p {
  font-size: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item .item__detail .item-price span {
  line-height: 0;
  margin-right: 15px;
}

.page-item .item__detail .item-btnbuy {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.page-item .item__detail .item-btnbuy button {
  background: #805039;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item .item__detail .item-btnbuy button img {
  margin-right: 20px;
}

.page-item .item__detail .item-btnbuy button:hover {
  opacity: 0.7;
}

.page-item .item__table {
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .page-item .item__table {
    margin-top: 30px;
  }
}

.page-item .item__table table {
  width: 100%;
}

@media all and (max-width: 768px) {
  .page-item .item__table table {
    border-bottom: 1px solid #000;
  }
}

.page-item .item__table table th,
.page-item .item__table table td {
  padding: 15px;
  border: 1px solid #000;
  vertical-align: middle;
}

@media all and (max-width: 768px) {

  .page-item .item__table table th,
  .page-item .item__table table td {
    border-bottom: 0;
  }
}

.page-item .item__table table th {
  font-size: 16px;
  background: #fff8e9;
  width: 165px;
}

@media all and (max-width: 768px) {
  .page-item .item__table table th {
    text-align: left;
  }
}

.page-item .item__table table td {
  padding: 15px 35px;
}

@media all and (max-width: 768px) {

  .page-item .item__table table th,
  .page-item .item__table table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

.page-item .item__moreinfo {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-item .item__moreinfo {
    margin-top: 30px;
  }
}

.page-item .item__moreinfo h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

@media all and (max-width: 768px) {
  .page-item .item__moreinfo h4 {
    margin-bottom: 15px;
  }
}

.page-item .item__moreinfo .img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .page-item .item__moreinfo .img {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 768px) {
  .page-item .item__moreinfo .img img {
    width: 100%;
  }
}

.page-item .sec_relatedproduct {
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .page-item .sec_relatedproduct {
    margin-top: 40px;
  }
}

.page-item .layout--grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .page-item .layout--grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.page-item .layout--grid .item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .page-item .layout--grid .item {
    width: -webkit-calc(25% - 16.5px);
    width: -moz-calc(25% - 16.5px);
    width: -ms-calc(25% - 16.5px);
    width: -o-calc(25% - 16.5px);
    width: calc(25% - 16.5px);
    margin-top: 22px;
    margin-right: 22px;
    margin-bottom: 50px;
  }

  .page-item .layout--grid .item:nth-child(4n) {
    margin-right: 0;
  }

  .page-item .layout--grid .item:nth-child(1) {
    margin-top: 0;
  }

  .page-item .layout--grid .item:nth-child(2) {
    margin-top: 0;
  }

  .page-item .layout--grid .item:nth-child(3) {
    margin-top: 0;
  }

  .page-item .layout--grid .item:nth-child(4) {
    margin-top: 0;
  }

  .page-item .layout--grid .item:nth-child(4n) {
    margin-right: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .page-item .layout--grid .item {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    padding-bottom: 0;
    border: 0;
    margin-bottom: 30px;
  }

  .page-item .layout--grid .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 769px) {
  .page-item .layout--grid .item-img {
    position: relative;
  }

  .page-item .layout--grid .item-img .info {
    left: 0;
    top: -40px;
    display: block;
    position: absolute;
  }

  .page-item .layout--grid .item-img .info span {
    font-size: 12px;
  }

  .page-item .layout--grid .item-img .info span:first-child {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .page-item .layout--grid .item-img {
    width: 100%;
    height: 100%;
  }

  .page-item .layout--grid .item-img .info {
    margin-bottom: 10px;
  }

  .page-item .layout--grid .item-img .info span:first-child {
    display: none;
  }
}

.page-item .layout--grid .item-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  min-height: inherit;
  border-bottom: 0;
}

@media all and (max-width: 768px) {
  .page-item .layout--grid .item-info {
    display: block;
  }
}

.page-item .layout--grid .item-txt {
  padding-right: 0;
}

@media all and (min-width: 769px) {
  .page-item .layout--grid .item-img .info {
    display: none !important;
  }
}

.page-item .layout--grid .item-txt .info span:first-child {
  display: none;
}

.page-item .layout--grid .item-txt .info .txtred {
  font-size: 12px;
}

.page-item .layout--grid .item-txt .desc {
  display: none;
}

.page-item .layout--grid .item-price {
  padding-top: 0;
}

.page-item .layout--grid .item-price p {
  line-height: 1;
  font-size: 18px;
}

.page-item .layout--grid .item-price .detaillink {
  display: none;
}

.page-faq .boxfaq {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .page-faq .boxfaq {
    margin-bottom: 20px;
  }
}

.page-faq .boxfaq .boxtit {
  background: url(../images/bgtit2.png) repeat center center;
  background-size: 100%;
  padding: 10px 25px;
  padding-left: 15px;
}

@media all and (max-width: 768px) {
  .page-faq .boxfaq .boxtit {
    padding-right: 15px;
  }
}

.page-faq .boxfaq .boxtit h3 {
  color: #fff;
  font-weight: bold;
  background: url(../images/faq/iconq.png) no-repeat left center;
  font-size: 18px;
  padding: 5px 60px;
  padding-right: 40px;
}

.page-faq .boxfaq .boxtit h3::before,
.page-faq .boxfaq .boxtit h3::after {
  position: absolute;
  content: "";
  background: #fff;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-faq .boxfaq .boxtit h3::before {
  width: 14px;
  height: 2px;
  right: 1px;
}

.page-faq .boxfaq .boxtit h3::after {
  height: 14px;
  width: 2px;
  right: 7px;
}

.page-faq .boxfaq .boxtit h3.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .page-faq .boxfaq .boxtit h3 {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 20px;
    text-align: justify;
  }
}

.page-faq .boxfaq .boxtit.open h3:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-faq .boxfaq .boxinfo {
  border: 1px solid #ede2cc;
  display: none;
  border-top: 0;
  padding: 25px;
  background: url(../images/faq/icona.png) no-repeat left 15px top 25px;
}

.page-faq .boxfaq .boxinfo .answer {
  padding-left: 50px;
}

@media all and (max-width: 768px) {
  .page-faq .boxfaq .boxinfo .answer {
    padding-left: 30px;
  }
}

.page-faq .boxfaq .boxinfo h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-faq .boxfaq .boxinfo h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.page-faq .boxfaq .boxinfo p {
  text-align: justify;
}

.page-faq .boxfaq .boxinfo a {
  color: #c80104;
  text-decoration: underline;
}

.page-flow .boxflow {
  background: url(../images/bgpartern2.png) repeat;
  border: 1px solid #ede2cc;
  padding: 25px;
}

@media all and (max-width: 768px) {
  .page-flow .boxflow {
    padding: 15px;
  }
}

.page-flow .boxflow .boxtit {
  margin-bottom: 25px;
}

@media all and (max-width: 768px) {
  .page-flow .boxflow .boxtit {
    margin-bottom: 15px;
  }
}

.page-flow .boxflow .boxtit h3 {
  font-size: 27px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.page-flow .boxflow .boxtit h3 span {
  color: #c80104;
  font-weight: bold;
  font-size: 36px;
  margin-right: 30px;
}

@media all and (max-width: 768px) {
  .page-flow .boxflow .boxtit h3 {
    font-size: 22px;
  }

  .page-flow .boxflow .boxtit h3 span {
    font-size: 30px;
    margin-right: 20px;
  }
}

.page-flow .boxflow .boxinfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .page-flow .boxflow .boxinfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-flow .boxflow .boxinfo img {
  min-width: 283px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 283px;
  flex: 0 0 283px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .page-flow .boxflow .boxinfo img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: inherit;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.page-flow .arr {
  margin: 20px 0;
}

.page-wrap .boxcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent .img {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .page-wrap .boxcontent .img {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 45px;
  }
}

.page-wrap .boxcontent .txt {
  background: url(../images/bgpartern2.png) repeat;
  border: 1px solid #ede2cc;
  padding: 45px 25px;
  width: 716px;
  padding-left: 140px;
}

.page-wrap .boxcontent .txt>div {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent .txt>div {
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-wrap .boxcontent .txt>div img {
    width: 30%;
  }
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent .txt {
    width: 100%;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.page-wrap .boxcontent .txt p {
  text-align: justify;
}

.page-wrap .boxcontent h2 {
  color: #b20500;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1;
  width: 104%;
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}

.page-wrap .titlepage {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .page-wrap .titlepage {
    margin-bottom: 30px;
  }
}

.page-wrap .boxcontent2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.page-wrap .boxcontent3 {
  margin-bottom: 50px;
}

.page-wrap .boxcontent3 .txt-border {
  padding: 20px;
  border: 1px solid #FF6600;
}

.page-wrap .boxcontent3 img {
  margin-bottom: 10px;
}

.page-wrap .wrap-btn a {
  background: #805039;
  display: inline-block;
  width: 200px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.page-wrap .wrap-btn a:hover {
  background: #cc0607;
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-wrap .boxcontent2 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  width: 520px;
  margin-right: 25px;
}

@media all and (max-width: 768px) {
  .page-wrap .boxcontent2 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.page-wrap .boxcontent2 .txt {
  text-align: justify;
  padding-top: 10px;
}

.page-about .blockcommitments {
  background: url(../images/bgpartern2.png) left center;
  position: relative;
  border: 1px solid #ede2cc;
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-about .blockcommitments .alink {
  font-size: 14px;
}

.page-about .blockcommitments .alink a {
  text-decoration: underline;
  color: #000;
  position: relative;
}

.page-about .blockcommitments .alink a:after {
  content: ' >>';
}

.page-about .blockcommitments .title-img {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .title-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}

.page-about .blockcommitments .img {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: auto;
  }

  .page-about .blockcommitments .img img {
    width: 100%;
  }
}

.page-about .blockcommitments .tit {
  margin-left: 20px;
  margin-right: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .tit {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 30%;
  }

  .page-about .blockcommitments .tit h3 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .page-about .blockcommitments .tit a {
    font-size: 12px;
  }
}

.page-about .blockcommitments .step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (min-width: 769px) {
  .page-about .blockcommitments .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
}

.page-about .blockcommitments .step li {
  padding: 0 19px;
  position: relative;
}

.page-about .blockcommitments .step li:after {
  position: absolute;
  content: '';
  background: url(../images/bgline.png) no-repeat right center;
  background-size: auto;
  width: 1px;
  height: 260px;
  right: 0;
  top: 20px;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .step li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 7px 0;
  }

  .page-about .blockcommitments .step li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
    top: -129%;
  }
}

@media all and (max-width: 768px) and (max-width: 375px) {
  .page-about .blockcommitments .step li:after {
    top: -130%;
  }
}

.page-about .blockcommitments .step li span:not(.num) {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

@media all and (min-width: 769px) {
  .page-about .blockcommitments .step li span:not(.num) {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.3;
  }
}

.page-about .blockcommitments .step li span.num {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  background: url(../images/bgicon-num.png) no-repeat center center;
  background-size: 49px;
  width: 49px;
  height: 47px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 14px 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .step li span.num {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.page-about .boxcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 50px;
}

@media all and (min-width: 769px) {
  .page-about .boxcontent {
    margin-bottom: 90px;
  }
}

@media all and (max-width: 768px) {
  .page-about .boxcontent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .page-about .boxcontent .img {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .page-about .boxcontent .img {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 45px;
  }

  .page-about .boxcontent .img img {
    min-width: 350px;
  }
}

.page-about .boxcontent .txt {
  background: url(../images/bgpartern2.png) repeat;
  border: 1px solid #ede2cc;
  padding: 45px 0;
  width: 716px;
  padding-left: 240px;
  padding-right: 30px;
}

.page-about .boxcontent .txt>div {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .page-about .boxcontent .txt>div {
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-about .boxcontent .txt>div img {
    width: 30%;
  }
}

@media all and (max-width: 768px) {
  .page-about .boxcontent .txt {
    width: 100%;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-about .boxcontent .txt img {
    width: 100%;
  }
}

.page-about .boxcontent .txt p {
  text-align: justify;
}

.page-about .boxcontent h2 {
  color: #b20500;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1;
  width: 100%;
}

@media all and (max-width: 768px) {
  .page-about .boxcontent h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .page-about .boxcontent p {
    margin-bottom: 15px;
  }
}

.page-about .titlepage {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .page-about .titlepage {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.page-about .bacaibox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-about .bacaibox .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  background: url(../images/bgpartern1.jpg) repeat center center;
  border: 2px solid #bcaf94;
  margin: 0;
  position: relative;
  padding: 30px 20px 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.page-about .bacaibox .box:nth-child(3) {
  margin: 0 auto;
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .page-about .bacaibox .box {
    max-width: 417px;
  }
  .page-access .boxtab .tabslist li span{
    padding: 0 !important;
  }
  .page-flow .boxflow .boxinfo img{
    max-height: 188px !important;
  }
}

@media all and (max-width: 768px) {
  .page-about .bacaibox .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-about .bacaibox .box:nth-child(3) {
    margin-top: 40px;
  }
}

.page-about .bacaibox h3 {
  text-align: center;
  margin: 15px 0;
  line-height: 0;
}

.page-about .bacaibox span.num {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  background: url(../images/bgicon-num1.png) no-repeat center center;
  background-size: 68px;
  width: 68px;
  height: 66px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  display: block;
  padding: 19px 10px;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: -34px;
}

@media all and (max-width: 768px) {
  .page-about .bacaibox span.num {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.page-about .bacaibox span.num.bgnum2 {
  background: url(../images/bgicon-num2.png) no-repeat center center;
  background-size: 68px;
}

.page-about .bacaibox .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-about .bacaibox .info .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}

@media all and (max-width: 768px) {
  .page-about .bacaibox .info .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

.page-about .bacaibox .info span:not(.txt) {
  background: #d0a525;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 1px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-about .bacaibox .info span.txt {
  font-size: 10px;
  display: block;
}

.page-about .boxcontent2 {
  margin-top: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (max-width: 768px) {
  .page-about .boxcontent2 {
    margin-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .page-about .boxcontent2 {
    min-height: 270px;
  }
}

.page-about .boxcontent2 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.page-about .boxcontent2 .txt {
  padding: 40px 240px 40px 60px;
}

@media all and (max-width: 768px) {
  .page-about .boxcontent2 .txt {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.page-about .boxcontent2 .img {
  right: 0;
  left: inherit;
  top: 35px;
}

.page-about .bacaihinh ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .page-about .bacaihinh ul:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-about .bacaihinh ul:first-child li {
    margin: 0 8px;
    margin-bottom: 30px;
  }
}

.page-about .bacaihinh ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .page-about .bacaihinh ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 15px;
  }
}

.page-about .bacaihinh ul li span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.page-access .boxcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .page-access .boxcontent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .page-access .boxcontent .img {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .page-access .boxcontent .img {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 45px;
  }
}

.page-access .boxcontent .txt {
  background: url(../images/bgpartern2.png) repeat;
  border: 1px solid #ede2cc;
  padding: 45px 0;
  width: 716px;
  padding-left: 240px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.page-access .boxcontent .txt>div {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .page-access .boxcontent .txt>div {
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-access .boxcontent .txt>div img {
    width: 30%;
  }
}

@media all and (max-width: 768px) {
  .page-access .boxcontent .txt {
    width: 100%;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.page-access .boxcontent .txt p {
  text-align: justify;
}

.page-access .boxcontent h2 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1;
  width: 100%;
}

@media all and (max-width: 768px) {
  .page-access .boxcontent h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .page-access .boxcontent p {
    margin-bottom: 15px;
  }
}

.page-access .boxtab .iframe iframe {
  height: 450px;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .iframe iframe {
    height: 200px;
  }
}

.page-access .boxtab .tabslist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-access .boxtab .tabslist li {
  background: #fff;
  cursor: pointer;
}

.page-access .boxtab .tabslist li span {
  font-weight: bold;
  color: #b70500;
  font-size: 26px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  display: block;
  text-align: center;
  padding: 5px 0;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .tabslist li span {
    font-size: 14px;
  }
}

.page-access .boxtab .tabslist li.active span {
  color: #fff;
}

.page-access .boxtab .tab-content {
  background: url(../images/bgpartern1.jpg);
  padding: 30px;
  border: 1px solid #d91114;
  margin-top: -1px;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .tab-content {
    padding: 15px;
  }
}

.page-access .boxtab .tab-content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-access .boxtab .tab-content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 2px solid #bcaf94;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .tab-content ul li {
    margin-bottom: 15px;
  }
}

.page-access .boxtab .tab-content ul li span {
  position: absolute;
  color: #d91114;
  font-size: 34px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  text-align: center;
  display: block;
  width: 57px;
  height: 57px;
  left: 0;
  top: 0;
  font-weight: bold;
  background: #fcb0b2;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .tab-content ul li span {
    font-size: 20px;
    width: 34px;
    height: 34px;
  }
}

.page-access .boxtab .tab-content ul li span.red {
  font-size: 14px;
  width: 100%;
  height: auto;
  position: relative;
  background: none;
  text-align: left;
  margin-left: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
  font-weight: normal;
}

.page-access .boxtab .tab-content ul li p {
  padding: 10px 20px;
  text-indent: -14px;
  margin-left: 15px;
}

@media all and (max-width: 768px) {
  .page-access .boxtab .tab-content ul li p {
    padding: 10px;
    font-size: 12px;
  }
}

.page-access .boxtab .tab-content#tab2 ul li:last-child {
  margin: 0 auto;
}

.p-contact_form .table_template .onethirdinput {
  width: 33%;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template .onethirdinput {
    width: 100%;
  }
}

.p-contact_form .table_template .confirm_txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template .confirm_txt {
    font-size: 14px;
    text-align: left;
  }
}

.p-contact_form .table_template .confirm_txt h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template .confirm_txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p-contact_form .table_template .inputhalf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact_form .table_template .inputhalf input {
  margin-right: 20px;
}

.p-contact_form .table_template .inputhalf input:last-child {
  margin-right: 0px;
}

.p-contact_form .table_template .oneinputhalf,
.p-contact_form .table_template .ec-select,
.p-contact_form .table_template .ec-input {
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -ms-calc(50% - 10px);
  width: -o-calc(50% - 10px);
}

.p-contact_form .table_template .oneinputhalf select,
.p-contact_form .table_template .ec-select select,
.p-contact_form .table_template .ec-input select {
  width: 100%;
}

@media all and (max-width: 768px) {

  .p-contact_form .table_template .oneinputhalf,
  .p-contact_form .table_template .ec-select,
  .p-contact_form .table_template .ec-input {
    width: 100%;
  }
}

.p-contact_form .table_template select {
  padding-left: 10px;
}

.p-contact_form .table_template .ec-input,
.p-contact_form .table_template .d-level1 {
  margin-bottom: 10px;
}

.p-contact_form .table_template .ec-input:last-child,
.p-contact_form .table_template .d-level1:last-child {
  margin-bottom: 0px;
}

.p-contact_form .table_template .ec-birth select {
  width: 100px;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template .ec-birth select {
    width: 70px;
  }
}

.p-contact_form .table_template .ec-zipInput {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact_form .table_template .ec-zipInput span {
  margin-right: 15px;
}

.p-contact_form .table_template .ec-zipInput input {
  width: 300px !important;
}

@media all and (max-width: 768px) {
  .p-contact_form .table_template .ec-zipInput input {
    width: 100% !important;
  }
}

.p-contact_form .table_template .ec-zipInput .ec-zipInputHelp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  margin-left: 15px;
}

.p-contact_form .table_template .ec-zipInput .ec-zipInputHelp a {
  color: #444;
  text-decoration: underline;
}

.p-contact_form .table_template .ec-zipInput .ec-zipInputHelp a:hover {
  text-decoration: underline;
}

.p-contact_form .table_template .ec-zipInput .ec-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: #999;
  border-radius: 100%;
}

.p-contact_form .table_template .ec-zipInput .ec-icon .fa {
  color: #fff;
}

.p-contact_form .table_template .entry_sex_1 {
  margin-right: 20px;
}

.p-contact_form .table_template .btn_normal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D53131;
  color: #fff;
  width: 280px;
  height: 64px;
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
}

.p-contact_form .table_template .btn_normal:hover {
  background: #af2424;
}

@media all and (max-width: 520px) {
  .p-contact_form .table_template .btn_normal {
    width: 80%;
    height: 48px;
  }
}

.p-contact_form .table_template .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .p-contact_form .table_template .btn_normal span {
    font-size: 14px;
  }
}

.p-contact_form .table_template button.btn_normal {
  border: none;
}

.p-contact_form .table_template .reg_confirm {
  text-align: center;
  margin-top: 30px;
}

.p-contact_form .table_template .reg_confirm label {
  margin-bottom: 15px;
  display: block;
}

.p-contact_form .table_template .reg_confirm label a {
  text-decoration: underline;
}

.p-contact_form .table_template .reg_confirm label a:hover {
  opacity: 0.9;
}

.p-contact_form .table_template .reg_confirm .btn_normal {
  margin: 0 auto;
  margin-bottom: 15px;
}

.p-contact_form .table_template .reg_confirm .btn_normal.ec-blockBtn--cancel {
  background: #444;
}

.p-contact_form .table_template .reg_confirm .btn_normal.ec-blockBtn--cancel:hover {
  background: #2b2b2b;
}

@media all and (min-width: 769px) {

  .p-contact_form .table_template table input[type="text"],
  .p-contact_form .table_template table input[type="email"],
  .p-contact_form .table_template table input[type="name"],
  .p-contact_form .table_template table input[type="tel"],
  .p-contact_form .table_template table input[type="number"],
  .p-contact_form .table_template table input[type="password"],
  .p-contact_form .table_template table select,
  .p-contact_form .table_template table textarea {
    width: 100%;
  }
}

.p-contact_form .ec-birth span {
  margin-left: 3px;
}

.black_btn {
  margin-top: 10px !important;
}

.black_btn button {
  background: #666 !important;
}

.page-tokusho table.toku-table {
  width: 100%;
  border-spacing: 0;
}

.page-tokusho table.toku-table th,
.page-tokusho table.toku-table td {
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
}

.page-tokusho table.toku-table td:first-child {
  width: 22%;
  background: #805039;
  max-width: 200px;
  color: #fff;
  font-weight: bold;
}

.page-tokusho table.toku-table td {
  width: 75%;
}

.page-tokusho table.toku-table a {
  color: #c80104;
}

@media all and (max-width: 768px) {
  .page-tokusho table.toku-table td {
    width: 100% !important;
    display: block;
    max-width: 100% !important;
    padding: 7px 15px;
  }
}

.page-privacy-content {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding-bottom: 20px;
}

.page-privacy h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.page-tokusho .maincontent .guide {
  margin-top: 30px;
}

.page-tokusho .maincontent .guide:first-child {
  margin-top: 0;
}

.page-tokusho .maincontent .guide h5 {
  font-weight: bold;
  font-size: 14px;
}

.page-tokusho .maincontent .guide h3.toku-tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #4d2b1b;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #4d2b1b;
}

.page-tokusho .maincontent .guide h3.toku-tit:before {
  content: '';
  position: absolute;
  background: #4d2b1b;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

.page-tokusho .maincontent .guide span.red {
  color: #cc0607;
  font-weight: bold;
}

.page-tokusho .maincontent .guide h4 {
  color: #4d2b1b;
  font-weight: bold;
  background-color: #E7E7E7;
  padding: 3px 7px;
  margin: 10px 0 5px;
  font-size: 16px;
}

.page-tokusho .maincontent .toku-table {
  margin: 5px 0;
  width: 100%;
  border-spacing: 0;
}

.page-tokusho .maincontent .toku-table_style1 {
  margin-bottom: 20px;
}

.page-tokusho .maincontent .toku-table_style1 tr th {
  width: 22%;
  background: #805039;
  max-width: 200px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}

@media all and (max-width: 768px) {
  .page-tokusho .maincontent .toku-table_style1 tr th {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 7px 15px;
  }
}

.page-tokusho .maincontent .toku-table_style1 tr td {
  width: 78%;
}

@media all and (max-width: 768px) {
  .page-tokusho .maincontent .toku-table_style1 tr td {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 7px 15px;
  }
}

.page-tokusho .maincontent .toku-table_style2 tr th {
  width: 20%;
  background: #805039;
  max-width: 200px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}

@media all and (max-width: 768px) {
  .page-tokusho .maincontent .toku-table_style2 tr th {
    width: 20%;
    padding: 7px 15px;
    text-align: center;
  }
}

@media all and (max-width: 375px) {
  .page-tokusho .maincontent .toku-table_style2 tr th {
    padding: 7px;
  }
}

.page-tokusho .maincontent .toku-table_style2 tr td:last-child {
  width: 20%;
  background: #805039;
  max-width: 200px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}

@media all and (max-width: 768px) {
  .page-tokusho .maincontent .toku-table_style2 tr td:last-child {
    width: 20% !important;
    padding: 7px 15px;
    display: table-cell;
    text-align: center;
  }
}

@media all and (max-width: 375px) {
  .page-tokusho .maincontent .toku-table_style2 tr td:last-child {
    padding: 7px;
  }
}

@media all and (max-width: 768px) {
  .page-tokusho .maincontent .toku-table_style2 tr td {
    width: 60% !important;
    padding: 7px;
    display: table-cell;
  }
}

.page-tokusho .maincontent .toku-list li {
  margin-top: 5px;
}

.pagenation ul li.backpagem a,
.pagenation ul li.nextpage a {
  background: #805039 !important;
  color: #fff !important;
}

.pagenation ul li.lastpage a {
  background: #7c331c !important;
  color: #fff !important;
  min-width: 86px;
}

.item-cart {
  position: relative;
}

.formfix .page-item .item__detail .item-btnbuy {
  margin-top: 0;
}

.formfix .fa.fa-heart {
  margin-left: 10px;
}

.bgpink {
  background: #F0D4E0;
}

@media all and (min-width: 769px) {
  .page-item .layout--grid .item-info .info {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    margin-top: 10px;
    display: block;
  }

  .page-item .layout--grid .item-info .info span {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
  }

  .formfix {
    bottom: 0;
    position: absolute;
  }
}

@media all and (max-width: 768px) {
  .page-about .blockcommitments .img {
    height: 230px;
  }

  .page-about .blockcommitments .img img {
    width: auto;
    height: 230px;
  }

  .page-item .item__detail .item-btnbuy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formfix .item-btnbuy {
    margin-top: 25px !important;
  }
}

@media all and (min-width: 769px) {
  .lightbox-modal .ec-role .btn_normal {
    font-weight: bold !important;
  }
}

.page-item .item__detail .item-btnbuy button.add-cart {
  background-color: #d63232 !important;
}

button.btn_normal.ec-blockBtn--action,
.productcart_step2_g .ec-totalBox__btn .btn_normal.ec-blockBtn--cancel {
  font-weight: bold !important;
  font-size: 16px !important;
}

@media all and (max-width: 768px) {

  button.btn_normal.ec-blockBtn--action,
  .productcart_step2_g .ec-totalBox__btn .btn_normal.ec-blockBtn--cancel {
    font-size: 14px !important;
  }
}

@media all and (max-width: 370px) {
  .sec_aboutnakamura .blockcommitments .step li span:not(.num) {
    font-size: 13px !important;
  }
}

@media all and (max-width: 370px) {
  .sec_aboutnakamura .blockcommitments .step li:after {
    top: -156%;
  }
}

@media all and (max-width: 768px) {
  .navsearch {
    display: block !important;
    margin-top: 0px !important;
  }
}

.p-tokusho .infoshipping .inbox .img {
  flex: 0 0 38%;
}

.p-tokusho .infoshipping .inbox .tit {
  flex: 0 0 22%;
  font-weight: bold;
  font-size: 30px;
  margin: 0 10px;
}

.p-tokusho .infoshipping .inbox .txt {
  flex: 1 1 auto;
}

.p-tokusho .infoshipping h5 {
  font-size: 24px !important;
  margin: 30px 0 40px;
}

.p-tokusho .infoshipping .inbox {
  margin: 30px 0;
}

.p-tokusho .infoshipping .inbox2 {
  align-items: flex-start;
}

.p-tokusho .infoshipping .inbox2 .img {
  flex: 0 0 48%;
}

.p-tokusho .infoshipping .inbox2 p {
  flex: 1 1 auto;
  padding-left: 15px;
}

@media all and (min-width: 769px) {
  .p-tokusho .infoshipping .inbox2 {
    flex-wrap: nowrap;
  }

  .p-tokusho .infoshipping .inbox {
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 768px) {
  .p-tokusho .infoshipping .inbox {
    margin: 20px 0;
  }

  .p-tokusho .infoshipping .inbox .img {
    flex: 0 0 48%;
  }

  .p-tokusho .infoshipping .inbox .tit {
    flex: 0 0 46%;
    font-size: 26px;
    margin-right: 0;
  }

  .p-tokusho .infoshipping .inbox .txt {
    flex: 0 0 100%;
    margin-top: 15px;
  }

  .p-tokusho .infoshipping h5 {
    font-size: 18px !important;
    margin: 20px 0;
  }

  .p-tokusho .infoshipping .inbox2 .img {
    flex: 0 0 100%;
  }

  .p-tokusho .infoshipping .inbox2 p {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-contact .h-adr dl{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 73px;
}

.p-contact .h-adr dl dt{
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  background: #efefef;
  font-weight: bold;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: row-reverse;
  border-top: 0;
}

.p-contact .h-adr dl dt .ec-required{
  font-size: 13px;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, Meiryo, "MS Gothic", 繝｡繧､繝ｪ繧ｪ, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  border-radius: 0px;
  margin-right: 10px;
  background: #D53131;
  min-width: 46px;
  height: 26px;
}

#entry_mailmaga_flg_1{
  margin-left: 20px;
}

.p-contact .h-adr dl dd{
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  border-top: 0;
  flex: 1 1 auto;
  align-self: stretch;
}

.p-contact .h-adr dl dt label{
  color: #000;
}

@media (min-width: 701px) {
  .p-contact .h-adr dl{
    display: flex;
    align-items: center;
    min-height: 96px;
    border-top: 10px solid #fff;
  }
  .p-contact .h-adr dl dt{
    width: 25%;
    border: none;
    border-bottom: 1px solid #4d2b1b;
    padding: 25px;
    background: #fafafa;
    font-size: 16px; 
    font-weight: normal !important;
  }
  .p-contact .h-adr dl dd{
    border-left: 0;
    padding: 25px 40px;
    border: none;
    border-bottom: 1px solid #4d2b1b;
  }
  .p-contact .h-adr dl dt .ec-required{
    margin-right: 20px;
  }
}

@media (max-width: 700px) {
  .p-contact .h-adr dl{
    flex-wrap: wrap;
  }
  .p-contact .h-adr dl dt{
    justify-content: flex-end;
    background: #fafafa;
    border: 0;
    border-top: 10px solid #fff;
  }
  .p-contact .h-adr dl dt,
  .p-contact .h-adr dl dd{
    width: 100%;
    padding: 10px;
    flex: 0 0 100%;
  }
  .p-contact .h-adr dl dd{
    border: none;
    border-bottom: 1px solid #4d2b1b;
  }
  .p-contact .h-adr dl dt .ec-required{
    width: 42px;
    min-width: 42px;
    height: 22.6px;
    font-size: 11px;
    margin-right: 20px;
  }
}

.fillcolor{
  fill: none;
  stroke:#805039;
}


.page-item .btnlayout ul li svg{
  height: 28px;
}

.page-item .btnlayout ul li.clicked svg .fillcolor{
  fill:#FABABC;
}

#Layer_1{
  width: 35.8px;
}
#Layer_2{
  width: 29.6px;
}