/*gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/
/*　gallery */

/*gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/
/* index   start*/
.bd{
  background-size: auto;
}
#home{  
  text-align: center;  
  /* 画像ファイルの指定 */
  background-image: url(../imges/yatsuhp.jpg);
  min-height: 100vh;  
  opacity: 0.9;
   
/* 画像を常に天地左右の中央に配置 */
background-position: center top;/*center;
 
/* 画像をタイル状に繰り返し表示しない */
background-repeat: no-repeat;
 
/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
background-attachment: fixed;
 
/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
background-size: cover;
 
/* 背景画像が読み込まれる前に表示される背景のカラー */
/*background-color: #464646;*/

}

/*動画　++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*動画　++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tspace {
  /*height: 20px;100px;*/
}
.container_i{  
  display: grid;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  grid-template-rows: 200px 150px 250px 300px 350px 200px 600px 50px;  
}
.item_i1{  
  color: orchid;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding-top: 100px;
  padding-left: 0px;
  font-size: large;
}
.item_i2{
  //background-color: #661010;
  grid-row: 2 / 3;
  grid-column: 2 / 3;  
  //padding-top: 10px;
  padding-left: 0px;
  font-size: larger;
  //background-color: #661010;
}
.memo00{
  position: absolute; 
  top: 55px;/*上から7pxずらす*/
	left: 30px;
  width: 320px;
  font-size: 18px;
  z-index: 5;
  font-weight: bolder;
  text-align: center;
}
.memo00_1{
  width: 315px;
  position: absolute; 
  top: 100px;/*上から7pxずらす*/
	left: 67px;
  font-size: 14px;
  font-weight: bolder; 
  text-align: left; 
  z-index: 6;
}
.memo11{
  position: absolute; 
  top: -15px;/*上から7pxずらす*/
	left: 0px;
  width: 445px;
  z-index: 1;
}
.memo112{
  position: absolute; 
  top: 450px;/*上から7pxずらす*/
	left: 260px;
  width: 80px;
  z-index: 1000;
}
.memo113{
  position: absolute; 
  top: 460px;/*上から7pxずらす*/
	left: 270px;
  width: 110px;
  z-index: 1000;
}
.nae705b{
  color: #f5f2f2;
}
/*スクロール実験　スクロール実験　スクロール実験*/
/* バナー本体 */
.news-banner {
  display: block;
  height: 50px;
  background-color: rgb(244, 162, 10);
  background-color: #f0f;/*transparent;*/
  background-color: transparent;
  margin: 0 auto;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  /*color: #fff;
  color: rgb(9, 9, 9);*/
  color: lightcyan;
  font-size: larger;
  line-height: 30px;
  /*padding-left: 100%;*/
  
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.item_i2_2{
  //background-color: #CCFFCC;
  position: relative;
  grid-row: 3 / 5;
  grid-column: 2/ 3;
  //padding-left: 20px; 
}
.item_i3{
  //background-color: #f0f;
  width: 270px;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding-left: 20px;
}
.item_i3_2{
  //background-color: #473efc;
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  padding-left: 0px;
}
.item_i3_2img1{
  width: 300px;
  padding-left: 30px;
}
.item_i3_2img2{
  width: 300px;
  padding-left: 30px;
}
.item_i5{
  //background-color: rgb(68, 255, 0);*/
  text-align: left;
  grid-row: 2 / 5;
  grid-column: 3 / 4;
  padding-left: 100px;
}
.right-navi_i{
  text-align: left;
  padding-left: 70px;
}
.menu_1{
  color: orchid;
}
.navi02_i:hover{
  color: #000;
  background-color: rgb(6, 252, 166); 
  font-size: large;  
  }
.navi02_i{
  color: lightcyan;
}
.navi02_i1:hover{
  color: #000;
  background-color: rgb(6, 252, 166); 
  font-size: large;  
  }
.navi02_i1{
  background-color: #f5f2f2;
  color: rgb(235, 20, 103);
}
.item_i6{
  font-size: 13px;  
  width: 400px;//750px;
  height: 350px;//564px;
  position: relative;
  //background-color: red;
  grid-row: 5 / 6;
  grid-column: 2 / 3;
  //transform:rotate(-3deg);
  padding:2em;/*内側の余白*/
	//background: none;/*元のボックス背景色なし*/
	//border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/ 
  text-align: left;
  line-height: 1.2; /* 行間を少し狭める */
}
.item_i6 {
  padding: 0.5em 1em;
  margin: 3em 0;
  color: black;
  background: #bdd9f5;
  border-bottom: solid 6px #3f87ce;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 9px;  
}
.item_i6 p {
  margin: 0; 
  padding: 0;
}
.i6_2{
  padding: 0.8em;
}
.shira10{
    position: absolute;
    width: 380px;//754px;
    top: 30px;
    left: 0;
}
.memo10{
  //width: 250px; 
  position: absolute;
  top: 240px;
  left: 60px;
  width: 300px;
  background-color:pink;
  border-radius: 50px 3px;
  font-size: 30px;
  font-weight:bolder;
  color: bluck;
  z-index: 5; 
}
.item_i7{
  //background-color: #f0f;
  position: relative;
  grid-row: 4 / 7;
  grid-column: 3 / 4;  
  width: 350px;
  padding-top: 300px;
  padding-left: 60px;
}

  /* --- ↓新着情報 ------------------------------------------- */
#whatsnew_i {
  width: 370px;
  /*width: 280px;*/
  height: 300px;
  padding-left: 5px;
  /*margin-left: 5px;*/
  margin-right: 10px;
  scrollbar-width: thin;
  border-width: 1px;
  border-style: solid; 
  background-color: rgba(0,0,0,0);
  opacity: 0.9;  
 }  
