@charset "utf-8";

html {
font-size: 65.5%;
}
body {
font-size: 1.4em;
font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka",
"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #292b2c;
word-break: break-all;
}
img.float_l {
margin-right: 10px;
float: left;
}
@media screen and (max-width: 768px) {
img.float_l {
float: none;
width: auto;
margin: auto;
display: block;
}
}
button,
input,
optgroup,
select,
textarea {
font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka",
"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
color: #009245;
}
a:hover {
color: #006b32;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
padding: 0.5em;
margin: 0 0 2px;
}
select {
margin: 0 0 10px;
}
textarea {
padding: 0.5em;
margin: 0 0 2px;
}
img {
max-width: 100%;
height: auto;
} #container {
line-height: 1.6;
margin-bottom: 50px;
}
#main {
width: 960px;
margin: 0 auto;
}
#main:after {
content: " ";
display: block;
clear: both;
}
#content {
width: 660px;
float: left;
}
#sidebar {
width: 270px;
float: right;
}
.wrap {
width: 960px;
margin: 0 auto;
}
.wrap:after {
content: " ";
display: block;
clear: both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
}
.section {
margin-bottom: 30px;
}
.tit_h2 {
background-color: #fcdbea;
height: 50px;
color: #f14b94;
line-height: 50px;
text-indent: 20px;
margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
.tit_h2 {
background-color: #fcdbea;
font-size: 16px;
color: #f14b94;
line-height: normal;
text-indent: 10px;
margin: 0 0 10px;
padding: 2px 2px 2px 5px;
}
}
.tit_h3 {
background-color: #009245;
height: 50px;
color: #fff;
line-height: 50px;
text-indent: 20px;
margin: 0 0 20px;
font-size: 1.8rem;
}
.tit_h3_line {
border-left: 5px solid #009245;
border-bottom: 1px solid #009245;
height: 40px;
color: #009245;
line-height: 38px;
text-indent: 16px;
margin: 0 0 20px;
font-weight: bold;
font-size: 1.8rem;
}
.tit_h4 {
text-indent: 22px;
background: url(/image/common/icon_circle.png) no-repeat 0 5px;
font-weight: bold;
font-size: 1.6rem;
margin: 0 0 10px;
}
.btn_primary {
border: 1px solid #009245;
background-color: #cce9da;
color: #009245;
padding: 15px 50px;
font-weight: bold;
text-decoration: none;
font-size: 1.5rem;
display: inline-block;
} .service-area {
display: flex;
flex-wrap: wrap;
}
.service-area li {
width: 24%;
text-align: center;
margin: 0 1% 5px 0;
}
.service-area li a {
display: block;
background-color: #009245;
color: #fff;
border-radius: 5px;
}
@media screen and (max-width: 768px) {
.service-area {
justify-content: space-around;
}
.service-area li {
width: 48%;
margin: 0 0 10px 0;
}
.service-area li a {
padding: 8px 0;
}
} .access-map {
width: 100%;
height: 330px;
margin: 20px 0 0 0;
} #header {
display: block;
}
#header:after {
content: " ";
display: block;
clear: both;
}
#header .bar {
background-color: #f2f2f2;
}
#header .bar h1 {
margin: 0;
font-size: 1.3rem;
font-weight: normal;
padding: 5px 0;
}
#header .logo {
display: block;
float: left;
padding: 0;
margin: 5px 0 0;
width: 220px;
}
#header .contact {
display: block;
float: right;
padding: 0;
margin: 10px 0 0;
}
#header .contact span {
display: none;
}
#header .contact a {
text-decoration: none;
}
.header-contact-mail {
display: none;
}
#header #btn_menu_off {
display: none;
}
#header #btn_menu_off img {
width: 75%;
} #nav {
background-color: #009245;
}
#nav ul {
width: 100%;
position: relative;
}
#nav ul:before {
content: "";
width: 3px;
height: 46px;
background: url(/image/common/nav_sep.png) no-repeat top center;
position: absolute;
top: 5px;
left: 0;
}
#nav ul:after {
content: "";
clear: both;
display: block;
}
#nav ul li {
float: left;
text-align: center;
position: relative;
}
#nav ul li:after {
content: "";
width: 3px;
height: 46px;
background: url(/image/common/nav_sep.png) no-repeat top center;
position: absolute;
top: 5px;
right: 0;
}
#nav ul li a {
width: 120px;
height: 55px;
display: block;
line-height: 60px;
} #nav ul li a:hover {
background-color: #007e3c;
} #sidebar {
}
#sidebar .banner ul li {
display: block;
margin-bottom: 10px;
}
#sidebar .banner ul li a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#sidebar .banner ul li img {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#sidebar .banner ul li img.border_ignore {
border: none;
}
#sidebar .area {
margin-bottom: 20px;
}
#sidebar .area ul > li {
border: 1px solid #009245;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#sidebar .area ul li .tit {
display: block;
margin: 15px 0 10px 32px;
}
#sidebar .area ul li .tit img {
width: 70%;
}
#sidebar .area ul li .txt {
display: block;
padding: 0 15px 20px;
text-align: center;
}
#sidebar .area ul li ol li {
display: inline;
margin: 0;
}
#sidebar .area ul li ol li a {
border: 1px solid #009245;
background-color: #009245;
color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: inline-block;
width: 110px;
text-align: center;
margin: 5px 3px 0 0;
font-size: 95%;
}
#sidebar .sidebox {
margin-bottom: 20px;
}
#sidebar .sidebox .tit_h3 {
margin: 0;
font-size: 1.5rem;
}
#sidebar .sidebox ul {
border: 1px solid #e6e6e6;
}
#sidebar .sidebox ul li {
background: url(/image/common/icon_check.png) 10px 50% no-repeat;
border-bottom: 1px dotted #888;
line-height: 50px;
margin: 0;
padding-left: 35px;
}
#sidebar .sidebox ul li:last-child {
border: none;
}
#sidebar .fb-like-box {
margin-bottom: 20px;
} #footer {
background-color: #fff;
border-top: 1px solid #ccc;
line-height: 1.6;
}
#footer .wrap {
padding: 30px 0;
}
#footer .logo {
width: 660px;
float: left;
}
#footer .logo ul.contact {
margin-bottom: 10px;
}
#footer .logo ul.contact li {
display: inline-block;
margin-right: 20px;
}
#footer .logo ul.link {
}
#footer .logo ul.link li {
display: inline-block;
margin-right: 5px;
position: relative;
padding: 0 10px;
}
#footer .logo ul.link li a {
color: #292b2c;
}
#footer .logo ul.link li:after {
content: "|";
width: 1px;
position: absolute;
top: 0;
right: 0;
}
#footer .logo ul.link li:last-child:after {
content: "";
}
#footer .area {
float: right;
}
#footer .area ul {
}
#footer .area ul li a {
color: #292b2c;
}
#footer .copyright {
background-color: #009245;
text-align: center;
color: #fff;
padding: 30px;
height: 60px;
} #breadcrumb {
margin-top: 15px;
margin-bottom: 15px;
} #menu {
margin-bottom: 20px;
}
#menu ul {
padding: 0;
}
#menu ul:after {
content: "";
clear: both;
display: block;
}
#menu ul li {
float: left;
margin-left: 20px;
width: 223px;
border: 1px solid #e6e6e6;
}
#menu ul li:first-child {
margin-left: 0;
}
#menu ul li a {
display: block;
text-decoration: none;
color: #292b2c;
}
#menu ul li a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#menu ul li a img {
width: 100%;
display: block;
}
#menu ul li span {
display: block;
padding: 10px;
min-height: 100px;
} .table {
border-collapse: collapse;
width: 100%;
}
.table th,
.table td {
padding: 10px;
}
.table th {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #eee;
width: 40%;
text-align: left;
}
.table td {
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
} .pager {
clear: both;
margin-bottom: 1em;
}
.pager a,
.pager span {
text-decoration: none;
border: 1px solid #bfbfbf;
padding: 3px 8px;
margin: 2px;
}
.pager a:hover,
.pager span.current {
border-color: #6b6b6b;
}
.pager span.current {
font-weight: bold;
}
.pager ul.page-numbers li {
display: inline-block;
} #sitemap_list {
margin: 0 0 10px;
padding: 0;
line-height: 1.5;
}
#sitemap_list a {
text-decoration: none;
margin-left: 1em;
position: relative;
}
#sitemap_list li {
font-size: large;
text-indent: 0;
padding: 10px 0 10px 5px;
margin: 0;
list-style-type: none;
border-bottom: 1px dotted #ccc;
}
#sitemap_list li ul {
margin: 0;
padding: 5px 0 0 0;
}
#sitemap_list li li {
font-size: medium;
font-weight: normal;
margin: 0 0 5px 5px;
padding: 5px 0 5px 15px;
border: none;
}
#sitemap_list li li a {
padding-left: 20px;
}
#sitemap_list li li a::before {
content: url(/image/common/icon_check.png);
position: absolute;
top: 0;
left: 0;
} #visual {
text-align: center;
margin: 0 0 20px;
}
#visual h2 {
margin: 0;
}
#visual .v-pc {
display: block;
}
#visual .v-sp {
display: none;
}
#phone {
display: none;
} #area-list {
background-color: #007e3c;
position: absolute !important;
height: 500px;
overflow-y: scroll !important;
width: 140px !important;
display: none;
z-index: 9999;
}
#area-list li {
width: 100%;
height: 35px;
text-align: center;
border-top: 1px solid #006b32;
}
#area-list li a {
background: none;
display: block;
text-indent: 0;
color: #fff;
text-decoration: none;
height: 35px !important;
line-height: 35px !important;
}
.area_city_list a {
border: 1px solid #007e3c;
background-color: #007e3c;
color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: inline-block;
width: 120px;
text-align: center;
margin: 5px 3px 0 0;
} #float-chance {
display: block;
position: fixed;
right: 16px;
bottom: 100px;
}
#float-chance-sp {
display: none;
}
#float-chance p {
margin: 0;
padding: 0;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#float-chance p:hover {
}
#move-float-chance {
color: #fff;
line-height: 50px;
text-decoration: none;
display: block;
cursor: pointer;
} ul.virus5 {
display: flex;
flex-wrap: wrap;
}
ul.virus5 li {
background: #009245;
color: #fff;
text-align: center;
width: 27.5%;
border-radius: 15px;
font-weight: 700;
font-size: 1em;
line-height: 1.4;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
margin-bottom: 0.2em;
margin-right: 0.2em;
}
ul.virus5 li::before {
content: "";
display: block;
background: url(//tottori-suido-pro.com/image/area/top-virus01.png) no-repeat center / contain;
width: 65%;
height: 100px;
margin-bottom: 1rem;
}
ul.virus5 li:nth-of-type(2)::before {
background: url(//tottori-suido-pro.com/image/area/top-virus02.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(3)::before {
background: url(//tottori-suido-pro.com/image/area/top-virus03.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(4)::before {
background: url(//tottori-suido-pro.com/image/area/top-virus04.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(5)::before {
background: url(//tottori-suido-pro.com/image/area/top-virus05.png) no-repeat center / contain;
}
.jirei-wrapper {
display: flex;
flex-flow: wrap;
height: 325px;
overflow-y: scroll;
border: 1px solid rgb(204, 204, 204);
}
ul.jirei-wrapper li {
padding: 10px 10px 5px;
width: 100%;
}
ul.jirei-wrapper li a {
padding-left: 10px;
display: block;
border-left: 3px solid #f14b94;
text-decoration: none;
}
ul.jirei-wrapper li a strong {
text-decoration: underline;
}
#page-top,
#float-chance-sp {
z-index: 999;
}
.swiper {
position: relative;
width: 640px;
max-width: 100%;
}
.button-next,
.button-prev {
cursor: pointer;
position: absolute;
width: 20px;
top: 49%;
transform: translateY(-50%);
z-index: 1;
color: #fff;
font-size: 20px;
background: #009245;
opacity: 0.85;
}
.button-next {
right: 0;
padding: 20px 0 20px 5px;
}
.button-prev {
left: 0;
padding: 20px 5px 20px 0;
}
.swiper-slide-inner {
border: 1px solid #ccc;
padding: 10px 20px;
border-radius: 25px;
width: 85%;
margin: 0 auto;
box-shadow: 1px 1px 3px #ccc;
}
.reviewer_flex {
display: flex;
font-weight: bold;
width: 80%;
}
.reviewer_flex p {
margin-bottom: 0;
margin-top: 0;
}
.rating_box {
width: 80%;
border-bottom: 2px dotted #ccc;
}
.rating_box p {
margin-top: 0;
margin-bottom: 0;
}
.rating_st {
color: #f9ff00;
text-shadow: 1px 1px 1px #ccc;
}
.reviewer_term {
background: #009245;
color: #fff;
font-size: 0.8em;
padding: 4px 6% 0;
border-radius: 15px;
margin-left: 20%;
box-shadow: 1px 1px 1px #ccc;
}
.pagination {
padding: 5px 0;
display: flex;
justify-content: center;
z-index: 1;
}
.swiper-pagination-bullet-active {
background: #1e4729;
}
.maker_txt {
font-size: 1.8em;
font-weight: bold;
text-align: center;
}
.blue_txt {
color: #025aab;
}
.maker_txt_de {
padding: 10px;
}
.column-wrapper {
display: flex;
flex-flow: wrap;
}
li.column-item {
width: 48%;
margin: 1%;
box-shadow: 2px 2px 9px #ccc;
transition: all 0.5s 0s ease;
}
.column-inner img {
max-width: 100%;
}
li.column-item:hover {
opacity: 0.7;
}
.column_term {
background: #0077c3;
color: #fff;
padding: 3px 6% 0;
border-radius: 15px;
display: inline-block;
box-shadow: 1px 1px 1px #ccc;
font-size: 0.9em;
}
.column_txt {
border-top: 2px dotted #ccc;
margin-top: 0.5em;
padding-top: 0.5em;
}
.column-inner {
padding: 3px;
}
.section_area .service {
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.section_area .service_flex {
display: flex;
width: 49.5%;
font-size: 12px;
border: 1px solid #b1d0ff;
box-shadow: 1px 1px #ccc;
margin-top: 1%;
}
.section_area .service_flex_item {
margin: 0.3%;
position: relative;
font-weight: bold;
}
.section_area .sfi2,
.section_area .sfi2 table {
width: 100%;
}
.section_area .service_flex_item_a {
position: absolute;
border-radius: 0% 0% 50% 50%;
background: rgb(0 126 60 / 85%);
padding: 5px 5px 17px 5px;
width: 93.4%;
text-align: center;
color: #fff;
}
.section_area .service_flex_item_a:hover {
color: #fff;
opacity: 0.5;
}
.section_area .service_flex_txt_red {
font-size: 1.1em;
margin: 0.2em 0 0 0.5em;
color: red;
}
.section_area .service_flex_item table th {
background: #8fffc4;
padding: 2px;
font-weight: bold;
border: 1px solid #ccc;
}
.section_area .service_flex_item table td {
border: 1px solid #ccc;
padding: 2px;
}
.section_area .features {
display: flex;
flex-flow: wrap;
}
.section_area .features_item {
width: 31%;
border: 1px solid #009245;
margin: 1%;
border-radius: 5px;
box-shadow: 1px 1px #ccc;
}
.section_area p.features_h {
padding: 12px 0px;
text-align: center;
font-size: 1.2em;
font-weight: bold;
border-radius: 5px;
background: #009245;
color: #fff;
box-shadow: 1px 1px #ccc;
margin: 0;
}
.section_area .features_txt {
padding: 5.5%;
}
.section_area .features_txt p {
border-bottom: 1px dotted #141414;
display: inline;
}
.section_area .service_flex_item img {
width: 150px;
height: 150px;
object-fit: cover;
}
.section_area .features span.txt_red {
color: red;
}
.section_area .staff {
display: flex;
justify-content: space-between;
flex-flow: wrap;
}
.section_area .staff .staff_item {
width: 30%;
background: #f3f3f3;
box-shadow: 1px 1px #ccc;
padding: 1%;
margin-top: 3px;
}
.section_area .staff_item_suido {
background: #1a1a1a;
color: #fff;
padding: 0.5% 0 0.5% 3%;
box-shadow: 1px 1px #ccc;
}
.section_area .staff_item_yakushoku {
font-weight: bold;
margin: 2% 0;
}
.section_area .staff_item img {
width: 96%;
padding: 3%;
}
.section_area .staff_link {
margin-top: 3%;
display: block;
}
.column-inner img {
height: 170px;
width: 100%;
object-fit: cover;
}
@media screen and (max-width: 640px) {
.section_area .service_flex,
li.column-item {
width: 99.5%;
}
.section_area .staff .staff_item {
width: 47.5%;
}
.section_area .features_item {
width: 45%;
}
ul.virus5 li {
width: 39.5%;
}
} .other_area {
display: flex;
}
.other_area_map,
.other_area_map iframe {
width: 100%;
}
.are_add {
border: 2px solid #8b8b8b;
margin: 0 2px;
padding: 10px;
min-width: 33%;
}
.m15 {
margin: 15px 0 5px;
}
ul.other_area_w {
display: flex;
flex-flow: wrap;
}
ul.other_area_w li a {
background: #dcffed;
padding: 1px 15px;
text-decoration: none;
margin: 5px;
border-radius: 20px;
line-height: 2;
}
.side_maker {
padding: 5px;
text-align: center;
background: #60cff8;
}
.side_maker img {
background-color: #fff;
}
.side_maker p {
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 2px #02b3f4;
margin: 0.2em 0;
}
@media screen and (max-width: 768px) {
body {
margin-top: 100px;
}
#container {
margin-bottom: 10px;
}
#main {
width: auto;
padding: 0 10px;
}
#content {
width: auto;
float: none;
}
#sidebar {
width: auto;
float: none;
}
#sidebar .banner ul li img {
width: 100%;
}
#sidebar .area ul li .tit {
margin: 15px 0 10px -32px;
text-align: center;
}
#sidebar .area ul li .tit img {
width: 50%;
}
#sidebar .sns .fb-like-box {
display: block;
text-align: center;
}
.wrap {
width: auto;
}
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
background-color: #fff;
background-image: none;
box-sizing: border-box;
padding: 3px 10px 3px 10px;
z-index: 100;
}
#header .bar {
display: none;
}
#header .logo {
width: 35%;
}
#header .contact {
width: 50%;
float: left;
margin: 0px 5px;
}
#header .contact span {
display: block;
color: #005cac;
font-size: 11px;
font-weight: bold;
margin: -2px auto 5px auto;
}
.header-contact-mail {
display: block;
font-size: 11px;
font-weight: bold;
background-color: #009245;
color: #fff;
text-align: center;
border-radius: 15px;
padding: 2px 0;
text-decoration: none;
}
.header-contact-mail:hover {
color: #fff;
}
#header #btn_menu_off {
display: block;
position: absolute;
top: 25px;
right: 3.338391%;
width: 8.345978%;
}
#nav {
display: none;
position: fixed;
top: 80px;
left: 0;
z-index: 900;
width: 100%;
}
#nav.openNav {
display: block;
}
#nav ul:before {
background: none;
}
#nav ul li {
float: none;
width: 100%;
border-bottom: solid 1px #fff;
text-align: left;
}
#nav ul li a {
width: auto;
display: block;
padding-left: 30px;
}
#nav ul li a:before {
content: "";
width: 5px;
height: 5px;
border: 0px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 45%;
left: 2.731411%;
}
#menu ul {
padding: 0 10px;
}
#menu ul li {
width: 47.333333%;
margin-left: 10px;
margin-bottom: 10px;
}
#menu ul li:nth-child(3) {
margin-left: 0;
}
#menu ul li span {
min-height: 120px;
}
#footer .wrap {
padding: 10px;
}
#footer .logo {
width: 100%;
float: none;
text-align: center;
}
#footer .area {
float: none;
margin-top: 10px;
}
#footer .logo ul.contact li {
margin-right: 0;
}
#footer .logo ul.contact li img {
width: 50%;
}
#footer .logo ul.link {
text-align: left;
}
#breadcrumb {
margin: 10px;
}
.tit_h2 {
font-size: 1.5rem;
height: auto;
}
.tit_h3 {
font-size: 1.4rem;
height: auto;
}
.tit_h3_line {
font-size: 1.4rem;
height: auto;
border-left: none;
text-indent: 0px;
line-height: 1.6;
padding: 0 10px 5px;
}
.section {
margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
padding: 0;
margin: 0;
width: 100%;
}
textarea {
padding: 0;
margin: 0;
width: 100%;
}
#visual {
margin: 0 0 5px;
}
#visual .v-pc {
display: none;
}
#visual .v-sp {
display: block;
}
#phone {
display: block;
margin-bottom: 5px;
padding: 0 10px;
text-align: center;
}
#phone a img {
} #area-list {
height: 300px;
width: 100% !important;
} #float-chance-sp {
display: block;
position: fixed;
right: 80px;
bottom: 16px;
}
#float-chance {
display: none;
}
#float-chance-sp p {
margin: 0;
padding: 0;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
.section.price h3 {
position: unset;
}
#sitemap_list a {
position: unset;
}
#float-chance-sp p:hover {
}
#move-float-chance-sp {
color: #fff;
line-height: 50px;
text-decoration: none;
display: block;
cursor: pointer;
}
} .cat_search .dropdown {
display: none;
}
.cat_search {
display: flex;
justify-content: space-around;
}
.cat_search_item {
width: 40%;
}
.cat_search li {
background: url(/images/common/icon_arrow.gif) 10px center no-repeat;
border-bottom: 2px dotted #888;
clear: both;
line-height: 3em;
padding-left: 35px;
}
.cat_search label,
.cat_search li {
display: block;
font-weight: bold;
}
.cat_search label p {
color: #fff;
display: block;
position: relative;
background: #f06c00;
padding: 0.5em 0 0.5em 1.5em;
}
.cat_search label p::after {
content: "";
display: block;
position: absolute;
right: 10%;
top: 25%;
width: 0.5em;
height: 0.5em;
border-top: #fff 4px solid;
border-left: #fff 4px solid;
transform: rotate(225deg);
}
.cat_search input[type="checkbox"] {
display: none;
}
#menu:checked + .dropdown,
#menu_b:checked + .dropdown {
display: block;
}
@media screen and (max-width: 640px) {
.cat_search {
flex-flow: column;
}
.cat_search_item {
width: 100%;
}
.head_menx .dropdown {
display: none !important;
}
}
.head_menx .dropdown {
display: none;
}
.head_menx_item {
width: 40%;
margin-bottom: 0.5em;
}
.head_menx li {
display: block;
font-weight: bold;
width: 437px;
}
.head_menx label p {
color: #fff;
display: block;
position: relative;
background: #f06c00;
padding: 0.5em 0 0.5em 1.5em;
}
div#nav .cat_search_item ul li a {
background: rgb(0 146 69 / 90%);
text-indent: 0;
color: #fff;
text-decoration: none;
padding: 5px 20px;
text-align: left;
width: 40%;
}
div#nav .cat_search_item ul li a:hover {
background: #007e3c;
}
.head_menx input[type="checkbox"] {
display: none;
}
#nav2:hover .dropdown {
display: block;
position: absolute;
z-index: 999;
}
.head_menx .cat_search_item ul.dropdown li:after {
display: none;
} .new_blog{
font-size:0.9em;
}
.new_blog a{
text-decoration: none;
}
.new_blog a:hover {
opacity: 0.8;
}
.article_wrap{
display: flex;
justify-content: space-around;
max-width: 660px;
flex-flow: wrap;
}
.article_wrap .article{
width: 33.1%;
}
.article_wrap .old_blog_w{
width:100%!important;
}
.blog .article .tit_h4{
background: #f3f3f3;
border-bottom: 2px solid #014190;
text-indent: 0.5em;
}
.blog .article .tit_h4 a{
color: #014190;
}
.blog_flex{
display: flex;
justify-content: center;
}
.blog_flex_item{
text-align: center;
}
.blog_flex_item img{ height: 160px;
object-fit: cover;
}
.blog_flex_item2{
width: 80%;
padding: 0 1em;
}
.blog_details{
color: #014190;
border-bottom: 1px solid #014190;
font-size: 1.2em;
}
.blog_table{
width: 99%;
margin: 0 auto 0.5em;
}
.blog_table .table td{
border: none;
border-bottom: 1px solid #ccc;
min-width: 80px;
border: 1px solid #ccc;
color: #222222;
}
.blog_table .table td p{
display: flex;
justify-content: space-between;
word-break: break-all;
}
.blog_table .table td p span{
width: 50%;
}
.blog_table .table th{
background: #014190;
color: #fff;
}
.blog_table .table td p span:first-child {
font-weight: bold;
}
.blog_table .table td.blue-txt{
background: #009245;
color: #fff;
width: 35%;
}
.blog_table .table td.light-blue{
color: #009245;
background: #c5ffe0;
border: 1px solid #ccc;
}
.blog_table .gray-back{
background: #eee;
}
.blog_img{
display: flex;
justify-content: space-around;
margin: 1em 0px;
}
.blog_img div{
position: relative;
}
.blog_img_before,.blog_img_after{
position: absolute;
top: 0;
margin: 0;
padding: 0 1.2em;
}
.blog_img_before{
background: #555;
color: #fff;
}
.blog_img_after{
background: #014190;
color: #fff;
}
.blog .article .blog_contents{
padding: 4px 2px!important;
}
.table th, .table td {
padding: 5px;
}
@media screen and (max-width: 640px) {
.article_wrap .article {
width: 99.1%;
}
.blog_flex_item img{
max-height: 200px;
}
} .blog .article .tit_h4{
background: #f3f3f3;
border-bottom: 2px solid #014190;
}
.blog .article .tit_h4 a{
color: #014190;
}
.single .blog_flex{
display: flex;
}
.single .blog_flex_item img{
border: 1px solid #009245;
}
.single .blog_flex_item2{
width: 80%;
padding: 0 1em;
}
.single .blog_details{
color: #009245;
border-bottom: 1px solid #009245;
font-size: 1.2em;
}
.single .blog_table{
width: 99%;
margin: 0 auto;
}
.single .blog_table .table td{
border: none;
border-bottom: 1px solid #ccc;
}
.single .blog_table .table td p{
display: flex;
justify-content: space-between;
}
.single .blog_table .table td p span{
width: 50%;
}
.single .blog_table .table th{
background: #009245;
color: #fff;
}
.single .blog_table .table td p span:first-child {
font-weight: bold;
}
.single .blog_img{
display: flex;
justify-content: space-around;
margin: 1em 0px;
}
.single .blog_img img{
height: 220px;
width: 220px;
object-fit: cover;
}
.single .blog_img div{
position: relative;
width: 33%;
}
.single .blog_img_before,.blog_img_after{
position: absolute;
top: 0;
margin: 0;
padding: 0 1.2em;
}
.single .blog_img_before{
background: #555;
color: #fff;
}
.single .blog_img_after{
background: #014190;
color: #fff;
}
#bannerlist ul {
padding: 0;
display: inline-block;
}
#bannerlist ul li {
float: left;
margin-left: 12px;
}
#bannerlist ul li:first-child {
margin-left: 0;
}
#bannerlist ul:after {
content: "";
clear: both;
}
#bannerlist ul li a {
display: inline-block;
text-decoration: none;
color: #292b2c;
}
#bannerlist ul li a img {
width: 100%;
display: inline-block;
}
#bannerlist ul li a:hover {
filter: alpha(opacity = 90);
-moz-opacity: 0.9;
opacity: 0.9;
}
ul.index-virus5 li {
width: 17.1%;
margin-left: 0.2em;
}
.pc_hs{
display: table-cell;
}
.sp_hs{
display: none;
}
@media screen and (max-width: 768px) {
.single .blog_img div{
width: 220px;
}
.single .blog_table .table td{
width: 50%;
}
.single .blog_table .table td p{
flex-flow: column;
margin: 0;
}
.single .blog_table .table td p span{
width: 100%;
}  
#bannerlist {
display: none;
}
ul.virus5 li, ul.index-virus5 li {
width: 39.5%;
}
.pc_hs{
display: none;
}
.sp_hs{
display: table-cell;
}
} .txt-box{
text-align: center;
}
.fv_c_box{
border-radius: 10px;
margin: 0 auto;
width: 90%;
border-radius: 10px;
border: 1px solid #ccc;
}
.fv_c_head{
background: #158fd0;
border-radius: 10px;
border-radius: 10px 10px 0 0;
padding: 0.35em 1em;
font-weight: bold;
color: #002845;
font-size: 1.4em;
margin: 0;
}
.fv_c_txt_box{
padding: 0.75em 2em;
}
.fv_c_txt span.fv_c_txt_inner{
border-bottom: 2px dotted #158fd0;
line-height: 2.2;
}
.l-fv{
margin-bottom:1em;
}
.txt-box p span.l-fv-area , span.fv_c_head_area{
color: #ef7c01;
padding: 0 3px;
}
span.fv_c_head_area{
text-shadow: 1px 1px 2px #002870;
}
.txt-box p{
text-shadow: 2px 4px 2px #ffffff;
font-size: 2.6em;
font-weight: bold;
margin: 0 0 0.25em;
}
.txt-box p span.f16{
font-size: 0.5em;
padding: 0 0.5em;
}
.txt-box p:nth-child(1){
color: #0066af;
}
.txt-box p:nth-child(2){
color: #0066af;
text-align: center;
}
.txt-box p:nth-child(3){
color: #0066af;
text-align: right;
}
.txt-box p span.fv_bk{
color: #158fd0;
font-size: 1.2em;
padding: 0 5px;
display: inline-block;
position: relative;
z-index: 1;
}
.txt-box p span.fv_bk:before{
content: "";
position: absolute;
background: linear-gradient(transparent 50%, rgb(246 252 62) 50%);
height: 65px;
width: 106%;
transform:skewX(-30deg);
left: 0;
z-index: -1;
}
.section_area .staff_link_a{
text-align: center;
}
.section_area .staff_link_a a{
width: 250px;
}
.sp{
display: none;
}
@media screen and (max-width: 640px) {
.txt-box{
width: 95%;
margin: 0 auto;
padding-top: 0.5em;
}
.txt-box p{
font-size: 1.4em;
}
.txt-box p span.fv_bk:before{
bottom: 0;
height: 30px;
}
.fv_c_box{
position: static;
width: 100%;
margin-top: 1em;
}
.l-fv{
background: linear-gradient(180deg, rgba(174,234,255,1) 0%, rgba(255,255,255,1) 100%);
}
}
.me_flex{
display: flex;
}
.me_flex_item{
position: relative;
padding: 1% 5% 0;
}
.me_flex_item img{
width: 200px;
height: 100%;
object-fit: cover;
}
.me_flex_item img.name_obi{
position: absolute;
width: 120%;
bottom: -1.9em;
left: 0;
z-index: 0;
object-fit: contain;
height: auto;
margin-top: -0.4em;
}
.me_flex_item_txt{
background:url(//tottori-suido-pro.com/image/area/com_bk.png) no-repeat center / contain; 
}
.me_flex_item_txt p{   
width: calc(100% - 25%);
margin: 2% auto 0;
font-size: 0.9em;
}
.me_flex_item_name{
text-align: center;
font-size: 0.9em;
color: #fff;
position: relative;
font-weight: bold;
margin-top: -0.4em;
}
div.detail ul.address_area li{
color: #0071bc;
text-decoration: underline;
font-weight: bold;
}
#float-chance{
z-index: 999;
}
.address_area{
display: flex;
flex-flow: wrap;
}
.detail ul.address_area li{
width: 100px;
margin: 0px 5px;
}
@media screen and (max-width: 640px) {
.me_flex_item_txt{
background-size: initial;
}
.me_flex_item img.name_obi{
display: none;
}
.me_flex_item_name{
background:#158fd0;
}
.me_flex_item_txt p{
width: calc(100% - 10%);
}
.me_flex_item img{
height: auto;
width: auto;
}
.sp{
display: block;
}
}