/* CSS Document */
@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .btn_wrapper a {
    position: relative;
  }
  .btn_wrapper a::after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    right: 4vw;
    top: 50%;
  }
  html {
    font-size: 3vw;
  }
  section {
    padding: 0;
  }
  #wrapper {
    margin: 0;
    padding: 0;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 88vw;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_content {
    margin-top: 0;
  }
  .main_content > .btn_wrapper {
    position: fixed;
    top: 26.6666666667vw;
    right: 0;
    margin-left: auto;
    display: block;
    z-index: 1000;
    width: 9.2vw;
    height: auto;
  }
  .main_content > .btn_wrapper a {
    width: 9.2vw;
  }
  .main_content > .btn_wrapper a img {
    width: 100%;
    width: 9.2vw;
  }
  .main_content > .btn_wrapper a::after {
    content: none;
  }
  header {
    position: relative;
  }
  header .btn_wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50vh;
    z-index: 100;
    transform: translateY(-50%);
    z-index: 1002;
  }
  header .btn_wrapper a {
    width: 11.6vw;
  }
  #header {
    position: fixed;
    z-index: 1001;
    background: none;
    top: 0;
    height: 20vw;
    right: 0;
    width: 100%;
    border-left: none;
    background: white;
  }
  #header:not(.top_bg) h1, #header:not(.top_bg) h2 {
    width: auto;
    height: 11vw;
    bottom: auto;
    top: 0;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    z-index: 1000;
  }
  #header:not(.top_bg) h1 a, #header:not(.top_bg) h2 a {
    display: block;
    line-height: 1;
  }
  #header:not(.top_bg) h1 a img, #header:not(.top_bg) h2 a img {
    width: 44vw;
    transition: none;
  }
  #header.top_bg::before {
    top: -14.4vw;
    transition: all 0.2s;
  }
  #header.top_bg h1 {
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    margin-left: 0;
    padding-left: 5.7vw;
    padding-top: 0;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #header.top_bg h1 a {
    display: block;
    line-height: 1;
  }
  #header.top_bg h1 a img {
    width: 28.6666666667vw;
  }
  #header.nontop, #header:not(.top_bg) {
    top: 0;
    height: 20vw;
  }
  #header .header_top {
    display: flex;
    /*justify-content: flex-start;*/
    align-items: center;
    height: auto;
    width: 88vw;
  }
  #header h1 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 6vw;
    position: relative;
    z-index: 100;
  }
  #header h1 a {
    display: block;
    line-height: 1;
  }
  #header h1 a img {
    width: 58.6666666667vw;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: calc(7.2vw - 18px);
    left: auto;
    right: 6vw;
    transform: none;
    margin-top: 0;
    width: 20px;
    height: 36px;
    z-index: 1002;
  }
  #header .menu-trigger p {
    position: absolute;
    bottom: 0;
    top: 0;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
    color: #333333;
    right: 100%;
    width: 24vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  #header .menu-trigger p.close {
    display: none;
  }
  #header .menu-trigger.active p.close {
    display: none;
  }
  #header .menu-trigger.active p.open {
    display: none;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    background: #333333;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-2.5px) rotate(45deg);
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  #header .shop {
    position: absolute;
    width: 8.2vw;
    left: auto;
    right: 15vw;
    bottom: auto;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .g_nav {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100vh;
    padding-top: 14.4vw;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    padding-bottom: 5vw;
    padding-top: 12vw;
    height: 100%;
    justify-content: flex-start;
  }
  .g_nav ul ul {
    padding: 0;
  }
  .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 16px;
    padding: 1vw 0;
    margin: 0;
    text-align: center;
  }
  .g_nav ul li.commercial a, .g_nav ul li.privacy a {
    font-size: 14px;
  }
  .g_nav > ul > li {
    padding: 2vw 0;
  }
  .g_nav > ul > li li {
    padding: 0;
  }
  .g_nav ul li a {
    display: inline-block;
    padding: 2.5vw 0;
    color: #333333;
    text-decoration: none;
    font-size: 4.5333333333vw;
    font-weight: 600;
  }
  .g_nav ul li a .logo {
    max-width: 79px;
  }
  .g_nav ul li a .insta {
    width: 18px;
  }
  .g_nav ul li a:hover {
    opacity: 0.9;
  }
  .g_nav ul li a:hover::after {
    content: none;
  }
  #loading img {
    width: 100%;
    transform: translateY(-8vh);
  }
  .loading_wrap {
    position: fixed;
    top: 45vh;
    left: 50vw;
    text-align: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -60%);
  }
  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .sp_drag_part {
    text-align: center;
    padding: 2vw 5px 1.5vw;
  }
  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
  }
  ul.sp_drag_btns li {
    float: left;
    width: 50%;
  }
  ul.sp_drag_btns li a {
    display: block;
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }
  .top {
    margin-top: 80px;
    height: 133vw;
  }
  .top .container {
    width: 100%;
  }
  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }
  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }
  main {
    padding-top: 0;
  }
  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc;
  }
  #pc_menu2 .top_menu_link span {
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }
  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }
  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }
  body {
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  .lightbox {
    position: fixed;
    z-index: 1001;
    width: 100%;
    display: none;
    height: 100vh;
    top: 0;
    right: 0;
  }
  .lightbox .bg {
    background: rgba(240, 240, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .lightbox .boxcontent {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lightbox .boxcontent .close_btn {
    position: absolute;
    right: 8vw;
    top: -15vw;
  }
  .lightbox .boxcontent .flex_img {
    width: 80vw;
    margin: auto;
  }
  .lightbox .boxcontent .flex_img img {
    width: 100%;
    mix-blend-mode: darken;
  }
  @keyframes discoverAnimatin {
    0% {
      background-position: bottom 0 center;
    }
    20% {
      background-position: bottom 40.8vw center;
    }
    60% {
      background-position: bottom 40.8vw center;
    }
    80% {
      background-position: bottom 81.6vw center;
    }
    100% {
      background-position: bottom 81.6vw center;
    }
  }
  .template-search_block {
    background: #f7e9db;
    padding: 4vw;
  }
  .template-search_block .piece1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .template-search_block .piece1 .input_wrapper {
    flex: 1;
    position: relative;
  }
  .template-search_block .piece1 .input_wrapper .search_icon {
    position: absolute;
    top: 2vw;
    left: 1rem;
  }
  .template-search_block .piece1 .input_wrapper .search_icon img {
    width: 8vw;
    height: 8vw;
  }
  .template-search_block .piece1 .address {
    height: 12vw;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 1.2rem;
    width: 100%;
    padding-left: 12vw;
  }
  .template-search_block .piece1 .delete_icon {
    top: 50%;
    transform: translateY(-50%);
  }
  .template-search_block .submit_btn {
    height: 9.6vw;
    background: #d9924e;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    margin-left: 0;
    margin-top: 1rem;
  }
  .template-search_block .piece2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    flex-direction: column;
  }
  .template-search_block .piece2 .fields1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* Custom checkbox appearance when checked */
    /* Adjust the label's position */
  }
  .template-search_block .piece2 .fields1 label {
    font-size: 1rem;
    margin-right: 20px;
  }
  .template-search_block .piece2 .fields1 .alert_btn {
    background: white;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox] {
    display: none;
  }
  .template-search_block .piece2 .fields1 .custom-checkbox .custom-checkbox-box {
    width: 20px;
    height: 20px;
    background: url(./../images/uncheck.png) no-repeat;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-box {
    background: url(./../images/check.png) no-repeat;
  }
  .template-search_block .piece2 .fields1 .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-box::after {
    content: "";
    /* Checkmark icon */
    background: url(./../images/check.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
  }
  .template-search_block .piece2 .fields1 .custom-checkbox span.custom-checkbox-box + span {
    margin-left: 5px;
  }
  .template-search_block .piece2 .fields2 {
    flex: 1;
    /*margin-left: 0px;*/
    margin-top: 1rem;
    width: 100%;
  }
  .template-search_block .progress-container {
    width: 100%;
    height: 20px;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 2px solid #d9924e;
  }
  .template-search_block .progress-bar {
    height: 100%;
    background-color: #d9924e;
    width: 56.25%;
    border-radius: 0;
    transition: width 0.25s;
    margin: -2px 0 0 -2px; /* ボーダーのずれを補正 */
    box-sizing: content-box;
  }
  .template-search_block .progressLength {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    padding: 0 0;
    position: relative;
    margin-top: 0.8rem;
  }
  .template-search_block .progressLength span {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .template-search_block .progressLength .current {
    font-weight: bold;
    left: 56.25%;
    position: absolute;
    color: #d9924e;
  }
  .template-breadcrumb {
    margin-top: 20vw;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-top: 1px solid #d9d9d9;
  }
  .template-breadcrumb ol {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    font-size: 0.8rem;
    color: #666666;
    gap: 10px;
  }
  .template-breadcrumb ol a {
    color: #4e95d9;
  }
  .pagination {
    display: flex;
    margin-top: 8vw;
    gap: 1.3333333333vw;
    justify-content: center;
  }
  .pagination span,
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.3333333333vw;
    height: 6.4vw;
    border: 1px solid #d9924e;
    background: white;
    color: #d9924e;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
  }
  .pagination span:not(.dots) {
    background: #d9924e;
    color: white;
  }
  .paginationCount {
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 10.6666666667vw;
    margin-top: 10px;
  }
  .modal .modal-body {
    width: 90%;
  }
  .modal .modal-body p {
    font-size: 1rem;
  }
  #sec1 {
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin-top: 20vw;
  }
  #sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(./../images/fv_bg.jpg) repeat-x;
    background-size: auto 100%;
  }
  #sec1 .sec1_body {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    z-index: 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
  }
  #sec1 .sec1_body h1 {
    font-size: 4.2666666667vw;
    color: #82572e;
    text-align: left;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  #sec1 .sec1_body p {
    font-size: 1rem;
    color: #82572e;
    text-align: left;
    margin-top: 0.8rem;
  }
  #sec2 {
    margin-top: 8vw;
  }
  #sec2 .part1 h2 {
    background-color: #e8bd94;
    color: white;
    font-size: 1.5rem;
    padding: 0.4rem 20px;
    font-weight: bold;
  }
  #sec2 .part1 h3 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #sec2 .part1 > p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    margin-top: 0.8rem;
  }

  /* サイト内検索結果ページ */
  #site_search_sec1 {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
  #site_search_sec1 .search_header h1 {
    font-size: 1.5rem;
  }
  #site_search_sec1 .search_results .search_result_item {
    padding: 4vw 0;
    margin-bottom: 4vw;
  }
  #site_search_sec1 .search_results .result_title a {
    font-size: 1.1rem;
  }
  #site_search_sec1 .search_results .result_meta {
    font-size: 0.8rem;
  }
  #site_search_sec1 .search_results .result_excerpt {
    font-size: 0.9rem;
  }
  #site_search_sec1 .search_results .result_url {
    font-size: 0.8rem;
  }
  #sec3 .part1 {
    margin-top: 8vw;
  }
  #sec3 .part1 h2 {
    background: #e8bd94;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem 0.3rem;
  }
  #sec3 .part1 .btn_wrapper {
    text-align: right;
    color: #4e95d9;
    font-size: 0.8rem;
    margin: 0.8rem 2rem;
  }
  #sec3 .part1 .btn_wrapper a {
    color: #4e95d9;
  }
  #sec3 .part1 .news_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  #sec3 .part1 .news_container .block img {
    height: auto;
    aspect-ratio: 1000/350;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec3 .part1 .news_container .block h5 {
    font-size: 1rem;
    padding: 2vw;
    text-align: left;
    color: #4e95d9;
    font-weight: normal;
  }
  #sec4 .part1 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  #sec4 .part1 h2 {
    background: #e8bd94;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem 0.3rem;
  }
  #sec4 .part1 .btn_wrapper {
    text-align: right;
    color: #4e95d9;
    font-size: 0.8rem;
    margin: 0.8rem 2rem;
  }
  #sec4 .part1 .btn_wrapper a {
    color: #4e95d9;
  }
  #sec4 .part1 .news_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  #sec4 .part1 .news_container .block img {
    height: auto;
    aspect-ratio: 1000/350;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec4 .part1 .news_container .block h5 {
    padding: 10px;
    text-align: left;
    color: #4e95d9;
    font-weight: normal;
    font-size: 1rem;
  }



  
  #sec5 .part1 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  #sec5 .part1 h2 {
    background: #e8bd94;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem 0.3rem;
  }
  #sec5 .part1 .btn_wrapper {
    text-align: right;
    color: #4e95d9;
    font-size: 0.8rem;
    margin: 0.8rem 2rem;
  }
  #sec5 .part1 .btn_wrapper a {
    color: #4e95d9;
  }
  #sec5 .part1 .news_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  #sec5 .part1 .news_container .block img {
    height: auto;
    aspect-ratio: 1000/350;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec5 .part1 .news_container .block h5 {
    padding: 10px;
    text-align: left;
    color: #4e95d9;
    font-weight: normal;
    font-size: 1rem;
  }




  

  #pickups_sec1 .news_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  #pickups_sec1 .news_container .block img {
    height: auto;
    aspect-ratio: 1000/350;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #pickups_sec1 .news_container .block h5 {
    padding: 10px;
    text-align: left;
    color: #4e95d9;
    font-weight: normal;
  }
  .header_text {
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0;
  }
  .main_content {
    min-height: 70vh;
  }
  .page-container {
    max-width: 1000px;
    margin-bottom: 8vw;
  }
  .page-container h1 {
    color: #181f38 !important;
  }
  .page-container .user {
    text-align: right;
    font-size: 1rem;
    margin-top: 2rem;
  }
  .page-container .user .name {
    font-size: 2rem;
    color: #8b7158;
    font-weight: bold;
    margin-left: 5.3333333333vw;
  }
  .page-container table {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .page-container table tr th {
    border-top: 1px solid black;
    padding: 2.6666666667vw 2vw;
    text-align: left;
    vertical-align: top;
  }
  .page-container table tr td {
    border-top: 1px solid black;
    padding: 2.6666666667vw 2vw;
    line-height: 1.7;
  }
  .page-container table tr:last-child td {
    border-bottom: 1px solid black;
  }
  .page-container table tr:last-child th {
    border-bottom: 1px solid black;
  }
  .page-container .form_container {
    max-width: 800px;
    margin: auto;
  }
  .page-container .form_container .form-group {
    width: 100%;
    flex: 1;
    margin-bottom: 5.3333333333vw;
  }
  .page-container .form_container .form-group label {
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
  .page-container .form_container .form-group .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .page-container .form_container .form-group .wpcf7-form-control-wrap input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
  }
  .page-container .form_container .form-group .wpcf7-form-control-wrap textarea {
    width: 100%;
    border-radius: 5px;
    height: 100px;
    border: 1px solid #d9d9d9;
  }
  .page-container .form_container .acceptance-group {
    margin-bottom: 8vw;
  }
  .page-container .form_container .submit_btn input {
    height: 13.3333333333vw;
    background: #d9924e;
    border: none;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 1.5rem;
    color: white;
  }
  .page-container .form_container .submit_btn input.wpcf7-previous {
    background: none;
    border: 1px solid #8b7158;
    color: #8b7158;
  }
  .page-container .form_container .form-multiple {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 45px;
  }
  .page-container .about-content {
    font-size: 1rem;
    line-height: 2;
  }
  .page-container h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
  }
  .page-container ol {
    margin-left: 8vw;
    margin-top: 0.5rem;
    margin-bottom: 5.3333333333vw;
  }
  .page-container ol li {
    font-size: 1rem;
    line-height: 2;
  }
  .page-container.thanks h3 {
    font-size: 1.5rem;
  }
  .page-container.thanks img {
    width: 80%;
  }
  .page-container.thanks .back_top {
    height: 13.3333333333vw;
    width: 100%;
    font-size: 1.5rem;
  }
  .single-content h1 {
    font-size: 2rem;
    color: #d9924e;
    font-weight: bold;
    padding: 0.8rem 0 1.2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .single-content h1 .date {
    font-size: 1rem;
  }
  .single-content h2 {
    color: #8b7158;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    padding-bottom: 0.4rem;
  }
  .single-content p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
  }
  .single-footer h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 66px;
    margin-bottom: 15px;
  }
  .single-footer .related_singles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .single-footer .related_singles .block img {
    height: auto;
    aspect-ratio: 1000/350;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .single-footer .related_singles .block h5 {
    padding: 10px;
    text-align: left;
    color: #4e95d9;
    font-weight: normal;
  }
  footer {
    position: relative;
    z-index: 3;
    background: #f7e9db;
    background-position: top center;
    background-size: cover;
    padding: 20px 0 0;
  }
  .pagetop {
    z-index: 99;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  footer .part_logo {
    text-align: center;
    padding-bottom: 35px;
  }
  footer .part_logo img {
    width: 183px;
  }
  footer .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  footer .part1 ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 2.6666666667vw 5.3333333333vw;
  }
  footer .part1 ul li a {
    line-height: 2;
    color: #181f38;
    font-size: 0.8rem;
    display: block;
  }
  footer .part1 ul li a img {
    width: 17px;
  }
  footer .part2 {
    padding-top: 1.2rem;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 10px;
  }
  footer .part2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .part3 {
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 10px;
    padding-bottom: 24px;
  }
  footer .part3 .logo {
    position: initial;
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
    transform: none;
  }
  footer .part3 .logo img {
    width: 44vw;
  }
  #search_sec1 .googlemap {
    margin-top: 8vw;
  }
  #search_sec1 .googlemap #map {
    height: 80vw;
    width: 100%;
  }
  #search_sec1 .search_results {
    margin-top: 8vw;
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
  #search_sec1 .search_results .block {
    border: 1px solid #181f38;
    padding: 10px 20px;
    min-width: 100%;
    max-width: 100%;
    flex: 1;
  }
  #search_sec1 .search_results .block h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
  }
  #search_sec1 .search_results .block .postalcode {
    font-size: 1rem;
    color: #181f38;
  }
  #search_sec1 .search_results .block .distance {
    border-top: 1px solid #d9d9d9;
    text-align: right;
    font-weight: bold;
    margin-top: 2.6666666667vw;
  }
  #search_sec1 .search_results .block .distance span {
    color: #d9924e;
    font-size: 2rem;
    font-weight: normal;
  }
  .single_header {
    margin-top: 20vw;
    padding-top: 6.6666666667vw;
  }
  .single_header h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #d9924e;
    margin-top: 0.8rem;
  }
  .single_header .header_spec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    font-weight: normal;
    flex-wrap: wrap;
  }
  .single_header .header_spec .info .address {
    line-height: 2;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .single_header .header_spec .post_meta {
    line-height: 1.2;
    width: 100%;
  }
  .single_header .header_spec .post_meta li {
    list-style: none;
    color: #8b7158;
    text-align: right;
    font-weight: normal;
  }
  .single_header .header_spec .post_meta li .number {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
  }
  .single_header .categories {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 5.3333333333vw;
  }
  .single_header .categories .category_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .single_header .categories .category_block span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 2.6666666667vw;
    font-weight: bold;
  }
  .single_header .categories .category_block span img {
    margin-right: 5px;
  }
  .single_header .categories .sns_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  .single_header .categories .sns_btns a {
    display: block;
    height: 5.3333333333vw;
  }
  .single_header .categories .sns_btns a img {
    height: 100%;
  }
  .single_content .content1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5.3333333333vw;
    border-top: 1px solid #d9d9d9;
    margin-top: 1.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .single_content .content1 .block1,
  .single_content .content1 .block2 {
    flex: 1;
    width: 100%;
  }
  .single_content .content1 .block1 h3,
  .single_content .content1 .block2 h3 {
    color: #82572e;
    font-size: 1.2rem;
  }
  .single_content .content1 .block1 table,
  .single_content .content1 .block2 table {
    width: 100%;
    margin-top: 10px;
  }
  .single_content .content1 .block1 table th,
  .single_content .content1 .block2 table th {
    font-size: 1rem;
    padding: 2vw;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid white;
  }
  .single_content .content1 .block1 table td,
  .single_content .content1 .block2 table td {
    padding: 2vw;
    width: 21.3333333333vw;
    font-size: 1rem;
    background: white;
    border: 1px solid #f5f5f5;
    text-align: right;
    font-weight: bold;
  }
  .single_content .content2 p {
    color: #666666;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .single_content .block3 {
    flex: 1;
    margin-top: 30px;
  }
  .single_content .block3 h3 {
    color: #82572e;
    font-size: 1.2rem;
  }
  .single_content .block3 table {
    width: 100%;
    margin-top: 10px;
  }
  .single_content .block3 table th {
    padding: 10px 10px;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid white;
  }
  .single_content .block3 table td {
    padding: 2vw;
    width: 21.3333333333vw;
    background: white;
    border: 1px solid #f5f5f5;
    text-align: right;
    font-weight: bold;
  }
  .single_info {
    margin-top: 1vw;
    margin-bottom: 8vw;
  }
  .single_info #tabs {
    border: 1px solid #181f38;
    padding: 1.3333333333vw;
  }
  .single_info #tabs .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .single_info #tabs .tabs .tab {
    flex: 1;
    padding: 0 0.5rem;
    height: 10.6666666667vw;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    letter-spacing: 0;
    white-space: nowrap;
    cursor: pointer;
  }
  .single_info #tabs .tabs .tab.active {
    background: #d9924e;
    border-color: #d9924e;
    color: white;
  }
  .single_info #tabs .tab-containers .tab-container {
    display: none;
    padding: 10px 0 0;
  }
  .single_info #tabs .tab-containers .tab-container.active {
    display: block;
  }
  .single_info #tabs .tab-containers .tab-container .tab_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .single_info #tabs .tab-containers .tab-container .tab_wrapper .profile_image {
    width: 100%;
  }
  .single_info #tabs .tab-containers .tab-container .tab_wrapper .image {
    display: block;
    margin: auto;
    width: 50%;
  }
  .single_info #tabs .tab-containers .tab-container .tab_wrapper .tab_body {
    flex: 1;
    margin-left: 0;
  }
  .single_info #tabs .tab-containers .tab-container .staff_omidashi {
    margin-bottom: 4vw;
  }
  .single_info #tabs .tab-containers .tab-container .profile,
  .single_info #tabs .tab-containers .tab-container .omidashi,
  .single_info #tabs .tab-containers .tab-container .staff_omidashi,
  .single_info #tabs .tab-containers .tab-container .hsp_omidashi {
    font-size: 1.5rem;
    color: #82572e;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
  }
  .single_info #tabs .tab-containers .tab-container iframe {
    width: 100%;
  }
  .single_info #tabs .tab-containers .tab-container .yakusyoku,
  .single_info #tabs .tab-containers .tab-container .name_kanji,
  .single_info #tabs .tab-containers .tab-container .name_kana {
    font-weight: bold;
    font-size: 1.2rem;
  }
  .single_info #tabs .tab-containers .tab-container .honbun {
    line-height: 2;
    margin-top: 10px;
  }
  .related_healthcares {
    margin-bottom: 30px;
  }
  .related_healthcares h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #181f38;
  }
  .related_healthcares .healthcares {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.3333333333vw;
    margin-top: 10px;
  }
  .related_healthcares .healthcares .healthcare {
    border: 1px solid #8b7158;
    padding: 2vw;
    text-decoration: none;
  }
  .related_healthcares .healthcares .healthcare h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #8b7158;
  }
  .back_btns {
    margin-bottom: 60px;
  }
  .back_btns a {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background: #d9924e;
    color: white;
    font-size: 1.2rem;
  }
  #common_sec1 {
    background-size: cover;
    margin: auto;
    background-position: bottom;
    height: 656px;
    z-index: 1;
    top: 0;
    left: 0;
    position: relative;
    margin-top: 105px;
  }
  #common_sec1.about {
    background-image: url(./../images/about_fv.jpg);
    background-repeat: no-repeat;
  }
  #common_sec1.contact {
    background-image: url(./../images/contact_fv.jpg);
    background-repeat: no-repeat;
    height: 510px;
  }
  #common_sec1.pdp {
    background-image: url(./../images/pdp_fv.jpg);
    background-repeat: no-repeat;
  }
  #common_sec1.animal {
    background-image: url(./../images/animal_fv.jpg);
    background-repeat: no-repeat;
  }
  #common_sec1.animal .part1 {
    top: 83px;
    left: 20px;
    transform: none;
  }
  #common_sec1.privacy {
    background-image: url(./../images/privacy_fv.jpg);
    background-repeat: no-repeat;
    height: 510px;
  }
  #common_sec1.medical {
    background-image: url(./../images/medical_fv.jpg);
    background-repeat: no-repeat;
  }
  #common_sec1.news {
    background-image: url(./../images/news_fv.jpg);
    background-repeat: no-repeat;
    height: 510px;
  }
  #common_sec1.seisan {
    background-image: url(./../images/seisan_fv.jpg);
    background-repeat: no-repeat;
    height: 510px;
  }
  #common_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #common_sec1 .part1 h2 {
    font-size: 46px;
    color: white;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  #common_sec1 .part1 p {
    font-size: 20px;
    color: white;
    text-align: center;
    letter-spacing: 4px;
  }
  #contact_sec1 .part1 {
    margin-top: 64px;
    margin-bottom: 62px;
  }
  #contact_sec1 .part1 h2 {
    text-align: center;
    margin-bottom: 31px;
    font-size: 23px;
    color: #3da980;
    font-weight: bold;
  }
  #contact_sec1 .part1 p {
    text-align: center;
    font-size: 15px;
  }
  #contact_sec1 .part1 p:last-child {
    margin-top: 48px;
  }
  #contact_sec1 .part1 .part_body {
    max-width: 678px;
    margin: auto;
  }
  #contact_sec1 .part1 .part_body .block {
    padding: 15px 0;
    border-top: 1px solid #bbbbbb;
  }
  #contact_sec1 .part1 .part_body .block:last-child {
    border-bottom: 1px solid #bbbbbb;
  }
  #contact_sec1 .part1 .part_body .block h3 {
    margin-top: 25px;
    padding-left: 12px;
    border-left: 5px solid #3da980;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #contact_sec1 .part1 .part_body .block dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  #contact_sec1 .part1 .part_body .block dl dt {
    font-size: 15px;
    width: 322px;
  }
  #contact_sec1 .part1 .part_body .block dl dd {
    flex: 1;
    font-size: 15px;
  }
  #contact_sec1 .part1 .part_footer {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  #contact_sec1 .part1 .part_footer a {
    width: 670px;
    height: 80px;
    border: 2px solid #3da980;
    font-size: 20px;
    font-weight: bold;
    color: #3da980;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  #contact_sec1 .part2 {
    padding: 0 62px;
  }
  #contact_sec1 .part2 h2 {
    text-align: center;
    margin-top: 81px;
    color: #3da980;
    font-weight: bold;
    font-size: 23px;
  }
  #contact_sec1 .part2 .part_body {
    margin: auto;
    padding-top: 63px;
    display: flex;
    gap: 29px;
    align-items: flex-start;
  }
  #contact_sec1 .part2 .part_body .block {
    flex: 1;
    display: block;
    justify-content: space-between;
    margin-bottom: 82px;
  }
  #contact_sec1 .part2 .part_body .block img {
    width: 100%;
  }
  #contact_sec1 .part2 .part_body .block h3 {
    margin-top: 25px;
    padding-left: 12px;
    border-left: 5px solid #3da980;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #contact_sec1 .part2 .part_body .block p {
    font-size: 15px;
    margin-top: 18px;
  }
  #contact_sec1 .part2 .part_footer .block {
    margin-bottom: 65px;
  }
  #contact_sec1 .part2 .part_footer .block h3 {
    margin-top: 25px;
    padding-left: 12px;
    border-left: 5px solid #3da980;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #contact_sec1 .part2 .part_footer .block p {
    font-size: 15px;
    margin-top: 18px;
  }
  #contact_sec1 .part2 .part_footer .block dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 17px 0;
    border-bottom: 1px solid #bbbbbb;
  }
  #contact_sec1 .part2 .part_footer .block dl:first-child {
    border-top: 1px solid #bbbbbb;
  }
  #contact_sec1 .part2 .part_footer .block dl dt {
    font-size: 15px;
    width: 83px;
  }
  #contact_sec1 .part2 .part_footer .block dl dd {
    flex: 1;
    font-size: 15px;
  }
  #contact_sec1 .part2 .part_footer .block dl dd a {
    text-decoration: underline;
  }
  #contact_sec1 .part2 .part_footer .block ul {
    border-top: 1px solid #bbbbbb;
    padding: 30px 0;
  }
  #contact_sec1 .part2 .part_footer .block ul li {
    font-size: 15px;
    line-height: 2.2;
  }
  #contact_sec1 .part3 {
    padding-top: 20px;
  }
  #contact_sec1 .part3 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #contact_sec1 .part3 h2 img {
    width: 402px;
  }
  #contact_sec1 .part3 p {
    text-align: center;
    font-size: 15px;
  }
  #contact_sec1 .part4 {
    max-width: 950px;
    margin: auto;
    width: 100%;
  }
  #contact_sec1 .part4 .block {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 85px;
  }
  #contact_sec1 .part4 .block .flex_img {
    width: 255px;
    position: relative;
  }
  #contact_sec1 .part4 .block .flex_img .map {
    max-width: 655px;
    position: absolute;
    left: 295px;
    top: 0;
    opacity: 0;
  }
  #contact_sec1 .part4 .block .flex_img .map.normal {
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img .map.map_sea {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img .map.map_mountain {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img .map.map_port {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding-top: 20px;
  }
  #contact_sec1 .part4 .block .flex_img a .img {
    width: 100%;
    margin-top: 15px;
  }
  #contact_sec1 .part4 .block .flex_img a .text {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a .hover_text {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a:hover .text {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a:hover .hover_text {
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn1 .text {
    width: 155px;
  }
  #contact_sec1 .part4 .block .flex_img a.btn1:hover ~ .normal {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn1:hover ~ .map_sea {
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn2 .text {
    width: 165px;
  }
  #contact_sec1 .part4 .block .flex_img a.btn2:hover ~ .normal {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn2:hover ~ .map_port {
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn3 .text {
    width: 230px;
  }
  #contact_sec1 .part4 .block .flex_img a.btn3:hover ~ .normal {
    opacity: 0;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_img a.btn3:hover ~ .map_mountain {
    opacity: 1;
    transition: all 0.4s ease;
  }
  #contact_sec1 .part4 .block .flex_body {
    text-align: right;
  }
  #contact_sec1 .part4 .block .flex_body img {
    max-width: 655px;
  }
  #contact_part {
    padding: 60px 0 80px;
  }
  #contact_part h3 {
    font-size: 16px;
    color: #3da980;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #contact_part .tel {
    margin-top: 23px;
    text-align: center;
  }
  #contact_part .tel a {
    font-size: 21px;
    font-weight: bold;
    color: #3da980;
    line-height: 1;
  }
  #contact_part .contact_form {
    margin-top: 30px;
  }
  #contact_part .contact_form a {
    width: 669px;
    height: 79px;
    font-weight: bold;
    border: 1px solid #3da980;
    color: #3da980;
    font-size: 21px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
  }
  label.error {
    color: red !important;
    padding-top: 10px;
  }
  .wpcf7-not-valid-tip {
    font-size: 3.3333333333vw;
  }
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #edeeee;
    display: block;
    font-size: 3.3333333333vw;
    text-align: center;
  }
  #contact_sec2 {
    padding-top: 12vw;
    position: relative;
    z-index: 2;
  }
  #contact_sec2 .part1 {
    width: 90vw;
    margin: auto;
    margin-bottom: 12vw;
  }
  #contact_sec2 .part1 .form_wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  #contact_sec2 .part1 .form_wrapper form .flex_multi {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
  }
  #contact_sec2 .part1 .form_wrapper form .form-group {
    margin-bottom: 18px;
    flex: 1;
  }
  #contact_sec2 .part1 .form_wrapper form .form-group label {
    display: block;
    font-size: 14px;
    padding-bottom: 12px;
  }
  #contact_sec2 .part1 .form_wrapper form .form-group input[type=text], #contact_sec2 .part1 .form_wrapper form .form-group input[type=email], #contact_sec2 .part1 .form_wrapper form .form-group select, #contact_sec2 .part1 .form_wrapper form .form-group input[type=tel] {
    width: 100%;
    height: 48px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    padding-left: 18px;
    border-radius: 5px;
    color: #333;
  }
  #contact_sec2 .part1 .form_wrapper form .form-group .text {
    font-size: 16px;
  }
  #contact_sec2 .part1 .form_wrapper form .form-group textarea {
    height: 120px;
    border: 1px solid #C8C8C8;
    width: 100%;
    padding: 5px 18px;
    border-radius: 5px;
    resize: none;
  }
  #contact_sec2 .part1 .form_wrapper form .complete_wrapper {
    font-size: 14px;
    padding-top: 140px;
    padding-bottom: 200px;
    line-height: 2.2;
  }
  #contact_sec2 .part1 .form_wrapper form .privacy_policy_wrapper {
    height: 200px;
    background: #E8E8E8;
    border: 1px soli #C8C8C8;
    margin-bottom: 34px;
    padding: 15px;
    font-size: 14px;
    overflow: auto;
  }
  #contact_sec2 .part1 .form_wrapper form .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #contact_sec2 .part1 .form_wrapper a, #contact_sec2 .part1 .form_wrapper button, #contact_sec2 .part1 .form_wrapper input[type=button] {
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3da980;
    color: white;
    border: none;
  }
  #contact_sec2 .part1 .submit_btn {
    text-align: center;
  }
  #contact_sec2 .part1 .submit_btn input {
    background: #3da980;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 3.3333333333vw;
    align-items: center;
    height: 48px;
    color: white;
  }
  #contact_sec2 .part1 p {
    font-size: 14px;
    text-align: center;
  }
  .right_bar .banner {
    margin-bottom: 20px;
    display: block;
  }
  .right_bar .banner {
    margin-bottom: 20px;
    display: block;
  }
  #commercial_sec1 h2 {
    text-align: center;
    padding: 75px 0 70px;
    color: black;
    font-size: 19px;
  }
  #commercial_sec1 .part1 {
    padding: 92px 0;
    width: 754px;
    margin: auto;
    line-height: 2;
  }
  #commercial_sec1 .part1 h3 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #3da980;
  }
  #commercial_sec1 .part1 p {
    font-size: 3.3333333333vw;
    margin-bottom: 25px;
  }
  #commercial_sec1 .part2 .link_group {
    color: black;
    text-align: center;
    padding-top: 45px;
    line-height: 1;
    font-size: 3.3333333333vw;
  }
  #commercial_sec1 .part2 .link_group a {
    color: black;
    font-size: 3.3333333333vw;
  }
  #commercial_sec1 .bottom_btn {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
    color: black;
  }
  #commercial_sec1 .bottom_btn a {
    font-size: 3.3333333333vw;
    color: black;
  }
  #news_sec1 {
    background: url(./../images/news_fv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 80.6vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #news_sec1 .part1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #news_sec1 .part1 h2 {
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #news_sec1 .part1 p {
    font-size: 3.3333333333vw;
    color: white;
    text-align: center;
    letter-spacing: 4px;
  }
  #news_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 10.8vw;
  }
  #news_sec2 .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 86vw;
    margin: auto;
  }
  #news_sec2 .part1 a {
    flex-wrap: wrap;
    padding: 8.6666666667vw 0;
  }
  #news_sec2 .part1 a .title {
    font-size: 2.8vw;
    display: inline-block;
    line-height: 1.5;
  }
  #news_sec2 .part1 a .date {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  #news_sec2 .part1 a p {
    padding-top: 10px;
    font-size: 11px;
    color: #ababab;
  }
  #news_sec2 .part2 {
    padding-bottom: 15vw;
  }
  #news_detail_sec1 {
    margin-top: 14.4vw;
  }
  #news_detail_sec1 h2 {
    font-size: 5vw;
    text-align: left;
    position: relative;
    padding-top: 6.8vw;
    margin: auto;
    margin-bottom: 6vw;
    max-width: 88vw;
    width: 100%;
  }
  #news_detail_sec1 .date {
    padding-bottom: 40px;
    font-size: 11px;
    color: #ababab;
    text-align: center;
  }
  #news_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #news_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 6vw;
  }
  #news_detail_sec1 .part1 .block1 p {
    text-align: left;
    font-size: 3vw;
    line-height: 2.2;
  }
  #news_detail_sec1 .part1 .block1 .block_body {
    margin: auto;
    max-width: 88vw;
  }
  #news_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 20vw;
  }
  #news_detail_sec1 .part1 .bottom_btn a {
    display: inline-flex;
    font-size: 2.8vw;
    line-height: 2;
  }
  #commercial_sec1 h2 {
    text-align: center;
    padding: 12vw 0 9.3333333333vw;
    color: black;
    font-size: 19px;
  }
  #commercial_sec1 .part1 {
    padding: 12vw 0;
    width: 89.4666666667vw;
    margin: auto;
    line-height: 2;
  }
  #commercial_sec1 .part1 h3 {
    font-size: 3.3333333333vw;
    margin-bottom: 4.8vw;
    color: #3da980;
  }
  #commercial_sec1 .part1 p {
    font-size: 3.3333333333vw;
    margin-bottom: 6vw;
  }
  #commercial_sec1 .part2 .link_group {
    color: black;
    text-align: center;
    padding-top: 45px;
    line-height: 1;
    font-size: 12px;
  }
  #commercial_sec1 .part2 .link_group a {
    color: black;
    font-size: 12px;
  }
  #commercial_sec1 .bottom_btn {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
    color: black;
  }
  #commercial_sec1 .bottom_btn a {
    font-size: 12px;
    color: black;
  }
  figure {
    margin: 0;
  }
  .wp-block-image img {
    /* max-width: 100%; */
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .shopify-buy__btn-wrapper {
    text-align: center;
  }
  #search-results-placeholder {
    min-height: 100vw;
    position: relative;
    overflow: hidden;
  }
  #search-results-placeholder #loading {
    height: 200vw;
    width: 150vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #search-results-placeholder #loading .loading_inner {
    width: 100%;
  }
  #search-results-placeholder #loading img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: none;
  }

  .accepter-icon-wrapper {
    vertical-align: top;
  }
}
@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }
  .hidden-500 {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */
