@charset "utf-8";

/* 下層タイトル */
.head-title {
  padding: 95px 0px 95px;
  text-align: center;
}

.about-head-title {
  background-image: url(./images/about/about-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.characteristic-head-title {
  background-image: url(./images/characteristic/characteristic-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tour-head-title {
  background-image: url(./images/tour/tour-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.articles-head-title {
  background-image: url(./images/articles/articles-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.products-head-title {
  background-image: url(./images/products/products-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.the-nymph-head-title {
  background-image: url(./images/products/products-fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#the-nymph-subtitle {
  text-transform: none;
}
#wonder-of-spirits-head-title {
  line-height: 1;
  padding-bottom: 15px;
}
.headtitle-title {
  font-size: 17px;
}

.child-fv-subtitle {
  font-size: 3rem;
  padding-left: 3px;
  text-transform: uppercase;
}

/* 下層タイトル */
/* パンくず */
.breadcrumb-wrap {
  /*  background: #eeeeee;*/
}

#breadcrumb ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#breadcrumb ul li:not(:last-child) {
  padding-right: 24px;
  position: relative;
}

#breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: -1px;
  right: 7px;
  background: url(./images/common/icon-arrow_bold.svg) no-repeat center
    center/contain;
  width: 8px;
  height: 10px;
}

/* アーカイブ */
.tablenav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablenav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #444;
  background-color: #ffffff;
  color: #858585;
}

.tablenav .current {
  color: #444;
  background-color: #f7f7f7;
}

.tablenav .page-numbers {
  margin-right: 8px;
}

.tablenav .page-numbers:last-child {
  margin-right: 0;
}

aside h3 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

aside ul {
  list-style: none;
  padding-left: 0;
}

aside ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
aside .asaide-contants2 ul li a {
  display: block;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 1rem;
  position: relative;
}
aside .asaide-contants2 ul li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

aside ul li a p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.57;
}

.archive-date {
  color: #666;
  margin-right: 8px;
}

aside ul li .cat-label {
  font-size: 13px;
  padding: 1px 5px 0;
  min-width: 60px;
  line-height: 1.4;
}
aside ul li .cat-label2 {
  font-size: 12px;
  color: #04082a;
  background: #e8e8e8;
  padding: 5px 34px;
  border-radius: 0px;
}
.asaide-contants {
  margin-bottom: 35px;
}

.sidesearch-wrap form {
  display: flex;
}

.sidebar-input {
  width: -webkit-calc(100% - 53px);
  width: calc(100% - 53px);
  margin-right: 5px;
}

.sidesearch-wrap #submit {
  width: 48px;
  color: #fff;
  background: #707070;
  border: none;
  border-radius: 3px;
  transition: 0.3s;
}

.sidesearch-wrap #submit:hover {
  opacity: 0.7;
}

ul.sidebar-child li a {
  position: relative;
  padding-left: 25px;
}

ul.sidebar-child li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -0.5px;
  width: 10px;
  height: 1px;
  background-color: #444;
}

ul.post-list-line {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.post-list-line li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.post-date {
  font-size: 14px;
  line-height: 2;
}

.cat-label {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #c4ccce;
  text-align: center;
  padding: 1px 8px 0;
  border-radius: 4px;
  min-width: 72px;
  margin: 0 3px 3px 0;
}

ul.post-list-line .post-title {
  font-size: 1.125rem;
  margin-bottom: 3px;
}

.archive-subtitle {
  font-size: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}

.blog-thumbbox img,
.blog-thumbbox-line img {
  width: 100%;
}

.top-blog-thumbbox {
  text-align: center;
}
.top-blog-thumbbox img{
  width: auto;
}

.products-thumbbox img{
  width: auto;
}

.products-thumbbox{
  text-align: center;
}

.card-border {
  border: 1px solid #009250;
}

.single-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.single-thumb {
  text-align: center;
}

.paging {
  border-top: 1px solid #bcb3b3;
}

.articles-paging {
  border-top: none;
}

.prev-label {
}

.prev-label span {
  padding-left: 45px;
  font-size: 1.25rem;
  position: relative;
}
.prev-label span::before {
  content: url(./images/common/prev-icon.svg);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.next-label {
}

.articles-archive-link {
  font-size: 17px;
}

.next-label span {
  padding-right: 45px;
  font-size: 1.25rem;
  position: relative;
}

.next-label span::after {
  content: url(./images/common/header-icon.svg);
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.zengo-title {
  font-size: 14px;
}

.paging .nextsingle,
.paging .prevsingle,
.paging a {
  display: block;
  width: 60px;
}
.articles-paging a {
  width: 42.5%;
}

/* 固定ページ */
/* 共通テンプレ */
.child-page h2,
.child-page h3,
.child-page h4,
.child-page h5 {
  font-weight: 700;
}

.child-page h2 {
  font-size: 1.625rem;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 3px solid #c4ccce;
  margin-bottom: 25px;
}

.child-page h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 28%;
  height: 3px;
  background-color: #444;
}

.child-page h3 {
  font-size: 1.25rem;
  padding-bottom: 11px;
  margin-bottom: 25px;
  position: relative;
}

.child-page h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35.5px;
  height: 3px;
  background: #444;
}

.child-page h4 {
  font-size: 1.125rem;
  border-left: 2px solid #444;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 25px;
  line-height: 22px;
}

.child-page h5 {
  font-size: 1.06rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #989d9e;
  position: relative;
  margin-bottom: 5px;
}

.child-page h5::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 1px;
  background-color: #444;
}

.child-page ul {
  list-style: none;
  padding-left: 0;
}

.child-page ul li {
  padding-left: 26px;
  position: relative;
}

.child-page ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #444;
  transform: rotate(45deg);
}

.child-page table.child-table,
.child-page tbody,
.child-page tr {
  width: 100%;
}

.child-page table.child-table {
  margin-top: 15px;
  margin-bottom: 15px;
}

.child-page table.child-table,
.child-page table.child-table td,
.child-page table.child-table th {
  border: 1px solid #808080;
  border-collapse: collapse;
}

.child-page table.child-table th,
.child-page table.child-table td {
  padding: 10px 15px;
}

.child-page table.child-table th {
  text-align: center;
  font-weight: 700;
  width: 200px;
  color: #ffffff;
  background: #444;
}

table.zebra-table {
  margin-top: 15px;
  margin-bottom: 15px;
}

table.zebra-table,
table.zebra-table tbody,
table.zebra-table tr {
  width: 100%;
}

table.zebra-table th {
  color: #444;
  font-weight: 700;
}

table.zebra-table th,
table.zebra-table td {
  padding: 5px 15px;
}

table.zebra-table tr:nth-child(odd) {
  background: #fff;
}

table.zebra-table tr:nth-child(even) {
  background: #f7f7f7;
}

.child-page dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.child-page dt,
.child-page dd {
  padding: 11px 15px 8px;
  line-height: 1.3;
}

.child-page dt {
  width: 200px;
  border-top: 1px solid #444;
}

.child-page dt:last-of-type {
  border-bottom: 1px solid #444;
}

.child-page dd {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  border-top: 1px solid #c4ccce;
  margin-bottom: 0;
}

.child-page dd:last-of-type {
  border-bottom: 1px solid #c4ccce;
}

.btn1 {
  color: #ffffff;
  background: #444;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 150px;
  padding: 6px 20px;
  font-size: 1.125rem;
  max-width: 100%;
  font-weight: 700;
  border-radius: 5px;
}

.btn1:hover {
  color: #ffffff;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 40%);
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 30%);
}

.btn2 {
  font-weight: 700;
  color: #444;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.btn2:hover {
  color: #444;
}

.btn2::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #444;
}

