@charset "utf-8";


html, body, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
border-radius: 0;
}
textarea {
resize: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

body{
    display: flex;
    flex-direction: column;
    font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
    background-color: #ccebfa;
    text-align: center;
    z-index: 3;
    justify-content: center;
  align-items: center;
  transition: 1s;
  overflow-x: hidden;
}




/* 
↓PCヘッダー
====================================================================================================================================================================== */


header{height: 65px;width: 100%;}
#header_bot,.logo_left,.logo_right{
  display: none;
  width: 100%;
}


#fixed-header { 
  height: 65px;
}


.pcheader {
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
  background-color:#FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  width: 100%;
  top: 0;
  z-index: 3000;
  position: fixed;
}

.logo_pc{
  height: 40px;
  margin-left: 20px;
  transition: all .3s;

}
.logo_pc img{
  width: 100%;
  height: 100%;
}

.logo_pc:hover{
  opacity: .8;
}


.header_nav{
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: 100%;
}


.headercontent {
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.headercontent p {
  font-size: 14px;
  color: #314e5c;

}

/*第一弾アップ*/
.headercontent_under {
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;

}
.headercontent_under p {
  font-size: 14px;
  color: #314e5c;
   opacity: .7;
}



.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    padding-left: 0;
    font-weight: 400;
}
.others_lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: 65px;
    right: 0;
}
.headercontent:hover {
  background-color: #314e5c;
}
.headercontent:hover p{
  color: white;
}
.headercontent:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.headercontent:hover .others_lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}




.dropdown__list {
    background-color: #314e5c;
    list-style: none;
    height: 50px;
    transition: all .3s;
    position: relative;
    width: 250px;
    padding-left: 0;
}


.dropdown__list:hover{
  background-color: #314e5c;

}

.dropdown__list a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 20px;
}

.dropdown__list div{
    display: inline-block;
    width: 15px;
    height: 0.5px;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all .3s;
    background-color: #fff;
    transform:rotate(315deg);
}
.dropdown__list div::after{
  content: "";
  position: absolute;
  height: 0.5px;
  width: 15px;
  transform:rotate(90deg);
  right: 0px;
  top: -2.5px;
  background-color: #fff;
}
.dropdown__list span{
  display: inline-block;
  width: 15px;
  height: 0.5px;
  position: absolute;
  right: 10px;
  bottom: 33px;
  transition: all .3s;
  color: #fff;
}

.english_btn {
        width: fit-content;
        padding: 0 28px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 999px;
        background-color: #314e5c;
        color: white;
        text-align: center;
        cursor: pointer;
        transition: .3s;
        margin-left: 30px;
        position: relative;
}


.english_btn:hover,.mypage_btn:hover {
  opacity: .7;
}
.display_none{display: none!important;}



/* 
↑PCヘッダー
====================================================================================================================================================================== */

/*中身=================================================================*/

body{
  background-color: #ccebfa;
}

.first-box {
  width: 100%;          /* 横幅いっぱいに */
  display: flex;        /* フレックスにして */
  justify-content: flex-start; /* 左寄せ */
}

.first-title {
  font-size:40px;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  font-weight: bold;
  color:#568aa2;
  margin:7vw 0 0vw 9vw;/*8は下の白い背景の余白と合わせてる*/
  letter-spacing: 0.2em;
}

.righttop{
  position: absolute;  /* ページ内の絶対配置 */
  top: 65px;          /* ヘッダーが65px */
  right: 0;        /* 右端から0pxの位置 */
}

.koko-right{
  width:23vw;
  height:auto;
}

