@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* --------------------------------------------------------------------
 body
-------------------------------------------------------------------- */

body {
  color: #000000;

  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  /* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana,
    Osaka, "MS PGothic", Sans-Serif;

  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

.fontYuMin01 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.webFontCaveat {
  font-family: "Caveat", cursive;
}

#top {
  overflow: hidden;
  min-width: 800px;
}

#wrap {
  /*overflow: hidden;*/
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  /*min-width: 1000px;*/
}
#wrap.wrap02 {
  background-color: #ffffff;
}

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

a {
  display: inline-block;
}
.relative-wrap {
  position: relative;
}

.contDispN {
  display: none;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}

/*-----------------------*/

.anc {
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
.ancIn {
  position: absolute;
  /*top: -66px;*/
}

#top {
  /*padding-top: 66px;*/
}

/*-----------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}

.contIn1110 {
  max-width: 1110px;
  margin: 0px auto;
  position: relative;
}

.contIn1140 {
  max-width: 1140px;
  margin: 0px auto;
  position: relative;
}
.contIn1300 {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
}

.radius300 {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  -o-border-radius: 300px;
  -ms-border-radius: 300px;
  border-radius: 300px;
}
.radius3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.radius2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 799px) {
  /*デバイスwidth、～799px用のスタイルを記入*/

  body {
    /* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
  }

  #top {
    /*overflow: hidden;*/
    min-width: 375px;
  }

  #wrap {
    /*overflow: hidden;*/
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    /*min-width: 375px;*/
  }

  img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }

  /*-----------------------*/

  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    /*top: -66px;*/
  }

  #top {
    /*padding-top: 66px;*/
    /*position: relative;
	z-index: 1;
	min-width: 0px;*/
  }

  /*-----------------------*/

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }

  .contIn1110 {
    width: auto;
  }

  .contIn1140 {
    width: auto;
    padding: 0px 0px;
  }
  .contIn1300 {
    width: auto;
  }
}

/* --------------------------------------------------------------------
 header
-------------------------------------------------------------------- */

@media screen and (max-width: 799px) {
}

/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

.headerLogo01 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.headerLogo01 img {
  width: 168px;
  height: auto;
}

.mainvisualWrap01 {
  /*background-image: url("../img/mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 1000px;*/
  position: relative;
}
.mainImg01 img {
  width: 100%;
  height: auto;
}
.mainTb01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.mainTb01Cell01 {
  /*display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;*/
  height: auto;
  padding-bottom: 40px;
}

