@charset "Shift_JIS";

/* - - - - - - - - - - - common - - - - - - - - - - - */

html, body {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.wk_wrapper * {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

.wk_wrapper img, .wk_wrapper video, .wk_wrapper object {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

.wk_wrapper img {
  width: 100%;
}

.wk_wrapper a {
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}





/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }

.header_wine {
  min-height: 127.98px;
}





/* - - - - - - - - - - - - - - - - - (common + index) - - - - - - - - - - - - - - - - - */

.wk_wrapper {
  position: relative;
  background: #f4f3f0;
  padding: 0 0 100px;
}

.wk_title {
  position: relative;
  margin: 0 auto 20px;
}

.wk_title a {
  position: relative;
  display: block;
}

.wk_kv_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

.wk_title h1 {
  position: absolute;
  top: 55.5%;
  left: 21.7%;
  width: 28%;
  max-width: 356px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wk_breadcrumb {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 60px;
  margin: 0 auto 20px;
  padding: 18px 0 15px;
  background: #f4f3f0;
}

.wk_breadcrumb ul {
  display: -webkit-box;
  display: flex;
  width: 88%;
  max-width: 1366px;
  margin: 0 auto;
  font-size: 14px;
  overflow: auto hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wk_breadcrumb ul::-webkit-scrollbar {
  display: none;
}

.wk_breadcrumb li {
  display: block;
  white-space: nowrap;
}

.wk_breadcrumb li a {
  position: relative;
  display: block;
}

.wk_breadcrumb li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wk_breadcrumb li a:hover::after {
  width: 100%;
}

.wk_breadcrumb span.wk_breadcrumb_current_name {
  display: block;
}

.wk_wrapper_open span.wk_breadcrumb_current_name::first-letter {
  font-size: 0;
}

.wk_top_spnav {
  display: none;
}

.wk_content {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 88%;
  max-width: 1366px;
  margin: 0 auto;
}

.wk_content_top {
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 88%;
  max-width: 1366px;
  margin: 0 auto;
}

.wk_main_top {
  -webkit-flex-basis: 31.7%;
  -ms-flex-basis: 31.7%;
  flex-basis: 31.7%;
  max-width: 31.7%;
  width: 31.7%;
  margin: 0 0;
}

.wk_main_top h3,
.wk_main_top h3 a,
.wk_main_top h3 span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 90px;
  background: #575656;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.wk_main_top h3 {
  margin: 0 auto 40px;
}

.wk_main_top ul + h3 {
  margin-top: 52px;
}

.wk_main_top h3 a {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: url("../images/icn_arrow_r_wh.png") right 8px center / 7px auto no-repeat;
  background-color: transparent;
}

.wk_main_top h3 a:hover {
  opacity: 0.6;
}

.wk_main_top h3 span {
  display: inline-block;
  height: auto;
  min-height: 54px;
  padding: 9px 0 9px 65px;
}

.wk_main_top h3.top_wine {
  background-color: #6d3d8b;
}

.wk_main_top h3.top_enjoy {
  background-color: #9d3444;
}

.wk_main_top h3.top_wine span {
  background: url("../images/icn_nav01.png") left center / 54px 54px no-repeat;
  background-color: #6d3d8b;
}

.wk_main_top h3.top_enjoy span {
  background: url("../images/icn_nav02.png") left center / 54px 54px no-repeat;
}

.wk_main_top h3.top_open span {
  background: url("../images/icn_nav03.png") left center / 54px 54px no-repeat;
}

.wk_main_top h3.top_search span {
  background: url("../images/icn_nav04.png") left center / 54px 54px no-repeat;
}

.wk_main_top ul {
  margin: 0 auto 20px;
  border-top: 1px solid #A7A7A7;
}

.wk_main_top ul li {
  border-bottom: 1px solid #A7A7A7;
}

.wk_main_top ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  min-height: 90px;
  padding: 10px 28px 10px 5px;
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat;
  line-height: 1.44;
}

.wk_main_top ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(87,86,86,0.12);
}

.wk_main_top_wine ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(109,61,139,0.12);
}

.wk_main_top_enjoy ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(157,52,68,0.12);
}

.wk_main_top ul li a img {
  width: 70px;
  margin: 0 20px 0 0;
}





/* - - - - - - - - - - - - - - - - - (lower) - - - - - - - - - - - - - - - - - */