.first-title:before {
  content: "";
  display: inline-block;
  background-image: url('../assets/img/redball.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
  margin-right:2vw;
}

.first-title:after {
  content: "";
  display: inline-block;
  background-image: url('../assets/img/redball.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
  margin-left:1.2vw;
}

.white-wrapper{
  background-color:white;
  border-radius: 40px;
  width:80vw;
  z-index:100;
  margin-top:7vw;
  padding-left:10vw;
  padding-right:10vw;
  padding-bottom:6vw;
}
 h2.head-border{
  width:100%;
  text-align:center;
  font-size:30px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  margin-top:6.5vw;
  margin-bottom: 3.5vw;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 2.5px;
    background-color: #568aa2;
}

.head-border:before {
    left: 10%;
}

.head-border:after {
    right: 10%;
}

.text-box{
  margin:0 6%;
}

.koko-midashi{
  display: inline-block;   /* ← 幅をテキストに合わせる */
  padding: 0.3em 1em;/*文字周りの余白*/
  color: #41687a;/*文字色*/
  background: #ccebfa;/*背景色*/
  border-left: solid 10px #568aa2;/*左線（実線 太さ 色）*/
  font-size:20px;
  font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;  
  font-weight:bold;
  letter-spacing: 0.2em;
}

p.kobetsu {
    margin-top: 19px;
    text-align: left;
    font-size: 20px;
    line-height: 2;
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    color: #41687a;
    width: 100%;
    max-width: 100%;
    line-height:1.8;
    margin-bottom: 50px;
}

p.kobetsu-name {
  margin-top: 0px;
  text-align: left;
  font-size: 20px;
  line-height: 2;
  font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
  color: #41687a;
  width: 100%;
  max-width: 100%;
  line-height:1.8;
  margin-bottom: 50px;
}


.custom-underline{
  color: inherit;
  text-decoration: none; /* デフォルトの下線を消す */
  border-bottom: 1px solid currentColor; /* 自分で線を作る */
  padding-bottom: 0.5px; /* 線と文字の距離を調整 */
}

.custom-underline:hover {
  border-bottom: 2px solid currentColor; /* hover時に線を太くしても◎ */
}



/*right=================================================================*/

/* 
footer
====================================================================================================================================================================== */
        *,
        *::before,
        *::after {
          box-sizing: border-box;
        }
        
        footer {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          margin-top: 5rem;
          font-family: 'Noto Sans JP', sans-serif;
        }

        .footer-1 {
          width: 100%;
          box-sizing: border-box;
        }
        
        .footer-2 {
          background-color: #e50012;
          width: 100%;
          padding:0 20px;
          box-sizing: border-box;
        }
        
        .footer-3 {
          background-color: #e50012;
          width: 100%;
          text-align: center;
          padding: 10px 0;
          margin: 0;
          box-sizing: border-box;
        }

        
        .banner {
          width: 95%;
          margin: 60px auto;
          position: relative;
          text-align: center;
    /*display: none; バナー見せない（仮対応）→あとで消す*/
        }
        
        .banner-item {
          width: 100%;
          vertical-align: middle;
          flex: 1;
          margin: 0.2rem;
        }

        img.type{ /*ハーフバナー・固定いじらない*/
          width:234px;
          height:60px;
          margin: 0 auto;
        }

        .footer-inner {
          display: flex;
          justify-content: center; /* 中央に配置 */
          align-items: flex-start; /* 上揃え */
          width: 90%; /* フッターの幅 */
          margin: 0 auto; /* 中央寄せ */
        }
        
        .footer-nav {
          display: flex;
          flex-direction: column; /* 縦並び */
          gap: 0.5rem; /* 各アイテムの間に余白 */
        }
        
        .column-left {
          width: 25%; /* 左の列の幅 */
          margin-right: 5%; /* 中央の列からの右マージンを調整 */
        }
        
        .column-center {
          width: 25%; /* 中央の列の幅 */
          text-align: center; /* 中央揃え */
        }
        
        .column-right {
          width: 25%; /* 右の列の幅 */
          margin-left: 5%; /* 中央の列からの左マージンを調整 */
        }
        
        /* これを追加して、各列が画面の中央に揃うようにする */
        .footer-inner {
          display: flex;
          justify-content: space-between; /* 各列の間を均等に配置 */
        }
        
        .column-left,
        .column-center,
        .column-right {
          flex-shrink: 0; /* 列が縮まらないように設定 */
        }
        

        .midashi {
          font-size: 1rem;
          font-weight: bold;
          color: #ffffff; /* タイトルの色 */
          margin-bottom: 1.1rem; /* タイトルと項目の間にスペース */
          position: relative; /* 相対位置を設定 */
          padding-left: 1.5rem; /* 左側のパディングを設定 */
        }
        
        /* 赤丸のスタイル */
        .midashi::before {
          content: ""; /* 擬似要素のための内容 */
          position: absolute; /* 絶対位置を設定 */
          left: 3px; /* 左に配置 */
          top: 55%; /* 垂直方向で中央に配置 */
          transform: translateY(-50%); /* 垂直方向で中央揃え */
          width: 2.0px; /* 線の幅 */
          height: 1rem; /* 線の高さ */
          background-color: #ffffff; /* 線の色を赤に */
        }
        
        /* 横幅いっぱいの下線を引く */
        .midashi::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -8px; /* テキストの下に配置 */
          width: 100%; /* 横幅いっぱいに広げる */
          height: 1.2px; /* 線の太さ */
          background-color: #ffffff; /* 下線の色 */
        }
        

        /* 各リンクに視認性を持たせるためのスタイル */
        .komi a {
          font-size: 0.85rem;
          color: #ffffff;
          text-decoration: none;
          padding-left: 10px; /* アイコンの位置を調整 */
        }
        
        .komi a:hover {
          color: #f78d96; /* ホバー時のリンク色 */
        }

        .nav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 20px 0;
        }
        
        .nav ul {
          list-style: none;
          margin: 0;
          padding: 0;
        }
        
        .nav a:hover {
            color: #f5f5f5;
        }
        
        .nav img:hover{
          opacity: 0.8;
        }
        .nav img {
          width: 50px;
          transition: 0.5s;
        }
        

        
        .copyright {
          font-family: 'Noto Sans JP', sans-serif;
          color:#ffffff;
          text-align: center;
          margin: 0;
          padding: 1rem 0 0 0;
          margin-top: 70px;
          margin-bottom:-6px;
          
        }



        /* 
footer↑
====================================================================================================================================================================== */


