@charset "UTF-8";

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}
body {
font-size: 1.6rem;
font-size: 16px;
color: #26313f;
font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese",
"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 500;
height: 100%;
margin: 0;
padding: 0;
line-height: 1.6;
width: 100%;
}
a {
color: #000;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
}
a:hover {
color: #000;
text-decoration: none;
opacity: 0.65;
}
a:active,
a:hover {
outline-width: 0;
}
li {
margin: 0;
list-style: none;
}
li.column1 {
list-style-type: disc;
margin-left: 1.5em;
}
li.column2 {
list-style-type: decimal;
margin-left: 1.5em;
}
ul,
ol {
margin: 0;
padding: 0;
}
h1,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
margin: 0;
}
h2 {
margin: 0;
text-align: center;
}
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
display: block;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
img {
border-style: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
height: auto;
max-width: 100%;
vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button {
border: none;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-moz-appearance: none;
-webkit-appearance: none;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-moz-appearance: none;
-webkit-appearance: none;
} .flexbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.flex-justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.flex-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-justify-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flex-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.flex-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.flex-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px;
}
.mt-80 {
margin-top: 80px;
}
.mt-90 {
margin-top: 90px;
}
.mt-100 {
margin-top: 100px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-100 {
margin-bottom: 100px;
} table {
border-collapse: collapse;
border-spacing: 0;
max-width: 100%;
width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
font-size: 16px;
font-size: 1.6rem;
background: #fff;
border: 1px solid #cccccc;
border-radius: 5px;
margin: 0;
padding: 0 15px;
width: 100%;
min-height: 50px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
outline: none;
border-color: #000;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
select {
font-size: 16px;
font-size: 1.6rem;
height: 2.5em;
padding: 0.5em;
width: auto;
min-width: 7em;
}
textarea {
font-size: 16px;
font-size: 1.6rem;
background: #fff;
border: 1px solid #cccccc;
border-radius: 5px;
resize: vertical;
padding: 10px 15px;
width: 100%;
min-height: 270px;
}
textarea:focus {
outline: none;
border-color: #000;
}
input[type="checkbox"],
input[type="radio"] {
background: #fff;
cursor: pointer;
margin-right: 0.5em;
}
textarea::placeholder,
input::placeholder {
font-size: 1.6rem;
color: #777777;
} .pager {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 35px;
margin-bottom: 60px;
max-width: 100%;
padding: 30px 0;
position: relative;
}
.pager a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
position: relative;
line-height: 1.42857143;
text-decoration: none;
border-radius: 4px;
border: 1px solid #e8e8e8;
color: #000;
font-weight: bold;
margin: 5px;
padding: 5px 10px;
}
.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
border-color: #000;
color: #000;
}
.pager .previous,
.pager .next,
.pager .back {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.pager .previous a {
padding-left: 1.5em;
}
.pager .previous a:before {
content: "≪";
position: absolute;
left: 5px;
top: 4px;
}
.pager .next a {
padding-right: 1.5em;
}
.pager .next a:after {
content: "≫";
position: absolute;
right: 5px;
top: 4px;
}
.pager .back a {
padding: 5px;
} .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.pagination > li {
position: relative;
}
.pagination > li > span,
.pagination > li > a {
border-radius: 4px;
border: 1px solid #e8e8e8;
color: #231815;
margin: 3px;
width: 2.4em;
height: 2.4em;
line-height: 2.4;
display: block;
text-decoration: none;
padding: 0;
}
.pagination > li > span {
border-color: #231815;
cursor: default;
}
.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
border-color: #000;
color: #000;
}
.pagination > li span.dot {
border: none;
width: 1em;
} .wp-pagenavi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
font-size: 1.6rem;
color: #00bfff;
margin: 0 10px;
width: 3.9em;
height: 3.9em;
line-height: 3.9;
font-weight: bold;
display: block;
text-decoration: none;
padding: 0;
}
.wp-pagenavi .current {
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #04bffe;
}
.wp-pagenavi a:hover {
border: 1px solid #000;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
border: none;
}
.wp-pagenavi a.previouspostslink .prev-arrow {
margin: 0;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/works/navi-arrow-prev.png) no-repeat center center / cover;
}
.wp-pagenavi a.nextpostslink .next-arrow {
margin: 0;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/works/navi-arrow-next.png) no-repeat center center / cover;
}
@media screen and (max-width: 425px) {
.wp-pagenavi a,
.wp-pagenavi span {
width: 2.5em;
height: 2.5em;
line-height: 2.5;
}
} .txt_ellipsis .breadcrumbs span:last-of-type {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 130px;
display: inline-block;
vertical-align: bottom;
}
.breadcrumbs {
font-size: 1.2rem;
}
.breadcrumbs .container {
margin-left: 0;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
list-style: none;
padding: 0;
}
.breadcrumbs li {
display: inline;
}
.breadcrumbs li:before {
content: ">";
margin: 0 10px;
}
.breadcrumbs li:first-child:before {
display: none;
}
.breadcrumbs a {
color: #231815;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #000;
}
@media screen and (max-width: 560px) {
.breadcrumbs {
font-size: 1rem;
}
.breadcrumbs li:before {
margin: 0 5px;
}
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.slick-slide img {
width: 100%;
height: auto;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img,
.slick-initialized .slick-slide {
display: block;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
} .slick-loading .slick-list {
background: #fff url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: "slick";
src: url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/fonts/slick/slick.eot);
src: url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/fonts/slick/slick.eot?#iefix) format("embedded-opentype"),
url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/fonts/slick/slick.woff) format("woff"),
url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/fonts/slick/slick.ttf) format("truetype"),
url(https://suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/fonts/slick/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
z-index: 1;
display: block;
width: 16px;
height: 31px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
margin-top: -15px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
opacity: 0.65;
color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
opacity: 0.25;
}
.slick-prev {
left: 30px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/btn-prev.png) no-repeat center center;
}
.slick-next {
right: 30px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/btn-next.png) no-repeat center center;
} .slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots {
position: absolute;
bottom: 10px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 12px;
line-height: 20px;
text-align: center;
color: #aaa;
opacity: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active button:before {
color: #000;
opacity: 0.75;
}
.slick-archive {
padding-top: 10px;
margin: 0 auto;
width: calc(100% - 50px);
}
.slick-archive__item {
padding: 5px;
}
.slick-archive__item a {
display: block;
max-width: 350px;
margin: auto;
color: #231815;
text-decoration: none;
position: relative;
}
.slick-archive__item a:hover {
opacity: 0.65;
}
.slick-archive__date {
margin-top: 5px;
display: block;
}
.slick-archive__title {
display: block;
font-weight: bold;
}
.slick-archive__label {
background-color: #464a4c;
color: #fff;
position: absolute;
top: 0;
left: 0;
z-index: 2;
padding: 0.2em 2em;
}
@media screen and (max-width: 560px) {
.slick-archive__date,
.slick-archive__label {
font-size: 1rem;
}
.slick-archive__title {
font-size: 1.2rem;
}
} .toggle {
cursor: pointer;
display: inline-block;
background: none;
border: none;
outline: none;
position: absolute;
width: 70px;
height: 70px;
border-radius: 100%;
background: #00bfff;
padding: 10px;
right: 0;
text-align: center;
top: 20px;
z-index: 20;
}
.toggle__bar {
position: relative;
margin: 8px auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.toggle__bar,
.toggle__bar::before,
.toggle__bar::after {
display: block;
width: 23px;
height: 3px;
background-color: #fff;
outline: 1px solid transparent;
-webkit-transition-property: background-color, -webkit-transform;
transition-property: background-color, -webkit-transform;
transition-property: background-color, transform;
transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.toggle__bar::before,
.toggle__bar::after {
position: absolute;
content: "";
}
.toggle__bar {
width: 23px;
}
.toggle__bar::after {
width: 23px;
}
.toggle__bar::before {
top: -8px;
}
.toggle__bar::after {
top: 8px;
}
.toggle_inner {
cursor: pointer;
display: inline-block;
background: #fff;
border: none;
outline: none;
width: 100%;
padding: 25px;
text-align: right;
position: absolute;
transform: translate3d(0, 0, 0);
}
.toggle__inner__bar {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 100%;
background: #fff;
border: 1px solid #cccccc;
padding: 3px;
}
.toggle__inner__bar:before {
position: absolute;
content: "";
width: 10px;
height: 2px;
top: 50%;
left: calc(50% - 5px);
background-color: #cccccc;
transform: rotate(45deg);
}
.toggle__inner__bar:after {
position: absolute;
content: "";
width: 10px;
height: 2px;
top: 50%;
left: calc(50% - 5px);
background-color: #cccccc;
transform: rotate(-45deg);
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
} .collapse {
display: none;
}
.collapse nav ul.flexbox {
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
}
.collapse.in nav ul.flexbox {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.gnav {
line-height: 1.6;
margin: 0;
}
.gnav {
position: fixed;
right: 0;
top: 0;
max-width: 500px;
width: 100%;
height: 100vh;
background: #fff;
transform: translateX(100%);
z-index: 40;
transition: all 0.8s;
overflow-y: scroll;
}
.gnav.on {
transform: translateX(0);
}
.gnav-inner {
padding: 90px 35px 45px;
}
.gnav-inner .logo {
text-align: center;
margin-bottom: 40px;
}
.gnav-inner .tel {
max-width: 360px;
width: 100%;
text-align: right;
margin: 0 auto 30px;
}
.gnav-inner .tel span {
font-size: 1.2rem;
font-weight: bold;
}
.gnav-inner .btn-A.contact {
margin-bottom: 50px;
}
.gnav-inner .link-box {
margin-bottom: 40px;
}
.gnav-inner .link-box .item {
position: relative;
padding: 10px 0 10px 20px;
}
.gnav-inner .link-box .item:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #00bfff;
border-right: 3px solid #00bfff;
border-radius: 2px;
left: 0;
top: calc(50% - 4px);
transform: rotate(45deg);
}
.gnav-inner .link-box .item a {
font-weight: bold;
}
.gnav-inner .link-box .under ul {
width: 48%;
}
.gnav-inner .link-box .under li {
position: relative;
padding: 10px 0 10px 20px;
font-size: 1.4rem;
}
.gnav-inner .link-box .under li:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #00bfff;
border-right: 3px solid #00bfff;
border-radius: 2px;
left: 0;
top: calc(50% - 4px);
transform: rotate(45deg);
}
.gnav .copy {
position: relative;
width: 100%;
background: #00bfff;
padding: 10px 0 15px;
text-align: center;
}
.gnav .copy:before {
position: absolute;
content: "";
width: 100%;
height: 16px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/gnav-bk.png) no-repeat top left / cover;
top: -14px;
left: 0;
}
.gnav .copy p {
font-size: 1.2rem;
letter-spacing: 0.04em;
font-weight: bold;
color: #fff;
}
@media screen and (max-width: 768px) {
.gnav-inner .logo,
.gnav-inner .link-box {
margin-bottom: 20px;
}
.gnav-inner .btn-A.contact {
margin-bottom: 30px;
}
}
@media screen and (max-width: 425px) {
.gnav-inner .link-box .under ul {
width: 100%;
}
.gnav-inner .link-box .item {
padding: 5px 0 5px 20px;
}
.gnav-inner .link-box .under li {
padding: 5px 0 5px 20px;
}
}/*/*/.mplus {
font-family: "M PLUS Rounded 1c", sans-serif;
}
.oswald {
font-family: "Oswald", sans-serif;
}/*/*/.fixedmenu {
-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
z-index: 999;
}
header {
background-color: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 30;
width: 100%;
height: 150px;
}
.header-inner {
max-width: 1230px;
width: 100%;
padding: 20px 15px;
margin: 0 auto;
position: relative;
transform: translate3d(0, 0, 0);
}
.header-inner .logo {
padding: 0 70px;
}
.header-inner .tel {
padding-right: 80px;
}
.header-inner .logo p {
font-size: 1.2rem;
font-weight: bold;
}
.header-inner .tel p {
font-size: 1.2rem;
letter-spacing: 0.04em;
font-weight: bold;
}
.header-inner .pc-nav {
position: absolute;
content: "";
width: 100%;
padding: 0 15px;
bottom: -75px;
left: 0;
z-index: 31;
}
.header-inner .pc-nav .pc-nav-cont {
max-width: 1200px;
width: 100%;
margin: 0 auto;
background: #00bfff;
border-radius: 20px;
padding-left: 15px;
}
.header-inner .pc-nav .pc-nav-cont li {
padding: 25px 15px;
}
.header-inner .pc-nav .pc-nav-cont li a {
color: #fff;
text-align: center;
font-weight: bold;
letter-spacing: 0.04em;
}
.header-inner .pc-nav .pc-nav-cont li.window {
width: 170px;
padding: 0;
}
.header-inner .pc-nav .pc-nav-cont li.window a {
display: block;
width: 100%;
padding: 25px 30px;
position: relative;
background: #f4a000;
border-radius: 0 20px 20px 0;
}
.header-inner .pc-nav .pc-nav-cont li.window a:after {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-radius: 2px;
right: 15px;
top: calc(50% - 4px);
transform: rotate(45deg);
}
.header-inner .pc-nav li.under {
position: relative;
}
.header-inner .pc-nav li.under a:not(.under-list li a):after {
display: inline-block;
content: "";
width: 5px;
height: 5px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
border-radius: 2px;
transform: rotate(45deg) translateY(-5px);
margin-left: 5px;
}
.header-inner .pc-nav .under-list {
display: none;
position: absolute;
min-width: 300px;
padding-top: 25px;
}
.header-inner .pc-nav li.under:hover .under-list {
display: block;
}
.header-inner .pc-nav .under-list ul {
background: rgb(0, 0, 0, 40%);
padding: 15px 10px;
}
.header-inner .pc-nav .under-list li {
position: relative;
padding: 5px 0 5px 16px;
}
.header-inner .pc-nav .under-list li:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-radius: 2px;
left: 0;
top: calc(50% - 4px);
transform: rotate(45deg);
}
.header-inner .pc-nav .under-list li a {
color: #fff;
}
@media screen and (max-width: 1175px) {
.header-inner .pc-nav {
bottom: -90px;
}
.header-inner .pc-nav .pc-nav-cont {
padding-left: 0;
}
.header-inner .pc-nav .pc-nav-cont li {
width: calc(100% / 4);
text-align: center;
padding: 10px 15px;
}
.header-inner .pc-nav .pc-nav-cont li.window {
width: 50%;
}
.header-inner .pc-nav .pc-nav-cont li.window a {
border-radius: 0 0 20px 0;
padding: 10px 30px;
}
}
@media screen and (max-width: 1024px) {
.header-inner .logo {
padding: 0 15px;
}
}
@media screen and (max-width: 865px) {
.header-inner .pc-nav {
bottom: -135px;
}
.header-inner .pc-nav .pc-nav-cont li {
width: calc(100% / 3);
text-align: center;
padding: 10px 15px;
}
.header-inner .pc-nav .pc-nav-cont li.window {
width: 100%;
}
.header-inner .pc-nav .pc-nav-cont li.window a {
border-radius: 0 0 20px 20px;
padding: 10px 30px;
}
}
@media screen and (max-width: 768px) {
header {
height: 122px;
}
.header-inner .pc-nav {
display: none;
}
}
@media screen and (max-width: 550px) {
.header-inner .tel {
display: none;
}
.header-inner .logo {
padding: 0 80px 0 0;
}
}/*/*/footer {
width: 100%;
margin: 0 auto;
background: #00bfff;
color: #fff;
font-weight: bold;
padding: 140px 0 0;
}
footer a,
footer a:hover {
color: #fff;
}
footer .add {
max-width: 450px;
width: 100%;
margin-right: 50px;
}
footer .logo {
margin-bottom: 30px;
line-height: 1;
}
footer .logo span {
font-size: 1.6rem;
line-height: 1;
}
footer .add p {
letter-spacing: 0.04em;
}
footer .sub-nav {
max-width: 660px;
width: calc(100% - 500px);
}
footer .sub-nav ul li.under {
min-width: 210px;
}
footer .sub-nav li.yamanashi {
position: relative;
padding: 10px 0 10px 20px;
}
footer .sub-nav li.yamanashi:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-radius: 2px;
left: 0;
top: calc(50% - 4px);
transform: rotate(45deg);
}
footer .sub-nav li.under-item:not(.contact) {
position: relative;
padding: 10px 0 10px 20px;
}
footer .sub-nav li.under-item:not(.contact):before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-radius: 2px;
left: 0;
top: calc(50% - 4px);
transform: rotate(45deg);
}
footer .sub-nav li.under-item.contact a {
display: block;
max-width: 170px;
width: 100%;
padding: 20px;
position: relative;
background: #f4a000;
border-radius: 20px;
font-size: 1.8rem;
}
footer .sub-nav li.under-item.contact a:after {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-radius: 2px;
right: 15px;
top: calc(50% - 4px);
transform: rotate(45deg);
}
footer small {
width: 100%;
font-size: 1.2rem;
letter-spacing: 0.04em;
margin: 50px auto 0;
padding: 20px 0;
display: block;
color: #fff;
text-align: center;
font-weight: bold;
}
@media screen and (max-width: 850px) {
footer .add {
max-width: 350px;
}
footer .sub-nav {
width: calc(100% - 400px);
}
}
@media screen and (max-width: 768px) {
footer .add {
max-width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
footer .sub-nav {
max-width: 100%;
width: 100%;
}
}
@media screen and (max-width: 450px) {
footer .add {
margin-bottom: 20px;
}
footer .sub-nav li.yamanashi {
padding: 5px 0 5px 20px;
}
footer .sub-nav li.under-item:not(.contact) {
padding: 5px 0 5px 20px;
}
footer small {
margin-top: 10px;
}
}/*/*/main {
margin-top: 150px;
}
[class*="container_"] {
width: 100%;
margin: 0 auto;
padding-right: 15px;
padding-left: 15px;
}
.container_l {
max-width: 1530px;
}
.container_m {
max-width: 1230px;
}
.container_s {
max-width: 1070px;
}
.container_ss {
max-width: 960px;
}
.sp,
.sp_550 {
display: none;
}
.tac {
text-align: center;
}
.tar {
text-align: right;
}
.vt_align_top {
vertical-align: top;
}
.wd_100 {
width: 100%;
}
.bold {
font-weight: bold;
}
.ls__4 {
letter-spacing: 0.04em;
}
.ls__5 {
letter-spacing: 0.05em;
}
.lh__175 {
line-height: 1.75;
}
.lh__18 {
line-height: 1.8;
}
.lh__2 {
line-height: 2;
}
.tel-link-none {
pointer-events: none;
}
@media screen and (max-width: 1175px) {
main {
margin-top: 170px;
}
}
@media screen and (max-width: 865px) {
main {
margin-top: 230px;
}
}
@media screen and (max-width: 768px) {
.sp {
display: block;
}
.pc {
display: none;
}
main {
margin-top: 120px;
}
}
@media screen and (min-width: 651px) {
a[href^="tel:"] {
pointer-events: none;
}
}
@media screen and (max-width: 650px) {
a[href^="tel:"] {
text-decoration: underline;
display: inline-block;
}
}
@media screen and (max-width: 550px) {
.pc_550 {
display: none;
}
.sp_550 {
display: block;
}
}/*/*/.pagetop a {
position: fixed;
bottom: 50px;
right: 20px;
z-index: 99;
}/*/*/.footer-bnr {
max-width: 1070px;
width: 100%;
padding: 0 15px;
margin: 0 auto;
}
.footer-location {
width: 100%;
margin: 90px auto 0;
padding: 0 15px;
position: relative;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk.png) repeat center center / contain;
background-size: 1503px 458px;
}
.footer-location:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk_t.png) no-repeat bottom center / contain;
width: 100%;
height: 87px;
background-size: 1503px 87px;
top: -85px;
left: 0;
}
.footer-location:after {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk_b.png) no-repeat top center / contain;
width: 100%;
height: 64px;
background-size: 1505px 64px;
bottom: -62px;
left: 0;
}
@media screen and (min-width: 1501px) {
.footer-location:before {
background-size: 100% 87px;
}
.footer-location:after {
background-size: 100% 64px;
}
}
.footer-location dl {
max-width: 1040px;
width: 100%;
margin: 0 auto;
background: #fff;
border-radius: 5px;
padding: 25px 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.footer-location dt {
width: 95px;
font-weight: 600;
color: #fff;
letter-spacing: 0.04em;
padding: 7px 0;
text-align: center;
background: #00bfff;
border-radius: 20px;
margin-right: 15px;
}
.footer-location dd {
width: calc(100% - 110px);
font-size: 1.4rem;
letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
.footer-location dt {
margin-bottom: 10px;
}
.footer-location dd {
width: 100%;
}
}/*/*/.btn-A {
display: block;
max-width: 360px;
width: 100%;
background: #00bfff;
border-radius: 15px;
padding: 25px 30px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #fff100;
letter-spacing: 0.04em;
position: relative;
text-align: center;
}
.btn-A.ore {
color: #fff;
background: #f4a000;
}
.btn-A:after {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-radius: 2px;
right: 18px;
top: calc(50% - 4px);
transform: rotate(45deg);
}
.btn-A:hover {
color: #fff100;
}
.btn-B {
display: block;
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/btn-arrow01.png) no-repeat center right 15px /
contain;
background-size: 21px 20px;
background-color: #ffffff;
border: 2px solid #0eb5ed;
border-radius: 5px;
padding: 20px 30px;
font-weight: 600;
color: #00bfff;
letter-spacing: 0.04em;
position: relative;
text-align: center;
box-shadow: 5px 5px 0;
}
.btn-B:hover {
color: #00bfff;
}
.btn-C {
display: block;
width: 100%;
background: linear-gradient(90deg, #00bfff 0%, #72c7d2 100%);
border-radius: 5px;
padding: 20px 30px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
letter-spacing: 0.04em;
position: relative;
text-align: center;
box-shadow: 5px 5px 0 #00bfff;
}
.btn-C:after {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/btn-arrow02.png) no-repeat center center / contain;
width: 21px;
height: 20px;
top: calc(50% - 10px);
right: 15px;
}
.btn-C:hover {
color: #fff;
}
.btn-center {
margin: 0 auto;
}
.w_400 {
max-width: 400px;
}
.w_300 {
max-width: 300px;
}
@media screen and (max-width: 768px) {
.tab-center {
margin: 0 auto;
}
}/*/*/.hdg__01 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 5rem;
letter-spacing: 0.1em;
line-height: 1.2;
color: #65c1d8;
}
.hdg__02 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.1em;
line-height: 1.2;
color: #65c1d8;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.hdg__01 {
font-size: 4rem;
}
}
@media screen and (max-width: 550px) {
.hdg__01 {
font-size: 3.5rem;
}
}/*/*/.top01 {
width: 100%;
}
.main-visual {
width: 100%;
margin: 0 auto;
}
.main-visual img {
width: 100%;
}
.box__gray {
width: 100%;
position: relative;
background: #edf4fa;
margin: 45px auto;
transform: translate3d(0, 0, 0);
}
.box__gray:before,
.box__gray:after {
position: absolute;
content: "";
width: 100%;
height: 45px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk__gray.png) repeat center center / contain;
background-size: 1500px 45px;
z-index: -1;
}
.box__gray:before {
left: 0;
top: -44px;
}
.box__gray:after {
left: 0;
bottom: -44px;
transform: rotate(180deg);
}
.box__wave {
width: 100%;
position: relative;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk.png) repeat center center / cover;
background-size: 1503px 458px;
margin: 90px auto 65px;
transform: translate3d(0, 0, 0);
}
.box__wave:before {
position: absolute;
content: "";
width: 100%;
height: 87px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk_t.png) no-repeat center center / cover;
background-size: 1503px 87px;
left: 0;
top: -85px;
z-index: -1;
}
.box__wave:after {
position: absolute;
content: "";
width: 100%;
height: 64px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/wave-bk_b.png) no-repeat center center / cover;
background-size: 1503px 64px;
left: 0;
bottom: -62px;
z-index: -1;
}
@media screen and (min-width: 1503px) {
.box__wave:before {
background-size: 100% 87px;
}
.box__wave:after {
background-size: 100% 64px;
}
}
.top02 {
width: 100%;
padding-top: 40px;
position: relative;
transform: translate3d(0, 0, 0);
}
.top02 .container_l {
max-width: 1500px;
padding: 0;
}
.top02 .box__gray,
.top02 .box__wave {
z-index: 1;
}
.top02 .box__gray {
padding: 60px 15px 105px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/about-bk02_t.png) no-repeat center bottom / cover;
background-size: 1502px 144px;
background-color: #edf4fa;
text-align: center;
}
@media screen and (min-width: 1503px) {
.top02 .box__gray {
background-size: 100% 144px;
}
}
.top02 .box__gray .inner {
position: relative;
z-index: 3;
display: inline-block;
}
.top02 .box__gray span:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/about-img01.png) no-repeat center center / contain;
width: 378px;
height: 355px;
top: 10px;
left: 30px;
z-index: 2;
}
.top02 .box__gray span:after {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/about-img02.png) no-repeat center center / contain;
width: 339px;
height: 375px;
top: -60px;
right: 20px;
z-index: 2;
}
.top02 .box__wave {
margin-top: -46px;
padding: 0 15px;
}
.top02 .box__wave:before {
display: none;
}
.top02 .box__wave:after {
position: absolute;
content: "";
width: 100%;
height: 113px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/about-bk02_b.png) no-repeat center center / cover;
background-size: 1503px 113px;
left: 0;
bottom: -111px;
z-index: -1;
}
@media screen and (min-width: 1503px) {
.top02 .box__wave:after {
background-size: 100% 113px;
}
}
.top02 .box__wave .inner {
max-width: 1040px;
width: 100%;
margin: 0 auto;
}
.about-btn-box {
max-width: 680px;
width: 100%;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.about-btn-box .item01 {
width: 350px;
}
.about-btn-box .item02 {
width: 300px;
}
.web-bnr {
max-width: 1500px;
width: 100%;
padding: 0 15px;
margin: 0 auto 140px;
text-align: center;
padding-top: 100px;
}
.shitei-bnr {
max-width: 1500px;
width: 100%;
padding: 0 15px;
margin: 0 auto 30px;
text-align: center;
padding-top: 50px;
}
@media screen and (max-width: 768px) {
.shitei-bnr {
width: 100%;
padding: 0 15px;
margin: 0 auto 15px;
text-align: center;
padding-top: 5px;
}
}
.shinsai-bnr {
max-width: 1500px;
width: 100%;
padding: 0 15px;
margin: 0 auto 0;
text-align: center;
padding-top: 45px;
}
.top03 {
width: 100%;
margin-bottom: 140px;
}
.service-text {
font-size: 1.8rem;
letter-spacing: 0.04em;
font-weight: bold;
color: #0eb5ed;
margin-bottom: 50px;
line-height: 2.25;
}
.service-text span {
color: #fff;
background: #0eb5ed;
border-radius: 20px;
padding: 10px 15px;
line-height: 1;
margin-right: 10px;
display: inline-block;
}
.service-list {
max-width: 1200px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}
.service-list .service-list-item {
width: 49.5%;
margin-bottom: 50px;
}
.service-list .service-list-item dl {
width: 100%;
display: flex;
flex-wrap: wrap;
border: 3px solid #00bfff;
margin: 0 0 10px;
}
.service-list .service-list-item dt {
width: 345px;
padding: 10px 20px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 800;
color: #00bfff;
}
.service-list .service-list-item dt span {
font-size: 3.6rem;
margin-right: 10px;
}
.service-list .service-list-item dd {
width: calc(100% - 345px);
display: flex;
justify-content: center;
align-items: center;
background: #00bfff;
padding: 10px;
}
.service-list .service-list-item .case {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
.service-list .service-list-item .case .img {
width: 43%;
}
.service-list .service-list-item .case .img img {
border-radius: 5px;
}
.service-list .service-list-item .case .list-check {
width: 55%;
background: #f1fcfe;
border-radius: 5px;
padding: 10px;
}
.service-list .service-list-item .case .list-check ul {
width: 100%;
}
.service-list .service-list-item .case .list-check ul li {
position: relative;
padding-left: 25px;
font-size: 1.4rem;
}
.service-list .service-list-item .case .list-check ul li:not(:last-child) {
margin-bottom: 15px;
}
.service-list .service-list-item .case .list-check ul li:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/case-icn.png) no-repeat center center / contain;
width: 20px;
height: 18px;
left: 0;
top: 3px;
}
.top04 {
width: 100%;
margin-bottom: 195px;
}
.work-flow {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
padding: 30px 0 20px;
margin-bottom: 50px;
}
.work-flow li {
width: 22%;
margin-bottom: 40px;
}
.work-flow li dl {
display: flex;
align-items: center;
position: relative;
margin-bottom: 20px;
}
.work-flow li:not(:last-child) dl:before {
position: absolute;
content: "";
width: 100%;
height: 5px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/work-flow-line.png) repeat-x center center / contain;
background-size: 113px 5px;
z-index: -1;
top: calc(50% - 2px);
right: -20px;
}
.work-flow li:not(:last-child) dl:after {
position: absolute;
content: "";
width: 16px;
height: 25px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/flow-arrow.svg) no-repeat center center / contain;
background-size: 16px 25px;
z-index: -1;
top: calc(50% - 12px);
right: -30px;
}
.work-flow li dt {
width: 70px;
background: #fff;
}
.work-flow li dd {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 2.8rem;
color: #00bfff;
background: #fff;
padding: 0 10px;
}
.work-flow li .img {
margin-bottom: 20px;
}
.work-flow li .img img {
border-radius: 5px;
}
.work-flow li p {
letter-spacing: 0.04em;
line-height: 1.75;
}
.top05 {
width: 100%;
margin-bottom: 195px;
}
.top05 .box__gray .inner {
max-width: 1530px;
width: 100%;
position: relative;
padding: 10px 15px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/area-img.png) no-repeat top 3vw right 30px / contain;
background-size: 251px 192px;
margin: 0 auto;
}
.area-list-small {
max-width: 640px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 30px;
}
.area-list-small li {
max-width: 200px;
width: calc((100% - 40px) / 3);
margin-bottom: 20px;
}
.area-list-small li a {
display: block;
width: 100%;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
color: #fff;
text-align: center;
background: #00bfff;
border-radius: 20px;
padding: 15px 10px;
}
.top06 {
width: 100%;
margin-bottom: 140px;
}
.faq-list {
max-width: 1040px;
width: 100%;
margin: 0 auto 50px;
}
.faq-list li {
width: 100%;
}
.faq-list li:not(:last-child) {
margin-bottom: 20px;
}
.faq-list li .q-box {
width: 100%;
position: relative;
background: #00bfff;
border-radius: 60px;
padding: 20px 55px;
}
.faq-list li .q-box:before {
position: absolute;
content: "";
width: 15px;
height: 2px;
background: #fff;
border-radius: 1px;
top: 50%;
right: 25px;
}
.faq-list li .q-box:after {
position: absolute;
content: "";
width: 15px;
height: 2px;
background: #fff;
border-radius: 1px;
transform: rotate(90deg);
top: 50%;
right: 25px;
transition: all 0.3s;
}
.faq-list li .q-box.on:after {
transform: rotate(0);
}
.faq-list li .q-box h3 {
font-size: 1.6rem;
color: #fff;
letter-spacing: 0.12em;
position: relative;
}
.faq-list li .q-box h3:before {
position: absolute;
content: "Q";
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
line-height: 1;
font-size: 2.8rem;
left: -35px;
}
.faq-list li .a-box {
display: none;
width: 100%;
position: relative;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / contain;
background-size: 1202px 13px;
padding: 30px 0 50px 55px;
}
.faq-list li .a-box.on {
display: block;
}
.faq-list li .a-box:before {
position: absolute;
content: "A";
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
line-height: 1;
font-size: 2.8rem;
color: #00bfff;
left: 20px;
}
.faq-list li .a-box p {
letter-spacing: 0.04em;
line-height: 1.8;
}
.top07 {
width: 100%;
margin-bottom: 195px;
}
.report-slick-list-wrap {
width: 100%;
padding: 60px 0;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
margin-bottom: 50px;
}
.report-slick-list li {
margin: 0 8px;
}
.report-slick-list .slick-list {
padding: 0 235px !important;
}
.report-slick-list li .img {
margin-bottom: 15px;
}
.report-slick-list li .img img {
border-radius: 20px;
}
.report-slick-list li .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #72c7d2;
letter-spacing: 0.04em;
margin-bottom: 5px;
}
.report-slick-list li .ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #00bfff;
letter-spacing: 0.04em;
margin-bottom: 5px;
}
.report-slick-list li .cat {
max-width: 84px;
width: 100%;
text-align: center;
border: 1px solid #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 3px 0;
color: #00bfff;
}
.top08 {
width: 100%;
margin-bottom: 195px;
}
.top08 .box__gray .inner {
padding: 40px 0;
}
.voice-slick-list {
margin-bottom: 50px;
}
.voice-slick-list li {
background: #fff;
border-radius: 15px;
padding: 20px;
margin: 0 10px;
}
.voice-slick-list .slick-list {
padding: 0 0 0 9vw !important;
}
.voice-slick-list li .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #72c7d2;
letter-spacing: 0.04em;
margin-bottom: 10px;
text-align: center;
}
.voice-slick-list li .img {
margin-bottom: 10px;
}
.voice-slick-list li .img img {
border-radius: 5px;
}
.voice-slick-list li .ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #00bfff;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.voice-slick-list li .text {
letter-spacing: 0.04em;
padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 1px solid #dddddd;
}
.voice-slick-list li .cat {
max-width: 84px;
width: 100%;
text-align: center;
background: #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #fff;
}
.top09 {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/column-bk.jpg) no-repeat center center / cover;
background-size: 100% 100%;
margin-bottom: 50px;
padding: 60px 15px 40px;
}
.column-list {
max-width: 1200px;
width: 100%;
margin: 0 auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.column-list li {
width: 48%;
background: #fff;
border-radius: 5px;
padding: 30px;
margin-bottom: 35px;
}
.column-list li a {
display: flex;
flex-wrap: wrap;
}
.column-list li .img {
width: 180px;
margin-right: 30px;
}
.column-list li .img img {
border-radius: 5px;
}
.column-list li .text {
max-width: 270px;
width: calc(100% - 210px);
}
.column-list li .text dl {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 10px;
}
.column-list li .text .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #65c2d8;
letter-spacing: 0.04em;
margin-right: 20px;
}
.column-list li .text .cat {
max-width: 84px;
width: 100%;
text-align: center;
background: #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #fff;
}
.column-list li .text .ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #00bfff;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.column-list li .text p {
letter-spacing: 0.04em;
line-height: 1.75;
}
@media screen and (max-width: 1300px) {
.top02 .box__gray span:before {
width: calc(378px - 5vw);
top: -55px;
}
.top02 .box__gray span:after {
width: calc(399px - 8vw);
}
.report-slick-list .slick-list {
padding: 0 150px !important;
}
}
@media screen and (max-width: 1024px) {
.top02 .box__gray span:after {
display: none;
}
.top02 .box__gray span:before {
top: -90px;
}
.service-list .service-list-item {
width: 100%;
}
.service-list .service-list-item dt {
width: calc(100% - 245px);
}
.service-list .service-list-item dd {
width: 245px;
}
.service-list .service-list-item .case .img img {
width: 100%;
}
.work-flow li {
width: 30%;
}
.work-flow li:not(:last-child) dl:before {
right: 0;
}
.work-flow li:not(:last-child) dl:after {
right: 0;
}
.top05 .box__gray .inner {
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/area-img.png) no-repeat bottom 0 right 30px /
contain;
background-size: 251px 192px;
}
.column-list li {
width: 100%;
}
.column-list li .text {
max-width: 100%;
}
}
@media screen and (max-width: 850px) {
.work-flow li {
width: 48%;
}
.work-flow li .img img {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.top02 .box__gray span:before {
left: -45px;
}
.about-btn-box .item01 {
width: 100%;
margin-bottom: 20px;
}
.about-btn-box .item02 {
width: 100%;
}
.web-bnr {
margin: 0 auto 80px;
}
.report-slick-list .slick-list {
padding: 0 5vw !important;
}
.voice-slick-list .slick-list {
padding: 0 0 0 5vw !important;
}
.top03,
.top06 {
margin-bottom: 100px;
}
.top09 {
margin-bottom: 40px;
}
.top05 {
margin-bottom: 70px;
}
.top04,
.top07,
.top08 {
margin-bottom: 115px;
}
}
@media screen and (max-width: 550px) {
.service-list .service-list-item dt {
width: 100%;
}
.service-list .service-list-item dd {
width: 100%;
justify-content: flex-start;
padding: 10px 20px;
}
.service-list .service-list-item .case .img {
width: 100%;
margin-bottom: 10px;
}
.service-list .service-list-item .case .list-check {
width: 100%;
}
.work-flow li {
width: 100%;
position: relative;
background: #fff;
}
.work-flow li:not(:last-child) {
margin-bottom: 70px;
}
.work-flow li:not(:last-child):before {
position: absolute;
content: "";
width: 5px;
height: 100%;
border-right: 5px dotted #00bfff;
z-index: -1;
top: 40px;
right: calc(50% - 2px);
}
.work-flow li:not(:last-child):after {
position: absolute;
content: "";
width: 16px;
height: 25px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/flow-arrow.svg) no-repeat center center / contain;
background-size: 16px 25px;
transform: rotate(90deg);
z-index: -1;
top: auto;
bottom: -50px;
right: calc(50% - 8px);
}
.work-flow li:not(:last-child) dl:before {
display: none;
}
.work-flow li:not(:last-child) dl:after {
display: none;
}
.area-list-small li {
max-width: 100%;
width: calc((100% - 20px) / 2);
}
.column-list li .img {
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.column-list li .text {
width: 100%;
}
.top02 .box__gray {
padding: 10px 15px 105px;
}
.top02 .box__gray span:before {
display: none;
}
.web-bnr {
padding-top: 50px;
margin: 0 auto 50px;
}
}
@media screen and (max-width: 375px) {
.area-list-small li {
width: 100%;
}
}/*/*/.basic {
width: 100%;
margin-bottom: 200px;
}
.bread {
max-width: 1230px;
width: 100%;
margin: 0 auto;
padding: 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.bread li {
position: relative;
font-size: 1.2rem;
letter-spacing: 0.04em;
color: #333333;
}
.bread li:not(:last-child) {
padding-right: 30px;
}
.bread li:not(:last-child):after {
position: absolute;
content: ">";
font-size: 1.2rem;
line-height: 1;
right: 10px;
top: calc(50% - 6px);
}
.bread li a {
border-bottom: 1px solid #333;
}
.basic-cont {
margin-top: 70px;
}
@media screen and (max-width: 768px) {
.basic {
width: 100%;
margin-bottom: 100px;
}
.basic-cont {
margin-top: 40px;
}
}/*/*/.subpage {
width: 100%;
height: 300px;
position: relative;
background-size: 1500px 300px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/service/main.jpg) no-repeat center center / cover;
}
.subpage .inner {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0 15px;
}
.subpage .inner .subpage__ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 700;
font-size: 5rem;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
}
.subpage .inner .subpage__small {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 700;
font-size: 3.6rem;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
line-height: 1;
}
@media screen and (min-width: 1501px) {
.subpage {
background-size: 100% 300px;
}
}
@media screen and (max-width: 768px) {
.subpage .inner .subpage__ttl {
font-size: 4rem;
}
.subpage .inner .subpage__small {
font-size: 2.6rem;
}
}
@media screen and (max-width: 550px) {
.subpage .inner .subpage__ttl {
font-size: 2.5rem;
}
.subpage .inner .subpage__small {
font-size: 2.1rem;
}
}
@media screen and (max-width: 375px) {
.subpage .inner .subpage__ttl {
font-size: 3rem;
}
}/*/*/.service-main-wrap {
width: 100%;
position: relative;
}
.service-main-wrap .copy {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.service-main-wrap .inner {
position: absolute;
content: "";
width: 100%;
bottom: 0;
left: 0;
}
.service-main-wrap .inner h3 {
width: calc(100% - 110px);
margin: 0 auto;
background: #00bfff;
border-radius: 5px 5px 0 0;
padding: 15px 10px;
text-align: center;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
color: #fff;
}
.service-main-wrap .inner h3 span {
font-size: 3.6rem;
margin-right: 10px;
font-weight: 800;
}
.list-check {
width: calc(100% - 110px);
margin: 0 auto 50px;
background: #f1fcfe;
border-radius: 0 0 5px 5px;
padding: 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.list-check ul {
width: 48%;
}
.list-check ul li {
letter-spacing: 0.04em;
}
.list-check ul li:not(:last-child) {
margin-bottom: 15px;
}
.list-check ul li:not(.none) {
position: relative;
padding-left: 25px;
}
.list-check ul li:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/case-icn.png) no-repeat center center / contain;
width: 20px;
height: 18px;
left: 0;
top: 3px;
}
.page-menu-box {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
padding: 40px 0;
margin-bottom: 100px;
}
.page-menu-box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.page-menu-box ul li {
display: flex;
justify-content: flex-start;
min-width: 162px;
}
.page-menu-box ul li a {
position: relative;
padding: 10px 0 10px 30px;
font-size: 1.8rem;
letter-spacing: 0.04em;
font-weight: bold;
color: #00bfff;
}
.page-menu-box ul li a:before {
position: absolute;
content: "";
width: 20px;
height: 20px;
border: 2px solid #00bfff;
border-radius: 100%;
left: 0;
top: calc(50% - 12px);
}
.page-menu-box ul li a:after {
position: absolute;
content: "";
width: 8px;
height: 8px;
border-right: 2px solid #00bfff;
border-bottom: 2px solid #00bfff;
border-radius: 2px;
transform: rotate(45deg);
top: calc(50% - 6px);
left: 7px;
}
.bath .article-box {
width: 100%;
margin-bottom: 100px;
}
.service__hdg__01 {
width: 100%;
padding: 10px 55px;
border: 3px solid #00bfff;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 500;
color: #00bfff;
}
.service__hdg__01 span {
font-size: 3.6rem;
margin-right: 10px;
font-weight: 800;
}
.service__hdg__02 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.04em;
}
.service__hdg__02.col_01 {
color: #65c0d8;
}
.service__hdg__02.col_02 {
color: #00bfff;
}
.scroll-wrapper {
width: 100%;
overflow-x: scroll;
}
.service__table__01 {
width: 100%;
}
.service__table__01 tr {
border-left: 1px solid #65c1d8;
border-bottom: 1px solid #65c1d8;
}
.service__table__01 thead th {
width: 100%;
background: #65c1d8;
border-right: 1px solid #65c1d8;
border-top: 1px solid #65c1d8;
padding: 10px 0;
text-align: center;
}
.service__table__01 td {
border-right: 1px solid #65c1d8;
letter-spacing: 0.04em;
padding: 10px;
}
.service__table__01 td.price {
text-align: center;
}
.service__table__01 tbody tr:nth-child(2n + 1) td:not(.ttl) {
background: #fff7dd;
}
.service__table__01 td.ttl {
width: 23%;
font-weight: bold;
letter-spacing: 0.04em;
color: #65c1d8;
text-align: center;
background: #e6f4f9;
padding: 10px 0;
}
.service__table__01 td.ttl:first-child {
width: 47%;
}
.service__table__01 td.ttl:last-child {
width: 30%;
}
.service__table__02 {
width: 100%;
}
.service__table__02 dl {
display: flex;
margin: 0;
}
.service__table__02 dt {
width: 240px;
border: 1px solid #fffbf0;
padding: 10px 20px;
font-weight: bold;
letter-spacing: 0.04em;
color: #fff;
background: #00bfff;
}
.service__table__02 dl:not(:last-child) dt {
border-bottom: none;
}
.service__table__02 dd {
width: calc(100% - 240px);
border-top: 1px solid #0eb5ed;
border-right: 1px solid #0eb5ed;
padding: 10px 20px;
letter-spacing: 0.04em;
}
.service__table__02 dl:nth-child(2n + 1) {
background: #fff7dd;
}
.service__table__02 dl:last-child dd {
border-bottom: 1px solid #0eb5ed;
}
.service__table__03 {
width: 100%;
}
.service__table__03 thead {
border: 1px solid #65c1d8;
}
.service__table__03 th {
width: 50%;
background: #65c1d8;
padding: 10px 0;
text-align: center;
font-size: 1.8rem;
letter-spacing: 0.04em;
color: #fff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
}
.service__table__03 tbody tr {
border-right: 1px solid #65c1d8;
border-bottom: 1px solid #65c1d8;
}
.service__table__03 tbody td {
border-left: 1px solid #65c1d8;
border-top: 1px solid #65c1d8;
padding: 10px 0;
text-align: center;
}
.service__table__03 td.ttl {
width: 25%;
font-weight: bold;
letter-spacing: 0.04em;
color: #65c1d8;
text-align: center;
background: #e6f4f9;
padding: 10px 0;
}
.service__table__03 td.ttl:first-child {
width: 50%;
}
.service__table__03 td.ttl:last-child {
width: 25%;
}
.service-report-wrap {
width: 100%;
margin-bottom: 120px;
}
.service__hdg__03 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 2.8rem;
letter-spacing: 0.04em;
color: #00bfff;
}
.bath .report-slick-list {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
padding: 60px 0;
}
.bath .report-slick-list .tag {
font-size: 1.4rem;
letter-spacing: 0.04em;
color: #00bfff;
}
.bath .report-slick-list .tag:before {
display: inline-block;
content: "#";
}
.other-service-list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.other-service-list li {
width: 49.5%;
margin-bottom: 50px;
}
.other-service-list dl {
width: 100%;
display: flex;
flex-wrap: wrap;
border: 3px solid #00bfff;
margin: 0 0 10px;
}
.other-service-list dt {
width: 345px;
padding: 10px 20px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 800;
color: #00bfff;
}
.other-service-list dt span {
font-size: 3.6rem;
margin-right: 10px;
}
.other-service-list dd {
width: calc(100% - 345px);
display: flex;
justify-content: center;
align-items: center;
background: #00bfff;
padding: 10px;
}
.water-heater .list-check ul {
width: 100%;
}
@media screen and (max-width: 1024px) {
.other-service-list li {
width: 100%;
}
.other-service-list dt {
width: calc(100% - 245px);
}
.other-service-list dd {
width: 245px;
}
}
@media screen and (min-width: 901px) {
.scroll-wrapperr {
overflow-x: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.scroll-wrapper::-webkit-scrollbar {
display: none;
}
}
@media screen and (max-width: 900px) {
.service-main-wrap .copy {
padding: 0 10px 80px;
}
.service__table__01,
.service__table__02,
.service__table__03 {
min-width: 870px;
}
}
@media screen and (max-width: 768px) {
.service-main-wrap img.main-img {
width: 100%;
height: 450px;
object-fit: cover;
}
.service-main-wrap .inner h3 {
padding: 5px 10px;
}
.list-check ul {
width: 100%;
}
.list-check ul:first-child {
margin-bottom: 10px;
}
.page-menu-box ul li {
width: 48%;
}
.page-menu-box,
.bath .article-box {
margin-bottom: 70px;
}
.service-report-wrap {
margin-bottom: 80px;
}
}
@media screen and (max-width: 550px) {
.service-main-wrap .inner h3 {
width: 95%;
}
.list-check {
width: 95%;
}
.page-menu-box ul li {
width: 100%;
}
.page-menu-box ul li:not(:last-child) {
margin-bottom: 10px;
}
.service__hdg__01 {
padding: 10px 20px;
}
.other-service-list dt,
.other-service-list dd {
width: 100%;
}
.other-service-list dd {
padding: 10px 20px;
justify-content: flex-start;
}
}/*/*/.area-wrap {
position: relative;
}
.area-wrap:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/area-img.png) no-repeat center center / contain;
width: 251px;
height: 192px;
top: -70px;
right: 30px;
z-index: -1;
}
.area-article-box {
max-width: 1070px;
width: 100%;
padding: 0 15px;
margin: 0 auto 45px;
}
.area-article-box:last-child {
margin-bottom: 0;
}
.area-article-box .box__col__01 {
width: 100%;
}
.area-article-box .box__col__02 {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.area-article-box .box__col__02 .inner {
width: 49%;
}
.area-article-box ul {
max-width: 140px;
width: 100%;
}
.area-article-box ul li {
margin-bottom: 10px;
}
.area-article-box ul li a {
position: relative;
padding-left: 15px;
font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 400;
}
.page-link-none {
color: #ccc;
pointer-events: none;
}
.area-article-box ul li a:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #00bfff;
border-right: 3px solid #00bfff;
border-radius: 2px;
transform: rotate(45deg);
left: 0;
top: calc(50% - 5px);
}
.area-article-box .area-ttl {
max-width: 200px;
width: 200px;
letter-spacing: 0.04em;
line-height: 1;
text-align: center;
color: #fff;
background: #00bfff;
border-radius: 20px;
padding: 10px 0;
margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
.area-article-box .box__col__02 .inner {
width: 100%;
}
.area-article-box .box__col__02 .inner:first-child {
margin-bottom: 30px;
}
.area-article-box {
margin-bottom: 30px;
}
.area-wrap:before {
width: 200px;
top: -30px;
}
.area-article-box ul {
max-width: 100%;
width: 49%;
}
}/*/*/.detail-main {
padding: 0 15px 100px;
margin-bottom: 145px;
}
.detail-main .area-img {
text-align: center;
padding: 0 15px;
}
.detail-main .inner {
max-width: 1200px;
width: 100%;
margin: -40px auto 0;
padding: 60px 80px;
background: #fff;
border-radius: 20px;
box-shadow: 5px 5px 3px rgb(0 70 140 / 20%);
}
.area-list {
margin-bottom: 120px;
}
.area-list ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.area-list ul:not(:last-child) {
margin-bottom: 40px;
}
.area-list li.ttl {
position: relative;
width: 100%;
padding-left: 30px;
border-bottom: 1px solid #00bfff;
font-size: 2rem;
margin-bottom: 15px;
}
.area-list li.ttl:before {
position: absolute;
content: "";
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 14px solid #00bfff;
left: 0;
top: calc(50% - 7px);
}
.area-list li {
font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 400;
margin-bottom: 10px;
}
.area-list li:not(.ttl) {
width: 33%;
}
.detail-report {
margin-bottom: 195px;
}
.detail-column {
margin-bottom: 110px;
}
.detail-column .box__gray {
margin-bottom: 95px;
padding: 0 15px;
}
.detail-shop-list {
width: 100%;
}
.detail-shop-list dl {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0;
}
.detail-shop-list dt {
width: 45%;
background: #00bfff;
font-weight: bold;
letter-spacing: 0.04em;
color: #fff;
padding: 10px;
}
.detail-shop-list dl:not(:last-child) dt {
border-bottom: 1px solid #fff;
}
.detail-shop-list dd {
width: 55%;
padding: 10px 20px;
border: 1px solid #65c1d8;
}
.detail-shop-list dl:nth-child(2n) dd {
background: #fff7dd;
}
.detail-shop-list dl:not(:last-child) dd {
border-bottom: 0;
}
@media screen and (max-width: 768px) {
.detail-main .inner {
padding: 60px 30px;
}
.detail-main {
padding: 0 15px 30px;
margin-bottom: 85px;
}
.area-list {
margin-bottom: 60px;
}
.area-list ul {
width: 33%;
}
.detail-report {
margin-bottom: 115px;
}
.detail-column {
margin-bottom: 60px;
}
.detail-shop-list dt,
.detail-shop-list dd {
width: 100%;
}
.detail-shop-list dl:not(:last-child) dt {
border-bottom: 0;
}
}/*/*/.locations-list {
width: 100%;
margin-bottom: 120px;
}
.locations-list li {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-top: 1px solid #dddddd;
padding: 40px 0;
}
.locations-list li:last-child {
border-bottom: 1px solid #dddddd;
}
.locations-list .box {
max-width: 400px;
width: 48%;
}
.work-box {
margin-bottom: 140px;
}
.symbol__list01 li {
position: relative;
padding-left: 16px;
}
.symbol__list01 li:before {
position: absolute;
content: "";
width: 12px;
height: 12px;
background: #0cb3eb;
border-radius: 100%;
left: 0;
top: 6px;
}
.fz-18 {
font-size: 1.8rem;
}
.addr-box {
margin-bottom: 165px;
}
.gmap-wrap {
margin-bottom: 50px;
}
.locations-back {
margin-bottom: 165px;
padding: 0 15px 30px;
}
.locations-back .inner {
max-width: 1040px;
width: 100%;
margin: 0 auto;
}
.locations-back .inner .icn {
text-align: center;
margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.locations-list {
margin-bottom: 60px;
}
.locations-list .box {
max-width: 100%;
width: 100%;
}
.locations-list .box:first-child {
margin-bottom: 30px;
}
.work-box {
margin-bottom: 70px;
}
.addr-box,
.locations-back {
margin-bottom: 125px;
}
}
@media screen and (max-width: 550px) {
}/*/*/.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;/**/}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px) {
.gmap {
padding-bottom: 50%;
}
}
@media screen and (max-width: 550px) {
.gmap {
padding-bottom: 85.25%;
}
}/*/*/.list-count {
max-width: 1230px;
width: 100%;
padding: 0 15px;
display: flex;
align-items: center;
margin: 0 auto 10px;
}
.list-count dt {
font-weight: bold;
color: #0cb3eb;
}
.works-wrap {
width: 100%;
padding: 50px 15px;
background: #f1fcfe;
margin-bottom: 50px;
}
.works-cat-list {
max-width: 1040px;
width: 100%;
margin: 0 auto 40px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.works-cat-list li {
width: 150px;
margin-bottom: 10px;
}
.works-cat-list li:last-child {
width: 135px;
}
.works-cat-list li a {
display: block;
max-width: 135px;
width: 100%;
text-align: center;
border: 1px solid #00bfff;
border-radius: 20px;
font-size: 1.8rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 10px 0;
color: #00bfff;
}
.works-cat-list li.select a {
background: #00bfff;
color: #fff;
}
.work-list {
max-width: 1040px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.work-list li {
width: calc((100% - 120px) / 3);
padding-bottom: 20px;
margin-bottom: 50px;
border-bottom: 1px solid #dddddd;
}
.work-list li:nth-child(3n + 2) {
margin: 0 60px 50px;
}
.work-list li .img {
margin-bottom: 15px;
}
.work-list li .img img {
border-radius: 20px;
}
.work-list li .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #72c7d2;
letter-spacing: 0.04em;
margin-bottom: 5px;
}
.work-list li .ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #00bfff;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.work-list li .cat {
max-width: 84px;
width: 100%;
text-align: center;
border: 1px solid #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #00bfff;
}
@media screen and (max-width: 900px) {
.work-list {
justify-content: space-between;
}
.work-list li {
width: 48%;
}
.work-list li:nth-child(3n + 2) {
margin: 0 0 50px;
}
}
@media screen and (max-width: 550px) {
.work-list li {
width: 100%;
}
.work-list li .img img {
width: 100%;
}
}
@media screen and (max-width: 425px) {
.works-cat-list {
justify-content: space-between;
}
.works-cat-list li {
width: 48%;
}
.works-cat-list li:last-child {
width: 48%;
}
.works-cat-list li a {
max-width: 100%;
}
}/*/*/.works-detail {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 60px 80px;
background: #fff;
box-shadow: 6px 6px 9px rgb(0 40 170 / 20%);
border-radius: 60px;
}
.works-detail .data {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
.works-detail .data .cat {
max-width: 84px;
width: 100%;
text-align: center;
border: 1px solid #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #00bfff;
margin-right: 20px;
}
.works-detail .data .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #72c7d2;
letter-spacing: 0.04em;
margin-bottom: 5px;
}
.works-detail-ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 2.8rem;
letter-spacing: 0.04em;
color: #00bfff;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #dddddd;
}
.ditail-cont .text {
letter-spacing: 0.04em;
line-height: 1.8;
margin-bottom: 20px;
}
.ditail-cont .img-list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
}
.ditail-cont .img-list li {
width: 49%;
position: relative;
}
.ditail-cont .img-list li:first-child:before {
position: absolute;
content: "BEFORE";
width: 80px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
line-height: 1;
letter-spacing: 0.04em;
color: #fff;
padding: 10px 0;
border-radius: 18px;
background: #00bfff;
bottom: 8px;
left: 8px;
}
.ditail-cont .img-list li:last-child:before {
position: absolute;
content: "AFTER";
width: 80px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
line-height: 1;
letter-spacing: 0.04em;
color: #fff;
padding: 10px 0;
border-radius: 18px;
background: #00bfff;
bottom: 8px;
left: 8px;
}
.ditail-cont .table {
margin-bottom: 20px;
}
.ditail-cont .table dl {
display: flex;
align-items: center;
}
.ditail-cont p {
letter-spacing: 0.04em;
line-height: 1.8;
}
.page-navi {
max-width: 1070px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
display: flex;
align-items: center;
}
.page-navi .prev,
.page-navi .next {
width: calc((100% - 400px) / 2);
}
.page-navi .prev a,
.page-navi .next a {
font-size: 1.8rem;
font-weight: bold;
letter-spacing: 0.05em;
color: #65c2d8;
}
.page-navi .next {
text-align: right;
}
.page-navi .back {
width: 400px;
}
@media screen and (max-width: 768px) {
.works-detail {
padding: 60px 40px;
}
.page-navi .prev,
.page-navi .next {
width: calc((100% - 250px) / 2);
}
.page-navi .back {
width: 250px;
}
}
@media screen and (max-width: 650px) {
.page-navi .prev span,
.page-navi .next span {
display: none;
}
.ditail-cont .img-list li {
width: 100%;
}
.ditail-cont .img-list li:first-child {
margin-bottom: 20px;
}
}
@media screen and (max-width: 425px) {
.page-navi {
justify-content: space-between;
}
.page-navi .prev,
.page-navi .next {
width: 18%;
}
.page-navi .back {
width: 58%;
}
}/*/*/.about .top02 .box__wave {
margin-bottom: 200px;
}
.kodawari-wrap .box__gray {
padding: 0 15px;
}
.kodawari-wrap .kodawari-box {
max-width: 1200px;
width: 100%;
background: #fff;
border-radius: 10px;
margin: 0 auto;
position: relative;
transform: translate3d(0, 0, 0);
}
.kodawari-wrap .kodawari-box:not(:last-child) {
margin-bottom: 30px;
}
.kodawari-wrap .kodawari-box:after {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/about/icn01.png) no-repeat center center / contain;
width: 80px;
height: 116px;
top: -30px;
right: 0;
}
.kodawari-wrap .kodawari-box .ttl {
width: 100%;
padding: 50px 80px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
display: flex;
align-items: center;
}
.kodawari-wrap .kodawari-box .ttl .num {
width: 80px;
}
.kodawari-wrap .kodawari-box .ttl h3 {
width: calc(100% - 80px);
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
letter-spacing: 0.04em;
font-size: 2.8rem;
color: #00bfff;
}
.kodawari-wrap .kodawari-box .ttl h3 span {
line-height: 1;
font-size: 3.6rem;
background: #ffff26;
padding: 0 8px;
margin: 0 10px;
}
.kodawari-wrap .kodawari-box .inner {
padding: 30px 80px 70px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.kodawari-wrap .kodawari-box .inner .img {
width: 425px;
}
.kodawari-wrap .kodawari-box .inner .text {
max-width: 570px;
width: calc(100% - 465px);
}
.kodawari-wrap .kodawari-box .inner .text p {
margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
.kodawari-wrap .kodawari-box .inner .img {
width: 100%;
margin-bottom: 30px;
}
.kodawari-wrap .kodawari-box .inner .text {
max-width: 100%;
width: 100%;
}
}
@media screen and (max-width: 768px) {
.kodawari-wrap .kodawari-box .ttl {
padding: 30px 80px 30px 40px;
}
.kodawari-wrap .kodawari-box .inner {
padding: 30px 40px 50px;
}
}
@media screen and (max-width: 550px) {
.kodawari-wrap .kodawari-box .ttl h3 {
font-size: 2.5rem;
}
.kodawari-wrap .kodawari-box .ttl h3 span {
font-size: 3rem;
}
}
@media screen and (max-width: 425px) {
.kodawari-wrap .kodawari-box .ttl {
padding: 30px 20px;
}
.kodawari-wrap .kodawari-box .ttl .num {
width: 65px;
}
.kodawari-wrap .kodawari-box .ttl .num img {
width: 45px;
}
.kodawari-wrap .kodawari-box .ttl h3 {
width: calc(100% - 65px);
}
.kodawari-wrap .kodawari-box .inner {
padding: 30px 20px 30px;
}
.kodawari-wrap .kodawari-box:after {
display: none;
}
}/*/*/.discount-wrap {
max-width: 1230px;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 0 15px;
}
.discount-wrap .bnr {
position: relative;
width: 86%;
margin: 0 auto;
}
.discount-wrap .img {
margin-top: -30px;
margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.discount-wrap .bnr {
width: 96%;
}
}/*/*/.company-wrap {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/about/company/company-bk.jpg) repeat center center /
contain;
padding: 60px 0 110px;
}
.company-box {
max-width: 1230px;
width: 100%;
margin: 0 auto 130px;
padding: 0 15px;
}
.company-box .inner {
width: 100%;
background: #fff;
border-radius: 30px;
padding: 50px 80px;
box-shadow: 8px 8px 11px rgb(0 70 140 / 20%);
}
.company-list {
width: 100%;
margin-bottom: 50px;
}
.company-list dl {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
border-top: 1px solid #dddddd;
margin: 0;
padding: 20px 0;
}
.company-list dl:last-child {
border-bottom: 1px solid #dddddd;
}
.company-list dt {
width: 105px;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
letter-spacing: 0.04em;
color: #65c2d8;
}
.company-list dd {
width: calc(100% - 105px);
letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
.company-box .inner {
padding: 50px 30px;
}
}
@media screen and (max-width: 550px) {
.company-list dt {
width: 100%;
margin-bottom: 10px;
}
.company-list dd {
width: 100%;
}
}/*/*/.nv_company_intro .nv_intro_text {
margin: 0 0 25px;
padding: 18px 22px;
border: 1px solid #17b7f0;
background: #fff;
line-height: 1.8;
letter-spacing: 0.04em;
}
.nv_region_list .detail {
margin-bottom: 20px;
}
.nv_region_list .detail:last-child {
margin-bottom: 0;
}
.nv_region_list .acordinon-title {
position: relative;
cursor: pointer;
padding: 15px 60px 15px 20px;
background: #e6f4f9;
border-radius: 5px;
font-weight: bold;
letter-spacing: 0.04em;
color: #003e74;
}
.nv_region_list .acordinon-title::after {
font-size: 26px;
font-weight: 700;
position: absolute;
top: 50%;
right: 12px;
content: "＋";
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
-webkit-transition: transform 0.4s;
transition: transform 0.4s;
color: #003e74;
transform: translateY(-50%);
transform-origin: center;
}
.nv_region_list .acordinon-title.active::after {
transform: translateY(-50%) rotate(45deg);
}
.nv_region_list .map-list {
display: none;
margin: 0;
padding: 15px 20px;
list-style: none;
background: #fff;
flex-wrap: wrap;
gap: 12px 32px;
border: 1px solid #e6f4f9;
border-top: none;
border-radius: 0 0 5px 5px;
}
.nv_region_list .map-list.is-open {
display: flex !important;
}
.nv_region_list .map-list li {
margin-bottom: 0;
white-space: nowrap;
}
.nv_region_list .map-list li:last-child {
margin-bottom: 0;
}
.nv_region_list .map-list a {
color: #003e74;
text-decoration: underline;
display: inline-flex;
align-items: center;
gap: 4px;
letter-spacing: 0.04em;
}
.nv_region_list .map-list a[target="_blank"]:not(.is-internal)::after {
content: "\f35d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.9em;
color: #003e74;
}
@media screen and (max-width: 768px) {
.nv_region_list .acordinon-title {
padding: 12px 50px 12px 15px;
}
.nv_region_list .map-list {
padding: 12px 16px;
gap: 10px;
}
.nv_region_list .map-list li {
width: 100%;
}
.nv_region_list .map-list a {
justify-content: space-between;
gap: 8px;
}
}/*/*/.staff-wrap {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/about/company/company-bk.jpg) repeat center center /
contain;
padding: 50px 15px 15px;
}
.staff-list {
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.staff-list .item {
width: 48.5%;
background: #fff;
border-radius: 30px;
box-shadow: 3px 3px 5px rgb(0 70 140 / 20%);
padding: 45px 50px;
margin-bottom: 35px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.staff-list .item .icn {
width: 150px;
}
.staff-list .item .text {
width: calc(100% - 180px);
}
.staff-list .item .text .name {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 800;
font-size: 2.8rem;
letter-spacing: 0.04em;
color: #00bfff;
margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
.staff-list .item {
width: 100%;
}
}
@media screen and (max-width: 550px) {
.staff-list .item {
padding: 30px 20px;
}
.staff-list .item .icn {
width: 100%;
margin-bottom: 20px;
}
.staff-list .item .text {
width: 100%;
}
}/*/*/.flow-wrap01 {
max-width: 1230px;
width: 100%;
padding: 0 15px;
margin: 0 auto 110px;
}
.flow-wrap01 .flow-list {
width: 100%;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
padding: 100px 15px;
margin-bottom: 50px;
}
.flow-wrap01 .flow-list .item {
max-width: 930px;
width: 100%;
padding-bottom: 20px;
margin: 0 auto;
position: relative;
}
.flow-wrap01 .flow-list .item:not(:last-child) {
margin-bottom: 45px;
}
.flow-wrap01 .flow-list .item:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/flow/flow-line.png) repeat-y center center / contain;
width: 6px;
height: calc(100% - 105px);
bottom: 20px;
left: 29px;
}
.flow-wrap01 .flow-list .item:after {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/flow/flow-arrow.png) no-repeat center center / contain;
width: 26px;
height: 17px;
bottom: 0;
left: 19px;
}
.flow-wrap01 .flow-list .item .ttl {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.flow-wrap01 .flow-list .item .ttl .num {
width: 70px;
}
.flow-wrap01 .flow-list .item .ttl h3 {
width: calcc(100% - 70px);
font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 2.8rem;
color: #00bfff;
letter-spacing: 0.04em;
}
.flow-wrap01 .flow-list .item .inner {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 70px;
}
.flow-wrap01 .flow-list .item .inner .img {
width: 260px;
}
.flow-wrap01 .flow-list .item .inner .img img {
border-radius: 5px;
}
.flow-wrap01 .flow-list .item .inner .text {
width: calc(100% - 300px);
}
.work-service {
max-width: 1200px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}
.work-service .item {
width: 48.5%;
background: #fff;
border-radius: 20px;
margin-bottom: 35px;
padding: 40px 50px;
}
.work-service .item h4 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #65c0d8;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.flow-wrap02 {
margin-top: 120px;
}
@media screen and (max-width: 768px) {
.flow-wrap01 {
margin-bottom: 60px;
}
.flow-wrap01 .flow-list .item .inner .img {
width: 100%;
margin-bottom: 20px;
}
.flow-wrap01 .flow-list .item .inner .text {
width: 100%;
}
.work-service .item {
width: 100%;
}
.flow-wrap02 {
margin-top: 60px;
}
}
@media screen and (max-width: 550px) {
.work-service .item {
padding: 40px 20px;
}
.flow-wrap01 .flow-list {
padding: 60px 15px;
}
}/*/*/.column .works-cat-list {
max-width: 1200px;
}
.column .works-cat-list li {
width: 175px;
}
.column .works-cat-list li:last-child {
width: 135px;
}
.column .works-cat-list a {
color: #fff;
background: #00bfff;
}
@media screen and (max-width: 425px) {
.column .works-cat-list li {
width: 48%;
}
.column .works-cat-list li:last-child {
width: 48%;
}
}
.column .cat {
max-width: 84px;
width: 100%;
text-align: center;
background: #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #fff;
margin-bottom: 20px;
}
.column-visual {
width: 100%;
margin-bottom: 50px;
}
.column-visual .img {
margin-bottom: 20px;
}
.column-visual img {
border-radius: 60px;
}
.column-detail-list {
max-width: 400px;
width: 100%;
margin: 0 auto 50px;
background: #f1fcfe;
border-radius: 19px;
padding: 35px 50px;
}
.column-detail-list p {
color: #65c2d8;
}
.column-detail-list ul li a {
letter-spacing: 0.04em;
line-height: 1.75;
}
.column-detail-box:not(:last-child) {
margin-bottom: 60px;
}
.column-detail-box h3 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #65c2d8;
letter-spacing: 0.12em;
text-align: center;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #dddddd;
}
.column-detail-box ul li:not(:last-child) {
margin-bottom: 30px;
}
.column-detail-box ul li h4 {
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.04em;
}
.column-detail-box ul li p {
letter-spacing: 0.04em;
line-height: 1.75;
}
.column-detail-box ul li p img {
display: block;
margin: 0 auto;
}
@media screen and (max-width: 425px) {
.column-detail-list {
padding: 35px 25px;
}
}/*/*/.voice-list {
max-width: 1040px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.voice-list li {
width: calc((100% - 60px) / 3);
background: #fff;
border-radius: 15px;
padding: 20px;
margin-bottom: 30px;
}
.voice-list li:nth-child(3n + 2) {
margin: 0 30px 30px;
}
.voice-list li .day {
font-family: "Oswald", sans-serif;
font-weight: 400;
color: #72c7d2;
letter-spacing: 0.04em;
margin-bottom: 10px;
text-align: center;
}
.voice-list li .img {
margin-bottom: 10px;
}
.voice-list li .img img {
border-radius: 5px;
}
.voice-list li .ttl {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #00bfff;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.voice-list li .text {
letter-spacing: 0.04em;
padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 1px solid #dddddd;
}
.voice-list li .cat {
max-width: 84px;
width: 100%;
text-align: center;
background: #00bfff;
border-radius: 20px;
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 1;
padding: 5px 0;
color: #fff;
}
.feedback .works-detail .data .cat {
background: #00bfff;
color: #fff;
}
@media screen and (max-width: 900px) {
.voice-list {
justify-content: space-between;
}
.voice-list li {
width: calc((100% - 30px) / 2);
}
.voice-list li:nth-child(3n + 2) {
margin: 0 0 30px;
}
.voice-list li .img img {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.voice-list li {
width: 100%;
}
}/*/*/.payment-wrap {
max-width: 1070px;
width: 100%;
padding: 0 15px;
margin: 0 auto 120px;
}
.payment-list {
width: 100%;
}
.payment-list .col__2,
.payment-list .col__1 {
border-top: 1px solid #dddddd;
}
.payment-list .col__1 {
border-bottom: 1px solid #dddddd;
}
.payment-list .col__2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.payment-list .col__2 .box {
width: 49%;
padding: 40px 0;
}
.payment-list .col__1 {
width: 100%;
padding: 40px 0;
}
.payment-list li .ttl {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.payment-list li .ttl .icn {
width: 110px;
}
.payment-list li .ttl h4 {
width: calc(100% - 110px);
}
.payment-list li .text {
padding-left: 110px;
}
.payment-list li .text .pay {
max-width: 720px;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.payment-list li .text .pay li {
width: 33%;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.payment-wrap {
margin: 0 auto 60px;
}
.payment-list .col__2 .box {
width: 100%;
}
.payment-list .col__2 .box:first-child {
border-bottom: 1px solid #dddddd;
}
}
@media screen and (max-width: 550px) {
.payment-list li .ttl .icn {
width: 80px;
}
.payment-list li .ttl .icn img {
width: 65px;
}
.payment-list li .ttl h4 {
width: calc(100% - 80px);
}
.payment-list li .text {
padding-left: 80px;
}
.payment-list li .text .pay {
justify-content: space-between;
}
.payment-list li .text .pay li {
width: 48%;
}
.payment-list .col__2 .box,
.payment-list .col__1 {
padding: 20px 0;
}
}/*/*/.urgent-list-wrap {
max-width: 1070px;
width: 100%;
padding: 60px 15px;
margin: 100px auto 120px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center top / cover,
url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/box-line01.png) repeat-x center bottom / cover;
background-size: 1202px 13px;
}
.urgent-list {
width: 100%;
counter-reset: 0;
}
.urgent-list li {
counter-increment: count 1;
position: relative;
padding: 20px 0 20px 55px;
border-bottom: 1px solid #cccccc;
letter-spacing: 0.04em;
}
.urgent-list li:before {
position: absolute;
content: counter(count);
font-size: 17px;
font-family: "Oswald", sans-serif;
font-weight: 500;
color: #fff;
text-align: center;
width: 2.4em;
height: 2.4em;
background: #00bfff;
line-height: 2.4;
left: 0;
top: 12px;
border-radius: 100%;
}
.urgent-bnr {
width: 100%;
padding: 0 15px;
}
.urgent-bnr .bnr {
margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
.urgent-list-wrap {
margin: 50px auto 60px;
}
.urgent-bnr .bnr {
margin-bottom: 60px;
}
}/*/*/.urgent.location .box__gray .inner {
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/area-img.png) no-repeat top 3vw right 30px / contain;
background-size: 251px 192px;
max-width: 1530px;
width: 100%;
margin: 0 auto;
padding: 20px 15px;
}
.urgent-location {
max-width: 1070px;
width: 100%;
margin: 100px auto 140px;
padding: 20px 15px;
}
.urgent-location ul {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}
.urgent-location ul li {
max-width: 140px;
width: 100%;
padding-left: 20px;
position: relative;
margin-bottom: 10px;
}
.urgent-location ul li:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
border-top: 3px solid #00bfff;
border-right: 3px solid #00bfff;
border-radius: 2px;
transform: rotate(45deg);
left: 0;
top: calc(50% - 5px);
}
@media screen and (max-width: 1024px) {
.urgent.location .box__gray .inner {
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/top/area-img.png) no-repeat bottom 0 right 30px /
contain;
background-size: 251px 192px;
}
}
@media screen and (max-width: 768px) {
.urgent-location {
margin: 50px auto 70px;
}
}/*/*/.privacy-contact {
max-width: 480px;
width: 100%;
margin: 100px auto 0;
padding: 30px 50px;
background: #f1fcfe;
border-radius: 19px;
}
@media screen and (max-width: 425px) {
.privacy-contact {
margin: 60px auto 0;
padding: 30px 20px;
}
}/*/*/.page-link {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 110px;
}
.page-link li {
width: 32.5%;
margin-bottom: 10px;
}
.contact-bnr {
margin-bottom: 120px;
}
.form_wrapper {
width: 100%;
}
.contact_form {
width: 100%;
table-layout: fixed;
}
.contact_form tr {
border-top: 1px solid #cccccc;
}
.form__th {
width: 250px;
font-weight: bold;
position: relative;
text-align: left;
padding: 15px 0 15px 55px;
}
.form__th:after {
position: absolute;
content: "任意";
font-weight: bold;
color: #fff;
font-size: 1.4rem;
background: #00bfff;
width: 50px;
padding: 8px 0;
left: 0;
top: 25px;
text-align: center;
line-height: 1;
border-radius: 100px;
}
.form__th.req:after {
position: absolute;
content: "必須";
font-weight: bold;
color: #fff;
font-size: 1.4rem;
background: #00bfff;
width: 50px;
padding: 8px 0;
left: 0;
top: 25px;
text-align: center;
line-height: 1;
border-radius: 100px;
}
.form__th.vt_align_top {
padding: 25px 0 25px 55px;
}
.form__td {
width: calc(100% - 250px);
padding: 15px 55px 15px 0;
}
input.w_650 {
max-width: 650px;
}
input.w_500 {
max-width: 500px;
}
.privacy-wrapper {
width: 100%;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 25px 10px;
margin: 0 0 50px;
}
.privacy-link a {
border-bottom: 1px solid #111111;
}
.privacy-btn {
width: 100%;
}
.contact-btn-wrap {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.back-wrapper {
max-width: 320px;
width: 100%;
padding-left: 70px;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/contact/back-img.svg) no-repeat center left / contain;
background-size: 67px 67px;
}
.back_btn {
font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,
"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.8rem;
font-weight: 600;
color: #65c1d8;
border: 0;
background: #fff;
padding: 25px 0;
}
.input-wrapper {
max-width: 400px;
width: 100%;
transform: translate3d(0, 0, 0);
}
.input-wrapper:before {
position: absolute;
content: "";
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/common/btn-arrow02.png) no-repeat center center / contain;
width: 21px;
height: 20px;
top: calc(50% - 10px);
right: 15px;
z-index: 2;
}
.form_btn {
display: block;
width: 100%;
font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka,
"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: linear-gradient(90deg, #00bfff 0%, #72c7d2 100%);
border-radius: 5px;
padding: 20px 30px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
letter-spacing: 0.04em;
position: relative;
text-align: center;
box-shadow: 5px 5px 0 #00bfff;
border: 0;
}
.form_btn:hover {
opacity: 0.65;
}
.mwform-radio-field input[type="radio"] {
display: none;
}
.mwform-radio-field .mwform-radio-field-text {
position: relative;
padding: 0 0 0 30px;
cursor: pointer;
white-space: nowrap;
line-height: 2;
}
.mwform-radio-field .mwform-radio-field-text::after,
.mwform-radio-field .mwform-radio-field-text::before {
position: absolute;
content: "";
display: block;
top: 50%;
transition: all 0.3s;
}
.mwform-radio-field .mwform-radio-field-text::after {
left: 0;
margin-top: -13px;
width: 24px;
height: 24px;
background: #fff;
border: 1px solid #aaaaaa;
border-radius: 50%;
}
.mwform-radio-field .mwform-radio-field-text::before {
left: 5px;
top: 2px;
margin-top: 0;
width: 16px;
height: 16px;
background: #ed133a;
border-radius: 100%;
opacity: 0;
z-index: 1;
}
.mwform-radio-field
input[type="radio"]:checked
+ .mwform-radio-field-text::before,
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
opacity: 1;
}
.mwform-checkbox-field [type="checkbox"] {
display: none;
}
.mwform-checkbox-field label {
position: relative;
padding-left: 30px;
cursor: pointer;
}
.mwform-checkbox-field label::before {
width: 15px;
height: 15px;
content: "";
position: absolute;
left: 0;
top: 3px;
background: transparent;
border: 2px solid #00bfff;
border-radius: 2px;
margin-right: 10px;
}
.mwform-checkbox-field-text {
font-size: 1.6rem;
line-height: 1.2;
font-weight: 500;/**/}
.mwform-checkbox-field-text::after {
width: 22px;
height: 18px;
content: "";
position: absolute;
left: 2px;
top: 2px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
background: url(//suido-pro.kanagawa.jp/wp-content/themes/kanagawa_theme/img/contact/contact-check.svg) no-repeat center center /
contain;
}
.form__td.addr {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.form__td.addr .box.col_01 {
display: flex;
align-items: center;
max-width: 150px;
width: 100%;
}
.form__td.addr .box.col_02 {
width: calc(100% - 165px);
}
.form__td.addr .box.col_01 span {
display: block;
width: 30px;
}
.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
display: inline;
padding-right: 0.5em;
}
@media screen and (max-width: 900px) {
.page-link li {
width: 49.2%;
}
}
@media screen and (max-width: 768px) {
.page-link {
margin-bottom: 70px;
}
.contact-bnr {
margin-bottom: 70px;
}
.contact_form tr {
display: flex;
flex-wrap: wrap;
}
.form__th {
width: 100%;
}
.form__th.vt_align_top {
padding: 15px 0 15px 55px;
}
.form__th.req:after {
top: 12px;
}
.form__td {
width: 100%;
padding: 0 0 15px;
}
}
@media screen and (max-width: 550px) {
.page-link li {
width: 100%;
}
.form__td.addr .box.col_02 {
width: 100%;
margin-top: 10px;
}
}/*/*/.confirm .contact-btn-wrap {
justify-content: flex-start;
}
.confirm .privacy-wrapper,
.confirm .form-text {
display: none;
}
.confirm .contact_form {
margin-bottom: 50px;
}
.confirm .contact_form tr:last-child {
border-bottom: 1px solid #cccccc;
}
.form__th {
padding-left: 0;
}
.form__th.req:after {
display: none;
}
.form__th.vt_align_top {
padding-left: 0;
}/*/*/.gmap {
height: 0;
overflow: hidden;
padding-bottom: 43.5%;
position: relative;/**/}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px) {
.gmap {
padding-bottom: 50%;
}
}
@media screen and (max-width: 550px) {
.gmap {
padding-bottom: 85.25%;
}
} table[class^="c-table-type"] {
width: 100%;
}
.c-table-type1__th,
.c-table-type1__td {
color: #fff;
background: #65c1d8;
font-size: 18px;
font-weight: bold;
border: 1px solid #fff;
text-align: center;
padding: 10px 15px;
border-bottom: none;
}
.c-table-type1__th:first-child,
.c-table-type1__td:first-child {
border-left: 1px solid #65c1d8;
}
.c-table-type1__th:last-child,
.c-table-type1__td:last-child {
border-right: 1px solid #65c1d8;
}
.c-table-type2__th,
.c-table-type2__td {
color: #65c1d8;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 10px 15px;
background: #e6f4f9;
border: 1px solid #65c1d8;
}
.c-table-type3__th,
.c-table-type3__td {
text-align: left;
font-size: 16px;
font-weight: normal;
padding: 10px 15px;
border: 1px solid #65c1d8;
}
tr:nth-of-type(2n + 1) .c-table-type3__th,
tr:nth-of-type(2n + 1) .c-table-type3__td {
background: #fff;
}
tr:nth-of-type(2n) .c-table-type3__th,
tr:nth-of-type(2n) .c-table-type3__td {
background: #fff7dd;
}
.serviceUnder01__plus {
display: inline-block;
border: 1px solid #fff;
color: transparent;
position: relative;
width: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
margin: 0 15px;
}
.serviceUnder01__plus:before {
content: "";
width: 10px;
height: 2px;
background: #fff;
position: absolute;
left: calc(50% - 5px);
top: calc(50% - 1px);
}
.serviceUnder01__plus:after {
content: "";
width: 2px;
height: 10px;
background: #fff;
position: absolute;
left: calc(50% - 1px);
top: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
.area-list .area_box {
width: 100%;
}
} .license_item {
margin-top: 15px;
}
.license_item li {
list-style: disc;
left: 25px;
position: relative;
} .header-inner .logo h1 {
font-size: 1.2rem;
font-weight: bold;
}
@media screen and (max-width: 550px) {
.header-inner .logo h1 {
font-size: 1rem;
}
} .tel-banner {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 6;
}
@media screen and (min-width: 768px) {
.tel-banner {
display: none;
}
}
.eco-bnr {
max-width: 1500px;
width: 100%;
padding: 0 15px;
margin: 0 auto 0;
text-align: center;
padding-bottom: 45px;
}
.float_l {
float: left;
margin-right: 10px;
}
.staff-bnr {
max-width: 1500px;
width: 100%;
padding: 80px 15px 0 15px;
margin: 0 auto 0;
text-align: center;
}
@media screen and (max-width: 768px) {
.staff-bnr {
width: 100%;
padding: 25px 15px 0 15px;
margin: 0 auto 0;
text-align: center;
}
}
.staff-list.tokuchou {
justify-content: center;
}
.staff-list.tokuchou .item {
width: 30.5%;
padding: 15px 20px;
justify-content: center;
margin: 10px;
}
.staff-list.tokuchou .item .text {
width: 100%;
text-align: center;
}
.staff-list.tokuchou .item .text .txt-bold {
font-weight: bold;
}
.staff-list.tokuchou .item .text .txt-red {
color: red;
}
@media screen and (max-width: 768px) {
.staff-list.tokuchou .item {
width: 90%;
}
}
.moyori-address {
font-size: 1.4em;
font-weight: bold;
border: 1px solid #6595ed;
padding: 30px;
max-height: 200px;
flex-basis: 45%;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.moyori-flex {
display: flex;
align-items: flex-start;
width: 100%;
justify-content: center;
}
.moyori-flex iframe {
width: 50%;
height: 200px;
}
@media screen and (max-width: 640px) {
.moyori-flex {
flex-direction: column;
}
.moyori-flex iframe {
width: 100%;
margin: 0 auto; }
.moyori-address {
width: 100%;
margin: 0 auto; }
}
.trouble__hdg_sub {
background: linear-gradient(transparent 10%, #fff000 60%);
}
.response {
margin: 2rem 0;
}
.response .content {
margin: 2rem 0;
}
.response .content .title,
.response .content .sub-title {
font-size: 3rem;
font-weight: bold;
text-align: center;
}
.response .content .sub-title {
color: #b3a2c7;
}
.response .item-wrap {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
}
.response .item-wrap .item {
flex-basis: 28%;
border-radius: 2rem;
background-color: #b0d3ef;
padding: 1rem;
text-align: center;
}
.response .item-wrap .item p {
margin-top: 0.3rem;
font-weight: bold;
font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
.response .content .title,
.response .content .sub-title {
font-size: 1.5rem;
}
.response .item-wrap .item {
flex-basis: 46%;
}
.response .item-wrap .item p {
font-size: 1.3rem;
}
} .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: #00bfff;
color: #fff;
width: 35%;
}
.blog_table .table td.light-blue { background: #f2f2f2;
border: 1px solid #ccc;
color: #000;
}
.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 #00bfff;
}
.single .blog_flex_item2 {
width: 80%;
padding: 0 1em;
}
.single .blog_details {
color: #00bfff;
border-bottom: 1px solid #00bfff;
font-size: 1.2em;
}
.single .blog_table {
width: 99%;
margin: 0 auto;
}
.single .blog_table .table td {
border: none;
border-bottom: 1px solid #ccc;
}
.blog_table td.gray-back:nth-child(1) {
white-space: nowrap;
}
.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: #00bfff;
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: fit-content;
display: flex;
justify-content: center;
}
.single .blog_img_before,
.blog_img_after {
position: absolute;
top: 0;
left: 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;
}
}
.staff-message-section {
padding-top: 90px;
}
.staff-message-section .staff-message {
position: relative;
aspect-ratio: 51 / 19;
flex-basis: 70%;
}
.staff-message-section .flex {
display: flex;
}
.staff-message-section .justify-center {
justify-content: center;
}
.staff-message-section .mb-40 {
margin-bottom: 40px;
}
.staff-message-section .text-center {
text-align: center;
}
.staff-message-section .btn.-chevron {
width: 100%;
text-align: center;
position: relative;
max-width: 320px;
}
.staff-message-section .btn {
display: inline-block;
padding: 1.5rem 2.5rem;
background-color: #1f4495;
color: #fff;
font-size: 1.6rem;
letter-spacing: 0.1em;
border-radius: 50px;
}
.staff-message-section .staff-message .staff-message-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: fill;
z-index: -1;
}
.staff-message-section .staff-message > p {
padding: 2rem 6rem;
display: block;
font-size: 1.8rem;
}
.staff-message-section .staff-profile {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
flex-basis: 30%;
}
.staff-message-section .staff-profile .img-wrap {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.staff-message-section .staff-profile .img-wrap img {
width: 65%;
}
.staff-message-section .staff-profile .staff-name-wrap {
position: relative;
}
.staff-message-section .staff-profile .staff-name-wrap .img-wrap {
position: relative;
}
.staff-message-section .staff-profile .staff-name-wrap img {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.staff-message-section .staff-profile .staff-name-wrap p {
position: absolute;
bottom: 1rem;
left: 50%;
transform: translate(-50%, 0);
font-size: 1.8rem;
font-weight: bold;
color: #fff;
}
@media screen and (max-width: 768px) {
.staff-message-section .staff-message {
flex-basis: 70%;
}
.staff-message-section .staff-message > p {
padding: 0.5rem 1rem;
font-size: 1.2rem;
}
.staff-message-section .staff-profile {
flex-basis: 30%;
}
.staff-message-section .staff-profile .img-wrap img {
}
.staff-message-section .staff-profile .staff-name-wrap p {
bottom: 0.1rem;
font-size: 1rem;
}
} .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;
}
.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;
}
.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%;
}
.me_flex_item img.name_obi {
position: absolute;
width: 120%;
bottom: 0;
left: -10%;
z-index: 0;
}
.me_flex_item img {
width: 150px;
}
.me_flex_item_txt {
background: url(//suido-pro.kanagawa.jp/images/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;
}
div.detail ul.address_area li {
color: #0071bc;
text-decoration: underline;
font-weight: bold;
}
@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%);
}
.sp {
display: block;
}
} .menu-banner-list {
max-width: 1070px;
width: 100%;
padding: 25px 0;
margin: 0 auto;
}
.menu-banner-list ul {
display: flex;
justify-content: center;
width: 100%;
}
.menu-banner-list li {
padding: 0 2.5px;
}
.menu-banner-list li img {
width: 100%;
height: auto;
}
@media screen and (max-width: 768px) {
.menu-banner-list {
display: none;
}
} .service-bottom-btn {
border: 2px solid #00bfff;
background-color: inherit;
color: #00bfff;
width: 100%;
max-width: 600px;
height: 60px;
align-items: center;
font-size: 12px;
border-radius: 10px;
transition: 0.2s;
cursor: pointer;
margin: 20px auto;
display: block;
}
.service-bottom-btn::before {
content: "▶";
display: inline;
margin-right: 4px;
}
.service-bottom-btn:hover {
font-size: 14px;
}
@media screen and (max-width: 650px) {
.service-bottom-btn {
font-size: 10px;
font-weight: bold;
}
.service-bottom-btn:hover {
font-size: 10px;
font-weight: bold;
}
} .service__hdg__01 {
position: relative;
}
.service__hdg__01 a {
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);
font-size: 18px;
font-weight: 300;
color: #00bfff;
text-decoration: underline;
}
.service__hdg__01 a:hover {
text-decoration: underline;
}
@media screen and (max-width: 650px) {
.service__hdg__01 a {
position: static;
display: block;
margin-top: 10px;
text-align: right;
font-size: 14px;
transform: none;
}
} .service-btn-wrapper {
text-align: center;
margin: 20px 0;
} .faq-btn-wrapper {
text-align: center;
margin-top: 30px;
margin-bottom: 50px;
}