/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.top1 {
  position:relative;
  background-color:#33333b;
  height:1040px;
  display: flex;
  align-items: end;
  justify-content: start;
  z-index:1;
}
.top1, .top2, .top3, .top4, .top5, .top6 {
  overflow-x: clip;
}
.top1::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 320px;
  background: linear-gradient(to bottom right, #33333b 50%, transparent 50%);
  transform: rotateX(180deg);
}
.imgmap {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  right: 1%;
}
.top-ttl {
  position: relative;
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem 120px;
  z-index: 1;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px gray;
}
.top-ttl .jp {
  font-size: 60px;
  color: white;
  font-weight: bold;
}
.top-ttl .en {
  font-size: 20px;
  color: #b8935c;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}
.top2 {
  position:relative;
  color:white;
  background-color: #33333b;
  background-image: url('https://img21.shop-pro.jp/PA01471/525/etc_base64/Ymcz.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 70px left;
  padding: 68px 1rem 350px;
  z-index:2;
  overflow-x:clip;
}
.top2::before {
  content:'';
  position:absolute;
  height:470px;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  background: url('https://img21.shop-pro.jp/PA01471/525/etc_base64/Ymcy.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
 // background: linear-gradient(to bottom right, #d6d6d8 50%, transparent 50%);
 // transform: rotateX(180deg);
 // opacity:0.2;;
}
.top2::after {
  content:'';
  position:absolute;
  height:320px;
  left:0;
  right:0;
  bottom:-1px;
  margin:auto;
  background: linear-gradient(to bottom right, #d6d6d8 50%, transparent 50%);
  transform: rotate(180deg);
}
.top2-inner {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin:0 auto 140px;
  max-width:1200px;
}
.top2-txt1 {
  font-size:35px;
}
.top2-txt1 span { position:relative; font-weight:bold; }
.top2-txt1 span::after {
  background-image: url("https://img21.shop-pro.jp/PA01471/525/etc_base64/YmFy.png");
  background-repeat:none;
  background-size:cover;
  background-position: center;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 5px;
}
.top2-txt2 {
  font-size:20px;
  line-height:2.8;
}
.top2 .lead {
  line-height:2.5;
}
.top2-flex {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width:716px;
  margin: 50px auto 0;
}
.top2-flex > a {
  position:relative;
  width: 48%;
  max-width: 336px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top2-flex > a.anc {
  color:white;
  background-color:#b8935c;
}
.top2-flex > a.anc::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 11px;
  background-image: url("https://img21.shop-pro.jp/PA01471/525/etc_base64/YXJyb3c4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
  top: 0; bottom: 0;
  margin: auto;
}
.top2-flex > a.modal-link {
  background-image: url("https://img21.shop-pro.jp/PA01471/525/etc_base64/bW9kYWwtbGluay1iZw.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top2-flex > a.modal-link::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 7px;
  background-image: url("https://img21.shop-pro.jp/PA01471/525/etc_base64/YXJyb3c5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
  top: 0; bottom: 0;
  margin: auto;
}
.top3 {
  position:relative;
  z-index:3;
  background:#d6d6d8;
  padding: 30px 0 180px;
}
.top3-ttl {
  text-align:center;
  margin-bottom: 100px;
}
.top3-ttl .jp {
  display:inline-block;
  color:white;
  background:#33333b;
  padding:0 10px;
  margin-bottom: 5px;
  font-weight:bold;
}
.top3-ttl .jp.wh {
  color:#33333b;
  background:white;
}
.top3-ttl .en {
  font-size:100px;
  font-weight:bold;
  line-height:1;
  margin-bottom:80px;
}
.top3-list li {
  display:flex;
  align-items:center;
  margin-bottom: 80px;
}
.top3-list li:last-child {
  margin-bottom: 0;
}
.top3-list li .txtarea {
  min-width: 555px;
  padding: 70px 30px;
  position:relative;
  background:white;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing: border-box;
  z-index:1;
}
.top3-list li .txtarea::before {
  position:absolute;
  content:'';
  z-index:-1;
  top:20px;
  right:-20px;
  left:20px;
  bottom:-20px;
  margin:auto;
  border:solid 1px white;
}
.top3-list li .sub {
  display:inline-block;
  color:white;
  padding:0 10px;
  background:#33333b;
  margin-bottom: 10px;
  font-size:20px;
}
.top3-list li .ttl {
  font-size:60px;
  margin-bottom:30px;
  line-height:1.1;
}
.top3-list li .txt {
  font-size:30px;
  margin-bottom:45px;
  font-weight:bold;
}
.top3-list li .link {
  background-color:#b8935c;
  max-width:336px;
  width: 100%;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  padding:10px;
  box-sizing: border-box;
}
.top3-list li:nth-child(odd) {
  justify-content:end;
}
.top3-list li:nth-child(even) {
  justify-content:start;
}
.top3-list li:nth-child(odd) .txtarea {
  margin-right: -70px;
}
.top3-list li:nth-child(even) .txtarea {
  margin-left: -70px;
  order:2;
}
.top3-list .pict {
  max-width: 60%
}
.top4 {
  background:#33333b;
  padding: 140px 1rem 130px;
}
.top4 .u-contents-s {
  background:white;
  max-width:1200px;
  margin: auto;
  padding: 45px 20px;
}
.top5 {
  position:relative;
  padding: 70px 0 110px;
  background-image:url("https://img21.shop-pro.jp/PA01471/525/etc_base64/Ymcx.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100%;
  background-color:#33333b;
  color:white;
}
.t5-flex {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.t5-flex > * {
  width:48%;
  margin:0;
  box-sizing:border-box;
}
.t5-flex .txtarea {
  position: relative;
  line-height:3;
  font-size:18px;
}
.t5-img1 {
  position:absolute;
  top:80px;
  left:0;
}
.t5-1 .inner {
  max-width:530px;
  margin-left:auto;
  text-align:center;
}
.t5-1 .inner .txt {
  display:inline-block;
  text-align:left;
}
.t5-1 .inner > * {
  margin:auto;
}
.t5-1 figure {
  display:flex;
  align-items:end;
  padding-left:20px;
}
.t5-2 {
  margin-top:180px;
}
.t5-2 figure {
  padding-right:20px;
  text-align:right;
}
.t5-2 .txtarea {
  padding-left:20px;
}
.top6 {
  padding:60px 1rem 120px;
  background:#d6d6d8;
}
.t6-box {
  position:relative;
  background:#33333b;
  max-width:1200px;
  margin:auto;
  width:100%;
  color:white;
  padding:50px 3%;
  box-sizing:border-box;
  z-index:1;
}
.t6-box::before {
  content:'';
  position:absolute;
  top:20px;
  right:-20px;
  left:20px;
  bottom:-20px;
  border:solid 3px #33333b;
  z-index:-1;
 /*
  background-image:url("https://img21.shop-pro.jp/PA01471/525/etc_base64/ZnJhbWU.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
 */
}
.t6-box .ttl {
  position:relative;
  font-size:40px;
  text-align:center;
  font-weight:bold;
  margin-bottom:60px;
}
.t6-box .ttl::before {
  content:'';
  position:absolute;
  width:36px;
  height:1px;
  left:0;
  right:0;
  bottom:-10px;
  background:#b8935c;
  margin:auto;
}
.t6-flex {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.t6-flex .left {
  width:50%;
  box-sizing:border-box;
  padding-right:40px;
 // border-right:solid 1px white;
  text-align:center;
}
.t6-flex .left .inner {
  display:inline-block;
  margin-left:auto;
}
.t6-flex .right {
  width:50%;
  box-sizing:border-box;
  padding-left:40px;
  text-align:left;
}
.t6-flex .right .inner {
  display:inline-block;
  margin-right:auto;
}
.t6-flex .sub {
  position:relative;
  margin-bottom:20px;
  font-size:18px;
}
.t6-flex .sub span {
  position: relative;
  padding-left:20px;
  font-weight:500;
}
.t6-flex .sub span::before {
  content:'';
  position:absolute;
  width:13px;
  height:2px;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  background:#b8935c;
}
.t6-tel {
  display:flex;
  align-items:center;
  font-size:50px;
  color:white;
  text-decoration:none;
  line-height:1.2;
  pointer-events: none;
}
.t6-tel img {
  margin-right:10px;
}
.t6-tel:hover {
  text-decoration:none;
}
.t6-flex .time {
 // padding-left: 64px;
  margin-top: 10px;
  font-size: 18px;
}
.t6-flex .mail-box {
  width:440px;
  height:90px;
  background:#b8935c;
  display:flex;
  align-items:center;
  padding:20px 40px;
  box-sizing:border-box;
  font-weight:500;
}
.t6-flex .mail-box::before {
  content:url("https://img21.shop-pro.jp/PA01471/525/etc_base64/Zi1tYWls.png");
  margin-right:10px;
}
.t6-flex .mail-box::after {
  background-image:url("https://img21.shop-pro.jp/PA01471/525/etc_base64/YXJyb3cz.png");
  width:37px;
  height:7px;
}
  
  
.leaf { position:absolute; }
.leaf1 { bottom: 300px; left: 2%; }
.leaf2 { top: -130px; right: -6%; }
.leaf3 { left: -4%; margin-top: 200px; }
.leaf4 { right: -3%; }
.leaf5 { right: -20px; top: -70px; }
.leaf6 { left: -1.5%; bottom: 0; }
.leaf7 { right: 5%; margin-top:-130px; }
.leaf8 { right: -3%; margin-top:-160px; }
.leaf9 { left: -3%; bottom: 0; }

#wp-post-list {
  width: 100%;
  max-width: 700px;
}
.wp-post-wrap {
  width: 100%;
  border: solid 2px #b8935c;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 40px 5%;
  margin-top: 80px;
}
.wp-post-list-ul a {
  color: white;
}
.wp-left {
  text-align: center;
  margin-right: 10px;
}
.wp-ttl .jp {
  font-size: 20px;
}
.wp-ttl .en {
  position: relative;
  font-size: 60px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.wp-ttl .en:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  display: block;
  background: #c69c6d;
}
.wp-post-link {
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding-right: 40px;
  color: white;
  letter-spacing: 1.5px;
  font-weight: bold;
  transition: 0.3s all;
  cursor: pointer;
}
.wp-post-link:hover,
.wp-post-link:focus {
  text-decoration: none;
  color: white;
}
.wp-post-link:hover {
  opacity: 0.7;
}
.wp-post-link::after {
  position: absolute;
  content: "";
  right: 5px;
  transition: 0.3s all;
  width: 23px;
  height: 7px;
  background-image: url("https://img21.shop-pro.jp/PA01471/525/etc_base64/YXJyb3c.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0; bottom: 0;
  margin: auto;
}
.wp-post-link:hover::after {
  right: 0;
}

.wp-table,
.wp-table tbody {
  display: block;
  width: 100%;
  max-width: 700px;
}
.wp-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 20px 10px 30px;
  border-bottom: solid 1px #b8935c;
}
.wp-table tr:last-child {
  border-bottom: none;
}
.wp-table .post-date {
  width: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.wp-table .post-cate {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.wp-table .post-cate span {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  box-sizing: border-box;
}
.wp-table .post-cate.news span {
  background: white;
  color: #33333b;
}
.wp-table .post-cate.goods span {
  background: #c69c6d;
  color: white;
}
.wp-table .post-cate.event span {
  background: #ed1c24;
  color: white;
}
.wp-table th { 
  width: calc(96% - 220px);
  text-align: left;
}
.wp-table th a {
  display: block;
  width: 100%;
  color: white;
  box-sizing: border-box;
}
.wp-table th a:hover,
.wp-table th a:focus {
  color: white;
}


@media screen and (max-width: 1920px) {
  .top1::after {
    height: 16.6666vw;
  }
  .top2::before {
    height: 24.47916vw;
  }
  .top2::after {
    height: 16.6666vw;
  }
}
@media screen and (max-width: 1400px) {
  .top3-list li .txtarea {
    min-width: auto;
    padding: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .t5-img1 {
    left: auto;
    right: 4%;
  }
  .t6-box::before {
    top: 10px;
    right: -10px;
    left: 10px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1200px) {
  .top3-list li:nth-child(odd) .txtarea {
    margin-right: auto;
    margin-left: 15px;
  }
  .top3-list li:nth-child(even) .txtarea {
	margin-left: auto;
    margin-right: 30px;
  }
  .top3-list .pict {
    position: absolute;
  }
}
@media screen and (max-width: 1030px) {
  .top1 {
    height: 860px;
  }
  .top-ttl .jp {
    font-size: 46px;
  }
  .top2-txt1 {
    font-size: 30px;
    line-height: 2;
  }
  .top2-txt2 {
	font-size: 17px;
  }
  .top3-ttl .en {
    font-size: 80px;
  }
  .top3-list li .ttl {
    font-size: 46px;
  }
  .top3-list li .txt {
    font-size: 24px;
  }
  .imgmap {
    width: 400px;
  } 
  .top3-list li .link {
    height: 64px;
  }
  
  .t6-box {
    max-width: 800px;
  }
  .t6-tel {
    font-size: 38px;
  }
  .t6-tel img {
    width: 40px;
  }
  .t6-flex .right .inner {
    width: 100%;
  }
  .t6-flex .mail-box {
    width: 100%;
    max-width: 440px;
  }
}
@media screen and (max-width: 900px) {
  .top2 {
    padding-top: 35px;
  }
  .top2-inner {
    text-align: center;
  }
  .top2-txt1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .top2-txt2 {
    width: 100%;
  }
  .wp-post-wrap {
    flex-wrap: wrap;
  }
  .wp-left {
    width: 100%;
    margin-right: 0;
    text-align: right;
  }
  .wp-ttl {
    text-align: center;
  }
  .wp-ttl .en {
    margin-bottom: 30px;
  }
  .wp-post-link {
    margin-bottom: 20px;
  }
  .imgmap {
    width: 360px;
  } 
}
@media screen and (max-width: 768px) {
  .leaf1 { min-width: 218px; width: 39.7135vw; bottom: 100px; } 
  .leaf2 { min-width: 298px; width: 54.2968vw; }
  .leaf3 { min-width: 245px; width: 44.661458vw; }
  .leaf4 { min-width: 172px; width: 31.3802vw; }
  .leaf5 { min-width: 381px; width: 69.40104vw; }
  .leaf6 { min-width: 198px; width: 36.1979vw; }
  .leaf7 { min-width: 143px; width: 26.171875vw; }
  .leaf8 { min-width: 195px; width: 35.546875vw; }
  .leaf9 { min-width: 180px; width: 32.8125vw; }
  
  .top2-flex {
    justify-content: center;
    row-gap: 20px;
  }
  .top2-flex > a {
    width: 90%;
    max-width: 360px;
  }
  .imgmap {
    position: relative;
    display: block;
    width: 88%;
    max-width: 578px;
    margin: 30px auto 0;
    right: auto;
    bottom: 16.6666vw;
  }    
  .top1 {
    display: block;
    padding-top: 200px;
    height: 740px;
  }
  .top-ttl {
    text-align: center;
    padding-bottom: 0;
  }
  .top-ttl .jp {
    font-size: 38px;
  }
  .imgmap {
    bottom: auto;
  }
  .top2 {
    background-size: 60%;
    background-position: center left;
  }
  .top2 .lead {
    line-height:2;
  }
  .top2::before {
    background-size: cover;
  }
  .top3 {
    padding-bottom: 120px;
  }
  .top3-ttl {
    margin-bottom: 40px;
  }
  .top3-ttl .en {
    font-size: 60px;
  }
  .top3-list li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top3-list .pict {
    position: static;
    order: 2;
    max-width: 100%;
    margin-top: -40px;
  }
  .top3-list li:nth-child(odd) .txtarea,
  .top3-list li:nth-child(even) .txtarea {
    margin: auto;
    max-width: 94%;
  }
  .top3-list li .txtarea::before {
    display: none;
  }
  .top3-list li .ttl {
    font-size: 34px;
  }
  .top3-list li .link {
    padding-right: 40px;
  }
  .box-arrow::after,
  .c-btn-cart::after {
    right: 16px;
  }
  .top4 {
    padding-top: 100px;
  }
  
  .t5-flex > * {
    width: 100%;
  }
  .t5-1 .inner {
    margin: auto;
  }
  .t5-img1 {
    top: 0;
    left: 2%;
    max-width: 60%;
  }
  .en-gift {
    max-width: 90%;
  }
  .t5-1 figure {
    padding: 50px 0 0;
  }
  .t5-1 figure img {
    width: 100%;
    max-width: 555px;
    margin: auto;
  }
  .t5-2 {
    margin-top: 100px;
    justify-content: center;
  }
  .t5-2 figure {
    order: 2;
    padding: 50px 0 0;
    text-align: center;
  }
  .t5-2 figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .t5-2 .txtarea {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  
  .t6-box {
    max-width: 500px;
  }
  .t6-flex .left,
  .t6-flex .right {
    width: 100%;
    padding: 0;
    border: none;
  }
  .t6-flex .left {
    margin-bottom: 50px;
  }
  .t6-tel {
    justify-content: center;
  }
  .t6-flex .left .inner {
    width: 100%;
  }
  .t6-flex .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .t6-flex .sub::before {
    position: static;
    margin: 0 10px 0 0;
    display: block;
  }
  .t6-flex .mail-box {
    max-width: 300px;
    margin: auto;
    height: 70px;
  }
  .t6-box::before {
    top: 5px;
    right: -5px;
    left: 5px;
    bottom: -5px;
    border: solid 2px #33333b;
  }
  .t6-flex .time {
    padding-left: 0;
  }
  .t6-tel {
    pointer-events: auto;
  }
  .wp-table tr {
    justify-content: flex-start;
    padding: 15px 10px 20px;
  }
  .wp-table th {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .top2-txt2 br.pc {
    display: none;
  }
  .top2-txt2 span {
    display: inline-block;
  }
  .t5-1 .inner .txt {
    text-align: center;
  }
  .t5-2 .txtarea {
    text-align: center;
    font-size: 17px;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 480px) {
  .top1 {
    height: 620px;
  }
  .top-ttl .jp {
    font-size: 30px;
  }
  .top-ttl .en {
    font-size: 17px;
  }
  .top2 {
    padding-bottom: 180px;
  }
  .top3-ttl .en {
    font-size: 48px;
  }
  .top3-list li .txtarea {
    min-width: 80%;
    padding: 25px 6%;
  }
  .top3-list li .ttl {
    margin-bottom: 20px;
  }  
  .top3-list li .sub {
    font-size: 18px;
  }
  .top3-list li .txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .wp-ttl .jp {
    font-size: 18px;
  }
  .wp-ttl .en {
    font-size: 40px;
  }
  .wp-post-link {
    letter-spacing: 0;
    font-size: 18px;
  }
}




/*******************************************************************
*
* modal モーダルウィンドウ
*
********************************************************************/

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;  
  max-width: 1200px;
  max-height: 73vh;
  width: 90%;
  background-color: white;
  padding: 20px 40px 30px;
  box-sizing: border-box;
  font-size:16px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.js-modal-close.button {
  font-size: 2rem;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 7px;
  right: 20px;
}

.js-modal-close:hover {
  cursor: pointer;
}

.modal-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin: 30px auto;
}

.modal-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.modal-flex > a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  min-height: 60px;
  border-radius: 10px;
  color: #1d48a6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
}

.w1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.modal-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.modal-flex .left .modal-ttl2 {
  color: #c1272d;
}
.modal-flex .right .modal-ttl2 {
  color: #9e7e4f;
}
.modal-ttl2 {
  font-size: 23px;
  margin-top: -45px;
  margin-bottom: 10px;
  line-height: 1.3;
  background-color: white;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
}
.modal-flex .left,
.modal-flex .right {
  width: 48%;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
.modal-flex .left {
  border: solid 1px #c1272d;
}
.modal-flex .right {
  border: solid 1px #9e7e4f;
}
.red {
  color: #c1272d;
}

.bg-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.bg-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-track,
.slick-list {
  height:100%;
}

@media screen and (max-width: 768px) {
  .modal-ttl {
    font-size: 24px;
  }
  .modal-content{
    overflow: scroll;
    padding: 20px 20px 30px;
  }
  .modal-flex .left, .modal-flex .right {
    width: 100%;
    padding: 20px 15px 10px;
  }
  .modal-flex .left {
    margin-bottom: 35px;
  }
  .modal-ttl2 {
    font-size: 21px;
    margin-top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .modal-ttl {
    font-size:19px;
  }
  .js-modal-close.button {
    top: 0;
  }
}






