﻿@charset "utf-8";
/* ＰＣバージョン　：　更新日（２０２４．７．７） */


/* 基本設定 */
body {
  margin: 0;
  padding: 0;
  color: #001100;   　　　　　　 /* 文字色 */
  background-color: #CCFFCC;　 /* 背景色 */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a { color: #2902cb;
}　　 /* リンクした文字色 */
a:visited { color: #2902cb; 
}　　 /* リンクした文字にカーソルをのせたときの文字色 */　
a:hover {
  color: #222422;
  font-weight: bold;
  text-decoration: none; 
}
a img { transition: opacity 0.2s linear; 
}
a:hover img { opacity: 0.7; 
}
p {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.6;
}
img { vertical-align: bottom;
}



/* 区切り線（駐屯地用） */
/* 太 */
.stripe1 {
  background-position: top left;
  width: 100%;
  height:18px;
  background-image :linear-gradient(#006600,#FFFFFF,#006600);
  }
/* 細 */
.stripe2 {
  background-position: top left;
  margin-top: 
	  2px;
  width: 100%;
  height:3px;
  background-image :linear-gradient(#006600,#FFFFFF,#006600);
  }



/* 区切り線（中輸用） */
/* 太 */
.stripe3 {
  background-position: top left;
  width: 100%;
  height:18px;
  background-image :linear-gradient(#9999FF,#FFFFFF,#9999FF);
  }
/* 細 */
.stripe4 {
  background-position: top left;
  margin-top: 
	  2px;
  width: 100%;
  height:3px;
  background-image :linear-gradient(#9999FF,#FFFFFF,#9999FF);
  }



/* 区切り線（基通用） */
/* 太 */
.stripe5 {
  background-position: top left;
  width: 100%;
  height:18px;
  background-image :linear-gradient(#0099FF,#FFFFFF,#0099FF);
  }
/* 細 */
.stripe6 {
  background-position: top left;
  margin-top: 
	  2px;
  width: 100%;
  height:3px;
  background-image :linear-gradient(#0099FF,#FFFFFF,#0099FF);
  }




/* 区切り線（警務用） */
/* 太 */
.stripe7 {
  background-position: top left;
  width: 100%;
  height:18px;
  background-image :linear-gradient(#444444,#FFFFFF,#444444);
  }
/* 細 */
.stripe8 {
  background-position: top left;
  margin-top: 
	  2px;
  width: 100%;
  height:3px;
  background-image :linear-gradient(#444444,#FFFFFF,#444444);
  }





/* ヘッダー */
header {
  width: 100%;
  margin: 0 auto;
}



/* ヘッダー部分の書式（駐屯地） */
.top_band_yokohama {  
  background-position: top left;
  margin-top: -1px;
  width: 100%;
  height:100px;
  background-image :linear-gradient(#CCFFCC, #CCFFCC);    
}


/* ヘッダー部分の書式（中輸） */
.top_band_ctc {  
  background-position: top left;
  margin-top: -1px;
  width: 100%;
  height:100px;
  background-image :linear-gradient(#DCC2FF, #DCC2FF);    
}




/* ヘッダー部分の書式（基通） */
.top_band_316sig {  
  background-position: top left;
  margin-top: -1px;
  width: 100%;
  height: 100px;
  background-image :linear-gradient(#CCFFFF, #CCFFFF);    
}





/* ヘッダー部分の書式（警務） */
.top_band_129mp {  
  background-position: top left;
  margin-top: -1px;
  width: 100%;
  height: 100px;
  background-image :linear-gradient(#CCCCCC, #CCCCCC);    
}




/* ヘッダー（エンブレム部分）の書式 */
.embl1 {  
  padding: 5px 0 0 5px;
  float: left;
  margin: 0 0 0 0;
}



/* ヘッダー（タイトル部分）の書式 */
.embl2 {
  padding: 5px 0 0 5px;
  float: left;
  margin: 0 0 0 0;
}



/* ヘッダー（「スマホサイト」部分）の書式 */
.embl3 {
  padding: 5px 0 0 0;
  float: right;
  margin: 0 10px 0 0;
}




/* メニューバー関連 */

.gm-wrapper {
  background: #FFFFFF;
  position: relative;
}
.gm {
  margin: 0;
}
.gm {
  display: flex;
  justify-content: space-between;
}
.gm li {
  padding: 5px 0;
  font-size: 15px;   
  text-align: center;
  list-style: none;
  transition: all .2s ease-in-out;
}
.gm li:hover {
  background: rgba(239, 255, 46, 0.88);
} 
.gm a {
  color: #000977;
  text-decoration: none;
  padding: 0 25px;
} 
.gm > li:last-child a {
  border-right: solid 1px rgba(255, 255, 255, 0.79);
}
.gm > li:hover .groundmenu {
  max-height: 500px;
  opacity: 1;
  padding: 5px 0;
}
.groundmenu {
  background: #FFFFFF;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 1000;
}
.groundmenu-inner {
  display: flex;
  flex-wrap: wrap;
}
.groundmenu-inner li {
  width: calc( (100% / 5) ); 
  padding: 0;
}
.groundmenu-inner a {
  border-left: none;
} 
.groundmenu-inner-img {
  margin: 0 0 5px;
}
.groundmenu-inner-text img {
  margin: 0 5px 0 0;
}




/* タイトル（駐屯地用） */
h1 {
  margin: 20px 50px;
  padding: 5px 5px;
  /* border: 1px solid #000000; */  
  background: #336600;
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 10px; /* 角の丸み */
  text-align: center;
}



/* タイトル（中輸用） */
h2 {
  margin: 20px 50px;
  padding: 5px 5px;
  /* border: 1px solid #000000; */  
  background: #663366;
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 10px; /* 角の丸み */
  text-align: center;
}





/* タイトル（基通用） */
h3 {
  margin: 20px 50px;
  padding: 5px 5px;
  /* border: 1px solid #000000; */  
  background: #0066CC;
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 10px; /* 角の丸み */
  text-align: center;
}





/* タイトル（警務用） */
h4 {
  margin: 20px 50px;
  padding: 5px 5px;
  /* border: 1px solid #000000; */  
  background: #444444;
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 10px; /* 角の丸み */
  text-align: center;
}





/* フッター部分書式 */
footer {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
}
footer #footer_nav {
  background-color: #FFFFFF;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: large;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}





/* ⑥ 全般 */
#wrapper {
  width: 1024px;
  max width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}






/* ④ スライダー */		
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;     /* max-width: 100% -> max-height: 50%; */
  position: relative;	
  padding: 16px 0 28px 0;
}
.swiper{
  max-width: 100%;     /* max-width: 100%; -> max-height: 50%; */
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pagination{
  margin: -10px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 15px !important; 
  background:rgba(28, 28, 255, 0.51)!important;
}
.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background:#030fa7!important;
}   






/* ⑦－Ⅰ ２分割－メイン */
#main {
  width: 80%;
  float: left;
  margin: 10px auto;
}

/* ⑦－Ⅱ　２分割－サイド */
#side {
  width: 15%;
  margin: 20px 10px 0 10px;
  float: right;
  text-align: center;
}
#side_banner { margin-bottom: 30px; }
#side_banner {
  background-color: #b7a077;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #eb9b0c;
  border-radius: 10px;
}
#side_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side_banner ul li { margin-bottom: 10px; }





/* ⑨－Ⅰ 新着メニュー１ */
.bulletin-board {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em 0.5em 1em;
  border: solid 3px #000977;
  border-radius: 8px;
}
.bulletin-board .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 25px;
  padding: 0 9px;
  line-height: 1;
  font-size: 26px;
  background: #FFF;
  color: #000977;
  font-weight: bold;
}
.bulletin-board p {
  margin: 0;
  padding: 0;
}
.news dl { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 24px;
}
.news dt {
  width: 7%;
  margin-top: 5px;	
  padding-left: 50px;	
  margin-bottom: 20px;
}
.news dd {
  width: 80%;
  margin-bottom: 20px;
}

/* ⑨－Ⅱ 新着メニュー２ */
.bulletin-board2 {
  position: relative;
  margin: 2em 0;
  padding: 2em 1em 2em 1em;
  border: solid 3px #000977;
  border-radius: 8px;
}
.bulletin-board2 .box-title2 {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 26px;
  background: #FFF;
  color: #000977;
  font-weight: bold;
}
.bulletin-board2 p {
  margin: 0;
  padding: ;
}
.news2 {
  font-size: 22px
}
.news2 dd {
  margin-left: 2em;
  margin-bottom: 15px;
}

/* ⑩ サイトマップ */
<style type="text/css">
div.ctable {text-align: center;
}
div.ctable table {
  margin: auto;
  text-align: left;
}
</style>

.course {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 1px 0;
}
.course ul {
  list-style: none;
}
.block {
  width: 33% ;
  font-size: 18px;    
  float: left ;
}

/* ⑪ リンク */
.rink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rink ul li {
  width: 30%;
  height: auto;
  margin: 0 20px 20px 0;
  padding: 10px 0;
  border: solid 1px #ccc;
  float: left;
  text-align: center;
  color: #b7a077;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.rink ul li:nth-child(3n) {
   margin-right: 0;  
}
.rink-photo {
   list-style: none
}

/* ギャラリー */
.gallery ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.gallery ul li {
   width: 45%;
   margin: 0 20px 20px 0;
   padding: 10px 0;
   border: solid 1px #ccc;
   float: left;
   text-align: center;
   color: #b7a077;
   font-weight: bold;
   box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.gallery ul li:nth-child(2n) {
   margin-right: 0;  
}

/* キャプション付き画像の配列 */
.image_container {
  display: flex;
  justify-content: center;
}

.image {
  margin-right: 20px;
  text-align: center;
  position: relative;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
}

/* 上に戻るボタン */
.pagetop {
	color: rgba(255, 255, 255, 0.78);
	background-color: rgba(35, 48, 204, 0.49);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 3rem;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	border-radius: 3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: rgba(255, 255, 255, 0.78) !important;
	background-color: rgba(4, 11, 95, 0.76);
	text-decoration: none;
}