.wk_main {
  -webkit-flex-basis: 72.5%;
  -ms-flex-basis: 72.5%;
  flex-basis: 72.5%;
  max-width: calc(97.8% - 323px);
  width: 72.5%;
  position: relative;
  margin: 0 2.2% 0 0;
  background: #fff;
}

.wk_main_inner {
  padding: 50px 6.5% 30px;
}

.wk_main_inner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wk_main_inner h2 {
  margin: 0 auto 27px;
  font-weight: bold;
  font-size: 36px;
}

.wk_content_wine .wk_main_inner h2 {
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h2 {
  color: #9d3444;
}

.wk_main_inner section {
  position: relative;
}

.wk_main_inner h3 {
  position: relative;
  clear: both;
  margin: 80px 0 40px;
  padding: 16px 9px 18px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}

.wk_main_inner h2 + section h3 {
  margin-top: 50px;
}

.wk_content_wine .wk_main_inner h3 {
  border-top: 1px solid #6d3d8b;
  border-bottom: 1px solid #6d3d8b;
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h3 {
  border-top: 1px solid #9d3444;
  border-bottom: 1px solid #9d3444;
  color: #9d3444;
}

.wk_main_inner h3 span {
  color: #9d3444;
}

.wk_main_inner h4 {
  clear: both;
  padding: 35px 0 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.wk_content_wine .wk_main_inner h4 {
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h4 {
  color: #9d3444;
}

.wk_main_inner h5 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.wk_content_enjoy h5 span {
  font-weight: 500;
  color: #9d3444;
}

.wk_main_inner h6 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.wk_main_inner p {
  margin: 0 0 40px;
  line-height: 2;
}

.wk_main_inner p.wk_txt_half {
  width: 48.15%;
}

.wk_content_wine p a {
  color: #AF0D59;
}

.wk_content_wine p a:hover {
  color: #C20E62;
  text-decoration: underline;
}

.wk_content_wine p span {
  color: #6d3d8b;
}

.wk_ph {
  margin: 50px 0 50px;
}

.wk_ph_half {
  float: right;
  width: 48.15%;
  margin: 0 0 40px 3.7%;
  padding: 7px 0 0;
}

.wk_ph_half img {
  margin: 0 auto 10px;
}

.wk_caption {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}

.wk_ph640 {
  width: 80%;
  max-width: 640px;
  margin: 50px auto 50px;
}

.wk_ph640 a:hover {
  opacity: 0.7;
}

.wk_ph500 {
  width: 80%;
  max-width: 500px;
  margin: 50px auto 50px;
}

.wk_ph340 {
  width: 60%;
  max-width: 340px;
  margin: 20px auto 20px;
}

.wk_banner a:hover {
  opacity: 0.7;
}

.wk_wine_bg {
  clear: both;
  margin: 0 0 50px;
  padding: 0 40px 40px;
  background: #f5f2f7;
}

.wk_wine_bg > *:last-child {
  margin-bottom: 0;
}

.wk_column {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  clear: both;
  margin: 0 0 30px;
}

.wk_column_glass {
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #A7A7A7;
}

.wk_column_glass:last-child {
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.wk_column_tasting {
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #A7A7A7;
}

.wk_column_tasting::after {
  position: absolute;
  bottom: -17px;
  left: 24.7%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 40px 0 40px;
  border-color: #9d3444 transparent transparent transparent;
}

.wk_column_tasting:last-child {
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.wk_column_tasting:last-child::after {
  display: none;
}

.wk_main_inner .wk_column_glass p,
.wk_main_inner .wk_column_tasting p {
  margin: 0 0 0;
}

.wk_column_cnt1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}

.wk_column_cnt2 {
  -webkit-flex-basis: 48.15%;
  -ms-flex-basis: 48.15%;
  flex-basis: 48.15%;
  max-width: 48.15%;
  width: 48.15%;
  margin: 0 0 10px;
}

.wk_column_cnt2_l {
  -webkit-flex-basis: 61.73%;
  -ms-flex-basis: 61.73%;
  flex-basis: 61.73%;
  max-width: 61.73%;
  width: 61.73%;
  margin: 0 0 10px;
}

.wk_column_cnt2_s {
  -webkit-flex-basis: 36.5%;
  -ms-flex-basis: 36.5%;
  flex-basis: 36.5%;
  max-width: 36.5%;
  width: 36.5%;
  margin: 0 0 10px;
}

.wk_column_cnt2_ll {
  -webkit-flex-basis: 77.78%;
  -ms-flex-basis: 77.78%;
  flex-basis: 77.78%;
  max-width: 77.78%;
  width: 77.78%;
  margin: 0 0 10px;
}

.wk_column_cnt2_ss {
  -webkit-flex-basis: 21%;
  -ms-flex-basis: 21%;
  flex-basis: 21%;
  max-width: 21%;
  width: 21%;
  margin: 0 0 10px;
}

.wk_column_cnt2_open {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0 0;
}

.wk_column_cnt2_open:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background: #A7A7A7;
}

.wk_column_cnt2_open:nth-child(3)::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: #A7A7A7;
}

.wk_column_cnt2_open:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #A7A7A7;
}

.wk_column_cnt2_open:nth-child(4)::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #A7A7A7;
}

.wk_column_cnt2_open p {
  margin: 25px 8.64% 15px;
}

.btn_wk_bt {
  text-align: center;
}

.btn_wk_bt a {
  display: inline-block;
  width: 84%;
  margin: 20px 0 0;
  padding: 6px 14px 8px;
  border: 1px solid #333;
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat;
  line-height: 1.125;
  text-align: center;
}

.btn_wk_bt a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(109,61,139,0.12);
}