.mainH1 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.mainText01 {
  display: table;
  width: 399px;
  margin: 32px auto 80px auto;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.mainText01 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-image: url("../img/mainvisual_day_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 399px auto;
  height: 30px;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}
.mainBox01 {
  display: inline-block;
  margin: auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6em;
  /* font-weight: bold; */
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

/*---------------------*/

.cont01Box01 {
  position: relative;
  margin: 70px auto 170px auto;
}

.boxImg01 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.boxImg01 img {
  width: 100%;
  height: auto;
}

.cont01Box01.box01 .boxImg01 {
  width: 477px;
  height: auto;
  position: absolute;
  left: -55px;
  top: -55px;
}
.cont01Box01.box02 .boxImg01 {
  width: 510px;
  height: auto;
  position: absolute;
  right: 0px;
  top: -55px;
}
.cont01Box01.box03 .boxImg01 {
  width: 447px;
  height: auto;
  position: absolute;
  left: -55px;
  top: -70px;
}

.contBox01ImgWrap01 {
  width: 775px;
  height: 450px;
  position: relative;
}
.box01Img01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.box01Img02 {
  position: absolute;
  left: 252px;
  top: 0px;
}
.box01Img03 {
  position: absolute;
  left: 0px;
  bottom: 50px;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.cont01Right01 {
  float: right;
}
.cont01Left01 {
  float: left;
}

.cont01BoxIn01 {
  box-sizing: border-box;
  width: 35vw;
  max-width: 550px;
  background-color: #faf7f7;
  border-radius: 25px;
  text-align: left;
  padding: 35px 35px 35px 35px;
  position: absolute;
  bottom: -25px;
}
.cont01BoxIn01.boxIn01 {
  left: 14px;
}
.cont01BoxIn01.boxIn02 {
  right: 14px;
}

.cont01Text01 {
  font-size: 16px;
  line-height: 1.68em;
  font-weight: bold;
  margin-top: 34px;
}

/*-----------------------*/

.contMoveWrap01 {
  position: relative;
  margin-top: 200px;
  height: 1px;
}

@keyframes anime1 {
  0% {
    right: -70px;
    bottom: 25px;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    right: 1000px;
    bottom: 200px;
    opacity: 0;
  }
}

@keyframes anime1Sp {
  0% {
    left: 20%;
  }
  100% {
    left: 62%;
  }
}

.airplane01 img {
  width: 100%;
  height: auto;
}

.airplane01 {
  width: 442px;
  position: absolute;
  bottom: 25px;
  right: -70px;
  opacity: 1;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.airplane01.airMove {
  animation-name: anime1;
  animation-duration: 3s;
  bottom: 200px;
  right: 1000px;
  opacity: 0;
}

/*-----------------------*/

.contAncWrap01 {
  background-image: url("../img/cont02_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  height: 320px;
  /*margin-bottom: 190px;*/
}
.contAncTit01 {
  padding-top: 65px;
}

.contAnc01 {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 160px;
}
.contAncFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.contAncFlex01 li {
  padding: 0px 20px 0px 20px;
  transition: transform 0.3s;
}
.contAncFlex01 li:hover {
  transform: translate3d(0, -15px, 0);
}

/*--------------------------*/

.contBlock01 {
  background-color: #faf7f7;
  padding: 120px 0px 100px 0px;
}
.contBlockIn01 {
  padding: 100px 0px 0px 0px;
}
.contH301 {
  position: relative;
  margin-bottom: 55px;
}
.contH301::after {
  content: "";
  background-image: url("../img/cont02_tit_bottom01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 175px;
  height: 43px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -88px;
}

.contReadWrap01 {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 60px 80px 60px 80px;
}
.contReadWrap01 p {
  font-size: 16px;
  line-height: 1.68em;
  font-weight: bold;
  width: 45vw;
  max-width: 525px;
}
.contReadWrap01 p.p02 {
  width: 640px;
}

.floatLeft01 {
  float: left;
}
.floatRight01 {
  float: right;
}

.contImg01 {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -118px;
}
.contImg01 img {
  max-width: 445px;
  width: 45vw;
  height: auto;
}
.contImg02 {
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -120px;
}
.contImg02 img {
  max-width: 355px;
  width: 35vw;
  height: auto;
}
.contImg03 {
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -120px;
}
.contImg03 img {
  width: 273px;
  height: auto;
}

.contBox01 {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 80px 80px 80px 80px;
}

/*----------------------*/

.contBoxIn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.contBoxIn01:last-child {
  margin-bottom: 0px;
}
.contBoxIn01.reverse {
  flex-direction: row-reverse;
}

.cont02ImgBox01 {
  max-width: 440px;
}
.cont02ImgBox01 img {
  width: 100%;
  height: auto;
}
.cont02ImgBox01 ul {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cont02ImgBox01 ul li {
  width: 32.5%;
  font-size: 0px;
  line-height: 0px;
}
.cont02ContWrap01 {
  position: relative;
  text-align: left;
  padding-bottom: 110px;
}
.contBoxIn01.reverse .cont02ContWrap01 {
	margin-right: 3%;
}
.cont02ContWrap01 {
	margin-left: 3%;
}
.cont02H401 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding-bottom: 5px;
  height: auto;
  margin-bottom: 13px;
}
.cont02Text01 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #c38f97;
  margin-bottom: 20px;
}
.cont02Text02 {
  font-size: 15px;
  line-height: 1.6em;
}
.cont02BottomBox01 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}

.cont02Price01 {
  color: #a10115;
  font-size: 20px;
  line-height: 1.2em;
}
.cont02BtnWrap01 {
  margin-top: 21px;
}

a.cont02Btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 46px;
  border: 1px solid #a10115;
  background-color: #a10115;
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.cont02Btn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.cont02Btn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.cont02Btn01:hover {
  background-color: #ffffff;
  color: #a10115;
  text-decoration: none;
}
a.cont02Btn01:active {
  color: #ffffff;
  text-decoration: none;
}

a.cont02Btn01::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}
a.cont02Btn01:hover::after {
  border-top: solid 1px #a10115;
  border-right: solid 1px #a10115;
}

/*---------------------------*/

.contCountryAncWrap01 {
  background-color: #c38f97;
  padding: 44px 0px 110px 0px;
  position: relative;
}
.contText01 {
  font-size: 30px;
  line-height: 1.7em;
  margin-bottom: 38px;
}
.contCountryAncWrap01 .contText01 {
  color: #ffffff;
}

.contCountryAnc01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 1%;
}

.contCountryAnc01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 15px;
  max-width: 315px;
  width: 23vw;
  height: 58px;
  border: 1px solid #ffffff;
  background-color: #c38f97;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contCountryAnc01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contCountryAnc01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contCountryAnc01 a:hover {
  background-color: #ffffff;
  color: #c38f97;
  text-decoration: none;
}
.contCountryAnc01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contCountryAnc01 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -6px;
}
.contCountryAnc01 a:hover::after {
  border-top: solid 1px #c38f97;
  border-right: solid 1px #c38f97;
}

