/*================================================
 *  一般・共通設定
 ================================================*/
body {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8;
  background: #fffdc7;
  width: 100%;
}

body {
  /* 絶対値指定 */
  letter-spacing: 1.5px;
  
  /* 相対値指定 */
  letter-spacing: calc(1px - .0625em);
  
  /*
    OpenType フォントのプロポーショナルメトリクスの機能の有効化
    font-feature-settings:[機能名] [有効可否]
    機能名：
      palt (プロポーショナルメトリクス)
      pkna (プロポーショナルかな)
      etc https://helpx.adobe.com/jp/typekit/using/open-type-syntax.html
    有効可否：
      1：有効 (初期値)
      0：無効
  */
  font-feature-settings: "palt" 1;
  
  /*
    OpenTypeフォントのメトリクスカーニング機能の有効化
    normal：メトリクスカーニングの実施
    none：カーニングを行わない
    auto：用字系にあわせてユーザエージェントが判断 (初期値)
  */
  font-kerning: auto;
}

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

  transition: 0.5s;/*アニメーション設定*/
}


.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
/*取り消し線*/
.del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 em;
  text-decoration: none;
}


.center {
  text-align: center;
  justify-content: center;

}
.right {
  text-align: right;
}

.b {
  font-weight: bold;

}

.s {
  font-size: 12px;
}

.l {
  font-size: 14px;
}

.xl {
  font-size: 18px;
}

.xxl {
  font-size: 24px;
}

.xxxl {
  font-size: 32px;
}
.white {
  color: white;
  background-color: rgb(41, 41, 41);
  padding: 0 8px;
  margin: 0 2px;
  border-radius: 3px;
}

.black {
  color: black;
}

.blue {
  color: blue;
}

.skyblue {
  color: rgb(0, 78, 179);
}
.red {
  color: red;
}

.orange {
  color: orange;
}

.yellow {
  color: #878500;
}

.green {
  color: green;
}

.brown {
  color: #a65608;
}
.gray {
  color: #555555;
}
.navy {
  color: #000080;
}
.matsu {
  color: #cb000e;
}

.pink {
  color: #ff05b0;
}

.hoso {
  color: #c000ff;
}



.bold {
  font-weight: bold;
  border:#000 solid 0px;
}
.week_circle {
  color:#FFF;
  border-radius: 50vw;
  background-color: rgb(119, 119, 119);
  font-size: 12px;
  padding: 4px 5px;
  vertical-align:40%;
  margin: 0 3px;
  font-weight: bold;
  border: 0px solid #ffffff;
}

.b_yellow {
  background-color: #FFF666;
  padding: 5px 8px;
  margin: 0px 3px;
  border-radius: 3px;
}
.b_orange {
  background-color:rgb(255, 195, 82);
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
}

.b_red {
  background-color: red;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
}

.b_pink {
  background-color: rgb(255, 213, 220);
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
}
.b_blue {
  background-color: blue;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
}
.b_snow {
  background-color: #FFF;
  border:solid 1px rgb(67, 120, 145);
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
  color: rgb(67, 120, 145);
}

.b_navy {
  background-color: navy;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #FFFFFF;
}
.b_green {
  background-color: green;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
  font-weight: bold;
}
.b_white {
  background-color: white;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;

}
.b_blue2 {
  background-color: rgb(2, 218, 218);
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
  }
.b_news {
  background-color: #9c9a4c;
  padding: 5px 8px;
  margin: 0 3px;
  border-radius: 3px;
}

.b_black {
  background-color: #cfcfcf;
  padding: 2px 8px;
  margin: 0 3px ;
  border-radius: 3px;
  border: solid 1px rgb(95, 95, 95);
  font-weight: bolder;

}
 