.toph2_i{
width: 80px;
  }
/* --- ↑新着情報 ------------------------------------------- */
.hanbaibasho{
  color: lightcyan;/*paleturquoise*/
}

/* ---↑ 入り口 ------------------------------------------- */
body{
background-color: rgb(251, 253, 252);
}
.navi {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-bottom: 5px;
  justify-content: center;
  }
  .navi02:hover{
  background-color: lime; 
  font-size: large;
  }
  /* --- ↑ナビゲイション部分 ------------------------------------------- */



/* --- ↓ index ------------------------------------------- */
.big-bg {
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
}
/* --- ↑ index ------------------------------------------- */
/* --- ↓新着情報 ------------------------------------------- */
#whatsnew { 
  width: 300px;
  height: 300px;
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 10px;/*atuhead;*/
 }
/* --- ↑新着情報 ------------------------------------------- */
/* --- ↓フッター以下 ------------------------------------------- */
.footer{
  height: 20px;
  background-color: rgb(203, 213, 219);
  color: #661010;
  clear: both;
  margin-right: 2px;
}
/* スクロールテスト　*/

/* スクロールテスト　*/
.wdpancs{
font-size: 15px;
color: royalblue;
text-align: center;
background-color: whitesmoke;
}
/* --- ↓アニメイション ------------------------------------------- */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  height: auto;
  z-index: 0;
  background-size: cover;
    background-position: center top;
    min-height: 100vh;
	z-index: 9000;
}
.start p {
	position: fixed;
  left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
  z-index: 10;	
    object-fit: cover;
}
/* --- 全体のBOX定義 ---------------------------------------- */
.box {
    position   : relative;
    max-width  : 1200px;
    height     : 250px;
    margin     : auto;
    overflow   : hidden;        
  }
  
  /* --- 背景の指定 ------------------------------------------- */
  .box .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0; 
    opacity    : 0;  
    animation  : bgAnime 16s infinite;   /* 4画像 × 各5s = 20s */
    background-position: center center;
    background-size: cover;            
  }
 
  /* --- 段差で背景画像のアニメーションを実行 ----------------- */
  .box .src1 {
    background-image : url(../imges/tb1.jpg);   /* 背景の画像を指定 */
  }  
  .box .src2 {
    background-image : url(../imges/tb22.jpg);   /* 背景の画像を指定 */
    animation-delay  : 4s;
  }
  .box .src3 {
    background-image : url(../imges/tb3.jpg);   /* 背景の画像を指定 */
    animation-delay  : 8s;
  }
  .box .src4 {
    background-image : url(../imges/tb4.jpg);   /* 背景の画像を指定 */
    animation-delay  : 12s;
  }
 