/*------------------------*/

.contMtMinus {
  margin-top: -60px;
  position: relative;
}
.contCountryBox01 {
  background-image: url("../img/cont02_country_tit01_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
}

.contCountryBlock01 {
  padding: 170px 0px 190px 0px;
  position: relative;
}

/*------------------------*/

.contCountryBox01.countryBox02 {
  background-image: url("../img/cont02_country_tit02_bg.png");
}
.countryBox02 .contCountryBlock01 {
  background-color: #fbf6eb;
}
.countryBox02 .contCountryBlock01 .contIn1300 {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.contCountryBox01.countryBox03 {
  background-image: url("../img/cont02_country_tit03_bg.png");
}
.countryBox03 .contCountryBlock01 {
  background-color: #e5ece4;
}
.countryBox03 .contCountryBlock01 .contIn1300 {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.contCountryBox01.countryBox04 {
  background-image: url("../img/cont02_country_tit04_bg.png");
}
.countryBox04 .contCountryBlock01 {
  background-color: #faf7f7;
  padding-bottom: 100px;
}
.countryBox04 .contCountryBlock01 .contIn1300 {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/*-----------------------*/

.contCountryH4Wrap01 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -42px;
}
.contCountryH4Wrap01 .h4Img01 {
  display: block;
  margin-bottom: 2px;
}
.contCountryH4Wrap01 .h4Text01 {
  display: block;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
}
.contCountryH4Wrap01 .h4Text01.col01 {
  color: #c38f97;
}
.contBox02 {
  box-sizing: border-box;
  padding: 0px 80px 0px 80px;
}

/*-------------------------*/

.contCountryBox02 {
  width: 100vw;
  max-width: none;
  margin: 90px 0 0 0;
}
.slideWrap01 {
  width: 80%;
  margin: 0 auto;
}

.slideWrap01 li {
  min-width: 300px;
  background-color: #ffffff;
}
.slideContIn01 {
  text-align: left;
  padding: 10px 10px 100px 10px;
}

.cont02H402 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 3px;
}
.cont02Text0102 {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
  color: #c38f97;
  margin-bottom: 10px;
}
.cont02Text0202 {
  font-size: 13px;
  line-height: 1.6em;
}
.cont02Price02 {
  color: #a10115;
  font-size: 16px;
  line-height: 1.4em;
}
.cont02BtnWrap02 {
  margin-top: 15px;
}
.cont02BottomBox02 {
  text-align: right;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cont02Btn01.cont02Btn02 {
  width: 100%;
}

/*------------------*/

.bx-wrapper .bx-prev {
  left: -66px;
  background-image: url("../img/cont_slide_prev.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58px auto;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: center center;
}
.bx-wrapper .bx-next {
  right: -66px;
  background-image: url("../img/cont_slide_next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58px auto;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: center center;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/*-----------------*/

.contBox03 {
  box-sizing: border-box;
  padding: 80px 80px 80px 80px;
  background-color: #ffffff;
}

.contCountryAnc02 {
  display: inline-flex;
}

.contCountryAnc02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 30px 3px 30px;
  width: auto;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  background-color: #c38f97;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px 15px 0px 15px;
}
.contCountryAnc02 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contCountryAnc02 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contCountryAnc02 a:hover {
  background-color: #ffffff;
  color: #c38f97;
  text-decoration: none;
}
.contCountryAnc02 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contCountryAncWrap01.ancWrap02 {
  padding-bottom: 44px;
}
.contCountryBlock02 {
  padding: 70px 0px 0px 0px;
}

.contCountryBox03 {
  width: 1500px;
  width: 100vw;
  margin: 80px auto 0px auto;
  padding: 70px 0px 80px 0px;
  background-color: #f5f5f5;
}

.contBtnWrap01 {
  text-align: right;
  margin-top: 30px;
	width: 90%;
}

a.contWineBtn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 0px auto;
  width: 344px;
  height: 56px;
  border: 1px solid #333333;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.contWineBtn01:link {
  color: #333333;
  text-decoration: none;
}
a.contWineBtn01:visited {
  color: #333333;
  text-decoration: none;
}
a.contWineBtn01:hover {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

a.contWineBtn01::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}
a.contWineBtn01:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.tokusyuuBlock01 {
  background-color: #faf7f7;
  padding: 100px 0px 100px 0px;
}
.tokusyuuBannerWrap01 {
  width: 950px;
  margin: auto;
}
.tokusyuuBannerWrap01 img {
  width: 100%;
  height: auto;
}
.tokusyuuBannerWrap01 li {
  padding-top: 40px;
}

@media screen and (max-width: 799px) {
  .headerLogo01 {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .headerLogo01 img {
    width: 100px;
    height: auto;
  }

  .mainvisualWrap01 {
    background-image: url("../img/mainvisual01_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 814px;
  }
  .mainTb01 {
    display: table;
    width: 100%;
    position: relative;
  }
  .mainTb01Cell01 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 814px;
    padding: 40px 20px 20px 20px;
  }
  .mainTb01Cell01 img {
    width: 100%;
    height: auto;
  }
  .mainText01 {
    display: table;
    width: 100%;
    margin: 30px auto 50px auto;
  }
  .mainText01 p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/mainvisual_day_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 26px;
    height: 26px;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
  }
  .mainBox01 {
    display: inline-block;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
    /* font-weight: bold; */
    text-align: left;
  }

  /*---------------------*/

  .cont01Box01 {
    position: relative;
    margin: 50px auto 50px auto;
  }

  .cont01Box01.box01::before {
    display: none;
  }
  .cont01Box01.box02::before {
    display: none;
  }
  .cont01Box01.box03::before {
    display: none;
  }

  .contBox01ImgWrap01 {
    width: 100%;
    height: 225px;
    position: relative;
  }
  .contBox01ImgWrap01 img {
    width: 100%;
    height: auto;
  }
  .box01Img01 {
    width: 220px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }
  .box01Img02 {
    width: 145px;
    position: absolute;
    left: 126px;
    top: 0px;
  }
  .box01Img03 {
    width: 145px;
    position: absolute;
    left: 0px;
    bottom: 40px;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
  }

  .cont01Right01 {
    float: none;
  }
  .cont01Left01 {
    float: none;
  }

  .cont01BoxIn01 {
    box-sizing: border-box;
    width: 96%;
    max-width: none;
    margin: -24px 0px 0px auto;
    background-color: #faf7f7;
    border-radius: 20px 0px 0px 20px;
    text-align: left;
    padding: 20px 20px 20px 20px;
    position: relative;
    bottom: 0px;
  }
  .cont01BoxIn01 img {
    width: auto;
    height: 50px;
  }

  .cont01BoxIn01.boxIn01 {
    left: 0px;
  }
  .cont01BoxIn01.boxIn02 {
    right: 0px;
  }

  .cont01Text01 {
    font-size: 14px;
    line-height: 1.68em;
    font-weight: bold;
    margin-top: 21px;
  }

  /*-----------------------*/

  .contMoveWrap01 {
    display: none;
  }

  /*-----------------------*/

  .contAncWrap01 {
    background-image: url("../img/cont02_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding: 30px 20px 30px 20px;
    /*margin-bottom: 190px;*/
  }
  .contAncTit01 {
    padding-top: 0px;
    margin-bottom: 25px;
  }

  .contAnc01 {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .contAncFlex01 {
    display: block;
  }
  .contAncFlex01 li {
    padding: 0px 0px 0px 0px;
    transition: transform 0s;
  }
  .contAncFlex01 li:hover {
    transform: translate3d(0, 0px, 0);
  }

  /*--------------------------*/

  .contBlock01 {
    background-color: #faf7f7;
    padding: 0px 0px 0px 0px;
  }
  .contBlockIn01 {
    padding: 45px 0px 0px 0px;
  }
  .contH301 {
    position: relative;
    margin-bottom: 55px;
  }
  .contH301::after {
    content: "";
    background-image: url("../img/cont02_tit_bottom01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px auto;
    width: 175px;
    height: 43px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -88px;
  }

  .contH301.h301 img {
    width: 338px;
    height: auto;
  }
  .contH301.h302 img {
    width: 300px;
    height: auto;
  }
  .contH301.h303 img {
    width: 282px;
    height: auto;
  }
  .contH301.h304 img {
    width: 240px;
    height: auto;
  }

  .contReadWrap01 {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
  }
  .contReadWrap01 p {
    font-size: 14px;
    line-height: 1.68em;
    font-weight: bold;
    width: auto;
  }
  .contReadWrap01 p.p02 {
    width: auto;
  }

  .floatLeft01 {
    float: none;
  }
  .floatRight01 {
    float: none;
  }

  .contImg01 {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 15px;
  }
  .contImg01 img {
    width: 100%;
    height: auto;
  }
  .contImg02 {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 15px;
    text-align: center;
  }
  .contImg02 img {
    width: 80%;
    height: auto;
  }
  .contImg03 {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 15px;
    text-align: center;
  }
  .contImg03 img {
    width: 60%;
    height: auto;
  }

  .contBox01 {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    margin: 0px 18px;
  }

  /*----------------------*/

  .contBoxIn01 {
    display: block;
    margin-bottom: 40px;
  }
  .contBoxIn01:last-child {
    margin-bottom: 0px;
  }
  .contBoxIn01.reverse {
    flex-direction: row-reverse;
  }

  .cont02ImgBox01 {
    width: auto;
    max-width: none;
    margin-bottom: 12px;
  }
  .cont02ImgBox01 ul {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .cont02ImgBox01 ul li {
    width: 32%;
  }
  .cont02ImgBox01 ul li img {
    width: 100%;
    height: auto;
  }
  .cont02ContWrap01 {
    width: auto;
    max-width: none;
    position: relative;
    text-align: left;
    padding-bottom: 0px;
  }
  .contBoxIn01.reverse .cont02ContWrap01 {
	margin-right: 0;
	}
	.cont02ContWrap01 {
		margin-left: 0;
	}
  .cont02H401 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding-bottom: 5px;
    height: auto;
    margin-bottom: 8px;
  }
  .cont02Text01 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    color: #c38f97;
    margin-bottom: 14px;
  }
  .cont02Text02 {
    font-size: 13px;
    line-height: 1.6em;
  }
  .cont02BottomBox01 {
    position: relative;
    bottom: 0px;
    right: 0px;
    text-align: right;
    margin-top: 15px;
  }

  .cont02Price01 {
    color: #a10115;
    font-size: 16px;
    line-height: 1.2em;
  }
  .cont02BtnWrap01 {
    margin-top: 10px;
  }

  a.cont02Btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    border: 1px solid #a10115;
    background-color: #a10115;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.cont02Btn01:link {
    color: #ffffff;
    text-decoration: none;
  }
  a.cont02Btn01:visited {
    color: #ffffff;
    text-decoration: none;
  }
  a.cont02Btn01:hover {
    background-color: #ffffff;
    color: #a10115;
    text-decoration: none;
  }
  a.cont02Btn01:active {
    color: #ffffff;
    text-decoration: none;
  }

  a.cont02Btn01::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
  }
  a.cont02Btn01:hover::after {
    border-top: solid 1px #a10115;
    border-right: solid 1px #a10115;
  }

  /*---------------------------*/

  .contCountryAncWrap01 {
    background-color: #c38f97;
    padding: 30px 18px 75px 18px;
    position: relative;
  }
  .contText01 {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 18px;
  }
  .contCountryAncWrap01 .contText01 {
    color: #ffffff;
  }

  .contCountryAnc01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }

  .contCountryAnc01 a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 15px;
    width: 49%;
    max-width: none;
    height: 58px;
    border: 1px solid #ffffff;
    background-color: #c38f97;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 8px;
  }
  .contCountryAnc01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contCountryAnc01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contCountryAnc01 a:hover {
    background-color: #ffffff;
    color: #c38f97;
    text-decoration: none;
  }
  .contCountryAnc01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contCountryAnc01 a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -6px;
  }
  .contCountryAnc01 a:hover::after {
    border-top: solid 1px #c38f97;
    border-right: solid 1px #c38f97;
  }

  /*------------------------*/

  .contMtMinus {
    margin-top: -42px;
    position: relative;
  }
  .contCountryBox01 {
    background-image: url("../img/cont02_country_tit01_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 42px;
  }

  .contCountryBlock01 {
    padding: 100px 0px 90px 0px;
    position: relative;
  }

  /*------------------------*/

  .contCountryBox01.countryBox02 {
    background-image: url("../img/cont02_country_tit02_bg.png");
  }
  .countryBox02 .contCountryBlock01 {
    background-color: #fbf6eb;
  }

  .contCountryBox01.countryBox03 {
    background-image: url("../img/cont02_country_tit03_bg.png");
  }
  .countryBox03 .contCountryBlock01 {
    background-color: #e5ece4;
  }

  .contCountryBox01.countryBox04 {
    background-image: url("../img/cont02_country_tit04_bg.png");
  }
  .countryBox04 .contCountryBlock01 {
    background-color: #faf7f7;
    padding-bottom: 70px;
  }

  /*-----------------------*/

  .contCountryH4Wrap01 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -28px;
  }
  .contCountryH4Wrap01 .h4Img01 {
    display: block;
    margin-bottom: 2px;
  }
  .contCountryH4Wrap01 .h4Text01 {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: bold;
  }
  .contCountryH4Wrap01 .h4Text01.col01 {
    color: #c38f97;
  }
  .contBox02 {
    box-sizing: border-box;
    padding: 0px 30px 0px 30px;
  }

  .h4Img01.h401 img {
    height: auto;
    width: 114px;
  }
  .h4Img01.h402 img {
    height: auto;
    width: 200px;
  }
  .h4Img01.h403 img {
    height: auto;
    width: 180px;
  }
  .h4Img01.h404 img {
    height: auto;
    width: 135px;
  }

  /*-------------------------*/

  .contCountryBox02 {
    margin-top: 50px;
  }
  .slideWrap01 {
    width: calc(100% - 60px);
    overflow: auto;
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }

  .slideWrap01 ul {
    display: inline-flex;
  }
  .slideWrap01 li {
    width: 294px !important;
    background-color: #ffffff;
    position: relative;
    flex-shrink: 0;
  }
  .slideWrap01 li:not(:first-child) {
    margin-left: 10px;
  }
  .slideWrap01 li:not(:last-child) {
    margin-right: 10px;
  }
  .slideContIn01 {
    text-align: left;
    padding: 10px 10px 100px 10px;
  }

  .cont02H402 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .cont02Text0102 {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    color: #c38f97;
    margin-bottom: 10px;
  }
  .cont02Text0202 {
    font-size: 13px;
    line-height: 1.6em;
  }
  .cont02Price02 {
    color: #a10115;
    font-size: 16px;
    line-height: 1.4em;
  }
  .cont02BtnWrap02 {
    margin-top: 15px;
  }
  .cont02BottomBox02 {
    text-align: right;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .cont02Btn01.cont02Btn02 {
    width: 100%;
  }

  /*------------------*/

  .bx-wrapper .bx-prev {
    left: -42px;
    background-image: url("../img/cont_slide_prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px auto;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: center center;
  }
  .bx-wrapper .bx-next {
    right: -42px;
    background-image: url("../img/cont_slide_next.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px auto;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: center center;
  }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 58px;
    height: 58px;
    text-indent: -9999px;
    z-index: 9999;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }

  /*-----------------*/

  .contBox03 {
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    margin: 0px 15px;
    background-color: #ffffff;
  }

  .contCountryAnc02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contCountryAnc02 a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3px 30px 3px 30px;
    width: 49%;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    background-color: #c38f97;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px 0px 10px 0px;
  }
  .contCountryAnc02 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .contCountryAnc02 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .contCountryAnc02 a:hover {
    background-color: #ffffff;
    color: #c38f97;
    text-decoration: none;
  }
  .contCountryAnc02 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contCountryAncWrap01.ancWrap02 {
    padding-bottom: 30px;
  }
  .contCountryBlock02 {
    padding: 40px 0px 0px 0px;
  }

  .contCountryBox03 {
    width: auto;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
  }

  .contBtnWrap01 {
    text-align: right;
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
  }

  a.contWineBtn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px auto;
    width: 100%;
    height: 60px;
    border: 1px solid #333333;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.contWineBtn01:link {
    color: #333333;
    text-decoration: none;
  }
  a.contWineBtn01:visited {
    color: #333333;
    text-decoration: none;
  }
  a.contWineBtn01:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
  }

  a.contWineBtn01::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
  }
  a.contWineBtn01:hover::after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }

  .tokusyuuBlock01 {
    background-color: #faf7f7;
    padding: 45px 18px 40px 18px;
  }
  .tokusyuuBannerWrap01 {
    width: auto;
    margin: auto;
  }
  .tokusyuuBannerWrap01 img {
    width: 100%;
    height: auto;
  }
  .tokusyuuBannerWrap01 li {
    padding-top: 15px;
  }
}

