:root{
  --primary:#37321e;
  --dark:#21252f;
  --body:#1e1e1e;
  --linkdark:#fff;
  --darkgreen:#37321e;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  --gold:#9f7a36;
  --green:#0B3219;

}

* {
  margin: 0;
  padding: 0;
  box-sizing:border-box;
  
}


@media (min-width: 835px){
h3{
  font-size: 1rem!important;
}

  .smp{
      display: none;
  }

  .btn-stitch {
    font-size: 1.2em;
  }

  .btn {
      font-size: 1.2em;
  }

  .subtitle h2{
      font-size: 20px;
  }

  .icon-text-container h3{
      font-size: 20px;
  }

  .col2-img{
      background-size: cover;
      position: relative;
      background-repeat: no-repeat;
      background-position: center top;
  }
  .golfcol2-img{
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}


.bgpost{
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: linear-gradient(to right, #209cff, #68e0cf);
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.golflist{
  display: grid;
  gap:1em;
  grid-template-columns: repeat(3,1fr);
  padding: 3%;
}


.list4_anchor{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list4_anchor li{
  margin-bottom: 1em;
}

@media (min-width: 835px){
  .list4_anchor {
    display: flex;
  }
  .list4_anchor li {
    width: 23%;
    margin-right: 2%;
  }
  .list4_anchor li:nth-child(4n) {
    margin-right: 0;
  }
}
  
@media (max-width: 834px){
  .list4_anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .list4_anchor li {
    width: 100%;
    margin-right: 0;
  }
}
  
  @media (max-width: 834px){
  
  .golfwhereback{
  background-image: url("https://gozarla.com/images/infomation.jpg");
  }
  
  
  
  .itemlist li{
    padding: 5px;
  }
  }



.list2_anchor{
display: -webkit-box;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.list2_anchor::after{
content: "";
width: 45%;
}
.list2_anchor li{
width: 45%;
margin-bottom: 1em;
}

.title{
  padding: 30px;
  }

}
  

@media (max-width: 834px){


  .pc{
      display: none;
  }

  ul {
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  dd {
    margin-left: 0;
  }


  .btn {
      font-size: 1.2em;
  }

  
.btn-stitch {
font-size: 1em;
margin-bottom: 5%;
}
  .subtitle h2{
      font-size: 16px;
  }

  .icon-text-container h3{
      font-size: 16px;
  }

  li{
      font-size: 14px;
  }

  a{
      text-decoration: none;
      color: #000;
  }

  .information{
      border-top: solid var(--gold) 3px;
      border-bottom: solid var(--gold) 3px;
      padding: 20px;
  }

  .information h2 {
      text-align: center;
    }

  
  
  .smpsmallfonts{
      font-size: 12px;
  }


  .whereback{
  background-position: center top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 2;
  }

  .whereback::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
  z-index: -1;
  }

  .thumbnail{
      background-position: center top;
      background-size: cover;
      position: relative;
      background-repeat: no-repeat;
      z-index: 2;
      
  }
  
  .thumbnail::after{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(to right,  rgba(254,255,255,0.8) 0%,rgba(232,255, 216, 0.6) ); 
  }

  .golflist{
    display: grid;
    gap:26px;
    grid-template-columns: repeat(2,1fr);
    margin-top:3%;
    margin-bottom:50px;
  }

  .list_anchor li {
    width: 100%; 
    margin-bottom: 1em;
}


.title{
  padding: 10px;
  }
  
}

.itemlist.feature {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.list_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_anchor::after {
  content: "";
  flex: auto;
}

.list_anchor li {
  width: 30%;
  margin-bottom: 1em;
}

.list_anchor li a img {
  width: 100%;
  height: auto;
  display: block;
}

.box30 {
margin: 2em 0;
justify-content: space-between;
background: #f1f1f1;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
font-size: 1.2em;
background: #095338;
padding: 4px;
text-align: center;
color: #FFF;
font-weight: bold;
letter-spacing: 0.05em;
}
.box30 p {
padding: 15px 20px;
margin: 0;
}

.btn-stitch {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #095338;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #095338;
  border: dashed 1px #FFF;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease-in-out;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
  opacity: 0.8;
}

.golf h3,.golf h5,.coursedata h5{
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px var(--gold);
}

.golf h4 {
  position: relative;
  padding: 0.6em;
  background: #d1ba9f;
}

.golf h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d1ba9f;
  width: 0;
  height: 0;
}

.golf ul{
  padding:0;
}

.golf li{
  display: inline;
  background: #faf5f5;
  list-style-type: none!important;
  border-bottom: solid 2px #dadada;
}

.golftag{
display: inline;
background: #faf5f5;
list-style-type: none!important;
border-bottom: solid 2px #dadada;
}


.golf-effect {
  box-shadow: var(--box-shadow);
  background-color: #fff;
  padding: 25px;
}

.information ul{
  counter-reset:list;
  list-style-type:none;
  font-size: 14px;
  line-height: 1.6;
  padding:0;
}

.information ul li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #77b4fd;
}

.information ul li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #77b4fd;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.picture{
  background-position: center top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 2;
  color: white;
}


.picture::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
  z-index: -1;
}

.hero{
  background-position: center top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 2;
}

.hero::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
  z-index: -1;
}

