@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Lato:900&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);


.sp-fontsize {

    font-size:13px;
}


.sp-font {
	line-height: 180%;
    font-size:100%;
}


/* クリッカブルマップ */
.imgBox {
    text-align: center;
    margin: 50px 0;
}
.imgBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/* 丸の中に数字を入れる */
.maru {
  height:45px;
  width:45px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:pink;
  font-size:24px;
  margin-left:20px;
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  height:10%;
  width:100%;
	text-align:left;
}


/* テーブルのタテが２列の場合のレスポンシブ対応 */
.table_res {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.table_res th,
.table_res td {

  padding: .1em 1em;
/* .5em 1em */
}
.table_res th {
 
}

@media (max-width: 650px) {
.table_res{
      width: 100%;
    }
.table_res th,
.table_res td{
      display: block;
    }
}
	

/* モーダル */
                      #modal-open{
                      display: block;
                                  height: auto;
                      text-align: center;
                      cursor: pointer;
                      }
                      
                      #modal-close{
                      width: 40%;
                      margin: 40px auto;
                      border: 1px solid blue;
                      padding: 10px;
                      text-align: center;
                      cursor: pointer;
                                  transition: .5s;
						   border-radius: 30px;
                      }
                      
                      #modal-close:hover{
                      width: 40%;
                      margin: 40px auto;
                      border: 1px solid blue;
                                  background-color: blue;
                                  color: #fff;
                      padding: 10px;
                      text-align: center;
                      cursor: pointer;
                                  transition: .5s;
						   border-radius: 30px;
                      }
                      
                      #modal-bg{
                                  position: fixed;
                                  top: 0;
                                  bottom: 0;
                                  left: 0;
                                  right: 0;
                                  background-color: rgba(0,0,0,0.8);
                                  opacity: 0;
                                  pointer-events: none;
                                  z-index: 999;
                                  transition: .5s;
                                  /*overflow-y: scroll;*/
                      }
                      #modal-bg.active {
                                  opacity: 1;
                                  pointer-events: auto;
                                  
                      }
                      #modal-container{
                                  position: fixed;   /*absolute*/
                                  top: 10%;
                                  left: 30%;
                                  transform: translateX(-20%);
                                  background-color: #fff;
                                  padding: 20px;
                                  opacity: 0;
                                  pointer-events: none;
                                  z-index: 1000;
                                  max-width: 80%;
                                  transition: .5s;
						  border-radius: 30px;
						   overflow-y: scroll;
                                  height: 80vh;

                      }
                      
                      #modal-container.active {
                      opacity: 1;
                                  pointer-events: auto;   
         }

/* モーダル */


/* 円中央文字 */
.circle {
           position: relative;
           width: 100px;
           height: 100px;
           border-radius: 50%;
           border: solid 2px blue;
           background-color: #fff;
}
.circle span {
           position: absolute;
           left: 0;
           top: 50%;
           -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
           width: 100px;
           text-align: center;

}
/* 円中央文字 */



/* 縦方向中央 */
.flex{
  display:flex;
  align-items:center;
}

/* スライド重なり */
@media only screen and (min-width: 1500px) {
.sitani {
position: relative;
/* 画像のサイズを指定 重ねる画像の配置はこの値が基準 */
width: 100%;
           top:0;
           left:0;
}

.naka {
position: absolute;
/* 重ねる画像のサイズ設定 */
width: 200px;
height: auto;
/* 場所の設定下に重ねる画像のサイズに対しての数値 */
right: 50px;
bottom: 0px;
           z-index: 10;
}
           
.koanname{
 display: block;
 width:100%;
 text-align: right;
 padding-left: 20px;
 padding-right: 45px;
 padding-top: 10px;
 padding-bottom: 30px;
 font-weight: 600;
           }
           
}

@media only screen and (min-width : 864px) and (max-width : 1499px) {
/*@media(max-width:1024px) {*/
.sitani {
position: relative;
/* 画像のサイズを指定 重ねる画像の配置はこの値が基準 */
width: 100%;
           top:0;
           left:0;
}

.naka {
position: absolute;
/* 重ねる画像のサイズ設定 */
width: 200px;
height: auto;
/* 場所の設定下に重ねる画像のサイズに対しての数値 */
right: 50px;
bottom: 0px;
           z-index: 10;
}
           
.koanname{
  display: block;
  width:100%;
  text-align: right;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: 200%;
           }
           
           }

@media only screen and (min-width : 431px) and (max-width : 863px) {
/*@media(max-width:863px) {*/
.sitani {
position: relative;
/* 画像のサイズを指定 重ねる画像の配置はこの値が基準 */
width: 100%;
           top:0;
           left:0;
}

.naka {
position: absolute;
/* 重ねる画像のサイズ設定 */
width: 110px;
height: auto;
/* 場所の設定下に重ねる画像のサイズに対しての数値 */
right: 50px;
bottom: 0px;
           z-index: 10;
}
           
.koanname{
display: block;
 width:100%;
 text-align: right;
 padding-left: 20px;
 padding-right: 45px;
 padding-top: 0px;
 padding-bottom: 15px;
 font-weight: 40%;
	font-size: 9px;
           }
           
           }
           
@media only screen and (min-width : 431px) and (max-width : 767px) {
/*@media(max-width:863px) {*/
.sitani {
position: relative;
/* 画像のサイズを指定 重ねる画像の配置はこの値が基準 */
width: 100%;
           top:0;
           left:0;
}

.naka {
position: absolute;
/* 重ねる画像のサイズ設定 */
width: 110px;
height: auto;
/* 場所の設定下に重ねる画像のサイズに対しての数値 */
right: 50px;
bottom: 0px;
           z-index: 10;
}
           
.koanname{
display: block;
 width:23%;
 text-align: right;  
 padding-left: 20px;
 padding-right: 45px;
 padding-top: 0px;
 padding-bottom: 15px;
 font-weight: 40%;
 font-size: 9px;
 line-height: 100%;
 margin-left: auto;
           }
           
           }