/* --------------------------------------------------------------------
 footer
-------------------------------------------------------------------- */

.footer {
  padding: 65px 0px 65px 0px;
}
.footerCopy01 {
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
}
.footerFlex01 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.footerLogo01 {
  width: 173px;
  margin-right: 50px;
}
.footerLogo01 img {
  width: 100%;
  height: auto;
}
.footerSns01 {
  width: 16px;
  margin-right: 20px;
}
.footerSns01 img {
  width: 100%;
  height: auto;
}

.pagetopButton {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 10000;
}
.pagetopButton img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 799px) {
  .footer {
    padding: 65px 0px 40px 0px;
  }
  .footerCopy01 {
    font-size: 11px;
    line-height: 1.3em;
    text-align: center;
  }
  .footerFlex01 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .footerLogo01 {
    width: 110px;
    margin-right: 40px;
  }
  .footerLogo01 img {
    width: 100%;
    height: auto;
  }
  .footerSns01 {
    width: 16px;
    margin-right: 20px;
  }
  .footerSns01 img {
    width: 100%;
    height: auto;
  }

  .pagetopButton {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10000;
  }
  .pagetopButton img {
    width: 36px;
    height: auto;
  }
}

/* --------------------------------------------------------------------
 メニュー表示用
-------------------------------------------------------------------- */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*----------------------*/

