@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

* {
  letter-spacing: 0.1rem;
  font-family: "Roboto", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.breadcrumbs {
  color: gray;
  font-size: 12px;
  padding: 50px 0;
}
.breadcrumbs span {
  font-family: "Roboto", sans-serif;
}
.breadcrumbs a {
  color: gray;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
  /* フェードインで動く高さを指定 */
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-inner .logo a {
  color: #fff;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-list a {
  padding: 30px 20px;
  color: #fff;
  display: block;
}
.gnav-list a:hover {
  color: green;
}

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 10s linear 0s 1 normal both;
          animation: zoom-in 10s linear 0s 1 normal both;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.text-center {
  padding: 100px 0;
  text-align: center;
}
.text-center .second-title {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
}
.text-center .second-body {
  padding: 70px 0;
}
.text-center .second-body .second-body-text {
  line-height: 2.4;
}
.text-center .second-image {
  height: 300px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.section-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.section-image .section-image-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.section-image .section-title {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 15%;
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.container-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container-inner {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container-inner {
    width: 978px;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner {
    width: 1150px;
  }
}

.container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
}

.container-list {
  width: 33.333333%;
  padding: 0 20px;
}
.container-list .container-image {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.container-list .container-image img {
  border-radius: 50%;
}
.container-list .container-image .mask {
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container-list .container-image .mask:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.container-list .container-image .mask:hover .hover-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.container-list .container-image .hover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 1;
}
.container-list .container-title {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}
.container-list .container-text {
  line-height: 2.2;
}
.container-list .btn {
  text-align: center;
  padding-top: 30px;
}
.container-list .btn a {
  background-color: rgb(177, 172, 172);
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
}
.container-list .btn a:hover {
  background-color: rgb(52, 121, 52);
}

.news-container {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .news-container {
    width: 1150px;
  }
}

.news {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}

article .news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article .news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 100px;
}
article .news-row:nth-child(odd) {
  padding-right: 20px;
}

.news-thumbnail {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.news-thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-thumbnail img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-body {
  width: 75%;
  margin: 0 auto;
  padding-left: 20px;
}
.news-body .news-title {
  padding-bottom: 10px;
}
.news-body .news-title a {
  color: #000;
}
.news-body .news-title a:hover {
  color: gray;
  text-decoration: underline;
}
.news-body .news-text {
  color: black;
  font-size: 12px;
}
.news-body .news-text:hover {
  color: gray;
  text-decoration: underline;
}

.time {
  color: green;
  padding-left: 25px;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
}
.time:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(./img/clock.svg);
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.more a {
  background-color: rgb(167, 167, 167);
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.more a:hover {
  background-color: green;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.an-exclusive-image {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.map {
  background-size: cover;
  background-image: url(./img/map.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.map .map-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.map .map-inner {
  width: 50%;
}
.map .blocktext {
  line-height: 2;
}

.clearfix {
  display: flow-root;
}

dl dt {
  float: left;
  width: 135px;
}

.an-exclusive-image img {
  width: 100%;
}

.news-thumbnail img {
  width: 100%;
}

.category-image {
  background-image: url(./img/blog-image.jpg);
  height: 500px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-image .category-title {
  color: #fff;
  font-size: 50px;
}

.single-title {
  padding-bottom: 10px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row .content-inner {
  width: 70%;
}
.row aside {
  width: 30%;
}

.single-content .single-thumbnail {
  padding: 30px 0;
  width: 85%;
}
.single-content .single-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-content .single-text {
  line-height: 2;
}

.archive-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-inner {
  width: 30%;
  padding-bottom: 50px;
}

.archive-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.archive-image {
  margin-bottom: 10px;
  display: block;
}

.archive-link {
  color: black;
}
.archive-link:hover {
  color: gray;
  text-decoration: underline;
}

.archive-text {
  margin-top: 10px;
  display: block;
}

.menu-wrapper {
  margin-bottom: 100px;
}

.headline01 {
  color: green;
  font-size: 30px;
  margin-bottom: 20px;
}

.headline02 {
  font-size: 24px;
}

.headline-text {
  margin: 40px 0;
  line-height: 2.4;
  font-size: 13px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-inner {
  width: 48%;
}

.menu-title {
  margin: 20px 0;
  font-size: 16px;
}

.menu-list li {
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: 12px;
  color: #555;
}

.menu-image img {
  width: 100%;
}

.winelist {
  margin-top: -20px;
}

.consept-wrapper .consept-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consept-wrapper .consept-inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.consept-wrapper .consept-inner .text-box {
  width: 48%;
  margin-bottom: 50px;
}
.consept-wrapper .consept-inner .consept-image {
  width: 48%;
}
.consept-wrapper .consept-inner .consept-image img {
  width: 100%;
}

.consept-title {
  font-size: 24px;
  margin-bottom: 1em;
}

.consept-text {
  font-size: 13px;
  line-height: 2.4;
}

.consept-menu {
  margin-top: 60px;
}

.consept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
.consept-list li {
  width: 31%;
  margin-bottom: 20px;
}
.consept-list li img {
  width: 100%;
}

.contact-form {
  width: 60%;
  margin: 0 auto;
}

.wpcf7-text, textarea {
  width: 100%;
}

.wpcf7-text, textarea {
  border: solid 2px rgb(197, 195, 195);
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0 20px 0;
}

.wpcf7-submit {
  color: white;
  background-color: black;
  padding: 10px 0;
  border-radius: 15px;
  width: 40%;
  margin: 0 auto;
  display: block;
}
.wpcf7-submit:hover {
  background-color: rgb(66, 65, 65);
}/*# sourceMappingURL=style.css.map */