:root {
  --white: #fff;
  --black: #231815;
  --gold: #ac8749;
  --red: #c30d23;
  --sky-blue: #54b7d1;
  --blue: #1d4f86;
  --app-blue: #0072ce;
  --dark-purple: #18192a;
  --purple: #002559;
  --font-default: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  --font-mincho: Times New Roman, Hiragino Mincho ProN, MS PMincho, Meiryo,
    serif;
}

@media only screen and (max-width: 750px) {
  #wrapper {
    -webkit-padding-after: 56px;
    padding-block-end: 56px;
  }
}

@media screen and (min-width: 751px) {
  #wrapper {
    min-width: auto !important;
  }
}

@media screen and (min-width: 751px),
print {
  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}

@media screen and (min-width: 751px),
print {
  #footer_sec-03 .innerBlock {
    width: 100%;
    max-width: 1000px !important;
  }
}

@media screen and (min-width: 751px),
print {
  #footer_sec-03 .innerBlock>ul.list01>li {
    width: 20%;
    max-width: 201px;
  }
}

@media screen and (min-width: 751px),
print {
  #footer_sec-03 .innerBlock>ul.list01>li:first-child {
    width: 20%;
    max-width: 190px;
  }
}

@media screen and (min-width: 751px),
print {
  #footer_sec-03 .innerBlock>ul.list01>li>ul {
    margin: 0 10px 0 20px;
  }
}

#bg_wrapper #wrapper2 {
  max-width: none;
}

.ehoumaki_2025 {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--black);
  letter-spacing: 0.025em;
  background: var(--white);
}

.ehoumaki_2025 img {
  max-width: 100%;
  height: auto;
}