.menu-open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}
.menu-open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu-open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 799px) {
  /*デバイスwidth、～799px用のスタイルを記入*/
}

.menu-btn-pos {
  position: fixed;
  top: 30px;
  right: 45px;
  z-index: 2000100;
}
/*.menu-btn-pos.scroll {
	background-color: #ff9c81;
}*/

@media screen and (max-width: 767px) {
  .menu-btn-pos {
    top: 10px;
    right: 3%;
  }
}

.menu-btn {
  width: auto;
  height: 46px;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: #c38f97;
  transition: background 0.3s;
}
.menu-btn.scroll {
  background-color: transparent;
  transition: background 0.3s;
}
.menu-open .menu-btn {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    width: auto;
    height: 46px;
  }
}

.menu-container {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  top: 0px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
}

.menu ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: table;
  width: 1040px;
}

.menu ul li {
  color: white;
  padding: 20px 40px 20px 110px;
  /* font: 600 30px/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;
  font: 600 3rem/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;*/
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 21px;
  font-weight: bold;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background-image: url("../img/meganavi_icon01.png");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 48px auto;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .menu ul li {
    padding: 15px 10px;
    /* font: 600 26px/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;
    font: 600 2.6rem/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;*/
    font-size: 18px;
  }

  .menu-container {
    position: fixed;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    top: 0px;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
  }

  .menu ul {
    list-style: none;
    margin: auto;
    padding: 0;
    display: block;
    width: auto;
  }

  .menu ul li {
    color: white;
    padding: 20px 40px 20px 110px;
    /* font: 600 30px/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;
  font: 600 3rem/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;*/
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: 21px;
    font-weight: bold;
    display: block;
    text-align: left;
    vertical-align: middle;
    background-image: url("../img/meganavi_icon01.png");
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 24px auto;
    box-sizing: border-box;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .menu ul li {
    padding: 10px 0px 10px 28px;
    /* font: 600 22px/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;
    font: 600 2.2rem/160% "a-otf-ryumin-pr6n", "Noto Sans Japanese", sans-serif;*/
    font-size: 14px;
  }
}

.menu ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  text-decoration: none;
  color: #ffffff;
}