@media(max-width:430px) {
.sitani {
position: relative;
/* 画像のサイズを指定 重ねる画像の配置はこの値が基準 */
width: 100%;
           top:0;
           left:0;
}

.naka {
position: absolute;
/* 重ねる画像のサイズ設定 */
width: 60px;
height: auto;
/* 場所の設定下に重ねる画像のサイズに対しての数値 */
right: 20px;
bottom: 0px;
           z-index: 10;
}
           
.koanname{
  display: block;
  width: 33%;
  text-align: left;  /* right */
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 40%;
	font-size: 8px;
	line-height: 100%;
	margin-left: auto;
           }
           
           }
/* スライド重なり */
	
	
	
	
 /*写真・ボタン重ねる  */
@media only screen and (min-width: 1500px) {
.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid #333;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(255,255,255,1);
    color: #333;
}

.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);  /*255,255,255,0.3*/
    border: 1px solid #333;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}
}

@media only screen and (min-width : 768px) and (max-width : 1499px) {
/*@media(max-width:1024px) {*/
.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 180px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(255,255,255,1);
    color: #333;
}

.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 145px;
    box-sizing: border-box;
    background: rgba(255,255,255,1); /*255,255,255,0.3*/
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}
}
	
	
@media only screen and (min-width : 431px) and (max-width : 767px) {
/*@media(max-width:863px) {*/	
.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 70%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);  /*255,255,255,0.3*/
    border: 1px solid #333;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}

.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid #333;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 140%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;
}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}
}
	
@media(max-width:430px) {	
.kasane_photo{
    display: block;
    position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 70%;
    box-sizing: border-box;
    background: rgba(255,255,255,1); /*255,255,255,0.3*/
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    color: #333;
    font-size: 60%;
    font-weight: bold;
    transition: .3s;
           border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}

.kasane_photo{
    display: block;
    position: relative;
}
.kasane_photo img{
    width: 100%;
    height: auto;
    display: block;
}
.kasane_photo>span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    display: block;
    width: 70%;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
    color: #333;
    font-size: 60%;
    font-weight: bold;
    transition: .3s;
           border-radius: 30px;

}
.kasane_photo:hover>span{
    background: rgba(205,246,197,1);
    color: #333;
}
}		

 /*写真・ボタン重ねる  */

 /* ボックスに右上重ねる2  */

.box_rt2{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
           width: 100%;
           display: inline-block;
}
.box_rt2 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.box_rt2 .in{
    margin-bottom: 0px;
    position: absolute;
    right: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}
 /* ボックスに右上重ねる2  */



 /* ボックスに左上重ねる2  */

.box_lt2{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
           width: 100%;
           display: inline-block;
}
.box_lt2 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.box_lt2 .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}
 /* ボックスに左上重ねる2  */


 /* ボックスに左下重ねる2  */

.box_lb2{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
           width: 100%;
           display: inline-block;
}
.box_lb2 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.box_lb2 .in{
    padding-top: 10px;
    position: absolute;
    left: 10px;
    bottom: -50px;
    width: auto;
           text-align: center;
}
 /* ボックスに左下重ねる2  */



 /* ボックスに右下重ねる2  */
.box_rb2{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
           width: 100%;
           display: inline-block;
}
.box_rb2 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.box_rb2 .in{
    padding-top: 10px;
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: auto;
           text-align: center;
           z-index: 10;
}

 /* ボックスに右下重ねる2  */


 /* ボックスに右下重ねる  */
.box_rb{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
}
.box_rb div{
    padding-top: 10px;
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: auto;
           text-align: center;
}
 /* ボックスに右下重ねる  */


 /* ボックスに左下重ねる  */
.box_lb{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
}
.box_lb div{
    padding-top: 10px;
    position: absolute;
    left: 10px;
    bottom: -50px;
    width: auto;
           text-align: center;
}
 /* ボックスに左下重ねる  */


 /* ボックスに左上重ねる  */
.box_lt{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
}
.box_lt div{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;   
           text-align: center;
}
 /* ボックスに左上重ねる  */


 /* ボックスに右上重ねる  */
.box_rt{
    border: 3px solid #dcdcdc;
    background: #fff;
    padding: 40px;
    position: relative;
           border-radius: 20px;
}
.box_rt div{
    margin-bottom: 0px;
    position: absolute;
    right: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}
 /* ボックスに右上重ねる  */


 /* 円中央文字  */
.circle {
           position: relative;
           width: 100px;
           height: 100px;
           border-radius: 50%;
           border: solid 2px blue;
           background-color: #fff;
}
.circle span {
           position: absolute;
           left: 0;
           top: 50%;
           -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
           width: 100px;
           text-align: center;

}

 /* 円中央文字  */


 /* こあんタイトル  */
@media only screen and (min-width: 1500px) {

.koan_title {
  position: relative; /*配置位置の基準となる指定*/
  display: inline-block;
  width: 100%;
  height: 75px;
  border-bottom: solid 5px blue;
  background-image: url("../assets/img/koan_title.png");
  background-size:70px;
  background-repeat: no-repeat;
  padding-left: 80px;
		clear: both;
 }
.koan_text {
 position: absolute; /*自由に配置する指定*/
 bottom: 0px; /*下寄せの指定*/
 margin: 0;
 font-weight: 100;
 line-height: 100%;

 }
 }


@media only screen and (min-width : 768px) and (max-width : 1499px) {
/*@media(max-width:1024px) {*/
.koan_title {
  position: relative; /*配置位置の基準となる指定*/
  display: inline-block;
  width: 100%;
  height: 75px; 
  border-bottom: solid 5px blue;
  background-image: url("../assets/img/koan_title.png");
  background-size:70px;
  background-repeat: no-repeat;
  padding-left: 80px;
		clear: both;
 }
.koan_text {
 position: absolute; /*自由に配置する指定*/
 bottom: 0px; /*下寄せの指定*/
 margin: 0;
 font-weight: 100;
 line-height: 100%;

 }
 }