.ehoumaki_2025 a {
  color: var(--black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ehoumaki_2025 a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ehoumaki_2025 a:hover {
  opacity: 1 !important;
}

@media (hover: hover) {
  .ehoumaki_2025 a:hover img {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 750px) {
  .ehoumaki_2025 .container {
    width: calc(100% - 10.666vw);
    margin-inline: 5.333vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 750px) {
  .ehoumaki_2025 .container {
    width: calc(100% - 10.66vw);
    margin-inline: 5.33vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .ehoumaki_2025 .container {
    max-width: 1000px;
    margin-inline: auto;
  }
}

/* breadcrumbs */
.ehoumaki_2025 .container_beadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}

/* end breadcrumbs */
.ehoumaki_2025 .sub-header {
  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;
  overflow: hidden;
  background: rgb(169, 128, 33);
  background: linear-gradient(90deg, rgba(169, 128, 33, 1) 0%, rgba(246, 218, 128, 1) 25%, rgba(246, 218, 128, 1) 75%, rgba(155, 114, 37, 1) 100%);
}

@media only screen and (max-width: 750px) {
  .ehoumaki_2025 .sub-header {
    height: 26.5vw;
  }
}

@media print,
screen and (min-width: 768px) {
  .ehoumaki_2025 .sub-header {
    height: 200px;
  }
}

.ehoumaki_2025 .sub-header .page-title {
  position: relative;
  z-index: 2;
  font-family: var(--font-mincho);
  font-weight: bold;
  color: var(--black);
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .ehoumaki_2025 .sub-header .page-title {
    font-size: 6vw;/*font-size: 5.5vw;*/
  }
}

@media print,
screen and (min-width: 751px) {
  .ehoumaki_2025 .sub-header .page-title {
    font-size: 68px;
  }

  .ehoumaki_2025 .sub-header .page-title br {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .ehoumaki_2025 .sub-header .page-title {
    font-size: 6.0125vw;/*font-size: 4.0125vw;*/
  }
}

.ehoumaki_2025 .sub-header img {
  position: absolute;
  z-index: 1;
}

.ehoumaki_2025 .sub-header img[src$="title_ehou.png"] {
  top: 10px;/*top: 32px;*/
}

@media only screen and (max-width: 750px) {
  .ehoumaki_2025 .sub-header img[src$="title_ehou.png"] {
    width: 21.8vw;
    left: 5vw;
    top: 1.7vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .ehoumaki_2025 .sub-header img[src$="title_ehou.png"] {
    width: 310px;/*width: 258px;*/
  }
}

@media print, screen and (min-width: 1400px) {
  .ehoumaki_2025 .sub-header img[src$="title_ehou.png"] {
    /* left: calc((100% - 1677px) / 2); */
    left: 5.8%;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1399px) {
  .ehoumaki_2025 .sub-header img[src$="title_ehou.png"] {
    left: 0;
  }
}

.ehoumaki_2025 .sub-header .tokuten_title img {
  position: inherit;
}

.container_tokuten {
  max-width: 800px;
  margin: 0 auto;
}

.container_tokuten .download-sp {
  display: none;
}

@media only screen and (max-width: 750px) {
.container_tokuten {
  width: 90%;
}
  .container_tokuten .download-sp {
    display: block;
  }
}

.container_tokuten .orange-back.bold {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  margin-block-end: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.container_tokuten .orange-back.bold .simple-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_tokuten .orange-back {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
  background-color: #fbe8dc;
}

@media only screen and (max-width: 750px) {
  .container_tokuten .orange-back {
    padding: 20px;
  }
}

@media print,
screen and (min-width: 751px) {
  .container_tokuten .orange-back {
    padding: 18px 40px;
  }
}

@media only screen and (max-width: 750px) {
  .container_tokuten .orange-back.bold .simple-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .container_tokuten .orange-back.bold {
    padding: 4.9rem 2rem 4.7rem;
    gap: 1rem;
  }

  .container_tokuten .orange-back.bold .target {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 750px) {
  .container_tokuten .orange-back.bold .simple-row {
    gap: 10px;
  }
}

@media print,
screen and (min-width: 751px) {
  .container_tokuten .orange-back.bold .simple-row {
    gap: 14px;
  }
}

.container_tokuten .orange-back.bold .simple-row dt {
  position: relative;
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .container_tokuten .orange-back.bold .simple-row dd {
    font-size: 4.8rem;
  }

  .container_tokuten .orange-back.bold .simple-row dt {
    font-size: 3.2rem;
  }
}

@media print,
screen and (min-width: 751px) {
  .container_tokuten .orange-back.bold .simple-row dd {
    font-size: 20px;
  }
}

@media print,
screen and (min-width: 576px) {
  .container_tokuten .orange-back.bold .simple-row dd br {
    display: none;
  }
}

.container_tokuten .orange-back.bold .note {
  margin: 0;
}


.container_tokuten .download {
  /* margin: 15px auto 22px;
  max-width: 800px; */
  margin-bottom: 24px;
}

@media only screen and (max-width: 750px) {
  .container_tokuten .download {
    /* margin: 3.766vw auto 1.3rem; */
    max-width: 100%;
  }


}

.ehoumaki_2025 .note {
  position: relative;
  display: block;
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  /* text-indent: 18px; */
  margin-block: 5px;
  font-size: 14px;
  line-height: 1;
}

@media print,
screen and (max-width: 750px) {
  .ehoumaki_2025 .note {
    font-size: 14px;
    line-height: 1.8rem;
    margin-block: 0rem;
    /* text-indent: 3.8rem; */
    padding-left: 3.8vw;
  }

  .ehoumaki_2025 .note::before {
    left: 0rem;
  }
}

.ehoumaki_2025 .note::before {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  content: "※";
}

@media print,
screen and (max-width: 750px) {
  .ehoumaki_2025 .note::before {
    left: 0vw;
  }
}

.container_tokuten .benefit_01 {
  margin-bottom: 10px;
}

.container_tokuten .benefit_02 {
  margin-bottom: 40px;
}

.container_tokuten .benefit_03 {
  margin-bottom: 10px;
}

.container_tokuten .benefit_04 {
  margin-bottom: 20px;
}

.container_tokuten .benefit_note {
  margin-bottom: 40px;
}

.container_tokuten .benefit_05 {
  margin-bottom: 18px;
}

.container_tokuten img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .ehoumaki_2025 .container_tokuten {
    width: calc(100% - 10.666vw);
    margin-inline: 5.333vw;
  }
  .ehoumaki_2025 .container_beadcrumb {
    max-width: 100%;
    width: calc(100% - 10.666vw);
    margin: 0 5.333vw 0;
  }

  .container_tokuten .benefit_01 {
    margin-bottom: 6vw;
  }
  .container_tokuten .benefit_02 {
    margin-bottom: 5vw;
  }
  .container_tokuten .benefit_03 {
    margin-bottom: 2.8vw;
  }
  .container_tokuten .benefit_04 {
    margin-bottom: 5vw;
  }
  .container_tokuten .orange-back.bold {
    padding: 9px 10px 8px;
    gap: 1rem;
    margin-bottom: 5vw;
  }
  .container_tokuten .orange-back.bold .simple-row dt {
    font-size: 15px;
  }
  .container_tokuten .orange-back.bold .simple-row dd {
    font-size: 16px;
  }
  .container_tokuten .download-pc {
    display: none;
  }
  .container_tokuten .download {
    margin-bottom: 2.2vw;
  }
  .container_tokuten .benefit_note {
	width: 90%;
    margin: 20px auto 40px;
    /*margin-bottom: 27vw;*/
  }
  .container_tokuten .benefit_05 {
    margin-bottom: 6vw;
  }
  .ehoumaki_2025 .sub-header img[src$="title_ehou.png"]{
	width: 31vw;left: 0vw;top: 4vw;
    /*width: 19.1vw;
    left: 5vw;
    top: 7.7vw;*/
  }
}


.reservation-note {
  border: solid 2px #160f0d;
  position: relative;
  padding: 22px 20px;
  margin-block-start: 20px;
}
.reservation-note::before {
  position: absolute;
  content: "";
  background: url("../../image/common/lawson-note-pc.png") no-repeat;
    background-size: auto;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
}
@media only screen and (max-width: 750px) {
.reservation-note::before {background: none;}
}

.reservation-note .note::before {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  content: "※";
}
.reservation-note .note.dotter::before {
  content: "●";
}
.reservation-note .ib {
    display: inline-block;
  }
}
.reservation-note .note {
  letter-spacing: -.5px;
}
.reservation-note .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
.reservation-note {width: 90%;margin: 0 auto;
}
}