.menu ul li a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu ul li a:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media screen and (max-width: 999px) {
  .menu ul li a:after {
    bottom: -1px;
  }
}

.menu ul li a:hover {
  color: #ffffff;
  opacity: 1;
}

.menu ul li a:hover:after {
  left: 0;
  right: 0;
}

.menu ul li a.active {
  color: #000;
}

.menu ul li a.active:after {
  left: 0;
  right: 0;
}

.menu-sliders {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-flex 0.45s;
  transition: -webkit-box-flex 0.45s;
  -o-transition: flex 0.45s;
  transition: flex 0.45s;
  transition: flex 0.45s, -webkit-box-flex 0.45s, -ms-flex 0.45s;
}

.menu-sliders:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: transparent;
}

.menu-sliders:nth-child(odd) {
  background-image: url("../img/meganavi_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  /*background: rgba(255, 255, 255, 0.9);*/
  /*background-color: #04bfbf;*/
  /*opacity: 0.9;*/
}

body.menu-open .menu-btn-pos {
  position: fixed;
}

body.menu-open .menu-sliders:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
}

body.menu-open .menu {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}

body.menu-open .menu-btn div {
  background: transparent;
}

body.menu-open .menu-btn div:before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

body.menu-open .menu-btn div:after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  -ms-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
}