/* 
hamburger(ハンバーガーアイコン)
====================================================================================================================================================================== */


.logo{
  width:12%;
  padding-left:20px;
  height:auto;
  display:block;
  margin:0 auto 0 0;
}

a {
  font-family:'Noto Sans JP', sans-serif;
  text-decoration: none;
  }

  .hamburger {
      display: block;
      margin-left: auto;
      border: none;
      background-color: transparent;
      position: fixed;
      right: 8px;
      top: 8px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index:9999;
  }

  #js-hamburger {
  display: none; /* ボタン自体を画面に表示しない */
}
  .hamburger.-active .hamburger__line {
      background-color: transparent;
  }

  .hamburger.-active .hamburger__line::before {
      top: 0;
      transform: rotate(45deg);
  }

  .hamburger.-active .hamburger__line::after {
      top: 0;
      transform: rotate(-45deg);
  }

  .hamburger.-active .hamburger__text::before {
    content: ' 閉じる';
  }

  .hamburger__line {
      background-color: transparent !important;
  }

  .hamburger__line:before,
  .hamburger__line:after {
      content: none; /* デフォルトでは消しておく */
  }

  
.hamburger.-active .hamburger__line::before,
.hamburger.-active .hamburger__line::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2.8px;
  background-color: #172e59;
  top: 36%;
  left: 54%;
  transform: translateX(-50%);
}

