﻿@charset "UTF-8";
/* スマホ（ＳＰ）バージョン　：　更新日（２０２４．７．７）*/

body {
  width: 750px;	
  margin: 0 auto;
  padding: 0;
  color: #1f1d1e;
  background-color: #ffffff;  
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;           
}
a { color: #312f30; 
}
a:visited { color: #4b0dd6; 
}
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: 20px;
  margin-top: 0;
  line-height: 1.6;
}
img { vertical-align: bottom; 
}

/* ＜スマホ＞　① 見出し */
h1 {
  margin: 10px 0 0 0;
  padding: 15px 30px 15px 30px;
  font-size: 20px;
  border: 3px solid #025336;
  background: #025336;
  color: #ffffff;	
  padding: 11px 22px;
  border-radius: 10px;
  text-align: center;
}
h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
  border: 3px solid #499149; 
background: #499149;  
color: #ffffff;
  padding: 11px 22px;
  border-radius: 10px;
  text-align: center;
}
h3 {
   margin: 10px 0 0 0;
  font-size: 20px;
  border: 3px solid #499149; 
background: #499149;  
color: #ffffff;
  padding: 11px 22px;
  border-radius: 10px;
  text-align: center;
}
h4 {
  margin: 20px 0 0 0;
  padding: 10px 10px;
  border: 3px solid #025336;  
  background: #E1F4E1; /*背景色*/ 
  border-radius: 10px;
  text-align: left;
  margin: 0 auto;
  text-align: left;  
  width: 620px;      
}
h5 {
  margin: 10px 0 0 0;
  font-size: 26px;
  border: 3px solid #000977;
  background-color: #ffffff;
  color: #000977;
  padding: 8px 22px;
  margin: 0;
  border-radius: 20px;  
  text-align: center;	
}

/* ＜スマホ＞　上級部隊連絡用（普段は使用しない） */
h6 {
  margin: 10px 0 0 0;
  font-size: 30px;
  border: 5px solid #ff0000;
  background-color: #ffffff;
  color: #ff0000;
  padding: 8px 22px;
  margin: 0;
  border-radius: 20px;  
  text-align: center;	
}

/* ＜スマホ＞　コンテンツ全体 */
#wrapper {
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.top_band {  
    background-position: top left;
    margin-top: -1px;
    width: 750px;
    height:100px;
    background-image :linear-gradient(#ffffff, #ffffff);    
}
.embl1 {  
  float: left;
  margin: 3px 0 0 10px;
}
.embl2 {  
  float: left;
  margin: 17px 0 0 30px;
}
.embl3 {  
  float: right;
  margin: 7px 10px 0 0;
}
.stripe {
    background-position: top center;
    width: 750px;
    height:15px;
    background-image :linear-gradient(to right,#025336,#499149,#C9F4C9);
}
.stripe1 {
    background-position: top center;
    margin-top: 0px;
    width: 750px;
    height: 8px;
    background-image :linear-gradient(#025336,#025336,#025336);
}

/* ＜スマホ＞　スライダー */
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;	
  padding: 1px 0 1px 0;
}
.swiper{
 max-width: 100%;
}
@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;
  height: auto;
  width: 100%;  
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px !important; 
  background:rgba(255, 255, 255, 0.67)!important;
}
.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background:#000977!important;
}

/* ＜スマホ＞　パンくずリスト*/
.bread ul {
  display: flex;         
  list-style-type: none;
}
.bread li a {
  padding: 5px;          /* リンク間の間隔 */
  color: #025336;        /* リンクの文字色 */
  font-size: 28px;       /* リンクの文字サイズ */
  text-decoration: none; /* リンクの下線を非表示 */
}
.bread li a:hover {
  background-color: #ffffff; /* カーソルをリンク上に乗せたときの背景色 */
}
.bread li:after {
  content: '\003e';   /* 「>」を要素間の区切り文字として表示 */
  margin-left: 10px;  /* 区切り文字と要素の間隔を調整 */
  margin-right: 10px; /* 区切り文字と要素の間隔を調整 */
  font-size: 22px;    /* 区切り文字のサイズ */
  color: #025336;     /* 区切り文字の文字色 */
}
.bread li:last-child:after {
  content: "";        /* 最後のliの後ろには区切り文字を表示しない */
}

/* ＜スマホ＞　新着ニュース・メニュー */
.bulletin-board {
 position: relative;
 margin: 2em 0;
 padding: 0.00em 1em;
 border: solid 3px #025336;
 border-radius: 8px;
}
.bulletin-board .box-title {
 position: absolute;
 display: inline-block;
 top: -13px;
 left: 10px;
 padding: 0 9px;
 line-height: 1;
 font-size: 25px;
 background: #FFF;
 color: #025336;
 font-weight: bold;
}
.bulletin-board p {
 margin: 0;
 padding: 0;
}
.news dl { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
}
.news dt {
  width: 10%;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.news dd {
  width: 80%;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* ＜スマホ＞　新着サブメニュー */
.bulletin-board2 {
 position: relative;
 margin: 2em 0;
 padding: 0.5em 0.5em;
 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: 25px;
 background: #FFF;
 color: #000977;
 font-weight: bold;
}
.bulletin-board2 p {
 margin: 0;
 padding: 0;
}
.news2 dl { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 24px;
}
.news2 dt {
  width: 8%;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.news2 dd {
  width: 80%;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* ＜スマホ＞　フッター */
footer {
  background-color: #025336;/*一番下の帯色*/
  text-align: center;
}
footer #footer_nav {
  background-color: #69E6B4;/*下から二番目の帯色*/
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #000977;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #000977;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #ffffff;
}

/* ＜スマホ＞　ギャラリー */
.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery ul li {
  width: 45%;
  margin: 0 10px 20px 10px;
  padding: 5px 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;  
}
.photo {
 list-style: none
 width: 300px;
}

/* ＜スマホ＞　サイトマップ */
<style type="text/css">
div.ctable {text-align: center;
}
div.ctable table {
 margin: auto;
 text-align: left;
}
</style>

.sitemap {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 1px 0;
}
.sitemap ul {
 list-style: none;
}
.block {
width: 50% ;
font-size: 18px;    
float: left ;
}
.block ul{
list-style: none;
}
<style type="text/css">
div.ctable {text-align: center;
}
div.ctable table {
 margin: auto;
 text-align: left;
}

/* キャプション付き画像の配列 */
.image_container {
 width: 98%;
}

.image {
  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(46, 192, 134, 0.49);/*カーソルを合わせる前の〇全体の色*/
 text-decoration: none;
 display: none;
 position: fixed;
 bottom: 1rem;
 right: 1rem;
 font-size: 3.5rem;
 width: 7rem;
 height: 7rem;
 line-height: 7rem;
 border-radius: 3.5rem;
 text-align: center;
 cursor: pointer;
}

.pagetop:hover {
color: rgba(255, 255, 255, 0.78) !important;/*カーソルを合わせた後の△の色*/
background-color: rgba(30, 130, 90, 0.76);/*カーソルを合わせた後の〇全体の色*/
text-decoration: none;
}

.column-nen1 {
    width: 700px;
}

.column-nen2 {
    height: 100px;
}

.column-nen3 {
    width: 170px;
   height: 40px;
}

.sticky {
    position: sticky;
    top: 0;
}

.section h2 {
    margin-top:-60px;
}

dl{

width: 100%;

}

dt{

display: block;

width: 20%;

clear: left;

float: left;

}

dd{

display: block;

width: 80%;

float: left;

}

.anchor {
	padding-top: 120px;
	margin-top: 0px;
}