@media only screen and (min-width : 431px) and (max-width : 767px) {
/*  @media(max-width:863px) {*/

.koan_title {
  position: relative; /*配置位置の基準となる指定*/
  display: inline-block;
  width: 100%;
  height: 55px;
  border-bottom: solid 5px blue;
  background-image: url("../assets/img/koan_title.png");
  background-size:50px;  /*90*/
  background-repeat: no-repeat;
  padding-left: 60px;
		clear: both;
 }
.koan_text {
 position: absolute; /*自由に配置する指定*/
 bottom: 2px; /*下寄せの指定*/
 margin: 0;
 font-weight: 95;
 line-height: 100%;

 }
 }

@media(max-width:430px) {
.koan_title {
  position: relative; /*配置位置の基準となる指定*/
  display: inline-block;
  width: 100%;
  height: 55px;  /*87*/
  border-bottom: solid 5px blue;
  background-image: url("../assets/img/koan_title.png");
  background-size:50px;  /*80*/
  background-repeat: no-repeat;
  padding-left: 60px;
		clear: both;
 }
.koan_text {
 position: absolute; /*自由に配置する指定*/
 bottom: 2px; /*下寄せの指定*/
 margin: 0;
 font-weight: 95;
 line-height: 100%;

 }
 }


 /* ボタン表示  */
.flow-navi__wrapper {
  display:none;
}
.flow-navi {
  position: fixed;
  top: 260px;
  z-index: 3;
}
@media(max-width:767px) {
.flow-navi__wrapper {
   position: static;
}
.flow-navi {
   display:block;   /* none  */
}
}

/* ====== 追従バナー ====== */
a#mouseover_bnr_right {
width: 150px; /*バナー画像の横幅を入力します*/
position: fixed;
top: 300px; /*上からどれくらいの位置に表示したいかで変更します*/
right: -110px; /*マウスオーバーするまで隠しておく範囲を入力します*/
display: inline-block;
transition: all .2s ease;
z-index: 9999;
}
a#mouseover_bnr_right:hover{
right: 0;
}

a#mouseover_bnr_right1 {
width: 150px; /*バナー画像の横幅を入力します*/
position: fixed;
top: 339px; /*上からどれくらいの位置に表示したいかで変更します*/
right: -110px; /*マウスオーバーするまで隠しておく範囲を入力します*/
display: inline-block;
transition: all .2s ease;
z-index: 9999;
}
a#mouseover_bnr_right1:hover{
right: 0;
}

a#mouseover_bnr_right2 {
width: 150px; /*バナー画像の横幅を入力します*/
position: fixed;
top: 378px; /*上からどれくらいの位置に表示したいかで変更します*/
right: -110px; /*マウスオーバーするまで隠しておく範囲を入力します*/
display: inline-block;
transition: all .2s ease;
z-index: 9999;
}
a#mouseover_bnr_right2:hover{
right: 0;
}




 /* お知らせ */
.oshirase{
                      display: block;
                      width: 200px;
                      background-color: red;
                      color: white;
                      padding: 5px 5px 0px 5x;
                      text-align: center;
                      margin-left: 50px;
                      border-radius: 20px 20px 0 0;
           }
           
           .oshirase2{
                      display: block;
                      width:100%;
                      height:300px;
                      border-color: red;
                      border-style: solid;
                      padding: 10px 10px 10px 10px;
                      border-radius: 20px;
           }

    .oshirase3{
                      display: block;
                      width:100%;
                      height:380px;   /* 300px */
                      border-color: blue;
                      border-style: solid;
                      padding: 10px 10px 10px 10px;
                      border-radius: 20px;
           }

  /* 画像の上に載せる */
.swiper-container .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

.tab-top {
  /* 基本のスタイル */
  width: 80%;
  padding: 15px 0;
  background-color: #21be78;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: 5px solid #000000;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  /* 角丸のスタイル */
  border-radius: 15px 15px 0 0;
}
.tab-bottom {
  /* 基本のスタイル */
  width: 80%;
  padding: 15px 0;
  background-color: #21be78;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 5px solid #000000;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  /* 角丸のスタイル */
  border-radius: 0 0 15px 15px;
}
.tab-all {
  /* 基本のスタイル */
  width: 800px;
  padding: 15px 0;
  background-color: #21be78;
  font-size: 14px;
  color: #fff;
  text-align: center;

  /* 角丸のスタイル */
  border-radius: 15px;
}

.tab-box {
  /* 基本のスタイル */
  width: 80%;
  padding: 15px 0;
  background-color: #21be78;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;

}


/* 画像を角丸にする
--------------------------------*/
 .boxphoto img{
      border-radius: 30px;
    }

/* border-radiusで要素を角丸
--------------------------------*/
.radius_test {
    width: 63%;               /* 幅指定 */
    height: 210px;              /* 高さ指定 */
    border: solid 2px #002CFF;     /* 枠線指定 #000*/
    background-color: #262AFF;     /* 背景色指定 #eee*/
    border-radius: 20px;        /* 角丸指定 */
	 padding-left: 10px;
}