.hamburger.-active .hamburger__line::before {
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  transform: translateX(-50%) rotate(-45deg);
}


  .hamburger__line:before {
      top: -8px;
  }
  .hamburger__line:after {
      top: 8px;
  }
  .hamburger__text {
      position: absolute;
      bottom: 4px;
      left: 50%;
      transform: translateX(-28%);
      width: 100%;
  }

  
  .header__smart {
    width: 100%;
  }

  .header__inner {
  margin: 0 auto;
  max-width: 1200px; /* コンテンツ幅を制御（任意） */
  padding: 0 16px;   /* 左右余白 */
  box-sizing: border-box;
}

  .header__nav-area {
      position: fixed;
      top: 0;
      right: -100%;
      left:0;
      height: 200vh;
      width: 100vw;
      visibility: hidden;
      padding-top: 12px;
      background-color: #fff;
      transition: right 0.4s;
      overflow-y:auto;
      z-index:10000;
  }

  .js-accordion {
  width: 100%;           /* 親幅に合わせる */
  box-sizing: border-box;
}

  .header__nav-area.-active {
    right: 0;
    visibility: visible;
  }

  .english-box{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 50px;
    padding: 10px 40px;
    margin-bottom:150px; /*追加*/
    border-style: solid;
    background-color: #314e5c;
    color: #fff;
    border-width: 2px;
  }

  .global-navigation {
      padding-top: 30px;
      padding-right: 25px;
      padding-bottom: 80px;
      padding-left: 25px;
  }
  .global-navigation__list > li {
      padding-bottom: 20px;
      border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
      align-items: center;
      justify-content: space-between;
      color: #314e5c;
      font-weight: 900;
      transition: color 0.4s;
      font-size: 0.875rem;
  }
  .global-navigation__link.-accordion {
      position: relative;
      background: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 0;
  }
  .global-navigation__link.-accordion::after {
      content: '';
      display: block;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 5px;
      width: 2px;
      background-color: #ed3242;
      transform: translateY(-50%);
      transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 0;
      width: 12px;
      background-color: #ed3242;
      transform: translateY(-50%);
      
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .accordion {
      height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: max-height 0.4s ease;
  }
  .accordion.-active {
      height: auto;
      padding-top: 20px;
      max-height: 500px; /* 実際の高さより大きめに */
      visibility: visible;
  }
  .accordion__list li {
      font-size: 0.75rem;
      padding-left: 10px;

  }
  .accordion__list li + li {
       margin-top: 10px;
  }
  .accordion__link {
      color: #314e5c;
  }

  .js-sp-accordion {
  display: none;
}

.js-sp-accordion.-active {
  display: block;
}


/*==============企画検索===============*/

.search-area input[type="text"] {
  padding: 8px 8px 6px;
  font-size: 14px;
  width: 20vw;
}

.search-area{
	display: flex;
  text-align:center;
}

.search-parent{
  display: flex;
  /* メイン軸（横方向）の中央に要素を配置します */
  justify-content: center;
  /* 必要に応じて、クロス軸（縦方向）の中央にも要素を配置します */
}

.search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #41687a;
    border-radius: 24px;
}

.search-form:hover {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.search-form::before {
    width: 45px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.search-form input {
    width: 250px;
    height: 40px;
    padding: 5px 25px 5px 0;
    border: none;
    box-sizing: border-box;
    outline: none;
}


/* 検索ワード入力欄をクリックしたとき */
.search-area input[type="text"]:focus {
  background: #ccebfa;
}

#search-result__list {
	width: 100%;
  margin-top: 15px;
  display:flex;
  flex-wrap: wrap;
  padding-left: 7%;
}

/*
#search-text{
  text-align:center;
}
  */

/*↓キーワード検索の検索結果*/
#search-result__list span {
    width: 45%; 
    display: block;
    margin: 10px 1%;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 18px;
  border-radius: 20px;
  display: flex;          /* 横並びにする 11/10追記*/
  align-items: center;    /* 縦方向の中央揃え 11/10追記*/
  gap: 15px;              /* 画像と文字の間の余白（調整OK） 11/10追記*/
  box-shadow: 4px 4px 10px #305363;
}

#search-result__list span .dli-pin-fill {
    display: inline-block;
    vertical-align: middle;
    color: #41687a;
    line-height: 1;
    position: relative;
    /* 0.8em から絶対値（例：12px）に変更 */
    width: 12px; 
    height: 12px;
    background: currentColor;
    border: 0.1em solid currentColor; /*ここは0.8em基準の0.1em=1.4pxに相当*/
    border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
    box-sizing: content-box;
    transform: rotate(45deg);
    display :inline-block;
    top: -3px;
    /* widthとheightの再定義を削除するか、px単位に修正 */
    /* width:1.866px; */ 
    /* height:1.866px; */
    box-shadow:none;
}

/* 内部の白丸も調整 */
#search-result__list span .dli-pin-fill::before {
    content: '';
    position: absolute;
    top: 18%;
    left: 18%;
    /* 0.22em から絶対値（例：3px）に変更 */
    width: 3px; 
    height: 3px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

#search-result__list .search-link{
    margin: 10px;
}

.wrap{
	align-items:flex-start;
    width: 100%;
    margin: 0 auto;
}

.sortControl{
  margin: 0 auto;
}

  .main1{
    padding-left: 0%;
    padding-right: 20px;
    font-size: 19px;
    margin-bottom:4vw;
  }