.u_pink {
  background: linear-gradient(transparent 80%, #ff0077 20%);
  background-repeat: no-repeat; /* 背景がループするのを防ぐ */
  background-position: 0 2px;  /* 背景を1px下にずらす（お好みで2pxなどに調整可） */
  padding: 4px 0px;
}

.b_u_pink { 
    background:linear-gradient(transparent 60%, rgb(255, 213, 213) 0%);
    padding: 5px 4px;

 }

.right5 {
  margin-right:1.5em;
}
.right5px {
  margin-right:5px;
}
.top20 {
  margin-top: 2em;
  border: solid px #000;
}
.bottom-40 {
  margin-bottom: -40px;
  border: solid px #000;
}
.top15 {
  margin-top: 1.5em;
  border: solid px #000;
}
.top5 {
  margin-top: 5px;
  border: solid px #000;
}

.news_box {
  background-color:rgb(255, 255, 255);
  border-radius: 8px;
  padding: 10px;

}



.yellow_line {
  background: linear-gradient(transparent 40%, yellow 40%);
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
}

.up {
  font-size: xx-small;
  color: #FFF;
  background-color: rgba(255, 0, 0, 0.466);
  padding: 3px 8px;
  margin: 0 3px 15px 8px;
  border-radius: 3px;
  vertical-align: middle;
  border: px solid #000;
}

.new {
  font-size: xx-small;
  color: #FFF;
  background-color: rgb(131, 0, 0);
  padding: 3px 8px;
  margin: 0 3px 15px 8px;
  border-radius: 3px;
  vertical-align: middle;
}

.waku {
  border: 2px dotted  #9c9a4c;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 10px;
  background-color: rgb(243, 243, 243);
}

.sage {
  padding-left: 1em;
}

.hr {
  margin: 10px 0;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #94cea1;


}

.riyou dl dd {
  text-indent: -4rem;
  padding-left: 6rem;
  border: 0px solid #000;
}

.riyou ul li {

  text-indent: -3rem;
  padding-left: 4rem;
}
 



body {
  width: 1200px;

}

body > header {
  height: 80px;
  width:100%;
  margin-left: auto;
  display: flex;
  align-items: center;

}

.header_logo {
  margin: 0px;
  margin-left: 60px;
}

.header_logo img {
  height: 37px;
  width: auto;

}

.summary {
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  font-size: 10px;
  line-height: 1.2;
}

.summary p {
  padding: 0 auto;
  margin: 0 auto;
}

.header_container {
  border: 0px solid #000;
  display: flex;
  flex-direction: row;
  margin-left:  auto;
  margin-right: 70px;
}

.header_container  ul{
  border: 0px solid #000;
  display: flex;
  flex-direction: row;
}
.header_container  li{
  margin-left: 24px;
}

.hamburger-menu{

  display: flex;
  text-align: right;
  margin-left: auto;
  align-items: center;
  margin-bottom: 50px;
  border: 0px solid #000;
}

.menu-pc{
  width: 850px;
}

.menu-content {
  margin:50px 0 0 auto;
  border: 0px solid #000;
  display: flex;
}
.menu-content-pclists li{

  margin: 0 0 20px  0;
  font-weight: bolder;
  background: #FFF;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
}

.menu-content-pc ul {
  display: flex;
  align-items: center;
}

.menu-content-pc li {
  border: 0px solid #000;
  display: flex;
  margin-left:  auto;
  margin-right: 20px;
  align-items: center;
  margin: 0 0 20px  0;
  font-weight: bolder;
  background: #FFF;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
}

.menu-content-pc li:hover{
  background:#fffdc7;
  transition: 0.6s;

}


.menu-content-pc li:last-child {
  margin-right: 70px;
  color:#9c9a4c;
  font-size:24px;
  padding: 2px 10px;
  font-weight:bolder;
}


button {
  display:inline-block;
  background-color: #fffdc7;
  border: 2px solid #9c9a4c;
  border-radius: 50vh;
  padding: 0 18px;
  margin: 10px 3px 0;
  font-weight: bolder;
  color: #333;
}

/* .gaiyou {
  font-size: 14px;
  background-color: rgb(219, 219, 219);;
  border-radius: 50vh;
  padding: 0 15px;
  margin: ;
  font-weight: bolder;
  color: #333;
  text-align: center;
} */


main {
  display: flex;
  padding: 0 60px;
  width:100%;
}

.article {
  display: inline;
  flex: 8;
  margin-right: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
}

.article-box {
  display: inline;
  flex: 8;
  max-width: 100%;
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

/* .detail{
  margin-top: 0;
  max-width: 500px;
  border: 1px solid #000;

}
.detail table {
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
  text-align: center;
  width: 70%;
  border-collapse: separate;
  border-spacing: 0;
}

.detail table th:first-child {
  border-radius: 5px 0 0 0;
}

.detail table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #a8b7c5;
}

.detail table th {
  text-align: center;
  color: white;
  background: linear-gradient(#c2c2c2, #707070);
  border-left: 1px solid #a8b7c5;
  border-top: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  padding: 10px ;
}

.detail table td {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;

  padding: 10px;
}

.detail table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.detail table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.detail table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.detail img{
  height: 30px;
} */


.aside {
  flex: 2;
  padding: 0 10px;
  /* width:200px; */
}

.sns ul{
  display: flex;
  justify-content: space-around;
  flex-direction: row;  
  border: 0px solid #000;
}

.sns li{
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  position: relative;
}

.sns a {
  height: 57px;
  width: 57px;
  background:#9c9a4c;
  top: 50px;
  content:"";
  display: block;
  border-radius: 50vw;

}

.sns {
  background: transparent;
}

.sns img{
  width: 35px;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

h1 {
  background: #50523c;
  border-radius: 5px;
  padding: 15px 10px 15px 20px;
  margin: 0 0px 0 0;
  color: #fff;
  
  font-weight: bold;
  font-size:larger;
  line-height: 1.4;
}

h2 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 3px solid #000;
  width: 98%;
  z-index: 70;
  margin: 0 auto;
  line-height: 1.5;
}

h2:before {
  position: absolute;
  left: 50px;
  bottom: -40px;
  content: '';
  border-width: 20px;
  border-style: solid;
  z-index: 71;
  border-color: #000000 transparent transparent transparent;
}

h2:after {
  position: absolute;
  left: 50px;
  bottom: -36px;
  content: '';
  border-width: 20px;
  border-style: solid;
  z-index: 72;
  border-color: #ffffff transparent transparent transparent;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 5px dotted #fff;
  display: inline;
  
}

.sage a {
  display:inline-block;

  border-bottom: 2px solid #9c9a4c;
  border-right: 2px solid #9c9a4c;
  background-color: #fffdc7;
  border-radius: 5px;
  padding: 4px 6px 2px;
  margin-right: 8px;
  position: relative;
  font-size: 18px;
  font-weight: bold;

  margin-bottom: 20px;
}
.box-in a {
  display:inline-block;
  border-bottom: 2px solid #9c9a4c;
  border-right: 2px solid #9c9a4c;
  background-color: #fffdc7;
  border-radius: 5px;
  padding: 4px 6px 2px;
  margin-right:auto;
  /* position: relative; */
  font-size: 18px;
  font-weight: bold;
  /* margin-left:auto; */
  margin-bottom: 20px;
}

.contact {
  border: 0cap solid rgb(199, 199, 199);
  background-color: rgb(243, 243, 243);
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 15px;
  border: 0px solid #000;
  display:inline-flex;
  width: 100%;
  box-sizing: border-box;
}



.contact th{
  border-bottom: rgb(243, 243, 243) solid 2px;

  background-color: #fffdc7;
  padding:2px 10px;
  text-align-last: justify;
}
.contact tr:last-child{
  border:0px;
}
.contact td {
  width: calc(100% / 2 - 5px);
  padding:2px 10px;
  background-color: #FFF;
  border-bottom: rgb(243, 243, 243) solid 2px;
  word-break: break-word;
  flex-wrap: wrap;
  overflow-x: hidden;

}

.contact li {
  width: 50vw;
  border: 0px solid #000;
   overflow-x: hidden;

}
caption.top {
  caption-side: top;
  }

.box-in > div {

  border: 0px solid #fffdc7;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;

}

.box-in > div:last-child {
  margin-bottom:0px;
}

.news_box time{
  font-size: 1em;
  font-weight: ;
  color:#006e7c;
  font-family: 'Courier New', Courier, monospace;
  border: 0px solid #000;
  padding-top: -20px;
}

.time img{
  margin-top: -10px;
  margin-left: 5px;

}

.colomn-box table{
  overflow-wrap: break-word;
}

.box {
  position: relative;
  display: flex;
  gap: 20px;
}

.box p {
  flex-direction: column;
}

.BreakingNews{
  margin-top: 28px;
  height:250px;
}

.BoxBetween{
  width: 10px;
  height:5px;
}

.box2 {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;  /*webkit系*/
  -moz-box-sizing: border-box;  /*Firefox*/
  box-sizing: border-box;
}

.box2 p {
  margin-bottom:5px;
  text-indent: 1em;
}

.noindent p {
  margin-bottom:0;
  text-indent: 0em;
}

.box2 p:first-child {
  margin-top:28px;
}
/*マスキングテープ風*/
.inbox{
  margin:2em 1em 1em;
	background-color: #fffced;/*ボックス背景色*/
	padding:2.5em 1em 1em;/*ボックス内側余白*/
	position:relative;/*配置(ここを基準に)*/
}

.inbox p{
  text-align:justify;
}

.inbox .box-title {
	background-image: repeating-linear-gradient(-45deg,#fafffe 0, #fafffe 3px,#fcdfd4 3px,#fcdfd4 6px);/*ストライプ*/
	border-left: 2px dotted rgba(0,0,0,.1);/* ギザギザ左*/
	border-right: 2px dotted rgba(0,0,0,.1);/* ギザギザ右*/
	transform: rotate(-2deg);/*テープの傾き*/
	font-size: 1.2em;/*タイトル文字の大きさ*/
	padding: 10px 20px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/*配置(ここを動かす)*/
	top: -15px; /*上からの距離*/
	left: 10px; /*左からの距離*/
  font-weight: bold;
}

.inbox ul {
  margin:10px 0;
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

.inbox ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type:circle;
  text-align:justify
}
.box_comment {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.comment2 {
  padding-left: 20px;
  margin-top: -10px;
}

.comment {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100vw;
  color: #555;
  font-size: 16px;
  background: #fffdc7;
  border-radius: 10px;
}

.comment:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -15px;
  border: 7px solid transparent;
  border-right: 15px solid #fffdc7;
}
.comment p{
  margin:0;
  padding:0;
}

.comment_photo img{
  min-width: 80px;
  max-width: 100px;
  border-radius: 50vw;
}

.wd {
  margin: 0 20px;
  display:flex;
  text-align: center;
  }

.wd a:active{
  color:rgb(161, 0, 0);
}

.wd_in{
  padding: 10px;
}

.box-in {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.box-in p {
  display: inline-block;
  margin:10px 0px;
  border:#000 solid 0px;
}

.photo img {
  display: block;
  max-width: 20vw;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  flex: 2;
}

.photo_club img {
  display: block;
  max-width: 20vw;
  height: auto;
  margin: 0 auto;
  padding-right:20px;
  margin-bottom: 10px;
  flex: 2;
}

.kaihi {
  background-color: #FFF;
}

.kaihi li:first-child {
  margin-top: 15px;
}

.kaihi li:last-child {
  border-right: none;
}

.kaihi table {
  margin: 0 auto;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  width: 50%;
  border-collapse: separate;
  border-spacing: 0;
}

.kaihi table th:first-child {
  border-radius: 5px 0 0 0;
}

.kaihi table th:last-child {
  border-radius: 0 5px 0 0;
}

.kaihi table th {
  text-align: center;
  color: white;
  background: linear-gradient(#c2c2c2, #707070);
  border-left: 1px solid #a8b7c5;
  border-top: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  padding: 10px 0;
}

.kaihi table td {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;

  padding: 10px 0;
}

.kaihi table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.kaihi table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.kaihi table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.kaihi img{
  height: 30px;
}




.box-in ul {
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  margin-left: 15px;
  list-style: none;
  padding-left: 0px;
  border: 0px solid #000080;
}

.box-in li {
  font-weight: bolder;
  border-right: 1px dotted #9c9a4c;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  display: inline-block;
}

.box-in li:last-child {
  border-right: none;
}

.box-in2 p {
  padding-bottom: 15px;
  border:#000 0px solid;
}

.box-in2 ul {
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  margin-left: 15px;
  list-style: none;
  padding-left: 0px;
  border: 0px solid #000080;
}

.box-in2 li {
  font-weight: bolder;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  display: block;
}

.box-in2 li:last-child {
  border-right: none;
}

article > div {
  margin-bottom: 20px;
  margin-top: 20px;
}

aside > div {
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
}

.movie_title {
  margin:0;
  padding:5px;
  text-align: center;
  font-size: small;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.movie {
  width: 100%;
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgb(255, 255, 255);
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

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

}

.movie_layout {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.schedule {
  width:100%;
  border-radius: 10px;
  margin: 0px;
  padding: 5px 0;
 }

 .schedule2 {
  border-radius: 10px;
  margin-top: 20px;
  padding: 5px 0;
 }
  #schedule3 {
  border-radius: 10px;
  margin-top: 20px;
  padding: 0px 0;
 }
.facebook {
  border-radius: 10px;
  margin-top: 20px;
  background-color: none;
 }

.movie p,.schedule p {
  padding: 0 10px 10px 10px;
  font-size: small;
  border: 0px solid #000;
}



.schedule p {
  padding: 10px;
}
.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
  display: flex;
  justify-content: center;
}

.pr_box {
  display: flex;
  width: 100%;
  height: 250px;
  max-width: 700px;
  overflow-y: hidden;

}

.changecancel_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 101%;

}



.jigyou_box {
  display: flex;
  width: 100%;
  height: 250px;
  overflow-y: hidden;
  max-width: 1030px;
}

.inner-box {
  height: 230px;
}
.box_item {
  background-color: #fffdc7;
  border-radius: 10px;
  width: 170px;
  height: 200px;
  margin: 5px 5px 1px 5px;
  flex-shrink: 0;
  overflow: hidden;/*はみ出した部分を隠す*/
  text-overflow: ellipsis;/*テキストのはみ出しを「…」で省略*/
  position: relative;
  border: 0px solid #000;
}
.application, application2 {
  width:0 auto;
   height: 40px;
  text-align: center;
}

.application a{
  color:#FFF;
  padding:4px 10px;
  font-size:small;
  font-weight: bolder;
  width:0 auto;
  border-radius: 50vh;
  background-color: #ff2341;
}

.application2 a{
  color:#222222;
  padding:4px 10px;
  font-size:small;
  font-weight: bolder;
  width:0 auto;
  border-radius: 50vh;
  background-color: #ff8d23;
}

.box_item img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 170px;
  height: 200px;
  object-fit: cover; /* 🖐 */
  object-position: 50% 50%;
  image-rendering: -webkit-optimize-contrast;
}

.box_item p{
  text-align: center;
  margin: 5px 10px 10px;
  font-size: medium;
  line-height: 1.3;
}

.stop{
  position:absolute;
  width: 120px;
  height:80px;
  top:60px;
  left: 25px;
  text-align: center;
  align-items: center;
  -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  transform:rotate(-10deg);
  color: #fff;
  font-size: 3rem;
  border-radius: 10px;
  background-color: rgba(67, 120, 145, 0.795);
  margin: 0!important;/*文字がずれている場合や*/
  padding-top: 0!important;/*文字が折り返される場合*/
}

.full_house{
  position:absolute;
  width: 120px;
  height:80px;
  top:60px;
  left: 25px;
  text-align: center;
  align-items: center;
  -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  transform:rotate(-10deg);
  color: #fff;
  font-size: 3rem;
  border-radius: 10px;
  background-color: rgba(172, 0, 29, 0.795);
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}


.cancel_change_add h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  background: none;
  color:#333;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px  0 0;
  border: none;

}

.cancel_change_add b {
  display: block;
  /* font-size: 24px; */
  font-weight: bold;
  background: none;
  color:#333;
  text-align: center;
  margin: -10px 0 10px 0;
  padding: -10px 20px 0 0;
  border-color:#000 solid 1px;
}

.cancel_change_add p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: lighter;
  padding-bottom: 10px;

}
.cancel_change_add h1 {
  padding-left: 10px;
  margin-bottom: 0px;
  text-align: center;
  background-color: #ffffffaf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000000;
  line-height: 1.3;
  font-weight: bold;
}


/* .cancel_change_add span {
  font-weight: bold;
  font-size: em;
  padding: 0 px;
} */


.cancel_change_add {
  border-radius: 10px;
  width: 230px;
  margin: 5px;
  padding: px;
  flex-shrink: 0;
  text-align: center;
  background-color: #fff;

}

.today_free_sports {
  position: relative;
  display: flex;
  background-color: #FFF;
  padding:10px;
  margin:10px;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
}

.change {
  background-color: rgba(255, 253, 139, 0.6);
  border:1px solid rgba(88, 88, 88, 0.3);
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.1);
  position: relative;
  z-index: 1;
}

