@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.8;
font-size: 16px;
}
a {
display: inline-block;
color: #1e1e1e;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
} .inner {
padding: 3rem 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-2 {
margin-bottom: 2rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.mb-6 {
margin-bottom: 6rem;
}
.full {
text-align: center;
width: 100%;
}
.full .btn {
margin: 0 auto 2rem !important;
} @media screen and (min-width: 768px) {
.btn-wrap {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
flex-wrap: wrap;
}
}
.btn-wrap div+div {
margin-top: 1rem;
}
@media screen and (min-width: 768px) {
.btn-wrap div+div {
margin: 0 0 0 1%;
}
}
.single-box .btn-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4rem;
}
.single-box .single-box .btn-wrap {
margin: 4rem auto;
}
.btn {
width: 100%;
font-weight: 700;
text-align: center;
margin: 0 auto 2rem;
}
@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;
font-size: 1.6rem;
color: #ffffff;
font-weight: 700;
background: #dd0000;
text-align: center;
line-height: 1.4;
font-weight: 700;
padding: 1.6rem 2rem;
box-shadow: 0 6px 0 #910303;
transition: 0.3s;
}
@media screen and (min-width: 768px) {
.btn a {
font-size: 1.8rem;
}
}
.btn a i {
position: absolute;
width: 12px;
height: 12px;
top: 0;
bottom: 0;
font-size: 1.2rem;
right: 1rem;
margin: auto;
transition: 0.3s;
}
.btn a:hover {
box-shadow: 0 0px 0 #C59812;
transform: translateY(6px);
}
.btn2 {
text-align: center;
}
.btn2 a {
position: relative;
padding-right: 4rem;
background: -webkit-linear-gradient(90deg, #ffa347, #9f04e1);
background: linear-gradient(90deg, #ffa347, #9f04e1);
border-radius: 8px;
max-width: 270px;
color: #ffffff;
margin: 0 auto;
box-shadow: 0 6px 0 #70009F;
}
.btn2 a:before {
position: absolute;
top: 0;
bottom: 0;
right: 1rem;
margin: auto;
display: block;
width: 24px;
height: 24 px;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/instagram.svg) center no-repeat;
background-size: 100%;
content: "";
}
.btn2 a:hover {
box-shadow: 0 0px 0 #70009F;
}
.btn3 a {
background: #70AFD0;
color: #ffffff;
box-shadow: 0 6px 0 #6aa6ab;
}
.btn3 a:hover {
box-shadow: 0 0px 0 #6aa6ab;
transform: translateY(6px);
}
.btn3 a i {
color: #ffffff;
}
.btn.btn_top {
width: 100%;
max-width: 550px;
}
.btn.btn_top a {
background: #88D9DF;
border-color: #88D9DF;
color: #ffffff;
padding: 1rem 4rem;
box-shadow: 0 6px 0 #6aa6ab;
}
.btn.btn_top a:hover {
box-shadow: 0 0px 0 #6aa6ab;
transform: translateY(6px);
}
@media screen and (min-width: 768px) {
.btn.btn_top a {
padding: 2rem 3rem;
}
} .update {
background: #1e1e1e;
padding: 0.5rem 1rem;
box-sizing: border-box;
position: fixed;
top: 60px;
left: 0;
opacity: 0;
transform: translateY(-50px);
z-index: 99;
}
.update span {
color: #ffffff;
font-size: 1.4rem;
} .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 #88D9DF;
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;
line-height: 1.3;
}
.breadcrumb_list li,
.breadcrumb_list span,
.breadcrumb_list a {
font-size: 1.2rem;
}
.top_area {
background-color: #ffffff;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA;
}
.pickup-box+.sectionTtl .nail1 {
margin-top: 12rem;
} .header {
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 60px;
z-index: 14;
transition: 0.3s;
}
.header.hdc {
background: rgba(255, 255, 255, 0.9);
transition: 0.3s;
}
.headerInner {
position: relative;
}
.headerInner-logo {
padding: 1rem;
}
.headerInner-logo img {
height: auto;
} .mv {
overflow: hidden;
position: relative;
width: 100%;
background: #eee;
min-height: 520px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background: #88D9DF;
background-size: cover;
}
@media screen and (min-width: 768px) {
.mv {
min-height: 600px;
}
}
.mvInner {
padding: 1rem;
position: relative;
width: 95%;
max-width: 1140px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.mvInner {
padding: 12rem 0 2rem;
}
}
.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: #88D9DF;
background-size: cover;
height: 350px;
overflow: hidden;
}
.mv_sub-ttl {
position: relative;
font-size: 2.8rem;
padding: 2rem;
font-weight: 700;
line-height: 1.4;
font-family: "Noto Sans JP", sans-serif;
}
@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-ttl strong {
display: inline-block;
padding-left: 5rem;
}
.mv_sub .time {
padding: 0.5rem 1rem;
position: relative;
text-align: center;
background: #1e1e1e;
max-width: 600px;
color: #ffffff;
font-size: 1.2rem;
margin: 0 auto;
margin-top: -2rem;
font-weight: 700;
line-height: 1;
border-radius: 100px;
}
.mv_sub .mvInner {
display: block;
padding: 4rem;
} .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: #1e1e1e;
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 {
position: relative;
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 2rem;
color: #ffffff;
border-bottom: 2px solid #ffffff;
font-weight: 700;
padding-left: 3.5rem;
}
@media screen and (min-width: 768px) {
.footer h3 {
font-size: 2.4rem;
}
}
.footer h3:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
display: block;
width: 23px;
height: 20px;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/footer-nav.png) center no-repeat;
background-size: 100%;
content: "";
}
.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: #88D9DF;
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: 2.4rem;
text-align: center;
margin-bottom: 2rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
.sectionTtl {
font-size: 2.8rem;
margin-bottom: 3rem;
}
}
@media screen and (min-width: 1024px) {
.sectionTtl {
font-size: 3.2rem;
}
}
.sectionTtl.nail1 {
margin-top: 10rem;
position: relative;
}
.sectionTtl.nail1:after {
position: absolute;
top: -8.4rem;
right: 0;
left: 0;
margin: auto;
width: 80px;
height: 80px;
display: block;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/head1.svg) center no-repeat;
background-size: 100%;
content: "";
}
.sectionTtl.nail1 span {
display: block;
color: #88D9DF;
line-height: 1.4;
}
.sectionTtl.nail2 {
margin-top: 6rem;
position: relative;
}
.sectionTtl.nail2:after {
position: absolute;
top: -8.4rem;
right: 0;
left: 0;
margin: auto;
width: 80px;
height: 80px;
display: block;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/head2.svg) center no-repeat;
background-size: 100%;
content: "";
}
.sectionTtl.nail2 span {
display: block;
color: #88D9DF;
line-height: 1.4;
} #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: 0px;
right: 0px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
background: #1e1e1e;
border-radius: 0 0 0 20px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background: #ffffff;
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 td a {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #88D9DF;
color: #ffffff;
box-sizing: border-box;
border-radius: 8px;
border: 2px solid #88D9DF;
position: relative;
transition: 0.2s;
}
.tablepress tr td a:hover {
background: #ffffff;
color: #88D9DF;
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: #1e1e1e;
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: #dd0000;
border: 2px solid #dd0000;
color: #ffffff;
font-weight: 700;
transition: 0.2s;
}
.tablepress tr:last-child td a:hover {
background: #ffffff;
color: #d00;
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;
} .tablepress tbody tr:first-child td:first-child {
position: static;
}
.img-center {
display: block;
margin: 0 auto;
} #toc_container {
padding: 2rem 6rem;
background: #ffffff;
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;
padding: 0.4rem 2rem;
}
.toc_title span a:hover {
background: #f2554d;
transition: 0.3s;
}
.toc_title small {
font-size: 60%;
}
#toc_container .toc_list>li {
position: relative;
margin-bottom: 2rem;
background-color: #ffffff;
font-weight: 700;
padding-left: 5rem !important;
}
#toc_container .contents-subheading {
position: relative;
counter-increment: title;
margin-bottom: 2rem;
background-color: #ffffff;
font-weight: 700;
padding-left: 5rem !important;
}
#toc_container .toc_list>li a,
#toc_container .contents-subheading a {
line-height: 1.4;
color: #1e1e1e;
}
#toc_container .contents-subheading>a {
font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
#toc_container .contents-subheading>a {
font-size: 2.2rem;
}
}
p.toc_title i {
color: #88D9DF;
}
#toc_container .toc_list>li.toc-link {
padding-left: 0 !important;
font-size: 1.4rem;
}
#toc_container .toc_list li a:hover,
.contents-subheading a:hover {
text-decoration: underline;
opacity: 0.5;
transition: 0.3s;
}
.toc_number,
#toc_container .contents-subheading:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
content: "0" counter(title);
display: inline-block;
font-weight: bold;
background: #88D9DF;
width: 40px;
height: 40px;
font-size: 2rem;
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_list li,
.toc-link {
font-size: 1.6rem;
border: none;
font-weight: 700;
padding: 0;
position: relative;
transition: 0.3s;
border-bottom: 1px solid #88D9DF;
}
.toc_list li a,
.toc-link a {
display: block;
padding: 1rem;
line-height: 1.4;
}
.toc_list li a:after,
.toc-link a:after {
position: absolute;
top: 0;
bottom: 0;
right: -1rem;
width: 16px;
height: 16px;
color: #88D9DF;
font-family: "Font Awesome 5 Free";
content: "";
line-height: 1;
margin: auto;
}
.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;
border: 4px solid #88D9DF;
}
.toc_list li {
display: block;
}
@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: 3rem;
padding: 2rem 2rem 4rem;
border: 3px solid #88D9DF;
}
.single .recommend-box {
background: rgba(136, 217, 223, 0.1);
}
.single .recommend-box .btn1,
.single .recommend-box .btn2,
.single .recommend-box .btn3 {
width: 80%;
margin: 1%;
}
@media screen and (min-width: 480px) {
.single .recommend-box .btn1,
.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-bottom: 1rem;
padding: 1rem;
font-size: 2.2rem;
text-align: center;
background: #88D9DF;
letter-spacing: 0.2rem;
font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 480px) {
.recommend-ttl_h3 {
font-size: 2.8rem;
}
}
.recommend-ttl_h3 span {
color: #ffffff;
font-weight: 700;
font-family: "Noto Sans JP", sans-serif;
}
.recommend-ttl_h3 a {
position: relative;
display: block;
color: #ffffff;
font-weight: 700;
}
.recommend-ttl_h3 a i {
position: absolute;
top: 0;
bottom: 0;
right: -2rem;
margin: auto;
height: 14px;
font-size: 1.4rem;
}
.recommend-ttl_h4 {
margin-bottom: 1.6rem;
border-bottom: 0.2rem solid #1e1e1e;
font-size: 2rem;
font-weight: 700;
padding-bottom: 1rem !important;
padding-left: 1.5rem;
position: relative;
font-family: "Noto Sans JP", sans-serif;
}
.recommend-ttl_h4:after {
background: #1e1e1e;
border-radius: 0.25rem;
content: "";
height: calc(100% - 0.5rem);
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}
.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: whitesmoke;
color: #1e1e1e;
text-align: center;
width: 90px;
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;
border: 1px solid #aaa;
}
.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 {
padding: 1.2rem;
font-size: 1.8rem;
margin-bottom: 2rem;
font-family: "Noto Sans JP", sans-serif;
border-bottom: 2px solid #88D9DF;
}
.review .wrap .review_title {
position: relative;
padding-left: 6rem;
}
.review .wrap .review_title:before {
position: absolute;
top: 0;
bottom: 0;
left: 1rem;
display: block;
width: 44px;
height: 44px;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/review.svg) center no-repeat;
background-size: 100%;
content: "";
}
.review .wrap .admin_title {
background-color: rgba(136, 217, 223, 0.2);
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: #88D9DF;
}
.review.top {
display: block;
}
@media screen and (min-width: 768px) {
.review.top {
display: flex;
}
}
.review.top .wrap {
background: #f5f5f5;
padding: 1rem;
margin-bottom: 1.6rem;
border-radius: 1rem;
}
@media screen and (min-width: 768px) {
.review.top .wrap {
width: 48%;
margin: 1%;
}
}
.single .single-box .review {
margin-bottom: 4rem;
} .sectionPoint {
width: 90%;
max-width: 700px;
background-color: rgba(136, 217, 223, 0.2);
border-radius: 0 5px 5px 5px;
margin: 4rem auto 5rem;
padding: 20px;
border-radius: 1rem;
display: flex;
position: relative;
}
.sectionPoint li {
font-family: "Noto Sans JP", sans-serif;
}
.sectionPoint-ttl {
display: block;
font-size: 2rem;
font-family: "Noto Sans JP", sans-serif;
margin-bottom: 1rem;
border-bottom: 2px dashed #88D9DF;
color: #88D9DF;
font-weight: 700;
}
.sectionPoint-img {
width: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.sectionPoint-img img {
margin-bottom: 0 !important;
}
.sectionPoint-txt {
width: calc(100% - 70px);
}
.sectionPoint .sectionPoint-head {
background-color: #88D9DF;
color: #ffffff;
display: inline-block;
font-size: 16px;
font-weight: 700;
left: 0;
right: 0;
letter-spacing: 0.05em;
line-height: 2.1875;
height: 36px;
padding: 0 30px;
position: absolute;
top: -18px;
width: 240px;
margin: 0 auto;
text-align: center;
}
.sectionPoint .sectionPoint-head i {
margin-right: 5px;
}
.sectionPoint ul {
list-style: disc;
padding-left: 30px;
}
.sectionPoint li {
margin: 10px 0;
font-weight: 700;
}
.sec-txt {
background: rgba(136, 217, 223, 0.3);
}
.sec-txt--cont {
padding: 2rem;
background: #ffffff;
}
.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;
}
.head-bg {
height: 200px;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/head-bg.png) center no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.head-bg h2 {
color: #ffffff;
margin-bottom: 0;
} .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(136, 217, 223, 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: #88D9DF;
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: #ffffff;
position: relative;
padding: 1.6rem;
padding-right: 3rem;
font-weight: 700;
cursor: pointer;
}
.slidelist2-view:before {
position: absolute;
top: 0;
bottom: 0;
right: 1rem;
width: 18px;
height: 18px;
font-size: 12px;
background: #70AFD0;
color: #ffffff;
font-family: "Font Awesome 5 Free";
margin: auto;
border-radius: 10rem;
content: "";
font-weight: 900;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.slidelist2-view.active:before {
content: "";
}
.slidelist2-view i {
position: absolute;
top: 0;
left: 0rem;
bottom: 0;
background: #88D9DF;
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: 1.8rem;
}
@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: #1e1e1e;
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: 2rem;
padding-left: 8rem;
padding-right: 6.5rem;
cursor: pointer;
}
@media screen and (min-width: 600px) {
.faq-box .faq-q {
padding: 2rem;
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: 2rem;
bottom: 0;
color: #88D9DF;
width: 45px;
height: 45px;
padding: 0 1.4rem;
border-right: 1px solid #88D9DF;
margin: auto;
font-size: 4rem;
display: flex;
align-items: center;
justify-content: center;
background: #88D9DF;
color: #ffffff;
line-height: 1;
content: "Q";
font-weight: 700;
line-height: 1;
font-family: "Noto Sans JP", sans-serif;
}
.faq-box .faq-q i {
display: flex;
align-items: center;
position: absolute;
top: 0;
right: 0rem;
bottom: 0;
font-size: 2rem;
margin: auto;
padding: 2rem;
color: #88D9DF;
}
.faq-box .faq-q i.active {
transform: rotate(180deg);
}
.faq-box li {
position: relative;
background: rgba(136, 217, 223, 0.1);
font-weight: 700;
font-size: 1.6rem;
}
.faq-box a {
position: relative;
display: block;
padding: 1.6rem;
text-align: center;
background: #FEF9EF;
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: #ffffff;
padding: 2rem;
padding-left: 8rem; z-index: 1;
}
@media screen and (min-width: 600px) {
.faq-box .faq-a { padding-left: 8rem;
}
}
.faq-box .faq-a:before {
position: absolute;
top: 0;
left: 2rem;
bottom: 0;
color: #cc4a00;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
padding: 0 1.4rem;
border: 1px solid #cc4a00;
margin: auto;
font-size: 4rem;
content: "A";
font-weight: 700;
line-height: 1;
}
.single .single-box .faq-box {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.single-box img,
#bottom-content img,
#top-content img {
margin-bottom: 4rem;
}
.single-box p,
#bottom-content p,
#top-content p {
margin-bottom: 1.6rem;
}
.single-box h2,
#top-content h2,
#bottom-content h2 {
position: relative;
font-size: 2.4rem;
font-weight: 700;
padding: 1rem;
margin-bottom: 1.6rem;
color: #ffffff;
background: #1e1e1e;
font-family: "Noto Sans JP", sans-serif;
border-bottom: 3px solid #88D9DF;
}
.single-box h3,
#top-content h3,
#bottom-content h3 {
margin-bottom: 1.6rem;
font-size: 2rem;
font-weight: 700;
padding-bottom: 0.5rem;
padding-left: 2rem;
position: relative;
font-family: "Noto Sans JP", sans-serif;
border-bottom: 2px solid #1e1e1e;
}
.single-box h3:after,
#top-content h3:after,
#bottom-content h3:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
width: 6px;
height: 80%;
background: #88D9DF;
border-radius: 0.25rem;
content: "";
}
.single-box h4,
#top-content h4,
#bottom-content h4 {
font-size: 1.6rem;
font-weight: 700;
border-bottom: 1px dashed #1e1e1e;
margin-bottom: 1.4rem;
padding: 0.5rem;
font-family: "Noto Sans JP", sans-serif;
}
.single-box h5,
#top-content h5,
#bottom-content h5 {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
padding-left: 8px;
border-bottom: 1px dotted #88D9DF;
margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
#top-content img,
#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 {
text-align: left;
padding: 1rem;
font-weight: 700;
margin-bottom: 10px;
position: relative;
}
.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 dotted #1e1e1e;
}
.side_list:nth-of-type(2) {
text-align: center;
}
#sideber_menu .cat-post-item .cat-post-title {
padding: 1rem !important;
padding-right: 2rem !important;
position: relative;
text-align: left;
}
#sideber_menu .cat-post-item .cat-post-title:before {
position: absolute;
top: 0;
bottom: 0;
right: 0.5rem;
height: 12px;
font-size: 12px;
font-family: "Font Awesome 5 Free";
margin: auto;
color: #88D9DF;
content: "";
font-weight: 900;
line-height: 1;
}
.side_list a {
width: 100%;
}
.sideber_rank {
margin-bottom: 1rem;
background: rgba(136, 217, 223, 0.05);
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: 50px;
height: 50px;
font-size: 36px;
display: flex;
align-items: center;
justify-content: center;
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;
margin: 0 auto; 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: 28px;
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(136, 217, 223, 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: #FEF9EF;
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 #88D9DF;
padding: 2rem;
box-sizing: border-box;
border-radius: 5px;
background: rgba(136, 217, 223, 0.2);
}
.genre .toc_toggle {
display: none !important;
}
.genre .genre-box {
padding: 2rem;
box-sizing: border-box;
border: 5px solid #88D9DF;
}
.genre .genre-box .genre_inner {
background-color: #ffffff;
padding: 2rem;
box-sizing: border-box;
}
.genre .genre-box .btn-wrap {
margin: 0 !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: #88D9DF;
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 #88D9DF;
} .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%;
padding: 1rem;
color: #1e1e1e;
font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
border-bottom: 1px solid #88D9DF;
}
.nxrc-search-form th {
width: 20%;
padding: 1rem;
color: #1e1e1e;
font-size: 2rem;
font-family: "Noto Sans JP", sans-serif;
border-bottom: 2px solid #88D9DF;
}
.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;
position: relative;
font-family: "Noto Sans JP", sans-serif;
display: block;
font-size: 1.8rem;
color: #ffffff;
font-weight: 700;
background: #88D9DF;
border-radius: 1rem;
text-align: center;
line-height: 1.4;
padding: 1.6rem;
box-shadow: 0 6px 0 #6aa6ab;
transition: 0.3s;
cursor: pointer;
}
.nxrc-search-button button i {
position: absolute;
width: 16px;
height: 16px;
top: 0;
bottom: 0;
right: 1.2rem;
margin: auto;
transition: 0.3s;
}
.nxrc-search-button button:hover {
box-shadow: 0 0px 0 #6aa6ab;
transform: translateY(6px);
}
.nxrc-search-button button:hover i {
position: absolute;
width: 16px;
height: 16px;
top: 0;
bottom: 0;
right: 0.8rem;
margin: auto;
}
.nxrc-link {
margin: 0 10px;
height: 60px;
line-height: 60px;
background-color: #ffa825;
color: #ffffff;
border-radius: 40px;
cursor: pointer;
}
.nxrc-link: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(//tsuruokashi-kodate.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(//tsuruokashi-kodate.info/wp-content/themes/img/angles-right.svg) center no-repeat;
background-size: 100%;
margin: auto;
content: "";
}
.nxrc-fields {
background: #ffffff;
}
.nxrc-search-form {
padding: 30px;
background: #f9f9f9;
border-radius: 4px;
margin: 0 auto;
box-sizing: border-box;
}
.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;
}
.nxrc-search-form tbody,
.nxrc-search-form tr,
.nxrc-search-form th {
display: block;
width: 100%;
}
.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;
}
}
.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 {
color: #444;
} .sitemap-home {
display: block;
position: relative;
margin-bottom: 3rem;
padding: 1rem 1rem 1rem 4rem;
background: rgba(136, 217, 223, 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: #88D9DF;
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(136, 217, 223, 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: #88D9DF;
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: #88D9DF;
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: "";
} span.pr-tag {
position: absolute;
top: 0;
left: 0px;
bottom: 0;
display: block;
margin: auto;
width: 38px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border-radius: 5px;
color: #ffffff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-weight: 700;
}
.headerInner span.pr-tag_st,
.site_name span.pr-tag_st {
display: inline-block;
font-size: 12px;
padding: 3px 12px;
background: #1e1e1e;
color: #fff;
line-height: 1;
}
.headerInner-logo,
.site_name {
display: flex;
align-items: center;
line-height: 1.3;
}
.headerInner-logo a>div,
.site_name a>div {
display: flex;
align-items: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
}
.headerInner-logo a>div span,
.site_name a>div span {
color: #88D9DF;
}
.headerInner-logo a>div img,
.site_name a>div img {
margin-right: 5px;
}
.sec-lead {
position: relative;
background: #88D9DF;
}
.sec-lead:after {
position: absolute;
top: 100%;
right: 0;
left: 0;
width: 0;
height: 0;
margin: auto;
border-style: solid;
border-width: 20px 25px 0 25px;
border-color: #88D9DF transparent transparent transparent;
content: "";
}
.sec-lead .inner {
padding-top: 0;
padding-bottom: 3rem;
position: relative;
}
.sec-toc {
background: #88D9DF;
background-size: cover;
}
.sec-search {
background: #FEF9EF;
}
.sec-list,
.sec-genre,
.sec-area,
.sec-column {
background: #88d9df;
}
.sec-list h2,
.sec-genre h2,
.sec-area h2,
.sec-column h2 {
color: #ffffff;
}
.lead-box {
position: relative;
display: flex;
flex-wrap: wrap;
margin-bottom: 3rem;
padding: 3rem;
background: #ffffff;
z-index: 1;
}
.lead-img {
width: 320px;
margin-right: 2rem;
}
.lead-txt {
width: 100%;
}
@media screen and (min-width: 768px) {
.lead-txt {
width: calc(100% - 340px);
}
}
.lead-ttl {
font-family: "Noto Sans JP", sans-serif;
font-size: 2.2rem;
font-weight: 700;
padding: 1rem;
background: #1e1e1e;
color: #ffffff;
text-align: center;
}
.lead-in {
background: #ffffff;
padding: 2rem;
}
.mov-box {
padding: 3rem;
background: rgba(255, 255, 255, 0.9);
max-width: 600px;
margin: 0 auto;
border-radius: 1rem;
}
.mov-head {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 2rem;
padding: 1rem 0;
color: #1e1e1e;
padding-left: 4rem;
position: relative;
padding-right: 8rem;
line-height: 1.2;
}
@media screen and (min-width: 768px) {
.mov-head {
font-size: 2rem;
}
}
.mov-head:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
width: 30px;
height: 30px;
display: block;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/mov-head.png) center no-repeat;
background-size: 100%;
content: "";
}
.mov-head span {
display: block;
font-size: 2.8rem;
font-weight: 700;
color: #88D9DF;
}
@media screen and (min-width: 768px) {
.mov-head span {
display: inline-block;
}
}
.mov-txt {
background: #ffffff;
padding: 1rem;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.8rem;
text-align: center;
font-weight: 700;
color: #88D9DF;
line-height: 1.4;
margin-bottom: 1rem;
}
.mov-right {
position: absolute;
top: -1rem;
right: -1rem;
}
.mov-btn a {
position: relative;
font-family: "Noto Sans JP", sans-serif;
display: block;
font-size: 1.8rem;
color: #1e1e1e;
font-weight: 700;
background: #FFC517;
border-radius: 1rem;
text-align: center;
line-height: 1.4;
padding: 1.6rem;
box-shadow: 0 6px 0 #C59812;
transition: 0.3s;
}
.mov-btn a i {
position: absolute;
width: 16px;
height: 16px;
top: 0;
bottom: 0;
right: 1.2rem;
margin: auto;
transition: 0.3s;
}
.mov-btn a:hover {
box-shadow: 0 0px 0 #C59812;
transform: translateY(6px);
}
.mov-btn a:hover i {
position: absolute;
width: 16px;
height: 16px;
top: 0;
bottom: 0;
right: 0.8rem;
margin: auto;
}
.scroll-btn {
position: absolute;
bottom: 3rem;
right: 0;
left: 0;
margin: auto;
width: 78px;
z-index: 2;
}
.headerInner-logo span,
.site_name span {
margin-right: 6px;
}
.recommend-ttl_h3 {
text-align: left;
position: relative;
padding-right: 5rem;
}  .pr-area {
background: rgba(136, 217, 223, 0.3);
padding: 2rem 0;
}
.pr-btn--box {
display: flex;
flex-wrap: wrap;
padding-bottom: 5px;
justify-content: center;
background: unset !important;
border: unset !important;
}
.pr-btn .pr-btn2 {
display: block;
width: 46%;
margin: 0 auto;
}
.pr-bottom {
background-size: auto auto;
background: #70AFD0;
border: 3px solid #ffffff;
border-radius: 1rem;
padding: 40px;
border-radius: 10px;
position: relative;
max-width: 900px;
margin: 0 auto;
}
.pr-area--tag {
background: #1e1e1e;
color: #ffffff;
font-size: 1.8rem;
font-weight: 700;
padding: 0.6rem;
position: absolute;
top: 0;
left: 1rem;
line-height: 1;
}
body .pr-bottom--head {
font-family: "Noto Sans JP", sans-serif;
margin-top: 0;
margin-bottom: 1rem;
padding: 0;
padding-left: 3rem;
text-align: center;
font-weight: 700;
font-size: 32px;
color: #fff;
line-height: 1.3;
position: relative;
}
@media screen and (min-width: 768px) {
body .pr-bottom--head {
padding-left: 0;
}
}
body .pr-bottom--head img {
width: 40px;
position: absolute;
top: 0;
bottom: 0;
left: -1.6rem;
margin: auto;
}
@media screen and (min-width: 768px) {
body .pr-bottom--head img {
width: 60px;
}
}
body .pr-bottom--head strong {
display: block;
position: relative;
}
body .pr-bottom--head span {
display: block;
font-size: 2rem;
padding: 0;
}
.pr-bottom--cont {
display: flex;
flex-wrap: wrap;
background: #fff;
}
.pr-bottom--cont_l {
position: relative;
}
.pr-bottom--cont_r {
padding: 2rem;
}
h3.pr-bottom--cont_lead {
margin-top: 0;
padding: 0 !important;
text-align: left;
font-size: 2rem;
font-weight: 700;
margin-bottom: 1.6rem;
font-family: "Noto Sans JP", sans-serif;
}
h3.pr-bottom--cont_lead:before {
display: none;
}
.pr-bottom--cont_txt {
margin-bottom: 1.6rem;
}
.pr-bottom--cont_txt span,
.pr-bottom--cont_lead span {
color: #70AFD0;
}
.pr-bottom--btn {
width: 100%;
display: block;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
position: relative;
margin-bottom: 10px;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Noto Sans JP", sans-serif;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
margin-top: 2rem;
max-width: 600px;
margin: 2rem auto 0;
}
a.btn-c {
font-size: 2.2rem;
position: relative;
padding: 1.5rem 4rem 1.5rem 1.5rem;
color: #1e1e1e;
background: #ffffff;
-webkit-box-shadow: 0 5px 0 rgba(30, 30, 30, 0.2);
box-shadow: 0 5px 0 rgba(30, 30, 30, 0.2);
}
a.btn-c span {
font-size: 1.4rem;
display: inline-block;
width: 100%;
margin-bottom: 0.5em;
padding: 0.2rem 0.5rem;
color: #ffffff;
background: #1e1e1e;
border-radius: 4px;
transition: 0.3s;
}  a.btn-c:before {
font-family: "Font Awesome 5 Free";
font-size: 1.8rem;
line-height: 1;
position: absolute;
top: calc(50% - 0.7rem);
right: 1rem;
margin: 0;
padding: 0;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.btn-c:hover {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
-webkit-box-shadow: 0 2px 0 rgba(30, 30, 30, 0.3);
box-shadow: 0 2px 0 rgba(30, 30, 30, 0.3);
}
@media screen and (max-width: 768px) {
.pr-bottom {
padding: 20px;
}
body .pr-bottom--head {
font-size: 24px;
text-align: left;
}
.pr-bottom--cont_l {
width: 100%;
height: 300px;
margin-right: 0px;
margin-bottom: 20px;
}
h3.pr-bottom--cont_lead {
font-size: 22px;
}
.pr-bottom--cont_r {
width: 100%;
}
a.btn-c {
font-size: 18px;
line-height: 1.3;
}
}
@media screen and (max-width: 480px) {
body .pr-bottom--head span {
font-size: 150% !important;
}
body .pr-bottom--head {
font-size: 14px !important;
}
.pr-bottom--cont_l {
height: 180px;
}
a.btn-c {
font-size: 14px !important;
}
}  .footer-banner {
display: none;
}
.pr {
display: none;
position: fixed;
bottom: 50px;
right: 10px;
z-index: 10;
transition: all 0.5s ease-out;
}
.pr.active {
display: block;
transition: all 0.5s ease-out;
}
.pr-inner {
display: block;
background-color: #70AFD0;
padding: 1.5rem;
box-sizing: border-box;
position: relative;
width: 100%;
max-width: 420px;
margin: 0 auto;
cursor: pointer;
transition: transform 0.3s ease-out;
}
.pr-inner:hover {
opacity: 0.7;
transition: opacity 0.3s ease-out;
}
.pr-title {
font-size: 1.6rem;
color: #fff;
font-weight: 700;
line-height: 1.45;
padding-left: 5rem;
position: relative;
}
.pr-title span {
display: flex;
align-items: center;
justify-content: center;
width: 4rem;
height: 4rem;
background: #ffffff;
color: #70AFD0;
font-weight: 700;
font-size: 2rem;
border-radius: 100px;
font-family: "Noto Sans JP", sans-serif;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.pr p {
color: #fff;
font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
.pr {
width: 100%;
right: 0;
bottom: 0px;
}
.pr-title span {
font-size: 2.4rem;
}
.pr-title {
font-size: 1.6rem;
}
.pr-border {
transform: translatex(0);
}
}
.btn-in {
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 2.4rem;
}
.full {
padding: 1.6rem 1rem 0.3rem 1rem;
background: #f5f5f5;
margin-bottom: 4rem;
}  .pr_last_head {
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
text-align: center;
padding: 1.6rem;
border-top: 3px solid #88D9DF;
border-bottom: 3px solid #88D9DF;
background: rgba(136, 217, 223, 0.1);
}
@media screen and (min-width: 768px) {
.pr_last_head {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.pr_last_head {
font-size: 2.8rem;
}
}
.pr-video {
background: #88D9DF;
}
.pr_point {
padding: 1.6rem;
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
text-align: center;
position: relative;
}
@media screen and (min-width: 768px) {
.pr_point {
font-size: 2.4rem;
}
}
@media screen and (min-width: 1024px) {
.pr_point {
font-size: 2.8rem;
}
}
.pr_point:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, rgba(136, 217, 223, 0.6), rgba(136, 217, 223, 0.6) 3px, #fff 3px, #fff 6px);
background: repeating-linear-gradient(-45deg, rgba(136, 217, 223, 0.6), rgba(136, 217, 223, 0.6) 3px, #fff 3px, #fff 6px);
}
.pr_point2 {
text-align: center;
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 3rem;
padding: 1rem;
}
.pr-main {
background: rgba(136, 217, 223, 0.05);
}
.ppt {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ppt p {
width: 46%;
margin: 2%;
}
@media screen and (max-width: 768px) {
.ppt p {
width: 96%;
order: 2;
}
}
.ppt .pr_img {
width: 46%;
margin: 2%;
}
@media screen and (max-width: 768px) {
.ppt .pr_img {
width: 96%;
order: 1;
}
}
.pr-page .spacer {
max-width: 1024px;
}
.pr-page .pr-main .spacer {
max-width: 800px;
}
.pr-page p {
margin-bottom: 1.6rem;
}
.pr-page .ppt {
margin-bottom: 2rem;
}
.pr-title {
word-break: break-all;
}
.pr+.footer-totop-btn {
bottom: 115px;
}  .pickup-box {
margin-bottom: 12rem;
}
@media screen and (min-width: 1024px) {
.pickup-box {
margin-bottom: 6rem;
}
}
.pickup-box dt span {
color: #70AFD0;
display: block;
font-size: 1.8rem;
font-weight: 700;
font-family: "Noto Sans JP", sans-serif;
margin: 0 auto 1rem auto;
max-width: 60rem;
padding: 0 1.2rem 0 1.5rem;
position: relative;
text-align: center;
width: 100%;
}
.pickup-box dt span::before,
.pickup-box dt span::after {
content: "/";
font-weight: 200;
position: absolute;
top: 0;
}
.pickup-box dt span::before {
left: 0;
transform: scale(-1, 1);
}
.pickup-box dt span::after {
right: 0;
}
.pickup-box dd {
background-color: rgba(112, 175, 208, 0.2);
border: 0.3rem solid #70AFD0;
border-radius: 1rem;
display: flex;
flex-wrap: wrap;
padding: 2rem;
position: relative;
padding-bottom: 4rem;
}
.pickup-box dd h3 {
align-items: center;
background-color: #70AFD0;
border-radius: 0.7rem 0.7rem 0 0;
color: #FFF;
display: flex;
font-size: 2.8rem;
font-weight: 500;
padding: 1rem 4.5rem;
margin-bottom: 2rem;
margin-left: -2rem;
margin-top: -2rem;
min-width: calc(100% + 4rem) !important;
position: relative;
width: calc(100% + 4rem) !important;
font-weight: 700;
font-family: "Noto Sans JP", sans-serif;
justify-content: center;
}
.pickup-box dd h3::before {
align-items: center;
background-color: #1e1e1e;
color: #ffffff;
content: "PR";
display: flex;
font-size: 1.4rem;
font-weight: 500;
height: 2rem;
justify-content: center;
position: absolute;
font-weight: 700;
left: 1rem;
top: 0;
bottom: 0;
margin: auto;
width: 3rem;
}
.pickup-box dd h3::after {
align-items: center;
background-color: #1e1e1e;
color: #ffffff;
content: "";
display: flex;
font-size: 1.4rem;
font-weight: 500;
height: 2rem;
justify-content: center;
position: absolute;
font-weight: 700;
right: 1rem;
top: 0;
bottom: 0;
margin: auto;
width: 4rem;
height: 4rem;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/house_w.svg) center no-repeat;
background-size: 100%;
}
.pickup-box dd .mainImg {
width: 100%;
margin-bottom: 10px;
}
.pickup-box dd .textsBox {
width: 100%;
}
.pickup-box dd .textsBox .texts {
margin-bottom: 2rem;
}
.pickup-box dd .textsBox .texts ul {
margin-bottom: 1rem;
padding: 1.2rem 2rem;
background: #ffffff;
border-radius: 1rem;
}
.pickup-box dd .textsBox .texts li {
margin: 1rem 0;
position: relative;
padding-left: 3rem;
font-family: "Noto Sans JP", sans-serif;
}
.pickup-box dd .textsBox .texts li:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
width: 20px;
height: 20px;
display: block;
content: "";
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/sqcheck.svg) center no-repeat;
background-size: 100%;
}
.pickup-box dd .textsBox .texts p:not(:last-of-type) {
margin-bottom: 1rem;
}
.pickup-box dd .textsBox .btn {
width: 100% !important;
margin: 0 auto;
}
.pickup-box dd .textsBox .btn a {
align-items: center;
border-radius: 0.5rem;
display: flex;
max-width: 600px;
font-size: 2.2rem;
height: 6rem;
margin: 0 auto;
justify-content: center;
position: relative;
}
@media only screen and (max-width: 1140px) {
.pickup-box dd h3 {
font-size: 2rem;
margin-bottom: 2rem;
}
.pickup-box dd h3::before {
font-size: 1.6rem;
height: 4rem;
min-width: 4.8rem;
padding-top: 0.5rem;
}
.pickup-box dd .mainImg {
margin-bottom: 3rem;
margin-right: 0;
width: 100%;
}
.pickup-box dd .textsBox {
width: 100%;
}
.pickup-box dd .textsBox .btn {
max-width: 35rem;
width: calc(100% - 4rem);
}
}
@media only screen and (max-width: 900px) {
.pickup-box dd h3 {
font-size: 1.8rem;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.8rem;
height: 6rem;
}
}
@media only screen and (max-width: 480px) {
.pickup-box dd h3 {
justify-content: center;
}
.pickup-box dd h3::before {
margin-left: 2rem;
}
.pickup-box dd .mainImg {
height: 20rem;
}
.pickup-box dd .textsBox .btn a {
font-size: 1.6rem;
}
}  .pr-main2 {
background: #f5f5f5;
}
.pr-main2_1 {
position: relative;
}
.pr-main2_1:after {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #f5f5f5 transparent transparent transparent;
content: "";
}
.pr3box {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.pr3box-lead {
text-align: center;
font-size: 4.2rem;
font-weight: 700;
}
.pr3box-card {
width: 96%;
margin: 2%;
padding: 1.6rem;
background: #ffffff;
}
@media screen and (min-width: 768px) {
.pr3box-card {
width: 29.3%;
}
}
.pr3box-card.pr4box {
width: 98%;
margin: 1%;
}
@media screen and (min-width: 600px) {
.pr3box-card.pr4box {
width: 48%;
}
}
@media screen and (min-width: 768px) {
.pr3box-card.pr4box {
width: 23%;
}
}
.pr3box-ttl {
font-weight: 700;
font-size: 1.8rem;
text-align: center;
}
.pr3box-img {
margin-bottom: 1rem;
}
.pr3box-under {
font-size: 2.8rem;
font-weight: 700;
text-align: center;
}
.solution {
background: rgba(255, 255, 255, 0.2);
} .fadeIn_up {
opacity: 0;
transform: translate(0, 15%);
transition: 0.6s;
}
.fadeIn_up.is-show {
transform: translate(0, 0);
opacity: 1;
}  .sideber_rank {
position: relative;
flex-wrap: wrap;
}
.imgquote {
position: absolute;
margin-top: 5px;
bottom: 0;
right: 0;
padding: 3px 5px;
background: rgba(68, 68, 68, 0.8);
color: #fff;
font-size: 10px;
word-break: break-all;
line-height: 1.3;
}
.sideber_rank .imgquote {
position: static;
width: 100%;
}
.recommend-img {
position: relative;
}
.Thumbnail_box {
position: relative;
}
.tablepress tbody tr:first-child td:first-child {
position: relative;
}
.mainImg {
position: relative;
}
.genre-box .thumbnail {
position: relative;
}
.pb-0 {
padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
.box_youtube {
position: relative;
width: 100%;
padding: calc(315 / 560 * 100%) 0 0;
}
.box_youtube video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.widget-title {
border-bottom: 2px dotted #88D9DF;
line-height: 1.4;
position: relative;
padding-left: 4rem;
}
.widget-title:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 30px;
height: 38px;
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/house.svg) center no-repeat;
content: "";
background-size: 100%;
} @keyframes fuwafuwa {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
} .scroll-btn {
animation: 3s fuwafuwa infinite;
}
.list-box {
background: rgba(136, 217, 223, 0.1);
border: 3px solid #88D9DF;
border-radius: 1rem;
max-width: 600px;
margin: 0 auto 4rem;
padding: 1.6rem;
}
.list-box-check {
margin-bottom: 1rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.list-box-check img {
width: 85%;
margin: 1%;
}
@media screen and (min-width: 768px) {
.list-box-check img {
width: 48%;
}
}
.list-box .btn_full {
width: 80% !important;
margin: 0 auto;
}
.list-box--head {
position: relative;
font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
.list-box--head {
padding-bottom: 0;
}
}
.list-box--head img {
position: absolute;
right: 1rem;
z-index: 2;
width: 75px;
}
@media screen and (min-width: 480px) {
.list-box--head img {
width: 90px;
}
}
.list-box_C {
font-weight: 700;
color: #88D9DF;
position: relative;
line-height: 1.4;
max-width: 400px;
font-family: "Noto Sans JP", sans-serif;
max-width: 220px;
margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
.list-box_C {
text-align: center;
}
}
.list-box_T {
font-weight: 700;
position: relative;
padding: 1.6rem 0;
color: #88D9DF;
font-size: 2rem;
}
@media screen and (min-width: 768px) {
.list-box_T {
font-size: 2.6rem;
text-align: center;
}
}
.list-box_T span {
z-index: 1;
}
.list-box_T strong {
padding-left: 5.5rem;
position: relative;
z-index: 1;
}
@media screen and (min-width: 768px) {
.list-box_T strong {
padding-left: 0;
}
}
.mainImg {
margin-bottom: 1rem;
}
.single .sec-table {
background: rgba(136, 217, 223, 0.2);
}
.recommend-cases {
margin: 0 auto;
}
.recommend-box .recommend-cases .slider {
position: relative;
width: calc(100%);
}
.recommend-box .recommend-cases .slider ul {
display: flex; margin-bottom: 2rem;
overflow: hidden;
width: 100%;
}
.recommend-box .recommend-cases .slider ul li {
align-items: center;
display: flex;
height: 100%;
justify-content: space-between;
min-width: 100%;
position: relative;
}
.recommend-box .recommend-cases .slider ul li span {
font-size: 1rem;
position: absolute;
right: 0;
bottom: 0;
padding: 5px;
background: rgba(30, 30, 30, 0.5);
color: #ffffff;
line-height: 1;
}
.recommend-box .recommend-cases .slider ul li img {
display: block;
height: 100%; object-fit: contain;
width: 100%;
}
.recommend-box .recommend-cases .slider ul li:not(.recommend-box .recommend-cases .slider ul li:first-child) img {
object-fit: cover;
}
.recommend-box .recommend-cases .slider .prev,
.recommend-box .recommend-cases .slider .next {
cursor: pointer;
position: absolute;
top: calc((100% - 5rem) / 2);
}
.recommend-box .recommend-cases .slider .prev {
left: 1.5rem;
}
.recommend-box .recommend-cases .slider .next {
right: 1.5rem;
}
.recommend-box .recommend-cases .slider .prev:hover {
left: 1rem;
}
.recommend-box .recommend-cases .slider .next:hover {
right: 1rem;
}
.recommend-box .recommend-cases .slider .prev i,
.recommend-box .recommend-cases .slider .next i {
color: #FFF;
font-size: 5rem;
line-height: 1;
text-shadow: 0 0 5rem rgba(51, 51, 51, 0.5);
}
.recommend-box .recommend-cases .slider .pager {
bottom: 2rem;
left: 0;
position: absolute;
width: 100%;
}
.recommend-box .recommend-cases .slider .pager a {
color: #FFF;
font-size: 1.4rem;
margin: 0 0.5rem;
}
.recommend-box .recommend-cases .slider .pager i {
text-shadow: 0 0 2rem rgba(51, 51, 51, 0.2);
}
.recommend-box .recommend-cases .slider .pager a.active i {
color: #88D9DF;
} .pager {
text-align: center;
}
.pager .page-numbers {
padding: 0.5rem;
}
.pager .page-numbers.current {
background: #333;
color: #FFF;
padding: 0.5rem 1rem;
}
.review_comment {
padding: 2rem;
background: #f5f5f5;
border-radius: 1rem;
}
.pickup-box.matome dd h3 {
background: transparent;
color: #88D9DF;
}
.pickup-box.matome dd h3:after {
background: url(//tsuruokashi-kodate.info/wp-content/themes/e_ver004/img/house.svg) center no-repeat;
right: 1rem;
left: auto;
}
.faq-a .faq-wraps {
text-align: right;
}
.faq-a .faq-wraps a.faq-btn {
display: inline-block;
background: #88D9DF;
padding: 0.6rem 1.6rem;
line-height: 1;
color: #ffffff;
margin-top: 0.6rem;
font-size: 1.2rem;
font-weight: 400;
transition: 0.3s;
border: 1px solid #88D9DF;
}
.faq-a .faq-wraps a.faq-btn:hover {
background: #ffffff;
color: #88D9DF;
}
.solution .inner {
padding-bottom: 0 !important;
}
.section-head {
padding: 4rem 2rem;
background: #88D9DF;
}
.section-head h2 {
color: #ffffff;
margin-bottom: 0;
}
.recommend-table2 tbody {
display: flex;
flex-wrap: wrap;
}
.recommend-table2 tr {
display: block;
width: 98%;
margin: 1%;
background: #88D9DF;
padding: 1rem 1.6rem;
color: #ffffff;
line-height: 1.3;
border-radius: 100px;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.recommend-table2 tr {
width: 31.3%;
margin: 1%;
}
}
.slick_slider .slick-slide {
position: relative;
margin: 1rem;
}
.slick_slider .slick-slide span {
position: absolute;
right: 0;
bottom: 0;
font-size: 1rem;
padding: 0.5rem;
background: rgba(30, 30, 30, 0.5);
color: #ffffff;
line-height: 1;
}
.slick-prev:before,
.slick-next:before {
color: #1e1e1e;
}
.sec-list .inner,
.sec-area .inner {
padding-bottom: 0;
}
@media screen and (min-width: 768px) {
.mvInner {
display: flex;
justify-content: flex-end;
}
}
.mvleft {
display: flex;
align-items: end;
z-index: 2;
color: #1e1e1e;
font-size: 7.6vw;
font-family: "Noto Sans JP", sans-serif;
line-height: 1.4;
left: 0;
bottom: 2rem;
margin-bottom: 1rem;
padding-top: 8rem;
}
@media screen and (min-width: 600px) {
.mvleft {
font-size: 4rem;
}
}
@media screen and (min-width: 768px) {
.mvleft {
display: block;
font-size: 5.2rem;
position: absolute;
margin-bottom: 0;
padding-top: 0;
}
}
.mvleft>img {
order: 2;
}
.mvleft>div {
order: 1;
}
.mvleft span {
display: inline-block;
font-size: 2.4rem;
background: #1e1e1e;
color: #ffffff;
padding: 0.8rem 2.6rem;
line-height: 1;
}
.mvleft img {
width: 38%;
display: block;
margin: 0 auto;
}
.mvright {
width: 100%;
position: relative;
border: 8px solid #ffffff;
border-radius: 20px;
min-height: 350px;
overflow: hidden;
z-index: 1;
}
@media screen and (min-width: 768px) {
.mvright {
width: calc(100% - 300px);
min-height: 450px;
}
}
.mvright .r-text {
position: absolute;
top: 0;
left: 0;
width: 300px;
z-index: 1;
}
.mvright .r-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.scroll-wrap {
width: 100%;
text-align: center;
margin-bottom: 2rem;
}
.mv-eff1 {
position: absolute;
top: -20%;
right: -50%;
}
@media screen and (min-width: 768px) {
.mv-eff1 {
right: 0;
top: -50%;
}
}
.mv-eff2 {
position: absolute;
bottom: -50%;
left: -50%;
}
@media screen and (min-width: 768px) {
.mv-eff2 {
left: 0;
bottom: -80%;
}
}
.single-box .btn-wrap {
margin-bottom: 4rem;
}
.area-box {
display: flex;
width: 300%;
}
@media screen and (min-width: 768px) {
.area-box {
width: 100%;
}
}
.area-card {
position: relative;
width: 90%;
margin: 2%;
border: 2px solid #70AFD0;
padding: 1rem;
background: #ffffff;
}
.area-card {
min-width: 250px;
}
@media screen and (min-width: 768px) {
.area-card {
width: 31.3%;
margin: 2% 1%;
}
}
.area-card .thumbnail {
overflow: hidden;
position: relative;
}
.area-btn {
display: inline-block;
width: 100%;
margin-bottom: 0.3rem;
padding: 1rem 0;
text-align: center;
background: #70AFD0;
box-sizing: border-box;
font-weight: 700;
border-radius: 8px;
border: 2px solid #70AFD0;
position: relative;
transition: 0.2s;
}
.area-btn a {
color: #ffffff;
font-weight: 700;
}
.area3-ttl {
font-size: 1.8rem;
font-family: "Noto Sans JP", sans-serif;
text-align: center;
color: #70AFD0;
margin-bottom: 1rem;
}
.sec-area3 {
background: #f5f5f5;
padding: 12rem 2rem 3rem;
}
.single-box .sectionTtl.nail1 {
background: transparent;
border-bottom: 0;
margin-bottom: 0;
color: #1e1e1e;
margin-top: 0;
}
.breadcrumb_wrap {
background: #f5f5f5;
}
@media screen and (min-width: 768px) {
.slick-dots {
display: none;
}
}
.single-box .btn-wrap .btn {
width: 98%;
max-width: 400px;
}
.alt-table table {
width: 100%;
max-width: 700px;
border-collapse: collapse;
border: 1px solid #E5E5E5;
margin: 3px auto;
}
.alt-table table th,
.alt-table table td {
width: 50%;
border: 1px solid #E5E5E5;
padding: 8px;
text-align: left;
font-weight: 400;
line-height: 1.25;
}
.alt-table table th {
background-color: #efefef;
}
.mv_sub-ttl strong {
position: relative;
}
.mv_sub-ttl strong img {
margin-bottom: 0;
}
.recommend-table2 {
display: block;
text-align: center;
}
.recommend-table2 td {
text-align: center;
}
.single-box .area-card img {
height: 125px !important;
object-fit: contain;
margin-bottom: 1rem;
}
.single-box .area-card strong {
display: block;
text-align: center;
margin-bottom: 1rem;
}
.pr_last_text img {
display: block;
margin: 0 auto;
}
.pr-main {
background: rgba(136, 217, 223, 0.1);
}
.contracted.no_bullets {
transition: 0.3s;
}
.recommend-table2 td {
display: block;
} .single .faq-wrap {
display: block;
margin-bottom: 4rem;
}
.single .faq-wrap .faq-box {
width: 100% !important;  } .normal-link{
color:blue !important;
text-decoration:underline !important;
}
.normal-link:link{
color:blue !important;
text-decoration:underline !important;
}
.normal-link:visited{
color:blue !important;
text-decoration:underline !important;
}
.normal-link:hover{
color:red !important;
text-decoration:underline !important;
} .recommend-box .snsIcons-list {
margin-top: 30px;
text-align: center;
}
.recommend-box .snsIcons-list img {
width: 50px;
}
.single-box .snsIcons-list img {
width: 50px;
}
.single-box .snsIcons-list {
margin-top: 30px;
text-align: center;
}
.tags {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 1rem 0 4rem;
}
.tags li {
padding:4px 0;
font-size: 14px;
width: calc(100% / 6 - 0.4rem);
}
.tags li {
width: calc(100% / 4 - 0.4rem);
border: 2px solid #FF9800;
background-color: #FF9800;
border-radius: 50px;
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0.2rem;
text-align: center;
}
@media only screen and (max-width: 768px) {
.tags li {
width: 100%;
}
} [class*='is-BrSearchContents-style_constructions'] {
margin: 0 0 25px !important;
background: #fff;
padding: 1.6rem;
}
[class*='is-BrSearchontents-style_constructions'] ul,
[class*='is-BrSearchContents-style_constructions'] li {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
[class*='is-BrSearchContents-style_constructions'] .constr-title {
display: flex;
align-items: center;
min-height: 45px;
line-height: 1.4;
font-size: 16.5px;
border-left: 5px solid;
border-color: #333;
font-weight: 600;
line-height: 1.35;
padding-left: 7px;
margin-bottom: 10px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
padding-bottom: 10px;
scroll-snap-type: x mandatory;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-thumb {
background-color: #ccc;
}
[class*='is-BrSearchContents-style_constructions'] .constr-quote {
display: block;
text-align: right;
font-size: 9px;
color: #999;
font-family: none;
margin: 5px 0;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 .3rem .3rem;
}
[class*='is-BrSearchContents-style_constructions'] .constr-quote a {
color: blue !important;
text-decoration: underline !important;
}
[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar {
height: 3px;
}
[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar-track {
background-color: #ccc;
}
[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar-thumb{
background-color: #999;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table {
width: 100%;
border-spacing: unset !important;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table th,
[class*='is-BrSearchContents-style_constructions'] .constr-table tr,
[class*='is-BrSearchContents-style_constructions'] .constr-table td {
border: 1px solid #e9e9e9 !important;
box-sizing: border-box;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table td {
display: table-cell !important;
font-size: 12px;
padding: 7px;
vertical-align: middle;
line-height: 1.3;
width: 80% !important;
word-break: break-all;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table td:first-child {
width: 20% !important;
min-width: 100px;
font-size: 14px;
background-color: #efefef;
color: #333;
text-align: left;
font-weight: 500;
}
[class*='is-BrSearchContents-style_constructions'] li .btn-wrap {
margin-top: 15px;
}
[class*='is-BrSearchContents-style_constructions'] li .btn-wrap .btn {
width: 90%;
}
[class*='is-BrSearchContents-style_constructions'] li .btn-wrap .btn a{
padding-top: 15px;
padding-bottom: 15px;
}
[class*='is-BrSearchContents-style_constructions'] .constr-imgLink {
display: block;
width: 100%;
} .is-BrSearchContents-style_constructions_slider {
margin:0 0 40px !important;
}
.is-BrSearchContents-style_constructions_slider .splide__slide {
padding: 0 !important;
width: calc(100% / 3.2);
min-width: 275px;
list-style: none;
margin: 0 !important;
line-height: unset !important;
padding: 0 !important;
scroll-snap-align: start;
}
.single .is-BrSearchContents-style_constructions_slider .splide__slide,
.subpage .is-BrSearchContents-style_constructions_slider .splide__slide {
width: calc(100% / 2.1);
}
.is-BrSearchContents-style_constructions_slider.splide .splide__slide {
box-sizing: border-box; }
.is-BrSearchContents-style_constructions_slider.splide .splide__slide + .splide__slide{
margin-left: 24px !important;
}
@media screen and (max-width: 559px) {
.is-BrSearchContents-style_constructions_slider.splide .splide__slide + .splide__slide{
margin-left: 16px !important;
}
}
.is-BrSearchContents-style_constructions_slider .splide__slide img {
display: block;
width: 100%;
height: 235px !important;
object-fit: cover;
}
.single .is-BrSearchContents-style_constructions_slider img,
.subpage .is-BrSearchContents-style_constructions_slider img,
.is-BrSearchContents-style_constructions_slider li p:not(.is-BrSearchContents-style_constructions_slider li .text-wrap p) {
margin: 0 !important;
}
.is-BrSearchContents-style_constructions_slider li br:not(table tr td br) {
display: none;
visibility: hidden;
}
@media (max-width:480px){
.is-BrSearchContents-style_constructions_slider .constr-list li {
width: 100%;
min-width: 100%;
}
}
.is-BrSearchContents-style_constructions_slider li a {
display: block;
width: 100%;
} .is-BrSearchContents-style_constructions_slider .splide__pagination {
display: none !important;
flex-wrap: wrap !important;
gap: 1.2rem 0.8rem !important;
justify-content: center !important;
margin-top: 3.2rem !important;
text-align: center !important;
border-radius: 0 !important;
bottom: -16px !important;
}
@media (min-width: 600px) {
.is-BrSearchContents-style_constructions_slider .splide__pagination {
bottom: -20px !important;
}
}
.is-BrSearchContents-style_constructions_slider.splide.is-overflow .splide__pagination{
display: flex !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrows {
display: none !important;
}
.is-BrSearchContents-style_constructions_slider.splide.is-overflow .splide__arrows{
display: block !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination__page.is-active {
width: 35px !important;
background-color: #333 !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination__page {
width: 20px !important;
height: 3px !important;
cursor: pointer !important;
transition: all .3s !important;
vertical-align: top !important;
background-color: #efefef !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination button {
margin: 0 5px 0 0 !important; 
padding: 0 !important;
background: #efefef !important;
border: none !important;
border-radius: 5px !important;
appearance: none !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination {
font-size: 0 !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrow--prev {
left: -.5em !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrow--next {
right: -.5em !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrow svg {
fill: #fff !important;
height: 1em !important;
width: 1em !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrow {
background: #333 !important;
opacity: .5 !important;
}
.is-BrSearchContents-style_constructions_slider .splide__list {
display: flex !important;
}
.is-BrSearchContents-style_constructions_slider.splide {
visibility: visible !important;
}
@media (min-width: 1025px) {
.is-BrSearchContents-style_constructions_slider .splide__slide {
width: calc(100% / 3); }
}
@media (max-width: 600px) {
.is-BrSearchContents-style_constructions_slider .splide__slide {
width: calc(100% / 2); }
} [class*="is-BrSearchBtn-style_"] {
margin: 25px 0 ;
display: flex;
justify-content: center;
}
.home [class*="is-BrSearchBtn-style_"] .btn {
margin-top: 1rem ;
}
@media screen and (min-width: 768px) {
.home [class*="is-BrSearchBtn-style_"] .btn {
margin-top: 2rem ;
}
}
[class*="is-BrSearchBtn-style_"] .btn {
width: 100%;
margin: 0 !important;
padding: 0 !important;
overflow: visible !important;
color: unset !important;
max-width: 380px;
min-width: 150px;
text-shadow: none;
}
@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn {
margin: unset;
}
}
[class*="is-BrSearchBtn-style_"] .btn + .btn {
margin-top: 16px !important;
}
@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn + .btn {
margin: 0 0 0 16px !important;
}
}
[class*="is-BrSearchBtn-style_"] .btn:nth-child(odd):nth-child(n+2) {
margin-left: 0 !important;
}
[class*="is-BrSearchBtn-style_"] .btn .btn-copy {
display: flex;
align-items: center;
justify-content: center;
}
[class*="is-BrSearchBtn-style_"] .btn .btn-copy {
display: block;
text-align: center;
margin-bottom: 5px;
font-size: 12px;
font-weight: 600;
transition: 0.3s;
}
[class*="is-BrSearchBtn-style_"] .btn a {
display: block;
position: relative;
text-align: center;
color: #fff !important;
box-sizing: border-box;
padding: 20px 35px !important;
border: 2px solid;
transition: 0.3s;
width: 100% !important;
font-weight: 600 !important;
letter-spacing: 0.06em;
line-height: 1.4 !important;
margin: 0 !important;
text-decoration: none;
text-shadow: none !important;
border-radius: unset !important;
box-shadow: none !important;
font-size: 16px !important;
}
[class*="is-BrSearchBtn-style_"] .btn a::before,
[class*="is-BrSearchBtn-style_"] .btn a::after {
display: none;
visibility: hidden;
}
[class*="is-BrSearchBtn-style_"] .btn a i {
position: absolute;
top: 0;
bottom: 0;
right: 16px;
height: 16px;
margin: auto;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns a {
padding-left: 50px;
padding-right: 50px;
border-radius: unset;
border: none !important;
position: relative;
transition: all 0.3s;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns:hover a {
opacity: 0.7;
transition: opacity 0.3s;
transform: translateY(0);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns a::before {
content: "";
display: block !important;
visibility: visible !important;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
width: 22px;
height: 22px;
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn.btn_sns a::before {
width: 25px;
height: 25px;
}
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy {
display: flex;
align-items: center;
justify-content: center;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::after {
content: "";
display: inline-block;
width: 20px;
height: 3px;
border-radius: 5px;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::before {
margin-right: 6px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::after {
margin-left: 6px;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
} [class*="is-BrSearchBtn-style_"] .btn.btn_sns.line a {
background: var(--btn-line-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line a::before {
background-image: url(https://tsuruokashi-kodate.info/wp-content/uploads/logo-line_white.png);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line .btn-copy::after {
background-color: var(--btn-line-color);
} [class*="is-BrSearchBtn-style_"] .btn.btn_sns.x a {
background: var(--btn-x-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x a::before {
background-image: url(https://tsuruokashi-kodate.info/wp-content/uploads/logo-x_-white.png);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x .btn-copy::after {
background-color: var(--btn-x-color);
} [class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a {
background: var(--btn-youtube-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a::before {
background-image: url(https://tsuruokashi-kodate.info/wp-content/uploads/logo-yt_white.png);
width: 29px;
}
@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a::before {
width: 35px;
}
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube .btn-copy::after {
background-color: var(--btn-youtube-color);
} [class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram a {
background: -webkit-linear-gradient(135deg, var(--btn-instagram-color1) 0%, var(--btn-instagram-color2) 70%) no-repeat  !important;
background: linear-gradient(135deg, var(--btn-instagram-color1) 0%, var(--btn-instagram-color2) 70%) no-repeat !important;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram a::before {
background-image: url(https://tsuruokashi-kodate.info/wp-content/uploads/logo-Instagram_white.png) !important;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram .btn-copy::after {
background-color: var(--btn-instagram-copy-color) !important;
}  .btn.anime-poyopoyo  {
animation: poyopoyo 2s ease-out infinite;
}
@keyframes poyopoyo {
0%, 40%, 60%, 80% {
transform: scale(1.0);
}
50%, 70% {
transform: scale(0.95);
}
} .btn.anime-zoomIn {
animation: zoomIn 1s ease-in-out infinite;
}
@keyframes zoomIn {
0% {
transform: scale(0.92);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.92);
}
} .btn.anime-reflection a {
overflow: hidden;
}
.btn.anime-reflection a::after {
-moz-animation: is-reflection 4s ease-in-out infinite;
-moz-transform: rotate(45deg);
-ms-animation: is-reflection 4s ease-in-out infinite;
-ms-transform: rotate(45deg);
-o-animation: is-reflection 4s ease-in-out infinite;
-o-transform: rotate(45deg);
-webkit-animation: is-reflection 4s ease-in-out infinite;
-webkit-transform: rotate(45deg);
animation: is-reflection 4s ease-in-out infinite;
background-color: #fff;
content: " ";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: -180px;
transform: rotate(45deg);
width: 30px;
}
@keyframes is-reflection {
0% {
-webkit-transform: scale(0) rotate(45deg);
transform: scale(0) rotate(45deg);
opacity: 0;
}
80% {
-webkit-transform: scale(0) rotate(45deg);
transform: scale(0) rotate(45deg);
opacity: 0.5;
}
81% {
-webkit-transform: scale(4) rotate(45deg);
transform: scale(4) rotate(45deg);
opacity: 1;
}
100% {
-webkit-transform: scale(50) rotate(45deg);
transform: scale(50) rotate(45deg);
opacity: 0;
}
}
:root {
--btn-line-color: #06c755;
--btn-x-color: #000000;
--btn-instagram-color1: #427eff;
--btn-instagram-color2: #f13f79;
--btn-instagram-copy-color: #f13f79;
--btn-youtube-color: #ff0000;
}  [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
scroll-snap-type: x mandatory;
padding-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
background-color: #fff;
padding: 20px 15px 215px;
box-sizing: border-box;
scroll-snap-align: start;
min-width: calc(1000px / 3.1);
width: calc((100% - 40px) / 2);
border: 3px solid var(--box3-primary-color);
position: relative;
}
#main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
min-width: calc(916px / 3.1);
}
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
min-width: calc(1000px / 2.5);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box br {
display: none;
}
@media screen and (max-width: 480px) {
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
#main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
width: 100%;
min-width: 100%;
}
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box + .select-box {
margin-left: 20px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-name {
font-size: 20px;
font-weight: 600;
line-height: 1.25;
margin-bottom: 12.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-capture a {
display: block;
width: 100%;
box-sizing: border-box;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box img:not(img.rank-icon) {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
object-position: center top;
margin: 0 !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-quote {
display: block;
font-size: 10px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto !important;
color: #999;
cursor: pointer;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
margin: 12.5px 0;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li {
font-size: 16px;
font-weight: 500;
margin: 0 !important;
padding: 0 0 0 25px !important;
list-style: none;
border: unset !important;
line-height: 1.4 !important;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li + li {
margin-top: 10px !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-txt.select-points li::before {
content: "\f14a";
font-weight: 900;
font-family: 'Font Awesome 6 Free';
display: block;
color: #fff;
font-size: 20px;
line-height: 1;
color: var(--box3-points-color);
text-align: center;
position: absolute;
left: 0;
top: 1.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btns{
position: absolute;
bottom: 20px;
right: 0;
left: 0;
width: calc(100% - 30px);
margin: 0 auto;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] + [class*="select-btn_"] {
margin: 16px 0 0;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a {
display: block;
width: 100%;
font-size: 16px;
display: block;
color: #fff;
width: 100%;
box-sizing: border-box;
text-decoration: none;
font-weight: 600 !important;
letter-spacing: 0.06em;
line-height: 1.4;
padding: 18px 32px;
border-radius: 100px;
border: 2px solid;
text-align: center;
transition: 0.3s;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a i {
position: absolute;
top: 0;
bottom: 0;
right: 1.6rem;
height: 16px;
margin: auto;
} [class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy {
display: flex;
align-items: center;
justify-content: center;
font-weight: 600 !important;
text-align: center;
margin-bottom: 0.5rem;
font-size: 12px;
transition: 0.3s;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
content: "";
display: inline-block;
width: 20px;
height: 3px;
border-radius: 5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::after {
background-color: var(--box3-btn1-color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::after {
background-color: var(--box3-btn2-color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before {
margin-right: 0.6rem;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
margin-left: 0.6rem;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
background-color: var(--box3-btn1-color);
border-color: var(--box3-btn1-color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
background: #fff;
color: var(--box3-btn1-color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a {
background-color: var(--box3-btn2-color);
border-color: var(--box3-btn2-color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a:hover {
background: #fff;
color: var(--box3-btn2-color);
} [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
background-color: var(--box3-primary-color);
} [class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name {
text-align: center;
margin-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name::after {
content: "";
display: block;
width: 80px;
height: 3px;
margin: 8px auto 0;
border-radius: 50px;
background-color: var(--box3-primary-color);
} .is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs {
border-bottom: 0.5rem solid  var(--box3-primary-color);
display: flex;
height: 70px;
margin: 0 0 10px !important;
padding: 0 !important;
width: 100%;
box-sizing: border-box;
}
@media screen and (min-width: 481px) {
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs {
display: none;
}
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li {
width: calc((100% - 20px) / 3);
margin: 0 10px 0 0 !important;
padding: 0 !important;
list-style: none;
box-sizing: border-box;
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li:last-of-type {
margin-right: 0 !important;
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li a {
list-style: none;
text-decoration: none !important;
align-items: center;
background:  var(--box3-primary-color);
color: #DDB32A;
display: flex;
flex-wrap: wrap;
font-size: 12px;
font-weight: 700;
height: 50px;
justify-content: center;
letter-spacing: 0.05em;
line-height: 1;
margin-top: 16px;
pointer-events: none;
text-align: center;
width: 100%;
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li.active a {
height: 100%;
margin-top: 0;
opacity: 1.0 !important;
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li a span b {
color: #FFF;
display: block;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-size: 18px;
font-weight: 700;
margin-bottom: 0.5rem;
}
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li.active a span b {
font-size: 20px;
margin-bottom: 3px;
} :root {
--box3-primary-color: #88D9DF;
--box3-btn1-color: #dd0000;
--box3-btn2-color: #88D9DF;
--box3-points-color: #88D9DF;
}
.img-banner{
text-align:center;
}