@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost&family=Noto+Serif+JP:wght@200..900&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  counter-reset: section;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a:link {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
p, ul li, ol li, table, dt, dd {
  font-size: 90%;
  line-height: 2.2em;
  text-align: left;
  letter-spacing: 0.1em;
}
p.mini span {
  font-size: 90%;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-height: calc(100%);
}
.global, .wrap, .contents {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  position: fixed;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 82px;
}
h1 {
  width: 350px;
  height: 55px;
  margin: 0px;
  position: absolute;
  top: 10px;
  left: 30px;
}
h1 a {
  width: 350px;
  height: 55px;
  display: block;
  background: url("../image/logo.svg") center center/350px 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* video */
.video {
  width: 100% !important;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  max-width: 90%;
}
@media (max-width: 1000px) {
  .video img {
    width: 100% !important;
  }
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
  z-index: 2
}
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.contents {
  padding: 10px 0px;
}
.space {
  margin: 50px 0px;
}
a.onlineshop {
  width: 300px;
  height: 137px;
  background: url("../image/bt_online.svg") center center/cover no-repeat;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.onlineshop:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  a.onlineshop {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  .video a.onlineshop {
    bottom: 80px;
  }
}
.grapes_new_bg {
  padding: 80px 0px;
  background: url("../image/grapes_new.jpg") center center/cover;
  position: relative;
  color: #fff;
}
.grapes_new_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}
.grapes_new_bg .flexbox {
  margin-bottom: 50px;
}
.grapes_new_bg .box45:nth-child(1) {
  background: #000A2B;
  position: relative;
}
.grapes_new_bg a {
  border: 1px solid #fff;
  padding: 2px 8px;
  display: inline-block;
}
.grapes_new_bg a:hover {
  background: #fff;
  color: #000A2B;
}
@media (max-width: 1000px) {
  .grapes_new_bg .box45 p {
    font-size: 75%;
  }
}
.grapes_new_bg .box45:nth-child(1) h3 {
  position: relative;
}
.grapes_new_bg .box45:nth-child(1) h3:before {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.grapes_new_bg .box45:nth-child(1) h3:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.grapes_new_bg .box45:nth-child(1) {
  aspect-ratio: 1 / 1;
}
.grapes_new_bg .box45:nth-child(2) {
  background: url("../image/waku2.jpg") center center/cover;
  aspect-ratio: 1 / 1;
}
.grapes_new_bg .box45 .waku {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grapes_new_bg .contents {
  position: relative;
}
.info_wrap {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
.ring_bg {
  padding: 80px 0px;
  background: url("../image/ring.jpg") center center/cover;
  position: relative;
  color: #fff;
}
.ring_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .8;
}
.ring_bg .floatbox {
  position: relative;
  margin: 30px auto 100px;
  text-align: center;
}
.ring_bg .floatbox p {
  color: #fff;
  margin: 30px 0px;
}
.ring_bg .box33 {
  text-align: center;
  color: #fff;
}
.ring_bg .box33 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 0px;
  position: relative;
  color: #fff;
}
.ring_bg .box33 a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ring_bg .box33 a span:nth-child(1) {
  z-index: 2;
  position: relative;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  font-size: 24px;
  display: block;
}
.ring_bg .box33 a span:nth-child(2) {
  z-index: 2;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 12px;
  display: block;
}
.ring_bg .box33:nth-child(1) a {
  background: url("../image/ring_bg1.jpg") center center/cover no-repeat;
}
.ring_bg .box33:nth-child(2) a {
  background: url("../image/ring_bg2.jpg") center center/cover no-repeat;
}
.ring_bg .box33:nth-child(3) a {
  background: url("../image/ring_bg3.jpg") center center/cover no-repeat;
}
.ring_bg .box33 a:hover:before {
  opacity: .8;
}
.menu_ttl {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
}
.black_bg {
  background: #000;
  padding: 20px 0px;
  color: #fff;
}
.white_bg {
  background: #fff;
  padding: 20px 0px;
  color: #000;
}
.grey_bg {
  background: #f8f8f8;
  padding: 40px 0px;
  color: #000;
}
.max800 {
  max-width: 800px;
}
h3.en_ttl {
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.25em;
  font-size: 24px;
}
h4.en_ttl {
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.25em;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
h4.box_ttl {
  font-size: 24px !important;
  color: #474747;
  margin-bottom: 50px;
  counter-increment: section;
  position: relative;
  padding-left: 80px !important;
}
h4.box_ttl span {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.25em;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  display: block
}
.box_ttl::before {
  content: counter(section, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 48px;
  font-family: "Jost", sans-serif;
}
.page_ttl {
  padding: 140px 0px 110px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.flow {
  background: url("../image/ring_bg1.jpg") center center/cover no-repeat;
}
.company {
  background: url("../image/ring_bg2.jpg") center center/cover no-repeat;
}
.single {
  background: url("../image/story.jpg") center center/cover no-repeat;
}
.page_ttl:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
}
h3.sec_ttl {
  font-size: 22px;
  font-weight: normal;
}
.page_ttl h3 {
  position: relative;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 768px) {
  .page_ttl {
    padding: 160px 0px 120px;
  }
  .page_ttl h3 {
    top: -20px;
  }
}
.logomark {
  height: 300px;
  margin: 20px auto;
  display: block;
}
.products {
  display: flex;
  flex-wrap: wrap;
}
.product {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 768px) {
  .product {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .product:nth-child(2n) {
    margin: 0px 0px 50px 2%;
  }
}
.bottle {
  align-items: flex-start !important;
}
.bottle h4 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.bottle h4 span {
  font-size: 12px;
  display: block;
}
.product p.mini {
  font-size: 90%;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
}
.product p.border {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.label .box75 p:nth-child(1) {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.tel a {
  font-family: "Jost", sans-serif;
  font-size: 180%;
}
h3.contact {
  text-align: center;
  position: relative;
}
h3.contact a:before {
  content: "";
  width: 300px;
  position: absolute;
  height: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.tel span, h3.contact a {
  display: block;
}
.btn {
  padding: 20px 0px;
}
.btn a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 8px;
  width: 300px;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  font-size: 100%;
  max-width: 100%;
}
.btn a:hover {
  background: #000;
  color: #fff;
}
.pos_center a {
  margin: 10px auto !important;
}
.black_bg .btn a {
  color: #fff;
  border: 1px solid #fff;
}
.black_bg .btn a:hover {
  background: #fff;
  color: #000;
}
.btn i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.txleft {
  text-align: left;
}
.txright, .txright p {
  text-align: right;
}
.txcenter, .txcenter p {
  text-align: center;
}
.floatbox {
  width: 80%;
  margin: 0px auto;
}
.flexbox {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
  justify-content: flex-start;
}
.space-between {
  justify-content: space-between;
}
.stretch {
  align-items: stretch;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box33 {
  width: 33.333%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box45 {
  width: 45%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box {
  box-sizing: border-box;
  position: relative;
  padding: 10px;
}
footer {
  background: #000;
  color: #fff;
  padding: 50px 0px;
}
footer a {
  color: #fff !important;
}
footer ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
footer h3 {
  width: 320px;
  height: 50px;
  margin: 0;
}
footer h3 a {
  width: 320px;
  height: 50px;
  display: block;
  background: url("../image/logo.svg") center center/cover;
  background-position: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer ul li {
  margin: 0px;
  font-size: 80%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
footer ul li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 10px;
  margin: -4px 0px 0px -12px;
  border-right: 1px solid #707070;
}
copy {
  text-align: right;
  width: 100%;
  display: block;
  padding-right: 20px;
  box-sizing: border-box;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
dl dd {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
dl.info dt {
  width: 25%;
}
dl.info dd {
  width: 75%;
  text-align: left;
}
@media (max-width: 768px) {
  dl.info dt, dl.info dd {
    width: 100%;
  }
}
dl.menu_list dt {
  width: 75%;
}
dl.menu_list dd {
  width: 25%;
  text-align: right;
}
dl.info dt span {
  border: 1px solid #ccc;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 90%;
}
dl.company dt {
  width: 20%;
}
dl.company dd {
  width: 80%;
  text-align: left;
}
dl.company dt:nth-of-type(2n+1), dl.company dd:nth-of-type(2n+1) {
  background: #f8f8f8;
}
.contactform dl dt {
  width: 25%;
  padding: 20px;
}
.contactform dl dd {
  width: 75%;
  text-align: left;
  padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
  background-color: #1a1a1a;
}
@media (max-width: 1000px) {
  .onlypc, header p {
    display: none !important;
  }
  header {
    height: 70px;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    top: 0;
    padding: 0px;
  }
  h1 {
    margin: 0px auto;
  }
  .slick div.fade {
    background-size: cover !important;
  }
  footer h3 {
    position: relative;
    margin: 0 auto;
  }
  #navTgl {
    display: none;
  }
  label.close {
    background-color: rgba(0, 0, 0, 0);
  }
  label.open, label.close {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .open {
    z-index: 2;
    width: 70px;
    height: 70px;
    margin: 0px;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
  }
  .open span {
    position: absolute;
    left: 20px;
    height: 1px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    transition: background-color .6s, transform .6s;
  }
  .open span:nth-of-type(1) {
    top: 20px;
  }
  .open span:nth-of-type(2) {
    top: 30px;
  }
  .open span:nth-of-type(3) {
    top: 40px;
  }
  .open span:nth-of-type(4) {
    font-size: 10px;
    top: 50px;
    color: #fff;
    background-color: transparent;
  }
  #navTgl:checked + .open {
    -webkit-transform: translate(-240px, 0px);
    transform: translateX(-240px, 0px);
    background-color: transparent;
  }
  #navTgl:checked + .open span:nth-of-type(1) {
    -webkit-transform: translate(0px, 10px)rotate(45deg);
    transform: translateX(0px, 10px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(2) {
    -webkit-transform: translate(0px, 0px)rotate(45deg);
    transform: translateX(0px, 0px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(3) {
    -webkit-transform: translate(0px, -10px)rotate(-45deg);
    transform: translateX(0px, -10px) rotate(-45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(4) {
    display: none;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
  }
  #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu p, .menu li, .menu li a {
    color: #fff;
  }
  .menu p {
    text-align: left;
  }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu li ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu li ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
  }
  .menu ul li.h_top {
    border-bottom: none;
    font-size: 100%;
    display: block;
  }
  .menu ul li.h_top a {
    padding: 0.6em 1em;
  }
  .menu li.sns a {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0.6em 0em;
  }
  .menu li.sns a {
    text-align: center !important;
  }
  .menu_wrap {
    display: none;
  }
  div.inq {
    position: absolute;
    right: 70px;
    top: 0px;
  }
  div.inq a {
    background: #f3e0ee;
    width: 70px;
    height: 70px;
    display: block;
    color: #000000;
  }
  div.inq a i {
    font-size: 28px;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  div.inq span {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 10px;
  }
  .floatbox {
    width: 94%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  footer .box {
    width: 100% !important;
  }
  footer .box p {
    text-align: center;
  }
  footer ul {
    float: none;
    margin: 0px auto;
    max-width: 90%;
  }
  copy {
    float: none;
    clear: none;
    text-align: center !important;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .slickwrap div.fade {
    outline: none;
    height: 400px;
  }
  .slick div.fade:nth-child(1) {
    background: url("../image/slide1sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1%;
  }
  .box img {
    width: 100%;
  }
  .leftbtn a {
    margin-left: auto;
  }
  .contactform dl {
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .contactform dl dt, .contactform dl dd {
    width: 100%;
  }
  .box_head {
    padding: 30px 2%;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  #navTgl, label.close, label.open {
    display: none;
  }
  ul.global {
    list-style: none;
    float: right;
    margin: 20px;
  }
  ul.global li {
    text-align: center;
    margin: 0px;
    font-size: 80%;
    display: inline-block;
  }
  ul.global li a {
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
  }
  ul.global li.sns a {
    padding: 10px 20px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  copy {
    font-size: 80%;
    margin: 50px 0px 0px;
    padding-right: 20px;
  }
  .global li.mega, .global li.pad {
    position: relative;
  }
  .global li.mega a {
    padding: 10px 20px;
  }
  .global li:hover {}
  .global > li:hover .menu_wrap {
    max-height: 9999px;
    opacity: 1;
    padding: 0px 0;
  }
  .menu_wrap {
    background: #000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999;
  }
  .menu_inner {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .menu_inner li {
    width: 100%;
    padding: 0;
  }
  .menu_inner li {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .menu_inner li a {
    display: block;
    font-size: 14px;
    padding: 20px 0px;
  }
}
/* editor */
.entry {
  text-align: left;
  padding: 20px 5px;
  box-sizing: border-box;
  width: 100%;
}
.entry .entrytitle {
  border-bottom: 1px solid #27201d;
  padding: 10px 0px
}
.entry .entrytitle span {
  font-size: 60%;
  float: right;
  font-weight: normal;
  color: #27201d;
}
.entry strong {
  font-weight: bold;
}
.entry em {
  font-style: italic;
}
.entry h2 {
  font-size: 20px;
  color: #fff;
  background-color: #27201d;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h3 {
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #27201d;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h4 {
  font-size: 17px;
  padding: 5px;
  margin: 15px 0 10px;
  line-height: 1.3;
}
.entry h5 {
  font-size: 17px;
  padding: 5px;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.entry h6 {
  font-size: 17px;
  padding: 5px;
  margin: 5px 0 5px;
  line-height: 1.1;
}
.entry small {
  font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
  font-family: monospace, monospace;
}
.entry b, .entry strong {
  font-weight: bolder;
}
.entry em {
  font-style: italic;
}
.entry pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #e4f8f8;
  color: #474747;
  white-space: pre-wrap;
}
.entry blockquote {
  position: relative;
  margin: 1em 0;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.entry blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.entry blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.entry code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #efefef;
  border-radius: 3px;
}
.entry textarea {
  overflow: auto;
  resize: vertical;
}
.entry ul, .entry ol {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 1px #efefef;
  margin: 1em 0;
}
.entry ul li, .entry ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
  list-style-type: disc;
}
.entry ol li {
  list-style-type: decimal;
}
/* img */
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry .alignright {
  float: right;
}
.entry .alignleft {
  float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.entry .clearfix {
  overflow: hidden;
  zoom: 1;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.navPage {
  padding: 30px 0px;
  width: 100%;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.navPage a {
  background-color: #000000;
  color: #FFF;
  padding: 10px;
  display: block;
}
.prev {
  max-width: 48%;
  float: left;
  text-align: left;
}
.next {
  max-width: 48%;
  float: right;
  text-align: right;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
/* ======== 基本スタイル（最新UI風） ======== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
  background-color: #f5f5f5;
  width: 100%;
  color: #000;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 0.75em 1em;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* 自動補完の黄色対策 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}

/* フォーカス時（最新のフォーム感） */
input:focus,
textarea:focus,
select:focus {
  border-color: #000;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}

/* ======== 郵便番号や短い項目を短く ======== */
input.p-postal-code {
  max-width: 180px;
}

/* 小さめのフィールド（必要なら追加可能） */
.short-input {
  max-width: 250px;
}

/* ======== 必須ラベル ======== */
.is--must {
  background: #000;
  color: #fff;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
}

/* ======== 送信ボタン ======== */
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  display: block;
  margin: 24px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  border: none;
  color: #fff;
  padding: 14px 0;
  width: 260px;
  border-radius: 6px;
  background: #000;
  cursor: pointer;
  transition: 0.2s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #333;
}

/* ======== スマホ ======== */
@media screen and (max-width: 768px) {
  input[type="submit"],
  input[type="button"] {
    width: 90%;
    margin: 24px auto;
    left: 50%;
  }

  input.p-postal-code {
    max-width: 140px;
  }
}