.main1 li{
  display: inline-block; /* inline → inline-block に変更 */
  white-space: nowrap;
  margin-top:20px;
  margin-right:10px; 
}

  .zyoken {
  position: relative;
  padding: 0.25em 0;
  font-weight: 800;
  font-size: 21px;
}



.itemList{
    width: 110%;
    display: flex;
    flex-wrap: wrap;
	text-align: center; 
	padding-right: 5%;
}
.itemList .col{
    width: 45%; 
    padding: 10px;
    display: block;
    margin: 10px 1%;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
  border-radius: 20px;
  display: flex;          /* 横並びにする 11/10追記*/
  align-items: center;    /* 縦方向の中央揃え 11/10追記*/
  gap: 15px;              /* 画像と文字の間の余白（調整OK） 11/10追記*/

    border: 1.39px solid #41687a;
  border-radius: 18px;
  box-shadow: 4px 4px 4px rgba(33, 52, 133, .25);
    color: #41687a;
}


.name{
	font-weight: bold;
}

.dli-pin-fill {
  display: inline-block;
  vertical-align: middle;
  color: #41687a;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  background: currentColor;
  border: 0.1em solid currentColor;
  border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
  box-sizing: content-box;
  transform: rotate(45deg);
  display :inline-block;
  top: -3px;
}

.dli-pin-fill::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 0.22em;
  height: 0.22em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}


/* 左の画像 11/10追記*/
.search-left {
  width: 10vw;           /* サイズ調整 */
  height: auto;
  flex-shrink: 0;         /* 画像が縮まないように固定 */
  margin-right:20px;
}

/* 右のテキスト部分 11/10追記*/
.search-right {
  flex: 1;                /* 残りの幅を全部使う */
  text-align: left;       /* 文字を左寄せ */
}

.search-link {
  display: flex;            /* 横並びにする！ */
  align-items: center;      /* 縦の位置を中央に */
  text-decoration: none;    /* 下線を消す */
  color: inherit;           /* 文字色を親に合わせる */
  width: 100%;              /* liいっぱいに広げる */
}


/*11/9 追記*/
input {
	margin-right: 5px; /* ボタン同士の間隔 */
}
input label {
	display: none; /* デフォルトのinputは非表示にする */
}
/* チェックボックス本体は非表示 */
input[type="checkbox"] {
  display: none;
}

/* 通常状態のラベル見た目 */
label span {
  color: #333;
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px 20px;
  /* cursor: pointer; マウスカーソルを指マークに */
  transition: 0.2s; /*なめらかに色が変わる*/
}

/* ✅ チェックされたときの見た目 */
input[type="checkbox"]:checked + label span {
  color: #fff;
  border-color: #41687a;
  background: #41687a;
}





/* 
hamburger(ハンバーガーアイコン)
====================================================================================================================================================================== */



/*---------------------------------------------固定フッター---------------------------------------------------------------*/
@media (min-width:1025px){




.fixed-footer{
  display:none;
}
}



/* px以上? iPad?*/
@media (min-width:769px) and (max-width: 1024px) {



  header{
    display:none;
  }
                    /* 
pc-header↓
====================================================================================================================================================================== */

.pcheader{
  display: none;
}

              /* 
pc-header↑
====================================================================================================================================================================== */


/*中身=================================================================*/

.righttop{
  top: 0px;          /* ヘッダーがなくなる */
  right: 0;        /* 右端から0pxの位置 */
}

.white-wrapper{
  width:90vw;
  padding-left:5vw;
  padding-right:5vw;
  padding-bottom:10vw;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2.5px;
    background-color: #568aa2;
}

.head-border:before {
    left: 8%;
}

.head-border:after {
    right: 8%;
}

 h2.head-border{
  width:100%;
  text-align:center;
  font-size:26px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  margin-top:5vw;
}

.text-box{
  margin:0 6%;  
}

.koko-midashi{
  font-size:15px;
}

p.kobetsu{
  font-size:18px;
}



/*企画検索*/
.itemList{
  padding-right:5%;
}


/*中身=================================================================*/


               /* 
footer↓
====================================================================================================================================================================== */

  .copyright {
    margin-bottom:180px;
  }
                /* 
footer↑
====================================================================================================================================================================== */

/*===========fixed-footer=========================================================*/

.fixed-footer{
  position:fixed;
  bottom:0;
  height:120px;
  z-index:9999;
  display:flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.4s ease;
}



.fixed-footer.show {
  opacity: 1;
  pointer-events: auto;
}




.rediPad{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:0;
}

.back-red{
  display:none;
}

.footer-icon{
  position:absolute;
  list-style:none;
  width:100%;
  z-index:1;
}

.fixed-footer ul{
  display:flex;/*横並び*/
  justify-content: space-around;
  align-items: center;
  padding-right:50px;
  padding-left:50px;
  list-style:none;
  width:100%;
  margin-top:30px;
}

.footer-icon li{
  flex:0 0 auto;
  display:flex;
  justify-content: center;
  align-items:center;
}


.footer-icon li.HOME img{
  width:40px;
}

.footer-icon li.MAP img{
  width:33px;
}

.footer-icon li.TT img{
  width:83px;
}

.footer-icon li.search{
  position:relative;
  transform: translate(25px,-30px);
  z-index:2;
}

.footer-icon li.search img{
 width:75px;
}

.footer-icon li.MENU img{
  width:40px;
}



.back-red img{
  width:90px;
}

/*===========fixed-footer=========================================================*/

}