.radius_test1 {
    width: 100%;               /* 幅指定 */
    height: auto;              /* 高さ指定350px */
    border: solid 2px #5770FF;     /* 枠線指定 #000*/
    background-color: #3147F7;     /* 背景色指定 #eee*/
    border-radius: 20px;        /* 角丸指定 */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.radius_test2 {
    width: 90%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px #2B4AFB;     /* 枠線指定 */
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.radius_bule {
	width: 150px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
}

.btn_right {
margin-left: auto;
}

.radius_bule1 {
	width: 750px;               /* 幅指定 */
    height: 60px;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
	 
}

.radius_bule2 {
	width: auto;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	 
}

.radius_bule3 {
	width: 300px;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	  text-align:center;
	
}

.radius_bule4 {
	width: 350px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	
}
 /* ボックスに左上重ねる2 青  */

.radius_bule5{
    border: 3px solid #3147F7;
    background: #fff;
	border-radius: 50px; 
    padding: 20px;
    position: relative;
           border-radius: 60px;
           width: 100%;
           display: inline-block;
}
.radius_bule5 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_bule5 .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる2 青  */

/* ボックスに左上重ねる 赤  */

.radius_red{
    border: 3px solid #3147F7;
    background: #fff;
	border-radius: 60px; 
    padding: 20px;
    position: relative;
    text-align: center; 
     width: 70%;
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
	
}
.radius_red .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: inline-block;
	text-align: center;
}
.radius_red .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる 赤  */

.radius_red1 {
	width: 150px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #F73062;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center; 
}



.radius_black {
	width: auto;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 1px #000;     /* 枠線指定 　#000*/
    background-color: #FFFFFF;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



/* ボタンカスタマイズ　オレンジ
--------------------------------*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

/* ボタンカスタマイズ　大
--------------------------------*/
.btn-customb {
  background-color: #FFFFFF;
  color: #ffffff;
  border: solid 1px #4E4E4E;/*線*/
  border-radius: 5px; /* 角丸をつける */
}
.btn-customb-size {
  width: 700px;
  height: 500px;
  padding: 50px 30px;
}
.btn-customb:hover {
  background-color: #E4FBDC;
  color: #ffffff;
	
}


/* ボタンカスタマイズ
--------------------------------*/
.btn-custom {
  background-color: #FFFFFF;
  color: #ffffff;
border: solid 1px #4E4E4E;/*線*/
}
.btn-custom-size {
  width: 200px;
  height: 50px;
  padding: 10px 20px;
}
.btn-custom:hover {
  background-color: #E4FBDC;
  color: #ffffff;
}


.b-radius {	
width: 400px; /* ボックスの横幅を指定 */
height: 100px; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 10px; /* ボックスの四つ角を丸くする */
background-color: #fff;
	transition: background-color 0.5s, border-radius 1s;

}	
.b-radius_shadow {
    padding: 20px;                      /* 余白指定 */
    background-color:  #fff;            /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: 400px;                       /* 幅指定 */
    height: 100px;                      /* 高さ指定 */
}

.b-radius_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}	
	

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: rgba(0, 0, 0, 0) url(../assets/img/point-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
/*
#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}  */

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li i {
  color: #fff;
  line-height: 0;
}




/* ====== スクロール追従バナー ====== */
/* rc_rightArea */
a#rc_rightArea {
 width: 55px; /*画像の全体幅   57*/
 position: fixed;
 top: 550px;
 right: -20px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea:hover{
 right: 0;
}
/* End Hack */

/* rc_rightArea1 */
a#rc_rightArea1 {
 width: 5px; /*画像の全体幅  57*/
 position: fixed;
 top: 590px;
 right: -20px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea1:hover{
 right: 0;
}
/* End Hack */

/* rc_rightArea2 */
a#rc_rightArea2 {
 width: 55px; /*画像の全体幅  57*/
 position: fixed;
 top: 630px;
 right: -20px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea2:hover{
 right: 0;
}
/* End Hack */

/* rc_rightArea3 */
a#rc_rightArea3 {
 width: 55px; /*画像の全体幅  57*/
 position: fixed;
 top: 670px;
 right: -20px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea2:hover{
 right: 0;
}
/* End Hack */


/* ====== sideb ====== */
.sideb{
height: auto;
width:40px;
}

.sideb_a{
height: auto;
width:40px;
}

.sideb_b{
height: auto;
width:40px;
}


/* 拡大スライド */
.Opening {
position:relative;
background-color: #FFF;
margin: 0;
}
.Opening ul {
  margin: 0;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li .Opening__text{
  color: #FFFFFF;
  text-shadow:1px 2px 3px #808080;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
	width: 80%;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
/* 拡大スライド */


.item img {
width:100%;}

.fluid2 {
padding:0;
margin: 0;
overflow: hidden;
}

/* GoogleMap埋め込みレスポンシブ対応 */
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
  
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* GoogleMap埋め込みレスポンシブ対応 */

.map iframe {
	width: 100%;
	height: 350px;
}






.mincho { font-family: "Noto Serif JP"; }

a:link  {
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.text-green {
color: #71b267;
}

.text-navy {
color: #060273;
}

.text-pink {
color: #EF4CFF;
}

footer {
    background-color:#fff;   /* #e0efff */
    color: #444444;
}


.footer-copyright {   /* GoogleMap埋め込みレスポンシブ対応 */
	color: #444444;
    background-color:#d41c19;
}

/* 縦書き */
.vertical {
    writing-mode: vertical-lr;
　-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
transform:translate(-20%, -30%);
    }
/* 縦書き */

/* コンテンツをスライド */
#slideR {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 40%;
	right: -240px;
	background-color: rgba(212,28,25,0.8); /* 106,152,79 */
	width: 280px;
    height:auto;
	color: #fff;
	font-size: 14px;
}
#slideR a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}
#slideR ul {
	position: relative;
	padding: 10px 10px 10px 40px;
    text-align: center;
}

#slideR ul li {
    list-style-type: none;
}   

#slideR .nav-icon {
	position: absolute;
	left: 10px;
	top: 40%;
	font-size: 20px;
    text-align: center;
}
/* コンテンツをスライド */

/* アンダーライン赤色 */
.under-red {
  background: linear-gradient(transparent 60%, #fef1f4 60%);
}

/* アンダーライン緑色 */
.under-green {
  background: linear-gradient(transparent 60%, #f3fdea 60%);
}

/* アンダーライン黄色 */
.under-yellow {
  background: linear-gradient(transparent 60%, #fdffe9 60%);
}

/* アンダーライン緑色 */
.under-greenline {
  border-bottom: 2px solid #094;
}

/* アンダーライン青色 */
.under-blueline {
  border-bottom: 3px solid blue; ;/*上下 左右の余白*/
}

/* アンダーライン灰色 */
.under-yellow {
  background: linear-gradient(transparent 60%, #cccccc 60%);
}

.under-line {
 padding: 0.25em 0.5em;/*上下 左右の余白*/
 border-bottom : 3px solid #036C0F;/*左線*/
color: #494949;/*文字色*/
 background: transparent;/*背景透明に*/
}

/*左側縦線 */
.line-leftred {
    border-left: 2px solid red;
	height: 90%;
}

/*左側縦線 */
.line-leftgreen {
    border-left: 2px solid green;
	height: 90%;
}

/*左側縦線 */
.line-leftblue {
	padding: .2em .5em .2em .3em; /*上下左右の余白*/
	 /*背景色  background-color: #BDDFFF; */
	border-left: solid 7px blue; /*左線（線種 太さ 色）*/
}


/*左側縦線 */
.sample_text04 {
  display: inline-block;
  border-left: solid 5px #38b3f2;
  margin: 0px auto 50px;
  padding: 15px 0 10px 20px;
  border-bottom: solid 1px #E5E1E1;
  border-top: solid 1px #E5E1E1;
  border-right:  solid 1px #E5E1E1;
}



/* オーバーライン灰色 */
.over-greenline {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #094;
    background: #f9fffc;
    border-top: solid 3px #094;
	border-bottom: solid 1px #D9D9D9;
}

/* 背景緑色 */
.bg-green {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #228b22;/*背景色*/
}


/*　タイトル吹き出し */
.bg-fukidashi {
  position: relative;
  padding: 0.6em;
  background: #0d6efd;
	width: auto;
}

.bg-fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0d6efd;
  width: 0;
  height: 0;
}	


/*  左右二重線  */
.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}


/* 左にだけ太線 */

.box8 {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #232323;
    background: ;  /*#fff8e8*/
    border-color: solid 10px #FF6E6E;
	border-left: 4px solid #0071be;  /*#038B1B*/
	 
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/* 上にだけ太線 */
.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
.box9 p {
    margin: 0; 
    padding: 0;
}


.ccf {
	font-size: 2.5rem;
	line-height: 180%;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 {
	line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
}

h2 {
	line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
}

h3 {
	line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
}

.h3 {
	line-height: 160%;
	 font-family: "Noto Sans JP", sans-serif;

}

h4 {
	line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
}

.h4 {
	line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
}

.small {
	line-height: 100%;
    font-size:95%;
}

.x-small {
	line-height: 100%;
    font-size:50%;
}



.splh {
    line-height: 100%;
}

.medium {
	font-size: 1.25rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
	line-height: 180%;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

.tel {
    font-family: 'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
    line-height: 100%;
}

.f-rb {
    font-family: 'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}


/* 新着情報 */
.allnew {
	color: #FFF;
	background-color: #2c5da2;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 3px;
}

.allnew a {
	color: #FFF;
	font-weight: bold;
}




/* バーガーメニューアニメーション */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #333;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}


/* ハンバーガーメニューの枠線を消すCSS */
.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,0.00);
}

/* 文字をフワッと表示のCSS */
.fadein {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* cover背景画像のCSS */
.cover-img {
	height: 300px;
	display: table;
	width: 100%;
	background-size: cover;
}

.cover-img1 {
	height: 300px;
	display: table;
	width: 100%;
	background-size: cover;
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

body {
	line-height: 200%;
	font-family: 'Monda', "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size:16px;
	animation: fadeIn 2s ease 0s 1 normal; /* ここから下の行は読み込み時にフェードイン */
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.contents { /* 背景を全体的に斜めにして右傾斜 */
	position: relative;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 70%;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
	margin-top: 3%;
	margin-right: -15%;
	margin-bottom: 0;
	margin-left: -15%;
	background-color: #6699CC;
}
.contents_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 20px 120px;
	color: #fff;
	text-align: center;
}
.contents_inner h1 {
	margin-bottom: 20px;
	font-size: 2em;
}


.contents2 { /* 背景を全体的に斜めにして左傾斜 */
	position: relative;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.contents2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 70%;
	background: #011931;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
	margin-top: 3%;
	margin-right: -15%;
	margin-bottom: 0;
	margin-left: -15%;
}
.contents2_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 20px 120px;
	color: #fff;
	text-align: center;
}
.contents2_inner h1 {
	margin-bottom: 20px;
	font-size: 2em;
}


#scrollUp { /* スクロールアップ */
	bottom: 10px;
	right: 10px;
	background-image: url("../image/up.png");
    background-size:45px 45px;
	width: 45px;
	height: 45px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	padding-left: 10px;
}

.navbar-text{ /* 各ナビテキスト間隔の余白調整のCSS */
	padding-left: 10px;
}


/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */
   
    
/* ------------- クロールすると下からスふわっとコンテンツがフェードイン ------------- */
 .fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}   
/* ------------- クロールすると下からスふわっとコンテンツがフェードイン ------------- */




/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #B2C2E1;
}








/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	

	.cover-img {
		height: 300px;
	}
	


 /* お知らせ */
.oshirase{
                      display: block;
                      width: 200px;
                      background-color: red;
                      color: white;
                      padding: 5px 5px 0px 5x;
                      text-align: center;
                      margin-left: 50px;
                      border-radius: 20px 20px 0 0;
           }
           
           .oshirase2{
                      display: block;
                      width:100%;
                      height:200px;
                      border-color: red;
                      border-style: solid;
                     padding: 20px 5px 5px 5px;
                      border-radius: 20px;
			
           }    

 .oshirase3{
                      display: block;
                      width:100%;
                      height:380px;  /* 200px */
                      border-color: blue;
                      border-style: solid;
                     padding: 20px 5px 5px 5px;
                      border-radius: 20px;
			
           }  
	
footer{ /* フッターの上下余白調整のCSS */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #0071be;
  border: 2px solid #0071be;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #0071be;
  color: #0071be;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0071be;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #0071be;
}



.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #0071be;
  color: #0071be;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #0071be;
  -webkit-transform: scale(1);
  transform: scale(1);
}

	
.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #0071be;
  border: 2px solid #0071be;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #d41c19;
  border-color: #d41c19;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}

 
.button4 { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 380px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #0071be;
  border: 2px solid #0071be;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button4:hover {
  background-color: #fff;
  border-color: #0071be;
  color: #0071be;
  text-decoration: none;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0071be;
}

.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button4::before {
  right: 0;
}
.button4::after {
  left: 0;
}
.button4:hover::before,
.button4:hover::after {
  width: 0;
  background-color: #0071be;
}
	
.button5 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 190px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  text-shadow: none;
	 border-radius: 100px;
}
.button5::before,
.button5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	 border-radius: 100px;
}
.button5,
.button5::before,
.button5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button5 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #0071be;
  color: #0071be;
  line-height: 48px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button5:hover {
  color: #fff;
  text-decoration: none;
}
.button5::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button5:hover::after {
  background: #0071be;
  -webkit-transform: scale(1);
  transform: scale(1);
}
	