@keyframes bgAnime {
     0% { opacity: 0; }
     5% { opacity: 0.2; }
    25% { opacity: 1; }
    30% { opacity: 0; }
   100% { opacity: 0; }
  }

  /*ボタンの強調修飾*/
  /*ボタンの強調修飾*/
  /*ボタンの強調修飾*/
  /*まずはお決まりのボックスサイズ算出をborer-boxに まるっとコピーした*/
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
  }  
  .btn,
  a.btn,
  button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;/*:::::0.5:::*/
    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.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.8rem;
  }  
    a.btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    a.btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
    a.btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    a.btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }  
      /*まずはお決まりのボックスサイズ算出をborer-boxに まるっとコピーした*/
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
  }  
  .btn,
  .btn,
  button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.5;
    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.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.8rem;
  }  
    .btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    .btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
    .btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    .btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
  /*ボタンの強調修飾*/
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
/* --- スマホ対応                          ----------------- */
/* --- スマホ対応                          ----------------- */  
@media screen and (max-width:600px) {
/* --- ↓ index ------------------------------------------- */
/*gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/

/*gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/
#home{
  background-color: rgb(221, 240, 248);
  background-image: url(../imges/yatsuhpz.jpg);/*url(../imges/kimiwo.jpg);*/
  
  min-height: 100vh;
  opacity: 0.8;
  /*width: 100%;*/
  /*test********************************************/
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background-size:cover;
  /*横は50% 縦は80%の位置を中心に設定*/
  background-position:50%;
  background-color: rgba(256, 256, 256, 0.3);
  /*test********************************************/
}
#home{  
  text-align: center;  
  /* 画像ファイルの指定 */
  background-image: url(../imges/yatsuhp.jpg);
  min-height: 100vh;  
  opacity: 0.9;
   
/* 画像を常に天地左右の中央に配置 */
background-position: center top;/*center;
 
/* 画像をタイル状に繰り返し表示しない */
background-repeat: no-repeat;
 
/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
background-attachment: fixed;
 
/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
background-size: cover;
 
/* 背景画像が読み込まれる前に表示される背景のカラー */
/*background-color: #464646;*/

}

body{
  background-color: #86999e3d;
  margin: auto;
}
.tspace {
    height: 200px;
  }
.container_i{
  display: grid;
  grid-template-columns: 1fr 370px 1fr;
  grid-template-rows: 250px 180px 720px 1100px 550px 400px auto auto;  
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  color: magenta;
  line-height: 30px;
  padding-left: 100%;
  
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}
.item_i1{
  //background-color: #CCFFCC;
  color: orchid;
  padding-top: 100px;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-size: large; 
}
.item_i2{
  //background-color: aliceblue;
  grid-row: 2 / 3;
  grid-column: 2 / 3; 
  margin:10px;
  padding: 10px;
}
.nae705b{
  color: #000;
}
.item_i7{
  //background-color: #f0f;
  position: relative;
  grid-row: 3 / 4;
  grid-column: 2 / 3;  
  width: 370px;
   padding-top: 10px;
  padding-left: 10px;
}
.item_i2_2{
  //background-color: rgb(177, 165, 177);
  grid-row: 4 / 5;
  grid-column: 2 / 3; 
  //margin:10px;
  //padding: 10px;
  
}
.item_i6{
  //background-color: #7419f2;
  font-size: 15px; 
  
    width: 370px;
    height: 520px;
    position: relative;
    grid-row: 5 / 6;
    grid-column: 2 / 3;
  //transform:rotate(-3deg);
  padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/ 
    //margin: 30px;
  //background-color: #7419f2;
}
.item_i3{
  grid-row: 6 / 7;
  grid-column: 2 / 3;
  padding-top: 40px;
  }
  .item_i3_2img1{
    width: 350px;
    //padding-left: 30px;
  }
  .item_i3_2img2{
    width: 350px;
    //padding-left: 30px;
  }
  .item_i5{
    grid-row: 7/8;
    grid-column: 2 / 3;
    padding-left: 0px;
    margin-left: 0px;
  }