/* 769px以下 スマホ*/
@media (max-width: 768px) {

  header{
    display:none;
  }

                 /* 
pc-header↓
====================================================================================================================================================================== */

.pcheader{
  display: none;
}

              /* 
pc-header↑
====================================================================================================================================================================== */
/*中身=================================================================*/

.righttop{
  top: 0px;          /* ヘッダーがなくなる */
  right: 0;        /* 右端から0pxの位置 */
}

.first-title {
  font-size:16px;
  margin:5vw 0 0vw 9vw;/*8は下の白い背景の余白と合わせてる*/
}

.white-wrapper{
  margin-top:5vw;
}

h2.head-border{
  width:100%;
  text-align:center;
  font-size:14px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

h2.head-border{
  width:100%;
  text-align:center;
  font-size:14px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: #568aa2;
}

.head-border:before {
    left: 10%;
}

.head-border:after {
    right: 10%;
}

.text-box{
  margin:0 5%;
}

.koko-midashi{
  padding: 0.5em 1.2em;/*文字周りの余白*/
  border-left: solid 6px #568aa2;/*左線（実線 太さ 色）*/
  font-size:10px;
  margin-left: 10px;
  margin-top: 20px;
}

p.kobetsu {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 2.0;
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    color: #41687a;
    width: 100%;
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
    margin-bottom: 0;
}

p.kobetsu-name {
  margin-top: 0px;
  text-align: left;
  font-size: 12px;
  line-height: 1.83;
  font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
  color: #41687a;
  width: 100%;
  max-width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 20px;
  margin-bottom: 0;
}


/*企画検索*/
.itemList {
  width: 100%;
  display: flex;          /* ← flexを使う */
  flex-wrap: wrap;        /* 折り返し対応 */
  justify-content: center;/* 横方向を中央寄せ */
  text-align: left;       /* テキストは左寄せでもOK */
  padding: 0;
  margin: 0 auto;
  gap: 5px;              /* カード同士の隙間（調整OK） */
}

.itemList .col{
    width: 90%; 
    padding: 10px;
    display: block;
    margin: 10px 1%;
	box-sizing: border-box;
	position: relative;

	font-size: 14px;
	line-height: 18px;
  border-radius: 20px;
  align-items: center;    /* 縦方向の中央揃え 11/10追記*/
  gap: 15px;              /* 画像と文字の間の余白（調整OK） 11/10追記*/

}

.main1 li{
  display: inline-block; /* inline → inline-block に変更 */
  white-space: nowrap;
  margin-top:25px;
  margin-right:10px; 
  font-size:14px;
}

.search-left{
   width: 20vw;           /* サイズ調整 */
  height: auto;
}

#search-result__list {
	width: 100%;
  margin-top: 15px;
  display:block;
  flex-wrap: wrap;
  padding-left: 7%;
}

/*↓キーワード検索の検索結果*/
#search-result__list span {
    width: 90%; 
}