.cancel {
  background-color: rgba(255, 191, 191, 0.3);
  border:1px solid rgba(88, 88, 88, 0.3);
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.1);
  position: relative;
  z-index: 1;
}

.add {
  background-color: rgba(191, 211, 255, 0.3);
  border:1px solid rgba(88, 88, 88, 0.3);
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.1);
  z-index: 1;
  position: relative;
}

.ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: white;
  font-weight: bold;
  background: #d40000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #d40000;
  border-radius: 5px 0 0 5px;
  z-index: 3;
}
.ribbon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #380000;
  border-radius: 5px 0 0 5px;
  z-index: 4;
}
.blue_ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: white;
  font-weight: bold;
  background: #006ea1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.blue_ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #006ea1;
  border-radius: 5px 0 0 5px;
  z-index: 3;
}
.blue_ribbon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #004768;
  border-radius: 5px 0 0 5px;
  z-index: 4;
}


.header_nav li{
  display: inline;

}

.menu-content li{
  display: inline;

}

#menu-btn-check {
  display: none;
}

.news li{
  display: block;
  border-bottom: 1px solid silver;
  margin-left: 20px;
  margin-right: 20px;
}

.list2 ul{
  display: flex;
}

.list2 li{
  margin-right:5px;
}

#toc-list {
  padding: 20px;
  margin: 0px 0 10px;
  background: #ffffff;
  line-height: 2;
  

}
#toc-list li {
  list-style: none;
  border-bottom: 1px dashed rgb(141, 141, 141);

}

