 /* タブレット用CSS */
@media screen and (max-width: 920px) {
	/* 920px以下に適用されるCSS（タブレット用） */



 /* ===== 共通 ===== */

body {
   width: 100%;
   margin: 0px;
   padding: 0px;
   repeat-x;
   background-color: rgb(240, 250, 230);
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MSPGothic", sans-serif;
   -webkit-text-size-adjust:100%;
  background-image:url("home/back.png");
  background-repeat:repeat;
  background-color:#ffffee;
}
img{
max-width: 100%;
height: auto;
width: auto;
}
a:link {
   color: rgb(60, 160, 40);
   text-decoration: none;
}
a:visited {
   color: ;
   text-decoration: none;
}
a:hover {
   color: rgb(200, 80, 20);
   text-decoration: none;
}
a:active {
   color: rgb(255, 0, 0);
   text-decoration: none;
}

hr {     /* 下線 */
    margin: 0px 0%;
    border: 3px dotted rgb(180, 180, 180);
    border-image: none;
}
h1 {
   width: 100%;
   margin:  0px 0px 0px 0px;
   padding: 3px 0px 3px 0px;
   font-size: 2.0vw;
   line-height: 1.5em;
   color: #770000;
   max-height: 100%;
}
h2 {
   width: 100%;
   margin:  0px 0px 0px 0px;
   padding: 20px 0px 0px 0px;
   font-size: 4.4vw;
   line-height: 1.5em;
 color: #440000;
}



/* ===== 基本 ===== */

#wrapper {
   width: 100%;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   font-size: 2.4vw;
   color: rgb(85, 85, 85);
   line-height: 1.5em;
}

#wrapper .text_right {
   text-align: right;
}
#wrapper .text_left {
   text-align: left;
}
#wrapper .text_center {
   text-align: center;
}
#wrapper .no_wrap {       /* 改行禁止 */
   white-space: nowrap;
}

  /* ----- padding （未調整）----- */
#wrapper .pt00 { padding-top:  0   !important;}
#wrapper .pt01 { padding-top:  1px !important;}
#wrapper .pt03 { padding-top:  3px !important;}
#wrapper .pt05 { padding-top:  5px !important;}
#wrapper .pt07 { padding-top:  7px !important;}
#wrapper .pt08 { padding-top:  8px !important;}
#wrapper .pt10 { padding-top: 10px !important;}
#wrapper .pt12 { padding-top: 12px !important;}
#wrapper .pt15 { padding-top: 15px !important;}
#wrapper .pt20 { padding-top: 20px !important;}
#wrapper .pt25 { padding-top: 25px !important;}
#wrapper .pt30 { padding-top: 30px !important;}
#wrapper .pt35 { padding-top: 35px !important;}
#wrapper .pt40 { padding-top: 40px !important;}
#wrapper .pt45 { padding-top: 45px !important;}
#wrapper .pt50 { padding-top: 50px !important;}

  /* ----- 画像サイズ調整 ----- */
#wrapper .img100 { width: 100%; display: inline-block; }
#wrapper .img95 { width: 95%; display: inline-block;}
#wrapper .img90 { width: 90%; display: inline-block;}
#wrapper .img80 { width: 80%; display: inline-block;}
#wrapper .img70 { width: 70%; display: inline-block;}
#wrapper .img60 { width: 60%; display: inline-block;}
#wrapper .img50 { width: 50%; display: inline-block;}
#wrapper .img45 { width: 45%; display: inline-block;}
#wrapper .img40 { width: 40%; display: inline-block;}
#wrapper .img30 { width: 30%; display: inline-block;}
#wrapper .img20 { width: 20%; display: inline-block;}
#wrapper .img10 { width: 10%; display: inline-block;}

  /* ----- 文字サイズ指定 ----- */
#wrapper .font10 {
  font-size:10pt;
  color:#554422;
  line-height:1.5;
  }
#wrapper .font12 {
  font-size:12pt;
  color:#333333;
  line-height:1.5;
  }
#wrapper .font14 {
  font-size:2.4vw;
  color:#222222;
  line-height:1.5;
  }
#wrapper .font16 {
  font-size:2.8vw;
  color:#222222;
  line-height:1.5;
   width: 100%;
  }
#wrapper .font18 {
  font-size: 3.2vw;
  color: #222222;
  line-height: 1.5;
   width: 100%;
  }
#wrapper .font20 {
  font-size:3.4vw;
  color:#222222;
  line-height:1.5;
  }
#wrapper .font22 {
  font-size:3.6vw;
  color:#222222;
  line-height:1.5;
  }
#wrapper .font30 {
  font-size:5.0vw;
  color:#882222;
  font-weight:bold;
  line-height:1.5;
  }



/* ===== ヘッダー部 ===== */

#header {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   height: 100%;
   font-size: 2.4vw;
   line-height: 1.5em;
   max-height: 100%;
}

#header .header_button {
   width: 100%;
   height: auto;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#header a img:hover {     /* ボタン画像-->hoverにて拡大表示 */
   transform:scale(1.03);      /* 拡大倍率 */
   transition:0.1s;
}
#header .header_button img {
   display: inline-block;
   width: 23%;     /* 例: 画像の幅を23%に */
   margin: 0px 0px 0px 0px;     /* 左右に余白を追加 */
   padding: 0px 0px 0px 0px;
}