.btn-circle {
  border-radius: 100px;

}


a.btn--blue {
  color: #fff;
  background-color: #5583FF;
  border-bottom: 5px solid #0D00B8;
 display: inline-block;
  width: 500px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  line-height: auto;
  outline: none;
	 border-radius: 20px;
}
a.btn--blue:hover {
  margin-top: 20px;
  color: #fff;
  background: #4868FF;
  border-bottom: 2px solid #0516D0;
	 border-radius: 20px;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}	
	
	a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn_05:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}
	
.btn-circle1 {
  border-radius: 100px;
  width: 30%;
  height: 64px;
}
	
	
.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
	
	
.radius_test1 {
    width: 100%;               /* 幅指定 */
    height: auto;              /* 高さ指定350px */
    border: solid 2px #5770FF;     /* 枠線指定 #000*/
    background-color: #3147F7;     /* 背景色指定 #eee*/
    border-radius: 20px;        /* 角丸指定 */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	
.radius_bule3 {
	width: 300px;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	 text-align:center;

	
}
	
.radius_bule4 {
	width: 350px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
	
}

	
 /* ボックスに左上重ねる2 青  */

.radius_bule5{
    border: 3px solid #3147F7;
    background: #fff;
    padding: 20px;
    position: relative;
           border-radius: 60px;
           width: 100%;
           display: inline-block;
}
.radius_bule5 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_bule5 .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる2 青  */	
	
/* ボックスに左上重ねる 赤  */

.radius_red{
    border: 3px solid #FF0000;
    background: #fff;
	border-radius: 60px; 
    padding: 10px;
    position: relative;
    text-align: center;
     width: 70%;
     display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.radius_red .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
	  text-align: center;
}
.radius_red .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる 赤  */	
	
	
.b-radius {	
width: 300px; /* ボックスの横幅を指定 */
height: 85px; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 10px; /* ボックスの四つ角を丸くする */
background-color: #fff;
	transition: background-color 0.5s, border-radius 1s;

}	
.b-radius_shadow {
    padding: 20px;                      /* 余白指定 */
    background-color:  #fff;            /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: 300px;                       /* 幅指定 */
    height: 85px;                      /* 高さ指定 */
}

.b-radius_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}	
	

	
.b-radius1 {	
width: auto; /* ボックスの横幅を指定 */
height: auto; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 20px; /* ボックスの四つ角を丸くする */
background-color: #fff; /*  */
	transition: background-color 0.5s, border-radius 1s;
	    margin: auto;
	
	padding-left: 10px;
	padding-right: 10px;
}	
.b-radius1_shadow {
    padding: 5px;                      /* 余白指定 */
    background-color: #fff ;          /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: auto;                       /* 幅指定 */
    height: auto; 
	  margin: auto;
	
}