button.btn {
  border: 1px solid #ccc;
}

.about-details {
  background-color: #0b142d;
  padding-bottom: 90px;
}

.about-concept {
  background-color: #0b142d;
  padding-bottom: 50px;
}

.about-details-row {
  margin-top: 50px;
}

.about-details-img {
}

.about-details-img img {
  width: 100%;
}

.about-details-text {
}

.about-details-h3 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 55px;
}

.about-details-h3::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #e8e8e8;
  bottom: -20px;
  left: 0;
}

.about-details-p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.about-message {
  padding-top: 115px;
  padding-bottom: 120px;
  background-image: url(./images/about/bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-message-row {
  margin-top: 40px;
}

.about-message-col1 {
  padding: 0 65px 0 50px;
  text-align: center;
}

.about-message-col2 {
  padding: 0 50px 0 65px;
  text-align: center;
}

.about-message-img {
  margin-bottom: 50px;
}

.about-message-img img {
  width: 100%;
}

.about-message-text {
  text-align: left;
}

.about-message-title1 {
  font-size: 1.25rem;
}

.about-message-title2 {
  font-size: 2rem;
  position: relative;
}

.about-message-title2::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #e8e8e8;
  bottom: -24px;
  left: 0;
}

.about-message-p1 {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 50px;
  margin-bottom: 25px;
}

.about-message-p2 {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
}

.characteristic-about {
  background-color: #0b142d;
}

.characteristic-h2 {
  position: relative;
  font-size: 2.375rem;
  font-weight: 400;
  padding-bottom: 20px;
}

.characteristic-h2::before {
  position: absolute;
  content: "";
  background-color: #e8e8e8;
  width: 130px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.characteristic-about-links {
  display: flex;
  justify-content: space-between;
}

.characteristic-about-link {
  width: 370px;
  margin-top: 40px;
}

.characteristic-about2 {
  background-image: url(./images/characteristic/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 105px;
}

.characteristic-about2 .row {
  padding-bottom: 80px;
}

.characteristic-about2-h2 {
  margin-bottom: 100px;
}

.characteristic-about2-h3 {
  margin-bottom: 40px;
  font-size: 2rem;
}

.characteristic-about2-h3 span {
  font-size: 4.0625rem;
  position: relative;
  padding-right: 35px;
}

.characteristic-about2-h3 span::before {
  position: absolute;
  content: "";
  background-color: #e8e8e8;
  width: 60px;
  height: 1px;
  bottom: 20px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-60deg);
}

.characteristic-about2-p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.characteristic-environment {
  background-image: url(./images/characteristic/bg-2.jpg);
}

#characteristic-about2-row {
  padding-bottom: 160px;
}

.products-page {
}

.products-links {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
}

.products-link {
  width: 31%;
}

.products-link a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-link a::after {
  content: url(./images/common/header-icon.svg);
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.products-h3 {
  text-align: center;
  margin-bottom: 80px;
}
.products-h3 img {
  width: 200px;
}
.products-h3 .BreathofJapan {
  width: 380px;
}
.products-item {
  color: #e8e8e8;
}

.products-row {
  margin-bottom: 40px;
}

.products-single-title {
  margin-bottom: 15px;
}

.products-single-items1 {
  margin: 40px 0 60px;
}

.products-single-h2 {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: none;
}

.products-single-items1-item1 {
  text-align: center;
}

.products-single-items2 {
}

.products-single-items2 p {
  margin-bottom: 40px;
}

.products-single-items2 dl {
  text-align: center;
  border: 1px solid #e8e8e8;
}

.products-single-dl {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.products-single-dl:last-child {
  border-bottom: none;
}

.products-single-dl dt {
  width: 50%;
  /* border-bottom: 1px solid #e8e8e8; */
  border-right: 1px solid #e8e8e8;
  padding: 3px;
}
.products-single-dl dd {
  width: 50%;
  margin: 0;
  padding: 3px;
}
.articles-archive {
  padding-top: 100px;
}
.cat-label2 {
  font-size: 12px;
  font-weight: 700;
  color: #04082a;
  background: #e8e8e8;
  padding: 5px 34px;
  border-radius: 0px;
}
.blog-ttl2 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 30px;
}
.author-h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 40px;
}
.articles-title {
  font-size: 1.875rem;
  border: none;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
.articles-post-date {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 17px;
}
.author-contents {
  display: flex;
  border-top: 1px solid #707070;
  padding-top: 40px;
}

.author-contents-img {
}
.author-contents-img img {
  width: 120px;
}
.author-contents-text {
  padding-left: 20px;
}
.author-contents-text-title {
  font-size: 1.25rem;
}
.author-contents-text-name {
  font-size: 1.625rem;
}
.author-contents-text-link {
  margin-top: 15px;
}
.author-contents-text-link a {
  font-size: 17px;
  display: block;
  border: 1px solid #e8e8e8;
  width: 270px;
  padding: 6px 0;
  position: relative;
  text-align: center;
}

.author-contents-text-link a::after {
  content: url(./images/common/header-icon.svg);
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.paging a .zengo-a-wrap {
  border: 1px solid #e8e8e8;
  padding: 25px;
  align-items: center;
}

.contact-desc1 {
  margin-bottom: 5px;
}

.contact-desc2 {
}

.required {
  color: #996b00;
  padding-left: 25px;
  font-size: 14px;
}
.contact-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact_btn {
  font-size: 1.25rem;
  font-weight: 700;
  width: 240px;
  height: 77px;
  border: 1px solid #e8e8e8;
  color: #e8e8e8;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 25px;
}
.tour-section1 {
  padding-bottom: 95px;
}

.tour-h2 {
  font-size: 2.375rem;
  position: relative;
}

.tour-h2::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 132px;
  height: 1px;
  background-color: #e8e8e8;
}

.tour-notes {
  border: 1px solid #e8e8e8;
  padding: 50px 150px;
}

.tour-notes-title {
  font-size: 2.375rem;
}
.tour-about {
  background-image: url(./images/tour/bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0;
}

.tour-section2-row {
  margin-top: 70px;
}

.tour-section2-col {
  border: 1px solid #e8e8e8;
  padding: 60px 80px 0px 50px;
}

.tour-about-item1 {
  margin-bottom: 50px;
}

.tour-h3 {
  font-size: 1.5625rem;
  position: relative;
}
.tour-h3:before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  background-color: #e8e8e8;
  width: 45px;
  height: 1px;
}

.tour-section2-text {
  margin-top: 40px;
  margin-bottom: 50px;
}

.tour-access {
  padding-top: 100px;
  padding-bottom: 80px;
}

.tour-access-col {
  margin-top: 60px;
}

.tour-access-address {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.products-page {
  padding: 100px 0 120px;
}

.mw_wp_form_confirm .contact_btn_back {
  font-size: 1.25rem;
  font-weight: 700;
  width: 240px;
  height: 77px;
  border: 1px solid #e8e8e8;
  color: #e8e8e8;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}

.mw_wp_form dt {
  width: 25%;
}

.mw_wp_form dd {
  flex: 1;
}

.mw_wp_form_confirm dd {
  flex: none;
  width: 75%;
}

#distillery-page .blog-thumbbox img {
  width: 200px;
}
.distillery-page-row {
  align-items: flex-end;
}

#distillery-page h3 {
  margin-bottom: 15px;
}
#distillery-page h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35.5px;
  height: 3px;
  background: #cdcdcd;
}

.big {
  padding: 40px 0;
}

.big div {
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.midle {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.midle div {
  width: 25%;
  padding-bottom: 10px;
}

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
  .characteristic-about2-h3 {
    font-size: 1.9rem;
  }
  .paging a .zengo-a-wrap {
    padding: 10px;
  }
}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  .characteristic-about2-h3 {
    font-size: 1.4rem;
  }
  .characteristic-about2-h3 span {
    font-size: 4rem;
    position: relative;
    padding-right: 25px;
  }
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
  .contact-desc1 {
    font-size: 14px;
  }
  .contact-desc2 {
    font-size: 14px;
  }
}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
  .about-message-col1 {
    padding: 0 15px 0 15px;
  }

  .about-message-col2 {
    padding: 0 15px 0 15px;
  }
  .characteristic-about-link {
    width: 45%;
  }
  .mw_wp_form dt {
    width: 30%;
  }
  .mw_wp_form_confirm dd {
    width: 69%;
  }
}

