@charset "UTF-8";

/*
@import url("font.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/*
*,
*::before,
*::after {
    box-sizing: border-box;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:500;
}*/

/*.mobile-break {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-break {
        display: block;
    }
    .mobile-hide {
        display: none!important;
        width:300px;
        height: 300px;
    }
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, img, figure, fieldset, form, label, legend, button, input, textarea, menu {
    margin: 0;
    padding: 0;
    border: 0;
}
/*
body, html {
    overflow-x: hidden!important;
}*/

body {
    line-height: 1.55;
    color: #565654!important;
    font-feature-settings: "palt";
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    background:#fff;
    /*position: relative;*/
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit; /* リンクの色を継承 */
}
button, input, textarea, select {
    font-family: inherit; /* フォントの継承を強制 */
    font-size: 100%; /* フォントサイズを継承 */
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
    background-color: transparent; /* ボタンの背景色を透明に */
    -webkit-appearance: none; /* ベンダープレフィックスでのスタイルをリセット */
    appearance: none; /* OSデフォルトのスタイルをリセット */
}

.clearfix::after {
  content: "";
  display: block;
  clear
}

/*cookie control*/
.overlaycookie {
    display: none;
    position: fixed;
    z-index: 999!important;
    height: 70px;
    width: 100%;
    color: #fff;
    bottom: 0;
    font-size:15px;
    font-weight:400;
}
.btn_area {
    position: absolute;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_area_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    padding: 17px 0;
}
.btn_area_child div:first-child {
    flex: 1;
    padding-right:20px;
}
.btn_area_child div a {
    color: #fff !important;
    text-decoration: underline;
}
.btn_area button.btn {
    color: #fff;
    border: none;
    padding: 5px 15px;
    background:#ea64aa;
    font-weight:bold;
}
.btn_area button.btn:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .overlaycookie {
        height: 130px;
        line-height:1.3;
    }
    .btn_area {
       bottom:0px;
       padding-bottom:20px
    }
    .btn_area_child {
        flex-direction: column;
        width: 100%;
        padding: 5px;
    }
    .btn_area_child div:first-child {
        padding:20px 0 10px 0;
    }
    .btn_area button.btn {
        width: 220px;
        padding: 3px 0px;
    }
}