.wk_main_inner dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wk_main_inner dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 3% 0 0;
  padding: 17px 37px;
  background: #edd3d7;
  text-align: center;
}

.wk_main_inner dd {
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 2;
}

.wk_movie {
  position: relative;
  margin: 0 auto 40px;
  padding: 56.25% 0 0 0;
}

.wk_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wk_mariage_title1 {
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.wk_mariage_title1_rouge span {
  color: #af0d59;
}

.wk_mariage_title1_blanc span {
  color: #80a936;
}

.wk_mariage_title1_rose span {
  color: #c75f9a;
}

.wk_mariage_title2 {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #ae965c;
}

.wk_mariage_title2 + p {
  margin-top: 12px;
}

.wk_mariage_title3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
}





/* - - - - - - - - - - - - - - - - - (side) - - - - - - - - - - - - - - - - - */

.wk_side {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  min-width: 323px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

.wk_side.is-end {
  top: auto;
  bottom: 0;
}

.wk_side > ul {
  border-top: 1px solid #A7A7A7;
}

.wk_side ul li {
  border-bottom: 1px solid #A7A7A7;
}

.wk_side ul li a {
  display: block;
  padding: 16px 27px 18px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}

.wk_side ul li.wk_nav00 > a {
  padding: 15px 10px 17px 10px;
  background: url("../images/icn_arrow_r_wh.png") right 20px center / 7px auto no-repeat #5b3d29;
  text-align: center;
}

.wk_side ul li.wk_nav01 > a {
  background: url("../images/icn_arrow_r_wh.png") right 20px center / 7px auto no-repeat, url("../images/icn_nav01.png") left 12px center / 30px 30px no-repeat #6d3d8b;
  background-color: #6d3d8b;
}

.wk_side ul li.wk_nav02 > a {
  background: url("../images/icn_arrow_r_wh.png") right 20px center / 7px auto no-repeat, url("../images/icn_nav02.png") left 12px center / 30px 30px no-repeat #9d3444;
}

.wk_side ul li.wk_nav03 > a {
  background: url("../images/icn_arrow_r_wh.png") right 20px center / 7px auto no-repeat, url("../images/icn_nav03.png") left 12px center / 30px 30px no-repeat #575656;
}

.wk_side ul li.wk_nav04 > a {
  background: url("../images/icn_arrow_r_wh.png") right 20px center / 7px auto no-repeat, url("../images/icn_nav04.png") left 12px center / 30px 30px no-repeat #575656;
}

.wk_side ul li a:hover {
  opacity: 0.8;
}

.wk_side ul li ul li:last-child {
  border-bottom: none;
}

.wk_side ul li ul li a {
  display: block;
  padding: 14px 27px 16px 50px;
  background: url("../images/icn_snav.png") left 28px center / 10px 2px no-repeat;
  font-size: 15px;
  line-height: 1.3;
  color: #333;
}

.wk_side ul li.wk_nav00 a {
  padding: 19px 27px 21px 27px;
}

.wk_side ul li.wk_nav00 a img {
  max-width: 142px;
  margin: 0 auto;
}

.wk_side ul li.wk_nav01 ul li a {
  background-color: rgba(109,61,139,0.10);
}

.wk_side ul li.wk_nav02 ul li a {
  background-color: rgba(157,52,68,0.10);
}

.wk_side ul li.wk_nav03 ul li a {
  background-color: rgba(87,86,86,0.10);
}

.wk_side ul li.wk_nav01 ul li a:hover {
  background-color: rgba(109,61,139,0.20);
  opacity: 1;
}

.wk_side ul li.wk_nav02 ul li a:hover {
  background-color: rgba(157,52,68,0.20);
  opacity: 1;
}

.wk_side ul li.wk_nav03 ul li a:hover {
  background-color: rgba(87,86,86,0.20);
  opacity: 1;
}

.wk_side ul li ul li.current a {
  color: #fff;
}

.wk_side ul li.wk_nav01 ul li.current a,
.wk_side ul li.wk_nav01 ul li.current a:hover {
  background-color: rgba(109,61,139,0.50);
}

.wk_side ul li.wk_nav02 ul li.current a,
.wk_side ul li.wk_nav02 ul li.current a:hover {
  background-color: rgba(157,52,68,0.50);
}

.wk_side ul li.wk_nav03 ul li.current a,
.wk_side ul li.wk_nav03 ul li.current a:hover {
  background-color: rgba(87,86,86,0.50);
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 1080px) {

/* - - - - - - - - - - - - - - - - - (common + index) - - - - - - - - - - - - - - - - - */

.wk_main_top h3,
.wk_main_top h3 a,
.wk_main_top h3 span {
  height: 70px;
  font-size: 22px;
}

.wk_main_top h3 span {
  min-height: 40px;
  padding: 20px 0 9px 50px;
}

.wk_main_top h3.top_wine span {
  background: url("../images/icn_nav01.png") left center / 40px 40px no-repeat;
}

.wk_main_top h3.top_enjoy span {
  background: url("../images/icn_nav02.png") left center / 40px 40px no-repeat;
}

.wk_main_top h3.top_open span {
  background: url("../images/icn_nav03.png") left center / 40px 40px no-repeat;
}

.wk_main_top h3.top_search span {
  background: url("../images/icn_nav04.png") left center / 40px 40px no-repeat;
}





/* - - - - - - - - - - - - - - - - - (lower) - - - - - - - - - - - - - - - - - */

.wk_main {
  -webkit-flex-basis: 72.5%;
  -ms-flex-basis: 72.5%;
  flex-basis: 72.5%;
  max-width: 72.5%;
  width: 72.5%;
  position: relative;
  margin: 0 0 0 0;
  background: #fff;
}





/* - - - - - - - - - - - - - - - - - (side) - - - - - - - - - - - - - - - - - */

.wk_side {
  min-width: 24%;
}

.wk_side ul li a {
  padding: 11px 22px 13px 47px;
  font-size: 16px;
}

.wk_side ul li ul li a {
  padding: 9px 18px 11px 47px;
  font-size: 14px;
}





}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

body:not(.wk_top) .page-top {
  bottom: 130px !important;
}

body:not(.wk_top) .global-footer__lower {
  padding-bottom: 150px !important;
}

.header_wine {
  min-height: 52.55px;
}





/* - - - - - - - - - - - - - - - - - (common + index) - - - - - - - - - - - - - - - - - */

.wk_wrapper {
  position: relative;
  background: #f4f3f0;
  padding: 0 0 50px;
}

.wk_title {
  position: relative;
  margin: 0 auto 10px;
}

.wk_title a {
  position: relative;
  display: block;
}

.wk_kv_image {
  position: absolute;
  top: 0;
  left: -9%;
  width: 78%;
}

.wk_title h1 {
  position: absolute;
  top: 57%;
  left: 17%;
  width: 30%;
  max-width: 108px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wk_breadcrumb {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 54px;
  margin: 0 auto 10px;
  padding: 8px 0 5px;
  background: #f4f3f0;
}

.wk_breadcrumb ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 10px;
  font-size: 12px;
  overflow: auto hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wk_breadcrumb ul::-webkit-scrollbar {
  display: none;
}

.wk_breadcrumb li {
  display: block;
  white-space: nowrap;
}

.wk_breadcrumb li a {
  position: relative;
  display: block;
}

.wk_breadcrumb li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wk_breadcrumb li a:hover::after {
  width: 100%;
}

.wk_breadcrumb span.wk_breadcrumb_current_name {
  display: block;
  width: 100%;
  line-height: 1.8;
}

.wk_top_spnav {
  display: block;
}

.wk_top_spnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto;
  max-width: 1366px;
  margin: 0 10px 40px;
}

.wk_top_spnav li {
  -webkit-flex-basis: 31.2%;
  -ms-flex-basis: 31.2%;
  flex-basis: 31.2%;
  max-width: 31.2%;
  width: 31.2%;
}

.wk_top_spnav li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 11px 10px 13px;
  background: url("../images/icn_arrow_b_wh.png") center bottom 5px / 6px auto no-repeat #575656;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.wk_top_spnav li.wk_top_spnav_wine a {
  background-color: #6d3d8b;
}

