@charset "UTF-8";
.pagination {
  margin: 50px 0; }

.pagination ul {
  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; }

.pagination ul li {
  display: inline-block; }

.pagination ul li:first-child a {
  border-left: 1px solid #ddd; }

.pagination ul li.b_prev a,
.pagination ul li.b_next a {
  position: relative;
  width: 50px;
  color: transparent; }

.pagination ul li.b_prev a:before,
.pagination ul li.b_next a:before {
  content: "";
  background: url(../images/share/svg/chevron_up.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 14px;
  width: 14px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.pagination ul li.b_next a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none; }

@media all and (max-width: 768px) {
  .pagination ul li a {
    font-size: 13px; } }

.pagination ul li a:hover {
  background: #f1f1f1; }

.pagination ul li span.current {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

@media all and (max-width: 768px) {
  .pagination ul li span.current {
    font-size: 13px; } }

.pagination ul li.activepage a {
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

.pagination ul li.neardot a {
  border-left: 1px solid #ccc; }

.fce {
  display: -webkit-box;
  display: -ms-flexbox;
  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; }

.fss {
  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; }

.fsc {
  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; }

.fcc {
  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; }

.fsp {
  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; }

.m0a {
  margin: 0 auto; }

.fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.db {
  display: block; }

.dn {
  display: none; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

.fwl {
  font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.por {
  position: relative; }

.ctboth {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.ctver {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.cthor {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute; }

.br100p {
  border-radius: 100px; }

.row {
  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; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.lsp05 {
  letter-spacing: 0.5px; }

.lsp1 {
  letter-spacing: 1px; }

.lsp15 {
  letter-spacing: 1.5px; }

.lsp2 {
  letter-spacing: 2px; }

.lh0 {
  line-height: 0; }

.lh1 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh17 {
  line-height: 1.7; }

.lh18 {
  line-height: 1.8; }

.lh19 {
  line-height: 1.9; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.lh24 {
  line-height: 2.4; }

.lh26 {
  line-height: 2.6; }

.bnone {
  border: none; }

.pointer:hover {
  cursor: pointer; }

.hauto {
  height: auto !important; }

.mhauto {
  min-height: auto !important; }

.mxhauto {
  min-height: auto !important; }

.mxhauto {
  min-height: auto !important; }

body.secondpage .wrapper {
  margin-top: 20px; }

.breadcrumb {
  margin-top: 10px; }

.breadcrumb ul {
  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; }

.breadcrumb ul li {
  font-size: 14px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important; }

.breadcrumb ul li a {
  color: #946c40;
  text-decoration: underline !important;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important; }

@media all and (max-width: 520px) {
  .breadcrumb ul li {
    font-size: 10px; } }

.breadcrumb ul li:after {
  content: ">";
  margin: 0 5px; }

.breadcrumb ul li:last-child:after {
  display: none; }

.txtindent {
  text-indent: -14px;
  margin-left: 10px; }

h2.thepagetitle {
  color: #4b2c16;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important; }

@media all and (max-width: 768px) {
  h2.thepagetitle {
    font-size: 18px; } }

h2.thepagetitle span {
  position: relative; }

h2.thepagetitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background: #4b2c16;
  display: block; }

.thepagetitle2 {
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 40px; }

@media all and (max-width: 768px) {
  .thepagetitle2 {
    margin-bottom: 20px; } }

.thepagetitle2 span {
  font-size: 30px; }

@media all and (max-width: 768px) {
  .thepagetitle2 span {
    font-size: 24px; } }

.thepagetitle2:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 56px;
  margin-left: -28px;
  left: 50%;
  background: #4b2c16; }

.thepagesubtit {
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important; }

.fz10 {
  font-size: 12px; }

@media all and (min-width: 769px) {
  .prd_detail {
    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; } }

.slider-for .item-slick {
  background-color: #f7f7f7 !important; }

.tableright {
  margin-top: 40px; }

.tableright table td {
  border: 1px solid #4b2c16;
  padding: 10px; }

@media all and (max-width: 414px) {
  .tableright table td {
    padding: 10px 5px; } }

.tableright table td:first-child {
  width: 120px; }

.slider-for .item-slick {
  position: relative; }

.slider-for .item-slick a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0; }

.slider-for .item-slick a img {
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: 5px;
  right: 5px; }

.prd_detail_l {
  width: 490px; }

@media all and (max-width: 960px) {
  .prd_detail_l {
    width: 50%; } }

@media all and (min-width: 769px) {
  .prd_detail_l {
    min-width: 490px; } }

@media all and (min-width: 769px) and (max-width: 960px) {
  .prd_detail_l {
    min-width: 50%; } }

@media all and (max-width: 768px) {
  .prd_detail_l {
    width: 100%; } }

.item-slick {
  background-repeat: no-repeat !important; }

.fixie .slider-for .item-slick img,
.fixie .slider-nav .item-slick img {
  display: none; }

.slider-for {
  height: 400px; }

@media all and (max-width: 768px) {
  .slider-for {
    height: 60vw; } }

@media all and (max-width: 520px) {
  .slider-for {
    height: 350px; } }

.slider-for .slick-list,
.slider-for .slick-track,
.slider-for .item-slick {
  height: 100% !important;
  background-size: contain !important;
  background-position: center !important; }

.slider-nav .item-slick {
  height: 100%;
  background-size: contain !important;
  background-position: center !important; }

.slider-for .item-slick img,
.slider-nav .item-slick img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.slick-slide {
  float: left; }

.slider-nav {
  margin: 0 -5px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 768px) {
  .slider-nav {
    margin-top: 10px; } }

.slider-nav .slick-slide {
  margin: 0 5px; }

.slider-nav .item-slick {
  height: 150px;
  background-color: #ebebeb !important;
  border: 1px solid #ccc;
  width: 33.3%;
  cursor: pointer; }

@media all and (max-width: 768px) {
  .slider-nav .item-slick {
    height: 25vw; } }

@media all and (max-width: 520px) {
  .slider-nav .item-slick {
    height: 24vw; } }

@media all and (min-width: 769px) {
  .slider-nav .item-slick {
    width: 33.3%; } }

@media all and (min-width: 769px) {
  .prd_detail_r {
    margin-left: 35px; } }

@media all and (max-width: 768px) {
  .prd_detail_r {
    margin-top: 20px; } }

.prd_detail_r .prdnum span {
  font-weight: bold;
  font-size: 13px; }

.prd_detail_r .prdnum span:last-child {
  margin-left: 20px; }

.prd_detail_r h3 {
  font-size: 18px;
  font-weight: bold;
  color: #946c40;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .prd_detail_r h3 {
    margin-top: 5px; } }

.prd_detail_r .mordetail {
  padding: 20px 0px;
  border-top: 1px solid #aa9681;
  border-bottom: 1px solid #aa9681;
  margin-bottom: 20px;
  color: #333; }

.prd_detail_r .buyprice .labelprice {
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  padding: 10px;
  background: #b180ad;
  margin-right: 10px; }

.prd_detail_r .buyprice .price {
  font-weight: bold;
  font-size: 19px; }

.slider-for .slick-prev,
.slider-for .slick-next {
  width: 28px;
  height: 28px;
  background: transparent url("../images/icon/detail_prev.png") no-repeat !important;
  background-size: contain !important;
  display: block !important;
  z-index: 9;
  left: 10px; }

.slider-for .slick-prev:hover,
.slider-for .slick-next:hover {
  opacity: 0.7; }

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
  display: none; }

.slider-for .slick-next {
  left: auto;
  right: 10px;
  background: transparent url("../images/icon/detail_next.png") no-repeat !important;
  background-size: contain !important; }

.prd_detail_r_above {
  background: #efe6db;
  padding: 30px 20px;
}

@media all and (max-width: 768px) {
  * .breadcrumb {
    display: none; } }

@media all and (max-width: 768px) {
  section.home03.pt70.pb50 {
    padding-top: 30px !important; } }

.btn {
  border: none;
  -webkit-appearance: none;
  -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0;
  border-radius: 4px; }

.btn-dark {
  background: #3f2513;
  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: 54px;
  max-width: 300px;
  min-width: 260px;
  margin-top: 40px; }

@media all and (max-width: 768px) {
  .btn-dark {
    margin-top: 20px;
    height: 44px; } }

@media all and (max-width: 414px) {
  .btn-dark {
    min-width: 120px;
    width: 80%; } }

.btn-dark:hover {
  background: #724322;
  cursor: pointer; }

.btn-dark span {
  color: #fff;
  font-size: 16px; }

.dd .oldprice span {
  color: #c1272d;
  text-decoration: line-through; }

.dd.ddcartinput {
  margin-top: 20px; }

.dd.ddcartinput input {
  margin: 0px 10px 0px 20px;
  padding-left: 10px;
  border: 1px solid #371804;
  height: 22px;
  width: 150px;
  background: transparent !important; }

.dd.dd1,
.dd.dd2 {
  border-bottom: 1px dotted #c7b299;
  padding-bottom: 7px;
  margin-bottom: 5px; }

.dd.dd2 {
  margin-bottom: 15px; }

.dd.dd2 .pricebig {
  color: #333333;
  font-weight: bold;
  font-size: 22px; }

.dd.dd3 {
  margin-bottom: 10px; }

.stockgi {
  margin-top: 20px; }

.stockgi span {
  display: inline-block;
  width: calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: -ms-calc(50% - 5px);
  width: -o-calc(50% - 5px);
  margin-right: 10px;
  float: left;
  border: 1px solid #c7b299;
  background: #c7b299;
  font-size: 12px;
  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: 30px;
  border-radius: 3px; }

.stockgi span:last-child {
  background: transparent;
  color: #c7b299;
  margin-right: 0px;
  color: #4b2c16; }

.productdetail_p {
  font-size: 15px;
  position: relative;
  background: url("../images/second/patin.png");
  padding: 25px;
  margin-bottom: 30px; }

@media all and (max-width: 769px) {
  .productdetail_p {
    font-size: 14px; } }

.productdetail_p:before {
  content: "";
  width: calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -ms-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: -ms-calc(100% - 10px);
  height: -o-calc(100% - 10px);
  display: block;
  background: #fff;
  left: 5px;
  top: 5px;
  position: absolute; }

.productdetail_p p {
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }

.productdetail .underlinespan {
  margin-top: 50px; }

.underlinespan {
  margin-bottom: 20px; }

.underlinespan span {
  font-size: 20px;
  text-decoration: underline; }

.boxarrowdetail {
  background: #f7f7f7; }

.boxarrowdetail .fss {
  padding: 30px 40px; }

@media all and (max-width: 768px) {
  .boxarrowdetail .fss {
    padding: 20px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.text_nowrap {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word; }

ul.uldot {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 769px) {
  ul.uldot {
    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) {
  ul.uldot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  ul.uldot:nth-child(2n + 1) {
    margin-right: 4%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; } }

ul.uldot li {
  width: 100%; }

ul.uldot:after {
  content: "";
  display: block;
  clear: both; }

ul.uldot 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: start;
  -ms-flex-align: start;
  align-items: flex-start; }

ul.uldot li a {
  text-decoration: underline !important; }

ul.uldot li a:hover {
  opacity: 0.7; }

@media all and (max-width: 520px) {
  ul.uldot li a {
    font-size: 13px; } }

@media all and (min-width: 769px) {
  ul.uldot li {
    margin-bottom: 10px; }
  ul.uldot li:nth-child(4n) {
    margin-right: 0px; }
  ul.uldot li:last-child {
    margin-bottom: 0px; } }

ul.uldot li:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url(../images/second/redrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 5px;
  position: relative;
  top: 3px; }

@media all and (max-width: 768px) {
  ul.uldot li:before {
    min-width: 12px;
    width: 12px;
    height: 12px; } }

.paginationnews {
  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; }

.paginationnews .prevp,
.paginationnews .nextp {
  border: 2px solid #333;
  position: relative;
  position: relative;
  width: 160px;
  height: 44px;
  color: #333;
  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; }

.paginationnews .prevp::before,
.paginationnews .nextp::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.paginationnews .prevp span,
.paginationnews .nextp span {
  color: #333; }

.paginationnews .prevp:before,
.paginationnews .nextp:before {
  position: absolute;
  right: 20px;
  top: 46%; }

.paginationnews .prevp:before {
  content: "";
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.paginationnews a {
  padding: 8px 20px;
  width: 160px; }

.paginationnews a:hover {
  text-decoration: underline !important; }

.paginationnews a:hover span {
  text-decoration: underline !important; }

@media all and (max-width: 768px) {
  .paginationnews a {
    width: 110px !important; } }

.paginationnews a.btn-home {
  background-color: #333;
  border-radius: 0px;
  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: 44px; }

.paginationnews a span {
  font-weight: normal !important; }

.paginationnews a span {
  color: #fff;
  font-weight: bold; }

.fixie .paginationnews a {
  padding-bottom: 5px; }

@media all and (max-width: 960px) {
  * .box_right.pull-right {
    float: none !important; } }

* .barshop {
  background: #efe6db;
  padding: 8px 20px;
  margin-bottom: 20px; }

.titbar {
  font-size: 20px;
  font-weight: bold;
  color: #4b2c16;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important; }

.paginationx 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; }

.paginationx ul li {
  width: 26px;
  height: 26px;
  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;
  border: 1px solid #4b2c16;
  margin-right: 5px; }

.paginationx ul li.active,
.paginationx ul li:hover {
  background: #c7b299;
  color: #fff; }

.paginationx ul li.active a,
.paginationx ul li:hover a {
  color: #fff; }

.paginationx ul li.pfirst {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.paginationx ul li.pback {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.paginationx ul li.dotdot {
  border: none !important; }

.paginationx ul li.pnext {
  background: url(../images/second/singlerow.png);
  background-position: center;
  background-repeat: no-repeat; }

.paginationx ul li.pnext:hover {
  background: #c7b299 url(../images/second/singlerow_white.png);
  background-position: center;
  background-repeat: no-repeat; }

.paginationx ul li.plast {
  background: url(../images/second/doublerow.png);
  background-position: center;
  background-repeat: no-repeat; }

.paginationx ul li.plast:hover {
  background: #c7b299 url(../images/second/doublerow_white.png);
  background-position: center;
  background-repeat: no-repeat; }

.paginationx ul li a {
  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;
  width: 100%;
  height: 100%; }

.mincho {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important; }

.headtit {
  background: url(../common_img/bgmain.jpg) no-repeat center center;
  height: 250px;
  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; }

@media all and (max-width: 768px) {
  .headtit {
    height: 150px;
    background-size: cover; } }

.headtit h1 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-top: 50px; }

@media all and (max-width: 768px) {
  .headtit h1 {
    padding-top: 10px; } }

.headtit h1 span {
  font-size: 38px;
  font-weight: 500;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
  margin-top: 10px; }

@media all and (max-width: 768px) {
  .headtit h1 span {
    font-size: 34px; } }

@media all and (max-width: 768px) {
  .shopping .paginationx {
    margin-bottom: 10px; } }

@media all and (max-width: 768px) {
  .company .table_std {
    border-bottom: 1px solid #946c40; } }

.company .table_std th {
  background: #b29470;
  color: #fff; }

@media all and (max-width: 768px) {
  .company .table_std td,
  .company .table_std th {
    display: block;
    width: 100%;
    border-bottom: 0; } }

.shoplist {
  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;
  margin-bottom: 40px; }

@media all and (max-width: 768px) {
  .shoplist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.shoplist--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  border: 1px solid #ccc;
  margin-top: 30px; }

@media all and (min-width: 769px) {
  .shoplist--item {
    margin-right: 1.25%; }
  .shoplist--item:nth-child(4n) {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .shoplist--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 20px; } }

.shoplist--item a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.shoplist--item .img {
  height: 130px;
  overflow: hidden;
  background: #f7f7f7; }

.shoplist--item .img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.shoplist--item .info {
  padding: 0 10px; }

.shoplist--item h3 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  padding-bottom: 7px;
  text-align: justify;
  padding-top: 7px; }

@media all and (max-width: 768px) {
  .shoplist--item h3 {
    font-size: 14px; } }

.shoplist--item p {
  font-size: 14px;
  text-align: center;
  color: #333;
  border-top: 1px dashed #999;
  display: block;
  padding: 7px 0; }

.shoplist--item p small {
  font-size: 12px; }

.shoplist--item p.price {
  font-weight: bold; }

.shoplist--item p.pricesale {
  text-decoration: line-through; }

.shoplist--item p.pricesale small {
  color: #c1272d; }

.shoplist--mitem {
  border: 0; }

@media all and (max-width: 768px) {
  .shoplist--mitem {
    margin-top: 20px; } }

@media all and (min-width: 769px) {
  .shoplist--mitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2% !important; }
  .shoplist--mitem:nth-child(3n) {
    margin-right: 0 !important; }
  .shoplist--mitem .img {
    height: 190px; } }

.boxcontact {
  background: url(../common_img/bgboxcont.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0; }

@media all and (max-width: 768px) {
  .boxcontact {
    padding: 30px 0; } }

.boxcontact .text_center {
  color: #fff;
  text-align: center; }

.boxcontact h6 {
  font-size: 30px; }

@media all and (max-width: 768px) {
  .boxcontact h6 {
    font-size: 20px; } }

.boxcontact p {
  font-size: 18px; }

@media all and (max-width: 768px) {
  .boxcontact p {
    font-size: 14px; } }

.boxcontact .bn_contact_ft {
  background: rgba(255, 255, 255, 0.85);
  max-width: 760px;
  width: 760px;
  margin: 0 auto;
  padding: 30px;
  margin-top: 15px;
  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; }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94%;
    padding: 5% 2%; } }

.boxcontact .bn_contact_ft dl {
  padding-right: 30px; }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft dl {
    padding: 0;
    margin-right: 0; } }

.boxcontact .bn_contact_ft dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center; }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft dt {
    font-size: 16px;
    text-align: center;
    padding: 0; } }

.boxcontact .bn_contact_ft dd {
  background: url(../common_img/icon-tel.png) no-repeat left 8px bottom;
  padding-left: 60px;
  padding-top: 3px;
}

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft dd {
    background: url(../common_img/icon-tel.png) no-repeat left 0px bottom;
    background-size: 30px;
    padding-left: 35px;
  } }

  @media all and (max-width: 360px) {
    .boxcontact .bn_contact_ft dd {
      background: url(../common_img/icon-tel.png) no-repeat left 10px center;
      background-size: 30px;
      padding-left: 35px;
    } }

.boxcontact .bn_contact_ft dd p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft dd p {
    font-size: 13px;
    text-align: center; } }

.boxcontact .bn_contact_ft dd a {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px; }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft dd a {
    font-size: 29px;
  } }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft .btncon {
    margin-top: 20px; } }

.boxcontact .bn_contact_ft .btncon a {
  font-size: 16px;
  display: block;
  width: 295px;
  height: 90px;
  color: #fff;
  background: #c1272d url(../images/second/singlerow_white.png) no-repeat right 30px 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; }

.boxcontact .bn_contact_ft .btncon a:hover {
  background: #eb2a32 url(../images/second/singlerow_white.png) no-repeat right 20px center; }

@media all and (max-width: 768px) {
  .boxcontact .bn_contact_ft .btncon a {
    height: auto;
    padding: 15px 0; } }

.fixie .headtit .container {
  margin: 0; }

.table_std th,
.table_std td {
  font-size: 15px;
  border: 1px solid #946c40;
  padding: 10px; }

@media all and (max-width: 768px) {
  .table_std th,
  .table_std td {
    font-size: 14px; } }

.about h2.txttop {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .about h2.txttop {
    font-size: 18px; } }

/* .about p {
  font-size: 15px; } */
@media all and (max-width: 768px) {
  .about p {
    font-size: 14px; } }

.about .boxlink {
  background: url(../about/images/bgbox.png) no-repeat center center;
  background-size: cover;
  padding: 30px 60px;
  margin-bottom: 50px;
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .about .boxlink {
    padding: 25px 10px;
    margin-bottom: 30px; } }

.about .boxlink * {
  color: #fff; }

.about .boxlink h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.about .boxlink ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }

@media all and (max-width: 768px) {
  .about .boxlink ul {
    margin-top: 10px; } }

.about .boxlink li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  font-size: 15px;
  text-decoration: underline;
  margin: 5px 0; }

@media all and (max-width: 768px) {
  .about .boxlink li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; } }

.about .boxlink li a {
  text-decoration: underline; }

.about .block {
  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; }

.about .block .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  position: relative;
  margin-bottom: 25px; }

@media all and (max-width: 768px) {
  .about .block .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px; } }

.about .block .box .txt {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: -25px; }

.about .block .box .txt h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px; }

@media all and (max-width: 768px) {
  .about .block .box .txt h4 {
    font-size: 18px; } }

.about .block .box .txt p {
  text-align: center; }

.about .block .box .txt a {
  color: #03aedf;
  text-decoration: underline !important; }

.about .boxinfo {
  margin-top: 50px;
  border: 3px solid #4b2c16;
  padding: 15px 30px 15px; }

@media all and (max-width: 768px) {
  .about .boxinfo {
    padding: 15px;
    margin-top: 20px; } }

.about .boxinfo h3 {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-size: 24px;
  font-weight: bold;
  background: url(../about/images/iconphone.png) no-repeat left bottom 2px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .about .boxinfo h3 {
    margin-bottom: 15px; } }

.about .boxinfo h3 span {
  display: block; }

.about .boxinfo p {
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .about .boxinfo p {
    margin-bottom: 10px; } }

.about .boxinfo h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #c1272d; }

@media all and (max-width: 768px) {
  .about .boxinfo h4 {
    margin-top: 15px; } }

.contact .tel-box {
  margin-bottom: 70px;
  background: url("../contact/images/tel-group.png") no-repeat center center;
  background-size: cover;
  padding: 20px 0;
  margin: 0 110px 70px 110px; }

@media all and (max-width: 768px) {
  .contact .tel-box {
    margin: 0 0 40px 0; } }

.contact .tel-box--ins {
  max-width: 495px;
  width: 495px;
  margin: 0 auto; }

@media all and (max-width: 640px) {
  .contact .tel-box--ins {
    max-width: 100%;
    width: auto; } }

.contact .tel-box h3 {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  color: #4c2d19;
  text-align: center;
  margin-bottom: 5px; }

@media all and (max-width: 640px) {
  .contact .tel-box h3 {
    font-size: 18px; } }

.contact .tel-box p.start{
  margin-bottom: 10px;
}

.contact .tel-box p.tel {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3.5px;
  margin-bottom: 5px; }

@media all and (max-width: 640px) {
  .contact .tel-box p.tel {
    font-size: 28px;
    letter-spacing: normal; } }

@media all and (max-width: 640px) {
  .contact .tel-box p.date {
    font-size: 13px; } }

.contact .tel-box span.note {
  font-size: 12px;
  background: #c72b32;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 30px; }

@media all and (max-width: 640px) {
  .contact .tel-box span.note {
    font-size: 11px; } }

.contact .tel-box .middle-box {
  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: 10px; }

.contact .tel-box .middle-box--ins {
  margin-right: 5px; }

.contact .tel-box .middle-box--ins:last-child {
  margin-right: 0; }

.contact .tel-box .middle-box--ins:first-child {
  margin-right: 10px; }

.contact .tel-box .middle-box--ins:first-child img {
  position: relative;
  margin-top: 40px; }

.contact .tel-box-sp {
  margin-bottom: 40px;
  background-size: cover;
  padding: 20px 15px; }

.contact .tel-box-sp .middle-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px; }

.contact .tel-box-sp .middle-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact .tel-box-sp .middle-box--ins:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center; }

.contact .tel-box-sp .middle-box--ins:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  text-align: center; }

.contact .tel-box-sp h3 {
  margin-bottom: 10px; }

.contact .tel-box-sp p.tel a {
  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;
  color: #000000;
  text-decoration: none !important; }

.contact .tel-box-sp p.tel img {
  width: 20px;
  margin-top: 0 !important;
  margin-right: 5px; }

.contact .tel-box-sp p.end {
  margin-top: 10px; }

.contact .box_left {
  display: none;
  width: 0; }

.contact .box_right {
  width: 100%;
  padding-left: 0; }

.contact form .barshop {
  margin-bottom: 0; }

.contact form a.ml50 {
  margin-left: 30px;
  background-color: #533927;
  color: #fff;
  padding: 8px;
  border-radius: 5px; }

@media all and (max-width: 768px) {
  .contact form a.ml50 {
    margin-left: 10px;
    padding: 5px; } }

.contact .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px; }

.contact .table_template .confirm_submit input {
  margin-right: 5px; }

.contact .btn_view {
  margin: 20px auto;
  margin-bottom: 60px; }

.contact .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: #946c40;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #946c40;
  cursor: pointer; }

.contact .btn_view .btn_normal:hover {
  background: #e6e6e6; }

@media all and (max-width: 520px) {
  .contact .btn_view .btn_normal {
    width: 80%;
    height: 50px; } }

.contact .btn_view .btn_normal span {
  font-size: 16px; }

@media all and (max-width: 520px) {
  .contact .btn_view .btn_normal span {
    font-size: 16px; } }

.contact .btn_view button.btn_normal {
  border: none; }

.contact .btn_view .btn_normal {
  position: relative; }

.contact .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px; }

.contact .btn_view .btn_normal:hover {
  opacity: 0.8; }

.contact .form_submit {
  text-align: center;
  margin: 20px 0 50px; }

@media all and (min-width: 768px) {
  .contact .form_submit {
    margin: 70px 0; } }

.contact .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px; }

.contact .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px; }

.contact .form_submit_btn span {
  font-size: 20px; }

.contact .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px; }

.contact .form_submit_btn button::after {
  height: 60px; }

@media all and (min-width: 768px) {
  .contact .form_submit_btn button {
    height: 80px; }
  .contact .form_submit_btn button::after {
    height: 80px; } }

.contact .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px; }

.contact table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

.contact table input[type="radio"],
.contact table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px; }

@media all and (max-width: 768px) {
  .contact table {
    margin-top: 10px; } }

.contact table th,
.contact table td {
  border-bottom: 1px dashed #aaa7af;
  padding: 25px 10px;
  color: #000;
  font-size: 14px; }

@media all and (max-width: 768px) {
  .contact table th,
  .contact table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px dashed #aaa7af; }
  .contact table th:after,
  .contact table td:after {
    clear: both;
    content: "";
    display: block; } }

.contact table input[type="text"],
.contact table input[type="email"],
.contact table input[type="name"],
.contact table input[type="tel"],
.contact table input[type="number"],
.contact table input[type="password"],
.contact table select,
.contact table textarea {
  height: 40px;
  border: 1px solid #aaa7af;
  padding: 5px 10px;
  background: #fff;
  width: 100%; }

.contact table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

.contact table textarea {
  padding: 10px;
  height: 170px; }

@media all and (max-width: 768px) {
  .contact table textarea {
    height: 150px; } }

.contact table .checkboxtt span label {
  width: 33.3%;
  display: inline-block; }

@media all and (max-width: 768px) {
  .contact table .checkboxtt span label {
    width: 100%; } }

.contact table .w65 {
  width: 65% !important; }

@media all and (max-width: 768px) {
  .contact table .w65 {
    width: 100% !important; } }

.contact table .w30 {
  width: 15% !important;
  margin-left: 10px; }

@media all and (max-width: 768px) {
  .contact table .w30 {
    width: 25% !important; } }

.contact table th {
  background: #fff;
  font-weight: bold;
  width: 25%;
  text-align: center; }

@media all and (max-width: 768px) {
  .contact table th {
    padding: 10px; } }

.contact table th .required,
.contact table th .nonerequired {
  display: table;
  float: right; }

@media all and (max-width: 768px) {
  .contact table th .required,
  .contact table th .nonerequired {
    font-size: 11px; } }

.contact table th .required:before,
.contact table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #c1272d;
  padding: 2px 10px;
  border: 1px solid #c1272d;
  border-radius: 3px; }

@media all and (max-width: 768px) {
  .contact table th .required:before,
  .contact table th .nonerequired:before {
    font-size: 12px; } }

.contact table th .required:before {
  content: "必須";
  border: 1px solid #c1272d;
  color: #c1272d; }

.contact table th .nonerequired:before {
  content: "任意";
  border: 1px solid #977045;
  color: #977045; }

.contact table th .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact table th .flexbox li {
  min-width: 300px;
  margin: 5px 0; }

.contact 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; }

.contact table th .flexbox li:last-child label {
  min-width: 100px; }

@media all and (max-width: 768px) {
  .contact table th .flexbox li {
    width: 48%;
    min-width: inherit; } }

.contact table td {
  padding-left: 50px; }

@media all and (max-width: 768px) {
  .contact table td {
    padding: 15px 10px; } }

@media all and (max-width: 768px) {
  .contact table tr,
  .contact table tbody,
  .contact table th,
  .contact table td {
    display: block;
    width: 100%;
    text-align: left; } }

.contact table .listbox {
  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; }

.contact table .listbox li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: 160px; }

@media all and (max-width: 768px) {
  .contact table .listbox li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.contact table .listbox li:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 10px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media all and (max-width: 768px) {
  .contact table .listbox li:last-child {
    margin-top: 0; } }

.contact table .listbox li:last-child label {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.contact table .listbox li:last-child .w60p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.contact .form_submit_btn button {
  border: none;
  background: #371804;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contact .form_submit_btn button span {
  color: #fff;
  font-size: 16px; }

.contact .form_submit_btn button:hover {
  background: #946c40; }

.contact .private strong {
  font-size: 18px;
  margin-top: 30px;
  display: block; }

.contact .private .box {
  padding: 5px;
  background: url(../images/bgparttern.jpg);
  margin-top: 30px; }

.contact .private .box ul {
  background: #fff;
  padding: 30px 40px; }

@media all and (max-width: 768px) {
  .contact .private .box ul {
    padding: 20px; } }

.contact .private .box ul li {
  margin: 5px 0;
  margin-left: 15px;
  text-indent: -15px; }

.contact .private .box ul li span {
  font-size: 12px; }

.contact .clpage {
  text-decoration: underline !important; }

.text_center {
  text-align: center; }

.faq .fz18 {
  font-size: 18px; }

@media all and (max-width: 768px) {
  .faq .fz18 {
    font-size: 15px; } }

.faq .list {
  background: #efe6db;
  padding: 35px 60px;
  margin-top: 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: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 768px) {
  .faq .list {
    padding: 20px; } }

.faq .list li {
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #371804;
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin: 1%; }

@media all and (min-width: 769px) {
  .faq .list li {
    max-width: 48%; } }

@media all and (max-width: 768px) {
  .faq .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 2% 0; } }

.faq .list li a {
  text-decoration: none !important;
  display: block;
  font-size: 16px;
  padding: 10px;
  position: relative; }

.faq .list li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  background: url(../images/arrg.png) no-repeat right center;
  background-size: 9px;
  width: 11px;
  height: 18px;
  margin-top: -9px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.faq .anchorlink .thepagetitle2 {
  margin-top: 40px; }

@media all and (min-width: 769px) {
  .faq .anchorlink {
    padding-top: 80px;
    margin-top: -80px; }
  .faq .anchorlink .thepagetitle2 {
    margin-top: 50px; } }

.faq .boxfaq {
  padding: 5px;
  background: url(../images/bgparttern.jpg);
  margin-top: 30px; }

.faq .boxfaq .boxtit {
  background: #fff;
  padding: 15px 20px; }

@media all and (max-width: 768px) {
  .faq .boxfaq .boxtit {
    padding: 15px 10px; } }

.faq .boxfaq .boxtit h4 {
  background: url(../images/iconq.png) no-repeat left top;
  background-size: 36px;
  padding-left: 50px;
  font-size: 20px;
  position: relative;
  cursor: pointer; }

@media all and (max-width: 768px) {
  .faq .boxfaq .boxtit h4 {
    font-size: 16px;
    background-size: 30px;
    padding-left: 40px;
    padding-right: 20px; } }

.faq .boxfaq .boxtit h4::after {
  content: "▼";
  right: 15px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media all and (max-width: 768px) {
  .faq .boxfaq .boxtit h4::after {
    right: 0; } }

.faq .boxfaq .boxtit.open h4::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.faq .boxfaq .boxinfo {
  background: #fff;
  padding: 15px 20px;
  display: none;
  border-top: 1px dashed #aaa7af; }

@media all and (max-width: 768px) {
  .faq .boxfaq .boxinfo {
    padding: 15px 10px; } }

.faq .boxfaq .boxinfo p {
  background: url(../images/icona.png) no-repeat left top;
  background-size: 36px;
  padding-left: 50px;
  padding-top: 7px; }

@media all and (max-width: 768px) {
  .faq .boxfaq .boxinfo p {
    background-size: 30px;
    padding-left: 40px;
    padding-top: 4px; } }

/* shopinfo in here */
.shopinfo .dispc {
  display: block; }

.shopinfo .dissp {
  display: none; }

.shopinfo .maincontent a {
  color: #946c40 !important;
  text-decoration: underline !important; }

.shopinfo .maincontent a:hover {
  text-decoration: none !important; }

.shopinfo .mt00 {
  margin-top: 0 !important; }

.shopinfo .color_red {
  color: #ff3b30; }

.shopinfo .adddistance {
  margin-top: 20px; }

.shopinfo .addspace .dl_txt dd {
  margin-top: 10px; }

.shopinfo .addspace .dl_txt dt {
  margin-top: 10px; }

.shopinfo .addspace .dl_txt dt:first-child {
  margin-top: 0; }

.shopinfo .txt_mb_area dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px; }

.shopinfo .txt_mb_area dl dt:first-child {
  margin-top: 0; }

.shopinfo .txt_mb_area dl dd {
  margin-top: 10px; }

.shopinfo .lawpd {
  margin-top: 25px; }

@media all and (max-width: 640px) {
  .shopinfo .lawpd {
    margin-top: 15px; } }

.shopinfo .guide-block-cv .guide-block {
  margin-top: 40px; }

@media all and (max-width: 640px) {
  .shopinfo .guide-block-cv .guide-block {
    margin-top: 30px; } }

.shopinfo .guide-block-cv h3 {
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  line-height: 1.2; }

.shopinfo .guide-block-cv h3 span {
  display: inline-block;
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 5px;
  border-bottom: 3px solid #946c40;
  font-size: 24px; }

@media all and (max-width: 640px) {
  .shopinfo .guide-block-cv h3 span {
    font-size: 18px; } }

.shopinfo .dl_table_style dl:first-child dt {
  border-top: 1px solid #ddd; }

.shopinfo .dl_table_style dl dt,
.shopinfo .dl_table_style dl dd {
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none; }

.shopinfo .dl_table_style dl dt {
  background-color: #f4f4f4; }

.shopinfo .txt_mb_area p,
.shopinfo .txt_mb_area dl,
.shopinfo .txt_mb_area ul {
  margin-top: 20px; }

.shopinfo .txt_mb_area .pp_list li {
  margin-left: 1.5em;
  list-style-type: decimal; }

.shopinfo .txt_mb_area .pp_list1 li:nth-child(3) {
  margin-top: 20px; }

.shopinfo .txt_mb_area .ppgoogle {
  margin-top: 0px; }

.shopinfo .txt_mb_area .pp_list-none li {
  list-style-type: none;
  margin-left: 0; }

.shopinfo .txt_mb_area .pp_list ul {
  margin-top: 5px; }

@media print, screen and (max-width: 640px) {
  .shopinfo .dispc {
    display: none; }
  .shopinfo .dissp {
    display: block; } }

@media print, screen and (min-width: 768px) {
  .shopinfo .dl_table_style {
    display: table;
    width: 100%;
    border-collapse: collapse;
    word-wrap: break-word;
    word-break: break-all; }
  .shopinfo .dl_table_style dl {
    display: table-row; }
  .shopinfo .dl_table_style dl dt,
  .shopinfo .dl_table_style dl dd {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top; }
  .shopinfo .dl_table_style dl dt {
    min-width: 200px;
    width: 200px; }
  .shopinfo .dl_table_style dl:first-child dd {
    border-top: 1px solid #ddd; }
  .shopinfo .table-right dl dd {
    text-align: left; } }

/* faq in here */
.faq .dispc {
  display: block; }

.faq .dissp {
  display: none; }

.faq .anchorlink a:link {
  color: #946c40;
  text-decoration: underline !important; }

.faq .anchorlink a:link:hover {
  text-decoration: none !important; }

.faq .boxfaq p.kome {
  margin-left: 10px; }

.faq .boxfaq p.kome:before {
  margin-left: -1em;
  position: relative;
  display: inline-block;
  content: "※"; }

.faq .boxfaq .boxtit h4 {
  background: url(../images/iconq.png) no-repeat left top;
  background-size: 34px;
  min-height: 35px; }

.faq .boxfaq .boxinfo .answer {
  min-height: 40px;
  background: url(../images/icona.png) no-repeat left top;
  background-size: 36px;
  padding-left: 50px;
  padding-top: 7px; }

.faq .boxfaq .boxinfo .answer p {
  background: none;
  padding-left: 0;
  padding-top: 0; }

.faq .boxfaq .boxinfo .answer .table_std {
  margin: 10px 0; }

.faq .boxfaq .boxinfo .box-xam {
  background: #f5f5f5;
  padding: 10px 20px;
  margin-top: 10px; }

.faq .boxfaq .boxinfo .box-xam .boldhere span {
  font-weight: bold; }

.faq .boxfaq .table_std-fix table tr th {
  width: 50%; }

.dispc {
  display: block; }

.dissp {
  display: none; }

@media print, screen and (max-width: 640px) {
  .dispc {
    display: none; }
  .dissp {
    display: block; } }

/* delivery */
.delivery .phone span {
  display: block; }

@media all and (max-width: 640px) {
  .delivery .phone span {
    display: inline-block; } }

.delivery .sum {
  font-size: 18px;
  font-weight: bold; }

.delivery .sum-price {
  font-size: 16px;
  font-weight: bold; }

.delivery .block2 {
  margin-top: 15px;
  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; }

.delivery .block2 .block2--ins {
  width: calc(50% - 30px);
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: -ms-calc(50% - 30px);
  width: -o-calc(50% - 30px);
  margin-right: 60px;
  float: left; }

.delivery .block2 .block2--ins:last-child {
  margin-right: 0; }

@media all and (max-width: 640px) {
  .delivery .block2 .block2--ins {
    width: 100%;
    margin-right: 0;
    margin-top: 20px; }
  .delivery .block2 .block2--ins:first-child {
    margin-top: 0; } }

.delivery .thepagetitle2 {
  margin-top: 10px;
  margin-bottom: 30px; }

@media all and (max-width: 640px) {
  .delivery .thepagetitle2 {
    margin-top: 40px; } }

.delivery .thepagetitle2 span {
  font-size: 38px; }

@media all and (max-width: 640px) {
  .delivery .thepagetitle2 span {
    font-size: 28px; } }

.delivery .block2-bw {
  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 (max-width: 640px) {
  .delivery .block2-bw--ins {
    width: 100%; }
  .delivery .block2-bw--ins:first-child {
    margin-bottom: 10px; }
  .delivery .block2-bw--ins:first-child img {
    height: 35px; } }

.delivery .table-stytle1 {
  max-width: 282px;
  width: 282px; }

@media all and (max-width: 640px) {
  .delivery .table-stytle1 {
    max-width: 100%;
    width: auto; } }

.delivery .table-stytle1 table {
  width: 100%; }

.delivery .table-stytle1 table tr th,
.delivery .table-stytle1 table tr td {
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #391a08;
  color: #381906; }

@media all and (max-width: 640px) {
  .delivery .table-stytle1 table tr th,
  .delivery .table-stytle1 table tr td {
    padding: 5px 10px; } }

.delivery .table-stytle1 table tr th {
  background: #c8b39b;
  width: 40%;
  font-weight: bold; }

.delivery .table-stytle1 table tr td {
  width: 60%;
  background: #ffffff; }

.delivery .table-style2 table tr th {
  width: 15%;
  font-weight: bold; }

@media all and (max-width: 640px) {
  .delivery .table-style2 table tr th {
    width: 25%; } }

.delivery .table-style2 table tr td {
  width: 85%; }

@media all and (max-width: 640px) {
  .delivery .table-style2 table tr td {
    width: 75%; } }

.delivery .table-style2 table tr th,
.delivery .table-style2 table tr td {
  padding: 5px 0;
  border-bottom: 1px dotted #aaa; }

.delivery .table-style2 table tr:last-child th,
.delivery .table-style2 table tr:last-child td {
  border-bottom: none; }

.delivery .table-style3 table tr th,
.delivery .table-style3 table tr td {
  padding: 5px;
  border: 1px solid #cccccc; }

.delivery .table-style3 table tr th {
  background: #f7f7f7;
  text-align: center;
  font-weight: bold; }

.delivery .table-style3 table tr td {
  text-align: right;
  padding: 5px 40px; }

@media all and (max-width: 640px) {
  .delivery .table-style3 table tr td {
    padding: 5px; } }

@media all and (max-width: 640px) {
  .delivery .table-style3 {
    overflow: auto; }
  .delivery .table-style3 table {
    max-width: 700px;
    width: 700px; } }

.delivery .box-beauty {
  border: 2px solid #987249;
  padding: 10px 20px;
  border-radius: 10px; }

.delivery .box-beauty h4 {
  font-size: 18px;
  font-weight: bold;
  color: #987249; }

@media all and (max-width: 640px) {
  .delivery .box-beauty {
    padding: 5px 10px; } }

.delivery .delivery-head {
  margin-top: 5px; }

.delivery .delivery-body {
  margin-bottom: 25px; }

.delivery .delivery-body .delivery-block {
  margin-top: 30px; }

.delivery .delivery-body .delivery-block:first-child {
  margin-top: 0; }

.delivery .delivery-body .delivery-block h3 {
  font-size: 20px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  background: #efe6dc;
  padding: 2px 10px;
  margin-bottom: 20px; }

.delivery .delivery-body .delivery-block h3 span {
  color: #4c2d19; }

.delivery .delivery-body .delivery-block .table-stytle1 {
  max-width: 100%;
  width: auto; }

.delivery .delivery-body .delivery-block .table-stytle1 table tr th,
.delivery .delivery-body .delivery-block .table-stytle1 table tr td {
  padding: 8px 20px; }

@media all and (max-width: 640px) {
  .delivery .delivery-body .delivery-block .table-stytle1 table tr th,
  .delivery .delivery-body .delivery-block .table-stytle1 table tr td {
    padding: 5px 10px; } }

.delivery .delivery-body .delivery-block .table-stytle1 table tr td {
  text-align: right; }

.delivery .delivery-body .delivery-block .table-stytle1 table tr th {
  background: #f7f7f7; }

.delivery .delivery-body .delivery-block .table-stytle1 table tr:last-child th {
  background: #d2cebf; }

.delivery .delivery-body .delivery-block .table-stytle1 table tr:last-child th,
.delivery .delivery-body .delivery-block .table-stytle1 table tr:last-child td {
  font-size: 16px;
  font-weight: bold; }

.delivery .delivery-body .box-orange {
  background: url("../delivery/images/img1.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding: 15px; }

.delivery .delivery-body .box-orange h3 {
  font-size: 26px;
  font-weight: 500;
  background: none;
  text-align: center;
  color: #ffffff;
  padding: 16px 0;
  margin: 0;
  border: 3px solid #ffffff;
  letter-spacing: -0.5px; }

@media all and (max-width: 640px) {
  .delivery .delivery-body .box-orange h3 {
    font-size: 18px;
    border: 1px solid #ffffff; } }

.delivery .delivery-footer {
  padding-top: 15px;
  border-top: 3px solid #000000;
  margin-bottom: 5px; }

.boxpattern {
  padding: 5px;
  background: url(../images/bgparttern.jpg); }

.boxpattern .inbox {
  background: #fff; }

.guide .boxpattern {
  margin-top: 40px; }

@media all and (max-width: 768px) {
  .guide .boxpattern {
    margin-top: 25px; } }

.guide .boxpattern .inbox {
  padding: 20px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .inbox {
    padding: 10px; } }

.guide .boxpattern .tit {
  border-bottom: 3px solid #4b2c16;
  padding-left: 10px;
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .tit {
    margin-bottom: 20px; } }

.guide .boxpattern h2 {
  font-size: 24px;
  font-weight: bold;
  color: #4b2c16; }

@media all and (max-width: 768px) {
  .guide .boxpattern h2 {
    font-size: 20px; } }

.guide .boxpattern .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media all and (max-width: 767px) {
  .guide .boxpattern .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.guide .boxpattern .flexbox .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  width: 320px; }

@media all and (max-width: 767px) {
  .guide .boxpattern .flexbox .img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; } }

.guide .boxpattern .flexbox .info {
  padding-left: 30px; }

@media all and (max-width: 767px) {
  .guide .boxpattern .flexbox .info {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;} }

.guide .boxpattern .flexbox dl {
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox dl {
    margin-bottom: 15px; } }

.guide .boxpattern .flexbox dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 7px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox dl dt {
    margin-bottom: 5px; } }

.guide .boxpattern .flexbox dl dt span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-left: 10px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox dl dt span {
    line-height: 1.4;
    font-size: 16px; } }

.guide .boxpattern .flexbox dl dd {
  padding-left: 50px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox dl dd {
    padding-left: 45px; } }

.guide .boxpattern .flexbox .box {
  background: #efe6db; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox .box {
    margin-top: 30px; } }

.guide .boxpattern .flexbox .box h4 {
  padding: 5px;
  padding-top: 7px;
  font-size: 20px;
  color: #4b2c16;
  text-align: center;
  border-bottom: 1px dotted #4b2c16;
  margin-bottom: 15px; }

.guide .boxpattern .flexbox .box p {
  text-align: justify;
  padding: 15px;
  padding-top: 0; }

.guide .boxpattern .flexbox .info2 span {
  margin-left: 0; }

.guide .boxpattern .flexbox .info2 dd {
  padding-left: 0; }

.guide .boxpattern .flexbox .info2 .fixmt {
  margin-top: 185px; }

@media all and (max-width: 768px) {
  .guide .boxpattern .flexbox .info2 .fixmt {
    margin-top: 0; } }

.pickup {
  margin-top: 60px; }

@media all and (max-width: 768px) {
  .pickup {
    margin-top: 30px; } }

.pickup .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../common_img/imgarr.png) no-repeat center center;
  background-size: contain;
  height: 129px;
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .pickup .flexbox {
    background: #c7b299;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    height: auto;
    padding-bottom: 15px; } }

.pickup .flexbox .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center; }

@media all and (max-width: 768px) {
  .pickup .flexbox .img {
    background: url(../common_img/bgw.png) no-repeat center bottom;
    background-size: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 20px;
    padding-bottom: 30px; } }

.pickup .flexbox .txt {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 20px; }

@media all and (max-width: 768px) {
  .pickup .flexbox .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px; } }

.pickup .flexbox .txt p {
  font-size: 20px;
  color: #4b2c16;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .pickup .flexbox .txt p {
    font-size: 16px; } }

.pickup .flexbox .txt h5 {
  font-size: 30px;
  color: #c1272d;
  font-weight: bold;
  line-height: 1; }

@media all and (max-width: 768px) {
  .pickup .flexbox .txt h5 {
    font-size: 26px; } }

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

@media all and (max-width: 768px) {
  .pickup .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.pickup .list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  position: relative; }

@media all and (max-width: 768px) {
  .pickup .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px; }
  .pickup .list li:last-child {
    margin-bottom: 0; } }

.pickup .list li span {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  background: rgba(55, 24, 4, 0.5);
  color: #fff;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-size: 20px;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.pickup .list li:hover span {
  padding-top: 15px; }

.pickup .boxcontact-second {
  padding: 30px 25px;
  background: url(../common_img/bgboxcon.png) no-repeat center center;
  background-size: cover;
  margin-top: 60px; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second {
    padding: 15px;
    margin-top: 40px; } }

.pickup .boxcontact-second .bn_contact_ft {
  padding: 25px 15px;
  margin: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.pickup .boxcontact-second .bn_contact_ft .infoleft {
  width: 450px;
  padding-right: 10px;
  text-align: center;
  border-right: 1px solid #946c40; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .infoleft {
    padding-right: 0;
    width: 100%;
    border: 0; } }

.pickup .boxcontact-second .bn_contact_ft .infoleft h5 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .infoleft h5 {
    font-size: 20px; } }

.pickup .boxcontact-second .bn_contact_ft .infoleft p {
  font-size: 18px; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .infoleft p {
    font-size: 14px; } }

.pickup .boxcontact-second .bn_contact_ft .infoleft a {
  font-size: 16px;
  height: 56px; }

.pickup .boxcontact-second .bn_contact_ft .infoleft .btncon {
  width: 295px;
  margin: 0 auto;
  margin-top: 15px; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .infoleft .btncon {
    width: 100%; }
  .pickup .boxcontact-second .bn_contact_ft .infoleft .btncon a {
    margin: 0 auto; } }

.pickup .boxcontact-second .bn_contact_ft .inforight {
  padding-right: 10px;
  width: 490px; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .inforight {
    margin-top: 20px;
    padding-right: 0;
    width: 100%; } }

.pickup .boxcontact-second .bn_contact_ft .inforight dt.mincho {
  font-size: 24px;
  text-align: center; }

@media all and (max-width: 768px) {
  .pickup .boxcontact-second .bn_contact_ft .inforight dt.mincho {
    font-size: 18px;
    line-height: 1.2; } }

.first .boxlist {
  background: #efe6db;
  padding: 30px 20px;
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .first .boxlist {
    padding: 15px; } }

.first .boxlist h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4b2c16; }

@media all and (max-width: 768px) {
  .first .boxlist h2 {
    font-size: 18px; } }

.first .boxlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.first .boxlist ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-top: 15px; }

@media all and (max-width: 768px) {
  .first .boxlist ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-top: 2%; } }

.first .boxlist ul li a {
  background: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #4b2c16;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
}

@media all and (max-width: 768px) {
  .first .boxlist ul li a {
    font-size: 14px;
    line-height: 1.2; } }

.first .boxlist ul li a:after {
  content: "";
  position: absolute;
  background: url(../images/arrg.png) no-repeat left center;
  background-size: 8px;
  right: 10px;
  top: 50%;
  width: 11px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -9px; }

.first .boxlist ul li a:hover {
  background: #946c40;
  color: #fff; }

.first .boxpattern {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .first .boxpattern {
    margin-top: 20px; } }

.first .boxpattern h3 {
  font-size: 20px;
  font-weight: bold;
  background: url(../common_img/ghim.png) no-repeat left 20px center;
  border-bottom: 1px dotted #aaa7af;
  padding: 10px;
  padding-left: 50px; }

@media all and (max-width: 768px) {
  .first .boxpattern h3 {
    font-size: 18px; } }

.first .boxpattern p {
  padding: 15px 25px; }

@media all and (max-width: 768px) {
  .first .boxpattern p {
    text-align: justify; } }

.first .boxlist2 {
  margin-top: 60px; }

@media all and (max-width: 768px) {
  .first .boxlist2 {
    margin-top: 30px; } }

.first .boxlist2 ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%; }

@media all and (max-width: 768px) {
  .first .boxlist2 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; } }

.first .boxinfo {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  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 (max-width: 768px) {
  .first .boxinfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; } }

.first .boxinfo .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
  max-width: 45%; }

@media all and (min-width: 769px) {
  .first .boxinfo .img {
    min-width: 400px; } }

@media all and (max-width: 768px) {
  .first .boxinfo .img {
    max-width: 100%;
    margin-bottom: 15px; } }

.first .boxinfo .txt {
  padding-left: 20px;
  padding-top: 10px; }

@media all and (max-width: 768px) {
  .first .boxinfo .txt {
    padding: 0; } }

.first .boxinfo .txt h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.first .boxinfo .txt h4 a {
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 500;
  background: #371804 url(../images/arrw.png) no-repeat right 15px center;
  background-size: 7px;
  padding-right: 30px; }

.first .boxinfo .txt h4 a:hover {
  background: #946c40 url(../images/arrw.png) no-repeat right 15px center;
  background-size: 7px; }

@media all and (max-width: 768px) {
  .first .boxinfo .txt h4 a {
    font-size: 14px; } }

@media all and (min-width: 769px) {
  .first .boxinfo--revert .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .first .boxinfo--revert .txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 20px; } }

.first .boxinfo h4 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dotted #aaa7af;
  padding-bottom: 5px;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .first .boxinfo h4 {
    font-size: 18px; } }

.first .boxinfo p {
  text-align: justify; }

.first .boxinfo .link {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.first .boxinfo .link li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 5px; }

.first .boxinfo .link a {
  background: url(../first/images/arrlink.png) no-repeat left center;
  padding-left: 25px;
  text-decoration: underline !important;
  color: #c7b299; }

.first .boxinfo .link a:hover {
  text-decoration: none !important; }

.first .boxinfo2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.first .boxinfo2 .txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0; }

.first .boxinfo2 .img {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.first .boxinfo2 .img a {
  width: 24%; }

@media all and (max-width: 639px) {
  .first .boxinfo2 .img a {
    margin-bottom: 2%; } }

@media all and (max-width: 639px) {
  .first .boxinfo2 .img a {
    width: 49%; }
  .first .boxinfo2 .img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 769px) {
  .first .anchorlink {
    padding-top: 90px;
    margin-top: -90px; } }

/* thuy*/
.type .maincontent .type-block {
  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; }

.type .maincontent .type-block--ins:first-child {
  width: 460px;
  margin-right: 30px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-block--ins:first-child {
    width: 100%;
    margin-right: 0; } }

.type .maincontent .type-block--ins:last-child {
  width: calc(100% - 490px); }

@media all and (max-width: 768px) {
  .type .maincontent .type-block--ins:last-child {
    width: 100%;
    margin-right: 0;
    margin-top: 20px; } }

.type .maincontent .type-block .list-bg {
  margin-top: 15px;
  background: url("../type/images/bg.png") repeat;
  padding: 5px; }

.type .maincontent .type-block .list {
  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: #ffffff;
  padding: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 768px) {
  .type .maincontent .type-block .list {
    padding: 10px; } }

.type .maincontent .type-block .list li {
  width: calc(50% - 7.5px);
  width: -webkit-calc(50% - 7.5px);
  width: -moz-calc(50% - 7.5px);
  width: -ms-calc(50% - 7.5px);
  width: -o-calc(50% - 7.5px);
  margin-right: 15px;
  float: left;
  margin-top: 15px;
  background: #c8b39b;
  position: relative; }

@media all and (max-width: 768px) {
  .type .maincontent .type-block .list li {
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -ms-calc(50% - 5px);
    width: -o-calc(50% - 5px);
    margin-right: 10px;
    float: left;
    margin-top: 10px; } }

.type .maincontent .type-block .list li:nth-child(2n) {
  margin-right: 0; }

.type .maincontent .type-block .list li:nth-child(1),
.type .maincontent .type-block .list li:nth-child(2) {
  margin-top: 0px; }

.type .maincontent .type-block .list li a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-size: 16px; }

.type .maincontent .type-block .list li a:hover {
  opacity: 0.8; }

.type .maincontent .type-block .list li::before {
  position: absolute;
  background: url("../type/images/row2.png") no-repeat center center;
  content: "";
  width: 14px;
  height: 9px;
  top: 50%;
  right: 0;
  margin-top: -4.5px;
  margin-right: 15px; }

.type .maincontent .type-tit {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #c72b32;
  position: relative;
  margin-bottom: 10px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-tit {
    font-size: 20px;
    letter-spacing: normal;
    text-align: center; } }

.type .maincontent .type-tit:before {
  z-index: -1;
  position: absolute;
  background: #f3db93;
  content: "";
  width: 98%;
  height: 10px;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-left: -5px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-tit:before {
    height: 5px;
    margin-bottom: 5px;
    width: 95%;
    margin-left: 0px; } }

.type .maincontent .type-scale-site {
  padding: 0 20px;
  margin-top: 70px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-scale-site {
    padding: 0;
    margin-top: 30px; } }

.type .maincontent h4.tit {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .type .maincontent h4.tit {
    font-size: 20px;
    margin-bottom: 10px; } }

.type .maincontent h4.tit span {
  display: block;
  font-size: 18px;
  color: #c72b32; }

@media all and (max-width: 768px) {
  .type .maincontent h4.tit span {
    font-size: 16px; } }

.type .maincontent .type-pd .block2 {
  margin-top: 10px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.type .maincontent .type-pd .block2:first-child {
  margin-top: 0; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block2 {
    margin-top: 30px; } }

.type .maincontent .type-pd .block2--ins:first-child {
  width: 220px;
  margin-right: 10px; }

.type .maincontent .type-pd .block2--ins:first-child img {
  text-align: center; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block2--ins:first-child {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    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;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.type .maincontent .type-pd .block2--ins:last-child {
  width: calc(100% - 307px);
  margin-right: 70px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block2--ins:last-child {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.type .maincontent .type-pd .block2:nth-child(2n) .block2--ins:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.type .maincontent .type-pd .block2:nth-child(2n) .block2--ins:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 70px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block2:nth-child(2n) .block2--ins:last-child {
    margin-left: 0; } }

.type .maincontent .type-pd .block-go {
  background: url("../type/images/img06.png") no-repeat center center;
  background-size: cover;
  padding: 30px 25px;
  margin-top: 70px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go {
    padding: 20px;
    margin-top: 30px; } }

.type .maincontent .type-pd .block-go .go-tit {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .go-tit {
    font-size: 22px;
    margin-bottom: 10px; } }

.type .maincontent .type-pd .block-go .go-tit-sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .go-tit-sub {
    font-size: 14px;
    margin-bottom: 10px; } }

.type .maincontent .type-pd .block-go .go-tit2 {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .go-tit2 {
    font-size: 20px; } }

.type .maincontent .type-pd .block-go .go-btn {
  background: #c72b32;
  width: 295px;
  height: 56px;
  margin: 0 auto;
  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;
  position: relative; }

.type .maincontent .type-pd .block-go .go-btn a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  display: block; }

.type .maincontent .type-pd .block-go .go-btn::before {
  position: absolute;
  background: url("../type/images/row.png") no-repeat center center;
  content: "";
  width: 10px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  margin-right: 20px; }

.type .maincontent .type-pd .block-go .go-btn:hover {
  opacity: 0.8; }

.type .maincontent .type-pd .block-go .go-phone {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.type .maincontent .type-pd .block-go .go-phone--ins:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }

.type .maincontent .type-pd .block-go .go-phone--ins:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%; }

.type .maincontent .type-pd .block-go p.date {
  font-size: 16px;
  letter-spacing: -0.5px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go p.date {
    font-size: 14px; } }

.type .maincontent .type-pd .block-go p.tel {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go p.tel {
    font-size: 30px; } }

.type .maincontent .type-pd .block-go .block2 {
  margin-top: 0;
  background-color: rgba(232, 232, 231, 0.8);
  padding: 20px 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .block2 {
    padding: 10px; } }

.type .maincontent .type-pd .block-go .block2--ins:first-child {
  width: 400px;
  margin-right: 80px;
  position: relative; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .block2--ins:first-child {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-top: 30px; } }

.type .maincontent .type-pd .block-go .block2--ins:first-child:before {
  position: absolute;
  background: #c8b39b;
  height: 100%;
  width: 3px;
  right: 0;
  top: 0;
  content: "";
  margin-right: -40px; }

.type .maincontent .type-pd .block-go .block2--ins:last-child {
  width: calc(100% - 480px);
  margin-right: 0; }

@media all and (max-width: 768px) {
  .type .maincontent .type-pd .block-go .block2--ins:last-child {
    width: 100%;
    margin-right: 0; } }

.maintenance .type-tit {
  margin-bottom: 20px; }

.maintenance .type-tit span {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #c72b32;
  position: relative;
  margin-bottom: 10px;
  z-index: 99; }

  .maintenance .boxcontact .bn_contact_ft dd {
     margin-left: 30px;
     padding-left: 75px;
     padding-top: 9px;
  }

@media all and (max-width: 768px) {
  .maintenance .type-tit span {
    font-size: 22px;
    letter-spacing: normal;
    text-align: center;
    font-size: 17px; }
  .maintenance .boxcontact .bn_contact_ft dd {
    padding-left: 35px;
    max-width: auto;
    margin: 0 auto;
  }
  }

.maintenance .type-tit span:before {
  z-index: -1;
  position: absolute;
  background: #f3db93;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  border-radius: 4px;
  margin-left: 0px; }

@media all and (max-width: 768px) {
  .maintenance .type-tit span:before {
    height: 5px;
    margin-bottom: 5px;
    width: 95%;
    margin-left: 0px; } }

.maintenance .main-block1 {
  background: url(../maintenance/images/img01.png) no-repeat center center;
  padding: 35px 25px; }

@media all and (max-width: 768px) {
  .maintenance .main-block1 {
    padding: 30px 10px;
    background-size: cover; }
  .maintenance .main-block1 p {
    margin-right: 90px; } }

.maintenance .main-block1 p {
  font-size: 16px;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .maintenance .main-block1 p {
    font-size: 14px; } }

.maintenance .main-block2 {
  background: url("../maintenance/images/img02.png") no-repeat center center;
  padding: 40px 0; }

.maintenance .main-block2 .thepagetitle2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .maintenance .main-block2 .thepagetitle2 {
    font-size: 22px; } }

.maintenance .main-block2 .thepagetitle2 .thepagetitle2:after {
  background: #956e44; }

@media all and (max-width: 768px) {
  .maintenance .main-block2 {
    background-size: cover;
    padding: 30px 10px; } }

.maintenance .main-block2 p {
  text-align: center;
  color: #ffffff; }

.maintenance .main-block2 p.big-txt {
  font-size: 20px;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .maintenance .main-block2 p.big-txt {
    font-size: 16px; } }

.maintenance .main-block {
  margin-top: 40px; }

.maintenance .main-block:first-child {
  margin-top: 0; }

.maintenance .main-block3 .lh2 {
  line-height: 2; }

.maintenance .main-block3 .block3 {
  margin-top: 50px;
  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; }

.maintenance .main-block3 .block3--ins {
  width: calc(33.333% - 20px);
  width: -webkit-calc(33.333% - 20px);
  width: -moz-calc(33.333% - 20px);
  width: -ms-calc(33.333% - 20px);
  width: -o-calc(33.333% - 20px);
  margin-right: 30px;
  float: left;
  background: url("../type/images/bg.png") repeat center center;
  padding: 10px; }

@media all and (max-width: 768px) {
  .maintenance .main-block3 .block3--ins {
    width: 100%;
    margin-top: 50px;
    margin-right: 0; }
  .maintenance .main-block3 .block3--ins:first-child {
    margin-top: 0px; } }

.maintenance .main-block3 .block3--ins:nth-child(3n) {
  margin-right: 0; }

.maintenance .main-block3 .block3--ins .block-txt {
  background: #ffffff;
  position: relative; }

.maintenance .main-block3 .block3--ins .block-txt h3 {
  font-size: 18px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px; }

.maintenance .main-block3 .block3--ins .block-txt p {
  text-align: center;
  padding-bottom: 15px; }

.maintenance .main-block3 .block3--ins .block-txt img {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: -30px; }

.maintenance .main-block3 .block3--ins:nth-child(3) .block-txt p {
  padding-bottom: 38px; }

.block-go {
  background: url("../type/images/img06.png") no-repeat center center;
  background-size: cover;
  padding: 30px 25px;
  margin-top: 70px; }

@media all and (max-width: 768px) {
  .block-go {
    padding: 20px;
    margin-top: 30px; } }

.block-go .go-tit {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px; }

@media all and (max-width: 768px) {
  .block-go .go-tit {
    font-size: 22px;
    margin-bottom: 10px; } }

.block-go .go-tit-sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .block-go .go-tit-sub {
    font-size: 14px;
    margin-bottom: 10px; } }

.block-go .go-tit2 {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .block-go .go-tit2 {
    font-size: 20px; } }

.block-go .go-btn {
  background: #c72b32;
  width: 295px;
  height: 56px;
  margin: 0 auto;
  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;
  position: relative; }

.block-go .go-btn a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  display: block; }

.block-go .go-btn::before {
  position: absolute;
  background: url("../type/images/row.png") no-repeat center center;
  content: "";
  width: 10px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  margin-right: 20px; }

.block-go .go-btn:hover {
  opacity: 0.8; }

.block-go .go-phone {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.block-go .go-phone--ins:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }

.block-go .go-phone--ins:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%; }

.block-go p.date {
  font-size: 16px;
  letter-spacing: -0.5px; }

@media all and (max-width: 768px) {
  .block-go p.date {
    font-size: 14px; } }

.block-go p.tel {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px; }

@media all and (max-width: 768px) {
  .block-go p.tel {
    font-size: 30px; } }

.block-go .block2 {
  margin-top: 0;
  background-color: rgba(232, 232, 231, 0.8);
  padding: 20px 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 768px) {
  .block-go .block2 {
    padding: 10px; } }

.block-go .block2--ins:first-child {
  width: 400px;
  margin-right: 80px;
  position: relative; }

@media all and (max-width: 768px) {
  .block-go .block2--ins:first-child {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px; } }

.block-go .block2--ins:first-child:before {
  position: absolute;
  background: #c8b39b;
  height: 100%;
  width: 3px;
  right: 0;
  top: 0;
  content: "";
  margin-right: -40px; }

.block-go .block2--ins:last-child {
  width: calc(100% - 480px);
  margin-right: 0; }

@media all and (max-width: 768px) {
  .block-go .block2--ins:last-child {
    width: 100%;
    margin-right: 0; } }

.voice .voice-block {
  margin-top: 70px;
  border: 2px dashed #381906;
  border-style: dashed;
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative; }

@media all and (max-width: 768px) {
  .voice .voice-block {
    padding: 30px 10px 10px; } }

.voice .voice-block:first-child {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .voice .voice-block:first-child {
    margin-top: 30px; } }

.voice .voice-block .voice {
  position: absolute;
  left: 50%;
  margin-left: -331px;
  top: 0;
  margin-top: -30px;
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-weight: bold;
  color: #381906;
  width: 662px;
  background: #efe6dc;
  padding: 10px 0;
  border-radius: 35px;
  text-align: center; }

@media all and (max-width: 768px) {
  .voice .voice-block .voice {
    width: 80%;
    margin-left: -40%;
    font-size: 15px; } }

.voice .voice-2 {
  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; }

.voice .voice-2 p.right {
  font-size: 20px;
  text-align: right;
  margin-top: 20px;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .voice .voice-2 p.right {
    font-size: 18px; } }

.voice .voice-2--ins:first-child {
  width: 338px;
  margin-right: 20px;
  position: relative; }

@media all and (max-width: 768px) {
  .voice .voice-2--ins:first-child {
    width: 100%;
    margin-right: 0; } }

.voice .voice-2--ins:first-child .box {
  position: absolute;
  background: #422615;
  background-color: rgba(61, 33, 15, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 10px; }

.voice .voice-2--ins:first-child .box p.fz16 {
  font-size: 16px;
  line-height: 1.5; }

@media all and (max-width: 768px) {
  .voice .voice-2--ins:first-child .box p.fz16 {
    font-size: 14px; } }

.voice .voice-2--ins:first-child .box p.fz20 {
  font-size: 19px;
  line-height: 1.5; }

@media all and (max-width: 768px) {
  .voice .voice-2--ins:first-child .box p.fz20 {
    font-size: 18px; } }

.voice .voice-2--ins:last-child {
  width: calc(100% - 358px); }

@media all and (max-width: 768px) {
  .voice .voice-2--ins:last-child {
    margin-top: 20px;
    width: 100%;
    margin-right: 0; } }

.select .titline {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  border-bottom: 3px solid #4b2c16;
  margin-top: 45px;
  color: #4b2c16;
  margin-bottom: 20px;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .select .titline {
    margin-top: 20px;
    font-size: 20px; } }

.select .boxpattern {
  margin-top: 30px;
  padding: 3px; }

@media all and (max-width: 768px) {
  .select .boxpattern {
    margin-top: 20px; } }

.select .boxpattern .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  padding: 3px; }

@media all and (max-width: 768px) {
  .select .boxpattern .inbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.select .boxpattern .txt {
  padding: 20px; }

@media all and (max-width: 768px) {
  .select .boxpattern .txt {
    padding: 10px; } }

.select .boxpattern .txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px; }

@media all and (max-width: 768px) {
  .select .boxpattern .txt h3 {
    font-size: 18px; } }

.select .boxpattern .img {
  min-width: 220px; }

@media all and (max-width: 768px) {
  .select .boxpattern .img {
    min-width: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .select .boxpattern .img img {
    width: 100%; } }

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

.select .barshop {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .select .barshop {
    margin-top: 20px;
    margin-bottom: 10px; }
  .select .barshop span {
    font-size: 18px; } }

.select h3.fz20 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .select h3.fz20 {
    font-size: 18px; } }

.select table {
  margin-top: 15px;
  margin-bottom: 15px; }

.select table th,
.select table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0; }

.select .boxtem {
  background: #8a5d28;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 35px; }

@media all and (max-width: 768px) {
  .select .boxtem {
    margin-top: 25px;
    margin-bottom: 20px; } }

.select .boxtem .boxxongtem {
  border: 1px solid #fff;
  padding: 20px 10px 25px; }

.select .boxtem .boxxongtem h4,
.select .boxtem .boxxongtem p {
  color: #fff;
  text-align: center; }

.select .boxtem .boxxongtem h4 {
  font-size: 30px;
  background: url(../select/images/yen.png) no-repeat center center;
  padding: 20px 0;
  font-weight: 300;
  line-height: 1; }

.select .text_center.text_bold {
  font-size: 16px;
  font-weight: bold; }

@media all and (max-width: 768px) {
  .select .text_center.text_bold {
    font-size: 14px; } }

.select .btnpage {
  text-align: center;
  margin-top: 20px; }

.select .btnpage a {
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  background: #371804 url(../images/arrw.png) no-repeat right 15px center;
  background-size: 7px;
  padding-right: 30px;
  width: 360px;
  display: block;
  height: 54px;
  line-height: 55px;
  margin: 0 auto; }

@media all and (max-width: 768px) {
  .select .btnpage a {
    width: 300px; } }

.select .btnpage a:hover {
  background: #8a5d28 url(../images/arrw.png) no-repeat right 10px center;
  background-size: 7px; }

.select .boximg .txt {
  padding: 10px 15px; }

@media all and (max-width: 768px) {
  .select .boximg .txt {
    padding: 10px; } }

.select .boximg .txt .tit {
  border-bottom: 1px dotted #aaa7af;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.select .boximg .txt h5 {
  font-size: 20px;
  font-weight: bold; }

.select .boximg .txt span {
  text-align: right;
  color: #b1b1b1;
  font-weight: bold;
  display: block;
  margin-top: 5px; }

.select .boximg .txt .desc {
  text-align: justify; }

.select .boximg .img {
  min-width: 344px; }

.select .boximg .alink {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.select .boximg .alink a {
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 500;
  background: #371804 url(../images/arrw.png) no-repeat right 15px center;
  background-size: 7px;
  padding-right: 30px;
  display: block;
  width: 130px; }

@media all and (max-width: 768px) {
  .select .boximg .alink a {
    font-size: 14px; } }

.select .boximg .alink a:hover {
  background: #8a5d28 url(../images/arrw.png) no-repeat right 10px center;
  background-size: 7px; }

.select .boxbg {
  margin-top: 30px;
  background: #efe6db;
  padding: 10px 0; }

@media all and (max-width: 768px) {
  .select .boxbg {
    margin-top: 20px;
    padding: 0; } }

.select .boxbg .inbox {
  padding: 20px;
  border-bottom: 1px dotted #4b2c16; }

@media all and (max-width: 768px) {
  .select .boxbg .inbox {
    padding: 15px; } }

.select .boxbg .inbox h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

@media all and (max-width: 768px) {
  .select .boxbg .inbox h6 {
    font-size: 18px; } }

.select .boxbg .inbox:last-child {
  border: none; }

.select .titline2 {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-size: 30px;
  letter-spacing: -2px;
  color: #c72b32;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px; }

@media all and (max-width: 768px) {
  .select .titline2 {
    font-size: 22px;
    letter-spacing: normal;
    text-align: center;
    margin-top: 40px; } }

.select .titline2 h2 {
  text-align: center;
  position: relative; }

.select .titline2 h2:before {
  z-index: -1;
  position: absolute;
  background: #f3db93;
  content: "";
  width: calc(100% + 10px);
  height: 10px;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-left: -5px; }

@media all and (max-width: 768px) {
  .select .titline2 h2:before {
    height: 5px;
    margin-bottom: 5px;
    width: 95%;
    margin-left: 0; } }

.select .titbox {
  margin-bottom: 15px; }

.select .titbox .inbox {
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 768px) {
  .select .titbox .inbox {
    padding: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.select .titbox h3 {
  border-left: 3px solid #4b2c16;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 5px; }

@media all and (max-width: 768px) {
  .select .titbox h3 {
    font-size: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; } }

@media all and (max-width: 768px) {
  .select .titbox .alink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; } }

.select .titbox .alink a {
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  padding: 3px 20px;
  font-weight: 500;
  background: #371804 url(../images/arrw.png) no-repeat right 15px center;
  background-size: 7px;
  padding-right: 30px;
  display: block;
  width: 130px; }

@media all and (max-width: 768px) {
  .select .titbox .alink a {
    width: 100%;
    padding: 3px 5px;
    padding-left: 12px;
    font-size: 14px; } }

.select .titbox .alink a:hover {
  background: #8a5d28 url(../images/arrw.png) no-repeat right 10px center;
  background-size: 7px; }

/* fix1 */
.contact #pp a {
  color: #55a7eb;
  text-decoration: underline !important; }

.contact #pp a:hover {
  text-decoration: none !important; }

.contact #pp .tellink {
  color: #333333;
  text-decoration: none !important; }

a.hover {
  display: block; }

a.hover:hover {
  opacity: 0.8; }

.select .danto {
  position: relative; }

.select .dansv {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -55px; }

@media all and (max-width: 768px) {
  .select .dansv {
    margin-top: -35px; } }

.select .dansv 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;
  padding: 0 100px;
  margin-bottom: 60px; }

@media all and (max-width: 768px) {
  .select .dansv ul {
    padding: 0;
    margin-bottom: 20px; } }

.select .dansv ul:last-child {
  margin-bottom: 0; }

.select .dansv ul:last-child li:first-child {
  position: relative;
  margin-top: 25px; }

.select .dansv ul:last-child li:last-child {
  position: relative;
  margin-top: -62px;
  margin-right: 34px; }

@media all and (max-width: 768px) {
  .select .dansv ul:last-child li:last-child {
    margin-top: -20px;
    margin-right: 0; } }

.select .dansv ul:first-child li:last-child {
  position: relative;
  margin-top: -75px; }

@media all and (max-width: 768px) {
  .select .dansv ul:first-child li:last-child {
    margin-top: -30px; } }

.select .dansv ul li {
  width: calc(50% - 95px);
  width: -webkit-calc(50% - 95px);
  width: -moz-calc(50% - 95px);
  width: -ms-calc(50% - 95px);
  width: -o-calc(50% - 95px);
  margin-right: 190px;
  float: left;
  text-align: center; }

@media all and (max-width: 768px) {
  .select .dansv ul li {
    width: calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: -ms-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    margin-right: 100px;
    float: left; } }

.select .dansv ul li:last-child {
  margin-right: 0;
  margin-bottom: 0; }

.select .dansv ul li a {
  font-size: 30px;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
 "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
 "Droid Sans Japanese", serif !important;
  font-weight: bold;
  color: #c72c33; }

@media all and (max-width: 768px) {
  .select .dansv ul li a {
    font-size: 16px; } }

/* edit contact */
.contact .tel-box .middle-box {
  position: relative; }

.contact .tel-box .middle-box--ins:last-child {
  position: absolute;
  top: 0;
  right: -5px;
  margin-top: -2px;
  width: 195px }

@media all and (max-width: 640px) {
  .contact .tel-box--ins {
    text-align: center; }
  .contact .tel-box .middle-box--ins:last-child {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0px; } }

.contact .tel-box-sp p.tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contact .tel-box-sp .middle-box--ins:first-child {
  margin-right: 0; }

.contact table textarea,
.contact table input {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN",
 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px !important; }

.shopinfo ul.num {
  list-style-type: decimal; }

.shopinfo ul.num > li {
  margin-left: 2em; }

.shopinfo .ml10t {
  margin-left: 10px; }

.shopinfo .bg-gray {
  margin-bottom: 4px;
  padding: 3px 10px;
  color: #fff;
  background: #aaa;
  font-weight: 700;
  text-align: left; }

.shopinfo .table_std-f th,
.shopinfo .table_std-f td {
  border: 1px solid #aaaaaa; }

.shopinfo .table_std-f caption {
  margin-top: 0.75em;
  margin-bottom: 4px;
  padding: 3px 10px;
  color: #fff;
  background: #aaa;
  font-weight: 700;
  text-align: left; }

.shopinfo .bg-td {
  margin-top: 10px; }

.shopinfo .bg-td th {
  background: #f5f5f5; }

.shopinfo .terms-fix .bold {
  font-weight: bold; }

.shopinfo .terms-fix .red {
  color: #ff0000 !important; }

.shopinfo .terms-fix .margin li {
  margin-bottom: 10px; }

.shopinfo .terms-fix .margin li:last-child {
  margin-bottom: 0; }

.shopinfo .terms-fix .bottom-box {
  margin-top: 20px; }

.shopinfo .terms-fix .bottom-box .red {
  margin-bottom: 10px; }

.shopinfo .terms-fix .bottom-box ul li {
  padding-left: 13px;
  position: relative; }

.shopinfo .terms-fix .bottom-box ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  margin-top: 2px; }

.shopinfo #shop_return .sec {
  padding: 18px 23px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 #eeeeee;
  -moz-box-shadow: 0 0 5px 0 #eeeeee;
  box-shadow: 0 0 5px 0 #eeeeee;
  margin-top: 20px; }

.shopinfo #shop_return .sec h5 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #aaa;
  font-size: 18px;
  font-size: 128.57143%;
  font-weight: 400; }

.shopinfo #shop_return dt {
  margin-bottom: 4px;
  padding: 3px 8px;
  border-left: 5px solid #8c693f;
  line-height: 1;
  color: #8c693f; }

.shopinfo #shop_return dd {
  margin-bottom: 1em;
  padding: 15px;
  background: #f5f5f5;
  margin-top: 10px; }

.shopinfo #shop_return .ast {
  color: #c83d18; }

/*.shopinfo p.ast:before {
  margin-left: -1em;
  position: relative;
  display: inline-block;
  content: "＊"; }*/

.shopinfo .block6 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  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; }

.shopinfo .block6--ins {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  margin-right: 5px; }

.shopinfo .block6--ins:last-child {
  margin-right: 0; }

.shopinfo .block6--ins p {
  color: #C1272D;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px; }

.shopinfo .block6--ins img {
  text-align: center; }

.shopset .price-info a,
.shopset .email-table a {
  color: #533927; }

.shopset .price-info a:hover,
.shopset .email-table a:hover {
  text-decoration: underline !important;
  opacity: 0.8; }

.shopset .text-under {
  color: #533927;
  text-decoration: underline !important; }

.shopset .text-under:hover {
  text-decoration: none !important;
  opacity: 0.8; }

@media all and (max-width: 768px) {
  .shopinfo .block6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .shopinfo .block6--ins {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-right: 10px; }
  .shopinfo .block6--ins:last-child {
    margin-right: 0; }
  .shopinfo .block6--ins:nth-child(4), .shopinfo .block6--ins:nth-child(5), .shopinfo .block6--ins:nth-child(6) {
    margin-top: 10px; }
  .shopinfo .block6--ins p {
    font-size: 14px; } }

/* fix shop detail */
.shopping .dot-tit {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px dotted #000000;
  padding-bottom: 5px; }

.shopping .productdetail_p {
  margin-bottom: 40px; }

.shopping .video-block .video-block-cv {
  margin-top: 30px; }
  .shopping .video-block .video-block-cv .block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    margin-top: 20px; }
    .shopping .video-block .video-block-cv .block2:first-child {
      margin-top: 0; }
    .shopping .video-block .video-block-cv .block2--ins:first-child {
      width: 268px;
      max-width: 268px; }
    .shopping .video-block .video-block-cv .block2--ins:first-child iframe {
      width: 100%;}
    .shopping .video-block .video-block-cv .block2--ins:last-child {
      width: calc(100% - 293px);
      margin-left: 25px; }
    .shopping .video-block .video-block-cv .block2--ins h4 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }

.shopping .productdetail-list {
  margin: 50px 0;
  background: #D3CDBF;
  padding: 40px 30px; }
  .shopping .productdetail-list .shoplist {
    margin-top: 25px;
    margin-bottom: 0; }
    .shopping .productdetail-list .shoplist .shoplist--item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      max-width: 24%;
      margin-right: 1.2%;
      margin-top: 0; }
      .shopping .productdetail-list .shoplist .shoplist--item:nth-child(4n) {
        margin-right: 0; }
      /* .shopping .productdetail-list .shoplist .shoplist--item:nth-child(5n) {
        margin-right: 0; } */
      .shopping .productdetail-list .shoplist .shoplist--item .info {
        background: #ffffff; }
        .shopping .productdetail-list .shoplist .shoplist--item .info h3 {
          text-align: center;
          font-size: 15px;
          padding: 5px 0; }
        .shopping .productdetail-list .shoplist .shoplist--item .info p {
          padding: 5px 0; }
        .shopping .productdetail-list .shoplist .shoplist--item .info p.price {
          font-size: 16px; }
      .shopping .productdetail-list .shoplist .shoplist--item .img {
        height: 104px; }
        .shopping .productdetail-list .shoplist .shoplist--item .img img {
          -o-object-fit: cover;
          object-fit: cover; }


.shopping .add-dropdown {
  margin-top: 10px;
  margin-bottom: 30px; }
  .shopping .add-dropdown .block2--ins {
    width: calc(50% - 10px); }
    .shopping .add-dropdown .block2--ins:first-child {
      margin-right: 20px; }
    .shopping .add-dropdown .block2--ins select {
      width: 100%;
      height: 30px;
      border: none;
      padding-left: 5px; }

@media all and (max-width: 768px) {
  .shopping .video-block .video-block-cv {
    margin-top: 25px; }
    .shopping .video-block .video-block-cv .block2--ins h4 {
      margin-bottom: 5px; }
    .shopping .video-block .video-block-cv .block2--ins:first-child {
      width: 100%;
      max-width: 100%; }
    .shopping .video-block .video-block-cv .block2--ins:last-child {
      width: 100%;
      margin-left: 0;
      margin-top: 15px; }
  .shopping .productdetail-list {
    padding: 20px 10px;
    margin: 30px 0; }
    .shopping .productdetail-list .shoplist .shoplist--item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
      margin-top: 15px; }
      .shopping .productdetail-list .shoplist .shoplist--item:nth-child(1), .shopping .productdetail-list .shoplist .shoplist--item:nth-child(2) {
        margin-top: 0; }
      .shopping .productdetail-list .shoplist .shoplist--item:nth-child(2n) {
        margin-right: 0; }
      .shopping .productdetail-list .shoplist .shoplist--item .info {
        padding: 0 8px; }
  .shopping .productdetail_p {
    margin-bottom: 30px; }
  .shopping .productdetail .underlinespan {
    margin-top: 30px; }
  .shopping .add-dropdown {
    margin-bottom: 10px; } }

  .first .boxlist ul li span.no-link {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #4b2c16;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* fixed viedo */

.shopping .video-block .video-block-cv .block2--ins:first-child{
  width: 500px;
  max-width: 500px;
}

.shopping .video-block .video-block-cv .block2--ins:last-child{
  width: calc(100% - 525px);
  margin-left: 25px;
}

.stockgi span{
  text-align: center;
  height: auto;
  padding: 3px 5px;
}

/* .delivery .w170{
  width: 170px !important;
} */

/* .delivery .max300{
  max-width: 300px !important;
} */

@media all and (max-width: 640px){
  .delivery-block .table-style3 table tr td:first-child,
  .delivery-block .table-style3 table tr td:nth-child(3),
  .delivery-block .table-style3 table tr td:nth-child(5){
    width: 80px;
  }
  .delivery .w170{
    width: 100px !important;
  }
}


@media all and (max-width: 768px) {
  .shopping .video-block .video-block-cv .block2--ins:first-child{
    width: 100%;
    max-width: 100%;
  }
  .shopping .video-block .video-block-cv .block2--ins:last-child{
    width: 100%;
    margin-left: 0px;
  }
}

#third-party-provision {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 10em;
  margin-block: 1.5em;
  padding: 1.5em;
  border: 1px solid #ddd;
  & * {
    box-sizing: border-box;
    line-height: 1.8;
  }
  & > * + * {
    margin-block-start: 1em;
  }
  & .__ind {
    display: inline-block;
    padding-inline-start: 1em;
    text-indent: -1em;
  }
}


@media all and (max-width: 640px) {
  .regist .step-jump2 .step-jump input{
    width: 170px !important;
    max-width: 95% !important;
  }
  .regist .step-jump2 #step-left{
    padding: 0 !important;
  }
  .regist .step-jump2 #step-right{
    padding: 0 !important;
  }
  .regist .step-jump2 .step-jump .prev2{
    background: #c7b299 url(../images/arrg.png) no-repeat left 5px center !important;
  }
  .regist .step-jump2 .step-jump .next2{
    background: #4b2c16 url(../images/arrw.png) no-repeat right 5px center !important;
  }
}

.btn-inputcheck{
  font-size: 16px;
  height: 54px;
  width: 360px;
  background: #4b2c16;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.btn-inputcheck-hv:hover{
  background: #946c40;
  transition: all 0.3s;
}

@media all and (max-width: 768px) {
  .btn-inputcheck{
    width: 170px;
    font-size: 13px;
  }
}


/* fix confirm btn contact page */


.contact .confirm-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .confirm-btn .btn-row:first-child{
  margin-right: 40px;
}

.contact .confirm-btn .btn-row input[type='button'],
.contact .confirm-btn .btn-row input[type='submit']{
  border: none;
  background: #4b2c16 url(../images/arrw.png) no-repeat right 20px center;
  height: 54px;
  width: 260px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 3px;
}

.contact .confirm-btn .btn-row input[type='button']:hover,
.contact .confirm-btn .btn-row input[type='submit']:hover{
  background: #946c40 url(../images/arrw.png) no-repeat right 20px center;
  opacity: 0.7;
}

.contact .confirm-btn .btn-row:nth-child(1) input[type='button']{
  background: #4b2c16 url(../images/arrg1.png) no-repeat left 20px center;
}

.contact .confirm-btn .btn-row:nth-child(1) input[type='button']:hover{
  background: #946c40 url(../images/arrg1.png) no-repeat left 20px center;
}

@media all and (max-width: 768px) {
  .contact .confirm-btn .btn-row{
    width: calc(100% - 20px);
    margin-right: 10px;
  }
  .contact .confirm-btn .btn-row:first-child{
    margin-right: 10px;
  }
  .contact .confirm-btn .btn-row:last-child{
    margin-right: 0;
  }
  .contact .confirm-btn .btn-row input[type='button'],
  .contact .confirm-btn .btn-row input[type='submit']{
    height: 40px;
    width: 100%;
    font-size: 13px;
  }
  .contact .confirm-btn .btn-row:nth-child(1) input[type='button']{
    background: #4b2c16 url(../images/arrg1.png) no-repeat left 5px center;
    background-size: 8px;
  }
  .contact .confirm-btn .btn-row:nth-child(2) input[type='submit']{
    background: #4b2c16 url(../images/arrw.png) no-repeat right 5px center;
    background-size: 8px;
  }
}


@media all and (max-width: 768px) {
  .first .anchorlink {
      padding-top: 68px;
      margin-top: -68px;
  }
}

@media (max-width: 768px){
  .boxcontact .bn_contact_ft dd {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* 25/06/2020 */

.show-click{
  position: relative;
  z-index: 1;
}

@media (max-width: 768px){
  .about .boxlink ul{
    justify-content: space-between;
  }
  .about .boxlink li{
    flex: 0 0 48%;
  }
  .select .boxtem .boxxongtem p{
    text-align: left !important;
  }
  .text-left-sp{
    text-align: left !important;
  }
  .select .titbox .alink a{
    background: #371804 url(../images/arrw.png) no-repeat right 5px center;
    background-size: 7px;
  }
  .contact #nameuser::placeholder{
    font-size: 12px;
  }
  .shoplist--item h3{
    word-wrap: break-word;
  }
}

/* 26/06/2020 */

.p_link{
  color: #885C2C;
  text-decoration: underline !important;
}

.p_link:hover{
  opacity: 0.8;
  transition: all 0.2s;
}

@media (max-width: 768px){
  .regist .flowArea table, .regist .flowArea tbody, .regist .flowArea th, .regist .flowArea td{
    display: block;
  }
  .regist .flowArea tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .regist .flowArea th{
    flex: 0 0 47%;
    padding: 10px 2px;
    font-size: 11px;
  }
  .regist .flowArea td{
    flex: 0 0 4%;
  }
  .regist .flowArea td img{
    height: 10px;
  }
  .regist .flowArea tr td:nth-child(4){
    display: none;
  }
  .faq .anchorlink {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/* 06/07/2020 */

.fixie .shoplist--item .img{
  background-size: contain !important;
}

.fixie .shoplist--item .img img{
  display: none;
}

.fixie .shoplist--item a{
  overflow: hidden;
  display: block;
}

.fixie .shoplist--item a:hover .img{
  transition: all 0.3s;
  transform: scale(1.1);
}

/* .fixie .shoplist--mitem .img{
  height: 130px !important;
} */

/* 24/07/2020 */


@media (max-width: 768px){
  .guide .boxpattern-fix .flexbox{
    display: block;
  }
  .guide .boxpattern-fix .flexbox img{
    width: 100%;
  }
  .fss{
    flex-wrap: wrap;
  }
  .shopset  #zip1{
    width: 100px;
  }
  .shopset  #zip2{
    width: 100px;
  }
  .shopset #deli_zip1{
    width: 100px;
  }
  .shopset #deli_zip2{
    width: 100px;
  }

}

.fixie .shopping .slider-for .item-slick img, .fixie .slider-nav .item-slick img{
  display: block !important;
}

/* 27/07/2020 */

.shopping .center-btn{
  width: 160px;
}

@media (max-width: 768px){
  .shopping .center-btn{
    width: 110px;
  }
}

/* 31/07/2020 */

@media all and (min-width: 769px) {
  .prd_detail_r_above{
    width: 338px;
  }

}

/* 04/08/2020 */

.boxcontact .bn_contact_ft dd p.lhl{
  line-height: 1.5;
}

/* 10/08/2020 */

.shopping .productdetail_p p{
  margin-bottom: 0;
}



.delivery .table-style3 table tr td {
  padding: 5px 10px;
}
.delivery .table-style3 table tr th:first-child{
  width: 10%;
}
.delivery .table-style3 table tr th:nth-child(2){
  width: 45%;
}
.delivery .table-style3 table tr th:nth-child(3){
  width: 20%;
}
.delivery .table-style3 table tr th:nth-child(4){
  width: 8%;
}
.delivery .table-style3 table tr th:nth-child(5){
  width: 5%;
}
.delivery .table-style3 table tr th:nth-child(6){
  width: 12%;
}

/* 20/08/2020 */

.shopping .add-dropdown-new{
  margin-bottom: 0px;
}

.shopping .add-dropdown-new input[type=radio]{
  margin: 0 5px 0 0;
}

