#search-result__list span .dli-pin-fill {
  display: inline-block;
  vertical-align: middle;
  color: #41687a;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  border: 0.1em solid currentColor;
  border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
  box-sizing: content-box;
  transform: rotate(45deg);
  display :inline-block;
  top: -2px;
}

#search-result__list span .dli-pin-fill::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 0.22em;
  height: 0.22em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

/* 通常状態のラベル見た目 */
label span {
  color: #333;
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px 20px;
  /* cursor: pointer; マウスカーソルを指マークに */
  transition: 0.2s; /*なめらかに色が変わる*/
}


/*中身=================================================================*/


        /* 
footer↓いじった
====================================================================================================================================================================== */




  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
  }


  
  .banner {
    width: 95%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /*display: none; バナー見せない（仮対応）→あとで消す*/
  }
  
  .banner-item {
    width: 100%;
    vertical-align: middle;
    flex: 1;
    margin: 0.2rem;
  }
 
  .footer-inner {
    display: flex;
    justify-content: center; /* 中央に配置 */
    align-items: flex-start; /* 上揃え */
    width: 100%; /* フッターの幅 */
    margin: 0 auto; /* 中央寄せ */
  }
  
  .footer-nav {
    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 0.4rem; /* 各アイテムの間に余白 */
  }
  
  .column-left {
    width: 32%; /* 左の列の幅 */
    margin-right: 3%; /* 中央の列からの右マージンを調整 */
  }
  
  .column-center {
    width: 32%; /* 中央の列の幅 */
    text-align:left; /* 中央揃え */
  }
  
  .column-right {
    width: 32%; /* 右の列の幅 */
    margin-left: 3%; /* 中央の列からの左マージンを調整 */
  }
  
  /* これを追加して、各列が画面の中央に揃うようにする */
  .footer-inner {
    display: flex;
    justify-content: space-between; /* 各列の間を均等に配置 */
  }
  
  .column-left,
  .column-center,
  .column-right {
    flex-shrink: 0; /* 列が縮まらないように設定 */
  }
  
  .footer-inner {
    flex-direction: column; /* 各列を縦並びに変更 */
    align-items: center; /* 各列を中央揃え */
  }

  .column-left,
  .column-center,
  .column-right {
    width: 100%; /* 各列を幅100%に */
    margin: 0; /* 各列の余白をリセット */
    margin-bottom: 25px;
  }

  
    .midashi{
      margin-top:20px;
      padding-left:15px;
      font-weight: 600;
      font-size:15px;
    color: #ffffff; /* タイトルの色 */
    margin-bottom: 1.1rem; /* タイトルと項目の間にスペース */
    position: relative; /* 相対位置を設定 */
    padding-left: 1.5rem; /* 左側のパディングを設定 */
  }
  
  /* 赤丸のスタイル */
  .midashi::before {
    content: ""; /* 擬似要素のための内容 */
    position: absolute; /* 絶対位置を設定 */
    left: 3px; /* 左に配置 */
    top: 55%; /* 垂直方向で中央に配置 */
    transform: translateY(-50%); /* 垂直方向で中央揃え */
    width: 2.0px; /* 線の幅 */
    height: 1rem; /* 線の高さ */
    background-color: #ffffff; /* 線の色を赤に */
  }
  
  /* 横幅いっぱいの下線を引く */
  .midashi::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; /* テキストの下に配置 */
    width: 100%; /* 横幅いっぱいに広げる */
    height: 1.2px; /* 線の太さ */
    background-color: #ffffff; /* 下線の色 */
  }
  
  .komi a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 8px; /* アイコンの位置を調整 */
    line-height:-2; /* 改行時の間隔を調整 */
    font-weight: 300;
  }
  

  
  
 

  .copyright {
    text-align: center;
    margin: 0;
    padding: 0.5rem 0 0 0;
    margin-top: 40px;
    margin-bottom:120px;
  }

  .sstop-wrapper{
    padding:0;
  }

  .sslist {
    position: relative; /* ←必須（はみ出しを制御するため） */
    margin: 20px auto;
    width: 360px;
    height:100px;
    background-color: #dd6358;
    box-shadow: 4px 6px 8px rgba(204, 204, 204, 0.8);
    border-radius: 20px;
    padding: 20px;
    overflow: hidden; /* ←これを追加！はみ出しを防ぐ */
  }
  .ssbutton26 a {
    display: inline-block;
    padding: 1.5em 0px 1em 0em;
    color: rgba(129, 187, 187, 0.4);
    font-size: 18px;
    font-weight: 700;
    position: static;
  }

  .sslist-item {
    font-size: 11px; 
  }
          /* 
footer↑
====================================================================================================================================================================== */
/*===========fixed-footer=========================================================*/