.wk_top_spnav li.wk_top_spnav_enjoy a {
  background-color: #9d3444;
}

.wk_content {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.wk_content_top {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.wk_main_top {
  width: auto;
  max-width: none;
  margin: 0 10px;
}

body:not(.wk_top)  .wk_main_top {
  margin-top: 50px;
}

body:not(.wk_top)  .wk_main_top ul {
  margin-bottom: 0;
}

.wk_main_top h3,
.wk_main_top h3 a,
.wk_main_top h3 span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 64px;
  background: #575656;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.wk_main_top h3 {
  margin: 0 auto 20px;
}

.wk_main_top ul + h3 {
  margin-top: 40px;
}

.wk_main_top h3 a {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: url("../images/icn_arrow_r_wh.png") right 8px center / 7px auto no-repeat;
  background-color: transparent;
}

.wk_main_top h3 a:hover {
  opacity: 0.6;
}

.wk_main_top h3 span {
  display: inline-block;
  height: auto;
  min-height: 34px;
  padding: 5px 0 4px 45px;
}

.wk_main_top h3.top_wine {
  background-color: #6d3d8b;
}

.wk_main_top h3.top_enjoy {
  background-color: #9d3444;
}

.wk_main_top h3.top_wine span {
  background: url("../images/icn_nav01.png") left center / 34px 34px no-repeat;
  background-color: #6d3d8b;
}

.wk_main_top h3.top_enjoy span {
  background: url("../images/icn_nav02.png") left center / 34px 34px no-repeat;
}

.wk_main_top h3.top_open span {
  background: url("../images/icn_nav03.png") left center / 34px 34px no-repeat;
}

.wk_main_top h3.top_search span {
  background: url("../images/icn_nav04.png") left center / 34px 34px no-repeat;
}

.wk_main_top ul {
  margin: 0 auto 40px;
  border-top: 1px solid #A7A7A7;
}

.wk_main_top ul li {
  border-bottom: 1px solid #A7A7A7;
}

.wk_main_top ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  min-height: 90px;
  padding: 10px 28px 10px 5px;
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat;
  line-height: 1.44;
}

