/*! ========================================================================
===========================================================================

	campaign.css
	---------------------------
	// Last modified: 2025/10/14

===========================================================================
======================================================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
body {
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img, input[type="image"] {
  max-width: 100%;
  width: auto;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  object-fit: cover;
}
.gothic {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
  width: 100%;
  max-width: 750px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #ccc;
  line-height: 0;
}
header h1.siteLogo {
  width: 50%
}
header p.tel {
  width: 8%;
  position: absolute;
  right: 15%;
  top: 10%;
}
header p.tel img {
  width: 100%;
}
.menu-trigger {
  width: 12%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ba9261;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.menu-trigger span {
  width: 70%;
  height: 2px;
  position: absolute;
  left: 15%;
  background: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 30%;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
}
.menu-trigger span:nth-of-type(3) {
  top: 70%;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-16px) rotate(45deg);
}
header .gNav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: #ba9261;
}
header .gNav ul {
  width: 80%;
  margin: auto;
  padding: 50px 0;
  display: none;
}
header .gNav ul li {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #fff;
  border-right: 0 none;
}
header .gNav ul li a {
  padding: 5% 0;
  position: relative;
  display: block;
  color: #fff;
}
header .gNav ul li a::before {
  content: "";
  width: 5%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  background: #fff;
}
header .gNav ul li a::after {
  content: "";
  width: 2%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 70%;
  display: block;
  background: #fff;
  transform: translateY(-16px) rotate(45deg);
}
footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #ba9261;
  color: #fff;
  line-height: 0;
  font-size: 12px;
}
main {
  padding: 10% 0 0;
}
figure.mv {
  width: 100%;
  position: relative;
  line-height: 0;
}
figure.mv picture img {}
figure.mv a {
  width: 90%;
  position: absolute;
  top: 85%;
  left: 50%;
  display: block;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sec1 {
  width: 100%;
  padding: 10% 0 50%;
  text-align: center;
  background: url("../img/sec1-back.png") no-repeat 0 bottom / 100% auto;
}
.sec1 h2 {
  width: 80%;
  margin: 0 auto 3%;
  line-height: 0;
}
.sec1 h2 + p {
  margin: 0 auto 3%;
}
.sec1 dl {
  width: 80%;
  margin: auto;
  padding: 10px 20px 15px;
  position: relative;
  background: #ba9261;
  color: #fff;
}
.sec1 dl dt::before {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.sec1 dl dt span {
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #ba9261;
}
.sec1 dl dd {}
.sec2 {
  width: 100%;
  padding: 12% 0;
  background: #c9b176;
  background: linear-gradient(340deg, rgba(201, 177, 118, 1) 0%, rgba(255, 250, 229, 1) 50%, rgba(201, 177, 118, 1) 100%);
}
.sec2 h2 {
  width: 80%;
  margin: 0 auto 5%;
  line-height: 0;
}
.sec2 h3 {
  width: 90%;
  margin: 0 auto 3%;
  padding: 20px;
  background: #fff;
}
.sec2 p {
  width: 80%;
  margin: auto;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
}
.sec3 h2 {
  width: 80%;
  margin: 0 auto 5%;
  line-height: 0;
}
.sec3 {
  width: 100%;
  padding: 12% 0;
  background: #f1e9df;
}
.sec3 ul {
  width: 90%;
  margin: auto;
}
.sec3 ul li {
  margin: 0 auto 5%;
  padding: 3px;
  position: relative;
}
.sec3 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #c9b176;
  background: linear-gradient(340deg, rgba(201, 177, 118, 1) 0%, rgba(255, 250, 229, 1) 50%, rgba(201, 177, 118, 1) 100%);
  border-radius: 10px;
}
.sec3 ul li figure {
  padding: 0 8% 8%;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.sec3 ul li figure h3 {
  width: 70%;
  margin: auto;
  padding: 10px 0;
  line-height: 0;
}
.sec3 ul li figure figcaption {
  margin: 5% auto 0;
  line-height: 1;
}
.sec3 ul li figure figcaption .shop {
  margin: 0 auto 2%;
  font-size: 14px;
}
.sec3 ul li figure figcaption .tel {
  margin: 0 auto 4%;
  font-size: 25px;
  font-weight: 700
}
.sec3 ul li figure figcaption .tel i {
  width: 35px;
  display: inline-block;
}
.sec3 ul li figure figcaption .d-link {
  margin: 0 auto 5%;
  position: relative;
}
.sec3 ul li figure figcaption .d-link::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 10%;
  top: 50%;
  display: block;
  background: #000;
}
.sec3 ul li figure figcaption .d-link::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  right: 10%;
  top: 83%;
  display: block;
  background: #000;
  transform: translateY(-16px) rotate(45deg);
}
.sec3 ul li figure figcaption .d-link a {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ba9261;
  border-radius: 30px;
  display: block;
}
.sec3 ul li figure figcaption .p-link {}
.sec3 ul li figure figcaption .p-link a {
  border-bottom: 1px solid #000;
  font-size: 12px;
}
.fix-btn {
  width: 80%;
  max-width: 500px;
  position: fixed;
  top: 88%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 430px) {
  header {
    padding: 15px 0 15px 10px;
  }
  header p.tel {
    width: 10%;
    right: 18%;
    top: 15%;
  }
  header h1.siteLogo {
    width: 60%
  }
  .menu-trigger {
    width: 15%;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  header .gNav ul li a {
    padding: 8% 0;
  }
  header .gNav ul li a::before {
    width: 10%;
  }
  header .gNav ul li a::after {
    width: 3%;
    top: 77%;
  }
  .fix-btn {
    top: 90%;
  }
  main {
    padding: 15% 0 0;
  }
  .sec1 dl {
    width: 90%;
  }
}