.b-radius1_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}	
	

	
/*　タイトル吹き出し */
.bg-fukidashi {
  position: relative;
  padding: 0.6em;
  background: #0d6efd;
	width: auto;
}

.bg-fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0d6efd;
  width: 0;
  height: 0;
}	
	
	
	
.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}



a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	padding-left: 10px;
}


}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1499px) {　/*変更前 max-width: 1200px */

	
	
	 /* お知らせ */
.oshirase{
                      display: block;
                      width: 200px;
                      background-color: red;
                      color: white;
                      padding: 5px 5px 0px 5x;
                      text-align: center;
                      margin-left: 50px;
                      border-radius: 20px 20px 0 0;
           }
           
           .oshirase2{
                      display: block;
                      width:100%;
                      height:180px;
                      border-color: red;
                      border-style: solid;
                      padding: 7px 5px 0px 0px;
                      border-radius: 20px;
           }
	
	  .oshirase3{
                      display: block;
                      width:100%;
                      height:400px; /* 180px */
                      border-color: blue;
                      border-style: solid;
                      padding: 7px 5px 0px 0px;
                      border-radius: 20px;
           }
	
/* 画像右に寄せる */
.logo-box {
           width: 100%;
	text-align: right;

}
	
.cover-img {
		height: 200px;
	}
	
.fs90 {
		font-size: 90%;
	}

.toggler__txt{ /* 3本線の下文字表示 */
	display: block;
	font-size : 0.5em;
	margin-top: 5px;
	color: #000;
  }


footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #d41c19;
  color: #d41c19;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d41c19;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #d41c19;
}


.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #d41c19;
  color: #d41c19;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #d41c19;
  -webkit-transform: scale(1);
  transform: scale(1);
}

	.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #d45b19;
  border-color: #d45b19;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}
	
.button4 { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 380px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #0071be;
  border: 2px solid #0071be;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button4:hover {
  background-color: #fff;
  border-color: #0071be;
  color: #0071be;
  text-decoration: none;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0071be;
}