.fixed-footer{
  position:fixed;
  bottom:0;
  height:110px;
  left:0;
  right:0;
  z-index:9999;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.4s ease;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
}

.fixed-footer.show {
  opacity: 1;
  pointer-events: auto;
}

.back-red{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:0;
}

.rediPad{
  display:none;
}

.footer-icon{
  position:relative;
  list-style:none;
  width:100%;
  z-index:1;
}

.logo{
  width:22%;
  padding-left:20px;
  height:auto;
  display:block;
  margin:0 auto 0 0;
}

.fixed-footer ul{
  display:flex;/*横並び*/
  justify-content: space-around;
  align-items: flex-end; 
  list-style:none;
  width:100%;
  margin-top:18px;
  padding:30 0 0;
  bottom:0;
}

.footer-icon li {
  flex: 1;          /* アイコン分だけの幅に */
  text-align: center;
}

.footer-icon li.HOME img{
  width:30px;
}

.footer-icon li.MAP img{
  width:24px;
}

.footer-icon li.TT img{
  width:62px;
}

.footer-icon li.search{
  position:relative;
  transform: translate(0.7px,-20px);
  z-index:2;
}

.footer-icon li.search img{
 width:75px;
}

.footer-icon li.MENU img{
  width:30px;
}

/*===========fixed-footer=========================================================*/



}

/* 470px以下 スマホ*/
@media (max-width: 470px) {



  .white-wrapper{
  background-color:white;
  border-radius: 18px;
  width:90vw;
  z-index:100;
  margin-top:7vw;
  padding-left:1vw;
  padding-right:1vw;
  padding-bottom:10vw;
}


/*企画検索*/

.search-area input[type="text"] {
  padding: 8px 8px 6px;
  font-size: 12px;
  width: 40vw;
}

.itemList {
  width: 100%;
  display: flex;          /* ← flexを使う */
  flex-wrap: wrap;        /* 折り返し対応 */
  justify-content: center;/* 横方向を中央寄せ */
  text-align: left;       /* テキストは左寄せでもOK */
  padding: 0;
  margin: 0 auto;
  gap: 0px;              /* カード同士の隙間（調整OK） */
}

.itemList .col{
    width: 90%; 
    padding: 10px;
    display: block;
    margin: 5px 1%;
	box-sizing: border-box;
	position: relative;

	font-size: 12px;
	line-height: 18px;
  border-radius: 20px;
  align-items: center;    /* 縦方向の中央揃え 11/10追記*/
  gap: 15px;              /* 画像と文字の間の余白（調整OK） 11/10追記*/
  border: 1.39px solid #41687a;
  border-radius: 14px;
}

.sortControl{
  width:90%;
}

.main1 li{
  display: inline-block; /* inline → inline-block に変更 */
  white-space: nowrap;
  margin-top:15px;
  margin-right:10px; 
  font-size:12px;
}

.dli-pin-fill {
  display: inline-block;
  vertical-align: middle;
  color: #41687a;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  border: 0.1em solid currentColor;
  border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
  box-sizing: content-box;
  transform: rotate(45deg);
  display :inline-block;
  top: -2px;
}

.dli-pin-fill::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 0.22em;
  height: 0.22em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}



.search-left{
   width: 13vw;           /* サイズ調整 */
  height: auto;
  margin-right:10px;
}

/* 通常状態のラベル見た目 */
label span {
  color: #333;
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 10px;
  /* cursor: pointer; マウスカーソルを指マークに */
  transition: 0.2s; /*なめらかに色が変わる*/
}




}



/*---------------------------------------------固定フッター---------------------------------------------------------------*/


  @media screen and (min-width:471px) and (max-width:517px){

              /* 
pc-header↓
====================================================================================================================================================================== */

    .pcheader{
      display: none;
    }

                  /* 
pc-header↑
====================================================================================================================================================================== */
  }