.wk_main_top ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(87,86,86,0.12);
}

.wk_main_top_wine ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(109,61,139,0.12);
}

.wk_main_top_enjoy ul li a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(157,52,68,0.12);
}

.wk_main_top ul li a img {
  width: 70px;
  margin: 0 20px 0 0;
}





/* - - - - - - - - - - - - - - - - - (lower) - - - - - - - - - - - - - - - - - */

.wk_main {
  position: relative;
  width: auto;
  max-width: none;
  margin: 0 10px;
  background: #fff;
}

.wk_main_inner {
  padding: 30px 3% 30px;
}

.wk_main_inner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wk_main_inner h2 {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.wk_content_wine .wk_main_inner h2 {
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h2 {
  color: #9d3444;
}

.wk_main_inner section {
  position: relative;
}

.wk_main_inner h3 {
  position: relative;
  clear: both;
  margin: 50px 0 30px;
  padding: 13px 0 14px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.wk_main_inner h2 + section h3 {
  margin-top: 30px;
}

.wk_content_wine .wk_main_inner h3 {
  border-top: 1px solid #6d3d8b;
  border-bottom: 1px solid #6d3d8b;
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h3 {
  border-top: 1px solid #9d3444;
  border-bottom: 1px solid #9d3444;
  color: #9d3444;
}

.wk_main_inner h3 span {
  color: #9d3444;
}

.wk_main_inner h4 {
  clear: both;
  padding: 15px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.wk_content_wine .wk_main_inner h4 {
  color: #6d3d8b;
}

.wk_content_enjoy .wk_main_inner h4 {
  color: #9d3444;
}

.wk_main_inner h5 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.wk_content_enjoy h5 span {
  font-weight: 500;
  color: #9d3444;
}

.wk_main_inner h6 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}

.wk_main_inner p {
  margin: 0 auto 30px;
  line-height: 2;
  font-size: 0.875rem;
}

.wk_main_inner p.wk_txt_half {
  width: 100%;
}

.wk_content_wine p a {
  color: #AF0D59;
}

.wk_content_wine p a:hover {
  color: #C20E62;
  text-decoration: underline;
}

.wk_content_wine p span {
  color: #6d3d8b;
}

.wk_main_inner p.wk_ph_scroll {
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}

.wk_main_inner p.wk_ph_scroll img {
  max-width: 810px;
  width: 810px;
}

.wk_ph {
  margin: 30px 0 30px;
}

.wk_ph_half {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 0;
}

.wk_ph_half img {
  margin: 0 auto 10px;
}

.wk_caption {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}

.wk_ph640 {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 30px;
}

.wk_ph640.wk_ph80 {
  width: 80%;
}

.wk_ph640 a:hover {
  opacity: 0.7;
}

.wk_ph500 {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 30px;
}

.wk_ph340 {
  width: 70%;
  max-width: 340px;
  margin: 14px auto 14px;
}

.wk_wine_bg {
  clear: both;
  margin: 0 0 30px;
  padding: 15px 15px 30px;
  background: #f5f2f7;
}

.wk_wine_bg > *:last-child {
  margin-bottom: 0;
}

.wk_column {
  display: block;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  clear: both;
  margin: 0 0 30px;
}

.wk_column_glass {
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px solid #A7A7A7;
}

.wk_column_glass:last-child {
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.wk_column_tasting {
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #A7A7A7;
}

.wk_column_tasting::after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #9d3444 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.wk_column_tasting:last-child {
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.wk_column_tasting:last-child::after {
  display: none;
}

.wk_main_inner .wk_column_glass p,
.wk_main_inner .wk_column_tasting p {
  margin: 0 0 0;
}

.wk_column_cnt1 {
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}

.wk_column_cnt2 {
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}

.wk_column_cnt2_l {
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}

.wk_column_cnt2_s {
  max-width: 90%;
  width: 90%;
  margin: 0 auto 10px;
}

.wk_column_cnt2_ll {
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}

.wk_column_cnt2_ss {
  max-width: 56%;
  width: 56%;
  margin: 0 auto 10px;
}

.wk_column_cnt2_ss.wk_column_cnt2_ssw {
  max-width: 82%;
  width: 82%;
}

.wk_column_cnt2_open {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0 0;
}

.wk_column_cnt2_open:first-child::before {
  display: none;
}

.wk_column_cnt2_open:nth-child(3)::before {
  display: none;
}

.wk_column_cnt2_open:nth-child(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #A7A7A7;
}

.wk_column_cnt2_open:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #A7A7A7;
}

.wk_column_cnt2_open:nth-child(4)::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #A7A7A7;
}

.wk_column_cnt2_open p {
  margin: 15px 0 15px;
}

.btn_wk_bt {
  text-align: center;
}

.btn_wk_bt a {
  display: inline-block;
  width: 84%;
  margin: 20px 0 0;
  padding: 6px 14px 8px;
  border: 1px solid #333;
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat;
  line-height: 1.125;
  text-align: center;
}

.btn_wk_bt a:hover {
  background: url("../images/icn_arrow_r_bl.png") right 5px center / 7px auto no-repeat rgba(109,61,139,0.12);
}

.wk_main_inner dl {
  display: block;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wk_main_inner dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  background: #edd3d7;
  text-align: center;
  font-size: 0.875rem;
}

.wk_main_inner dd {
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 2;
  font-size: 0.875rem;
}

.wk_movie {
  position: relative;
  margin: 0 auto 20px;
  padding: 56.25% 0 0 0;
}

.wk_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wk_mariage_title1 {
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
}

.wk_mariage_title1_rouge span {
  color: #af0d59;
}

.wk_mariage_title1_blanc span {
  color: #80a936;
}

.wk_mariage_title1_rose span {
  color: #c75f9a;
}

.wk_mariage_title2 {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  color: #ae965c;
}

.wk_mariage_title2 + p {
  margin-top: 12px;
}

.wk_mariage_title3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #333;
}





/* - - - - - - - - - - - - - - - - - (side) - - - - - - - - - - - - - - - - - */

.wk_side {
  position: fixed;
  top: auto;
  bottom: 60px;
  right: 0;
  width: 100%;
  min-width: 100%;
  max-height: 60px;
  height: 60px;
  overflow: auto;
  z-index: 9;
}

.wk_side.is-end {
  top: auto;
  bottom: 60px;
}

.wk_side > ul {
  display: -webkit-box;
  display: flex;
  height: 60px;
  border-top: none;
  overflow: hidden;
}

.wk_side ul li {
  position: relative;
  border-bottom: none;
  transition: all .2s ease;
}

.wk_side ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.25);
}