.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button4::before {
  right: 0;
}
.button4::after {
  left: 0;
}
.button4:hover::before,
.button4:hover::after {
  width: 0;
  background-color: #0071be;
}	
	
	
.button5 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 170px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  text-shadow: none;
	 border-radius: 100px;
}
.button5::before,
.button5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	 border-radius: 100px;
}
.button5,
.button5::before,
.button5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button5 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #0071be;
  color: #0071be;
  line-height: 48px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button5:hover {
  color: #fff;
  text-decoration: none;
}
.button5::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button5:hover::after {
  background: #0071be;
  -webkit-transform: scale(1);
  transform: scale(1);
}	
	
	
	a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 270px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn_05:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}	
	
	
	
a.btn--blue {
  color: #fff;
  background-color: #5583FF;
  border-bottom: 5px solid #0D00B8;
 display: inline-block;
  width: 400px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  line-height: auto;
  outline: none;
	 border-radius: 20px;
}
a.btn--blue:hover {
  margin-top: 20px;
  color: #fff;
  background: #4868FF;
  border-bottom: 2px solid #0516D0;
	 border-radius: 20px;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}	
		
	
.btn-circle {
  border-radius: 100px;

}


.btn-circle1 {
  border-radius: 100px;
  width: 400px;
  height: 54px;
}	
	
.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

	.radius_test1 {
    width: 100%;               /* 幅指定 */
    height: auto;              /* 高さ指定350px */
    border: solid 2px #5770FF;     /* 枠線指定 #000*/
    background-color: #3147F7;     /* 背景色指定 #eee*/
    border-radius: 20px;        /* 角丸指定 */
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	.radius_bule3 {
	width: 300px;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	  text-align:center;
	  
}

 /* ボックスに左上重ねる2 青  */

	
	.radius_bule4 {
	width: 350px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
	
}
	
.radius_bule5{
    border: 3px solid #3147F7;
    background: #fff;
    padding: 20px;
    position: relative;
           border-radius: 60px;
           width: 100%;
           display: inline-block;
}
.radius_bule5 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_bule5 .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる2 青  */

/* ボックスに左上重ねる 赤  */

.radius_red{
    border: 3px solid #FF0000;
    background: #fff;
	border-radius: 60px; 
    padding: 10px;
    position: relative;
           width: 100%;
           display: inline-block;
	text-align: center;
}
.radius_red .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_red .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる 赤  */	
	
.b-radius {	
width: 280px; /* ボックスの横幅を指定 */
height: 75px; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 10px; /* ボックスの四つ角を丸くする */
background-color: #fff;
	transition: background-color 0.5s, border-radius 1s;

}	
.b-radius_shadow {
    padding: 20px;                      /* 余白指定 */
    background-color:  #fff;            /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: 280px;                       /* 幅指定 */
    height: 75px;                      /* 高さ指定 */
}

.b-radius_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}	
		
	
	
.b-radius1 {	
width: auto; /* ボックスの横幅を指定 */
height: auto; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 20px; /* ボックスの四つ角を丸くする */
background-color: #fff; /* #fff */
	transition: background-color 0.5s, border-radius 1s;
	    margin: auto;
	 padding-left: 10px;
	padding-right: 10px;;
}	
.b-radius1_shadow {
    padding: 5px;                      /* 余白指定 */
    background-color: #fff;            /* 背景色指定 #fff*/
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: auto;                       /* 幅指定 */
    height: auto; 
	  margin: auto;
	
}

.b-radius1_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}		
	
/*　タイトル吹き出し */
.bg-fukidashi {
  position: relative;
  padding: 0.6em;
  background: #0d6efd;
	width: auto;
}

.bg-fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0d6efd;
  width: 0;
  height: 0;
}	
	
		
	
.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}


a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}

.tb {
    display: none;
}
    
.tb-font {
	line-height: 100%;
    font-size:80%;
}

}

/* スマホ用のCSS */
@media only screen and (max-width: 767px) {　/*変更前 max-width: 479px */


	
/* 縦スクロールのCSS */	
.overflow-y-wrap{
    width: 100%;
    height: 100vh!important;
}
.overflow-y2{
    overflow-y: scroll!important; 
           -webkit-overflow-scrolling: touch;/*慣性スクロール*/
height: 100%!important;
           padding-bottom: 180px!important;
           margin-bottom: 180px!important;

}

	 /* お知らせ */
.oshirase{
                      display: block;
                      width: 150px;
                      background-color: red;
                      color: white;
                      padding: 1px;
                      text-align: center;
                      margin-left: 20px;
                      border-radius: 20px 20px 0 0;
           }
           
           .oshirase2{
                      display: block;
                      width:100%;
                      height:180px;
                      border-color: red;
                      border-style: solid;
                      padding: 5px 5px 0px 5px;
                      border-radius: 20px;
           }

   .oshirase3{
                      display: block;
                      width:100%;
                      height:750px;  /* 180px */
                      border-color: blue;
                      border-style: solid;
                      padding: 5px 5px 0px 5px;
                      border-radius: 20px;
           }
	
.cover-img {
		height: 140px;
	}

.toggler__txt{ /* 3本線の下文字表示 */
	display: block;
	font-size : 0.5em;
	margin-top: 5px;
	color: #000;
  }
	
	.sph1 { /* スマホ時のh1の文字縮小のCSS */
    font-size: 2.3rem;
}
	
	.sph2{
	font-size: 1.8rem;
}
    


footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 80%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #d41c19;
  color: #d41c19;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d41c19;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #d41c19;
}


.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #d41c19;
  color: #d41c19;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #d41c19;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #d45b19;
  border-color: #d45b19;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}
	
.button4 { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 380px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #0071be;
  border: 2px solid #0071be;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button4:hover {
  background-color: #fff;
  border-color: #0071be;
  color: #0071be;
  text-decoration: none;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0071be;
}

.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button4::before {
  right: 0;
}
.button4::after {
  left: 0;
}
.button4:hover::before,
.button4:hover::after {
  width: 0;
  background-color: #0071be;
}	
	
	
.button5 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 160px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
  text-shadow: none;
	 border-radius: 100px;
}
.button5::before,
.button5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	 border-radius: 100px;
}
.button5,
.button5::before,
.button5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button5 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #0071be;
  color: #0071be;
  line-height: 44px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button5:hover {
  color: #fff;
  text-decoration: none;
}
.button5::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button5:hover::after {
  background: #0071be;
  -webkit-transform: scale(1);
  transform: scale(1);
}	
	
	
	
	a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 245px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn_05:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}	
	
	
