@charset "UTF-8";
 body {
margin: 0px;
overflow-x: hidden;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1e1e1e;
line-height: 1.6;
font-size: 16px;
}
a {
display: inline-block;
color: #1e1e1e;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
} .inner {
padding: 6rem 0;
}
.spacer {
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.flex {
display: flex;
align-items: normal;
justify-content: space-between;
}
}
.mb-4 {
margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
.mb-4 {
margin-bottom: 1rem;
}
}
.mb-6 {
margin-bottom: 6rem;
} @media screen and (min-width: 768px) {
.btn-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.btn-wrap div+div {
margin-top: 1rem;
}
@media screen and (min-width: 768px) {
.btn-wrap div+div {
margin: 0 0 0 1%;
}
}
.single .btn-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}
.single .single-box .btn-wrap {
margin: 4rem auto;
}
.btn {
width: 100%;
font-weight: 700;
text-align: center;
margin: 0 auto;
}
@media screen and (min-width: 480px) {
.btn {
width: 70%;
}
}
@media screen and (min-width: 768px) {
.btn {
width: 31.3%;
margin: 0;
}
}
.btn a {
position: relative;
display: block;
background: #2196F3;
color: #ffffff;
padding: 1rem;
border-radius: 100px;
border: 2px solid #2196F3;
transition: 0.2s;
}
@media screen and (min-width: 768px) {
.btn a {
padding: 2rem 3rem;
}
}
.btn a:hover {
background: #ffffff;
color: #2196F3;
}
.btn a i {
position: absolute;
top: 0;
bottom: 0;
right: 2rem;
height: 16px;
margin: auto;
}
.btn2 a {
background: #254191;
border-color: #254191;
}
.btn2 a:hover {
color: #254191;
}
.btn3 a {
background: #CC0000;
border-color: #CC0000;
}
.btn3 a:hover {
color: #CC0000;
}
.btn.btn_top {
width: 100%;
max-width: 550px;
}
.btn.btn_top a {
background: #E58D6D;
border-color: #E58D6D;
 padding: 1rem 4rem!important;
}
@media screen and (min-width: 768px) {
.btn.btn_top a {
padding: 2rem 3rem;
}
}
.btn.btn_top a:hover {
background-color: #ffffff;
color: #E58D6D;
} .update {
background: #254191;
padding: 1rem;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
opacity: 0;
transform: translateY(-50px);
z-index: 99;
}
.update span {
color: #ffffff;
} .update.fadeIn {
-webkit-animation: fadeInAnime 0.3s ease-in forwards;
animation: fadeInAnime 0.3s ease-in forwards;
}
@keyframes fadeInAnime {
from {
opacity: 0;
transform: translateY(-50px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .update.fadeOut {
-webkit-animation: fadeOutAnime 0.3s ease-in forwards;
animation: fadeOutAnime 0.3s ease-in forwards;
}
@keyframes fadeOutAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(-50px);
}
}
@media screen and (max-width: 768px) {
.update {
padding: 0.5rem 1rem;
}
} .blog-card {
background: rgba(110, 115, 130, 0.05);
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-card {
padding: 1.5rem;
}
}
.blog-card a {
display: flex;
cursor: pointer;
}
.blog-card a .blog-card-thumbnail {
width: 30%;
min-width: 125px;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-thumbnail {
min-width: 150px;
}
}
.blog-card a .blog-card-thumbnail img {
width: 100%;
height: 100%;
margin: 0;
}
.blog-card a .blog-card-content {
padding: 0.7rem 0 0 0.7rem;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content {
padding: 1rem 0 0 1rem;
}
}
.blog-card a .blog-card-content .blog-card-title {
font-size: 1.6rem;
font-weight: 700;
border-bottom: 3px solid #254191;
margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content .blog-card-title {
font-size: 2rem;
margin-bottom: 1.6rem;
}
}
.blog-card a .blog-card-content .blog-card-excerpt {
text-decoration: underline;
color: blue;
font-size: 1rem;
}
@media screen and (min-width: 600px) {
.blog-card a .blog-card-content .blog-card-excerpt {
font-size: 1.2rem;
}
}
@media screen and (min-width: 768px) {
.blog-card a .blog-card-content .blog-card-excerpt {
font-size: 1.4rem;
}
} #breadcrumbs {
font-size: 1.2rem;
}
.breadcrumb_list {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0.4rem;
border-bottom: 1px solid #1e1e1e;
}
.breadcrumb_list ul {
display: flex;
align-items: center;
}
.breadcrumb_list ul li {
font-size: 1.2rem;
}
.top_area {
background-color: #ffffff;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA;
} .header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 70px;
background: #ffffff;
}
.headerInner {
position: relative;
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
.headerInner-logo {
padding: 1rem;
}
.headerInner-logo img {
width: 200px;
} .mv {
position: relative;
width: 100%;
background: #eee;
min-height: 420px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/bg-sub.jpg) bottom no-repeat;
background-size: cover;
}
@media screen and (min-width: 768px) {
.mv {
min-height: 550px;
}
}
.mvInner {
padding: 4rem 1rem;
}
@media screen and (min-width: 768px) {
.mvInner {
padding: 6rem 4rem;
}
}
.mvInner img.mv-logo {
max-width: 100%;
}
.mv-bottom {
position: absolute;
bottom: -4rem;
left: 0;
right: 0;
margin: auto;
z-index: 1;
}
@media screen and (min-width: 480px) {
.mv-bottom {
max-width: 480px;
}
}
.mv_sub {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/bg-sub.jpg) center left no-repeat;
background-size: cover;
height: 350px;
}
.mv_sub-ttl {
position: relative;
font-size: 2.8rem;
padding: 2rem;
font-weight: 700;
line-height: 1.4;
}
@media screen and (min-width: 480px) {
.mv_sub-ttl {
text-align: center;
}
}
@media screen and (min-width: 768px) {
.mv_sub-ttl {
font-size: 4rem;
}
}
.mv_sub .time {
padding: 0.5rem 1rem;
position: relative;
text-align: center;
background: #254191;
color: #ffffff;
font-size: 1.2rem;
margin: 0 auto;
margin-top: -2rem;
font-weight: 700;
line-height: 1;
} .ranking-card {
margin-bottom: 4rem;
padding: 3rem;
background: #f5f5f5;
}
.ranking-img {
margin-bottom: 3rem;
}
.ranking-ttl_h2 {
font-size: 2.4rem;
}
.ranking-ttl_h2 span {
background: #1e1e1e;
color: #ffffff;
padding: 1rem;
}
.ranking-ttl_h3 {
margin-bottom: 3rem;
padding: 1rem;
background: #1e1e1e;
color: #ffffff;
font-size: 2rem;
}
.ranking-tbl {
margin-bottom: 3rem;
}
.ranking-tbl table {
width: 100%;
border: 1px solid #1e1e1e;
}
.ranking-tbl th,
.ranking-tbl td {
border: 1px solid #1e1e1e;
padding: 1rem;
font-size: 1.4rem;
}
.ranking-tbl th {
background: #aaa;
color: #ffffff;
}
.ranking-tbl td {
background: #ffffff;
}
.ranking-txt {
margin-bottom: 3rem;
}
.ranking-link {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.rankingRecommend {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
padding: 2rem;
border: 1px solid #1e1e1e;
background: #ffffff;
}
.rankingRecommend-head {
top: -20px;
right: 0;
left: 0;
position: absolute;
width: 200px;
margin: auto;
padding: 10px;
background: #1e1e1e;
color: #ffffff;
text-align: center;
font-weight: 700;
border-radius: 30px;
} .footer_rank {
display: inline-block;
position: relative;
margin: 0.5rem 0;
padding: 1rem 0;
padding-left: 2rem;
}
@media screen and (min-width: 768px) {
.footer_rank {
padding: 3px 10px;
}
}
.footer {
background: #254191;
padding: 4rem 0;
}
.footerNav {
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
.footerNav ul {
padding: 2rem;
}
@media screen and (min-width: 768px) {
.footerNav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
}
.footerNav li {
position: relative;
margin: 0.5rem 0;
padding: 1rem 0;
padding-left: 2rem;
}
@media screen and (min-width: 768px) {
.footerNav li {
padding: 3px 10px;
}
}
.footerNav li:before {
position: absolute;
top: 1rem;
left: 0;
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "";
color: #ffffff;
}
@media screen and (min-width: 768px) {
.footerNav li:before {
display: none;
}
}
.footerNav a {
position: relative;
display: inline-block;
color: #ffffff;
font-weight: 700;
margin-left: 5px;
}
@media screen and (min-width: 768px) {
.footerNav a {
margin: 0;
}
}
.footer h3 {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 2rem;
color: #ffffff;
border-bottom: 2px solid #ffffff;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.footer h3 {
font-size: 2.4rem;
}
}
.footer .cat-post-widget h3 {
margin-bottom: 2rem;
padding: 1rem;
border: 2px solid #ffffff;
color: #ffffff;
font-weight: 700;
}
.footer .cat-post-widget:nth-of-type(3),
.footer .cat-post-widget:nth-of-type(4) {
display: inline-flex;
width: 48%;
justify-content: space-between;
}
.footerBtm {
margin-bottom: 2rem;
text-align: center;
}
.footerBtm a {
color: #ffffff;
font-weight: 700;
}
.footerCopy {
margin-top: 4rem;
color: #ffffff;
text-align: center;
font-size: 1.2rem;
}
.footerCopy a {
color: #ffffff;
} #sideber_menu {
margin-top: 4rem;
}
@media screen and (min-width: 768px) {
#sideber_menu {
margin-top: 0;
}
}
#sideber_menu .sectionTtl-area span {
position: relative;
display: inline-block;
color: #254191;
font-size: 1.2rem;
padding: 1rem 1rem 0rem 1rem;
font-weight: 700;
}
#sideber_menu .sectionTtl_h2 {
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: 700;
text-align: left;
} .filter {
background: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sectionTtl {
font-size: 2rem;
text-align: center;
margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.sectionTtl {
font-size: 2.4rem;
margin-bottom: 3rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl {
font-size: 3.2rem;
}
} #page {
width: 100%;
margin-top: 0;
padding: 0 0 2% 0;
} input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text {
width: 100% !important;
height: 30px;
border: solid 1px #CCC;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100% !important;
border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-submit {
border: solid 1px #CCC;
padding: 8px 36px;
margin: 0 auto;
display: block;
}
.searchandfilter input[type="checkbox"],
input[type="radio"],
input[type="text"],
select,
.meta-range,
.chosen-container {
margin-left: 0px !important;
} .menu-btn {
position: fixed;
top: 5px;
right: 0px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background: #1e1e1e;
position: absolute;
}
#menu-btn-check:checked~.menu-btn span {
background-color: rgba(255, 255, 255, 0); }
#menu-btn-check:checked~.menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked~.menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}
.menu-btn span:before {
bottom: 8px;
}
.menu-btn span:after {
top: 8px;
}
.menu-btn2 span {
background-color: rgba(255, 255, 255, 0); }
.menu-btn2 span::before {
bottom: 0;
transform: rotate(45deg);
}
.menu-btn2 span::after {
top: 0;
transform: rotate(-45deg);
}
.menu-btn2 {
top: 10px;
right: 0px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
margin-left: auto;
margin-top: 0.7rem;
background: #ffffff;
}
#menu-btn-check {
display: none;
}
#rank_title_copy {
display: flex;
}
.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%; z-index: 80;
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.5s; overflow-y: scroll;
}
.menu-content ul {
padding: 20px 10px 0;
}
.menu-content ul li {
border-bottom: solid 1px #CCC;
list-style: none;
}
.menu-content ul li a {
display: block;
width: 100%;
box-sizing: border-box;
text-decoration: none;
padding: 16px;
position: relative;
text-align: left;
}
.menu-content ul li a:before {
content: "";
width: 7px;
height: 7px;
border-top: solid 1px #444;
border-right: solid 1px #444;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 24px;
}
.menu-content #search {
padding-bottom: 0;
position: relative;
margin: 10px 2rem 0px !important;
width: auto !important;
}
.menu-content li {
margin-left: 0px;
}
#menu-btn-check:checked~.menu-content {
left: 0; }
.hamburger-menu {
display: flex;
}
#headbox {
text-align: left;
align-items: unset;
width: 86% !important;
}
.sitename img {
max-width: 100% !important;
padding-bottom: 3px;
}
.widget.headbox {
display: none;
}
#top_area {
display: flex;
}
.search-menu {
padding: 10% 8px 8px;
}
.search-menu h3 {
margin: auto;
}
.search-menu h3:before {
display: none;
}
.sideRank_title_0 {
padding: 5% 0;
text-align: center;
}
img.image {
max-width: 100%;
height: auto;
}
.sideber_rank_title {
position: relative;
}
.sideber_rank_title img {
width: 45px;
height: auto;
position: absolute;
bottom: 0.5rem;
left: 0;
}
.sideber_rank_title .sideRank_title_0 {
padding-left: 5rem;
text-align: left;
background: #f9f9f9;
font-weight: 700;
}
.time i {
margin: 0 5px;
}
.Not_TXT {
font-weight: 700;
font-size: 2.4rem;
}
.Not_h2 {
margin-bottom: 4rem;
} .tablepress {
table-layout: fixed;
background: #ffffff;
}
.tablepress tr {
border: 0;
}
.tablepress tr.row-1 td {
position: relative;
}
.tablepress tr.row-1 td span {
position: absolute;
left: 5px;
top: -0.25rem;
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #ffffff;
border-radius: 50px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
background: #666666;
color: #ffffff;
font-size: 18px;
font-style: italic;
text-align: center;
text-indent: -0.04in;
}
.tablepress tr.row-1 td:nth-child(2) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/ranking-one.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(3) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/ranking-two.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(4) span {
width: 50px;
height: 50px;
top: -0.5rem;
border: 0;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/ranking-three.svg);
background-size: 100%;
box-shadow: none;
text-indent: -9999px;
}
.tablepress tr td a {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #CC0000;
color: #ffffff;
box-sizing: border-box;
border-radius: 40px;
border: 2px solid #CC0000;
position: relative;
transition: 0.2s;
}
.tablepress tr td a:hover {
background: #ffffff;
color: #CC0000;
transition: 0.2s;
}
.tablepress td {
width: calc(calc(100% - 100px) / 5);
padding: 10px;
vertical-align: middle;
font-size: 14px;
word-break: break-all;
box-sizing: border-box;
border: 1px solid #ddd;
}
.tablepress td:first-child {
padding: 4px;
text-align: center;
vertical-align: middle;
color: #ffffff;
background: #254191;
font-size: 12px;
box-sizing: border-box;
border: 0;
}
.tablepress tbody td,
.tablepress tfoot th {
border-top: 0;
}
.column-1,
.tablepress td:first-child {
width: 120px;
font-weight: 700;
} .tablepress tr:last-child td a {
background: #2196F3;
border: 2px solid #2196F3;
transition: 0.2s;
}
.tablepress tr:last-child td a:hover {
background: #ffffff;
color: #2196F3;
transition: 0.2s;
}
.tablepress tr td a i {
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}
.row-2 td {
font-weight: 700;
}
.tablepress {
width: 1600px;
}
#page .tablepress {
width: 100%;
}
.tablepress td {
width: calc(1600px / 10);
font-size: 1.2rem;
}
#page .tablepress td {
width: auto;
}
.horizonal-scroll {
margin: 0 auto;
padding: 0 1rem;
margin-bottom: 2rem;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
.horizonal-scroll {
width: 100%;
}
}
.horizonal-scroll::after {
content: "※ このテーブルは横にスクロールできます。";
color: #ff0000;
font-size: 1.6rem;
}
.horizonal-scroll::-webkit-scrollbar {
height: 10px;
}
.horizonal-scroll::-webkit-scrollbar-track {
background-color: #ccc;
}
.horizonal-scroll::-webkit-scrollbar-thumb {
background-color: #254191;
border-radius: 100px;
}
.horizonal-scroll .tablepress caption {
display: none;
visibility: hidden;
}
.tablepress tbody tr:first-child td:first-child {
position: static;
}
.img-center {
display: block;
margin: 0 auto;
} #toc_container {
padding: 2rem 6rem;
background: #f5f5f5;
color: #666;
max-width: 700px;
width: 80% !important;
margin: 0rem auto;
border: 0;
}
#toc_container ul {
padding-left: 0;
list-style: none;
font-size: 110%;
}
.toc_title {
font-size: 27px;
color: #333;
margin-bottom: 3rem;
font-weight: bold;
padding: 0 0 1rem;
position: relative;
text-align: center;
letter-spacing: 4px;
}
.toc_title span {
font-size: 1.4rem;
display: block;
}
.toc_title span a {
display: inline-block;
background: #254191;
padding: 0.4rem 2rem;
border-radius: 30px;
color: #ffffff;
}
.toc_title span a:hover {
background: #f2554d;
transition: 0.3s;
}
.toc_title small {
font-size: 60%;
}
#toc_container .contents-subheading {
font-size: 2.2rem;
counter-increment: title;
margin-bottom: 2rem;
display: flex;
align-items: center;
background-color: #ffffff;
font-weight: 700;
}
#toc_container .contents-subheading a {
line-height: 1.2;
color: #1e1e1e;
}
.contents-subheading a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
#toc_container .contents-subheading:before {
content: counter(title);
display: inline-block;
font-weight: bold;
background: #254191;
width: 40px;
height: 100%;
line-height: 30px;
text-align: center;
color: #ffffff;
margin-right: 1rem;
padding: 0.5rem;
}
.toc_list {
width: 93.5%;
margin: 0 auto !important;
}
.toc_list:last-child {
margin: 0;
}
.toc-link {
font-size: 1.6rem;
border: none;
margin: 0 0 1.5rem;
font-weight: 700;
padding: 0;
position: relative;
transition: 0.3s;
}
.toc-link:before {
content: "";
display: inline-block;
width: 5px;
height: 5px;
background-color: #333;
border-radius: 50%;
position: absolute;
top: 8px;
left: 0;
}
.toc-link:last-child {
margin: 0;
}
.toc-link a {
padding-left: 1.5rem;
}
.toc-link a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
.single #toc_container {
margin: 4rem auto !important;
}
.single #toc_container .toc_list {
width: 100% !important;
}
.single #toc_container .toc_list li {
margin-top: 1.6rem;
position: relative;
}
.single #toc_container .toc_list li::before {
content: "";
display: block;
width: 3px;
height: 3px;
background-color: #254191;
border-radius: 50%;
position: absolute;
top: 12px;
left: 0;
}
.single #toc_container .toc_list li a {
text-decoration: underline;
padding-left: 1.2rem;
}
.single #toc_container .toc_list li a .toc_number.toc_depth_1 {
display: none;
visibility: hidden;
}
@media screen and (max-width: 768px) {
#toc_container {
padding: 1.5rem 4vw;
margin: 0 auto;
width: 90% !important;
}
.toc_title {
font-size: 24px;
margin: 0 !important;
}
.toc_title:before {
font-size: 2.8vw;
padding: 1.5vw;
margin-right: 0.5rem;
vertical-align: 7%;
}
#toc_container .contents-subheading {
font-size: 16px;
margin-bottom: 1.3rem;
line-height: 25px;
padding: 0;
}
.toc_list {
margin-bottom: 3vw;
}
.toc-link {
font-size: 14px;
margin-bottom: 0.8rem;
padding-left: 2rem;
}
.toc-link:before {
width: 3px;
height: 3px;
margin-right: 0.5rem;
}
}
@media screen and (max-width: 500px) {
.toc_title {
font-size: 20px;
}
.toc_title:before {
font-size: 3.5vw;
padding: 2vw;
vertical-align: 15%;
}
.toc-link {
margin-bottom: 0.5rem;
padding-left: 1.5rem;
}
}
.toc_toggle a {
font-size: 12px;
}
#toc_container span.toc_toggle {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#toc_container .contents-subheading {
margin: 2rem 0;
}
#toc_container .toc-link {
display: block;
margin-bottom: 1rem;
}
.recommend-box {
position: relative;
background: #ffffff;
margin-bottom: 6rem;
padding: 5rem 4rem;
border: 4px solid #254191;
}
.single .recommend-box .btn2,
.single .recommend-box .btn3 {
width: 48%;
margin: 1%;
}
.single-box {
background: #ffffff;
margin-bottom: 4rem;
}
.single-box img {
display: block;
margin: 0rem auto 3rem;
}
.single-box h3 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 0.8rem;
padding-right: 6rem;
margin-bottom: 1.6rem;
}
.single-box p {
margin-bottom: 1.6rem;
}
@media screen and (max-width: 420px) {
.recommend-box {
padding: 4rem 2rem;
}
}
.recommend-ttl_h3 {
position: relative;
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
font-size: 2.2rem;
text-align: center;
}
@media screen and (min-width: 480px) {
.recommend-ttl_h3 {
font-size: 2.8rem;
}
}
.recommend-ttl_h3 a {
position: relative;
display: block;
color: #1e1e1e;
font-weight: 700;
}
.recommend-ttl_h3 a i {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
height: 24px;
}
.recommend-ttl_h4 {
font-size: 2.2rem;
color: #1e1e1e;
margin-bottom: 1.6rem;
font-weight: 700;
}
.recommend-img img {
display: block;
width: 100%;
height: auto;
}
.recommend-head {
margin-bottom: 1.8rem;
font-size: 1.8rem;
padding: 1rem;
background: #00587A;
color: #ffffff;
font-weight: 700;
}
.recommend-info {
position: relative;
}
.recommend-txt p {
margin-bottom: 1.6rem;
}
.recommend-table {
width: 100%;
background: #ffffff;
padding: 1rem;
}
.recommend-table td:first-child {
padding: 1rem;
background: #254191;
color: #ffffff;
text-align: center;
width: 90px;
border: 6px solid #ffffff;
font-size: 1.4rem;
vertical-align: middle;
}
@media screen and (min-width: 480px) {
.recommend-table td:first-child {
width: 150px;
font-size: 16px;
}
}
.recommend-table td {
vertical-align: middle;
box-sizing: border-box;
}
.recommend-table td:last-child {
padding: 1rem;
color: #1e1e1e;
}
@media screen and (min-width: 768px) {
.recommend-table td:last-child {
padding: 0 0 0 1rem;
}
}
.recommend-btn--wrap {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
justify-content: center;
} .review .wrap+.wrap {
margin-top: 4rem;
}
.review .wrap .review_title,
.review .wrap .admin_title {
background-color: #254191;
color: #ffffff;
padding: 1.2rem;
font-size: 1.8rem;
margin-bottom: 2rem;
}
.review .wrap .admin_title {
background-color: #f5f5f5;
color: #1e1e1e;
}
.review .wrap .quote {
text-align: right;
margin-top: 2rem;
font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.review .wrap .quote {
font-size: 1.4rem;
}
}
.review .wrap .quote a {
color: #254191;
}
.review.top {
display: block;
}
@media screen and (min-width: 768px) {
.review.top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
}
@media screen and (min-width: 768px) {
.review.top .wrap {
margin: 1%;
}
}
@media screen and (min-width: 768px) {
.review.top .wrap {
width: 48%;
}
}
.single .single-box .review {
margin-bottom: 4rem;
} .sectionPoint {
background-color: #ffffff;
border: 3px solid #254191;
border-radius: 0 5px 5px 5px;
margin-top: 70px;
margin-bottom: 50px;
padding: 20px;
position: relative;
}
.sectionPoint .sectionPoint-head {
background-color: #254191;
border-radius: 5px 5px 0 0;
color: #ffffff;
display: inline-block;
font-size: 16px;
font-weight: 700;
left: -3px;
letter-spacing: 0.05em;
line-height: 2.1875;
height: 35px;
padding: 0 30px;
position: absolute;
top: -35px;
}
.sectionPoint .sectionPoint-head i {
margin-right: 5px;
}
.sectionPoint ul {
list-style: disc;
padding-left: 30px;
}
.sectionPoint li {
margin: 10px 0;
font-weight: 700;
}
.related_post_title {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 0.8rem;
padding-right: 6rem;
margin-top: 4rem;
margin-bottom: 1.6rem;
border-bottom: 3px solid #1e1e1e;
}
.wp_rp_title {
font-weight: 700;
display: block;
} .slidelist {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
list-style: none;
margin: 0;
padding: 0;
}
.slidelist-view {
position: relative;
padding: 1.6rem;
padding-right: 6.5rem;
cursor: pointer;
}
.slidelist-view i {
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
background: rgba(37, 65, 145, 0.5);
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.slidelist-view i.active {
transform: rotate(180deg);
}
.slidelist li {
position: relative;
width: 98%;
margin: 1%;
background: #EFF5FB;
font-size: 2rem;
}
@media screen and (min-width: 768px) {
.slidelist li {
width: 31.3%;
}
}
.slidelist-detail {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #EFF5FB;
padding: 1rem;
display: none;
z-index: 1;
border-top: 1px solid #999;
}
.slidelist-tbl {
width: 100%;
background: #ffffff;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.slidelist-tbl th {
background: #254191;
color: #ffffff;
padding: 0.6rem;
border: 4px solid #ffffff;
}
.slidelist-tbl td {
padding: 0.6rem;
}
.slidelist-intro {
font-size: 1.6rem;
margin-bottom: 1rem;
border-bottom: 1px solid #ddd;
}
.slidelist2 {
list-style: none;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.slidelist2-view {
background: #f5f5f5;
position: relative;
padding: 1.6rem;
padding-left: 7rem;
padding-right: 2rem;
font-weight: 700;
cursor: pointer;
}
.slidelist2-view:before {
position: absolute;
top: 0;
bottom: 0;
right: 1rem;
height: 12px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #254191;
content: "";
font-weight: 900;
line-height: 1;
}
.slidelist2-view.active:before {
content: "";
}
.slidelist2-view i {
position: absolute;
top: 0;
left: 0rem;
bottom: 0;
background: #254191;
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
}
.slidelist2-view i.active {
transform: rotate(180deg);
}
.slidelist2-hide {
display: none;
background: #f5f5f5;
padding: 2rem;
}
.slidelist2 li {
width: 98%;
margin: 1%;
font-size: 2rem;
}
@media screen and (min-width: 768px) {
.slidelist2 li {
width: 48%;
}
}
.slidelist2-detail {
background: #f5f5f5;
width: 100%;
z-index: 1;
}
.slidelist2-detail .btn {
width: 100%;
max-width: 300px;
margin: 1rem auto 0;
}
.slidelist2-detail .btn a {
padding: 1rem;
}
.slidelist2-tbl {
width: 100%;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.slidelist2-tbl td:first-child {
background: #254191;
color: #ffffff;
border: 4px solid #ffffff;
width: 100px;
padding: 1rem;
text-align: center;
font-size: 1.4rem;
vertical-align: middle;
}
.slidelist2-tbl td {
padding: 0.6rem;
}
.faq-wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.faq-box {
list-style: none;
margin: 1% auto;
margin-top: 1rem;
width: 90%;
padding: 0;
}
@media screen and (min-width: 768px) {
.faq-box {
width: 48%;
margin: 1%;
}
}
.faq-box .faq-q {
width: 100%;
position: relative;
padding: 1rem;
padding-left: 8rem;
padding-right: 6.5rem;
cursor: pointer;
}
@media screen and (min-width: 600px) {
.faq-box .faq-q {
padding: 3rem;
padding-left: 8rem;
padding-right: 6.5rem;
}
}
.faq-box .faq-q br {
display: none;
}
@media screen and (min-width: 768px) {
.faq-box .faq-q br {
display: block;
}
}
.faq-box .faq-q:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
color: #644630;
height: 6rem;
padding: 0 1.4rem;
border-right: 1px solid #644630;
margin: auto;
font-size: 6rem;
content: "Q";
font-weight: 700;
line-height: 1;
}
.faq-box .faq-q i {
display: flex;
align-items: center;
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
background: rgba(100, 70, 48, 0.5);
font-size: 2.4rem;
margin: auto;
padding: 2rem;
color: #ffffff;
}
.faq-box .faq-q i.active {
transform: rotate(180deg);
}
.faq-box li {
position: relative;
background: #FAF8F5;
font-weight: 700;
font-size: 1.6rem;
}
.faq-box a {
position: relative;
display: block;
padding: 1.6rem;
text-align: center;
background: #644630;
color: #ffffff;
font-weight: 700;
font-size: 1.6rem;
border-radius: 100px;
}
.faq-box a i {
position: absolute;
height: 16px;
top: 0;
right: 2rem;
bottom: 0;
margin: auto;
}
.faq-box .faq-a {
display: none;
font-size: 1.4rem;
background: rgba(250, 248, 245, 0.5);
padding: 1rem;
padding-left: 8rem;
z-index: 1;
}
.faq-box .faq-a:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
color: #CC0000;
height: 6rem;
padding: 0 1.4rem;
border-right: 1px solid #644630;
margin: auto;
font-size: 6rem;
content: "A";
font-weight: 700;
line-height: 1;
}
.single-box img,
#bottom-content img {
margin-bottom: 4rem;
}
.single-box p,
#bottom-content p {
margin-bottom: 1.6rem;
}
.single-box h3,
#bottom-content h2 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 1rem;
padding-left: 7rem;
margin-bottom: 1.6rem;
background: rgba(37, 65, 145, 0.1);
}
.single-box h3:before,
#bottom-content h2:before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 58px;
height: 100%;
left: 0;
top: 0;
bottom: 0;
margin: auto;
background: #254191;
color: #ffffff;
text-align: center;
font-family: "Font Awesome 5 Free";
content: "";
}
.single-box h4,
#bottom-content h3 {
font-size: 2rem;
font-weight: 700;
padding-left: 10px;
margin-bottom: 1.6rem;
border-left: 6px solid #254191;
border-bottom: 3px solid #254191;
}
.single-box h5,
#bottom-content h4 {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
border-bottom: 2px dashed #254191;
margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
#bottom-content img {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
}
}
.left {
width: 100%;
}
@media screen and (min-width: 768px) {
.left {
width: calc(100% - 280px);
}
}
.right {
width: 100%;
}
@media screen and (min-width: 768px) {
.right {
width: 250px;
}
}
.bg-white {
background: #ffffff !important;
}
.Thumbnail_box {
width: 100%;
}
.Thumbnail_box a {
display: block;
}
.Thumbnail_box img {
width: 100%;
height: auto;
}
@media screen and (min-width: 480px) {
.Thumbnail_box {
width: 220px;
height: 220px;
overflow: hidden;
position: relative;
}
.Thumbnail_box img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
}
.list_data_0 {
width: 100%;
padding: 1rem;
}
@media screen and (min-width: 480px) {
.list_data_0 {
width: calc(100% - 240px);
}
}
.list_link_set_0 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 3rem;
}
.category_list_name {
font-size: 2.2rem;
margin-bottom: 1.6rem;
padding: 0.5rem;
font-weight: 700;
border-bottom: 3px solid #1e1e1e;
}
.category_list_coments .btn {
width: 100%;
max-width: 250px;
margin-top: 2rem;
}
@media screen and (min-width: 768px) {
.category_list_coments .btn {
margin: 2rem 0 0 auto;
}
}
.category_list_coments .btn a {
padding: 1rem 2rem;
}
.widget-title {
background: #254191;
color: #ffffff;
text-align: left;
padding: 1rem;
font-weight: 700;
margin-bottom: 10px;
position: relative;
padding-left: 5rem;
border-right: 10px solid rgba(255, 255, 255, 0.2);
}
.widget-title:before {
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
margin: auto;
width: 32px;
height: 32px;
font-size: 2.4rem;
padding-right: 0.5rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
}
.side_list {
margin-bottom: 2rem;
}
.side_list li {
padding: 0 !important;
margin: 0 !important;
}
.side_list li a {
display: block;
padding: 1rem !important;
border-bottom: 1px solid #254191;
}
.side_list:nth-of-type(2) {
text-align: center;
}
#sideber_menu .cat-post-item .cat-post-title {
padding: 1rem !important;
padding-left: 2rem !important;
position: relative;
text-align: left;
}
#sideber_menu .cat-post-item .cat-post-title:before {
position: absolute;
top: 0;
bottom: 0;
left: 0.5rem;
height: 12px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #254191;
content: "";
font-weight: 900;
line-height: 1;
}
.side_list a {
width: 100%;
}
.sideber_rank {
margin-bottom: 1rem;
background: rgba(37, 65, 145, 0.05);
padding: 1rem;
width: 100%;
display: flex;
}
.sideber_rank_img {
position: relative;
width: 90px;
height: 90px;
overflow: hidden;
}
.sideber_rank_img img {
position: absolute;
display: block;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: auto;
max-width: initial;
}
.sideber_rank_title {
width: calc(100% - 90px);
font-size: 1.4rem;
font-weight: 700;
padding: 1rem;
}
.sideRank_title_1 {
margin-bottom: 1rem;
font-size: 1.4rem;
font-weight: 700;
} .footer-banner {
position: fixed;
bottom: 0;
left: 0;
padding: 4px 0;
width: 100%;
background: rgba(10, 10, 10, 0.7);
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
-o-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 1;
}
.footer-banner .btn-wrap {
justify-content: center;
}
.footer-totop-btn,
.footer-home-btn {
width: 64px;
font-size: 36px;
padding: 7px 0 5px;
margin: 0 15px 15px;
text-align: center;
box-sizing: border-box;
background: rgba(214, 214, 214, 0.4);
}
.footer-home-btn {
position: fixed;
bottom: 0;
left: 0;
}
.footer-totop-btn {
position: fixed;
bottom: 0;
right: 0;
z-index: 2;
}
.footer-banner .btn-wrap {
margin: 2.4rem 0 1rem;
} .footer-banner-btn,
a .footer-banner-btn,
button .footer-banner-btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.7px;
color: #212529;
border-radius: 0.5rem;
}
a.btn-f {
font-size: 2rem;
position: relative;
padding: 0px 20px 10px 30px;
color: #ffffff;
background: #c52929;
box-shadow: 0 5px 0 #880e0e;
width: 60%;
}
a.btn-f span {
font-size: 1.3rem;
position: absolute;
top: -15px;
left: calc(50% - 38%);
display: block;
width: 77%;
padding: 0.7rem 0 0.5rem;
color: #c52929;
border: 2px solid #c52929;
border-radius: 0.5rem;
background: #ffffff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-f:hover {
transform: translate(0, 3px);
color: #ffffff;
background: #c52929;
box-shadow: 0 2px 0 #880e0e;
}
a.btn-f:hover:before {
left: 2rem;
}
a.footer-banner-btn:hover {
opacity: 0.7;
}
a.footer-banner-btn i {
margin-left: 15px;
font-size: 27px;
}
.footer-banner-txt {
font-size: 15px; width: 80%;
max-width: 1000px; display: block;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
box-sizing: border-box;
line-height: 1.4;
text-align: center;
}
.footer-banner-txt p { width: 100%;
line-height: 1.4;
margin: 5px 0 0;
font-weight: normal;
padding: 0 10px;
color: #ffffff;
}
.icon-space {
color: #aaa;
margin: 0 8px;
display: none;
}
@media only screen and (max-width: 1024px) {
.footer-banner-txt p {
width: calc(100% - 400px);
}
.footer-banner-txt {
font-size: 16px;
}
.footer-banner-txt p {
font-size: 14px;
}
a.footer-banner-btn {
padding: 0px 15px 9px;
}
}
@media only screen and (max-width: 768px) {
.footer-banner {
padding: 5px 0 0;
}
a.btn-f {
font-size: 1.5rem;
width: 74%;
margin-right: 40px;
}
a.btn-f span {
font-size: 1rem;
top: -9px;
left: calc(50% - 40%);
width: 80%;
padding: 0.5rem 0 0.3rem;
}
.footer-home-btn {
width: 40px;
padding: 0;
line-height: 1.5;
position: absolute;
bottom: 100%;
font-size: 34px;
margin: 0;
}
.footer-totop-btn {
width: 40px;
height: 40px;
padding: 0;
bottom: 1rem;
right: 1rem;
line-height: 1.5;
font-size: 24px;
margin: 0;
}
.footer-banner-txt p {
width: 100%;
}
.footer-banner-txt {
font-size: 16px;
width: 100%;
text-align: center;
justify-content: center;
}
.icon-space {
display: none;
}
.footer-banner-txt p {
padding: 5px 20px;
}
.footer-banner-btn,
a .footer-banner-btn,
button .footer-banner-btn {
letter-spacing: 0.2px;
}
a.footer-banner-btn {
padding: 0px 15px 10px;
margin-bottom: 5px;
width: 74%;
}
a.footer-banner-btn i {
margin-left: 12px;
font-size: 22px;
}
}
@media only screen and (max-width: 600px) {
.footer-banner-txt p {
font-size: 12px;
}
}
.footer a {
font-size: 1.4rem;
font-weight: 400;
}
.search-menu {
max-width: 600px;
margin: 0 auto;
}
.wpcf7-form input,
.wpcf7-form textarea {
margin-bottom: 2rem;
}
.hamburger-menu h3 {
font-size: 2rem;
font-weight: 700;
}
.relative {
position: relative;
}
.rank_table {
position: relative;
}
#main_rank_table {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
#main_rank_table .ran_ico img {
width: 110px;
}
.main_rank_table {
width: 98%;
margin: 1%;
background: #ffffff;
box-shadow: 4px 4px 0 rgba(37, 65, 145, 0.2);
}
@media screen and (min-width: 768px) {
.main_rank_table {
width: 31.3%;
}
}
.sectionTtl2_h2 {
font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
.sectionTtl2_h2 {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl2_h2 {
font-size: 3.2rem;
}
}
.main_rank_table {
text-align: center;
padding-top: 20px;
}
.main_rank_table .ran_ico {
position: relative;
}
.table_rank_title {
text-align: center;
font-size: 2rem;
font-weight: 700;
}
.table_rank_title:after {
display: block;
width: 80px;
height: 3px;
background: #644630;
margin: 0.5rem auto 2rem;
content: "";
}
.recommend-table td {
display: table-cell;
}
@media screen and (max-width: 767px) {
.recommend-table td {
display: block;
width: 100% !important;
}
}
.btn-full {
width: 80%;
margin: 2rem auto;
}
.rank_top {
position: absolute;
top: -6.5rem;
right: 0;
left: 0;
margin: auto;
text-align: center;
bottom: 2rem;
}
.recommend-box:last-of-type {
margin-bottom: 0;
}
.rank_table_point_left b {
display: block;
padding: 10px;
background: #f9f9f9;
text-align: center;
}
.rank_table_point_left span {
display: block;
padding: 10px 10px 0;
text-align: left;
}
.wsp-pages-list,
.wsp-posts-list,
.wsp-pickups-list {
margin-bottom: 4rem;
}
.wsp-pages-list li,
.wsp-posts-list li,
.wsp-pickups-list li {
margin-bottom: 1.6rem;
} .area-read {
border: 3px solid #254191;
padding: 2rem;
box-sizing: border-box;
border-radius: 5px;
background: rgba(37, 65, 145, 0.05);
}
.genre .toc_toggle {
display: none !important;
}
.genre .genre-box {
background-color: #f5f5f5;
padding: 2rem;
box-sizing: border-box;
border: 5px solid #254191;
}
.genre .genre-box .genre_inner {
background-color: #ffffff;
padding: 2rem;
box-sizing: border-box;
}
.genre .genre-box .btn-wrap {
margin: 0 !important;
}
.genre .genre-box .btn-wrap .btn {
width: 100% !important;
max-width: 300px !important;
}
.genre .recommend-table {
background-color: #ffffff;
} .rl_post ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 3rem;
margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
.rl_post ul {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
}
.rl_post ul li {
max-width: 570px;
transition: opacity 0.2s linear;
}
.rl_post ul li:hover {
opacity: 0.7;
transition: opacity 0.3s linear;
}
.rl_post ul li a {
width: 100%;
}
.rl_post ul li a .img-wrap {
width: 100%;
overflow: hidden;
position: relative;
}
.rl_post ul li a .img-wrap .category {
display: inline-block;
background-color: #254191;
color: #ffffff;
padding: 0.5rem;
letter-spacing: 0.1em;
position: absolute;
top: 0;
left: 0;
}
.rl_post ul li a .img-wrap img,
.rl_post ul li a .img-wrap .noImg {
width: 100%;
height: 200px;
object-fit: cover;
object-position: center;
transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
.rl_post ul li a .img-wrap img,
.rl_post ul li a .img-wrap .noImg {
height: 250px;
}
}
@media screen and (min-width: 1024px) {
.rl_post ul li a .img-wrap img,
.rl_post ul li a .img-wrap .noImg {
height: 300px;
}
}
.rl_post ul li a .img-wrap .noImg {
background-color: #ccc;
display: flex;
align-items: center;
justify-content: center;
}
.rl_post ul li a .img-wrap .noImg i {
color: #ffffff;
font-size: 6rem;
}
.rl_post ul li a .text-wrap {
padding: 1.5rem 0;
}
.rl_post ul li a .text-wrap h4 {
font-size: 16px;
line-height: 1.2;
margin: 0;
padding-left: 1rem;
border-left: 5px solid #254191;
} .nxrc-list *,
.nxrc-search-form * {
list-style: none;
margin: 0;
padding: 0;
color: inherit;
border: 0;
box-sizing: border-box;
transition: all 0.3s ease;
}
.nxrc-title {
display: block;
font-size: 1.2em;
}
.nxrc-search-form table,
.nxrc-title {
margin-bottom: 20px;
}
.nxrc-excerpt {
margin-bottom: 10px;
}
.nxrc-search-form table {
margin-bottom: 0;
}
.nxrc-list li,
.nxrc-search-form {
margin-bottom: 0px;
}
.nxrc-search-form input,
.nxrc-search-form select {
vertical-align: middle;
}
.nxrc-fields th,
.nxrc-links,
.nxrc-search-button,
.nxrc-search-form th {
text-align: center;
}
.nxrc-fields th,
.nxrc-links,
.nxrc-search-button,
.nxrc-search-form caption,
.nxrc-search-form th,
.nxrc-title {
font-weight: 700;
}
.nxrc-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 1rem;
}
.nxrc-links a,
.nxrc-links span {
width: 48%;
margin: 1%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.nxrc-excerpt,
.nxrc-fields {
font-size: 0.8em;
}
.nxrc-list .nxrc-excerpt a {
color: #777;
}
.nxrc-list .nxrc-excerpt a:link,
.nxrc-list .nxrc-excerpt a:visited {
color: #777;
}
.nxrc-fields,
.nxrc-search-button button,
.nxrc-search-form table {
width: 100%;
}
.nxrc-link {
display: inline-block;
width: 40%;
}
.nxrc-fields th {
width: 20%;
background: #f5f5f5;
color: #1e1e1e;
font-size: 12px;
border: 1px solid #ddd;
}
.nxrc-search-form th {
width: 20%;
background: #f5f5f5;
color: #1e1e1e;
font-size: 14px;
}
.nxrc-fields td {
font-size: 12px;
border: 1px solid #ddd;
}
.nxrc-search-form td {
font-size: 14px;
}
.nxrc-search-button button {
display: flex;
justify-content: center;
align-items: center;
max-width: 500px;
width: 90%;
margin: 0 auto;
padding: 16px 12px;
font-size: 18px;
font-weight: 700;
font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
color: #ffffff;
background-image: linear-gradient(to right, #F44336 0%, #ffa825 100%);
border-radius: 400px;
cursor: pointer;
}
.nxrc-link {
margin: 0 10px;
height: 60px;
line-height: 60px;
background-color: #ffa825;
color: #ffffff;
border-radius: 40px;
cursor: pointer;
}
.nxrc-link:hover,
.nxrc-search-button button:hover {
text-decoration: none;
opacity: 0.5;
}
.nxrc-link.active {
background-color: #c00;
}
.nxrc-link.disable {
background-color: #ccc;
pointer-events: none;
}
.nxrc-fields,
.nxrc-search-form table {
border-spacing: 0;
}
.nxrc-search-form td,
.nxrc-search-form th {
padding: 10px;
}
.nxrc-fields td,
.nxrc-fields th {
padding: 10px;
}
.nxrc-search-form select {
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
-moz-appearance: menulist;
-webkit-appearance: menulist;
}
.nxrc-search-form input[type="checkbox"],
.nxrc-search-form input[type="radio"] {
width: 1em;
}
.nxrc-list li {
position: relative;
padding: 16px;
background: rgba(255, 255, 255, 0.9);
border-radius: 4px;
overflow: hidden;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.nxrc-list li:first-child .search-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 6px solid #FFCA28;
z-index: 1;
box-sizing: border-box;
pointer-events: none;
}
.nxrc-list li:first-child .search-wrap:before {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/search/img/recommend.svg) center no-repeat;
background-size: 100%;
content: "";
}
.nxrc-title {
position: relative;
margin-bottom: 20px;
padding: 0 12px 20px 12px;
color: #333 !important;
font-size: 22px;
}
.nxrc-title:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
content: "";
background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nxrc-title:before {
position: absolute;
bottom: 0;
top: 0;
left: 5px;
width: 12px;
height: 12px;
background: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/img/angles-right.svg) center no-repeat;
background-size: 100%;
margin: auto;
content: "";
}
.nxrc-fields {
background: #ffffff;
}
.nxrc-fields tr:not(:first-child) th {
border-top: dotted 1px #ddd;
}
.nxrc-search-form {
padding: 30px;
background: #f9f9f9;
border-radius: 4px;
margin: 0 auto 40px;
box-sizing: border-box;
}
.nxrc-search-form tr:not(:first-child) th {
border-top: solid 1px #ddd;
}
.nxrc-search-form-content {
padding: 40px;
background: #ffffff;
border: 1px solid #eee;
}
.nxrc-search-form caption { font-size: 20px;
margin: auto;
padding: 1rem 2rem;
color: #ffffff;
background: #444;
}
.nxrc-search-form caption span,
.nxrc-search-form caption img {
display: inline-block;
}
.nxrc-search-form caption img {
margin-right: 6px;
}
.flexin {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.search-img {
display: block;
width: 320px;
position: relative;
overflow: hidden;
}
.search-img img {
display: block;
width: 100%;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transform: scale(1.6);
}
.search-txt {
width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
.search-img {
width: 100%;
height: auto;
margin-bottom: 10px;
}
.search-img img {
width: 100%;
height: auto;
position: static;
}
.search-txt {
width: 100%;
}
.nxrc-list li {
width: 90%;
margin: auto;
}
.nxrc-title {
font-size: 18px;
}
}
.kensaku-space {
margin-top: 60px;
}
.formWrapper {
display: flex;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.nxrc-search-form td label {
margin-right: 10px;
}
.nxrc-search-form {
position: relative;
max-width: 700px;
background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, white 0, white 4px);      }
.nxrc-search-form a:link {
color: #ffffff;
}
.nxrc-search-form td {
padding: 14px;
}
.nxrc-search-form caption {
border-radius: 0;
}
.nxrc-search-form select {
max-width: 320px;
}
.nxrc-search-form label {
display: inline-block;
margin: 4px !important;
}
.nxrc-search-form input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: none;
opacity: 0;
width: 1px;
position: absolute;
height: 1px;
}
.nxrc-search-form input[type="radio"]+span {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
padding: 10px 11px 8px 30px;
border-radius: 4px;
font-weight: 500;
font-size: 12px;
background: #f9f9f9;
}
.nxrc-search-form input[type="radio"]+span::before,
.nxrc-search-form input[type="radio"]+span::after {
position: absolute;
content: "";
display: block;
border-radius: 50%;
top: 0;
bottom: 0;
margin: auto 10px auto 0;
box-sizing: border-box;
}
.nxrc-search-form input[type="radio"]+span::before {
width: 16px;
height: 16px;
background: #ffffff;
border: 2px solid #999999;
left: 9px;
}
.nxrc-search-form input[type="radio"]:checked+span::before {
border: 2px solid #0070bd;
}
.nxrc-search-form input[type="radio"]+span::after {
width: 8px;
height: 8px;
background: #999999;
left: 13px;
opacity: 0;
}
.nxrc-search-form input[type="radio"]:checked+span::after {
background: #0070bd;
}
.nxrc-search-form input[type="radio"]:checked+span::after {
opacity: 1;
}
@media (max-width: 650px) {
.nxrc-search-form input[type="radio"]+span {
padding: 10px 11px 8px 30px;
}
}
.nxrc-search-form table {
background: #ffffff;
}
.nxrc-search-form-content {
margin-bottom: 20px;
padding: 20px;
background: #ffffff;
border-radius: 8px;
}
.nxrc-search-form .checknox-wrap {
display: inline-block;
position: relative;
padding: 10px 11px 8px 30px;
background: #f9f9f9;
margin-bottom: 12px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 400;
border-radius: 4px;
}
.nxrc-search-form .checknox-wrap input {
display: none;
font-weight: 400;
}
.nxrc-search-form .checknox-wrap .checkmark {
position: absolute;
top: 13px;
left: 9px;
height: 14px;
width: 14px;
background: #ffffff;
border: 2px solid #999999;
box-sizing: border-box;
border-radius: 4px;
}
.nxrc-search-form .checknox-wrap .checkmark:after {
content: "";
position: absolute;
display: none;
left: 2px;
top: -3px;
width: 5px;
height: 10px;
border: 2px solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.nxrc-search-form .checknox-wrap input:checked+.checkmark {
background-color: #0070bd;
border: 2px solid #0070bd;
}
.nxrc-search-form .checknox-wrap input:checked+.checkmark:after {
display: block;
}
.nxrc-list a:link,
.nxrc-list a:hover,
.nxrc-list a:active,
.nxrc-list a:visited {
color: #ffffff;
}
.nxrc-list li {
margin-bottom: 30px;
}
.nxrc-search-button img {
margin-left: 8px;
}
.nxrc-search-form {
width: 95%;
}
@media screen and (max-width: 768px) {
.nxrc-search-form {
width: auto;
}
}
@media screen and (max-width: 480px) {
.nxrc-link {
display: inline-block;
width: 85%;
margin: 10px;
}
.nxrc-search-form th,
.nxrc-search-form td {
display: block;
width: 100%;
padding: 4px;
}
.nxrc-list li {
border-width: 2px;
}
}
.nxrc-title a {
color: #333 !important;
}
.search-block {
background: #eee;
}
.search-result {
max-width: 900px;
margin: 0 auto;
}
.search-result--header {
font-size: 20px;
font-weight: 700;
line-height: 1.2;
}
.search-result--header span {
font-size: 150%;
color: #d00;
}
.search-result th,
.search-result td {
padding: 1rem;
font-size: 1.6rem;
}
.search-result .nxrc-fields th {
background: #444444;
color: #ffffff;
}
.search-totop {
width: 100%;
display: block;
max-width: 320px;
margin: auto;
padding: 1rem 0;
text-align: center;
background: #444;
color: #ffffff;
box-sizing: border-box;
border-radius: 40px;
border: 2px solid #444;
position: relative;
transition: 0.2s;
}
.search-totop:hover {
background: #ffffff;
color: #444;
transition: 0.2s;
}
@media screen and (max-width: 768px) {
.nxrc-fields th,
.nxrc-fields td {
width: auto;
font-size: 12px;
}
.nxrc-fields th {
width: 40%;
}
.nxrc-fields td {
width: 60%;
}
.nxrc-search-form caption {
font-size: 18px;
}
}
.nxrc-list li th {
width: auto;
}
.nxrc-fields {
table-layout: fixed;
}
.breadcrumb_wrap {
background: #444;
color: #ffffff;
}
.breadcrumb_wrap span,
.breadcrumb_wrap a {
color: #ffffff;
} .sitemap-home {
display: block;
position: relative;
margin-bottom: 3rem;
padding: 1rem 1rem 1rem 4rem;
background: rgba(37, 65, 145, 0.05);
font-weight: 700;
}
.sitemap-home:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 100%;
margin: auto;
padding: 0.5rem;
background: #254191;
color: #ffffff;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-home:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-rank {
display: block;
position: relative;
padding: 1rem 1rem 1rem 4rem;
background: rgba(37, 65, 145, 0.05);
font-weight: 700;
}
.sitemap-rank:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 100%;
margin: auto;
padding: 0.5rem;
background: #254191;
color: #ffffff;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-rank:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-ul>li>a {
position: relative;
padding-left: 3rem;
font-weight: 700;
}
.sitemap-ul>li>a:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: inline-block;
width: 20px;
height: 20px;
color: #254191;
margin: auto;
font-size: 2rem;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-ul a {
padding: 1rem;
border-bottom: 1px solid #eeeeee;
}
.sitemap-ul ul {
padding-left: 3rem;
}
.sitemap-ul ul a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
}
.sitemap-ul ul a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-pages a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
padding: 1rem;
}
.sitemap-pages a:before {
content: "" !important;
}
.sitemap-pages a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
}
.sitemap-pickup a {
display: block;
position: relative;
border-bottom: 1px solid #eeeeee;
padding: 1rem;
}
.sitemap-pickup a:before {
content: "" !important;
}
.sitemap-pickup a:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
width: 16px;
height: 16px;
margin: auto;
font-family: "Font Awesome 5 free";
font-weight: 900;
line-height: 1;
content: "";
} body {
background-color: #FFF;
color: #333;
font-family: 'Noto Sans JP', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: 0.05em !important;
line-height: 1.3 !important;
}
a {
color: #333;
}
a,
button,
input[type="button"],
.wpcf7-submit {
transition: 0.2s !important;
}
a:hover,
button:hover,
input[type="button"]:hover,
.wpcf7-submit:hover {
opacity: 0.85 !important;
transition: 0.2s !important;
}
* {
word-break: break-all;
}
.spacer {
width: calc(100% - 4rem);
}
.inner {
margin: 0 auto;
}
@media only screen and (max-width: 480px) {
h1,
h2,
h3,
h4,
h5 {
font-size: 1.6rem !important;
}
} .update {
position: fixed;
top: 70px;
left: 0;
background: #333;
z-index: 999;
} .header {
background: rgba(255, 255, 255, 1);
box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.03);
position: fixed;
top: 0;
z-index: 9999;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
background: #333;
}
.headerInner-logo img {
max-height: 4rem;
width: auto;
}
.header .site_name {
align-items: center;
color: #333;
display: flex;
flex-wrap: wrap;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 1.2rem;
font-weight: 700;
height: 3.5rem;
justify-content: left;
letter-spacing: 0.05em;
line-height: 1;
padding-left: 6rem;
position: relative;
top: -0.3rem;
width: 24rem;
}
.header .site_name::before {
align-items: center;
background-color: #333;
color: #FFF;
content: 'PR';
display: flex;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
font-weight: 500;
height: 2rem;
justify-content: center;
left: 0;
position: absolute;
top: calc((100% - 1.5rem) / 2);
width: 2.6rem;
}
.header .site_name::after {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: 2.5rem 2.5rem;
content: '';
height: 3rem;
left: 3rem;
position: absolute;
top: calc((100% - 3rem) / 2);
width: 3rem;
}
.header .site_name span {
display: block;
font-size: 1.17rem;
margin-left: 0.6rem;
} .hamburger-menu h3 {
padding-top: 6.5rem;
position: relative;
text-align: center;
}
.menu-content {
padding-bottom: 6rem;
}
.menu-content ul li {
border-bottom: solid 0.1rem #333;
}
.menu-content ul li a {
padding: 2rem 3rem 2rem 0;
}
.menu-content ul li a:before {
border-top: solid 0.2rem #2A5924;
border-right: solid 0.2rem #2A5924;
height: 0.8rem;
top: calc((100% - 0.4rem) / 2);
width: 0.8rem;
} .breadcrumb_wrap {
background: #FFF;
color: #333;
}
.breadcrumb_list {
border-bottom: 0.1rem solid #333;
height: 4rem;
line-height: 3.5rem;
max-width: unset;
overflow: hidden;
width: calc(100% - 4rem);
}
body.search .breadcrumb_list {
border-bottom: 0;
}
.breadcrumb_list .breadcrumbs {
display: flex;
font-size: 1.4rem;
white-space: nowrap;
}
.breadcrumb_list .breadcrumbs a {
background: none;
color: #333 !important;
}
.breadcrumb_list .breadcrumbs span {
color: #333 !important;
margin: 0 0.5rem;
}
.breadcrumb_list .breadcrumbs span:first-child {
margin-left: 0;
}
.breadcrumb_list .breadcrumbs .home span::before {
content: '\f015';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
.breadcrumb_list {
overflow-y: hidden;
overflow-x: scroll;
}
} body:not(.home) .main {
background: #FFF;
} #sideber_menu a {
color: #333;
}
.side_list {
margin-bottom: 5rem !important;
}
.side_list a {
display: block;
}
.widget-title {
align-items: center;
background: #FFF;
border-bottom: 0.3rem solid #333;
border-right: 0;
color: #333;
display: flex;
font-size: 1.3rem;
font-weight: 500;
justify-content: left;
margin-bottom: 0;
min-height: 6rem;
padding: 0 0 0 4.5rem;
}
.widget-title::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: 75%;
content: '';
height: 4rem;
left: 0;
width: 4rem;
}
.side_list:not(:first-of-type) ul li {
border-bottom: 0;
margin-bottom: 0.5rem !important;
}
.side_list:not(:first-of-type) ul li:last-of-type {
margin-bottom: 0 !important;
}
.sideber_rank {
background: #FFF;
border-bottom: 0.1rem solid #333;
margin: 0;
padding: 1rem 0;
}
.sideber_rank .sideber_rank_img::before {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
height: 3rem;
left: 0.3rem;
position: absolute;
top: 0.3rem;
width: 3rem;
z-index: 1;
}
.side_list ul li:nth-of-type(1) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_01.png);
}
.side_list ul li:nth-of-type(2) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_02.png);
}
.side_list ul li:nth-of-type(3) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_03.png);
}
.side_list ul li:nth-of-type(4) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_04.png);
}
.side_list ul li:nth-of-type(5) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_05.png);
}
.side_list ul li:nth-of-type(6) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_06.png);
}
.side_list ul li:nth-of-type(7) .sideber_rank_img::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_07.png);
}
.sideber_rank_title {
align-items: center;
display: flex;
justify-content: left;
padding-right: 2rem;
}
.sideber_rank_title::after {
color: #2A5924;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
line-height: 1;
position: absolute;
right: 1rem;
top: calc((100% - 1.2rem) / 2);
}
.sideRank_title_1 {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 0;
}
#sideber_menu .cat-post-item .cat-post-title {
background: #FFF;
border-bottom: 0.1rem solid #333;
padding: 1rem 3rem 1rem 1rem !important;
}
#sideber_menu .cat-post-item .cat-post-title:before {
color: #2A5924;
left: unset;
right: 1rem;
}
#sideber_menu .cat-post-item>div {
margin: 0;
} .side_list:first-of-type ul li {
margin-bottom: 1rem !important;
}
.side_list:first-of-type ul li:last-of-type {
margin-bottom: 0 !important;
}
.side_list:first-of-type ul li a {
border-bottom: 0;
padding: 0 !important;
}
.widget-title.tap {
padding: 0;
}
.widget-title.tap::after {
background-color: #FFF;
border-radius: 1.2rem;
color: #2A5924;
content: '\f056';
font-family: 'Font Awesome 5 Free';
font-size: 2.4rem;
font-weight: 900;
height: 2.4rem;
left: 0;
line-height: 1;
position: absolute;
right: unset;
top: calc((100% - 2.4rem) / 2);
transform: rotate(180deg);
transition: 0.2s;
width: 2.4rem;
}
.widget-title.tap.close::after {
content: '\f055';
transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
.side_list {
margin-bottom: 2rem !important;
}
.widget-title {
font-size: 1.6rem !important;
padding: 0 0 0 3rem !important;
}
.widget-title:before {
display: none;
}
}
@media only screen and (max-width: 480px) {
.widget-title {
font-size: 3.3vw !important;
}
} .footer {
background: none;
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/photo_03.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover !important;
position: relative;
z-index: 0;
}
.footer::before {
background: rgba(51, 51, 51, 0.2);
content: '';
height: 100%;
left: 0;
mix-blend-mode: multiply;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.footerBox {
margin: 0 auto 40px;
width: calc(100% - 4rem);
}
.footerNav {
max-width: unset;
width: 100%;
}
.footerNav a {
margin-left: 0;
}
.footerCol {
margin-bottom: 3rem;
}
.footer h3 {
margin-bottom: 2rem;
padding-bottom: 0.5rem;
}
.footerNav .menu {
padding: 0;
}
.footerNav li {
margin-bottom: 1rem;
padding: 0;
}
.footerNav li:before {
font-weight: 900;
top: 0;
left: 0;
}
.footer_rank {
display: inline-block;
margin: 0;
margin-bottom: 1rem;
margin-right: 2rem;
padding: 0;
}
.footer_rank:last-of-type {
margin-right: 0;
}
.footer_rank a {
padding-left: 3rem;
position: relative;
}
.footer_rank a::before {
align-items: center;
background-color: #FFF;
border-radius: 0.2rem;
color: #333;
display: flex;
font-family: 'Font Awesome 5 Free';
font-size: 80%;
font-weight: 900;
height: 2rem;
justify-content: center;
left: 0;
position: absolute;
top: 0;
width: 2rem;
}
.footer_rank:nth-of-type(1) a::before {
content: '\31';
}
.footer_rank:nth-of-type(2) a::before {
content: '\32';
}
.footer_rank:nth-of-type(3) a::before {
content: '\33';
}
.footer_rank:nth-of-type(4) a::before {
content: '\34';
}
.footer_rank:nth-of-type(5) a::before {
content: '\35';
}
.footer_rank:nth-of-type(6) a::before {
content: '\36';
}
.footer_rank:nth-of-type(7) a::before {
content: '\37';
}
.footerCopy {
border-top: 0.1rem solid #FFF;
font-size: 1.2rem;
margin: 0 auto;
padding-top: 2rem;
width: calc(100% - 4rem);
}
.footerCopy a {
font-size: 1.2rem;
margin: 0 1rem;
}
.footer-totop-btn {
background: #2A5924;
 height: 4.5rem;
padding: 0;
 width: 4.5rem;
}
.footer-totop-btn i {
color: #FFF;
}
@media only screen and (min-width: 769px) {
.footerNav .menu {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footerNav li {
padding: 0 1rem;
}
}
@media only screen and (max-width: 768px) {
.footerNav li {
padding-left: 2.5rem;
}
.footer_rank {
display: block;
margin-right: 0;
}
.footerCopy a {
display: block;
margin: 0.5rem auto;
}
}
@media only screen and (max-width: 480px) {
.footer {
background-repeat: no-repeat;
background-size: 95% auto;
padding-bottom: 26.5vw;
}
}  .mv,
.mv_sub {
background: #F5F5F5 !important;
height: unset;
min-height: unset;
position: relative;
z-index: 0;
} .mv {
overflow: hidden;
}
.mv .mvInner {
padding: 0;
}
.mv .mvInner {
display: flex;
justify-content: space-between;
padding: 0;
}
.mv .mvInner img {
height: 50rem;
object-fit: cover;
width: 100%;
}
.mv .mvInner img.pc {
display: block;
}
.mv .mvInner img.sp {
display: none;
}
@media only screen and (max-width: 1140px) {
.mv .mvInner img {
height: 48vw;
}
}
@media only screen and (max-width: 480px) {
.mv .mvInner img {
height: auto;
width: 100%;
}
.mv .mvInner img.pc {
display: none;
}
.mv .mvInner img.sp {
display: block;
}
} .mv_sub {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/photo_01.jpg) !important;
background-position: center bottom !important;
background-repeat: no-repeat !important;
background-size: cover !important;
min-height: 35rem;
padding: 10rem 0 3rem 0;
position: relative;
}
.mv_sub .mvInner {
align-items: center;
background: rgba(51, 51, 51, 0.75);
display: flex;
flex-wrap: wrap;
justify-content: center;
min-height: 12rem;
padding: 2rem;
position: relative;
width: 100%;
}
.mv_sub .mvInner::before,
.mv_sub .mvInner::after {
border-bottom: 0.1rem dashed #FFF;
content: '';
height: 0.1rem;
left: 0;
position: absolute;
width: 100%;
}
.mv_sub .mvInner::before {
top: 0.3rem;
}
.mv_sub .mvInner::after {
bottom: 0.3rem;
}
.mv_sub .mvInner .mv_sub-ttl {
color: #FFF;
font-size: 2rem;
font-weight: 600;
padding: 0;
text-align: center;
}
.mv_sub .time {
background: none;
color: #FFF;
font-weight: 400;
line-height: 1.3;
margin-top: 1rem;
min-width: 100%;
padding: 0;
position: relative;
}
.mv_sub .mvInner .mv_sub-ttl br,
.mv_sub .time br {
display: none;
}
@media only screen and (max-width: 768px) {
.mv_sub .mvInner .mv_sub-ttl br {
display: block;
}
}
@media only screen and (min-width: 769px) {
.mv_sub {
background-attachment: fixed !important;
}
} .btn,
.nxrc-search-button,
.wpcf7-submit {
margin: 0 auto;
width: calc(100% - 4rem) !important;
}
.btn a,
.tablepress tr td a,
.nxrc-search-button button,
.wpcf7-submit,
.search-totop {
background-image: unset;
border: 0 !important;
color: #FFF !important;
display: block;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
padding: 1rem 1.5rem !important;
position: relative;
text-align: center;
width: 100%;
}
.tablepress tr td a {
font-size: 1.4rem;
}
.btn a:hover,
.tablepress tr td a:hover {
color: #FFF !important;
}
.btn a b {
display: block;
font-weight: 500;
}
.nxrc-search-button button {
max-width: 35rem;
}
.nxrc-search-button button i,
.nxrc-links .nxrc-link i,
.search-totop i {
position: absolute;
right: 1.5rem;
top: calc((100% - 1.6rem) / 2);
}
.btn.btn1 a,
.btn.btn_top a,
.tablepress tr td a,
.nxrc-search-button button,
.nxrc-links .nxrc-link:first-child,
.wpcf7-submit,
.search-totop {
background: #2A5924 !important;
}
.btn.btn2 a,
.btn.btn3 a, .nxrc-links .nxrc-link:last-child:not(.disable) {
background: #E67817 !important;
}
.tablepress tr:last-child td a{
background: #3cb371 !important;
} .home .recommend-box .btn-wrap .btn {
width: 100% !important;
}
.home .recommend-box .btn-wrap .btn a {
font-size: 1.8rem;
}
.home .recommend-box .btn-wrap .btn2 {
display: none;
}
.home .sec-list .btn {
max-width: 50rem;
}
@media only screen and (min-width: 769px) {
.home .recommend-box .btn-wrap .btn a {
padding: 2rem 1.5rem !important;
}
}
@media only screen and (max-width: 480px) {
.home .recommend-box .btn-wrap .btn a {
font-size: 1.6rem;
}
}
@media only screen and (min-width: 481px) {
.home .recommend-box .btn-wrap .btn a {
padding: 1.5rem !important;
}
} .slidelist2-detail .btn {
max-width: 35rem !important;
} .single .btn-wrap .btn,
#Not_container .btn {
margin: 0 auto;
max-width: 35rem;
}
.genre .genre-box .btn-wrap .btn {
max-width: 35rem !important;
width: calc(100% - 2rem) !important;
}
.btn_top {
max-width: 50rem !important;
}
.btn_top a {
border-radius: 0.5rem;
}
@media only screen and (max-width: 550px) {
.single .btn-wrap.buttons {
display: block;
flex-wrap: wrap;
}
.single .btn-wrap.buttons .btn {
display: block;
margin: 0 auto;
width: 100%;
}
.single .btn-wrap.buttons .btn:first-of-type {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 480px) {
.btn.btn_top a {
font-size: 3.5vw !important;
text-align: left;
}
} .stationMap .btn3 {
margin: 0 auto !important;
max-width: 35rem;
}
.stationMap .btn3 a {
border-radius: 0.5rem !important;
}
@media only screen and (max-width: 480px) {
.stationMap .btn3 {
width: calc(100% - 3rem) !important;
}
.stationMap .btn3 a {
font-size: 3.8vw;
text-align: left;
}
} .nxrc-links .nxrc-link {
border-radius: 0.5rem;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
line-height: unset;
position: relative;
}
@media only screen and (max-width: 480px) {
.nxrc-links {
display: block;
margin: 0 auto;
width: calc(100% - 4rem);
}
.nxrc-links .nxrc-link {
width: 100%;
}
.nxrc-links .nxrc-link:first-child {
margin-bottom: 2rem;
}
} .wpcf7-submit {
border-radius: 5rem;
margin-left: unset !important;
margin: 0 auto !important;
max-width: 35rem;
} .error404 .btn1 {
margin: 0 auto;
max-width: 35rem;
} .scroll-hint-icon {
height: 9rem !important;
}
.scroll-hint-text {
margin-top: 0.7rem !important;
}
.scrollArea {
margin: 0 auto;
padding-bottom: 2rem;
width: 100%;
} .scrollArea::-webkit-scrollbar {
height: 1rem;
width: 2rem;
}
.scrollArea::-webkit-scrollbar-track {
background: rgba(204, 204, 204, 0.5);
border-radius: 0.5rem;
}
.scrollArea::-webkit-scrollbar-thumb {
background: #CCC;
border-radius: 0.5rem;
}
@media only screen and (max-width: 1040px) {
.scrollArea {
overflow-x: scroll;
}
.scrollArea::after {
display: block;
}
}  .sec-kodawari .sectionTtl,
.sec-table .sectionTtl,
.sec-pickup .sectionTtl,
.sec-list .sectionTtl,
.sec-column .sectionTtl,
.sec-area .sectionTtl,
.sec-genre .sectionTtl,
.sec-related .sectionTtl,
.sec-best3 .sectionTtl {
align-items: center;
border-bottom: 0.3rem solid #333;
display: flex;
justify-content: center;
margin-bottom: 5rem;
padding-bottom: 2rem;
}
.sec-kodawari .sectionTtl span,
.sec-table .sectionTtl span,
.sec-pickup .sectionTtl span,
.sec-list .sectionTtl span,
.sec-column .sectionTtl span,
.sec-area .sectionTtl span,
.sec-genre .sectionTtl span,
.sec-related .sectionTtl span,
.sec-best3 .sectionTtl span {
align-items: center;
display: flex;
font-size: 2rem;
font-weight: 700;
justify-content: left;
min-height: 6rem;
padding-left: 7rem;
position: relative;
}
.sec-kodawari .sectionTtl span::before,
.sec-table .sectionTtl span::before,
.sec-pickup .sectionTtl span::before,
.sec-list .sectionTtl span::before,
.sec-column .sectionTtl span::before,
.sec-area .sectionTtl span::before,
.sec-genre .sectionTtl span::before,
.sec-related .sectionTtl span::before,
.sec-best3 .sectionTtl span::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 6rem;
left: 0;
position: absolute;
top: 0;
width: 6rem;
}
.sec-kodawari .sectionTtl span br,
.sec-table .sectionTtl span br,
.sec-pickup .sectionTtl span br,
.sec-list .sectionTtl span br,
.sec-column .sectionTtl span br,
.sec-area .sectionTtl span br,
.sec-genre .sectionTtl span br,
.sec-related .sectionTtl span br,
.sec-best3 .sectionTtl span br {
display: none;
}
@media only screen and (max-width: 650px) {
.sec-kodawari .sectionTtl span br,
.sec-table .sectionTtl span br,
.sec-pickup .sectionTtl span br,
.sec-list .sectionTtl span br,
.sec-column .sectionTtl span br,
.sec-area .sectionTtl span br,
.sec-genre .sectionTtl span br,
.sec-related .sectionTtl span br,
.sec-best3 .sectionTtl span br {
display: block;
}
}
@media only screen and (max-width: 480px) {
.sec-kodawari .sectionTtl span,
.sec-table .sectionTtl span,
.sec-pickup .sectionTtl span,
.sec-list .sectionTtl span,
.sec-column .sectionTtl span,
.sec-area .sectionTtl span,
.sec-genre .sectionTtl span,
.sec-related .sectionTtl span,
.sec-best3 .sectionTtl span {
font-size: 1.6rem;
min-height: 4rem;
padding-left: 5rem;
}
.sec-kodawari .sectionTtl span::before,
.sec-table .sectionTtl span::before,
.sec-pickup .sectionTtl span::before,
.sec-list .sectionTtl span::before,
.sec-column .sectionTtl span::before,
.sec-area .sectionTtl span::before,
.sec-genre .sectionTtl span::before,
.sec-related .sectionTtl span::before,
.sec-best3 .sectionTtl span::before {
height: 4rem;
width: 4rem;
}
} .noImg {
align-items: center;
background: #EEE;
color: #FFF;
display: flex;
font-size: 5rem;
height: 100%;
justify-content: center;
line-height: 1;
width: 100%;
}  .sec-lead {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/photo_02.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 6rem 0;
}
.sec-lead .inner {
background: rgba(255, 255, 255, 0.9);
max-width: 80rem;
padding: 5rem 2rem;
position: relative;
}
.sec-lead .lead-ttl {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 6rem;
font-size: 2rem;
font-weight: 700;
margin-bottom: 3rem;
padding-top: 8rem;
text-align: center;
}
.sec-lead .inner p {
margin-bottom: 3rem;
}
.sec-lead .inner p:last-of-type {
margin-bottom: 0;
} .home .sec-toc {
background: #E7D7BC;
}
.home .sec-toc .spacer {
margin: 0 auto;
padding: 6rem 0;
width: calc(100% - 4rem);
}
.home .sec-toc .inner {
background: #FFF;
max-width: 80rem;
padding: 3rem 2rem 2rem 2rem;
}
.home #toc_container {
background: none !important;
max-width: unset !important;
padding: 0;
width: 100% !important;
}
.home #toc_container p.toc_title {
font-size: 2rem;
font-weight: 700;
letter-spacing: 0.05em;
position: relative;
width: 100%;
}
.home #toc_container span.toc_toggle {
display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
}
.home .toc_title span {
display: inline;
}
.home #toc_container p.toc_title i {
margin-right: 0.5rem;
}
.home #toc_container p.toc_title span a {
background: none;
border-radius: unset;
color: #4285F4;
margin: 0 0.5rem;
padding: 0;
text-decoration: underline;
}
.home #toc_container .contents-subheading {
background: none !important;
}
.home #toc_container .contents-subheading:first-of-type {
margin-top: 3rem;
}
.home #toc_container .contents-subheading:last-of-type {
margin-bottom: 3rem;
}
.home #toc_container .contents-subheading::before {
align-items: center;
background: #2A5924;
color: #FFF;
content: '0' counter(title);
display: flex;
font-size: 1.6rem;
font-weight: 500;
height: 3rem;
justify-content: center;
letter-spacing: 0.05em;
min-width: 3rem;
text-align: center;
width: 3rem;
}
.home #toc_container .contents-subheading a {
color: #333;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
text-decoration: none !important;
}
.home #toc_container .toc_list {
margin: 0 !important;
width: auto;
}
.home #toc_container .toc_list .toc-link {
font-weight: 400;
margin-bottom: 0.5rem;
}
.home #toc_container .toc_list .toc-link:first-of-type {
margin-bottom: 9;
}
.home #toc_container .toc_list .toc-link::before {
display: none;
}
.home #toc_container .toc_list .toc-link a {
background-color: #F5F5F5;
padding: 1rem 1rem 1rem 3rem;
position: relative;
text-decoration: none !important;
width: 100%;
}
.home #toc_container .toc_list .toc-link a::before {
color: #2A5924;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 900;
line-height: 1;
position: absolute;
top: calc((100% - 1.2rem) / 2);
left: 1.5rem;
}
@media only screen and (max-width: 480px) {
.home #toc_container .contents-subheading {
margin: 2rem 0;
}
.home #toc_container .contents-subheading::before {
font-size: 1.6rem;
}
.home #toc_container .contents-subheading a {
font-size: 1.6rem;
}
.home #toc_container .toc_list {
margin: 0 !important;
}
} .home .sec-pickup {
background-color: #E7D7BC;
}
.home .recommend-box {
background: #FFF;
border: 0;
padding: 2rem;
}
.recommend-ttl_h3 {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center bottom;
background-repeat: repeat-x;
background-size: auto 0.5rem;
font-weight: 700;
letter-spacing: 0.05em;
margin: 0 0 3rem 0;
padding: 0 0 1.5rem 0 !important;
}
.recommend-ttl_h3 span {
align-items: center;
display: flex;
justify-content: center;
}
#info-1 .recommend-ttl_h3::before,
#info-2 .recommend-ttl_h3::before,
#info-3 .recommend-ttl_h3::before,
#info-4 .recommend-ttl_h3::before,
#info-5 .recommend-ttl_h3::before,
#info-6 .recommend-ttl_h3::before,
#info-7 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/logo_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
height: 8rem;
left: 0;
position: absolute;
top: 0;
width: 8rem;
z-index: 1;
}
#info-1 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_01.png);
}
#info-2 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_02.png);
}
#info-3 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_03.png);
}
#info-4 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_04.png);
}
#info-5 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_05.png);
}
#info-6 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_06.png);
}
#info-7 .recommend-ttl_h3::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_07.png);
}
.home .recommend-box h3 a {
align-items: center;
color: #333;
display: flex;
font-size: 2.2rem;
font-weight: 700;
height: 8rem;
justify-content: center;
letter-spacing: 0.05em;
padding: 1.5rem;
width: 100%;
}
.home .recommend-box h3 a br {
display: none;
}
.recommend-box .recommend-img {
align-items: center;
display: flex;
justify-content: space-between;
z-index: 0;
} .recommend-box .recommend-img img {
display: block;
height: auto;
object-fit: cover;
width: 100%;
z-index: 0;
}
.recommend-box .recommend-ttl_h4 {
border-bottom: 0.2rem solid #333;
font-size: 1.8rem;
font-weight: 500;
padding-bottom: 1rem !important;
padding-left: 1.5rem;
position: relative;
}
.recommend-box .recommend-ttl_h4::before {
background: #333;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
.recommend-table {
background: none;
}
.recommend-table tr {
background-color: #FAF6F0;
display: flex;
flex-wrap: wrap;
margin-bottom: 0.5rem;
}
.recommend-table tr td {
border: 0 !important;
padding: 1rem;
}
.recommend-table tr td:first-child {
background: #EEE4D2;
color: #333;
font-size: 1.6rem;
min-width: 15rem;
EEE
}
.recommend-table tr td:last-child {
padding: 1rem;
width: calc(100% - 15rem);
}
.recommend-box .recommend-map iframe {
height: 35rem;
width: 100%;
}
.home .review_comment {
background: #FAF6F0;
margin-right: 1rem !important;
padding: 2rem;
width: calc(100% - 2rem);
}
.home .review_comment:nth-of-type(2n) {
margin-right: 0 !important;
}
.review_comment .review_title {
background-color: unset !important;
border-bottom: 0.2rem solid #333;
color: unset !important;
padding: 1rem 0 1rem 5rem !important;
position: relative;
font-size: 1.6rem !important;
}
.review_comment .review_title::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_03.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 4rem;
content: '';
height: 4rem;
left: 0;
min-height: 4rem;
position: absolute;
top: 0;
width: 4rem;
}
.review_comment .quote a,
.review_comment .quote a,
.recommend-related a {
color: #4285F4 !important;
text-decoration: underline;
}
.home .recommend-box .btn-wrap {
margin: 0 auto;
width: calc(100% - 4rem);
}
.home .recommend-box .btn-wrap .btn {
margin-bottom: 2rem;
}
#info-1 .btn-wrap .btn {
margin-bottom: 0rem;
}
.recommend-box .recommend-insta {
margin: 2rem auto;
text-align: center;
}
.recommend-box .recommend-insta a {
color: #E67817;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
}
.recommend-box .recommend-insta a i {
margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
.home .recommend-box h3 a br {
display: block;
}
.recommend-table tr {
margin-bottom: 0;
}
.recommend-table tr td {
min-width: unset !important;
}
.home .review_comment {
margin-right: 0 !important;
width: 100%;
}
.home .recommend-box .review .wrap+.wrap {
margin-top: 2rem;
}
.home .review_comment:nth-of-type(2n) {
margin-right: 0 !important;
}
}
@media only screen and (max-width: 650px) {
.home .recommend-box .recommend-ttl_h3::before {
height: 6rem !important;
position: absolute;
width: 6rem !important;
}
.home .recommend-box h3 a {
font-size: 1.6rem;
height: 6rem;
}
}
@media only screen and (max-width: 520px) {
.home .recommend-box h3 a {
justify-content: left;
padding-left: 7.5rem;
text-align: left;
}
}
@media only screen and (max-width: 480px) {
.recommend-box .recommend-img {
height: 48.3vw !important;
}
} .home .sec-txt {
background-color: #FFF;
} .sec-list,
.sec-column,
.sec-area,
.sec-genre {
background-color: #E7D7BC;
}
.sec-list {
margin-bottom: -6rem;
}
.sec-column,
.sec-area,
.sec-genre {
display: none;
}
.sec-area ul,
.sec-genre ul,
.sec-column ul {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
max-width: 80rem;
width: 100%;
}
.sec-area ul li,
.sec-genre ul li,
.sec-column ul li {
background-color: #FFF;
margin-bottom: 1rem;
margin-right: 1rem;
width: calc((100% - 1rem) / 2);
}
.sec-area ul li:nth-of-type(2n),
.sec-genre ul li:nth-of-type(2n),
.sec-column ul li:nth-of-type(2n) {
margin-right: 0;
}
.sec-area ul li a,
.sec-genre ul li a,
.sec-column ul li a {
display: flex;
width: 100%;
}
.sec-area ul li a .eyecatch,
.sec-genre ul li a .eyecatch,
.sec-column ul li a .eyecatch {
align-items: center;
display: flex;
height: 12rem;
justify-content: center;
overflow: hidden;
width: 12rem;
}
.sec-area ul li a .eyecatch img,
.sec-genre ul li a .eyecatch img,
.sec-column ul li a .eyecatch img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.sec-area ul li a .texts,
.sec-genre ul li a .texts,
.sec-column ul li a .texts {
height: 100%;
padding: 1rem 3rem 1rem 1rem;
position: relative;
width: calc(100% - 12rem);
}
.sec-area ul li a .texts::after,
.sec-genre ul li a .texts::after,
.sec-column ul li a .texts::after {
color: #2A5924;
content: '\f054';
font-family: 'Font Awesome 5 Free';
font-size: 1.4rem;
font-weight: 900;
line-height: 1;
position: absolute;
right: 1rem;
top: calc((100% - 1.4rem) / 2);
}
.sec-area ul li a .texts span,
.sec-genre ul li a .texts span,
.sec-column ul li a .texts span {
display: block;
}
.sec-area ul li a .texts .ttl,
.sec-genre ul li a .texts .ttl,
.sec-column ul li a .texts .ttl {
display: -webkit-box;
font-size: 1.4rem;
height: 7rem;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.sec-area ul li a .texts .time,
.sec-genre ul li a .texts .time,
.sec-column ul li a .texts .time {
font-size: 1rem;
margin-top: 1.5rem;
text-align: right;
}
@media only screen and (max-width: 768px) {
.sec-area ul li,
.sec-genre ul li,
.sec-column ul li {
background-color: #FFF;
margin-right: 0;
width: 100%;
}
} .sec-txt h2,
.single-box h2:not(#webresearch),
.Not_TXT {
background: #EEE4D2 !important;
border-left: 0.5rem solid #333;
color: #333;
font-size: 2rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding: 1rem 1rem 1rem 1.5rem !important;
}
.sec-txt h2.sectionTtl {
background: none !important;
border-bottom: 0.2rem solid #333;
border-left: 0;
color: #333;
font-size: 2.4rem;
margin-bottom: 5rem !important;
padding: 1rem 1rem 1rem 6.5rem !important;
}
.home .sec-txt h2.sectionTtl {
padding: 1rem !important;
}
.single-box h2:not(#webresearch),
.Not_TXT {
border-left: 0.5rem solid #333;
padding: 1rem !important;
}
.sec-txt h2::before {
display: none !important;
}
.single-box h2:not(#webresearch)::before,
.Not_TXT::before {
display: none;
}
.sec-txt h3.content-ttl,
.single-box h3,
h2#webresearch {
background: none !important;
border-bottom: 0.2rem solid #333 !important;
border-left: 0 !important;
font-size: 2rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding: 0 0 0.5rem 1.5rem !important;
position: relative;
}
h2#webresearch span {
font-size: 1.8rem !important;
}
.sec-txt h3.content-ttl::before,
.single-box h3::before,
h2#webresearch::before {
background: #333 !important;
border-radius: 0.25rem;
content: '' !important;
display: block !important;
height: calc(100% - 0.5rem) !important;
left: 0;
position: absolute;
width: 0.5rem !important;
}
.sec-txt h4,
.single-box h4,
.sec-txt h5,
.single-box h5 {
border-bottom: 0.2rem dotted #333 !important;
border-left: 0 !important;
font-size: 1.8rem;
font-weight: 500 !important;
margin-bottom: 1.6rem;
padding-bottom: 1rem;
padding-left: 0 !important;
}
.sectionPoint {
background-color: #FAF6F0;
border: 0;
border-radius: 0;
margin: 7.5rem auto 5rem auto;
padding: 7rem 2rem 2rem 2rem;
width: 100%;
}
.home .sectionPoint {
max-width: 80rem;
}
.sectionPoint .sectionPoint-head {
align-items: center;
background-color: unset;
border-bottom: 0.2rem solid #333;
border-radius: 0;
color: #333;
display: flex;
font-size: 1.8rem;
font-weight: 700;
height: 3rem;
left: 0;
letter-spacing: 0.05em;
justify-content: center;
margin: 0 auto;
max-width: 20rem;
min-width: calc(100% - 4rem);
padding: 0 0 1rem 0;
right: 0;
top: 2rem;
width: calc(100% - 4rem);
}
.sectionPoint .sectionPoint-head i {
margin-right: 0.5rem;
}
.sectionPoint ul {
padding-left: 1.5rem;
}
.sectionPoint ul li {
font-weight: 400;
} .sec-kodawari ul {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
max-width: 96rem;
}
.sec-kodawari ul li {
margin-bottom: 1rem;
margin-right: 1rem;
min-width: calc((100% - 2rem) / 3);
width: calc((100% - 2rem) / 3);
}
.sec-kodawari ul li:nth-of-type(3n) {
margin-right: 0;
}
@media only screen and (max-width: 768px) {
.sec-kodawari ul li {
min-width: calc((100% - 1rem) / 2);
width: calc((100% - 1rem) / 2);
}
.sec-kodawari ul li:nth-child(odd) {
margin-right: 1rem;
}
.sec-kodawari ul li:nth-child(even) {
margin-right: 0;
}
}
@media only screen and (max-width: 480px) {
.sec-kodawari ul li {
min-width: 100%;
width: 100%;
}
.sec-kodawari ul li {
margin-right: 0;
}
} .sec-table:not(#rankTable_top) {
margin-top: 0;
}
.tablepress {
border: 0.1rem solid #333;
border-radius: 0;
}
.tablepress td {
border: 0.1rem solid #333;
}
.tablepress tr:first-of-type td {
position: relative;
}
.tablepress td:first-child {
background: #EEE4D2 !important;
border-bottom: 0.1rem solid #333;
color: #333;
}
.tablepress tr:last-of-type td {
border-bottom: 0;
} .tablepress tr:first-of-type td:not(:first-of-type) {
position: relative;
}
.tablepress tr:first-of-type td:nth-of-type(n+2):nth-of-type(-n+8)::before {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
height: 4rem;
left: 1.5rem;
position: absolute;
top: 1.5rem;
width: 4rem;
}
.tablepress tr:first-of-type td:nth-of-type(2)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_01.png);
}
.tablepress tr:first-of-type td:nth-of-type(3)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_02.png);
}
.tablepress tr:first-of-type td:nth-of-type(4)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_03.png);
}
.tablepress tr:first-of-type td:nth-of-type(5)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_04.png);
}
.tablepress tr:first-of-type td:nth-of-type(6)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_05.png);
}
.tablepress tr:first-of-type td:nth-of-type(7)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_06.png);
}
.tablepress tr:first-of-type td:nth-of-type(8)::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/rank_07.png);
} .sec-table.mobile {
margin-left: -2rem;
margin-top: 11rem;
width: calc(100% + 4rem);
}
.sec-table.mobile .inner {
padding: 3rem 0;
} .faq-box {
margin: 0 !important;
margin-bottom: 2rem !important;
margin-right: 2rem !important;
margin-top: -6rem !important;
padding-top: 6rem;
width: calc((100% - 2rem) / 2) !important;
}
.faq-box:nth-of-type(2n) {
margin-right: 0 !important;
}
.faq-box .faq-q {
align-items: center;
background: #F5F5F5;
display: flex;
font-weight: 500;
justify-content: left;
letter-spacing: 0.05em;
min-height: 9rem;
padding: 2rem 6.4rem 2rem 7.5rem;
}
.faq-box .faq-a {
background: #F5F5F5;
font-weight: 400;
padding: 2rem 2rem 2rem 7.5rem;
}
.faq-box .faq-q::before,
.faq-box .faq-a::before {
border-right: 0;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 3rem;
height: 4rem;
left: 2rem;
padding: 0.2rem 0 0 0;
text-align: center;
width: 4rem;
}
.faq-box .faq-q::before {
background: #B2CC3E;
border: 0.2rem solid #B2CC3E !important;
color: #FFF;
}
.faq-box .faq-a::before {
background-color: #FFF;
border: 0.2rem solid #B2CC3E !important;
color: #B2CC3E;
}
.faq-box .faq-q i {
background: #FFF;
border-radius: 1.2rem;
color: #B2CC3E;
height: 2.4rem;
padding: 0;
right: 2rem;
transition: 0.2s;
}
@media only screen and (max-width: 768px) {
.faq-box {
margin-right: 0 !important;
width: 100% !important;
}
.faq-box:last-of-type {
margin-bottom: 0 !important;
}
} .home .slidelist2 {
margin-bottom: 5rem;
}
.slidelist2 li {
border-radius: 1rem;
margin: 0 !important;
margin-bottom: 2rem !important;
margin-right: 2rem !important;
width: calc((100% - 2rem) / 2) !important;
}
.slidelist2 li:nth-of-type(2n) {
margin-right: 0 !important;
}
.slidelist2-view {
background: #FFF !important;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.05em;
padding: 2rem 6.4rem 2rem 2rem;
}
.slidelist2-view::before {
background-color: #FFF;
border-radius: 1.2rem;
color: #2A5924 !important;
content: '\f13a' !important;
font-size: 2.4rem;
height: 2.4rem;
right: 2rem;
transform-origin: 1.2rem 1.2rem;
transition: 0.2s;
}
.slidelist2-view.active::before {
transform: rotate(180deg);
}
.slidelist2-hide {
background: #FFF !important;
}
.slidelist-intro {
border-bottom: 0 !important;
margin-bottom: 2rem !important;
padding: 0;
}
.slidelist2-detail {
background: none !important;
}
.slidelist2-tbl tr {
background-color: #FAF6F0;
display: flex;
margin-bottom: 0.5rem;
}
.slidelist2-tbl tr td:first-child {
background: #EEE4D2;
border: 0 !important;
color: #333;
min-width: 10rem;
}
.slidelist2-tbl tr td:last-child {
width: calc(100% - 10rem);
}
@media only screen and (max-width: 768px) {
.slidelist2 li {
margin-right: 0 !important;
width: 100% !important;
}
.slidelist2 li:last-of-type {
margin-bottom: 0 !important;
}
} .sec-related .rl_post ul {
display: flex !important;
flex-wrap: wrap;
grid-gap: unset !important;
}
.sec-related .rl_post ul li {
background-color: #FAF6F0;
margin-bottom: 2rem;
margin-right: 2rem;
max-width: unset;
min-width: calc((100% - 2rem) / 2);
padding: 2rem;
width: calc((100% - 2rem) / 2);
}
.sec-related .rl_post ul li a {
color: #333;
}
.sec-related .rl_post ul li:nth-of-type(2n) {
margin-right: 0;
}
.sec-related .rl_post ul li a {
display: flex;
}
.sec-related .rl_post ul li a .img-wrap {
justify-content: space-between;
height: 12rem;
min-width: 15rem;
width: 15rem;
}
.sec-related .rl_post ul li a .img-wrap .category {
background: rgba(42, 89, 36, 0.95);
bottom: 0;
display: block;
font-size: 1.2rem;
text-align: center;
top: unset;
width: 100%;
}
.sec-related .rl_post ul li a .img-wrap img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.sec-related .rl_post ul li a .text-wrap {
padding: 0 0 0 2rem;
width: calc(100% - 15rem);
}
.sec-related .rl_post ul li a .text-wrap h4 {
border-bottom: 0.2rem solid #333;
border-left: 0;
margin-bottom: 2rem;
padding: 0 0 1rem 1.5rem;
position: relative;
}
.sec-related .rl_post ul li a .text-wrap h4::before {
background: #333;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
@media only screen and (max-width: 768px) {
.sec-related .rl_post ul {
display: block !important;
}
.sec-related .rl_post ul li {
margin-right: 0;
min-width: 100%;
width: 100%;
}
.sec-related .rl_post ul li:last-of-type {
margin-bottom: 0;
}
.sec-related .rl_post ul li a .text-wrap h4 {
margin-bottom: 1rem;
}
}
@media only screen and (max-width: 480px) {
.sec-related .sectionTtl {
font-size: 5.7vw !important;
}
.sec-related .rl_post ul li a {
display: block;
}
.sec-related .rl_post ul li a .img-wrap {
justify-content: space-between;
height: 48.3vw;
margin-bottom: 2rem;
min-width: 100%;
width: 100%;
}
.sec-related .rl_post ul li a .text-wrap {
padding: 0;
width: 100%;
}
} .list_link_set_0 {
justify-content: flex-start;
padding: 2rem;
}
.list_data_0 {
margin-left: 2rem;
padding: 0 !important;
}
.category_list_name {
border-bottom: 0.3rem solid #333;
color: #333;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.05em;
padding-left: 1.5rem;
position: relative;
}
.category_list_name::before {
background: #333;
border-radius: 0.25rem;
content: '';
display: block;
height: calc(100% - 1rem);
left: 0;
position: absolute;
top: 0.5rem;
width: 0.5rem;
}
.category_list_name a {
color: #333;
}
.category_list_coments p {
display: -webkit-box;
margin-bottom: 2rem;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
@media only screen and (min-width: 769px) {
.cat_list_section:not(:first-of-type) .list_link_set_0 {
border-top: 0.15rem dotted #333;
margin-top: -3rem;
}
}
@media only screen and (max-width: 768px) {
.list_link_set_0 {
background: #FAF6F0;
padding: 2rem;
}
}
@media only screen and (max-width: 480px) {
.list_data_0 {
margin-left: 0;
}
.Thumbnail_box {
margin-bottom: 2rem;
}
.category_list_name {
font-size: 1.6rem;
}
.category_list_coments p {
-webkit-line-clamp: 5;
}
} .pager {
text-align: center;
}
.pager .page-numbers {
padding: 0.5rem;
}
.pager .page-numbers.current {
background: #333;
color: #FFF;
padding: 0.5rem 1rem;
} .single .recommend-box {
background-color: #FAF6F0;
border: 0;
padding: 2rem;
}
.single .recommend-box .recommend-ttl_h3 {
align-items: center;
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center bottom;
background-repeat: repeat-x;
background-size: auto 0.5rem;
color: #333;
display: flex;
font-size: 2.2rem;
font-weight: 700;
justify-content: center;
min-height: 6rem;
padding: 1rem;
}
.single #info-1 .recommend-ttl_h3,
.single #info-2 .recommend-ttl_h3,
.single #info-3 .recommend-ttl_h3,
.single #info-4 .recommend-ttl_h3,
.single #info-5 .recommend-ttl_h3,
.single #info-6 .recommend-ttl_h3,
.single #info-7 .recommend-ttl_h3 {
min-height: 8rem;
}
.single #info-1 .recommend-ttl_h3::after {
align-items: center;
background-color: #333;
color: #FFF;
content: 'PR';
display: flex;
font-size: 1.2rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
height: 1.6rem;
justify-content: center;
letter-spacing: 0;
position: absolute;
right: 0.5rem;
top: 0.5rem;
width: 2.6rem;
display:none!importnat;
content: '';
}
.single #info-1 .recommend-ttl_h3 span,
.single #info-2 .recommend-ttl_h3 span,
.single #info-3 .recommend-ttl_h3 span,
.single #info-4 .recommend-ttl_h3 span,
.single #info-5 .recommend-ttl_h3 span,
.single #info-6 .recommend-ttl_h3 span,
.single #info-7 .recommend-ttl_h3 span {
min-height: 8rem;
}
.single .recommend-box .recommend-ttl_h4.strength {
border-bottom: 0.2rem dotted #333;
font-weight: 700;
padding: 0;
margin-bottom: 4rem;
padding: 0 0 1rem 0;
text-align: center;
}
.single .recommend-box .recommend-ttl_h4.strength::before {
display: none;
}
.single .recommend-box .recommend-table tr {
background-color: #FFF;
}
.single .recommend-box .recommend-table tr td:first-child {
background: #EEE4D2;
}
.single #info-1 .recommend-ttl_h3,
.single #info-2 .recommend-ttl_h3,
.single #info-3 .recommend-ttl_h3,
.single #info-4 .recommend-ttl_h3,
.single #info-5 .recommend-ttl_h3,
.single #info-6 .recommend-ttl_h3,
.single #info-7 .recommend-ttl_h3 {
justify-content: left;
padding-left: 9.5rem !important;
}
.single #info-1 .recommend-ttl_h3 span,
.single #info-2 .recommend-ttl_h3 span,
.single #info-3 .recommend-ttl_h3 span,
.single #info-4 .recommend-ttl_h3 span,
.single #info-5 .recommend-ttl_h3 span,
.single #info-6 .recommend-ttl_h3 span,
.single #info-7 .recommend-ttl_h3 span {
text-align: left;
}
@media only screen and (max-width: 480px) {
.single #info-1 .recommend-ttl_h3,
.single #info-2 .recommend-ttl_h3,
.single #info-3 .recommend-ttl_h3,
.single #info-4 .recommend-ttl_h3,
.single #info-5 .recommend-ttl_h3,
.single #info-6 .recommend-ttl_h3,
.single #info-7 .recommend-ttl_h3 {
justify-content: left;
padding-left: 7.5rem !important;
}
.single #info-1 .recommend-ttl_h3 span,
.single #info-2 .recommend-ttl_h3 span,
.single #info-3 .recommend-ttl_h3 span,
.single #info-4 .recommend-ttl_h3 span,
.single #info-5 .recommend-ttl_h3 span,
.single #info-6 .recommend-ttl_h3 span,
.single #info-7 .recommend-ttl_h3 span {
min-height: 6rem;
}
.single .recommend-box .recommend-ttl_h3::before {
height: 6rem !important;
width: 6rem !important;
}
} .single #toc_container {
background: #EEE4D2;
color: #333;
max-width: 80rem;
padding: 2rem;
width: calc(100% - 4rem) !important;
}
.single #toc_container a {
font-size: 1.6rem;
font-weight: 400;
text-decoration: underline;
}
.single #toc_container p.toc_title {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.05em;
}
.single #toc_container p.toc_title small {
color: #333;
font-size: 100%;
}
.single #toc_container p.toc_title::before {
content: '\f03a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
.single #toc_container p.toc_title span a {
background: none;
border-radius: unset;
color: #4285F4;
margin: 0 0.5rem;
padding: 0;
text-decoration: underline;
}
.single .toc_list {
background: #FFF !important;
counter-reset: number 0;
margin-top: 2rem !important;
padding: 2rem !important;
width: 100%;
}
.single #toc_container .toc_list>li {
padding-left: 3rem;
}
.single #toc_container .toc_list>li::before {
align-items: center;
background: #2A5924;
border-radius: 0;
color: #FFF;
counter-increment: number 1;
content: counter(number) " ";
display: flex;
font-size: 1.6rem;
height: 3rem;
justify-content: center;
left: 0;
min-width: 3rem;
position: absolute;
top: 0;
width: 3rem;
}
.single #toc_container .toc_list>li ul {
margin-left: 0;
}
.single #toc_container .toc_list>li ul li::before {
display: none;
}
.single #toc_container .toc_list>li ul li a {
padding-left: 0;
}
.single #toc_container .contents-subheading {
background-color: #FFF;
margin: 0;
padding: 1rem 2rem;
position: relative;
}
.single #toc_container .contents-subheading:first-of-type {
margin-top: 2rem;
padding-top: 2rem;
}
.single #toc_container .contents-subheading:last-of-type {
padding-bottom: 2rem;
}
#toc_container .contents-subheading:before {
align-items: center;
background: #FFD325;
color: #333;
display: flex;
font-size: 1.6rem;
font-weight: 400;
height: 3rem;
justify-content: center;
width: 3rem;
}
@media only screen and (max-width: 768px) {
.single #toc_container {
margin-left: -2rem !important;
width: calc(100% + 4rem) !important;
}
.single #toc_container .toc_list ul {
margin-left: 0 !important;
}
.single #toc_container .toc_list>li ul {
margin-left: -4rem;
}
} .single .review {
margin-bottom: 5rem;
margin-top: 3rem;
}
.single .review .reviewBox {
margin-bottom: 2rem;
}
.single .review .reviewBox#id-3,
.single .review .reviewBox#id-4,
.single .review .reviewBox#id-5,
.single .review .reviewBox#id-6,
.single .review .reviewBox#id-7,
.single .review .reviewBox#id-8,
.single .review .reviewBox#id-9,
.single .review .reviewBox#id-10 {
display: none;
}
.single .review_comment {
background: #FAF6F0;
padding: 2rem;
}
.single .admin_comment {
background: #FAF6F0;
margin-top: 0 !important;
padding: 0 2rem 2rem 2rem;
}
.single .admin_comment .admin_title {
background-color: unset;
border-top: 0.2rem dotted #333;
border-bottom: 0.2rem solid #333;
color: unset;
height: 7rem;
padding: 3rem 0 1rem 5rem;
position: relative;
font-size: 1.6rem;
}
.single .admin_comment .admin_title::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_04.png);
background-position: center;
background-repeat: no-repeat;
background-size: auto 4rem;
content: '';
height: 4rem;
left: 0;
min-height: 4rem;
position: absolute;
top: 2rem;
width: 4rem;
}
.single .readAllReviews {
margin-top: -1rem;
text-align: center;
}
.single .readAllReviews i {
color: #5EA0D9;
margin-right: 0.5rem;
}
.single .readAllReviews a {
color: #4285F4;
text-decoration: underline;
} .genre .genre-box {
background-color: #FAF6F0;
border: 0;
}
.genre .genre-box .genre_inner {
background-color: unset;
padding: 0;
}
.genre .genre-box .genre_inner .box-title {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_02.png) !important;
background-position: center bottom !important;
background-repeat: repeat-x !important;
background-size: auto 0.5rem !important;
border-bottom: 0 !important;
color: #333;
font-size: 2.4rem;
margin-bottom: 3rem;
padding: 0 0 1.5rem 0 !important;
position: relative;
text-align: center;
}
.genre .genre-box .genre_inner .box-title::before {
display: none !important;
}
.genre .recommend-table {
background-color: unset;
} .area-read {
background: none;
border: 0;
border-radius: unset;
padding: 0;
} .sec-best3 {
background-color: #F6F1EB;
margin-bottom: 6rem;
position: relative;
}
.sec-best3 .inner {
padding: 4rem 0 2rem 0;
}
.sec-best3 ul {
display: flex;
flex-wrap: wrap;
min-width: 82rem;
width: 100%;
}
.sec-best3 ul li {
background-color: #FFF;
margin-right: 1rem;
min-width: calc(78rem / 3);
padding: 2rem;
width: calc((100% - 2rem) / 3);
}
.sec-best3 ul li:last-of-type {
margin-right: 0;
}
.sec-best3 ul li .mainImg {
align-items: center;
display: flex;
height: 15rem;
justify-content: space-between;
margin-bottom: 1.5rem;
position: relative;
}
.sec-best3 ul li .mainImg img {
display: block;
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
width: 100%;
}
.sec-best3 ul li h3 {
border-bottom: 0.3rem solid #333;
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.05em;
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
text-align: center;
}
.sec-best3 ul li .points {
margin-bottom: 1.5rem;
}
.sec-best3 ul li .btn {
margin: 0 auto;
width: calc(100% - 2rem) !important;
}
.sec-best3 ul li .btn a {
font-size: 1.4rem;
padding-left: 3rem !important;
text-align: left;
}
.sec-best3 ul li .btn a i {
right: 1.5rem;
}
@media only screen and (max-width: 480px) {
.sec-best3 .scrollArea::after {
font-size: 1.1rem;
margin-top: 5rem;
}
.sec-best3 ul {
width: calc((100% * 3) + 2rem);
}
.sec-best3 ul li {
min-width: calc((100% - 2rem) / 3);
}
.sec-best3 ul li .btn {
width: calc(100% - 4rem) !important;
}
}
@media only screen and (max-width: 1179px) {
.sec-best3 .scrollArea::after {
display: block;
min-width: 82rem;
}
}
@media only screen and (min-width: 1180px) {
.sec-best3 .scrollArea::after {
display: none;
}
} .pickup-box {
border: 2rem solid #E7D7BC;
margin-bottom: 6rem;
margin-top: 6rem;
padding: 2rem;
position: relative;
}
.pickup-box::before,
.pickup-box::after {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_05.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 5rem;
position: absolute;
top: -2rem;
width: 8.7rem;
}
.pickup-box::before {
left: -2rem;
}
.pickup-box::after {
right: -2rem;
transform: scale(-1, 1);
}
.pickup-box h3 {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_09.png);
background-position: left top;
background-repeat: no-repeat;
background-size: auto 100%;
font-weight: 700;
margin: 2rem auto;
position: relative;
text-align: center;
}
.pickup-box h3 span {
font-size: 2rem;
font-weight: 500;
height: 100%;
padding: 0 1.7rem 0 2rem;
position: relative;
text-align: center;
}
.pickup-box dt span:not(.pickup-box dt .pr-txt)::before,
.pickup-box dt span:not(.pickup-box dt .pr-txt)::after {
content: '\02f';
font-weight: 200;
position: absolute;
top: 0;
}
.pickup-box dt span:not(.pickup-box dt .pr-txt)::before {
left: 0;
transform: scale(-1, 1);
}
.pickup-box dt span:not(.pickup-box dt .pr-txt)::after {
right: 0;
}
.pickup-box h3 span b {
background-color: #333;
color: #FFF;
display: inline-block;
font-size: 1.4rem;
font-weight: normal;
margin-right: 1rem;
padding: 0.3rem 0.7rem;
text-align: center;
}
.pickup-box h4 {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center bottom;
background-repeat: repeat-x;
background-size: auto 0.5rem;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 3rem;
padding-bottom: 1.5rem;
text-align: center;
}
.pickup-box .flexBox {
display: flex;
flex-wrap: wrap;
}
.pickup-box .flexBox .mainImg {
height: 30rem;
margin-right: 3rem;
width: 30rem;
}
.pickup-box .flexBox .mainImg img {
height: 100%;
object-fit: cover;
width: 100%;
}
.pickup-box .flexBox .textsBox {
width: calc(100% - 33rem);
}
.pickup-box .flexBox .textsBox .texts {
margin-bottom: 3rem;
}
.pickup-box .flexBox .textsBox .texts p:not(:last-of-type) {
margin-bottom: 1rem;
}
.pickup-box .flexBox .textsBox .btn {
width: 100% !important;
}
.pickup-box .flexBox .textsBox .btn a {
align-items: center;
border-radius: 0.5rem;
display: flex;
flex-wrap: wrap;
font-size: 1.8rem;
height: 6rem;
justify-content: center;
position: relative;
}
.pickup-box .flexBox .textsBox .btn a::before {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_01.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: '';
height: 6rem;
left: 1rem;
position: absolute;
top: -1rem;
width: 6rem;
}
@media only screen and (max-width: 1140px) {
.pickup-box h3 {
font-size: 2rem;
}
.pickup-box .flexBox .mainImg {
margin-bottom: 3rem;
margin-right: 0;
width: 100%;
}
.pickup-box .flexBox .textsBox {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.pickup-box h3 span {
font-size: 1.8rem;
}
.pickup-box h4 {
font-size: 2rem;
}
}
@media only screen and (max-width: 480px) {
.pickup-box {
border: 1rem solid #E7D7BC;
}
.pickup-box::before {
left: -1rem;
top: -1rem;
}
.pickup-box::after {
right: -1rem;
top: -1rem;
}
.pickup-box h3 span {
font-size: 1.4rem;
}
.pickup-box h3 span b {
font-size: 1.2rem;
}
.pickup-box h4 {
font-size: 1.6rem;
}
}  .sec-search {
background-color: #EBF7FF;
}
.kensaku-space,
.nxrc-search-form {
margin: 0 auto;
margin-top: 0 !important;
max-width: 80rem;
width: 100%;
}
.nxrc-search-form {
border-radius: 0;
margin: 0 auto;
padding: 3rem 2rem;
}
.nxrc-search-form .ttlWrap {
height: 5rem;
position: relative;
}
.nxrc-search-form .ttlWrap::after {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_02.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
height: 5rem;
position: absolute;
right: 1.5rem;
top: -3.5rem;
transform: scale(-1, 1);
width: 6.7rem;
}
.nxrc-search-form .sectionTtl {
align-items: center;
background-color: #224C9A;
display: flex;
justify-content: center;
left: -2rem;
letter-spacing: 0.05em;
margin: 0 auto 6rem auto;
padding: 1.5rem 1rem;
position: relative;
top: 0;
width: calc(100% + 4rem);
}
.nxrc-search-form .sectionTtl span {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_04.png);
background-position: left 50%;
background-repeat: no-repeat;
background-size: auto 100%;
color: #FFF;
font-size: 2rem;
font-weight: 700;
padding-left: 5rem;
}
.nxrc-search-form .sectionTtl::after {
border-style: solid;
border-width: 3rem 3rem 0 3rem;
border-color: #224C9A transparent transparent transparent;
bottom: -3rem;
content: '';
position: absolute;
height: 0;
width: 0;
}
.nxrc-search-form-content {
background: none;
border: 0;
border-radius: unset;
margin: 0;
padding: 0;
}
.nxrc-search-form table {
background: none;
}
.nxrc-search-form table tr {
margin-bottom: 0.5rem;
display: table;
}
.nxrc-search-form tr:last-of-type {
margin-bottom: 0;
}
.nxrc-search-form table tr th,
.nxrc-search-form table tr td {
display: table-cell;
padding: 1rem;
position: relative;
vertical-align: middle !important;
white-space: unset !important;
}
.nxrc-search-form table tr th {
background-color: #EEE4D2;
border-top: 0 !important;
color: #333;
font-size: 1.6rem;
font-weight: 500 !important;
width: 15rem;
}
.nxrc-search-form table tr td {
width: calc(100% - 15rem);
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap {
background: none;
font-size: 1.6rem;
line-height: 1.3;
padding: 1rem 1rem 1rem 3rem;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap .checkmark {
top: 0.9rem;
left: 0;
height: 2.4rem;
width: 2.4rem;
background: #FFF;
border: 2px solid #333;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap input:checked+.checkmark {
background-color: #2A5924;
border: 2px solid #333;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap .checkmark::after {
border-color: #FFF;
left: 0.6rem;
top: 0.2rem;
width: 0.8rem;
height: 1.2rem;
}
.nxrc-search-button {
margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
.nxrc-search-form table tr {
display: block;
margin-bottom: 2rem;
}
.nxrc-search-form table tr th {
background: none;
color: unset;
display: block;
margin-bottom: 1rem;
text-align: left;
width: 100%;
}
.nxrc-search-form table tr td {
display: flex;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
.nxrc-search-form .nxrc-search-form-content .checknox-wrap {
border-radius: unset;
margin: 0 !important;
min-width: 50%;
}
.nxrc-search-form table tr th {
border-bottom: 0.3rem solid #333;
padding: 0 0 0.5rem 1.5rem;
}
.nxrc-search-form table tr th::before {
background: #333;
border-radius: 0.25rem;
content: '';
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
}
@media only screen and (max-width: 550px) {
.nxrc-search-form .sectionTtl span {
font-size: 3.8vw;
padding-left: 7.2vw;
}
} .single .kensaku-space,
.single .nxrc-search-form {
max-width: unset;
}
@media only screen and (min-width: 769px) {
.single .sec-search .inner {
padding: 3rem 0 2rem 0;
}
}
@media only screen and (max-width: 768px) {
.single .sec-search {
margin-left: -2rem;
width: calc(100% + 4rem);
}
} .search-block {
background: #FAF6F0;
margin-top: 0;
}
.search-block .sectionTtl {
color: #333;
font-size: 2rem;
font-weight: 700;
}
.search-result {
max-width: unset;
}
.search-result .nxrc-fields {
margin-top: 2rem;
}
.search .nxrc-list li {
background: #FAF6F0;
border: 0;
border-radius: 0;
box-shadow: unset;
padding: 2rem;
width: 100%;
}
.search .nxrc-list li .nxrc-title {
border-bottom: 0.3rem solid #333;
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.3;
padding: 1rem;
text-align: center;
}
.search .nxrc-list li .nxrc-title::before,
.search .nxrc-list li .nxrc-title::after {
display: none;
}
.search .search-txt {
background: none;
margin-bottom: 3rem;
}
.search .nxrc-excerpt {
margin-bottom: 2rem;
}
.search .nxrc-excerpt a {
color: #4285F4 !important;
text-decoration: underline;
}
.search .nxrc-fields {
border: 0.1rem solid #CCC;
}
.search .nxrc-fields th {
background: #EEE4D2;
border-bottom: 0.1rem solid #FFF;
color: #333;
font-weight: 400;
}
.search .nxrc-fields td {
border-bottom: 0.1rem solid #CCC;
}
.search .nxrc-fields tr:last-of-type th,
.search .nxrc-fields tr:last-of-type td {
border-bottom: 0;
}
@media only screen and (max-width: 768px) {
.search .flexin {
display: block;
}
.search .search-img {
margin-bottom: 2rem;
width: 100%;
}
.search .search-txt {
padding: 0;
width: 100%;
}
}
@media only screen and (min-width: 481px) {
.search .search-img {
display: flex;
height: 25rem;
justify-content: space-between;
}
.search .search-img img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.search .search-ttl {
font-size: 1.6rem;
padding: 1rem 0 1rem 7rem !important;
}
} .sitemap-home:before,
.sitemap-rank:before {
background: #2A5924;
}
.sitemap-ul>li>a:before {
color: #2A5924;
}
.sitemap-home,
.sitemap-rank {
background: #FAF6F0;
}
.sitemap-home:after,
.sitemap-rank:after,
.sitemap-pickup a:after,
.sitemap-ul ul a:after,
.sitemap-pages a:after {
color: #2A5924;
} .wpcf7-form p {
margin-bottom: 3rem;
}
.wpcf7-form input,
.wpcf7-form textarea {
background-color: #FFF;
margin-bottom: 0.5rem;
margin-top: 0.5rem;
padding: 0.5rem 1rem;
}
.wpcf7-not-valid-tip {
font-size: 80%;
}
.wpcf7-not-valid-tip::before {
content: '※';
}
.submitWrap {
margin-bottom: 0 !important;
text-align: center;
}
input[name=submit] {
background-image: url(//yamanashi-glamping.info/wp-content/themes/e_ver004/images/object_06.png) !important;
background-position: right 2rem top 50% !important;
background-repeat: no-repeat !important;
background-size: auto 1.6rem !important;
}
.wpcf7-response-output {
border: 0 !important;
color: #dc3232;
margin: 0 !important;
padding: 0 !important;
text-align: center;
}
.wpcf7-response-output::before {
content: '\f071';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
.wpcf7-response-output {
text-align: left;
}
} .lang-en {
display: none;
} .header .lang {
background-color: #FFF;
border: 0.1rem solid #2A5924;
color: #2A5924;
font-size: 1.4rem;
height: 3rem;
position: absolute;
right: 7rem;
top: 1.5rem;
width: 12rem;
}
.header .lang::before,
.header .lang::after {
font-family: 'Font Awesome 5 Free';
font-size: 1.4rem;
font-weight: 900;
position: absolute;
}
.header .lang::before {
content: '\f57d';
left: 0.5rem;
top: 0.4rem;
}
.header .lang::after {
content: '\f0d7';
right: 0.5rem;
top: 0.4rem;
}
.header .lang .pc {
display: block;
}
.header .lang .sp {
display: none;
}
.header select {
height: 100%;
width: 100%;
}
.header select {
padding-left: 2.5rem;
}
@media only screen and (max-width: 480px) {
.header .lang {
font-size: 1.2rem;
width: 8rem;
}
.header .lang .pc {
display: none;
}
.header .lang .sp {
display: block;
}
}
.pickup-box dt {
text-align: center;
position: relative;
display: block;
width: max-content;
padding: 0 1.6rem;
margin: 0 auto;
text-align: center;
}
.texts {
margin: 16px 0;
}
.q-img{
max-width:560px;
width:100%;
margin:0 auto;
}
.btn3.green a{
background: #2A5924 !important;
}
@media screen and (max-width: 480px) {
.header {
flex-direction: column;
align-items: flex-start;
height: 100px;
}
.header .lang {
width: 10rem;
margin-left: 1rem;
position: static;
top: unset;
left: unset;
}
.header .lang::before {
top: 6.4rem;
left: 1.5rem;
}
}
.pr-txt{
background-color: #333;
color: #FFF;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.4rem;
font-weight: 500;
padding: 0rem 0.4rem;
line-height: 1;
margin-right: 0.4rem;
}
.single #info-1 .recommend-ttl_h3::after{
display:none!important;
}
.flexBox {
display: flex;
justify-content: space-between;
margin-bottom: 4rem;
}
.flexBox .flex-item {
width: 49%;
}
.flexBox .flex-item + .flex-item {
margin-left: 2%;
}
.flexBox .flex-item img {
width: 100%;
height: 300px;
object-fit: cover;
}
@media screen and (max-width: 768px) {
.flexBox {
display: block;
}
.flexBox .flex-item {
width: 100%;
}
.flexBox .flex-item + .flex-item {
margin: 2rem 0 0;
}
.flexBox .flex-item img {
height: 200px;
}
}
.mv_sub-ttl strong {
padding-left:5rem;
position:relative;
}
.mv_sub strong span.pr-tag {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 38px;
height: 20px;
padding: 6px 10px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 5px;
background: #444;
color: #ffffff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
left:0px;
right: auto;
}
.sns-box {
margin: 0 0 4rem;
display: flex;
justify-content: center;
}
.home .sns-box {
margin: 0;
}
.sns-box .sns-card {
width: 49%;
margin: 1%;
}
.home .sns-box .sns-card {
width: calc(100% / 3.2);
margin: 0;
}
.home .sns-box .sns-box + .sns-box {
margin-left: 1% !important;
}
.sns-box .sns-card  iframe {
max-width: 100% !important;
width: 100% !important;
min-width: unset !important;
}
@media screen and (max-width: 768px){
.sns-box {
display: flex;
justify-content:start;
overflow:auto;
}
.sns-box .sns-box{
display:block;
min-width:calc(100% - 10px);
margin: 0 5px;
}
.sns-box .sns-card {
width: 100%;
max-width: 450px;
margin: 0 auto 2rem;
}
.home .sns-box .sns-card {
width: 100%;
margin: 0 auto;
}
.home .sns-box .sns-card + .sns-card {
margin: 2rem auto 0;
}
} .left .recommend-map {
margin-bottom:3rem;
}
.insta-box {
display: flex;
justify-content: space-around;
}
@media only screen and (max-width: 1000px) { 
.insta-box {
flex-direction: column;
gap: 1rem;
}
}
.insta_btn2{ color: #FFF; border-radius: 7px; position: relative;
z-index: 5;
height: auto; width: 190px; text-align: center; font-size: 20px; line-height: 50px; background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; overflow: hidden; text-decoration:none; max-width: 755px;
margin: 2rem auto;
padding: 1.5rem 5.5rem;
line-height: 1.4;
display: block;
}
.insta_btn2:before{ content: '';
position: absolute;
top: 0;
left: 0;
width: 70%; height: 100%; background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
z-index: -1;
}
.insta_btn2 .fa-instagram{ font-size: 35px; position: absolute;
top: 50%; left: 1.6rem;
transform: translatey(-50%);
z-index: 5;
}
.img-banner{
text-align:center;
}
@media screen and (max-width: 1140px) {
#tablepress-11 .scrollArea::after {
display: none!important;
}
}
.review_comment.wrap + p {
display: none;
} .info-wrapper {
margin:0 0 25px !important;
}
.info-wrapper .info-list,
.info-wrapper .info-list li{
margin:0 !important;
padding: 0 !important;
list-style: none;
}
.info-wrapper .info-list li {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 20px !important;
box-sizing: border-box;
border: 3px solid var(--info-primary-color) !important;
background-color: #fff;
position: relative;
}
.info-wrapper .info-list li:not(.info-wrapper.info-scroll .info-list li) + li {
margin-top: 22px !important;
}
.info-wrapper .info-list li .img-wrap {
width: 35%;
min-width: 250px;
margin-right: 20px;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .img-wrap .info-quote {
display: block;
font-size: 9px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto;
color: #999;
width: 95%;
cursor: pointer;
}
.info-wrapper .info-list li .img-wrap .info-quote a {
color: blue;
}
.info-wrapper .info-list li .img-wrap .info-quote{
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar {
height: 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-track {
background-color: #ccc;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-thumb {
background-color: #999;
}
.info-wrapper .info-list li .text-wrap {
width: calc(65% - 20px);
padding-bottom: 40px;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 22px;
font-weight: 500;
color: #333;
border-left: 3px solid var(--info-primary-color);
padding-left: 7px;
margin-bottom: 20px;
position: relative;
}
.info-wrapper .info-list li .text-wrap .title::after {
content: '';
display: block;
background-color: var(--info-primary-color);
width: calc(100% - 3px);
height: 3px;
margin: 5px 0 0 auto;
}
.info-wrapper .info-list li .text-wrap .description {
font-size: 16px;
text-align: left;
line-height: 1.4;
color: #333;
}
.info-wrapper .info-list li .text-wrap .description p {
font-size: 14.5px;
margin: 0 !important;
line-height: 1.6;
}
.info-wrapper .info-list li .text-wrap .description p + p {
margin-top: 10px !important;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 300px;
width: 100%;
margin-left: auto;
text-align: center;
position: absolute;
right: 20px;
bottom: 20px;
}
.info-wrapper .info-list li .text-wrap .info-button a {
display: block;
font-size: 16.5px;
line-height: 1.4;
border: none;
position: relative;
color: #fff !important;
padding: 15px 25px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
width: 100%;
box-sizing: border-box;
font-weight: 600 !important;
letter-spacing: 0.06em;
text-decoration: none !important;
background-color: var(--info-button-bg-color);
border: 2px solid  var(--info-button-bg-color);
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button a i {
position: absolute;
top: 0;
bottom: 0;
right: 16px;
height: 16px;
margin: auto;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a  {
background-color: #fff;
color: var(--info-button-bg-color) !important;;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a i {
right: 12px;
transition: all .3s;
} @media (max-width: 768px) {
.info-wrapper .info-list li {
flex-direction: column;
text-align: center;
padding: 16px 16px 90px !important;
}
.info-wrapper .info-list li .img-wrap {
width: auto;
min-width: 100%;
margin-right: 0;
margin-bottom: 5px;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .text-wrap {
width: auto;
padding-bottom: 0;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
font-size: 14.5px;
margin-left: unset;
right: 16px;
left: 16px;
bottom: 16px;
}
.info-wrapper .info-list li .text-wrap .info-button a {
font-size: 14.5px;
}
} .info-wrapper.info-scroll .infoScrollArea {
display: flex;
flex-wrap: nowrap;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}
.info-wrapper.info-scroll .infoScrollArea li {
min-width: 100%;
width: 100%;
scroll-snap-align: start;
}
.info-wrapper.info-scroll .info-list li + li {
margin-left: 22px !important;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar {
height: 10px;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-thumb{
background-color: var(--info-primary-color);
border-radius: 50px;
} .info-wrapper.row .info-list li {
flex-direction: column;
justify-content: start;
text-align: center;
padding: 16px !important;
min-width: 250px;
width: calc(100% / 3.1);
padding-bottom: 90px !important;
}
.info-wrapper.row .info-list li .img-wrap {
width: 100%;
box-sizing: border-box;
min-width: 100%;
margin-right: 0;
margin-bottom: 5px;
}
.info-wrapper.row .info-list li .img-wrap img {
width: 100%;
height: auto;
max-height: 250px;
object-fit: contain;
}
.info-wrapper.row .info-list li .text-wrap {
width: auto;
padding-bottom: 0;
}
.info-wrapper.row .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper.row .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
margin-left: unset;
position: absolute;
right: 16px;
left: 16px;
bottom: 16px;
}
@media (max-width: 1024px) {
.info-wrapper.row .info-list li {
min-width: 300px;
width: calc(100% / 3.1);
}
}
@media (max-width: 480px) {
.info-wrapper.row .info-list li {
min-width: 100%;
width: 100%;
}
} :root {
--info-primary-color: #ddb162;
--info-button-bg-color: #ddb162;
} .detail-btn{
width:100px;
margin:20px auto;
display:flex;
justify-content:space-around;
cursor: pointer;
}
.detail-btn::before{
content:"[";
}.detail-btn::after{
content:"]";
}
.detail-content{
display:none;
} .info-wrapper {
margin:0 0 25px !important;
}
.info-wrapper .info-list,
.info-wrapper .info-list li{
margin:0 !important;
padding: 0 !important;
list-style: none;
}
.info-wrapper .info-list li {
display: flex;
flex-direction: row;
align-items: flex-start;
box-sizing: border-box;
justify-content: space-between;
padding: 20px !important;
border: 3px solid var(--info-primary-color) !important;
background-color: #fff;
position: relative;
}
.info-wrapper .info-list li:not(.info-wrapper.info-scroll .info-list li) + li {
margin-top: 22px !important;
}
.info-wrapper .info-list li .img-wrap {
width: 25%;
min-width: 250px;
margin-right: 20px;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .img-wrap .info-quote {
display: block;
font-size: 9px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto;
color: #999;
cursor: pointer;
}
.info-wrapper .info-list li .img-wrap .info-quote a {
color: blue;
}
.info-wrapper .info-list li .img-wrap .info-quote{
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar {
height: 3px;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-track {
background-color: #ccc;
}
.info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-thumb {
background-color: #999;
}
.info-wrapper .info-list li .text-wrap {
width: calc(75% - 20px);
padding-bottom: 65px;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 22px;
line-height: 1.25;
font-weight: 500;
color: #333;
border-left: 3px solid var(--info-button-bg-color);
padding-left: 7px;
margin-bottom: 16px;
position: relative;
}
.info-wrapper .info-list li .text-wrap .title::after {
content: '';
display: block;
background-color: var(--info-button-bg-color);
width: calc(100% - 3px);
height: 3px;
margin: 5px 0 0 auto;
}
.info-wrapper .info-list li .text-wrap .info-dl {
display: flex;
margin: 0 !important;
text-align: left;
line-height: 1.4;
color: #333;
}
.info-wrapper .info-list li .text-wrap .info-dl + .info-dl {
margin-top: 10px !important;
}
.info-wrapper .info-list li .text-wrap .info-dl dt,
.info-wrapper .info-list li .text-wrap .info-dl dd {
display: block;
font-size: 13.5px;
line-height: 1.2;
font-weight: 400;
margin: 0 !important;
}
.info-wrapper .info-list li .text-wrap .info-dl dt {
white-space: nowrap;
position: relative;
display: flex;
align-items: center;
white-space: normal;
max-width: 120px;
min-width: 100px;
min-width: 100px;
padding: 8px 10px !important;
line-height: 1.2;
color: #fff;
background-color: var(--info-primary-color);
}
.info-wrapper .info-list li .text-wrap .info-dl dd {
padding: 5px 0 5px 5px !important;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 300px;
width: 100%;
margin-left: auto;
text-align: center;
position: absolute;
right: 20px;
bottom: 20px;
}
.info-wrapper .info-list li .text-wrap .info-button a {
display: block;
font-size: 16.5px;
line-height: 1.4;
border: none;
position: relative;
color: #fff !important;
padding: 15px 25px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
width: 100%;
box-sizing: border-box;
font-weight: 500 !important;
letter-spacing: 0.06em;
text-decoration: none !important;
background-color: var(--info-button-bg-color);
border: 2px solid  var(--info-button-bg-color);
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button a i {
position: absolute;
top: 0;
bottom: 0;
right: 16px;
height: 16px;
margin: auto;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a  {
background-color: #fff;
color: var(--info-button-bg-color) !important;
transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a i {
right: 12px;
transition: all .3s;
} @media (max-width: 768px) {
.info-wrapper .info-list li {
flex-direction: column;
text-align: center;
padding: 16px 16px 90px !important;
}
.info-wrapper .info-list li .img-wrap {
width: auto;
min-width: 100%;
margin-right: 0;
}
.info-wrapper .info-list li .img-wrap img {
width: 100%;
height: auto;
}
.info-wrapper .info-list li .text-wrap {
width: auto;
padding-bottom: 0;
}
.info-wrapper .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
font-size: 14.5px;
margin-left: unset;
right: 16px;
left: 16px;
bottom: 16px;
}
} .info-wrapper.info-scroll .infoScrollArea {
display: flex;
flex-wrap: nowrap;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}
.info-wrapper.info-scroll .infoScrollArea li {
min-width: 100%;
width: 100%;
scroll-snap-align: start;
}
.info-wrapper.info-scroll .info-list li + li {
margin-left: 22px !important;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar {
height: 7px;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-thumb{
background-color: var(--info-primary-color);
border-radius: 50px;
} .info-wrapper.row .info-list li {
flex-direction: column;
justify-content: start;
text-align: center;
padding: 16px !important;
min-width: 250px;
width: calc(100% / 3.1);
padding-bottom: 90px !important;
}
.single .info-wrapper.row .info-list li,
.subpage .info-wrapper.row .info-list li {
min-width: 350px;
width: calc(100% / 2.1);
}
.info-wrapper.row .info-list li .img-wrap {
width: auto;
min-width: 100%;
margin: 0 0 16px;
}
.info-wrapper.row .info-list li .img-wrap img {
width: 100%;
height: auto;
object-fit: contain;
max-height: 200px;
min-height: 200px;
}
.info-wrapper.row .info-list li .text-wrap {
width: 100%;
box-sizing: border-box;
padding-bottom: 0;
}
.info-wrapper.row .info-list li .text-wrap .title {
font-size: 16px;
text-align: left;
}
.info-wrapper.row .info-list li .text-wrap .info-button {
max-width: 100%;
width: calc(100% - 32px);
margin-left: unset;
position: absolute;
right: 16px;
left: 16px;
bottom: 16px;
}
@media (max-width: 1024px) {
.info-wrapper.row .info-list li {
min-width: 300px;
width: calc(100% / 3.1);
}
}
@media (max-width: 480px) {
.info-wrapper.row .info-list li,
.single .info-wrapper.row .info-list li,
.subpage .info-wrapper.row .info-list li{
min-width: 100%;
width: 100%;
}
} :root {
--info-primary-color: #FFD325;
--info-button-bg-color: #FFD325;
}
.tablepress tr td a.is-tableLink-style_tel {
color: unset !important;
background: none !important;
padding: 0 !important;
display: inline !important;
text-align: left !important;
font-weight: normal !important;
text-decoration: underline !important;
width: auto !important;
margin: 0 !important;
}
.tablepress tr td a.is-tableLink-style_tel,
.tablepress tr td a.is-tableLink-style_txt {
color: blue !important;
text-decoration: underline !important;
}
.is-tableLink-style_tel:hover,
.is-tableLink-style_txt:hover {
opacity: .7;
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
}
.is-tableLink-style_tel,
.is-tableLink-style_txt {
text-decoration: underline !important;
color: blue !important;
}
.btn3.official_btn a {
background: #EA8C3A !important;
}
@media (max-width: 480px) {
.pickup-box .btn-wrap {
display: contents;
}
} #page .genre-tablepress td {
width: calc(900px / 4);
font-size: 1.2rem;
}
table.genre-tablepress td.column-1 {
width: 120px !important;
font-weight: 700 !important;
}
.genre-tablepress img {
display: block;
height: 100%;
width: 100%;
}
#tablepress-9 .row-1 a {
all: unset !important;
}
#tablepress-9-no-2 .row-1 a {
all: unset !important;
} .review_scroll {
display: flex !important;
flex-wrap: nowrap !important;
overflow-x: auto !important;
}
.review_scroll .review_comment.wrap {
width: 48%;
min-width:48%;
box-sizing: border-box;
}
.review_scroll .review_comment.wrap + .review_comment.wrap {
margin-left: 16px;
}
@media screen and (max-width: 480px){
.review_scroll .review_comment.wrap {
width: 100%;
min-width: 100%;
}
}
@media screen and (max-width: 480px){
.btn-wrap{
display: flex;
flex-direction: column;
}
} [class*='is-BrSearchContents-style_gallery_'] {
margin: 0 0 25px!important;
padding: 0 !important;
}
[class*='is-BrSearchContents-style_gallery_'] br {
display: none;
}
[class*='is-BrSearchContents-style_gallery_'] p {
margin: 0 !important;
}
[class*='is-BrSearchContents-style_gallery_'] li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
scroll-snap-align: start;
}
[class*='is-BrSearchContents-style_gallery_'] li:hover a {
opacity: .7;
transition: opacity .3s;
}
[class*='is-BrSearchContents-style_gallery_'] li .quote {
display: block;
font-size: 9px;
text-align: right;
line-height: 1;
margin: 1px 0 0 auto;
color: #999;
cursor: pointer;
}
[class*='is-BrSearchContents-style_gallery_'] li a {
display: block;
width: 100%;
text-decoration: none;
box-sizing: border-box;
} .is-BrSearchContents-style_gallery_row .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}
.is-BrSearchContents-style_gallery_row .scrollArea li {
width: calc(850px / 3);
min-width: calc(850px / 3);
}
.is-BrSearchContents-style_gallery_row .scrollArea li img {
width: 100%;
   aspect-ratio: 4 / 3;
height: auto !important;
object-fit: cover;
object-position: center top;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-thumb {
background-color: #ccc;
}
@media screen and (max-width: 767px) {
.is-BrSearchContents-style_gallery_row .scrollArea li {
width: calc(100vw - 60px); min-width: calc(100vw - 60px);
}
}
:root {
--g-type-rowScroll-primary-color: #744343;
} .c_img_flex {
display: flex;
justify-content: center;
align-items: center;
}
.c_img_flex img {
max-width: 100%;
width: 50%;
height: auto;
margin: 0 5px;
}
@media screen and (max-width: 767px) {
.c_img_flex{
flex-direction: column;
align-items: center;
}
.c_img_flex img {
width: 100%;
margin: 5px 0;
}
} .review-type.tab {
background: #fff;
padding: 22px;
}
.home .review-type.tab,
#main .review-type.tab{
padding: 0;
}
.review-type.tab .tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
gap: 10px 8px;
margin: 0 0 16px !important;
padding: 0 !important;
}
.review-type.tab .tabs li {
font-size: 14px;
background: #e1e1e1;
color: #444;
padding: 5px 20px !important;
cursor: pointer;
list-style: none;
margin: 0 !important;
display: block;
background: #fff;
border: 1px solid rgba(28, 41, 81, 0.2) !important;
line-height: 1.2 !important;
}
.review-type.tab .tabs li.active {
background: var(--review-tab-primary-color) !important;
color: #fff;
} .tab-wrapper .tab-content {
display: none;
}
.tab-wrapper p{
margin: 0 !important;
}
.tab-wrapper .tab-content.active {
display: block;
}
.tab-wrapper .tab-content .tab-item {
min-width: 100%;
scroll-snap-align: start;
}
.home .tab-wrapper .tab-content .tab-item,
#ranking_box .tab-wrapper .tab-content .tab-item{
min-width: 49%;
width: 49%;
}
.tab-wrapper .tab-content .tab-item + .tab-item {
margin-left: 1rem;
}
.tab-wrapper .tab-content .tab-item .tab-inner_review,
.tab-wrapper .tab-content .tab-item .tab-inner_admin {
background: var(--review-tab-bg-color);
padding: 12px 16px;
}
.tab-wrapper .tab-content .tab-item .title {
font-size: 16px;
font-weight: 600 !important;
margin: 0 0 10px !important;
}
.tab-wrapper .tab-content .tab-item .tab-inner_review .title,
.tab-wrapper .tab-content .tab-item .tab-inner_admin .title {
border-bottom: 2px solid var(--review-tab-primary-color) !important;
padding-bottom: 5px;
}
.tab-wrapper .tab-content .tab-item .tab-inner_review .title span {
display: inline-block;
margin-left: 6px;
font-size: 12px;
}
.tab-wrapper .tab-content .tab-item blockquote {
margin: 0 !important;
font-size: 14px;
}
.tab-wrapper .tab-content .tab-item .quote {
display: block;
font-size: 10px;
margin-top:1.25rem;
text-align: right;
}
.tab-wrapper .tab-content .tab-item .quote a {
color: blue;
text-decoration: underline;
}
.tab-wrapper .tab-content .tab-item .tab-inner_admin {
margin-top: 16px;
}
.tab-wrapper .tab-content .tab-item .tab-inner_admin p {
font-size: 14px;
} .tab-wrapper .tab-content .exScrollArea {
display: flex;
flex-wrap: nowrap;
padding-bottom: 16px;
overflow-y: hidden !important;
scroll-snap-type: x mandatory;
}
.tab-wrapper .exScrollArea::after {
display: none;
}
.exScrollArea::-webkit-scrollbar {
height: 10px;
}
.exScrollArea::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
.exScrollArea::-webkit-scrollbar-thumb{
background-color: #ccc;
border-radius: 50px;
}
@media (max-width: 768px) {
.review-type.tab {
padding: 16px !important;
}
.home .review-type.tab,
#main .review-type.tab{
padding: 0 !important;
}
.home .tab-wrapper .tab-content .tab-item {
min-width: 100%;
width: 100%;
}
.tab-wrapper .tab-content .exScrollArea {
padding-bottom: 5px;
}
} :root {
--review-tab-primary-color: #13195f;
--review-tab-bg-color: #f7f7f7;
}
#rank_review.scrollArea {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
#rank_review.scrollArea .reviewBox {
width: 100%; 
min-width: 100%;
box-sizing: border-box;
}
#rank_review.scrollArea .reviewBox:nth-of-type(n+2) {
margin-left: 16px;
}
#rank_review.scrollArea .review {
width: 100%; 
flex-shrink: 0;
box-sizing: border-box;
margin-top: 0rem;
}
#rank_review.scrollArea .review + .review {
margin-left: 16px;
}
.genre .genre-box .btn-wrap{
margin: 0 auto;
}
.genre .genre-box .btn-wrap .btn {
width: 100% !important;
}
.genre .genre-box .btn-wrap .btn {
margin-bottom: 2rem;
}  .detail-ttl-content{
display:none;
opacity: 0; 
transition: opacity 0.3s, display 0.3s allow-discrete; 
}
.detail-ttl-content.active{
display:block;
opacity: 1;
@starting-style {
opacity: 0;
}
}
.detail-ttl-toggle{
position:relative;
}
.detail-ttl-toggle::after {
font-family: "Font Awesome 6 Free";
font-weight: 900; 
content: "\f078"; position: absolute;
right : 10px; top:50%;
transform: translateY(-50%);
}
.detail-ttl-toggle.active::after {
content: "\f077"; }
.section.sec-kodawari .inner {
padding-bottom: 0rem !important;
}
.tablepress-id-9 tr .column-1 {
position: sticky !important;
left: -1px !important;
z-index: 5 !important;
width: 80px;
} figure.alt-table {
margin: 16px 0 25px !important;
}
.alt-table table {
width: 100%;
background: #fff;
border-collapse: collapse;
border: 1px solid #E5E5E5;
}
.alt-table table th, 
.alt-table table td {
border: 1px solid #E5E5E5;
padding: 8px;
text-align: left;
font-weight: 400;
line-height: 1.4;
}
.alt-table table thead tr th{
background-color: #efefef;
font-weight: 700;
font-size: 14px;
}
.alt-table table tbody td {
vertical-align: middle;
word-break: break-all;
font-size: 12.5px;
}
@media (max-width:480px){
.alt-table table thead th {
font-size: 14px;
}
.alt-table table tbody td {
font-size: 10px;
}
} .footer-list .footer-title{
border-bottom:2px solid #fff;
margin-bottom:20px;
margin-top:40px;
}
.footer-list .footer-title a{
font-size:2rem;
color: #fff !important;
display: inline;
}
.footer-list .footer-title:before{
content: "\f5fd";
width: 30px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #fff !important;
margin-right:10px;
}
.footer-list .footer-item{
display:inline-block;
margin-right: 30px;
}
.footer-list .footer-item a{
color: #fff !important;
}  .sv-info {
padding: 2rem;
border-radius: 1px;
max-width: 1080px;
margin: 4rem auto;
background-color: #2A5924; }
.sv-info .sv-inner {
background-color: #fff;
padding: 2rem;
}
@media screen and (min-width: 1140px) {
.sv-info .sv-inner {
display: flex;
align-items: center;
justify-content: normal;
}
}
.sv-info .img-wrap {
width: 100%;
max-width: 170px;
margin: 0 auto;
}
.sv-info .img-wrap img {
display: block;
margin: 0 auto !important;
width: 120px !important;
min-width: 120px !important;
height: 120px !important;
border-radius: 50%;
}
@media screen and (min-width: 768px) {
.sv-info .img-wrap img {
width: 140px !important;
min-width: 140px !important;
height: 140px !important;
}
}
@media screen and (min-width: 1140px) {
.sv-info .img-wrap img {
width: 170px !important;
min-width: 170px !important;
height: 170px !important;
}
}
.sv-info .text-wrap {
padding-top: 2rem;
}
@media screen and (min-width: 1140px) {
.sv-info .text-wrap {
padding: 0 0 0 2rem;
}
}
.sv-info .text-wrap p {
margin: 0 !important;
}
.sv-info .text-wrap p + p{
margin: 10px 0 0 !important;
}
.sv-info h3 {
margin-top: 0 !important;
}
.single .recommend-box .sv-info h3 {
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.6rem !important;
}
.single .recommend-box .sv-info h3.design1 {
margin-bottom: 1rem !important;
}
.single .recommend-box .sv-info .img-wrap {
width: 100%;
max-width: 120px;
}
.single .recommend-box .sv-info .img-wrap img {
width: 120px !important;
min-width: 120px !important;
height: 120px !important;
}
.single .recommend-box .sv-info .text-wrap p {
font-size: 1.4rem;
} [class*='is-BrSearchContents-style_gallery_'] {
margin: 0 0 25px!important;
padding: 0 !important;
}
[class*='is-BrSearchContents-style_gallery_'] br {
display: none;
}
[class*='is-BrSearchContents-style_gallery_'] p {
margin: 0 !important;
}
[class*='is-BrSearchContents-style_gallery_'] li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
scroll-snap-align: start;
}
[class*='is-BrSearchContents-style_gallery_'] li:hover a {
opacity: .7;
transition: opacity .3s;
}
[class*='is-BrSearchContents-style_gallery_'] li .quote {
display: block;
font-size: 9px;
text-align: right;
line-height: 1;
margin: 1px 0 0 auto;
color: #999;
cursor: pointer;
}
[class*='is-BrSearchContents-style_gallery_'] li a {
display: block;
width: 100%;
text-decoration: none;
box-sizing: border-box;
} .is-BrSearchContents-style_gallery_row .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}
.is-BrSearchContents-style_gallery_row .scrollArea li {
width: calc(850px / 3);
min-width: calc(850px / 3);
}
.is-BrSearchContents-style_gallery_row .scrollArea li img {
width: 100%;
height: 350px !important;
object-fit: cover;
object-position: center top;
margin-bottom: 0;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
.is-BrSearchContents-style_gallery_row .scrollArea::-webkit-scrollbar-thumb {
background-color: #ccc;
}
:root {
--g-type-rowScroll-primary-color: #744343;
}