html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  body * {
    font-weight: 500;
  }
}

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

/* -------------------------------------
common
----------------------------------------*/
a {
  color: inherit;
}

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

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.tel a, .mail a {
  pointer-events: auto;
  cursor: pointer;
}

.bgImage {
  width: 100%;
  max-width: auto;
  max-width: inherit;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.7;
}

.inner,
.inner02,
.spInner {
  padding: 0 4.8%;
}
.inner .inner02,
.inner02 .inner02,
.spInner .inner02 {
  padding: 0;
}

.blankLink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.blankLink:before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  content: "";
  background-image: url(../img/blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
}
.blankLink.type02:before {
  background-image: url(../img/blank.svg);
}

.arrowLink {
  position: relative;
  padding-left: 20px;
}
.arrowLink:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  content: "";
  width: 7px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 7px solid #564A27;
  transition: all 0.3s ease;
}
.arrowLink:hover:before {
  left: 5px;
}

.contentWrap .textBase {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .tel a, .mail a {
    pointer-events: none;
  }
  .inner {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    padding: 0;
  }
  .inner02 {
    width: 100%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }
  .spInner {
    padding: auto;
  }
  .anchor {
    margin-top: -65px;
    padding-top: 65px;
  }
}
@media (min-width: 1000px) {
  .mode_pc {
    display: block;
  }
  .mode_pc_ib {
    display: inline-block;
  }
  .mode_sp,
  .mode_sp_ib {
    display: none;
  }
  .contentWrap .textBase {
    line-height: 1.8;
  }
}
/*
header
---------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 6px 8px;
  z-index: 20;
  transition: 0.5s ease;
  /*
  #contentNav
  ---------------------------*/
}
header #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .siteNameBox {
  text-align: left;
}
header .siteNameBox span {
  display: block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 11px;
  color: #564A27;
  padding-top: 5px;
}
header .siteNameBox img {
  width: 100px;
}
header .siteName {
  padding: 5px 0;
  width: 150px;
  vertical-align: middle;
}
header.open {
  height: 100%;
}
header #contentNav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(147, 126, 82, 0.95);
  height: 100%;
}
header #contentNav .navInner {
  text-align: left;
  padding: 60px 4.8% 20px;
}
header #contentNav .menu p {
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #FEEFF4;
}
header #contentNav .menu a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
}
header #contentNav .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
header #contentNav .contact .tel {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  padding-left: 30px;
}
header #contentNav .contact .tel:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../img/ico-tel-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header #contentNav .contact .btn {
  margin-left: 25px;
}
header #contentNav .contact .btn a {
  display: block;
  background-color: #fff;
  color: #937E52;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 15px;
}
@media (min-width: 1200px) {
  header {
    background-color: transparent;
    padding: 5px 20px;
  }
  header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 1000ms;
    transform: translate(0, -5px);
    padding-bottom: 0;
  }
  header.is-fixed #contentNav {
    top: 0;
  }
  header.is-fixed #contentNav .menu {
    padding: 5px 5px 0 0;
  }
  header.is-fixed .siteNameBox img {
    width: 110px;
  }
  header .siteNameBox span {
    font-size: 14px;
    padding-top: 8px;
  }
  header .siteNameBox img {
    transition: all 1000ms;
    width: 200px;
  }
  header .siteName {
    padding: 5px 0;
  }
  header.open {
    height: auto;
  }
  header #contentNav {
    display: block !important;
    position: relative;
    top: 5px;
    height: auto;
    background-color: transparent;
  }
  .is-fixed header #contentNav {
    padding: 25px 0;
  }
  header #contentNav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    padding: 10px 5px 0 0;
  }
  header #contentNav .menu a {
    position: relative;
    color: #000;
    padding: 1em 0;
  }
  header #contentNav .menu a:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #937E52;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 0;
  }
  header #contentNav .menu a:hover:after {
    width: 100%;
  }
  header #contentNav .menu p {
    letter-spacing: 0.05em;
    padding: 0;
    border: none;
  }
  header #contentNav .menu p:before {
    content: none;
  }
  header #contentNav .menu p + p {
    padding-left: 25px;
  }
  header #contentNav .contact {
    justify-content: flex-end;
    order: 1;
    padding-top: 0;
  }
  header #contentNav .contact .tel {
    font-size: 28px;
    color: #937E52;
  }
  header #contentNav .contact .tel:after {
    background-image: url(../img/ico-tel.svg);
  }
  header #contentNav .contact .btn a {
    background-color: #937E52;
    color: #fff;
    padding: 15px;
  }
  header #contentNav .navInner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  header #contentNav .navInner > div {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  header #contentNav .menu p + p {
    padding-left: 40px;
  }
}

#menu_btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 8px;
  right: 0;
  margin: auto;
  cursor: pointer;
  text-align: center;
  padding: 12px 8px 12px 15px;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#menu_btn p {
  font-size: 12px;
  font-weight: 500;
  color: #937E52;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-left: 7px;
}
#menu_btn div {
  position: relative;
  width: 24px;
  height: 16px;
}
#menu_btn span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #937E52;
  transition: all 0.4s;
  margin: auto;
}
#menu_btn span:nth-of-type(1) {
  top: 0;
}
.open #menu_btn span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#menu_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.open #menu_btn span:nth-of-type(2) {
  opacity: 0;
}
#menu_btn span:nth-of-type(3) {
  top: auto;
  bottom: 0;
  width: 18px;
}
.open #menu_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  width: 25px;
}
@media (min-width: 1000px) {
  #menu_btn {
    padding: 15px 8px;
  }
}
@media (min-width: 1200px) {
  #menu_btn {
    display: none;
  }
}

/*
footer
---------------------------*/
footer {
  text-align: center;
  background: linear-gradient(40deg, #E6D2BE, #C69C6D);
  color: #564A27;
}
footer > div {
  background-image: url(../img/footer-bg.svg);
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 200px;
}
footer .copy {
  font-weight: 400;
  font-size: 10px;
}
footer .siteNameWrap {
  padding-bottom: 30px;
}
footer .siteNameWrap .siteName {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 10px;
}
footer .siteNameWrap p {
  line-height: 1.4;
}
footer .siteNameWrap p + p {
  padding-top: 1.5em;
}
footer .blankLink {
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  footer > div {
    padding: 80px 0 160px;
  }
  footer .siteNameWrap {
    padding-bottom: 80px;
  }
  footer .siteNameWrap .siteName {
    font-size: 22px;
    padding-bottom: 15px;
  }
  footer .copy {
    font-size: 11px;
  }
  footer .blankLinkWrap {
    text-align: right;
  }
  footer .blankLinkWrap .blankLink {
    margin-bottom: 0;
  }
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 11;
  bottom: 0;
  right: 0;
  background-color: #937E52;
  opacity: 0.9;
}
.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
.pagetop:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 8px;
  right: 12px;
}

/*
contentBox
---------------------------*/
.contentBox {
  padding: 0 0 60px;
}
@media (min-width: 1000px) {
  .contentBox {
    padding: 0 0 100px;
  }
}

.inner03{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.priceImg{
	width: 49%;
	height: auto;
}

@media screen and (max-width: 768px) {
    
	.inner03 {
			display: block;
		}

    .priceImg{
      width: 100%;
margin-bottom: 10px;
  }
		}

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