/* ぱんくず */
.parent-breadcrumb {
    width: 1366px;
    margin:0 auto;
  }
  .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity:.6;
  }
  .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    margin: 0 8px;
  }
  .breadcrumb-item a {
    text-decoration: none;
    color: inherit;
  }
  .home-icon {
    filter: invert(22%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(92%) contrast(94%);
    margin-right: 4px;
  }
  @media (max-width: 991px) {
    .parent-breadcrumb {
      width: 100%;
      margin:0 auto;
    }
    .breadcrumb {
      padding:0 20px;
      font-size:16px;
    }
  }



/* ナビゲーション */
.navbar-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    position: relative;
}
.navbar {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.right-side {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* ナビゲーション2段目 */
.nav-container {
    display: flex;
    justify-content: center;
    margin-top:50px;
}
.nav-content {
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding: 10px;
    margin:0px 0 30px;
    position: relative;
}
.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.nav-menu div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.nav-menu div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.nav-menu div img {
    display:block; 
    margin-bottom:10px;
}

.nav-menu div:last-child {
    margin-right:0;
}
.nav-menu div:not(:last-child) {
    margin-right:60px;
}
.language-menu {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.language-menu img {
    width: 29px;
    height: auto;
}

/* トップ */
/* メインビジュアル */
.main_visual {
    max-width: 1366px;
    margin:0 auto!important;
    text-align: center;
    margin-top:20px!important;
}
.main_visual img {
    width:100%;
    height:auto;
}
.main_visual ul {
    height: 100%!important;
}
.main_visual li {
    /*position:relative;*/
    height: 100%!important;
}

.main_visual h1 {
    font-size:22px;
    z-index:200;
    color:#565654;
    top:30px;
    left:30px;
    position:absolute;
    background:#fff;
    border-radius:35px;
    padding:4px 18px;
  }
  .main_visual h1 .pc-hidden {
    display: none;
    visibility: hidden;
  }
  @media only screen and (max-width: 1070px) {
    .main_visual h1 {
      font-size:16px;
      top:10px;
      left:0px;
      padding:4px 15px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
    }
    .main_visual h1 .pc-hidden {
      display: inline;
      visibility: visible;
    }
  }
  



.flex-caption {
  width: 100%;
  color: #fff;
  font-size: 44px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  text-align: left;
  line-height: 1.35;
  left: 40px;
  right: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 0;
}
.flex-direction-nav .flex-prev {
    left: 10px;
    background: url('../../assets/img/arrow-left-w.png') no-repeat center center;
    background-size: 50px 50px;
}
.flex-direction-nav .flex-next {
    right: 10px;
    background: url('../../assets/img/arrow-right-w.png') no-repeat center center;
    background-size: 50px 50px;
}
.flex-direction-nav .flex-prev {
  background-position: left center;
}
.flex-direction-nav .flex-next {
  background-position: right center;
}
.flex-control-nav {
  position: absolute;
  z-index: 100;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.flex-direction-nav a {
  font-size: 0;
  overflow: hidden;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flex-direction-nav a::before {
  content: none;
}



@media only screen and (max-width: 991px) {
    #top .main_visual {
        margin-top:50px!important;
    }
    .flex-direction-nav .flex-prev {
        background-size: 25px 25px;
    }
    .flex-direction-nav .flex-next {
        background-size: 25px 25px;
    }
}





/*

.main-visual {
  transition: margin-top 0.3s ease;
}
.main-visual.fixed2 {
  margin-top:180px;
}
@media (max-width: 1070px) {
    .main-visual.fixed2 {
      margin-top:70px;
    }
}
a.text-hover {
    color: #565654; 
    text-decoration: none;
    position: relative;
    transition: all 0.15s ease-in-out;
    display: inline-block;
}
a.text-hover:hover {
    color: #3280e0;
    transform: translateY(2px);
}*/

.btn {
    border:1px solid #000;
    border-radius: 50px;
    display: inline-block;
    padding: 14px 30px;
    background-color:#fff;
    color: #000;
    text-decoration: none;
    /*transition: all 0.15s ease-in-out;*/
    position: relative;
    overflow: hidden;
    text-align: center;
}
/*
.btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
*/

.btn-pink {
    color:#fff;
    background:#ea64aa;
    border:1px solid #ea64aa;
}
.btn-header {
    margin-top:5px;
}
.btn-white {
    background: #fff;
    color: #ea64aa;
    border-color:#fff;
}


/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

a.text-hover {
  color: inherit;
  transition: color 0.2s;
}
a.text-hover img {
  transition: filter 0.2s;
}
a.text-hover:hover {
  color: #ea64aa;
}
a.text-hover:hover img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(63%) saturate(475%) hue-rotate(272deg) brightness(88%) contrast(97%);
}

a.text-only-hover {
  color: inherit;
  transition: color 0.2s;
}
a.text-only-hover:hover {
  color: #ea64aa;
}
.gmap svg {
    width: 22px;
    height: auto;
    margin-top: -4px;
    vertical-align: middle;
    transition: fill 0.2s;
    fill: currentColor;
}
a.text-only-hover:hover svg {
    fill: #ea64aa;
}

/* ホバー効果のスタイル */
.hover-card {
  text-decoration: none; /* 下線を除去 */
  color: inherit; /* 元の色を継承 */
}
.hover-card h2 {
  transition: color 0.2s;
}
.hover-card img {
  transition: opacity 0.2s;
}
.hover-card div {
  transition: opacity 0.2s;
}
.hover-card:hover h2 {
  color: #ea64aa;
}
.hover-card:hover div {
  opacity: 0.5;
}


.block-menu-btn {
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 50px;
    top: 0;
    margin-top:0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); /* 下に薄くぼんやりとした黒い影を追加 */
  }
  /*.block-menu-btn .logo {
    flex-grow: 1;
    font-weight:400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left:10px;
    letter-spacing:-.8px;
  }*/
  .block-menu-btn .logo-sp img {
    float:left;
    width:220px;
    padding:0px 0 0 5px
  }
  .block-menu-btn .navi {
    display: flex;
    align-items: center;
  }
  .block-menu-btn .box-lang {
    margin-right: .875rem;
    margin-top: 4px;
    font-size:14px;
  }

  
  .block-menu-btn .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ea64aa;
    flex-grow: 0;
    padding:12px 9px;
    height: 50px;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 24px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff; /* ここを変更してバーガーメニューを白に */
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  
  .burger-navi .overlay {
    position: fixed;
    top: 0;
    z-index: 997;
    display: none;
    width: 100%;
    height: 100%;
    background:#f7f7f7;
    padding-top: 60px;
    display: none;
    font-size:20px;
    overflow-y: auto;
  }
  .burger-navi .menu-sp {
    width: 100%;  /* max-width を削除して、width 100% を設定 */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:20px;
  }
  .burger-navi .menu-sp img {
    height:34px;
    width: auto;
  }
  .hr {
    border-bottom: 1px solid #ccc;
    padding-bottom:40px!important;
  }
  .hr-top {
    padding-top:40px!important;
  }
  .burger-navi .btn {
    width:300px!important;
  }
  .burger-navi .nav-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-bottom: 1px solid #fff;*/
    padding: 25px 0rem;
    text-decoration: none;
    color:#000;
    width:100%;
    font-size:26px;
  }
  .burger-navi .nav-sp:hover {
    background: #fff;
    color: #3280e0;
  }
  
.burger-navi .btn {
    width:320px;
    text-align:center;
    font-weight:bold;
}
/*
.phone-info {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size:14px;
    font-weight:400;
}
.phone-info a {
    font-size:24px!important;
}*/

.phone-number, .business-hours {
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.phone-number span, .business-hours span {
    margin-right: 10px;
    color: #000;
}
.phone-number, .business-hours {
    display: flex;
    align-items: center;
    margin: 0px 0;  /* マージンを20pxに設定 */
}
.business-hours {
    margin-top:-20px;
}
.phone-number span, .business-hours span {
    color: #fff; /* アイコンの色 */
}



/* footer */
  footer {
    background:#f7f7f7;
    text-align:center;
    padding-bottom:20px;
    padding-top:80px;
    margin-top: 100px;
    width: 100%!important;
  }
  footer .logo-footer {
    padding-bottom:30px;
    display:block;
  }
  footer .gmap {
    margin-top:10px;
  }

  


  footer .block-footer-menu {
    width: 1366px;
    margin:0 auto;
    display: flex;
    gap:20px;
    text-align:left;
    margin-top: 60px;
    font-size:16px;
  }
  footer .block-footer-menu > * {
    flex: 1;
  }
  footer ul li {
    margin-bottom:20px;
    font-weight: bold;
  }
  footer ul li:last-child {
    margin-bottom:0;
  }
  footer ul li ul {
    margin-top:20px;
    margin-left:20px;
  }
  footer ul li ul li {
    font-weight: normal;
  }  
  footer copy {
    font-size:14px;
    margin-top:80px;
    display: block;
    margin-bottom:40px;
  }




  
@media only screen and (max-width: 991px) {
footer {
    padding-top:40px;
    margin-top: 40px;
    padding-bottom:40px;
  }
  footer .logo-footer img {
    width:300px;
  }
  footer .block-footer-menu {
    width: 100%;
    margin:0 auto;
    /*display:block;*/
    flex-wrap: wrap;
    gap:20px;
    text-align:left;
    margin-top: 60px;
    padding:0 15px;
    display: block;
  }
  footer .block-footer-menu > div {
        flex: 1 1 calc(50% - 30px);
        box-sizing: border-box;
    }
}








@media (max-width: 576px) {
    .hidden-sp {
        visibility: hidden;
        display: none;
    }
}






@media only screen and (max-width: 1366px) {
    .main-visual {
        max-width: 100%;
        margin-top:20px;
        margin-bottom:100px;
    }
    .main-visual h2 {
        font-size:50px!important;
    }
    .main-visual img {
        padding:0 20px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:44px;
        line-height:1.35;
    }
    .main-visual h3 span {
        font-size:26px;
    }
}

@media only screen and (max-width: 1070px) {
    .main-visual {
        margin-top:70px;
        margin-bottom:60px;
    }
    .main-visual h2 {
        font-size:42px!important;
    }
    .main-visual img {
        margin-top: -30px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:36px;
        line-height:1.35;
    }
    .main-visual h3 span {
        font-size:22px;
    }
}

.sp-title {
    visibility:hidden;
    display:none;
}
.main-visual h3 .visible-sp {
    visibility: hidden;
    display: none;
}

@media only screen and (max-width: 820px) {
    .main-visual h2 {
        font-size:30px!important;
    }
}

@media only screen and (max-width: 576px) {
    .main-visual {
        margin-top:65px;
        margin-bottom:30px;
    }
    .main-visual h2 {
        margin-top:0px;

        width:85%;
        margin:0 auto;

        margin-left:0px!important;
        display: inline-block;
        padding:0px;
    }
    .main-visual h3 .sp-visible {
        display: block;
        visibility:visible;
      }
    .main-visual .js-text-mask-wrap {
        visibility:hidden;
        display:none;
    }
    .main-visual img {
        margin-top: -90px;
        padding:0 10px;
    }
    .sp-title {
        visibility:visible;
        display:block;
        width: 100%;
    }
    .sp-title img {
        width: 100%;
        margin:0 auto;
        padding-top:10px;
        padding-bottom: 10px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:26px;
        line-height:1.15;
        padding:10px 10px;
    }
    .main-visual h3 span {
        font-size:13px;
        margin-top:5px;
    }
    .main-visual h3 .visible-sp {
        visibility: visible;
        display: block;
    }
}


.top-choose .container {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    display:flex;
    gap:30px;
    margin-top: 90px;
}
.top-choose .container .parent {
    position: relative;
}
.top-choose .container .parent div {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #565654;
    border-radius:35px;
    padding:10px 20px;
    top:20px;
    left:15px;
    font-size:18px;
}
.top-choose .container img {
    width: 100%;
    height:auto;
}
.top-choose .container h2 {
    font-size:24px;
}
.top-choose .container p {
    visibility:hidden;
    display:none;
}

@media only screen and (max-width: 991px) {
    .top-choose .container {
        width: 100%;
        max-width: 100%;
        padding:0 15px;
        display:flex;
        gap:15px;
        margin-top:70px;
        flex-wrap: wrap;
    }
    .top-choose .container .parent div {
        visibility:hidden;
        display:none;
    }
    .top-choose .container p {
        visibility:visible;
        display:block;
        margin-top:5px;
        line-height:1.35;
        font-size: 16px;
    }
    .top-choose .container h2 {
        font-size:24px;
        line-height:1.35;
    }
    .four-blocks .container > div {
        flex: 1 1 calc(50% - 30px);
        box-sizing: border-box;
    }

}






.cta {
    margin-top: 140px;
    /*overflow: hidden;
    position: relative;*/
    width: 100%;
}
.cta h2 {
    font-size:30px;
    margin-top:5px;
    margin-bottom:10px;
}
.cta p {
    margin-bottom:20px;
}
.cta .cta-child {
    position: relative;
}
.cta .box-cta {
    margin:0 auto;
    background:#fff;
    width:700px;
    margin-bottom:-200px;
    height: 200px;
    text-align: center;
}
.cta .slide-parent {
    z-index: -1;
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.slide1 {
    display: flex;
    width: 3672px; /* 2枚の画像の幅を直接指定: 1836px * 2 */
    height: 200px;
    position: relative;
}

.slide1 img {
    width: 1836px; 
    height: 200px;
    display: block;
    flex-shrink: 0;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1836px);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-1836px);
    }
    100% {
        transform: translateX(0);
    }
}

