@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7-back{float:left;margin-top:5px;position:relative;width:70px}.cf7msm-ro{white-space:pre-wrap}
  .review-card {
list-style: none;
margin: 0;
text-align: left!important;
}
.review-card__list {
border: 2px solid #dae1e5;
border-radius: 5px;
margin: 20px 0;
position: relative;
}
.review-card__conts {
font-size: 14px;
margin: 0 15px;
}
.review-card__conts-header {
position: relative;
border-bottom: 1px solid #dae1e5;
height: 90px;
padding: 1rem 0 1rem 0rem;
}
.review-card__conts-avatar img {
width: 75px;
height: auto;
border-radius: 50%;
}
.review-card__conts-items-stars {
color: #d2a261;
font-size: 22px;
}
.review-card__txt p {
margin: 1.6rem 2.6rem;
font-size: 14px;
} .column-box {
background-image: url(https://kimonokaitori-guide.com/wp-content/uploads/wa-bg.webp);
background-size: cover;
padding: 0.5em;
margin: 3rem 0;
position: relative;
z-index: 2;
}
.column-box ul {
margin: 0.5em 0 0 1.5em;
}
.column-box-ttl {
display: inline-block;
background: #ac1948;
padding: 0px 7px;
color: #fff;
margin-bottom: .5em;
}
.column-box-inner {
border: 1px solid #fff;
padding: 10px 7px;
} .chat_l {
align-items: center;
display: flex;
font-size: 0.8em;
gap: 10px;
padding: 1.5em 1em;
border: 1px solid grey;
border-radius: 10px;
}
.chat_r {
align-items: center;
display: flex;
gap: 10px;
padding: 1.5em 1em;
border: 1px solid grey;
border-radius: 10px;
}
@media (min-width: 768px) {
.chat_l img {
width: 120px;
}
.chat_r img {
width: 120px;
}
} .side-arealist-heading {
font-weight: bold;
margin: .5em 0 .5em;
border-bottom: 1px solid var(--color_border);
padding: .75em 0 .5em 0;
font-size: 1.1em;
}
.side-arealist ul {
padding: .5em 0em 1em; display: flex; flex-wrap: wrap; list-style: none; }
.side-arealist li {
margin-right: .8em;
}
.side-arealist a {
color: #333;
}
.side-arealist a:hover {
color: #ff6875;
text-decoration: underline;
} .side-kimonotype {
margin: 1.5rem 0px;
}
.side-kimonotype ul{
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.side-kimonotype ul li{
margin: 7px 5px;
list-style: none;
width: 45%;
}
.side-kimonotype ul li a {
text-decoration: none;
display: inline-block;
width: 100%;
padding: 0 0 0 1em;
}
.side-kimonotype ul li a:hover {
color: #ff6875;
text-decoration: underline;
}
.side-kimonotype .arrow {
position: relative;
color: #333;
}
.side-kimonotype .arrow::before,
.side-kimonotype .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow-ds::before{
left: 4px;
box-sizing: border-box;
width: 4px;
height: 6px;
border: 4px solid transparent;
border-left: 6px solid #333333;
}
.side-kimonotype-heading {
font-weight: bold;
margin: .5em 0 .5em;
border-bottom: 1px solid var(--color_border);
padding: .75em 0 .5em 0;
font-size: 1.1em;
}
.caption {
font-size: 14px;
color: grey;
text-align: center;
} .widget_recommend {
margin-left: 0;
}
.widget_recommend img {
width: 90px;
height: 70px;
}
.widget_recommend_list {
list-style: none;
margin: .5em 0;
}
.widget_recommend_link {
display: flex;
}
.widget_recommend_link p {
margin: 1rem;
} .column_btn_cta {
margin: 2.5em 0;
}
.column_btn_cta a {
background-image: url(https://kimonokaitori-guide.com/wp-content/uploads/btn200905.webp);
background-size: cover;
   width: 100%;
position: relative;
display: block;
color: #fff;
text-align: center;
font-size: 20px;
padding: 1em;
box-shadow: 10px 10px 30px 0 rgba(0,0,0,.2);
text-decoration: none;
}
.column_btn_cta a:after {
background: url(//kimonokaitori-guide.com/wp-content/uploads/arrow_right_w.png) 
center/cover no-repeat;
width: 1.4em;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 1em;
height: .6em;
content: '';
}
.column_btn_cta a:hover {
text-decoration: none;
color: #fff;
opacity: 0.7;
} .table-all-width th:nth-child(1) {
width: 120px!important;
}