/* consept Section  *****************************************/
.cct01{
  background-image: url(/wp-content/uploads/2025/05/cpbg02.jpg);
  background-position: center;
  background-size: cover;
  padding: 200px 25% 0 25%;
  text-align: center;
  color: #152D62;
}
.cct01 h1{font-size: 2em;}
.cct01 img{padding: 8% 0 1% 0;}
.cct01 h2{font-size: 2.4em; font-weight: normal;}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    width: 100%;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 53%;
    display: inline-block;
    width: 20%;
    height: 3px;
}

.head-border:before {
    left: 0;
    background: linear-gradient(-90deg, #152D62, transparent);
}

.head-border:after {
    right: 0;
    background: linear-gradient(90deg, #152D62, transparent);
}
.posthead{
  text-align: center; margin-bottom: 1%; line-height: 110%;
}

.screen-reader-text {display: none;}
.nav-links{
  margin: 10% 0 5% 0;
  border-top: 1px solid #666;
  display: flex;
  justify-content: space-between; /* 左右に振り分ける */
  align-items: center;            /* 高さを揃える */
  padding: 10px;
}

.nav-previous {text-align: left;}
.nav-next {text-align: right;}
.nav-previous a{color: #666;}
.nav-previous .nav-title{display: none;}
.nav-next .nav-title{display: none;}
.nav-next a{color: #666;}

.fa-angle-double-left{margin-right: 10px;}
.fa-angle-double-right{margin-left: 10px;}

@media (max-width: 767px){
  .posthead{font-size: 16px;}
  .head-border:before,
  .head-border:after{width: 18%;}
  .postct{font-size: 12px;}
}

.cct02{
  color: #FFF;
  font-size: 1.3em;
  padding: 10% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 200%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

@media (max-width: 767px){
  .cct01{padding: 100px 10% 0 10%;}
  .cct01 h1{font-size: 1em;}
  .cct01 h2{font-size: 1em;}
  .cct02{ font-size: 12px;}
}
/* content parts  *****************************************/
.two-column-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.two-column-images img {
  width: 100%;
  max-width: 48%;
  height: auto;
  object-fit: cover;
}
.ma5sp10{margin: 5% auto;}
.gallery{
  /*display: flex;
  justify-content: center;*/
  align-items: center;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-label {
  position: absolute;
  bottom: 8px;
  right: 12px;
  color: #fff;
  font-size: 28px;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0);
}

.photo70-100{max-width: 70%;}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .two-column-images {
    flex-direction: column;
  }

  .two-column-images img {
    max-width: 100%;
  }
  .ma5sp10{margin: 10% auto;}
  .gallery{flex-direction: column;}
  .image-label {font-size: 20px;}

  .photo70-100{max-width: 100%;}
}

.content-section {
  width: 100%;
  margin: 0 auto;
}

.content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
  gap: 40px;
}

.content-block.reverse {
  flex-direction: row-reverse;
}

.image-area img {
  width: 100%;
  height: auto;
  max-width: 700px;
  display: block;
}

.text-area {
  flex: 1;
  color: #fff;
}

.text-area h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  border-bottom: 1px solid;
}

.text-area p {
  font-size: 1em;
  line-height: 1.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .content-block {
    flex-direction: column !important;
    text-align: center;
  }

  .image-area img {
    max-width: 100%;
  }


}


/* location Section  *****************************************/
.loca50{padding: 5% 0;}
.loca51{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 10px; /* カラム間の間隔を指定 */
  width: 100%;
  margin: 5% auto 0 auto;
  text-align: left;
background-color: #f0f0f0;
  padding: 30px;
}
.loca51 table{font-size: 13px; width: 100%;}
.loca51 th{
position: relative;
height: 1.5em;
  font-weight: 400;
  width: 60%;
}
.loca51 th::before {
content: "";
display: block;
width: 80%;
  left: 20%;
position: absolute;
margin-top: 0.7em;
border-top: 2px dotted silver;
}
.loca51 th span{background-color: #f0f0f0; position: relative; padding-right: 1ex;}
.loca51 h4{margin: 15px 0 5px 0;}
.loca55{
  grid-template-columns: repeat(4, 4fr);
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0 auto;
}
.loca55 dl{color: #FFF; margin: 5% 2%;}
.loca55 dd{font-size: 13px; margin: 0; text-align: left;}

@media (min-width: 768px) and (max-width: 1024px){
  .loca51{
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      gap: 0;
      width: 100%;
  }
  .loca51 th::before {
      content: "";
      width: 100%;
      left: 0;
      position: absolute;
      margin-top: 0.7em;
      border-top: 2px dotted silver;
  }
  .loca51 th {
      width: 60%;
      box-sizing: border-box;
  }
  .loca55{
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      gap: 0;
      width: 100%;
  }
  .loca55 dd{text-align: center;}
}
@media (max-width: 767px){
  .loca51 th::before {
      content: "";
      display: block;
      width: 100%;
      left: 0;
      position: absolute;
      margin-top: 0.7em;
      border-top: 2px dotted silver;
  }
  .loca51 th {
      display: block;
      width: 100%;
      box-sizing: border-box;
  }

  .loca51 td {
      display: inline-block;
      width: auto;
      box-sizing: border-box;
      text-align: center;
  }
  .loca51 td:first-child {width: auto;}
  .loca55, .loca51{
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      gap: 0;
      width: auto;
  }

  .loca55 dd{text-align: center;}
}

/* plan Section  *****************************************/
.plan-page-top{
  background-image: url(/wp-content/uploads/2025/05/headbg06.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  position: relative;
}
.plan-page-top::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.plan-page-title{
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-60%, -20%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .plan-page-top{height: 200px;}
  .plan-page-title {
    font-size: 28px;
    top: 55%;
    left: 30%;
  }
}
.plan-page-subtitle{
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 75%;
  left: 15%;
  transform: translate(-60%, -20%);
  z-index: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .plan-page-subtitle{
    font-size: 14px;
    top: 75%;
    left: 30%;
  }
}
.plan-section1{
  padding: 50px 0;
  background-color: #3D4146;
  margin: 0;
}

.plan-section1-wrapper{
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .plan-section1-wrapper{
    grid-template-columns:1fr;
    margin-top: 30px;
  }
}

.plan-section1-banner{
  max-width: 500px;
  width: 100%;
  height:auto;
  aspect-ratio: 500 / 200;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}
.plan-section1-banner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* plan-atype-section1 */
.plan-atype-section1-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .plan-atype-section1-wrapper{
    flex-direction: column;
  }
}

.plan-atype-section1-image{
  max-width: 500px;
  width: 100%;
  height:100%;
  overflow: hidden;
}
.plan-atype-section1-image-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* outline Section  *****************************************/
.outline-page-top{
  background-image: url(../images/concept-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  position: relative;
}
.outline-page-top::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.outline-page-title{
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-60%, -20%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outline-page-title {
    font-size: 28px;
    top: 55%;
    left: 30%;
  }
}
.outline-page-subtitle{
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 75%;
  left: 15%;
  transform: translate(-60%, -20%);
  z-index: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .outline-page-subtitle{
    font-size: 14px;
    top: 75%;
    left: 30%;
  }
}
.outline-section1-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.outline-section1-title{
  font-size: 17px;
  font-weight: 400;
  background-color: #fff;
  padding: 20px;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.outline-section1-title-wrapper{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
/* アウトラインテーブルスタイル */
.outline-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out forwards;
}

.outline-table th {
  width: 35%;
  padding: 15px 20px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  border-bottom: 2px solid #C9B78B;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.outline-table th::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: shine 4s infinite;
  background-position: -100px;
  background-size: 200px 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.outline-table td {
  width: 65%;
  padding: 15px 20px;
  vertical-align: top;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px solid #C9B78B;
}

@media screen and (max-width: 768px) {
  .outline-table, 
  .outline-table tbody {
    display: block;
    width: 100%;
  }
  
  .outline-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-bottom: 2px solid #C9B78B;
  }
  
  .outline-table th,
  .outline-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  .outline-table th {
    border-bottom: 1px dotted #C9B78B;
    padding: 12px 10px 8px;
    font-size: 14px;
    background-color: rgba(201, 183, 139, 0.1);
  }
  
  .outline-table td {
    padding: 10px;
    font-size: 14px;
    border-bottom: none;
  }
  
  .outline-section1-title {
    font-size: 14px;
    padding: 10px;
  }
}

.outline-section1 {
  padding: 50px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .outline-section1 {
    padding: 30px 0;
  }
}

/**FORM *****************************************/
.Form {
  text-align:left;
  background-color: rgba(155, 155, 155, 0.5);
  padding: 3% 5% 5% 5%;
  margin: -4% 0 0 0;
}
.Form p{margin: 0; padding: 0;}
@media screen and (max-width: 480px) {
  .Form { margin-top: 0;}
}
.Form-Item {
  border-top: 1px solid #ddd;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
/*来場予約の市区町村の下線*/
/*.Form-Item:nth-child(9) {border-bottom: 1px solid #ddd;}*/
.Form-Item-Label {
  width: 100%;
  max-width: 30%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}
.Form-Item-Label02{width: 65%;}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: block;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label02{width: 100%;}
  .Form-Item-Label p{padding: 0 0 10px 0 !important;}
  .Form-Item-Label02 p{padding: 0 !important;}
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg { margin-top: 0;}
}
.Form-Item-Label-Required {
  margin-left: 0;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #a39903;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  padding: 5px 0;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Label-Any {
  margin-left: 0%;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #54889e;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  padding: 5px 0;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Any {
    margin-left: 0 !important;
    margin-right: 8px;
    width: 32px;
    display: inline-block;
    text-align: center;
    background: #54889e;
    color: #fff;
    font-size: 10px;
    line-height: 150%;
    padding: 5px 0;
  }
}
.wpcf7-text, .wpcf7-textarea {
  border: 1px solid #FFF;
  flex: 1;
  background: #FFF;
  font-size: 14px;
  padding: 10px;
  font-family: "Zen Old Mincho", serif;
  border-radius: 5px;
}
.wpcf7-form-control {
  width: 100% !important; /* 全てのフォーム要素に適用 */
  max-width: 100%;
  box-sizing: border-box;
}

.wpcf7-date,
.wpcf7-select{
  padding: 10px;
  font-size: 0.8em;
  margin: 3px 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .wpcf7-text, .wpcf7-textarea {
    padding: 5px 10px;

  }
}

/* チェックボックス全体のスタイル */
.wpcf7-form-control-wrap input[type="checkbox"] {
  width: 24px; /* チェックボックスの幅 */
  height: 24px; /* チェックボックスの高さ */
  border-radius: 0; /* 角丸を無効化 */
  border: 2px solid #333; /* ボーダーの色と太さ */
  background-color: #fff; /* 背景色を白に設定 */
  appearance: none; /* デフォルトスタイルを無効化 */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  outline: none; /* フォーカス時の青い枠を無効化 */
  cursor: pointer; /* ポインタアイコンを表示 */
  position: relative; /* チェックマーク用に位置を指定 */
  overflow: visible; /* 枠からはみ出す部分を表示 */
  vertical-align: middle;
}

/* チェック状態のスタイル */
.wpcf7-form-control-wrap input[type="checkbox"]:checked {
  background-color: #333; /* チェック状態の背景色 */
  border-color: #333; /* ボーダー色も変更 */
}

.wpcf7-form-control-wrap input[type="checkbox"]:checked::after {
  content: ''; /* 擬似要素を使ってチェックマークを作成 */
  display: block;
  width: 10px; /* チェックマークの幅 */
  height: 20px; /* チェックマークの高さ */
  border: solid #fff; /* チェックマークの色 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* チェックマークの傾き */
  position: absolute;
  top: -8px; /* チェックマークの縦位置 */
  left: 6px; /* チェックマークの横位置 */
}

/* ホバー時の効果 */
.wpcf7-form-control-wrap input[type="checkbox"]:hover {
  border-color: #666; /* ホバー時のボーダー色 */
}

.subtl{font-size:20px;}


/***来場予約フォーム******/
.kiboubi{display: flex;}
.kiboubi li{margin: 0 10px;}
.kiboubi input{padding: 10px 25px !important;}
.kiboubi select{padding: 10px 20px !important;}

.annotation{text-align: center;}
.annotation ul{display: inline-block; text-align: left;}

.wpcf7-form-control.half-width {
  width: 50% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.wpcf7-form-control.p-postal-code{
  width: 50% !important;
  max-width: 100%;
  box-sizing: border-box;
}
.wpcf7-form-control.p-region{
  width: 50% !important;
  max-width: 100%;
  box-sizing: border-box;
}

/** FORM SP *****************************************/

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .annotation{font-size: 12px;}
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn,
.wpcf7-submit {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  max-width: 250px;
  border: none;
}

.wpcf7-previous {
  padding: 10px 20px;
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 250px;
}

input.btn-outline:hover {
  background-color: #333;
  color: #fff;
}


@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.tanskmeh2{
  font-size: 2em;
  text-align: center;
  margin-bottom: 3%;
}
.tanskme{
  text-align: center;
  font-size: 1.2em;
}
.top-section__inner{
  padding: 7% 0% !important;
}
@media screen and (max-width: 480px) {
.tanskmeh2{
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 3%;
}
.tanskme{
  text-align: center;
  font-size: 12px;
}
.top-section__inner{
  padding: 15% 5% !important;
}
}


/** 800.pats Section *****************************************/
.cp2col{display: flex; margin: 0; color: #FFF;}
.cp2col h3{font-size: 2em; font-weight: normal;}
.cp2col dt{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 10px 0;
  padding: 10px 0;
  
}
.cp2col dd{font-size: 1.3em;}
.cp001, .cp002, .cp003, .cp004{
  width: 50%;
  text-align: center;
  padding: 5%;
  background-size: cover;
  background-position: center;
  border: 5px solid rgba(128, 128, 128, 0.1);
}
.cp001{background-image: url(/wp-content/uploads/2025/05/csp01.jpg);}
.cp002{background-image: url(/wp-content/uploads/2025/05/csp02.jpg);}
.cp003{background-image: url(/wp-content/uploads/2025/05/csp03.jpg);}
.cp004{background-image: url(/wp-content/uploads/2025/05/csp04.jpg);}

@media screen and (max-width: 480px) {
  .cp2col {display: block;}
  .cp2col h3{font-size: 1.3em;}
  .cp2col dt{font-size: 12px;}
  .cp2col dd{font-size: 1em;}
  .cp001, .cp002, .cp003, .cp004{
    width: 100%;
    border: 18px solid rgba(128, 128, 128, 0.1);
  }
}


.yokoku{color: #FFF; text-align: center; width: 100%;}
.yokoku h3{
  font-size: 2em;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
.yokoku p{margin: 2%;}
@media screen and (max-width: 480px) {
  .yokoku h3{font-size: 1em;}
  .yokoku p{font-size: 12px; margin: 3% 0 10% 0;}
}

/** 810.Online Section *****************************************/
/* 3カラム（PC）/ 1カラム（SP）& 幅制限の解除 */
.wp-block-columns.cols3-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 30px 0 0 0;
  width: 100% !important;
  max-width: none !important;              /* ← 幅制限を解除 */
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* テーマの既定幅を打ち消す（親が .entry-content や .wp-block-group の場合に効く） */
.entry-content .wp-block-columns.cols3-cards,
.wp-block-group .wp-block-columns.cols3-cards {
  max-width: none !important;
}

/* 子カラムに残る幅指定/float/flex-basisを無効化 */
.wp-block-columns.cols3-cards > .wp-block-column {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  flex: 0 0 auto !important;
}

/* 画像とテキストをセットで縦並び・中央寄せ */

.has-text-align-center {text-align: center; padding: 20px 0;}

/* 画像をカラム幅いっぱいに */
.wp-block-columns.cols3-cards figure { margin: 0 !important; }
.wp-block-columns.cols3-cards img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px; /* 任意 */
}

/* スマホは1カラム */
@media (max-width: 768px) {
  .wp-block-columns.cols3-cards {
    grid-template-columns: 1fr !important;
  }
}

/* セクションの背景帯（画面いっぱい） */
.flow-section {
  background: #efefef;
  padding: 48px 0;
  margin-top: -10%;
}
.flow-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}
.flow-heading {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 24px;
  position: relative;
}
.flow-heading::after {
  content: "";
  display: block;
  width: 80px; height: 3px;
  background: #19a7c6;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* リスト */
.flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

/* 各行のカード：モバイル基準（アイコン＋タイトル → 説明） */
.flow-item {
  background: #fff;
  border-radius: 6px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-areas:
    "icon title"
    "text text";
  align-items: center;
  row-gap: 12px;
  column-gap: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.flow-icon   { grid-area: icon; }
.flow-title  { grid-area: title; }
.flow-text   { grid-area: text;  }

.flow-icon img {
  width: 56px; height: 56px;
  object-fit: contain; display: block;
}

.flow-badge {
  display: block;
  border: 2px solid #19a7c6;
  color: #19a7c6;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 10px 26px;
  white-space: nowrap;
}

.flow-text {
  line-height: 1.3;
  color: #333;
}
.flow-text a {
  color: #19a7c6; text-decoration: underline;
}

/* PCレイアウト（アイコン｜青枠タイトル｜説明） */
@media (min-width: 960px) {
  .flow-item {
    grid-template-columns: 88px 280px 1fr;
    grid-template-areas: "icon title text";
    row-gap: 0;
  }
  .flow-text { padding-left: 4px; }
}

@media (max-width: 768px) {
  .flow-item {font-size: 12px;}
}



/* サイト側の幅制限・余白に負けないように（必要なら有効化） */
/*
.flow-section.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
*/

/* セクション全体 */
.zoom-usage { padding: 48px 0 0 0; }
.zoom-usage__container { width: min(860px, 92%); margin: 0 auto; }

/* タイトル＋下線 */
.zoom-usage__title{
  text-align:center;
  font-weight:700;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing:.06em;
  margin:0 0 8px;
  position:relative;
}
.zoom-usage__title::after{
  content:"";
  display:block;
  width:80px; height:3px;
  background:#19a7c6;
  margin:12px auto 0;
  border-radius:2px;
}

/* リード文 */
.zoom-usage__lead{
  text-align:center;
  color:#666;
  margin:0 0 24px;
  line-height:1.9;
}

/* 白パネル＋グレー太枠 */
.zoom-usage__panel{
  background:#fff;
  border:8px solid #eee;   /* スクショの太い淡グレー枠 */
  padding:26px 28px;
}

/* 小見出し（赤の【…】） */
.zoom-usage__subtitle{
  color:#d63b3b;
  font-weight:700;
  font-size:1.05rem;
  margin:18px 0 10px;
  letter-spacing:.02em;
}

/* 注釈見出し */
.zoom-usage__notes{
  margin:18px 0 6px;
  font-weight:700;
}

/* 本文・リンク */
.zoom-usage__panel p{ line-height:1.9; color:#333; }
.zoom-usage__panel a{ color:#19a7c6; text-decoration:underline; }

/* 箇条書き */
.zoom-usage__list{ margin:.75em 0 0 1.1em; padding:0; }
.zoom-usage__list li{ list-style:disc; margin:0 0 .4em 1em; }

/* モバイル余白微調整 */
@media (max-width:600px){
  .zoom-usage__panel{ padding:20px 16px; }
}



/** 900.pats Section *****************************************/
.mg0{margin: 0;}
.bg201{
  background-image: url(/wp-content/uploads/2025/05/bg201.jpg);
  background-size: cover;
  background-position: center;
}
.bg1000{
  background-image: url(/wp-content/uploads/2025/05/bg1000.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
.overlay {
  border-image: fill 0 linear-gradient(#0003,#000); /* your gradient here */
}


.note01{margin: 3% 0 0 0; padding-left: 1em; text-indent: -1em;}
@media screen and (max-width: 480px) {
  .note01{font-size: 12px;}
}

/** 1000.Login Section *****************************************/
.loginsec{
  text-align: center;
  padding: 20vh 0 3% 0;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
}
.entrysec{
  background-color: #E1DED3;
  padding: 5%;
  text-align: center;
}
.loginsec h2,
.entrysec h2{
  border-left: 10px double;
  border-right: 10px double;
  max-width: 30vh;
  margin: 0 auto 3% auto;
  font-size: 2em;
}
.login01{
  padding: 10px;
  margin: 10px 0;
  width: 30vw;
  border-radius: 0;
}
.loginbt{
  padding: 10px;
  margin: 10px 0;
  width: 10vw;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 2px;
  background-color: #333;
  color: #FFF;
}

.entrysec table{
  margin: 0 auto 2% auto;
  border-spacing: 10px;
}
.entrysec th{
  border-right: 1px solid;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: top;
}
.entrysec td{text-align: left; padding: 0 0 0 10px;}
.entrysec ol{padding: 0 0 0 20px;}

/** 1100.post Section *****************************************/
.postlist{width: 65%; float: left; margin-bottom: 10%;}
.widget-area{width: 30%; float: right; margin-bottom: 10%;}

.entry-header{margin: 20px 0 0 0;}
.entry-meta .byline,
.entry-meta .author,
.entry-meta .posted-by {
  display: none !important;
}
.entry-title{font-size: 20px; margin-top: 10px;}
.entry-title a{color: #333; display: block;}
.entry-title a:hover{background-color: #EBEBEB;}
.entry-summary{border-top: 1px solid #999; padding: 10px 0;}
.published{border: 1px solid #999; padding: 2px 10px;}
.read-more{margin-left: 20px; color: #333;}


@media screen and (max-width: 480px) {
  .postlist{width: 100%;}
  .widget-area{width: 100%;}
  .entry-title{font-size: 16px;}

}

.wp-block-search__label{display: none;}
.wp-block-search__inside-wrapper input{border: 1px solid #DDD; padding: 8px;}
.wp-block-search__inside-wrapper button{background-color: #CCC; padding: 9px;}
.wp-block-heading{background-color: #3D4146; color: #FFF; font-size: 16px; padding: 5px 15px; margin-top: 10%;}