.hero li a{
color: white;
}



.title{
  border-top: solid var(--gold) 3px;
  border-bottom: solid var(--gold) 3px;
  line-height: 1.5;
  }

.title h1{
  text-align: center;
}

.title p{
  display: inline-block;
  vertical-align: middle;
}


.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero img{
  width: 100%;
  height: 434px;
  object-fit: cover;
}
.tophero img{
width: 100%;
height: 434px;
object-fit: cover;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 25px;
}

.citylist {
margin: 1rem auto;
width: 380px;
list-style-type: none;
}
.city-radius{
overflow: hidden;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.city_header {
display: flex;
flex-wrap: wrap;
}


.city_thumbnail {
margin: 0;
order: 0;
}
.card_02 {
background-color: #fff;
box-shadow: 0 0 0px rgba(0, 0, 0, .16);
color: #212121;
text-decoration: none;
}

.citylist li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: .3em;
}

.citylist li::before {
  transform: rotate(-45deg);
  width: .4em;
  height: .4em;
  border-bottom: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  content: '';
}

.citylist li a {
color: #21252f;
text-decoration: none;
font-weight: bold;
}

li a{
color: white;
}

.thankshero{
background-color: #3D3018;
color: #faf5f5;
}


.company ul{
color: white;
}
.company li{
list-style: none;
}