a.btn--blue {
  color: #fff;
  background-color: #5583FF;
  border-bottom: 5px solid #0D00B8;
 display: inline-block;
  width: 350px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  line-height: auto;
  outline: none;
	 border-radius: 20px;
}
a.btn--blue:hover {
  margin-top: 20px;
  color: #fff;
  background: #4868FF;
  border-bottom: 2px solid #0516D0;
	 border-radius: 20px;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}	
		
.btn-circle {
  border-radius: 100px;

}


.btn-circle1 {
  border-radius: 100px;
  width: 80%;
  height: 64px;
}
	
.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
	
	.radius_test1 {
    width: 100%;               /* 幅指定 */
    height: auto;              /* 高さ指定350px */
    border: solid 2px #5770FF;     /* 枠線指定 #000*/
    background-color: #3147F7;     /* 背景色指定 #eee*/
    border-radius: 20px;        /* 角丸指定 */
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}	
	
.radius_bule3 {
	width: 300px;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 2px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	 text-align:center; 

}

	
	 /* ボックスに左上重ねる2 青  */

.radius_bule5{
    border: 3px solid #3147F7;
    background: #fff;
    padding: 20px;
    position: relative;
           border-radius: 60px;
           width: 100%;
           display: inline-block;
}
.radius_bule5 .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_bule5 .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる2 青  */
	
/* ボックスに左上重ねる 赤  */

.radius_red{
    border: 3px solid #FF0006;
    background: #fff;
	border-radius: 60px; 
    padding: 10px 10px 5px 10px;
    position: relative;
   text-align: center;
           width: 100%;
           display: inline-block;
}
.radius_red .doc{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
           height: auto;
           display: inline-block;
}
.radius_red .in{
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: -30px;
    width: auto;
           background-color: #fff;
           text-align: center;
}

 /* ボックスに左上重ねる 赤  */	
	
	
	
	
.b-radius {	
width: 120px; /* ボックスの横幅を指定 */
height: 50px; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 10px; /* ボックスの四つ角を丸くする */
background-color: #fff;
	transition: background-color 0.5s, border-radius 1s;

}	
.b-radius_shadow {
    padding: 20px;                      /* 余白指定 */
    background-color:  #fff;            /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: 120px;                       /* 幅指定 */
    height: 50px;                      /* 高さ指定 */
}

.b-radius_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}		
	
	
.radius_bule {
	width: 60%;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid px ;     /* 枠線指定 　#000*/
    background-color: #3147F7;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	text-align: center;
	 
}	
	
.radius_red1 {
	width: 60%;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid 1px #F73062;     /* 枠線指定 　#000*/
    background-color: #F73062;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
	color: #FFFFFF;
	 text-align: center;
}	
	
.b-radius1 {	
width: auto; /* ボックスの横幅を指定 */
height: auto; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 20px; /* ボックスの四つ角を丸くする */
background-color: #fff;   /* 背景色指定#fff */
	transition: background-color 0.5s, border-radius 1s;
	    margin: auto;

	padding-left: 18px;
	padding-right: 18px;
}	
.b-radius1_shadow {
    padding: 5px;                      /* 余白指定 */
    background-color: #fff;            /* #fff */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: auto;                       /* 幅指定 */
    height: auto; 
	  margin: auto;
	
}

.b-radius1_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}		
	
	
/*　タイトル吹き出し */
.bg-fukidashi {
  position: relative;
  padding: 0.6em;
  background: #0d6efd;
	width: auto;
}

.bg-fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0d6efd;
  width: 0;
  height: 0;
}		
	
.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}


a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}


/* カルーセル高さの確保 */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: auto; /* ピクセルにすると最低高さが確保される */

} 
    
    
    #scrollUp { /* スクロールアップ */
	bottom: 90px;
	right: 10px;
	background-image: url("../image/up.png");
	width: 45px;
	height: 45px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.sp {
    display: block;
}

.sp-font {
	line-height: 180%;
    font-size:80%;
}

	
    .pc {
    display: none;
}
    
/* border-radiusで要素を角丸
--------------------------------*/
.radius_test {
    width: 90%;               /* 幅指定 */
    height: 350px;              /* 高さ指定 */
    border: solid 2px #000;     /* 枠線指定 */
    background-color: #eee;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
}
	
	
	
	

	

/* 印刷用のCSS */
@media print {
		.cover-img {
		height: 300px;
	}
	

.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.8);
}


footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #d41c19;
  color: #d41c19;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d41c19;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #d41c19;
}



.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #d41c19;
  color: #d41c19;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #d41c19;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #d41c19;
  border: 2px solid #d41c19;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #d45b19;
  border-color: #d45b19;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}

	
	
.b-radius1 {	
width: auto; /* ボックスの横幅を指定 */
height: auto; /* ボックスの高さを指定 */
border: 2px solid #000000; /* 境界線を実線で指定 */	
text-align: center; /* テキストを中央寄せに指定 */
border-radius: 20px; /* ボックスの四つ角を丸くする */
background-color: #fff;
	transition: background-color 0.5s, border-radius 1s;
	    margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}	
.b-radius1_shadow {
    padding: 5px;                      /* 余白指定 */
    background-color:  #fff;            /* 背景色指定 */
    box-shadow: 2px 2px 2px 2px #bbb;   /* 影指定 */
    width: auto;                       /* 幅指定 */
    height: auto; 
	  margin: auto;
	
}

.b-radius1_shadow:hover {
    top: 2px;
    box-shadow: 0px 1px 5px 0px #ccc;   /* 影指定 */
	   /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #F2F7C8;
	transition: background-color 1s, border-radius 2s;
}	
	
	
	
.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}



a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}
    
	

	
	

}