html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family:"M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  background: #E8E3DC;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
header {
    width: 96%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    z-index: 30;
}
header h1 {
    margin-top: 30px;
}
header .menu nav ul {
    display: flex;
}
header .menu {
    display: flex;
    align-items: center;
}
header .menu nav ul li a {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 900;
}
.hamburger {
    margin-left: 40px;
}
.hamburger .btn {
    cursor: pointer;
}
header .openMenu {
    position: fixed;
    right: -480px;
    top: 0;
    background: #212121;
    width: 480px;
    box-sizing: border-box;
    padding: 40px 60px;
    height: 100vh;
    transition: .3s;
    z-index: 31;
    overflow: auto;
}
header .hamburger.open .openMenu {
    right: 0;
}
header .openMenu *{
    color: #fff;
}
header .openMenu .inBtn {
    cursor: pointer;
}
header .openMenu .box1 {
    align-items: flex-start;
}
header .menuNav {
    margin: 80px 0 60px;
}
header .menuNav ul li a {
    font-size: 20px;
    font-weight: 900;
    line-height: 2.6;
}
header .openMenu .address {
    font-size: 13px;
    font-weight: 900;
}
header .openMenu .tel {
    font-size: 30px;
    font-weight: 900;
    margin: 40px 0 50px;
    display: block;
}
.linkBtn1 {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 60px;
    align-items: center;
}
header .openMenu .linkBtn1 .iconCalendar2 {
    padding-left: 30px;
}
header .openMenu .linkBtn1 p {
    color: #000;
    font-size: 18px;
    font-weight: 900;
}
header .openMenu .linkBtn1 .arrow {
    padding-right: 10px;
}
.pageWaon {
    padding-top: 270px;
}
.fvBlock {
    width: 90%;
    margin: 0 auto;
}
.fvBlock > img {
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 3;
}
.waonFv {
    margin-top: -50px;
    position: relative;
}
.waonFv .swiper-wrapper {
    overflow: hidden;
    border-radius: 20px;
}
.fvYoyaku {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2%;
    margin: auto;
    width: 136px;
    height: 136px;
    background: #000;
    z-index: 3;
    border-radius: 100%;
}
.fvYoyaku img {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.fvYoyaku p {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.waonBlock1 {
    padding-top: 200px;
    width: min(1590px,90%);
    margin: 0 auto;
    align-items: start;
}
.waonBlock1 .left {
    width: 560px;
    margin-top: 50px;
}
.waonBlock1 > img {
    width: calc(90% - 560px);
    margin-left: 10%;
    border-radius: 22px;
}
.tit1 {
    font-size: 18px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
}
.waonBlock1 .left h3 {
    font-size: 36px;
    font-weight: 900;
    margin: 70px 0;
}
.waonBlock1 .left p {
    font-size: 18px;
    line-height: 2.2;
}
.waonBlock2{
    padding-top: 60px;
    width: min(1590px, 90%);
    margin: 0 auto;
}
.tit1 span {
    display: block;
    font-size: 17px;
    font-weight: 900;
    font-size: 30px;
    margin-top: 10px;
}
.waonBlock2 .box1 {
    margin-top: 50px;
    display: flex;
}
.waonBlock2 .box1 img {
    width: 23%;
    border-radius: 22px;
}
.waonBlock3 {
    width: min(1590px, 90%);
    margin: 180px auto 0;
    background: #DCC7B3;
    box-sizing: border-box;
    padding: 60px 180px;
    border-radius: 20px;
}
.waonBlock3 .tit1 {
    text-align: center;
    margin-bottom: 60px;
}
.waonBlock3 .box1 .inner1 {
    background: #fff;
    width: 32%;
    border-radius: 20px;
    padding: 50px 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.waonBlock3 .box1 .inner1 h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 900;
}
.waonBlock3 .box1 .inner1 h3 span{
    color: #A3860C;
    font-size: 16px;
    display: block;
    margin-bottom:4px;
    font-family: "Outfit", sans-serif;
}
.waonBlock3 .box1 .inner1 .txt1 {
    text-align: center;
    color: #A3860C;
    font-size: 15px;
    margin: 20px 0 50px;
    font-weight: 500;
}
.waonBlock3 .box1 .inner1 .price{
    font-size: 35px;
    font-weight: 900;
    text-align: center;
}
.linkBtn2 {
    background: #A3860C;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    margin: 36px 0 30px;
}
.waonBlock3 .box1 .inner1 ul li {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.6;
}
.waonBlock3 .box1 .inner1 ul li img{
    margin-right: 20px;
}
.waonBlock3 .box1 .inner1:nth-child(2):before {
    content: "おすすめ";
    display: block;
    position: absolute;
    right: -50px;
    top: -10px;
    background: #A3860C;
    color: #fff;
    padding: 40px 50px 12px 50px;
    transform: rotate(45deg);
}
.waonBlock3 .txt1 {
    font-size: 10px;
    font-weight: 500;
    margin-top: 20px;
}
.waonBlock4 {
    width: min(1268px,90%);
    margin: 120px auto;
}
.waonBlock4 ul li {
    background: #fff;
    width: 16%;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 20px;
    text-align: center;
}
.tit2 {
    position: relative;
}
.tit2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #A3860C;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tit2 span {
    display: table;
    margin: 0 auto;
    background: #e8e3dc;
    position: relative;
    padding: 0 50px;
    font-size: 17px;
    font-weight: 700;
}
.waonBlock4 ul{
    margin: 30px auto 20px;
}
.waonBlock4 ul li h3 {
    margin: 16px 0 4px;
    font-size: 16px;
    font-weight: 700;
}
.waonBlock4 ul li p {
    font-size: 14px;
    font-weight: 500;
}
.waonBlock4 ul li p span {
    display: block;
    font-size: 12px;
}
.waonBlock4 .txt1 {
    font-weight: 500;
    font-size: 10px;
}
.waonImg1 {
    width: min(1580px,90%);
    margin: 200px auto;
    display: block;
    border-radius: 24px;
}
.waonBlock5 {
    width: min(1580px, 90%);
    margin: 220px auto 0;
    align-items: flex-start;
}
.waonBlock5 .tit1 {
    width: 20%;
    margin-top: 30px;
}
.waonBlock5 ul {
    margin: 30px auto;
    width: 50%;
}
.waonBlock5 ul li {
    box-sizing: border-box;
    padding: 40px 30px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}
.waonBlock5 ul li h3 {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.waonBlock5 ul li h3:before {
    content: "Q1";
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
}
.waonBlock5 ul li:nth-child(2) h3::before {
    content: "Q2";
}
.waonBlock5 ul li:nth-child(3) h3::before {
    content: "Q3";
}
.waonBlock5 ul li:nth-child(4) h3::before {
    content: "Q4";
}
.waonBlock5 ul li:nth-child(5) h3::before {
    content: "Q5";
}
.waonBlock5 ul li:nth-child(6) h3::before {
    content: "Q6";
}
.waonBlock5 ul li:nth-child(7) h3::before {
    content: "Q7";
}
.waonBlock5 ul li:nth-child(8) h3::before {
    content: "Q8";
}
.waonBlock5 ul li:nth-child(9) h3::before {
    content: "Q9";
}
.waonBlock5 ul li:nth-child(10) h3::before {
    content: "Q10";
}
.waonBlock5 ul li h3:after{
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.waonBlock5 ul li p {
    opacity: 0;
    height: 0;
    padding: 0;
    line-height: 0;
    transition: .3s;
}
.waonBlock5 ul li.on p {
    opacity: 1;
    line-height: 1.6;
    padding: 8px 0 0;
    height: auto;
}
.waonBlock5 ul li.on h3:after {
    content: "-";
}
.waonBlock5 .line {
    background: #00BA02;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 22px;
    margin-top: 30px;
}
.waonBlock5 .line .txt1 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.waonBlock5 .line .txt1:before {
    content: "\";
    color:#FDFF66;
}
.waonBlock5 .line .txt1:after {
    content: "/";
    color:#FDFF66;
}
.waonBlock5 .line .txt2 {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
.waonBlock5 .line .txt2 span{
    color: #00BA02;
    background: #FDFF66;
}
.waonBlock6 {
    width: min(1580px, 90%);
    margin:120px auto 0;
}
.waonBlock6 ul {
    margin-top: 50px;
}
.waonBlock6 ul li{
    width: 23%;
}
.waonBlock6 ul li a {
  display: block;
}
.waonBlock6 ul li a img {
  width: 100%;
  aspect-ratio: 4 / 3; /* 例：横4:縦3。好みに合わせて変更OK */
  object-fit: cover;   /* トリミングして枠に収める */
  display: block;
  transition: .3s;
}
.waonBlock6 ul li a:hover img {
    transform:scale(1.1,1.1);
}
.waonBlock6 ul li a .imgBox {
    overflow: hidden;
    border-radius: 20px;
}
.waonBlock6 ul li a h3 {
    margin: 24px 0 16px;
    font-size: 16px;
    font-weight: 900;
}
.waonBlock6 ul li a p {
    font-size: 12px;
    font-weight: 500;
}
.linkBtnWon {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    background: #A3860C;
    color: #fff;
    font-size: 17px;
    padding: 30px 100px;
    border-radius: 50px;
    border: 1px solid #A3860C;
}
.linkBtnWon:hover {
    background: #fff;
    color: #A3860C;
}
.pageWaon > iframe {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-top: 100px;
}
footer {
    background: #393939;
    padding-bottom: 150px;
}
footer *{
    color: #fff;
}
footer .wrap1 {
    width: min(1680px, 90%);
    margin: 0 auto;
    padding: 90px 0 150px;
    align-items: flex-start;
}
.fbox1 ul{
    padding-left: 50px;
    border-left: 1px solid #fff;
}
.fbox1 ul li a {
    font-size: 22px;
    margin-bottom: 40px;
    display: table;
}
.fbox2 {
    padding-left: 50px;
    border-left: 1px solid #fff;
}
.fbox2 .address {
    font-size: 13px;
    margin-bottom: 80px;
}
.fbox2 .tel {
    font-size: 13px;
    margin-bottom: 18px;
    display: block;
}
.fbox2 .txt1 {
    line-height: 38px;
}
.fbox2 .inst {
    margin-top: 50px;
    display: block;
}
.fbox3 a {
    display: block;
    margin: 0 auto 50px;
}
footer small {
    font-size: 12px;
    margin-left: 23%;
}
@media (width < 1290px){
.waonBlock1 .left {
    width: 55%;
}
.waonBlock1 > img {
    width: 40%;
    margin-left: 0;
}
.waonBlock1 {
    align-items: center;
}
.waonBlock3 {
    padding: 60px 5%;
}
.waonBlock5 {
    flex-wrap: wrap;
}
.waonBlock5 .tit1 {
    width: 100%;
}
.waonBlock5 ul {
    width: 100%;
}
}
@media (width < 1100px){
header h1 {
    width: 64px;
}
.hamburger .btn {
    width: 48px;
}
header .menu nav {
    display: none;
}
.pageWaon {
    padding-top: 220px;
}
.fvBlock > img {
    width: 74%;
}
.waonBlock1 {
    padding-top: 40px;
    flex-wrap: wrap;
}
.waonBlock1 .left {
    width: 100%;
    margin: 0;
}
.waonBlock1 .left h3 {
    margin: 20px auto 30px;
}
.waonBlock1 > img {
    width: 100%;
    margin-top: 50px;
}
.waonBlock2 {
    padding-top: 80px;
}
.waonBlock2 .box1 {
    flex-wrap: wrap;
}
.waonBlock2 .box1 img {
    width: 100%;
    border-radius: 50px;
    margin-top: 5%;
}
.waonBlock3 {
    padding: 60px 5%;
    width: 100%;
    border-radius: 40px;
    margin: 60px auto 0;
}
.waonBlock3 .box1 {
    flex-wrap: wrap;
}
.waonBlock3 .box1 .inner1 {
    width: 100%;
    margin-top: 5%;
}
.waonBlock4 {
    margin: 60px auto;
}
.waonBlock4 ul {
    flex-wrap: wrap;
}
.waonBlock4 ul li {
    width: 32%;
    margin-top: 2%;
}
.waonImg1 {
    margin: 60px auto;
}
.waonBlock5 {
    margin: 50px auto 0;
}
.waonBlock5 .line {
    margin-top: 0;
    width: 100%;
}
.waonBlock6 ul {
    flex-wrap: wrap;
}
.waonBlock6 ul li {
    width: 48%;
    margin-bottom: 5%;
}
footer .wrap1 {
    align-items: flex-start;
    flex-direction: column;
}
footer h1 {
    margin: 0 auto;
}
.fbox1 {
    margin: 64px auto;
}
.fbox1 ul {
    padding: 0;
    border: 0;
}
.fbox1 ul li a {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 22px;
}
.fbox2 {
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: center;
}
.fbox2 .address {
    font-weight: 900;
    line-height: 2;
}
.fbox2 .tel {
    font-weight: 900;
    margin-bottom: 10px;
}
.fbox2 .txt1 {
    font-weight: 900;
}
.fbox3 {
    margin: 86px auto;
}
.bottomBtn {
    display: block;
    margin: 0 auto;
}
footer small {
    margin: auto;
    text-align: center;
    display: block;
}
header h1 {
    margin-top: 10px;
}
}
@media (width < 850px){
header {
    align-items: flex-start;
}
.hamburger {
    margin-top: 20px;
    margin-right: 6px;
}
header .openMenu {
    padding: 10%;
    width: 100%;
}
.pageWaon {
    padding-top: 170px;
}
.waonFv {
    margin-top: -20px;
}
.fvYoyaku {
    position: fixed;
    width: 100%;
    border-radius: 0;
    bottom: 0;
    left: 0;
    top: unset;
    height: 90px;
    z-index: 40;
    right: unset;
}
.fvYoyaku img {
    left: 10%;
    right: unset;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fvYoyaku p {
    font-size: 19px;
}
.fvYoyaku:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    width: 20px;
    height: 16px;
    background: url(/wp-content/themes/a/img/waon/arrow2.svg)0 0 no-repeat;
    background-size: 100%;
}
.waonBlock1 .left h3 {
    font-size: 23px;
}
.waonBlock1 .left p {
    font-size: 13px;
    width: 86%;
    text-align: justify;
}
.waonBlock3 .tit1 {
    margin-bottom: 20px;
}
.waonBlock4 ul li {
    width: 48%;
    margin-top: 4%;
}
.waonBlock4 ul li h3 {
    font-size: 15px;
}
.waonBlock5 ul li {
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.waonBlock6 ul {
    margin-top: 30px;
}
.waonBlock6 ul li {
    width: 100%;
}
.waonBlock6 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.waonBlock6 ul li a .imgBox {
    width: 40%;
}
.waonBlock6 ul li a .txtbox {
    width: 52%;
}
.waonBlock6 ul li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.linkBtnWon {
    margin-top: 40px;
}
.linkBtnWon {
    margin-top: 40px;
    padding: 24px 0;
    width: 100%;
    text-align: center;
    font-weight: 800;
}
.pageWaon > iframe {
    margin-top: 60px;
}
footer {
    position: relative;
    z-index: 30;
}









}