/*================================================
 * 　中学部活の
 ================================================*/
/* 外側のボックス：PCでの配置を固定する */
.banner-box {
  display: block;      /* PCでは独立した一行にする */
  width: 100%;         /* 横幅いっぱいを確保 */
  margin: 20px 0;      /* 前後の要素との距離を作る */
  text-align: left;    /* 文字の位置を固定 */
  transform: rotate(-2deg); /* 傾きはここにかける */
  transform-origin: left center;

}

/* 内側の文字：マーカーと縁取りを担当 */
.marker-text {
  display: inline-block; /* 内部の調整をしやすくするため */
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  
  /* 1. 行間を狭める (2.2 → 1.5くらいに調整) */
  line-height: 1.5; 
  
  color: #333;
  -webkit-text-stroke: 6px #ffff88;
  paint-order: stroke fill;

  /* 2. マーカーの範囲を少し狭めて、行同士がぶつからないようにする */
  /* 下から40%の位置までに変更（50%から減らす） */
  background: linear-gradient(transparent 60%, #ffff88 60%);
  
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 8px;

  /* 3. 二重線の位置を少し上に上げる (8px, 12px → 5px, 9pxなど) */
  box-shadow: 0 5px 0 -3px #ffff88, 0 9px 0 -5px #ffff88;
}

.highlight {
  color: #ff44aa;
}

.jrhs{
    width: 95%;
    display:inline-flex;
    padding-bottom: 10px;
}
.jrhs th{
  font-size: 16;
  color: #ff44aa;
  text-align-last: justify;
}

.jrhs td{
  width:100px;
}

/* PCでは<br>を無効化、スマホでは有効化 */
@media screen and (max-width: 500px) {
  .sp-only { display: inline; }
  .hp-only { display: none; }
}
@media screen and (min-width: 499x) {
  .sp-only { display: none; }
}
/*================================================
 *  動くボタン
 ================================================*/
 .btn-flat-border-con {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  background-color: #8bff8b;
  color: #63c729;
  border: solid 0px #63c729;
  border-radius: 5px;
  transition: 0.4s;
  margin: 0 0 2px 0;
}

.btn-flat-border-con:hover {
  background: #63c729;
  color: white;
}

.btn-flat-border-coa {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  background-color: #d2eeff;
  color: #67c5ff;
  border: solid 0px #67c5ff;
  border-radius: 5px;
  transition: 0.4s;
  margin: 0 0 2px 0;
}

.btn-flat-border-coa:hover {
  background: #67c5ff;
  color: white;
}

.btn-flat-border-tra {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  background-color: #ffc2c2;
  color: #ff6565;
  border: solid px #ff6565;
  border-radius: 3px;
  transition: 0.4s;
  margin: 0 0 2px 0;
}

.btn-flat-border-tra:hover {
  background: #ff6565;
  color: white;
}

.btn-flat-border-enj {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  background-color: #ffffff;
  border: #cecece solid 1px;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.4s;
  margin: 0 0 2px 0;
}

.btn-flat-border-enj:hover {
  background: #646464;
  color: white;
}

.btn-right-radius {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00bcd4;
  background: #ececec;
  border-radius: 0 15px 15px 0;
  transition: 0.4s;
}

.btn-right-radius:hover {
  background: #636363;
}

.btn-flat-border-bl {
  width: 90px;
  text-align: center;
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #606060;
  border: solid 2px #606060;
  border-radius: 3px;
  transition: 0.4s;
  margin: 0 0 2px 0;
}

.btn-flat-border-bl:hover {
  background: #606060;
  color: white;
}

.smail img {
  width:240px;
  height:240px;
  margin:5px;
  border-radius: 5px;
}

.smail-table th {
  text-align: center;
  border:solid 0px #000;
}

.smail-table tr{
  width:100%;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
 .totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  animation: motion-x 2s infinite forwards linear;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #666;
  border-radius: 4px;
}
.totop img:hover {
  background: #555;
}

/*================================================
 *  前のページへの戻り
 ================================================*/
 .toprev {
  position: fixed;
  bottom: 15px;
  left: 15px;
  animation: motion-x 2s infinite forwards linear;
}
.toprev a {
  display: block;
  text-decoration: none;
}
.toprev img {
  background: #666;
  border-radius: 4px;
}
.toprev img:hover {
  background: #555;
}

/* チェックマークのアイコンをつけた囲み枠 */
.box6-4 {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #fff4cc; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}

/* ボックスのタイトル部分 */
.box6-4 .box-title {
  color: #FFBD59; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}

/* タイトル部分のアイコン */
.box6-4 .box-title::before {
  font-family: "Font Awesome 5 Free,"; /* アイコンのフォント */
  content: "？"; /* チェックマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
}

/* pタグの余白 */
.box6-4 p {
  margin: 0;
}







/* スマホサイズ */

@media screen and (max-width: 501px) {

  .sp {
    text-align: center;
    display: block !important;
  }
  .pc {
    margin: 0 auto;
    display: none !important;
  }

  body {
    height: 100vh;
    width: 100vw;
  }

 .header {
  height: 10vh;
 }

 .header_logo {
  margin: 0 40px 5px 0;
  margin-left:auto;
}
  .header_logo img {
    height: 45px;
  }
  .menu-pc{
    width: 0px;
  }
  .nav {
    position:fixed;

    z-index: 97;
  }





  main {

    flex-direction: column;
    padding: 0;
  }

  .schedule {
    margin-top: 20px;
   }

  body {
    justify-content: center;
  }

  .footer {
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }

  .article,.article-box {
    margin: 0px 5px;
    width: 97vw;
    border-radius: 10px;
    padding: 13px;
    border: #000 solid 0px;
    
  }

  h2 {
    padding: 15px 10px;
  }

  .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .summary{
    display: none;
  }
  
 .photo {
  justify-content: center;
  align-items: center;
  text-align: center;
 }

  .photo img,.photo_club img {
    max-width: 80vw;
    margin-left: auto;
    border: #000 solid 0px;
    padding-right:0;

  }

  .bottom-40 {
    margin-bottom: auto;
  }
  .kaihi table,
  .list {
    width: 90%;
    border: #000 solid 0px;
  }

  .kaihi td {
    font-size: 12px;
    line-height: 1.2;
  }

  .kaihi img {
    width: 25px;
  }

  .kaihi li {

    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5em;
    margin: 0;
    display: flex;
  }
  
  .riyou dl dd {
    text-indent: 0rem;
    padding-left: 0rem;
    border: 0px solid #000;
  }
  
  .riyou ul li {
    text-indent: -3rem;
    padding-left: 2.5rem;
  }

  .news ul li{
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: px;
  }

  .news_wap  {
    margin: 0 px;
    border: 2px solid red;
    width: 200px;
    overflow-wrap: break-all;
  }

  .pr_box {
    height: 240px;
  }
  
  .jigyou_box {
    height: 210px;
  }

  .pr_box::-webkit-scrollbar{
    display: none;
  }
  .jigyou_box::-webkit-scrollbar{
    display: none;
  }

  .box2 p:first-child {
    margin-top:0px;
    border:#000 0px solid;
  }
  .wd{
    width:70%;
    margin: 0 auto;
    padding: 0 auto;
    flex-direction: column;
    justify-content: center;
    border: solid 0px black;
    text-align: center;
  }


  .smail img {
    width:100%;
    height:100%;
    margin:5px;
    border-radius: 5px;
  }


  .changecancel_box {
    display: flex;
    flex-direction:row;
    justify-content: center;
    margin: 10px auto;
    height: auto;
  }

  .b_news {
    background-color: #9c9a4c;
    padding: 3px 5px;
    margin: 0 3px;
    border-radius: 3px;
    line-height: 1.8;
  }
  .contact {
    flex-direction: column;
    width:calc(100% - 1px);
  }
  .contact table{
    font-size: 14px;
  }

  .contact li {
    width: 60vw;
    border: 0px solid #000;
    overflow-x: hidden;
  
  }
  .contact td{

    padding: 1px 5px;
    border:solid 0x #000;
    white-space: nomal;
  }
  .contact th{
    width:50px;
 
  }
  .cancel_change_add {

    width: 230px;
    margin: 10px auto;

  }
  .top2, .top20 {
    margin-top:0;
  }

  .inbox .box-title {
    font-size: 1.1em;/*タイトル文字の大きさ*/
    left: -20px; /*左からの距離*/

  }
  .yellow_line {
    background: linear-gradient(transparent 40%, yellow 10%);
    border:#000 solid 0px;
    padding-bottom: 3px;
  }
  .list2 ul{
    display: flex;
    flex-direction: column;
  }

  .movie-main iframe {
    width:100%;
  }

  .jrhs td,
  .jrhs table,
  .jrhs tr {
    display: block;
    width: 100%;
/* --- 改行させるための追加設定 --- */
    word-break: break-all;      /* どこでも改行できるようにする */
    overflow-wrap: break-word; /* 長い単語を途中で折る */
    white-space: normal;       /* 改行禁止設定を解除する */
    
    box-sizing: border-box;    /* paddingを含めて100%の幅にする */
  }
  .jrhs tr {
    padding-bottom: 5px;
  }

/* 親要素の影を消す（右側のゴミを消す） */
  .marker-text {
    display: block;
    box-shadow: none !important; 
    -webkit-text-stroke: 6px #ffff88;
    paint-order: stroke fill;
    background: none;
    line-height: 1.2;
    font-size: 17px;
  }

  /* 1行目と2行目共通：文字の長さ分だけ影と背景をつける */
  .first-line, .second-line {
    display: block;
    width: fit-content; /* これで右に伸びるのを防ぐ */
    background: linear-gradient(transparent 60%, #ffff88 60%);
    box-shadow: 0 5px 0 -3px #ffff88, 0 9px 0 -5px #ffff88;
    padding: 0 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  /* 2行目だけ右に寄せる */
  .second-line {
    margin-left: auto; /* 左側に余白を作って右に押し出す */
    margin-top: -15px;
  }

/*================================================
 *  ハンバーガーメニュー
 ================================================*/
 .menu-btn {
  position: fixed;
  top: 10px;
  right: 15px;
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #9c9a4c7a;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #9c9a4c;
  margin:0 0 0 auto;
  color:#FFF;
  
}
.menu-content ul {
  padding: 10px 0px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 80vh;
  border: 0px solid #fff;
}

.menu-content ul li a{
  text-align: center;
  border: 0px solid #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  color:#ffffff;
  text-decoration: none;
  padding: 00px;
  position: relative;
}

.menu-content {
  width: 100vw;
  height: 100vh;

  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  transition: all 0.5s;/*アニメーション設定*/
}




.menu-content-pc li:last-child,
.menu-content-pc li {
  margin-right: 0px;
  background-color: #9c9a4c;
  border: 0px;
  border-bottom: 1px dotted silver;
  border-radius: 0px;
  width: 300px;
  align-items: center;

}


#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}



}
/* 