.wk_side ul li:last-child::after {
  display: none;
}

.wk_side > ul > li {
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  border-top: 1px solid #333;
}

.wk_side ul li a {
  display: block;
  padding: 16px 27px 18px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}

.wk_side > ul > li a {
  display: block;
  height: 60px;
  padding: 9px 5px 11px 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.wk_side ul li.wk_nav00 {
  display: none;
}

.wk_side ul li.wk_nav01 > a {
  background-image: none;
}

.wk_side ul li.wk_nav02 > a {
  background-image: none;
}

.wk_side ul li.wk_nav03 > a {
  background-image: none;
}

.wk_side ul li.wk_nav04 > a {
  background-image: none;
}

.wk_side ul li a:hover {
  opacity: 1;
}

.wk_sidenav_child {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin: 0 0;
  background: rgba(255,255,255,0.90);
}
  
.wk_sidenav_child::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: url("../images/icn_arrow_r_bl.png") center center / auto auto no-repeat;
  transform: rotate(180deg);
}

.wk_sidenav_child::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: url("../images/icn_arrow_r_bl.png") center center / auto auto no-repeat;
}

.wk_side ul li ul {
  display: -webkit-box;
  display: flex;
  width: auto;
  margin: 0 20px;
  overflow: auto hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wk_side ul li ul::-webkit-scrollbar {
  display: none;
}

.wk_side ul li ul li {
  position: relative;
  display: block;
  white-space: nowrap;
}

.wk_side ul li ul li::after {
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background: #333;
}

.wk_side ul li ul li:last-child::after {
  display: none;
}

.wk_side ul li ul li:last-child {
  border-bottom: none;
}

.wk_side ul li ul li a {
  display: block;
  padding: 18px 20px 10px 20px;
  background-image: none;
  font-size: 15px;
  line-height: 1.3;
  color: #333;
}

.wk_side ul li.wk_nav01 ul li a {
  background-color: transparent;
  color: #6d3d8b;
}

.wk_side ul li.wk_nav02 ul li a {
  background-color: transparent;
  color: #9d3444;
}

.wk_side ul li.wk_nav03 ul li a {
  background-color: transparent;
  color: #575656;
}

.wk_side ul li.wk_nav01 ul li a:hover {
  background-color: transparent;
  opacity: 1;
}

.wk_side ul li.wk_nav02 ul li a:hover {
  background-color: transparent;
  opacity: 1;
}

.wk_side ul li.wk_nav03 ul li a:hover {
  background-color: transparent;
  opacity: 1;
}

.wk_side ul li.wk_nav04 ul li a:hover {
  background-color: transparent;
  opacity: 1;
}

.wk_side ul li ul li.current a {
  font-weight: bold;
}

.wk_side ul li.wk_nav01 ul li.current a,
.wk_side ul li.wk_nav01 ul li.current a:hover {
  background-color: transparent;
}

.wk_side ul li.wk_nav02 ul li.current a,
.wk_side ul li.wk_nav02 ul li.current a:hover {
  background-color: transparent;
}

.wk_side ul li.wk_nav03 ul li.current a,
.wk_side ul li.wk_nav03 ul li.current a:hover {
  background-color: transparent;
}

.wk_side ul li.wk_nav04 ul li.current a,
.wk_side ul li.wk_nav04 ul li.current a:hover {
  background-color: transparent;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  .wk_breadcrumb {
    display: none;
  }

  .wk_main {
    -webkit-flex-basis: 96%;
    -ms-flex-basis: 96%;
    flex-basis: 96%;
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
  }

  .wk_side {
    display: none;
  }
  
  .page-top {
    display: none;
  }

}





/* - - - - - - - - - - - /EOF - - - - - - - - - - - */