#header .hbox {     /* 会報など　選択の年度表示用 */
   width: 26%; 
   margin: 0px 0vw 0px 0vw;     /* 左右に余白を追加 */
   padding: 0px 0px 0px 0px;
   font-size: 2.8vw;
   line-height: 1.8em;
   display: inline-block;
}

#header title_box {
   width: 100%; 
}
#header .title_box a img:hover {     /* ボタン画像-->hoverにて拡大表示しない */
   transform: scale(1.00);   /* 拡大倍率 */
   transition: 0.0s;
}



/* ===== メイン部 ===== */

#main {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   font-size: 2.4vw;
   color: rgb(85, 85, 85);
   line-height: 1.5em;
   max-height: 100%;
}
#main p {
   margin: 0px 0px 0px 0px;
   padding: 0px 6% 1.6% 6%;
   font-size: 2.4vw;
   line-height: 1.5em;
   max-height: 100%;
}
#main small {
   font-size: 2.8vw;
   line-height: 1.2em;
   max-height: 100%;
}

#main .main_button {
   width: 100%;
   height: auto;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 2.2vw;
   text-align: center;
}
#main .img-box {     /* ボタンをhoverにてズームアウト */
   margin: 0px 0.5vw 0.6vw 0.5vw; 
   padding: 0px 0px 0px 0px;
  display: inline-block;
  width:28%;     /* ボタンの横幅 */
  overflow: hidden;

    img {
      width: 100%;
      transition: all 0.1s ease;
    
        &:hover {
          transform:scale(1.03);
        }
    }
}

#main .box_white {   /* 住所など表示用　白ボックス */
   margin: 0px;
   padding: 3.0vw;
   font-size: 3.6vw;
   color: rgb(80, 80, 80);
   line-height: 1.5em;
   background-color: rgb(255,255,255);
}
#main .tx_box {
   padding: 2.0vw;
   text-align: left;
   letter-spacing: 0.06em;
}
#main .tx_box .fp14  {
  font-size:16px;
  color:#222222;
  line-height:1.5em;
}
#main .tx_box .fp16  {
  font-size:20px;
  color:#222222;
  line-height:1.5em;
}
#main .tx_box .fp18  {
  font-size:20px;
  color:#222222;
  line-height:1.5em;
}
#main .tx_box .fp20  {
  font-size:22px;
  color:#222222;
  line-height:1.5em;
}
#main .tx_box .fp22  {
  font-size:28px;
  color:#222222;
  line-height:1.5em;
}



/* ===== フッター部 ===== */

#footer {
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 55px 0px;
   width: 100%;
   font-size: 4.0vw;
   color: rgb(85, 85, 85);
   line-height: 1.3em;
}
#footer p {
   margin: 0px 0px 0px 0px;
   padding: 0px 7% 0px 7%;
   font-size: 2.0vw;
   line-height: 1.4em;
   max-height: 100%;
}



/* ===== 緑の押しボタン ===== */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62%;
}
.btn,
a.btn,
button.btn {
  font-size: 2.0vw;
  font-weight: 800;
  line-height: 1.3em;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.9rem;
}
a.btn01 {
  color: #330000;
  background-color: #99ee33;
  border-bottom: 5px solid #11aa00;
}
a.btn01:hover {
  margin-top: 3px;
  color: #331111;
  background: #99ee33;
  border-bottom: 2px solid #11aa00;
}
.bbox {
height: 2.5vw;
}



/* ===== 水色の押しボタン ===== */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62%;
}
.btn2,
a.btn2,
button.btn2 {
   margin: 0px 0vw 1.5vw 0vw;     /* 下のみ指定 */
  font-size: 3.0vw;
  font-weight: 500;
  line-height: 1.0em;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.9rem;
}
a.btn02 {
  color: #000033;
  background-color: #bbeeee;
  border-bottom: 5px solid #0099aa;
}
a.btn02:hover {
  margin-top: 3px;
  color: #331111;
  background: #bbeeee;
  border-bottom: 2px solid #0099aa;
}

a.btn02b {     /* 現在表示中の水色ボタン色 */
  color: #000033;
  background-color: #eeffff;
  border-bottom: 5px solid #77aaaa;
}
a.btn02b:hover {     /* 現在表示中の水色ボタン色 */
  margin-top: 3px;
  color: #331111;
  background: #eeffff;
  border-bottom: 2px solid #77aaaa;
}

.bbox2 {
   margin: 0px 0.5vw 0vw 0.5vw;     /* 左右のみ指定 */
   padding: 0px 0px 0px 0px;
   height: 30px;
   display: inline;
}



/* ===== テーブル01 ===== */

.tbl01 {
  border-collapse: collapse;
  width: 86%;
  max-width: 100%;
  margin: auto;
}
.tbl01 th, .tbl01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 0.5em;
  font-size: 2.6vw;
  line-height: 1.5em;
}
.tbl01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}



/* =====youtube動画の レスポンシブ表示 ===== */

.video_box {
   width: 560px;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
}

.vbox {
　position: relative;
  width: 100%;
　padding-top: 56.25%;
}
.vbox {iframe {
　position: absolute;
　top: 0;
　left: 0;
　width: 100%;
　height: 100%;
  border: 0;
}



/* =====先頭へ戻るボタン（右下に表示） ===== */

.back {
   position: fixed;
   bottom: 0px;
   right: 8px;
   filter: alpha(opacity=70);
   opacity:0.70;
}



}  /* === @media screen and (max-width: 920px)ココマデ === */