.item_i3_2{
  width: 370px;
    grid-row: 8 / 9;
    grid-column: 2 / 3;
    padding-top: 20px;
    }
.shira10{
    width: 100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.memo10{
  //width: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1; 
}
.memo10{
  //width: 250px; 
  position: absolute;
  top: 200px;
  left: 20px;
  width: 200px;
  background-color:pink;
  border-radius: 50px 3px;
  font-size: 20px;
  font-weight:bolder;
  color: bluck;
  z-index: 5; 
}

.memo00{
  position: absolute; 
  top: 260px;/*上から7pxずらす*/
	left: 75px;
  font-size: 20px;
  font-weight: bolder;
  z-index: 5;
  text-align: left;
}
.memo00_1{
  width: 240px;
  position: absolute; 
  top: 300px;/*上から7pxずらす*/
	left: 65px;
  font-size: 16px;
  font-weight: bolder; 
  text-align: left; 
  z-index: 6;
}
.memo11{
  position: absolute; 
  top: 140px;/*上から7pxずらす*/
	left: 0px;
  width: 370px;
  height: 1080px;
  z-index: 1;
}
.memo112{
  position: absolute; 
  top: 670px;/*上から7pxずらす*/
	left: 280px;
  width: 70px;
  z-index: 1000;
}
.memo113{
  position: absolute; 
  top: 960px;
	left: 160px;
  width: 110px;
  z-index: 1000;
}
.uketsuke{
  
}
.right-navi_1{
  padding-right: 20px;
}

.navi02_i:hover{
  background-color: rgb(6, 252, 166); 
  font-size: large;
  color: "lightsteelblue";/*#CC0099";*/
  padding-left: 20px;
  }
  .navi02_i{
    color: #7419f2;
  }
  .item_i1b{
    padding-top: 20px;
    }
  /* --- ↓新着情報 ------------------------------------------- */
 .left-navi_i{ 
  position:relative;
  width: 240px;
 }
  #whatsnew_i { 
  width: 330px;
  height: 250px;
  //padding-left: 5px;
  //margin-left: 5px;
  //margin-right: 5px;/*atuhead*/
  /*border: rgb(228, 226, 226);*/  
  border-width: 1px;
  border-style: solid;
  color: red; 
  
  background-color: #CCFFCC;/*rgb(6, 252, 166)*/
  opacity: 0.6;
  background-color: #473efc;
 }
    #whatsnew { 
    width: 260px;/*400px*/
    height: 300px;
    
    margin-left: 5px;
    margin-right: 10px;/*atuhead*/
}
  /* --- ↑新着情報 ------------------------------------------- */
/* --- ↑ index ------------------------------------------- */
/* --- ↓hotei ------------------------------------------- */
.hanbaibasho{
  color: #7419f2;
}  
/* --- ↑ hotei ------------------------------------------- */
/* --- ↓shohin ------------------------------------------- */
/*ボタンの強調修飾*/
  /*ボタンの強調修飾*/
/* --- ↑shohin ------------------------------------------- */
  /*まずはお決まりのボックスサイズ算出をborer-boxに まるっとコピーした*/
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
  }  
  .btn,
  a.btn,
  button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.5;
    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.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.8rem;
  }  
    a.btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    a.btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
    a.btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    a.btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }  
      /*まずはお決まりのボックスサイズ算出をborer-boxに まるっとコピーした*/
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
  }  
  .btn,
  .btn,
  button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.7;
    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.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.8rem;
  }  
    .btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    .btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
    .btn--blue {
      color: #000;
      background-color: #473efc;
      border-bottom: 5px solid #2c13ad;
      border-right: 5px solid #2c13ad ;
    }    
    .btn--blue:hover {
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 5px;
      color: #000;
      background: # fff20a;
      border-bottom: 2px solid #ccc100;
    }
  /*ボタンの強調修飾*/
  /*ボタンの強調修飾*/
  /*ボタンの強調修飾*/
  ｝