.golfhero{
background-image: url(https://gozarla.com/images/heroimage.jpg) ;
}
.golfpicture{
background-image: url("https://gozarla.com/images/infomation.jpg");
}


@media (min-width: 835px){
.golfcol2-img{
    background-image: url("https://gozarla.com/images/booking.jpg");
}
.itemlist li{
  padding: 15px;
}
}


@media only screen and (max-width: 768px) {
  .itemlist ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1em;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 834px){

.golfwhereback{
background-image: url("https://gozarla.com/images/infomation.jpg");
}



.itemlist li{
  padding: 5px;
}
}


.itemlist li{
display: inline-block;
box-shadow: var(--box-shadow);
background-color: #fff;
border-radius: 10px;
margin: 1%;
}


/* shop */

.golfcontainer{
min-height: 100%;
position: relative;
}

.golfcontainer container{
margin: 0 auto;
padding: 0 15px; 
}

.itemlist {
width: 90%;
margin: 0 auto;
padding: 1em 0;
}

.main_contents .Prefecture {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  border: 2px solid;
  border-radius: 50px;
  background-color: #fff;
  border-color: var(--gold);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin: 10px 0px 10px 10px;
  box-sizing: border-box;
}

.AreaBlock .Container .contents .Item .maintitle {
  vertical-align: middle;
  background-color: #E3D6D6;
  width: 140px;
  min-width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.main_contents .citytitle {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  border: 2px solid;
  border-radius: 50px;
  background-color: #fff;
  border-color: var(--gold);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin: 10px 0px 10px 10px;
  box-sizing: border-box;
}
.AreaBlock .Container .contents .Item {
  vertical-align: middle;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.servicepoint ul {
  margin: auto;
  max-width: 1000px;
}
.servicepoint li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.servicepoint li:nth-child(even) {
  flex-direction: row-reverse;
}

.servicepoint li h3{
  margin: 0 10px;
}

.servicepoint li p{
  margin: 0 10px;
}

.countrymenu {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: var(--gold); /* 文字色 */
  border: 2px solid var(--gold); /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.countrymenu:hover {
  color: #fff; /* 文字色 */
  background: var(--gold); /* 背景色 */
}

.qa-question {
  margin-top: 20px; /* 上に20pxの余白を追加 */
}
.qa-answer {
  margin-top: 10px; /* ゴルフ回答の上に10pxの余白を追加 */
}

/* 横並びのスタイル（PC用） */
.golf-container {
  display: flex;
  align-items: flex-start; /* 画像とテーブルを上に揃える */
  margin-bottom: 20px; /* 各ゴルフ場の間隔 */
  justify-content: center; /* 中央揃え */
}

/* 画像のスタイル */
.golf-image {
  width: 50%; /* 画像のサイズを50%に設定 */
  max-width: 450px; /* 最大幅を設定（必要に応じて調整） */
  margin: 0 auto; /* 自動マージンで中央揃え */
  display: block; /* ブロック要素にすることで自動マージンが機能する */
}

/* 縦並びのスタイル（スマートフォン用） */
@media (max-width: 768px) {
  .golf-container {
      flex-direction: column; /* 縦並び */
      align-items: center; /* 中央揃え */
  }

  .golf-image {
      width: 100%; /* スマートフォンでは画像を100%に */
      margin-right: 0; /* 縦並びでは余白を無くす */
      margin-bottom: 20px; /* 画像とテーブルの間に余白を設定 */
  }
}

/* テーブルスタイル */
.golf-fare-table {
  border-collapse: collapse;
  width: 100%; /* テーブルの幅を100%に */
}

.golf-fare-table th,
.golf-fare-table td {
  border: 1px solid #ccc; /* セルの枠線 */
  padding: 8px;
  text-align: center; /* セル内のテキストを中央揃え */
}

/* 区切り線のスタイル */
.golf-separator {
  border: none;
  border-top: 1px solid #ccc; /* 上のボーダーのみ */
  margin: 10px 0; /* 上下のマージン */
}


.custom-col-padding {
  padding-left: 1.5rem; /* 左の余白 */
  padding-right: 1.5rem; /* 右の余白 */
}

/* モバイル画面用に調整（オプション） */
@media (max-width: 768px) {
  .custom-col-padding {
      padding-left: 10px; /* モバイル用の余白 */
      padding-right: 10px; /* モバイル用の余白 */
  }
}

.wrapper{
  width: 100%;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.wrapper_text {
  padding: 1rem 3rem;
  color: whitesmoke;
  background: linear-gradient(to right, rgba(32, 156, 255, 0.7), rgba(104, 224, 207, 0.7)); 
}


@media screen and (min-width: 759.99px) {
  .country_wrapper{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    position: relative;
    overflow: hidden;
    container-type: inline-size;
  }


 .country_wrapper_menu ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 0;
    margin: 0;
    
 }

 .country_wrapper_menu ul li {
    list-style: none;
 }

 .country_wrapper_menu img{
  width:auto!important;
 }


}

@media screen and (max-width: 759.98px) { 
  .country_wrapper{
    padding-top: 15rem !important;
    padding-bottom: 5rem !important;
  }
}



    .banner-container {
            background: linear-gradient(135deg, #4CAF50, #8BC34A); /* Green gradient */
            color: white;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            padding: 30px;
            max-width: 600px;
            width: 100%;
            text-align: center;
            animation: fadeIn 1s ease-out;
            box-sizing: border-box; /* paddingを含めて幅を計算 */
        }

    .banner-title {
        font-size: 2.25rem; /* text-4xl */
        line-height: 1.25; /* leading-tight */
        font-weight: 800; /* font-extrabold */
        margin-bottom: 1rem; /* mb-4 */
    }
    @media (min-width: 768px) { /* md:text-5xl */
        .banner-title {
            font-size: 3rem;
        }
    }

    .banner-subtitle {
        font-size: 1.25rem; /* text-xl */
        font-weight: 600; /* font-semibold */
        margin-bottom: 1.5rem; /* mb-6 */
    }
    @media (min-width: 768px) { /* md:text-2xl */
        .banner-subtitle {
            font-size: 1.5rem;
        }
    }

    .features-grid {
        display: grid;
        grid-template-columns: 1fr; /* grid-cols-1 */
        gap: 1rem; /* gap-4 */
        margin-bottom: 1.5rem; /* mb-6 */
    }
    @media (min-width: 768px) { /* md:grid-cols-3 */
        .features-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    .feature-item {
        display: flex;
        align-items: center;
        justify-content: center; /* デフォルトは中央寄せ */
        margin-bottom: 15px; /* 元のCSSから維持 */
    }
    @media (max-width: 767px) { /* スマートフォンサイズ（一般的なブレークポイント） */
        .feature-item {
            justify-content: flex-start; /* 左寄せに設定 */
        }
    }

    .feature-icon {
        font-size: 1.5rem;
        margin-right: 10px;
        color: #0B3219; /* Lighter green/yellow for icons */
    }
    .feature-text {
        font-size: 1.125rem; /* text-lg */
        font-weight: 500; /* font-medium */
    }

    .banner-description {
        font-size: 1rem; /* text-base */
        margin-bottom: 2rem; /* mb-8 */
        opacity: 0.9; /* opacity-90 */
    }
    @media (min-width: 768px) { /* md:text-lg */
        .banner-description {
            font-size: 1.125rem;
        }
    }

    /* スマートフォンでのみ改行を適用するためのスタイル */
    .mobile-only-break {
        display: inline; /* PCサイズではインライン要素のまま */
    }
    @media (max-width: 767px) { /* スマートフォンサイズ（一般的なブレークポイント） */
        .mobile-only-break {
            display: block; /* ブロック要素にして改行を強制 */
        }
    }

.cta-button {
  margin-top: 5px;
  border: 1px solid var(--gold); /* border-green-700 */
            display: inline-block;
            background-color: white;
            color: #15803d; /* text-green-700 */
            font-weight: 700; /* font-bold */
            padding: 0.75rem 2rem; /* py-3 px-8 */
            border-radius: 9999px; /* rounded-full */
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); /* shadow-lg */
            transition: all 300ms ease-in-out; /* transition duration-300 ease-in-out */
            text-decoration: none; /* リンクの下線を削除 */
        }
        .cta-button:hover {
            background-color: #f3f4f6; /* hover:bg-gray-100 */
            transform: scale(1.05); /* hover:scale-105 */
        }



.banner_images {
	position: relative;
}

.banner_images::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 10%);
	height: calc(100% - 10%);
	border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 10px;
}



/* country menu */

.kbar-top-mv-menu > ul {
    display: flex
;
    z-index: 10;
    position: relative;
    justify-content: space-between;
}

@media screen and (min-width: 759.99px), print {
    .kbar-section-wrapper {
        container-type: inline-size;
    }
}
.kbar-section-wrapper {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.kbar-contents * {
    box-sizing: border-box;
}

@media (any-hover: hover) and (pointer: fine) {
    .kbar-top-mv-menu-btn {
        transition: 0.3s;
    }
}
.kbar-top-mv-menu-btn {
    display: block;
    position: relative;
    aspect-ratio: 200 / 152;
    width: 12.5cqw;
}

.country_wrapper{
  ol, ul {
    list-style: none;
}
}

.kbar-contents video, .kbar-contents img {
    width: 100%;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
    vertical-align: bottom;
}

.kbar-top-mv-menu-btn[data-page=airride] .kbar-top-mv-menu-btn-text {
    width: 9.6875cqw;
}
.kbar-top-mv-menu-btn[data-page=airride] .kbar-top-mv-menu-btn-inner, .kbar-top-mv-menu-btn[data-page=citytrial] .kbar-top-mv-menu-btn-inner {
    flex-direction: row;
    aspect-ratio: 390 / 132;
    width: 24.375cqw;
}

.kbar-top-mv-menu-btn-inner {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 180 / 132;
    width: 11.25cqw;
    margin: auto;
    inset: 0;
    gap: 0.75cqw;
    border-radius: 0.3125cqw;
    background-image: url(../img/common/bg_stripe.webp);
    background-position: center center;
    background-size: 1.375cqw;
    clip-path: inset(0 round 0.3125cqw);
}

.kbar-top-mv-menu-btn[data-page=airride] .kbar-top-mv-menu-btn-inner {
    padding-right: 0.9375cqw;
}