.slide1 {
    animation: slideLeft 30s linear infinite;
}




@media only screen and (max-width: 991px) {
    .cta {
        margin-top:80px;
        
    }
    .cta .cta-child {
        position: static;
    }
    .cta .box-cta {
        margin:0 auto;
        background:#fff;
        width:100%;
        height:auto;
        text-align: center;
        padding:0 15px;
    }
    .cta .slide-parent {
        margin-top:50px;
    }

    .slide1 {
        margin-bottom: 5px;
        width: 2754px; /* 元の幅3672pxの1/2 */
        height: auto;
    }

    .slide1 img {
        width: 1377px;  /* 元の幅1836pxの1/2 */
        height: 150px; /* 元の高さ200pxの1/2, 小数点以下を四捨五入 */
    }

    @keyframes slideLeftMobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1377px); /* 元の移動量1836pxの1/3 */
        }
    }

    @keyframes slideRightMobile {
        0% {
            transform: translateX(-1377px); /* 元の移動量1836pxの1/3 */
        }
        100% {
            transform: translateX(0);
        }
    }

    .slide1 {
        animation: slideLeftMobile 30s linear infinite;
    }
}















@media only screen and (max-width: 1070px) {
    .block-menu-btn {
        visibility: visible;
        display:flex;
    }
    header {
        visibility: hidden;
        display: none;
    }
}



