@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  position: relative;
  font-size: 62.5%;
  min-height: 100%;
  min-width: 320px;
}
body {
  color: #212121;
  line-height: 1.777;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
body,
tooltip,
popover {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Verdana,
    Meiryo, sans-serif;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}
.invisible {
  opacity: 0;
}
.animated {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime-delay-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.anime-delay-2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.anime-delay-3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.anime-delay-4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.anime-delay-5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.anime-delay-6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRi;
  animation-name: fadeOutRi;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.modal,
.life_modal,
.recommend_modal,
.search_slider_modal,
.search_detail_payment_simulation {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_inner,
.life_modal_inner,
.recommend_modal_inner,
.search_slider_modal_inner,
.search_detail_payment_simulation_inner {
  position: relative;
  background-color: #fff;
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_inner img,
.life_modal_inner img,
.recommend_modal_inner img,
.search_slider_modal_inner img,
.search_detail_payment_simulation_inner img {
  display: block;
  max-height: 80%;
  max-width: 80%;
  margin: 0 auto;
}
.modal_btn,
.life_modal_btn,
.recommend_modal_btn,
.search_slider_modal_btn,
.search_detail_payment_simulation_btn {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .modal_btn,
  .life_modal_btn,
  .recommend_modal_btn,
  .search_slider_modal_btn,
  .search_detail_payment_simulation_btn {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.modal_btn span,
.life_modal_btn span,
.recommend_modal_btn span,
.search_slider_modal_btn span,
.search_detail_payment_simulation_btn span {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  right: 50%;
  background-color: #3f3f3f;
}
.modal_btn span:first-of-type,
.life_modal_btn span:first-of-type,
.recommend_modal_btn span:first-of-type,
.search_slider_modal_btn span:first-of-type,
.search_detail_payment_simulation_btn span:first-of-type {
  transform: translate(50%, -50%) rotate(45deg);
}
.modal_btn span:last-of-type,
.life_modal_btn span:last-of-type,
.recommend_modal_btn span:last-of-type,
.search_slider_modal_btn span:last-of-type,
.search_detail_payment_simulation_btn span:last-of-type {
  transform: translate(50%, -50%) rotate(-45deg);
}
.modal._hide,
._hide.life_modal,
._hide.recommend_modal,
._hide.search_slider_modal,
._hide.search_detail_payment_simulation {
  display: none;
}
.modal._show,
._show.life_modal,
._show.recommend_modal,
._show.search_slider_modal,
._show.search_detail_payment_simulation {
  display: flex;
}
.search_simulation {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_simulation {
    max-width: 800px;
  }
}
.search_simulation_btn span {
  width: 17px;
  height: 2.5px;
  background-color: #fff;
}
.search_simulation_heading {
  margin-bottom: 1em;
  padding: 0 1.5em;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.search_simulation_result {
  margin-bottom: 1em;
}
.search_simulation_result_price {
  color: #4b9b22;
  background-color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5em 2em;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_price {
    text-align: center;
  }
}
.search_simulation_result_price span:first-of-type {
  font-size: 20px;
  font-weight: 700;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_price span:first-of-type {
    width: 100%;
    margin-bottom: 0.1em;
  }
}
.search_simulation_result_price span:nth-of-type(2) {
  font-size: 55px;
  font-weight: 600;
  padding: 0 0.1em;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_price span:nth-of-type(2) {
    margin-left: auto;
  }
}
.search_simulation_result_price span:last-of-type {
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_price span:last-of-type {
    margin-left: 1em;
    margin-right: auto;
  }
}
.search_simulation_result_bottom {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_bottom {
    display: block;
  }
}
.search_simulation_result_principal,
.search_simulation_result_rate {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  width: 50%;
  padding: 0.5em 2em;
}
@media screen and (max-width: 479px) {
  .search_simulation_result_principal,
  .search_simulation_result_rate {
    width: 100%;
  }
}
.search_simulation_result_principal span,
.search_simulation_result_rate span {
  font-weight: 700;
}
.search_simulation_result_principal span:first-of-type,
.search_simulation_result_rate span:first-of-type {
  padding: 0 0.7em;
  font-size: 13px;
  margin-right: auto;
  color: #4b9b22;
  border-radius: 19px;
  background-color: #fff;
}
.search_simulation_result_principal span:nth-of-type(2),
.search_simulation_result_rate span:nth-of-type(2) {
  font-size: 28px;
  padding: 0 0.1em;
}
.search_simulation_result_principal span:last-of-type,
.search_simulation_result_rate span:last-of-type {
  font-size: 11px;
  margin-left: auto;
}
.search_simulation_text {
  font-size: 13px;
  margin-bottom: 1em;
  text-align: center;
}
.search_simulation_item + .search_simulation_item {
  margin-top: 10px;
}
.search_simulation_content {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 479px) {
  .search_simulation_content {
    display: block;
  }
}
.search_simulation_content p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b9b22;
  background-color: #fff;
}
.search_simulation_content p:first-of-type {
  width: 30%;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .search_simulation_content p:first-of-type {
    width: 100%;
    margin-bottom: 5px;
  }
}
.search_simulation_content p:last-of-type {
  width: calc(70% - 5px);
  padding: 0.2em 0.5em;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  .search_simulation_content p:last-of-type {
    width: 100%;
  }
}
.search_simulation_content p:last-of-type small {
  width: 30%;
  font-size: 13px;
  text-align: center;
}
.search_simulation_content p:last-of-type span {
  width: 70%;
  text-align: center;
}
.search_simulation_input {
  padding: 7px 16px;
  background-color: #fff;
}
.search_simulation_input input[type='range'] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 9px;
  border-radius: 0;
}
.search_simulation_input input[type='range']::-webkit-slider-thumb {
  z-index: 100;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
.search_simulation_input div {
  position: relative;
}
.search_simulation_input span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-42%);
  height: 9px;
}
.search_simulation_input-pink input[type='range'] {
  background: #facde1;
}
.search_simulation_input-pink input[type='range']::-webkit-slider-thumb {
  background-color: #e98fb7;
}
.search_simulation_input-pink span {
  background-color: #e98fb7;
}
.search_simulation_input-blue input[type='range'] {
  background: #7ab6c3;
}
.search_simulation_input-blue input[type='range']::-webkit-slider-thumb {
  background-color: #2f8ac3;
}
.search_simulation_input-blue span {
  background-color: #2f8ac3;
}
.search_simulation_input-orange input[type='range'] {
  background: #f5da8f;
}
.search_simulation_input-orange input[type='range']::-webkit-slider-thumb {
  background-color: #f09223;
}
.search_simulation_input-orange span {
  background-color: #f09223;
}
.search_simulation_input-green input[type='range'] {
  background: #bbe2a3;
}
.search_simulation_input-green input[type='range']::-webkit-slider-thumb {
  background-color: #35a314;
}
.search_simulation_input-green span {
  background-color: #35a314;
}
.search_simulation_input-gray input[type='range'] {
  background: #d1d1d1;
}
.search_simulation_input-gray input[type='range']::-webkit-slider-thumb {
  background-color: #868686;
}
.search_simulation_input-gray span {
  background-color: #868686;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #4ba124;
  background: linear-gradient(
    to right,
    #4ba124 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #4ba124;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .search {
    /* margin-top: 50px; */
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .search {
    margin-top: 0;
  }
}
.search_wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  /* padding: 40px 20px; */
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .search_detail {
    padding: 0 20px 40px 20px;
  }
}
.search_nav {
  background-color: #f7f7f7;
}
.search_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search_nav ul {
    padding: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .search_nav ul li {
    margin: 0 2em 2em;
  }
}
@media screen and (max-width: 768px) {
  .search_nav ul li {
    width: 50%;
    padding: 0 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .search_nav ul li:nth-of-type(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_nav ul li:nth-of-type(odd) {
    padding-left: 0;
  }
}
.search_nav ul a {
  display: flex;
  align-items: center;
  padding: 5px;
  font-weight: 600;
  border-bottom: 2px solid #323232;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search_nav ul a {
    width: 176px;
    font-size: 19px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .search_nav ul a {
    width: 100%;
    font-size: 18px;
  }
}
.search_nav ul a p {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .search_nav ul a p {
    padding: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .search_nav ul a p {
    padding-left: 0.5em;
  }
}
.search_nav_header {
  margin-bottom: 1em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .search_nav_header {
    font-size: 20px;
  }
}
.search_nav_header span {
  color: #4ba124;
}
@media screen and (min-width: 768px) {
  .search_nav_header span {
    margin-left: 1em;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_nav_header span {
    display: block;
    margin-top: 1em;
    font-size: 16px;
  }
}
.search_nav_header-2 {
  margin-bottom: 0;
}
.search_form_header {
  margin-bottom: 2em;
  color: #4ba124;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search_form_header {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .search_form_header {
    font-size: 22px;
    text-align: center;
    justify-content: center;
  }
}
.search_form_header span {
  margin-top: -0.2em;
  margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
  .search_form_content {
    padding: 0 4em;
  }
}
@media screen and (min-width: 768px) {
  .search_form_content + .search_form_content {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .search_form_content + .search_form_content {
    margin-top: 1em;
  }
}
.search_form_content_heading {
  margin-bottom: 1em;
  color: #4ba124;
}
@media screen and (min-width: 768px) {
  .search_form_content_heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .search_form_content_heading {
    font-size: 16px;
  }
}
.search_form_item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .search_form_item {
    padding: 0 3em;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_form_item {
    padding: 0 1em;
    font-size: 16px;
  }
}
.search_form_item > div {
  margin-right: 2em;
  margin-bottom: 1em;
}
.search_form_item label:hover {
  cursor: pointer;
}
.search_form_item input {
  margin-right: 0;
}
.search_form_item-2 > div {
  margin-left: 1em;
}
.search_form_item-2 > div:first-of-type {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .search_form_item_select {
    width: 40%;
  }
}
.search_form_item_select select {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .search_form_item_select select {
    width: 183px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .search_form_item_select select {
    width: 100%;
    font-size: 16px;
  }
}
.search_form_item_select:first-of-type {
  position: relative;
}
@media screen and (min-width: 768px) {
  .search_form_item_select:first-of-type {
    padding-right: 2em;
  }
}
.search_form_item_select:first-of-type:after {
  position: absolute;
  display: block;
  content: '〜';
  top: 50%;
  right: 0;
  transform: translate(140%, -50%);
}
@media screen and (min-width: 768px) {
  .search_form_item_select:nth-of-type(2) {
    padding-left: 2em;
  }
}
.search_form_item_select-2 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .search_form_item_select-2 {
    width: 438px;
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  .search_form_item_select-2 {
    max-width: 350px;
    width: 100%;
  }
}
.search_form_item_select-2 select {
  width: 100%;
}
.search_form_item_select-2:after {
  display: none !important;
}
.search_form_btn {
  width: 287px;
  margin: 4em auto;
}
.search_form_btn button {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #4b9b22;
  border-radius: 32px;
  letter-spacing: 0;
}
.search_form_map {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search_form_map {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .search_form_map {
    height: 482px;
  }
}
.search_form_map iframe {
  width: 100%;
  height: 100%;
}
.search_form_map_address {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 2em 0;
}
.search_form_map_address input {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .search_side {
    width: 394px;
    margin-right: 25px;
    border: 1px solid #4b9b22;
  }
}
@media screen and (max-width: 768px) {
  .search_side {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_side._hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search_side._hide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .search_side._show {
    z-index: 100000;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 5em;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .search_side._show form {
    position: relative;
    width: 90%;
    height: 80%;
    padding: calc(20px + 2em) 1em;
    background-color: #fff;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .search_side._show .search_side_top {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  .search_side._show .search_form_item-3 {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .search_side_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_side_btn {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 20px;
    height: 20px;
  }
  .search_side_btn span {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    top: 50%;
    right: 50%;
    background-color: #3f3f3f;
  }
  .search_side_btn span:first-of-type {
    transform: translate(50%, -50%) rotate(45deg);
  }
  .search_side_btn span:last-of-type {
    transform: translate(50%, -50%) rotate(-45deg);
  }
}
.search_side .search_form_content {
  padding: 0;
}
.search_side .search_form_content + .search_form_content {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .search_side .search_form_content_heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .search_side .search_form_item {
    font-size: 18px;
  }
}
.search_side .search_form_item > div {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .search_side .search_form_item_select {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .search_side .search_form_item_select select {
    font-size: 18px;
  }
}
.search_side .search_form_item-3 {
  padding: 0;
  margin-bottom: 1em;
}
.search_side .search_form_item_select:first-of-type,
.search_side .search_form_item_select:nth-of-type(2) {
  margin: 0 1em;
  padding: 0;
}
.search_side .search_form_btn {
  margin-bottom: 0;
}
.search_side .search_form_btn button {
  color: #4b9b22;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .search_side .search_form_btn button {
    font-size: 16px;
  }
}
.search_side_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  background-color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_side_top {
    padding: 30px 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search_side_top {
    font-size: 20px;
  }
}
.search_side_top p:first-of-type {
  padding-left: 2em;
}
.search_side_top p:nth-of-type(2) {
  position: relative;
  width: 112px;
  font-size: 15px;
  padding-left: 30px;
  text-align: center;
  background-color: #e98fb7;
  border: 3px solid #fff;
  border-radius: 5px;
}
.search_side_top p:nth-of-type(2) label {
  display: block;
}
.search_side_top p:nth-of-type(2) label:hover {
  cursor: pointer;
}
.search_side_top p:nth-of-type(2) input {
  position: absolute;
  display: flex;
  content: '';
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.search_side_top p:nth-of-type(2) span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .search_side_wrapper {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .search_side_inner {
    padding: 40px 5px;
  }
}
@media screen and (max-width: 768px) {
  .search_side_inner {
    padding: 2em;
  }
}
.search_result_heading {
  margin-bottom: 2em;
  font-weight: 700;
  color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_result_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .search_result_heading {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search_result_body {
    display: flex;
  }
}
.search_result_right {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .search_result_right {
    width: calc(100% - 394px - 25px);
  }
}
.search_result_inner {
  display: flex;
  flex-wrap: wrap;
}
.search_result_btn select {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-bottom: 3em;
  color: #fff;
  border-radius: 5px;
  background-color: #00579d;
}
@media screen and (min-width: 768px) {
  .search_result_btn select {
    justify-content: center;
    width: 245px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_result_btn select {
    width: 155px;
    height: 24px;
    padding: 0.5em;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .search_result_current {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_heading {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #4b9b22;
  }
}
.search_result_current_heading:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search_result_current_list {
    display: flex;
    flex-wrap: wrap;
    min-height: 72px;
    margin-bottom: 1em;
    padding: 1em 2em;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_list li {
    list-style: none;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_list li:not(:last-of-type) {
    position: relative;
    padding-right: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_list li:not(:last-of-type):after {
    position: absolute;
    display: block;
    content: '/';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #4b9b22;
  }
}
@media screen and (min-width: 768px) {
  .search_result_current_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_box._hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_result_current_box._show {
    display: block;
  }
}
.search_card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .search_card {
    width: 28%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .search_card {
    width: 47%;
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .search_card:not(:nth-of-type(3n)) {
    margin-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .search_card:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.search_card_img,
.search_card_img-none {
  width: 100%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.search_card_img-none {
  background-color: #ccc;
}
.search_card_heading,
.search_card_text {
  padding: 0 0.5em;
}
.search_card_heading {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .search_card_heading {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .search_card_heading {
    font-size: 12px;
  }
}
.search_card_text {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .search_card_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_card_text {
    font-size: 10px;
  }
}
.search_card_new {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddb8b8;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .search_card_new {
    width: 47px;
    height: 47px;
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .search_card_new {
    width: 29px;
    height: 29px;
    font-size: 18px;
  }
}
.search_none {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search_conditions_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_conditions_nav {
    z-index: 10000;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search_conditions_nav .search_side {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .search_conditions_nav .search_side_top {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .searchTop_content {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .searchTop_content {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .searchTop_content .search_side_top {
    padding: 20px;
  }
}
.search_detail {
  position: relative;
}
.search_detail_box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 2em;
  background-color: #4b9b22;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search_detail_box {
    z-index: 10000;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
}
.search_detail_box_link {
  display: flex;
  margin-bottom: 0.5em;
}
.search_detail_box_link a {
  display: block;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .search_detail_box_link a {
    width: 33%;
  }
}
.search_detail_box_link a img {
  width: 100%;
}
.search_detail_box_text {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .search_detail_box_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_box_text {
    font-size: 11px;
    text-align: center;
  }
}
.search_detail_label {
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .search_detail_label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_label {
    font-size: 11px;
  }
}
.search_detail_label span {
  padding: 0.5em 1em;
  background-color: #4b9b22;
}
.search_detail_heading {
  /* margin-bottom: ; */
  font-weight: 700;
  color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_detail_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_heading {
    /* font-size: 17px; */
    font-size: 20px;
  }
}
.search_detail_heading small {
  margin-left: 1em;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .search_detail_heading small {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .search_detail_heading small {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_heading small {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_text {
    font-size: 16px;
  }
}
.search_detail_body {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .search_detail_body {
    margin-top: 0;
  }
}
/* @media screen and (min-width: 768px) {
  .search_detail_body {
    display: flex;
  }
} */
/* @media screen and (min-width: 768px) {
  .search_detail_left {
    width: 428px;
    margin-right: 10%;
  }
} */
@media screen and (max-width: 768px) {
  .search_detail_left_box,
  .search_detail_left_slider {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.search_detail_left_box {
  display: flex;
  align-items: center;
  padding: 0.5em;
  color: #fff;
  background-color: #51504f;
}
@media screen and (min-width: 768px) {
  .search_detail_left_box {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_box {
    font-size: 15px;
  }
}
.search_detail_left_box_text {
  margin-right: 0.5em;
}
.search_detail_left_box_category {
  margin-left: auto;
}
.search_detail_left_box_category li {
  width: 95px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
.search_detail_left_box_category li + li {
  margin-top: 0.2em;
}
.search_detail_left_box_category .pink {
  background-color: #f09db7;
}
.search_detail_left_box_category .blue {
  background-color: #9dd3f0;
}
.search_detail_left_box_category .orange {
  background-color: #efb825;
}
.search_detail_left_slider {
  position: relative;
  /* margin-bottom: 8em; */
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .search_detail_left_slider {
    min-height: 345px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_slider {
    min-height: 85.5vw;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_left_slider .swiper {
    min-height: 345px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_slider .swiper {
    min-height: 85.5vw;
  }
}
.search_detail_left_slider .swiper-none {
  min-width: 100%;
  background-color: #ccc;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .search_detail_left_slider .swiper-none {
    /* min-height: 285px; */
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_slider .swiper-none {
    min-height: 76vw;
  }
}
.search_detail_left_slider .swiper-slide p {
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .search_detail_left_slider .swiper-slide p {
    width: 300px;
  }
}
.search_detail_left_price {
  z-index: 1;
  position: absolute;
  padding: 0 0.5em;
  font-size: 25px;
  color: #fff;
  background-color: #474645;
}
@media screen and (min-width: 768px) {
  .search_detail_left_price {
    top: 235px;
    right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_price {
    top: 76vw;
    right: 0;
    transform: translateY(-99%);
  }
}
.search_detail_left_price span {
  margin-left: 0.5em;
  font-size: 14px;
}
.search_detail_left_img {
  z-index: 1;
  /* position: absolute; */
  margin-left: auto;
  width: 99px;
}
@media screen and (min-width: 768px) {
  .search_detail_left_img {
    top: 315px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_left_img {
    /* top: 80vw; */
    /* right: 25px; */
    margin-right: 25px;
  }
}
.search_detail_left_img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search_detail_comment {
    margin-top: 4em;
  }
}
.search_detail_comment_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.search_detail_comment_heading,
.search_detail_contact_heading,
.search_detail_payment_heading,
.search_detail_address_heading,
.search_detail_comment2_heading {
  padding-bottom: 2px;
  font-weight: 700;
  color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_detail_comment_heading,
  .search_detail_contact_heading,
  .search_detail_payment_heading,
  .search_detail_address_heading,
  .search_detail_comment2_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_comment_heading,
  .search_detail_contact_heading,
  .search_detail_payment_heading,
  .search_detail_address_heading,
  .search_detail_comment2_heading {
    font-size: 17px;
  }
}
.search_detail_comment_link {
  padding-bottom: 2px;
}
.search_detail_comment_item {
  display: flex;
  align-items: center;
  padding: 1.5em 1em 1.5em 2em;
  border: 3px solid #719299;
  border-radius: 5px;
}
.search_detail_comment_item + .search_detail_comment_item {
  margin-top: 1em;
}
.search_detail_comment_item_img {
  position: relative;
  width: 74px;
  margin-right: 1em;
}
.search_detail_comment_item_body {
  width: calc(100% - 74px - 1em);
}
.search_detail_comment_item_heading {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #4b9b22;
}
@media screen and (min-width: 768px) {
  .search_detail_comment_item_heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_comment_item_heading {
    font-size: 13px;
  }
}
.search_detail_comment_item_text {
  color: #707070;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .search_detail_comment_item_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_comment_item_text {
    font-size: 13px;
  }
}
.search_detail_comment_weather1 {
  position: absolute;
  top: -0.5em;
  right: 0;
}
.search_detail_comment_weather2 {
  position: absolute;
  top: -1.5em;
  right: -0.5em;
}
.search_detail_comment2 {
  margin-top: 3em;
}
.search_detail_comment2_heading {
  margin-bottom: 0.5em;
}
.search_detail_comment2_text {
  font-size: 16px;
  line-height: 1.2;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .search_detail_right {
    width: calc(100% - 428px - 10%);
  }
}
@media screen and (max-width: 768px) {
  .search_detail_right {
    display: flex;
    flex-direction: column;
  }
}
.search_detail_info {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .search_detail_info {
    margin-top: 4em;
    order: 2;
  }
}
/* @media screen and (min-width: 768px) {
  .search_detail_info_content {
    display: flex;
    flex-wrap: wrap;
  }
} */
.search_detail_info_box {
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .search_detail_info_box {
    max-width: 364px;
  }
}
.search_detail_info_item {
  display: flex;
  margin-bottom: 1em;
  margin-right: auto;
  border: 1px solid #4b9b22;
}
.search_detail_info_item dd,
.search_detail_info_item dt {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 15px;
}
.search_detail_info_item dt {
  width: 40%;
  color: #fff;
  background-color: #4b9b22;
}
.search_detail_info_item dd {
  width: 60%;
}
.search_detail_info_btn {
  display: block;
  margin-top: 1em;
  font-size: 17px;
  text-align: center;
  color: #4b9b22;
  font-weight: 600;
}
.search_detail_info_btn span {
  border-bottom: 1px solid #4b9b22;
}
.search_detail_content > small {
  display: block;
  font-size: 18px;
  text-align: center;
}
/* .search_detail_content {
  display: flex;
  flex-wrap: wrap;
} */
@media screen and (max-width: 768px) {
  .search_detail_content {
    order: 1;
  }
}
.search_detail_address {
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .search_detail_address {
    max-width: 364px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_address {
    margin-top: 4em;
  }
}
.search_detail_address_heading {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.search_detail_address_map {
  height: 273px;
}
@media screen and (min-width: 768px) {
  .search_detail_address_map {
    width: 100%;
  }
}
.search_detail_address_map iframe {
  width: 100%;
  height: 100%;
}
.search_detail_payment {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search_detail_payment {
    max-width: 423px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_payment {
    margin-top: 4em;
  }
}
.search_detail_payment_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.search_detail_payment_heading {
  padding-bottom: 2px;
}
.search_detail_payment_body {
  padding: 2em 1em 0.5em;
  border: 7px solid #4b9b22;
  border-radius: 10px;
  padding: calc((50 - 10) * ((100vw - 2000px) / (2000 - 375)) + 50px);
}
.search_detail_payment_content {
  margin-bottom: 1em;
}
.search_detail_payment_item {
  display: flex;
  align-items: center;
}
.search_detail_payment_item dt {
  color: #4b9b22;
  max-width: 130px;
  width: 100%;
  padding-right: 1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .search_detail_payment_item dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_payment_item dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_payment_item dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_payment_item dd {
    font-size: 16px;
  }
}
.search_detail_payment_item:first-of-type dd {
  font-size: 30px;
  color: #4b9b22;
}
.search_detail_payment_text {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .search_detail_payment_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_payment_text {
    font-size: 11px;
  }
}
.search_detail_payment_btn {
  padding-bottom: 2px;
}
.search_detail_payment_btn:hover {
  cursor: pointer;
}
.search_detail_payment_simulation_inner {
  overflow: scroll;
  display: block;
}
@media screen and (min-width: 768px) {
  .search_detail_payment_simulation_inner {
    padding: 5em;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_payment_simulation_inner {
    width: 90%;
    padding: 2em;
  }
}
.search_detail_payment_simulation_btn:hover {
  cursor: pointer;
}
.search_detail_contact {
  display: block;
  margin-top: 4em;
}
.search_detail_contact_heading {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .search_detail_contact_body {
    display: flex;
    flex-wrap: wrap;
  }
}
.search_detail_contact_left {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .search_detail_contact_left {
    margin-right: auto;
  }
}
.search_detail_contact_left a {
  display: block;
}
@media screen and (min-width: 768px) {
  .search_detail_contact_right {
    max-width: 364px;
    display: flex;
    flex-direction: column;
  }
}
.search_detail_contact_right a {
  display: block;
}
.search_detail_contact_right a:nth-of-type(2) {
  margin-top: 1em;
}
/* .search_detail_contact img {
  width: 100%;
} */
@media screen and (max-width: 768px) {
  .search_detail_contact_text {
    margin-top: 1em;
    font-size: 18px;
    text-align: center;
  }
}
.search_detail_bottom {
  margin-top: 4em;
  margin-bottom: 4em;
}
.search_detail_bottom_heading {
  font-weight: 700;
  color: #4b9b22;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .search_detail_bottom_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_bottom_heading {
    font-size: 17px;
  }
}
.search_detail_bottom_text {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search_detail_bottom_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_bottom_text {
    font-size: 13px;
  }
}
.search_detail_bottom_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 40px;
  margin: 0 auto;
  margin-top: 4em;
  font-size: 18px;
  border: 1px solid #000;
}
.life_modal_inner,
.recommend_modal_inner,
.search_slider_modal_inner {
  padding: 4em 1em;
}
.life_modal_btn:hover,
.recommend_modal_btn:hover,
.search_slider_modal_btn:hover {
  cursor: pointer;
}
.life_modal_content,
.recommend_modal_content,
.search_slider_modal_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .life_modal_content,
  .recommend_modal_content,
  .search_slider_modal_content {
    font-size: 10px;
  }
}
.life_modal_content > * + *,
.recommend_modal_content > * + *,
.search_slider_modal_content > * + * {
  margin-top: 1em;
}
.life_modal_content > div {
  width: 70%;
  padding-top: 39%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.life_modal_open > div,
.swiper-slide-recommend > div {
  padding-top: 66.791%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.search_slider_modal._hide {
  z-index: -1;
  display: block;
  opacity: 0;
}
.search_detail_body .swiper,
.search_detail_bottom_slide .swiper {
  position: relative;
}
.search_detail_body .swiper .swiper-wrapper,
.search_detail_bottom_slide .swiper .swiper-wrapper {
  position: relative;
}
.search_detail_body .swiper .swiper-button-next,
.search_detail_body .swiper .swiper-button-prev,
.search_detail_bottom_slide .swiper .swiper-button-next,
.search_detail_bottom_slide .swiper .swiper-button-prev {
  width: 34px;
  height: 34px;
}
.search_detail_body .swiper .swiper-button-next::after,
.search_detail_body .swiper .swiper-button-prev::after,
.search_detail_bottom_slide .swiper .swiper-button-next::after,
.search_detail_bottom_slide .swiper .swiper-button-prev::after {
  display: none;
}
.search_detail_body .swiper .swiper-button-next,
.search_detail_bottom_slide .swiper .swiper-button-next {
  background: url('../assets/img/search/arrow_right2.svg') no-repeat center
    center/cover;
}
.search_detail_body .swiper .swiper-button-prev,
.search_detail_bottom_slide .swiper .swiper-button-prev {
  background: url('../assets/img/search/arrow_left2.svg') no-repeat center
    center/cover;
}
.search_detail_body .swiper .swiper-pagination-bullet,
.search_detail_bottom_slide .swiper .swiper-pagination-bullet {
  background-color: #474645;
  opacity: 1;
}
.search_detail_body .swiper .swiper-pagination-bullet-active,
.search_detail_bottom_slide .swiper .swiper-pagination-bullet-active {
  background-color: #4b9b22;
}
.search_detail_body .swiper p,
.search_detail_bottom_slide .swiper p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .search_detail_body .swiper p,
  .search_detail_bottom_slide .swiper p {
    font-size: 19px;
  }
}
.search_detail_body .swiper img,
.search_detail_bottom_slide .swiper img {
  width: 100%;
  height: 98px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper,
  .search_detail_body .mySwiper3,
  .search_detail_bottom_slide .mySwiper,
  .search_detail_bottom_slide .mySwiper3 {
    /* padding-bottom: 4vw; */
    padding-bottom: 25px;
  }
}
.search_detail_body .mySwiper .swiper-slide-img,
.search_detail_body .mySwiper3 .swiper-slide-img,
.search_detail_bottom_slide .mySwiper .swiper-slide-img,
.search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper .swiper-slide-img,
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    /* width: 428px;
    height: 285px; */
    /* height: 700px; */
    margin-bottom: 40px;
    /* height: 35vw; */
    height: 300px;
    margin-bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper .swiper-slide-img,
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    /* width: 700px; */
    width: 100%;
    height: 76vw;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper p,
  .search_detail_body .mySwiper3 p,
  .search_detail_bottom_slide .mySwiper p,
  .search_detail_bottom_slide .mySwiper3 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper p,
  .search_detail_body .mySwiper3 p,
  .search_detail_bottom_slide .mySwiper p,
  .search_detail_bottom_slide .mySwiper3 p {
    width: calc(100% - 170px);
    margin-left: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper .swiper-button-prev,
  .search_detail_body .mySwiper .swiper-button-next,
  .search_detail_bottom_slide .mySwiper .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper .swiper-button-next {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper .swiper-button-prev,
  .search_detail_body .mySwiper .swiper-button-next,
  .search_detail_bottom_slide .mySwiper .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper .swiper-button-next {
    top: 45%;
  }
}
.search_detail_body .mySwiper .swiper-pagination,
.search_detail_bottom_slide .mySwiper .swiper-pagination {
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper .swiper-pagination,
  .search_detail_bottom_slide .mySwiper .swiper-pagination {
    top: 300px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper .swiper-pagination,
  .search_detail_bottom_slide .mySwiper .swiper-pagination {
    bottom: 0;
    text-align: left;
    margin-left: 25px;
  }
}
.search_detail_body .mySwiper3,
.search_detail_bottom_slide .mySwiper3 {
  width: 100%;
  text-align: center;
}
.search_detail_body .mySwiper3 .swiper-slide-img,
.search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-slide-img,
  .search_detail_bottom_slide .mySwiper3 .swiper-slide-img {
    margin-bottom: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-pagination,
  .search_detail_bottom_slide .mySwiper3 .swiper-pagination {
    bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-pagination,
  .search_detail_bottom_slide .mySwiper3 .swiper-pagination {
    bottom: 10.6vw;
  }
}
.search_detail_body .mySwiper3 p,
.search_detail_bottom_slide .mySwiper3 p {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-button-prev,
  .search_detail_body .mySwiper3 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper3 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper3 .swiper-button-next {
    top: 46%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper3 .swiper-button-prev,
  .search_detail_body .mySwiper3 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper3 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper3 .swiper-button-next {
    top: 37%;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper2,
  .search_detail_bottom_slide .mySwiper2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper2,
  .search_detail_bottom_slide .mySwiper2 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper2 .swiper-pagination-bullet,
  .search_detail_bottom_slide .mySwiper2 .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper2 .swiper-button-next,
  .search_detail_body .mySwiper2 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper2 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper2 .swiper-button-prev {
    width: 67px;
    height: 67px;
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper2 .swiper-button-next,
  .search_detail_body .mySwiper2 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper2 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper2 .swiper-button-prev {
    top: 40%;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper4,
  .search_detail_bottom_slide .mySwiper4 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper4,
  .search_detail_bottom_slide .mySwiper4 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper4 .swiper-pagination-bullet,
  .search_detail_bottom_slide .mySwiper4 .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .search_detail_body .mySwiper4 .swiper-button-next,
  .search_detail_body .mySwiper4 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper4 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper4 .swiper-button-prev {
    width: 67px;
    height: 67px;
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper4 .swiper-button-next,
  .search_detail_body .mySwiper4 .swiper-button-prev,
  .search_detail_bottom_slide .mySwiper4 .swiper-button-next,
  .search_detail_bottom_slide .mySwiper4 .swiper-button-prev {
    top: 40%;
  }
}
@media screen and (min-width: 768px) {
  .search_contact {
    margin-bottom: 1em;
    padding: 20px 0 100px;
    background-color: #cde1ea;
  }
}
.search_contact_heading {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #4ba124;
}
.search_contact_body {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .search_contact_body {
    max-width: 1360px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .search_contact .elementor-widget-wrap {
    padding: 0 !important;
  }
}
.search_contact_content {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .search_contact_content:not(.search_contact_content-select) {
    display: flex;
    align-items: center;
  }
}
.search_contact_content-check2 {
  display: block !important;
}
.search_contact_content-check2 .search_contact_item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .search_contact_item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item:not(:first-of-type) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .search_contact_item:first-of-type {
    width: 30%;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .search_contact_item:last-of-type {
    width: 70%;
  }
}
.search_contact_item-select,
.search_contact_item-select2 {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search_contact_item-select,
  .search_contact_item-select2 {
    margin-left: 3em;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item-select,
  .search_contact_item-select2 {
    flex-wrap: wrap;
  }
}
.search_contact_item-select p:not(.search_contact_item_text),
.search_contact_item-select2 p:not(.search_contact_item_text) {
  position: relative;
  display: flex;
  flex-grow: 1;
}
.search_contact_item-select select,
.search_contact_item-select input[type='text'],
.search_contact_item-select2 select,
.search_contact_item-select2 input[type='text'] {
  font-size: 22px;
  margin-right: 20px;
  font-weight: 600;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .search_contact_item-select select,
  .search_contact_item-select input[type='text'],
  .search_contact_item-select2 select,
  .search_contact_item-select2 input[type='text'] {
    max-width: 188px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item-select select,
  .search_contact_item-select input[type='text'],
  .search_contact_item-select2 select,
  .search_contact_item-select2 input[type='text'] {
    width: 40.8vw;
  }
}
.search_contact_item-select .error,
.search_contact_item-select2 .error {
  position: absolute;
  bottom: -2em;
}
.search_contact_item-select input[type='text'],
.search_contact_item-select2 input[type='text'] {
  padding: 6px 12px 6px !important;
}
.search_contact_item-select2 {
  display: flex;
  flex-wrap: wrap;
}
.search_contact_item-select2 p {
  width: auto;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 600;
}
.search_contact_item-select2 p:not(.search_contact_item_text) {
  flex-grow: 0;
  align-items: center;
}
.search_contact_item-select2 p:not(.search_contact_item_text) select {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .search_contact_item-select2 p:not(.search_contact_item_text) select {
    width: 19.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .search_contact_item-select2 p:nth-of-type(2) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item-select2 p:nth-of-type(2) {
    margin-right: 2.6666666667vw;
  }
}
.search_contact_item_number {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search_contact_item_number {
    margin-bottom: 1em;
  }
}
.search_contact_item-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search_contact_item-check .error {
  width: 100%;
}
.search_contact_item-check2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search_contact_item-check2 {
    margin-top: 10px;
    padding-left: 3em;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item-check2 {
    margin-left: 0 !important;
  }
}
.search_contact_item-check2 > span {
  margin: 0 !important;
  padding: 5px 0;
}
.search_contact_item-check2 > span input {
  padding: 0 !important;
}
.search_contact_item .required {
  margin-left: 1em;
  font-size: 15px;
  font-weight: 600;
  background-color: #fc2222;
  color: #fff;
  border-radius: 7px;
  padding: 3px 5px;
}
.search_contact_item_heading {
  font-size: 22px;
  font-weight: 600;
}
.search_contact_item_text {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .search_contact_item_text {
    width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item_text {
    width: 100%;
  }
}
.search_contact_item .error {
  font-size: 12px !important;
}
.search_contact_item input {
  padding: 12px 12px 6px !important;
}
.search_contact_item input::-moz-placeholder {
  font-size: 22px;
  font-weight: 600;
  color: #7b7b7b;
}
.search_contact_item input:-ms-input-placeholder {
  font-size: 22px;
  font-weight: 600;
  color: #7b7b7b;
}
.search_contact_item input::placeholder {
  font-size: 22px;
  font-weight: 600;
  color: #7b7b7b;
}
.search_contact_item .mwform-radio-field {
  font-size: 22px;
}
.search_contact_item .mwform-radio-field input {
  width: 1em;
  height: 1em;
}
.search_contact_item .mwform-radio-field label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search_contact_item .mwform-radio-field + .mwform-radio-field {
    margin-left: 5em !important;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item .mwform-radio-field + .mwform-radio-field {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .search_contact_item .mwform-radio-field {
    margin-right: 13.3333333333vw !important;
  }
}
.search_contact_other {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search_contact_other {
    padding-left: 4.5em;
  }
}
.search_contact_other textarea {
  min-height: 248px;
}
.search_contact_submit {
  width: 287px;
  margin: 4em auto;
}
.search_contact_submit input[type='submit'] {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #4b9b22;
  border-radius: 32px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  ._pcHide {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  ._spHide {
    display: none;
  }
}

._show {
  display: block;
}
._hide {
  display: none;
}
._ta {
  text-align: left;
}
._tac {
  text-align: center;
}
._tar {
  text-align: right;
}
._mt4 {
  margin-top: 4em;
}
._p0 {
  padding: 0;
}
._pt0 {
  padding-top: 0;
}
._pr0 {
  padding-right: 0;
}
._pb0 {
  padding-bottom: 0;
}
._pl0 {
  padding-left: 0;
}

/* @media screen and (min-width: 768px) {
  ._pcHide {
    display: none;
  }
} */
._spHide {
  display: none;
}

@media screen and (min-width: 768px) {
  .search_wrapper {
    width: 70%;
  }
  .search_detail_box {
    display: none;
  }
  .search_detail_body .mySwiper .swiper-pagination,
  .search_detail_bottom_slide .mySwiper .swiper-pagination {
    top: 36vw;
  }
  .search_detail_left_img {
    top: 45vw;
    right: 3vw;
  }
  .search_detail_left_price {
    /* top: 32.5vw; */
    top: 256px;
    right: 0em;
  }
  .search_detail_left_slider .swiper-slide p {
    width: 100%;
    text-align: center;
  }
  .search_detail_info_box {
    width: 100%;
  }
  .search_detail_info_item dt {
    width: 10%;
  }
  .search_detail_info_box {
    max-width: 100%;
    /* margin-top: 50px; */
  }
  .search_detail_contact_body {
    width: 75%;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .search_detail_contact_heading {
    text-align: center;
  }
  .search_detail_contact_text {
    font-size: 14px;
    text-align: center;
  }
  .search_detail_right {
    width: 100%;
  }
  .search_detail_payment {
    max-width: 100%;
    margin-top: 50px;
  }
  .search_detail_payment_content {
    width: 270px;
  }
  .search_detail_address {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .search_detail_address_map {
    height: 500px;
  }
  .search_detail_contact_left img {
    width: 100%;
  }
  .search_detail_comment_item {
    padding: 2.5rem;
  }
  .search_detail_comment2_text,
  .search_detail_comment_item_text,
  .search_detail_payment_text {
    line-height: 1.8;
  }
  .search_detail_body .swiper p,
  .search_detail_bottom_slide .swiper p {
    padding-top: 25px;
  }
  .search_detail_payment_text {
    font-size: 0.8vw;
  }
  .search_detail_info_item dt {
    width: 24%;
  }
  .search_detail_body .swiper p,
  .search_detail_bottom_slide .swiper p {
    font-size: 20px;
  }
  .search_detail_comment {
    margin-top: 50px;
  }
  .search_detail_payment {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .search_detail_payment_item dt {
    max-width: 100%;
    width: auto;
  }
  .search_detail_payment_item dt {
    font-size: 20px;
  }
  .search_detail_payment_item:first-of-type dd {
    font-size: 35px;
  }
  .search_detail_payment_content {
    width: 100%;
  }
  .search_detail_payment_content {
    font-size: 21px;
  }
  .mainContainer {
    width: calc((1200 - 300) * ((100vw - 2000px) / (2000 - 375)) + 1200px);
    margin: 0 auto;
  }
  .search_detail_contact_left {
    margin-right: 20px;
  }
  .search_detail_contact_text {
    font-size: 16px;
  }
  .search_detail_body {
    margin-top: 0;
  }
  .search_detail {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .search_detail_body .mySwiper .swiper-slide-img {
    background-size: contain;
    /* background-position: initial; */
  }
  .search_detail_payment_text {
    line-height: 2;
  }
  .search_detail_contact_left img {
    width: 365px;
  }
}