@media all and (max-width: 991px) {
  .characteristic-about2 {
    padding-top: 60px;
  }
  .products-links .cmn-link-btn img {
    width: 100px;
  }
  .products-link a::after {
    bottom: 25px;
  }
  .articles-paging a {
    width: auto;
    margin-bottom: 40px;
  }
  .tour-notes {
    padding: 25px 70px;
  }
  .tour-section1 {
    padding-bottom: 40px;
  }
  .midle div {
    width: 50%;
    padding-bottom: 10px;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  /* 下層タイトル */
  .head-title {
    padding: 30px 0px;
  }

  /* 下層タイトル */

  .child-page table.child-table {
    border: none;
  }

  .child-page table.child-table th,
  .child-page table.child-table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .child-page table.child-table tr:first-child th {
    border-top: 1px solid #aab1b2;
  }

  /* 共通テンプレ */
  .child-page dt,
  .child-page dd {
    padding: 7px 10px 4px;
  }

  .child-page dt {
    width: 200px;
  }

  .child-page dd {
    flex: 1;
  }

  /* //共通テンプレ */
  .about-details-p {
    margin-top: 20px;
  }

  .about-details {
    padding-bottom: 40px;
  }

  .about-message-col1 {
    margin-bottom: 40px;
  }

  .about-message-img {
    margin-bottom: 20px;
  }

  .about-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .characteristic-h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  .characteristic-about-links {
    display: block;
  }
  .characteristic-about-link {
    width: 90%;
  }
  .characteristic-about2-h3 {
    margin-bottom: 20px;
  }
  .characteristic-about2-p {
    margin-top: 15px;
  }
  .characteristic-about2 .row {
    padding-bottom: 40px;
  }
  #characteristic-about2-row {
    padding-bottom: 40px;
  }
  .products-link a::after {
    display: none;
  }
  #mw_wp_form_mw-wp-form-82 input {
    width: 300px;
  }

  #mw_wp_form_mw-wp-form-82 textarea {
    width: 300px;
  }
  .tour-notes {
    padding: 25px 15px;
  }
  .tour-h2 {
    font-size: 1.75rem;
  }
  .tour-notes-title {
    font-size: 1.75rem;
  }
  .tour-section2-col {
    padding: 40px 60px 0px 30px;
  }
  .tour-about {
    padding: 60px 0 40px;
  }
  .tour-access {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .products-page {
    padding: 60px 0;
  }

  .mw_wp_form dt {
    width: 100%;
    padding-top: 20px;
  }
  .mw_wp_form_confirm dd {
    flex: none;
    width: 100%;
    padding-bottom: 20px;
    border-top: none;
  }
  .products-h3 {
    margin-bottom: 40px;
}
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .child-fv-subtitle {
    font-size: 2rem;
  }
  .blog-thumbbox img {
    width: 100%;
  }
  .products-thumbbox img {
    width: auto;
}
.top-blog-thumbbox {
  text-align: center;
}
.top-blog-thumbbox img{
  width: auto;
}

.products-thumbbox img{
  width: auto;
}

.products-thumbbox{
  text-align: center;
}

  /* パンくず */
  #breadcrumb ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }

  /* //パンくず */
  /* 共通テンプレ */

  /* //共通テンプレ */
  .products-h3 img {
    width: 150px;
  }

  #mw_wp_form_mw-wp-form-82 dt {
    width: 100%;
  }
  /* 
#mw_wp_form_mw-wp-form-82 dd {
  margin-bottom: 20px;
} */
  #mw_wp_form_mw-wp-form-82 input {
    width: 100%;
  }

  #mw_wp_form_mw-wp-form-82 textarea {
    width: 100%;
  }

  .tour-notes {
    border: none;
  }
  .tour-notes-border {
    border: 1px solid #e8e8e8;
    padding: 15px;
  }
  .tour-section2-col {
    padding: 0 15px;
  }
  .tour-section2-col {
    border: none;
  }
}

@media all and (max-width: 480px) {
  .characteristic-about2-h3 span {
    font-size: 2.5rem;
    padding-right: 20px;
  }
  .characteristic-about2-h3 span::before {
    width: 40px;
    height: 1px;
    bottom: 10px;
    left: -3px;
  }
  .characteristic-about2-h3 {
    font-size: 1.5rem;
  }
  .products-links .cmn-link-btn img {
    width: 70px;
  }
}

@media all and (max-width: 400px) {
  .author-contents-text-link a {
    font-size: 15px;
    width: 160px;
  }
  .author-contents-text-link a::after {
    display: none;
  }
}

@media all and (max-width: 380px) {
}

@media all and (max-width: 360px) {
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
}