/*--------------------------------------------
	メニュー 2021/11/10
---------------------------------------------*/

.christmasMenuCont {
  /*display: none;*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2000000;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.christmasMenuCont.contOpen {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.4s;
}

.christmasMenuBg01 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  right: 0px;
}
.christmasMenu01 {
  box-sizing: border-box;
  height: 100%;
  padding: 70px 30px 20px 30px;
  background-color: #c38f97;
  position: absolute;
  top: 0px;
  right: 0px;
}

.christmasMenuUl01 {
  text-align: left;
  margin-top: 60px;
}
.christmasMenuUl01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.christmasMenuUl01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.christmasMenuUl01 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.christmasMenuUl01 a:active {
  color: #ffffff;
  text-decoration: underline;
}

.christmasMenuUl01 li {
  padding: 16px 0px 16px 0px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
}
.christmasMenuUl01 li:first-child {
  border-top: none;
}
.christmasMenuBox01 {
  padding: 0px 0px 0px 20px;
}
.christmasMenuBox01 p {
  padding: 8px 0px 8px 0px;
}
.christmasMenuBox01 a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
.christmasMenuBox01 a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}

@media screen and (max-width: 799px) {
  .christmasMenuCont {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2000000;
    overflow: auto;
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
  .christmasMenuBg01 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .christmasMenu01 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 70px 30px 50px 30px;
    background-color: #c38f97;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .christmasMenu01 img {
    width: 268px;
    height: auto;
  }

  .christmasMenuUl01 {
    text-align: left;
    margin-top: 40px;
  }
  .christmasMenuUl01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .christmasMenuUl01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .christmasMenuUl01 a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .christmasMenuUl01 a:active {
    color: #ffffff;
    text-decoration: underline;
  }

  .christmasMenuUl01 li {
    padding: 16px 0px 16px 0px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6em;
  }
  .christmasMenuUl01 li:first-child {
    border-top: none;
  }
  .christmasMenuBox01 {
    padding: 0px 0px 0px 20px;
  }
  .christmasMenuBox01 p {
    padding: 8px 0px 8px 0px;
  }
  .christmasMenuBox01 a {
    display: inline-block;
    padding-left: 12px;
    position: relative;
  }
  .christmasMenuBox01 a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -4px;
  }
}

/*--------------------------------------------
	サムネイル付きスライダー 2021/11/16
---------------------------------------------*/

/*lSSlider*/
.lSSlideWrapper,
.lSSlideOuter .lSPager.lSGallery img {
  border: none;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active {
  position: relative;
}
.lSSlideOuter .lSPager.lSGallery li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.lSAction > a {
  background-image: none;
  opacity: 0.6;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.lSAction > a::before {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  color: #fff;
  padding-left: 8px;
}
.lSAction > a.lSPrev::before {
  content: "\f053";
}

@media screen and (max-width: 799px) {
}

/*-----*/