.btns-footer {
  position: fixed;
  z-index: 1;
  right: -260px;
  bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .btns-footer {
      z-index: 900;
      right: -260px;
      bottom: 0px;
    }
    .btns-footer img {
        width:200px;
    }
}








@media only screen and (max-width:768px) {
    #top .burger-navi .menu-sp {
        padding-left:20px;
        padding-right:20px;
    }
    #top .burger-navi .menu-sp div {
        width:100%;
        margin:0 auto;
    }
    #top .burger-navi .menu-sp div img {
        width:100%;
        max-width:100%;
    }

}








/* 下層ページ */
.banners-area {
    display: none;
    visibility: hidden;
}
.main_visual_lower_page {
  position: relative;
  max-width: 1366px;
    margin:0 auto!important;
    text-align: center;
}
.main_visual_lower_page img {
  width: 100%;
  height: auto;
}
.main_visual_lower_page h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2em;
  text-align: center;
  z-index: 1;
}
.main_visual_lower_page .tit-header {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}




.wrap-golf-course {
    max-width: 1166px;
    margin:0 auto;
    margin-top:60px;
    display:flex;
}
.wrap-golf-course .side {
    width: 220px;
    margin-right:40px;
}
.wrap-golf-course .navi {
  position: sticky;
  top: 0; /* 親要素の上端に固定 */
}
.wrap-golf-course .side h2 {
    margin-top: 40px;
}
.wrap-golf-course .side h2.h2-first {
    margin-top: 0px;
}

.wrap-golf-course .side li {
    margin-top: 10px;
    list-style-type: disc;
    margin-left:20px;
    line-height:1.85;
}
.wrap-golf-course .side img {
    width:100%;
    height:auto;
}

.wrap-golf-course .content {
    width: calc(100% - 220px - 40px);
}

.wrap-golf-course .card-golf-course {
    margin-bottom: 40px;
}
.wrap-golf-course .card-link {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.wrap-golf-course .card-golf-course:last-child {
    margin-bottom: 0px;
}
.wrap-golf-course .card-golf-course .left {
    width:350px;
    margin-right: 20px;
}
.wrap-golf-course .card-golf-course .left img {
    width:100%;
    height:auto;
    transition: opacity 0.2s ease;
    border-radius: 7px;
}
.wrap-golf-course .card-golf-course .right {
    width: calc(100% - 350px - 20px);
}
.wrap-golf-course .card-golf-course .right h2 {
    font-size:18px;
    line-height: 1.35;
    transition: color 0.2s ease;
}
.wrap-golf-course .card-golf-course .right h2 span {
    display:block;
    font-size:28px;
}
.wrap-golf-course .card-golf-course .right .box-meta {
    display: flex;
    gap:10px;
    margin: 10px 0;
    font-size: 16px;
}
.wrap-golf-course .card-golf-course .right .box-meta .area {
    background:#ffc2fa;
    padding:5px;
    border-radius:5px;
}
.wrap-golf-course .card-golf-course .right .box-meta .level {
    background:#b6ecfe;
    padding:5px;
    border-radius:5px;
}
.wrap-golf-course .card-golf-course .right h3 {
    font-size:20px;
    font-weight:normal;
    transition: color 0.2s ease;
}
.card-golf-course .card-link:hover .left img {
  opacity: 0.5;
}

.card-golf-course .card-link:hover .right h2,
.card-golf-course .card-link:hover .right h3 {
  color:#ea64aa;
}




.icons {
    list-style-type: disc;
    margin-left: 0px;
}
.icons li {
    margin-bottom:15px;
}
.icons li:last-child {
    margin-bottom:0;
}
.icon-svg  {
    display: flex;
    align-items: center;
}
.icon-wifi {
    background: url('/wp-content/uploads/assets/img/icon-wifi.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}
.icon-laundry {
    background: url('/wp-content/uploads/assets/img/icon-laundry.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}
.icon-cleaning {
    background: url('/wp-content/uploads/assets/img/icon-cleaning.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}
.icon-breakfast {
    background: url('/wp-content/uploads/assets/img/icon-breakfast.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}
.icon-airport {
    background: url('/wp-content/uploads/assets/img/icon-airport.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}
.icon-reception {
    background: url('/wp-content/uploads/assets/img/icon-reception.svg') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 40px;  
}







@media only screen and (max-width: 991px) {
    .banners-area {
        display:block;
        visibility: visible;
        padding:0 15px;
        margin-top:60px;
    }
    .banners-area .navi {
        display: flex;
        flex-direction: row;
        gap:35px;
        margin-top:10px;
    }
    .banners-area .banners {
        /*display: flex;
        flex-direction: row;
        gap:20px;*/
        margin-top: 60px;
    }
    .banners-area .banners img {
        width: 100%;
        height: auto;
      }
    .main_visual_lower_page {
      position: relative;
      max-width: 100%;
      margin-top:50px!important;
    }
    .main_visual_lower_page h1 {
      font-size: 1.25em;
    }
    .wrap-golf-course {
        max-width: 100%;
        margin:0 auto;
        margin-top:30px;
        display:block;
        padding:0 15px;
    }
    .wrap-golf-course .side {
        width:100%;
    }
    .wrap-golf-course .navi {
        display: flex;
        gap: 50px;
        margin-bottom:60px;
    }
    .wrap-golf-course .side h2 {
        margin-top: 00px;
    }
    .wrap-golf-course .side .banners {
        visibility: hidden;
        display: none;
    }
    .wrap-golf-course .content {
        width:100%;
    }

    .wrap-golf-course .card-link {
      display: block;
    }

    .wrap-golf-course .card-golf-course .left {
        width:100%;
        margin-right:0px;
    }
    .wrap-golf-course .card-golf-course .right {
        width:100%;
    }
}



/*ゴルフ場詳細*/

/*.content-detail .detail-header {
    display: flex;
    gap: 40px;
}*/
.content-detail .detail-header h2 {
    font-size:20px;
    line-height: 1.35;
}
.content-detail .detail-header h2 span {
    display:block;
    font-size:32px;
}
.content-detail .detail-header .box-meta {
    display: flex;
    gap:10px;
    margin: 10px 0;
    font-size: 16px;
}
.content-detail .detail-header .box-meta .area {
    background:#ffc2fa;
    padding:5px;
    border-radius:5px;
}
.content-detail .detail-header .box-meta .level {
    background:#b6ecfe;
    padding:5px;
    border-radius:5px;
}
.content-detail .detail-header h3 {
    font-size:20px;
    font-weight:normal;
    margin-bottom:20px;
}
.content-detail .thumbnail-nav {
  text-align: left;
  margin-top: 10px;
}
.content-detail .thumbnail-nav ul.thumbnails {
  display: flex;
  flex-wrap: wrap; /* 複数行に対応 */
  justify-content: flex-start; /* 左揃え */
  padding: 0;
  list-style: none;
}
.content-detail .thumbnail-nav ul.thumbnails li {
  margin: 0 5px;
  flex: 0 0 calc(100% / 5 - 10px);
  box-sizing: border-box;
}
.content-detail .thumbnail-nav ul.thumbnails li img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  border-radius:5px;
}

.content-detail .flex-control-nav {
    display: none;
    visibility: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.content-detail .thumbnail-nav ul.thumbnails li img:hover {
  opacity: 0.7;
}
.content-detail .text-detail {
    line-height: 1.85;
    margin-top: 15px;
}
@media (max-width: 991px) {
    #golf-course-detail .wrap-golf-course .side {
        display: none;
        visibility: hidden;
    }
  .content-detail .thumbnail-nav ul.thumbnails li {
    flex: 0 0 calc(100% / 3 - 10px); /* 3等分 */
  }
}



.content-detail .course-info {
    margin-top: 80px;
}
.content-detail .info-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.content-detail .info-block {
  width: 50%;
}
.content-detail .info-item {
  padding: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-detail .info-item font {
  font-size:16px;
}
.content-detail .info-item.alternate {
  background-color: #eef6ef;
}
.content-detail .info-item span {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 991px) {
  .content-detail .info-container {
    display:block;
    margin-top: 20px;
  }
  .content-detail .info-block {
    width: 100%;
  }
}




.content-detail .course-map {
    margin-top: 80px;
}
.content-detail .map-container {
    margin-top: 20px;
}
.content-detail .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:55%; /* 比率を4:3に固定 */
  margin-bottom: 20px;
}
.content-detail .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/*よくある質問*/
.block-faq {
    margin-top:-20px!important;
    padding-top: 20px;
  }
  .block-faq:first-child {
    margin-top:0;
  }

  .box-faq {
    margin-top: 40px;
}
.box-faq:last-child {
    margin-bottom: 120px;
}
.box-faq .question, .box-faq .answer {
    display: flex;
    align-items: flex-start; /* 上揃えに変更 */
}
.box-faq .question div:first-child, .box-faq .answer div:first-child {
    font-weight: bold;
    font-size: 24px;
    width: 35px;
    align-self: flex-start; /* 上揃えに変更 */
}
.box-faq .question div:last-child, .box-faq .answer div:last-child {
    width: calc(100% - 35px);
}
.box-faq .question div:first-child {
    color: #ee8bbd;
}
.box-faq .answer div:first-child {
    color: #a6cef1;
}

.wrap-faq {
    display: flex!important;
}
.wrap-faq .side {
  position: relative;
}

.wrap-faq .navi {
  position: sticky;
  top: 0; /* 親要素の上端に固定 */
  padding-top: 20px;
}
.wrap-faq .content {
    padding-top:20px;
}

@media (max-width: 991px) {
    .wrap-faq {
        max-width:100%;
        display: block!important;
        margin-top:20px!important;
    }
    .wrap-faq .side {
        width: 100%!important;
        margin-right:0px;
    }
    .wrap-faq .content {
        width:100%!important;
    }
    .wrap-faq .side ul {
        width: 100%!important;
    }
    .wrap-faq .side li {

        margin-top: 20px;
        list-style-type:none;
        margin-left:0px;
        line-height:1.85;
        width: 100%!important;
        text-align: center;
        border-radius: 5px;
    }
    .wrap-faq .side li a {
        display: block;
        border:1px #ea64aa solid;
        border-radius: 5px;
        color:#ea64aa;
        margin-top: 20px;
        list-style-type:none;
        margin-left:0px;
        line-height:1.85;
        width: 100%!important;
        text-align: center;
        padding:10px 0!important;
    }
    .wrap-faq .navi {
        display:block;
        gap: 20px;
        margin-bottom:60px;
    }
    .box-faq {
        margin-top:25px;
      }
      .box-faq.last-child {
        margin-bottom:80px;
      }
}







.section-flow, .section-company-info, .section-privacy-policy, .section-contact {
    max-width: 1166px;
    margin:0 auto;
    margin-top:60px;
    display:flex;
  }
  .block-feature {
    display:flex;
  }
  .block-feature .left-text {
    flex:1;
  }
  .block-feature .left-text h2 span {
    display:block;
    color: #ea64aa;
    font-weight: 300;
    font-size:16px;
  }
  .block-feature .left-text h2 {
    padding-bottom:10px;
  }
  .block-feature .left-text p {
    margin-top:30px;
    line-height:1.85;
  }
  .block-feature .right-icon {
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-feature .right-icon .flex-container {
    display: flex;
    gap: 40px;
  }
  .block-feature .right-icon .flex-container div {
    text-align:center;
  }
  .block-feature .right-icon .flex-container h3 {
    margin-top:-15px;
    font-size:18px;
    line-height:1.55;
  }
  .block-feature .right-icon .flex-container:nth-of-type(2) {
    margin-top: 30px;
  }

  @media only screen and (max-width: 991px) {
    .section-flow, .section-company-info, .section-privacy-policy, .section-contact  {
      max-width:100%;
      margin:0 auto;
      margin-top:40px;
      display:block;
      padding:0 15px;
    }
    .block-feature {
      display:block;
    }

    .block-feature .right-icon {
      margin-top: 30px;
    }
    .block-feature .right-icon .flex-container {
      display: flex;
      gap: 30px;
    }
    .block-feature .right-icon .flex-container img {
      width: 100%;
      height: auto;
    }
  }

.section-company-info {
    margin-top: 100px;
  }
  .section-company-info .company-info {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }
  .section-company-info .info-item {
    display: flex;
    margin-bottom: 30px;
  }
  .section-company-info .info-item:last-child {
    margin-bottom: 0;
  }
  .section-company-info dt {
    width:150px;
    font-weight: bold;
  }
  .section-company-info dd {
    margin-left: 0;
    flex: 1;
  }
  .section-company-info .info-item .gmap {
    margin-top: 5px;
  }

  @media only screen and (max-width: 991px) {
    .section-company-info .info-item {
      display:block;
      margin-bottom: 20px;
    }
    .section-company-info dt {
      width:100%;
    }
    .section-company-info .right-icon {
      display: none;
      visibility: hidden;
    }
  }





/* service */
#service .service-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
#service .service-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  /*align-items: center;
  justify-content: space-between;*/
  text-align: left;
  height: 100%;
}
#service .service-item img {
  width: 100%;
  height: auto;
}
#service .service-item h3 {
  margin: 15px 0;
  font-size:24px;
}
#service .service-item p {
  margin-bottom: 15px;
  line-height: 1.75;
}
#service .button-wrapper {
  margin-top: auto;
}
#service .rounded-button {
  padding: 10px 20px;
  background-color: #fff;
  border:1px solid #ea64aa;
  color: #ea64aa;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  text-align: center;
}
#service .rounded-button:hover {
  background: #ea64aa;
  color: #fff;
}
#service .blank-service {
    visibility: hidden;
    display: none;
}
@media (max-width: 991px) {
  #service .service-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  #service .service-item {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #service .service-item h3 {
    font-size: 20px;
  }
  #service .service-item p {
    font-size: 14px;
  }
  #service .rounded-button {
    padding: 8px 16px;
    font-size: 14px;
  }
  #service .blank-service {
    visibility: visible;
    display:block;
}
  
}




.section-privacy-policy li {
    font-weight: bold;
    margin-top: 30px;
}
.section-privacy-policy li p {
    font-weight: normal;
}
.section-privacy-policy .sign {
    margin-top: 50px;
}