body {
font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #303030;
}

html {
  scroll-behavior: smooth;
}


p {font-size: 110%;
   line-height: 200%;          /* 縦行間調整 */
  margin: 0 0 15px 8px;
}

/* ★見出し文字設定******************************************************  -*/

 h1{
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-weight: 700;
	font-size: 90%;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	color: #000000;
}


H2{
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
        font-weight: 300;
	font-size: 180%;
	margin: 0px 0px 14px 0px;
	padding: 12px 0px 10px 0px;
}

#content H2 a{
	color: #666666;
}



h3 {
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
        font-weight: 300;
	font-size: 150%;
  position: relative;
	padding: 12px 0px 10px 0px;
	margin: 30px 0px 15px 0px;
}



.gmap{

}


.clear { clear:both; }
.clear hr { display:none; }



/*見出しレイアウトパーツ-----------------------------------------------------*/
.midasi1{
	background-image: url(./images/ba-h2.png);   /* 背景画像 */
}


/*リンクカラー-----*/

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
}

/*投稿上部カテゴリ名-----*/
.h-blog{
	clear: both;
	font-size: 180%;
        font-weight: 200;             /*文字の太さ調整100-900*/
	color: #000000;
        margin: 1px 0 30px 0;
        padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #818181;  /* 枠線の装飾 */
}

/*パンくずリスト-----*/
.pannavi{
	font-size: 80%;
  padding: 10px 0 10px 0px;
}


.pannavi a:link,
.pannavi a:visited,
.pannavi a:hover,
.pannavi:active {
  color: #595959;
}

/*ブラウザ左右余白を排除---------------------------*/
* {
  margin: 0;
  padding: 0;
}


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

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


/*画像の最大幅を画面のサイズの最大幅に設定--------*/
img {
  max-width: 100%;
  height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* ★ウィジェット用*****************************************************  */

/*フッター2枠--------*/

.footer-2waku{
	display:flex;
  margin: 50px 0 50px 0;
}

.footer-2waku1 {flex-basis:50%;
        padding: 0px 0px 20px 20px;
        color: #000000;
	text-align: left;
}

.footer-2waku2 {flex-basis:50%;
	text-align: left;
}



/*フッター3枠--------*/

.footer-3waku{
	display:flex;
  margin: 50px 0 50px 0;
}

.footer-3waku1 {flex-basis:33%;
        padding: 0px 0px 20px 20px;
        color: #000000;
	text-align: left;
}

.footer-3waku2 {flex-basis:33%;
	text-align: left;
}

.footer-3waku3 {flex-basis:33%;
	text-align: left;
}





.footer-3waku1 li a,
.footer-3waku2 li a,
.footer-3waku3 li a{
	color:#754c24;
	font-weight: bold;
         font-size: 80%;
         padding: 2px 5px;
        list-style:none;
         text-decoration: none;
  }

.footer-3waku1 a:hover,
.footer-3waku2 a:hover,
.footer-3waku3 a:hover{
	text-decoration: underline;
}



.footer-3waku1 li,
.footer-3waku2 li,
.footer-3waku3 li{
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
        margin: 2px 0 2px 0;
  }











/*フッター４枠--------*/

.footer-4waku{
	display:flex;
  margin: 80px 0 20px 0;
}

.footer-4waku1 {flex-basis:35%;
	text-align: left;
	font-size: 90%;
}

.footer-4waku2 {flex-basis:20%;
	text-align: left;
}

.footer-4waku3 {flex-basis:20%;
	text-align: left;
}

.footer-4waku4 {flex-basis:20%;
	text-align: left;
}

.footer-4waku1 ui {
        list-style:none;
  }


.footer-4waku1 a,
.footer-4waku2 a,
.footer-4waku3 a,
.footer-4waku4 a{
        color: #ffffff;
	text-decoration: none;
}

.footer-4waku1 a:hover,
.footer-4waku2 a:hover,
.footer-4waku3 a:hover,
.footer-4waku4 a:hover{
	text-decoration: underline;
transition-property : all; /* 変化対象のCSS */
transition-duration : 1s; /* 変化の時間 */
transition-timing-function : ease; /* 変化の速度 */
transition-delay : .5s; /* 変化開始までの時間 */
}



.footer-4waku1 li,
.footer-4waku2 li,
.footer-4waku3 li,
.footer-4waku4 li {
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
        margin: 10px 0 10px 0;
  }

.footer-4waku1 li a,
.footer-4waku2 li a,
.footer-4waku3 li a,
.footer-4waku4 li a {
	color:#ffffff;
         font-weight: 200;
         font-size: 80%;
         padding: 10px 5px;
        list-style:none;
         text-decoration: none;
  }


.footer-rogo{
  margin: 0px 0px 0px 0px;
}


/* ★背景設定*****************************************************  */

/*◇ヘッダー背景---------------------------------------*/
header{
       background-image: url(header-back.png);
}
 
.header-inner{
        background-image: url(header-bana.png);
	background-repeat: no-repeat;           /* 背景画像リピートなし */
        height: 130px;}          /* ヘッダーロゴが入る縦部分の高さ設定 */


/*◇コンテンツ全体背景---------------------------------------*/

.container-back-top {background-image: url(container-back-top.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container-back {background-image: url(container-back.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container {}


/*◇コンテンツ部分背景---------------------------------------*/
.contents {}

/*◇サイドメニュー背景---------------------------------------*/
#sidebar{}


/*◇フッター背景-------------------------------------------------------*/
footer{
    z-index: 100;
       background-image: url(footer-back.png) ;
	background-repeat: repeat-x;
       margin: 50px 0 0 0;
        padding: 0px 0 0 0;          /* 背景上部出す場合この箇所を500pxなどに大き目に変更 */
}
/* フッターバナー */
.footer-inner{
    z-index: 200;
        background-image: url(footer-bana.png);
	background-repeat: no-repeat;
        padding: 10px 0 10px 0;
	width: 1100px;
	text-align: center;
}


/*◇メタスライダー------*/

#m-slider {
    margin: -20px 0px 0px 0px;
}

#m-slider img{
    clear: both; /* 回り込み解除 */
    margin: 0px 0px 0px 0px;
}


#m-slider2 {
    margin: -10px 0px 0px 0px;
}

#m-slider2 img{
  width: 100%;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
}


/*----各ページ上部見出し文字----*/
.taitle-mozi{
  display: block;
  width: 1100px;
	color:#ffffff;
	font-size: 200%;
	font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
	text-align: center;
	margin: -150px auto 100px auto;
}

/* ★header-inner, .container, .footer-innerの最大幅指定****************  -*/

.header-inner {
  width: 1100px;
	margin: 0 auto;
}

.container {
  width: 1100px;
	margin: 0 auto;
}

.footer-inner {
  width: 1100px;
	margin: 0 auto 0 auto;
}



/* ★ヘッダー***************************************************** */

/*◇ロゴ・お問い合わせボタン-------------------------------------*/

.header-left{
	float: left;                /* 回り込み */
  width: 620px;
}

.header-right{
	float: left;                /* 回り込み */
  width: 430px;
}

.header-right img{
        margin: 20px 0 0 200px;
}



/*- ★コンテンツ******************************************************  */


/*コンテンツとサイドバーを横に並べる--------*/
  .container:after {
    display: block;
    clear: both;
    content: '';
  }

/*固定ページ用コンテンツ--*/
  .contents {
    width: 99%;
  padding: 50px 0 0 1%;
  }

/*indexループ用コンテンツ--*/
  .contents2 {
    float: right;
    width: 73%;
  padding: 50px 0 0 8px;
  }


/*indexループ用コンテンツ--*/
  .contents3 {
    float: left;
    width: 73%;
  padding: 50px 8px 0 0;
  }

  #sidebar {
    float: right;
    width: 25%;
  padding: 58px 0 0 0;
  }

  #sidebar img{
  padding-bottom: 15px;
  }


/* ★サイドバー***************************************************** */
/*サイドバータイトル-----*/
.sidebar-title{
    width: 98%;
	font-size: 90%;
        text-align: center;
	color: #ffffff;
background-color: #8d2d41;
  padding: 8px 8px 8px 8px;
}


#sidebar li{
	font-size: 90%;
        text-align: left;
        list-style:none;
        text-decoration: none;
        padding: 18px 0 18px 3px;
	border-bottom: 1px solid #8d2d41;  /* 枠線の装飾 */
}

#sidebar li a{
	color: #8d2d41;
        text-decoration: none;
}

#sidebar li a:hover{
	color: #8d2d41;
        text-decoration: underline;
}


.contents, #sidebar {
  margin: 0px 0;
}

#sidebar li:before {
    content: '　＞　';
	color: #8d2d41;
}


/*- ★フッター*************************************************  -*/

footer {

}

/*フッターナビゲーションメニュー1縦用--------*/


  .footer-nav-area  {
        margin: 0px 0 20px 20px;
	float: left;                /* 回り込み */
  }

  .footer-nav li {
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav li a {
	color:#424242;
         font-weight: 200;
         font-size: 80%;
         padding: 10px 5px;
         text-decoration: none;
  }



/*フッターナビゲーションメニュー２縦用--------*/


  .footer-nav-area2  {
        margin: 0px 0 20px 20px;
	float: left;                /* 回り込み */
  }
  .footer-nav2 li {
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav2 li a {
	color:#424242;
         font-weight: 200;
         font-size: 80%;
         padding: 10px 5px;
         text-decoration: none;
  }


/*フッターナビゲーションメニュー３縦用--------*/


  .footer-nav-area3  {
        margin: 0px 0 20px 200px;
	float: left;                /* 回り込み */
  }
  .footer-nav3 li {
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
	background-image: url(side-back-b1k.png);
	background-repeat: no-repeat;
        margin: 10px 0 10px 0;
  }
  .footer-nav3 li a {
	color:#2f2f2f;
         font-weight: 200;
         font-size: 80%;
         padding: 10px 5px;
         text-decoration: none;
  }

/*フッターナビゲーションメニュー４縦用--------*/

  .footer-nav-area4  {
        margin: 0px 0 20px 200px;
	float: left;                /* 回り込み */
  }
  .footer-nav4 li {
        text-align: left;
	padding: 5px 0px 0px 12px;
        list-style:none;
	background-image: url(side-back-b1k.png);
	background-repeat: no-repeat;
        margin: 10px 0 10px 0;
  }
  .footer-nav4 li a {
	color:#2f2f2f;
         font-weight: 200;
         font-size: 80%;
         padding: 10px 5px;
         text-decoration: none;
  }



/*フッターナビゲーションメニュー5横並び用--------*/

  .footer-nav-area5  ul{
  font-size: 0;
        margin-top: 40px;
        margin-bottom: 0px;
         padding: 20px 0px 0px 0px;
  }

  .footer-nav5 li {
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: inline-block;
  font-size: 13px;
  width: 16%;
  }

  .footer-nav5 li a {
         font-size: 1em;
	color:#424242;
         text-decoration: none;
  }

  .footer-nav5 li a:hover {
         font-size: 1em;
	color:#424242;
	text-decoration: underline;
  }





  /*コピーライト*/
  .copyright {
  font-size: 80%;
	color:#ffffff;
    text-align: center;
	clear: both;                /* 回り込み解除 */
  margin: 0px 0 0px 0;
  padding: 20px 0px 10px 0;
  }




/*- ★カテゴリ ループ表示**********************************************  -*/

.kiji-list {
  margin: 30px 0 30px 15px;
  border: solid 1px #ddd;
  background-color: #fff;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}

.kiji-list img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.kiji-list img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}



 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #666666;
}

.kiji-list a:visited,
a:active {
  color: #000000;
}
 
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.kiji-list a:hover {
  background-color: #eee;
}
 
.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}
 
.kiji-list .text {
  width: auto;
  margin-left: 250px;
}
 
.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
 
.kiji-date {
  font-size: .8em;
  margin: 0 0 8px 2px;
  color: #666;
}
 
.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}



/*-  ★ページネーション　投稿カテゴリナビ*******************************  -*/


.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}



/*- ★トップお知らせwpkiziichiran**************************************  -*/

/*-  一覧で確認ボタン　共通利用可能  -*/

.myphp-botan{
	width: 450px;
	background-color: #0067b7;        /* 背景色 */
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 15px auto 0 auto;
}

.myphp-botan a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 450px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-decoration: none;
}

.myphp-botan a:link,
.myphp-botan a:active,
.myphp-botan a:visited {
	color: #ffffff;
	text-decoration: none;
}


.myphp-botan  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a8a8a8;        /* 背景色 */
}


/* ◇画像バージョン myphp2　３カラム表示---------------------- */

.myphp2-gazou3karamu{
	float: left;
	width: 230px;
	height: auto;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 10px 50px 15px;
	padding: 2px;
}

.myphp2-gazou3karamu img{
    width:220px;
    height:220px;
        object-fit: cover;
	margin: 0 auto;
}


.myphp2-gazou3karamu a:link,
.myphp2-gazou3karamu a:active,
.myphp2-gazou3karamu a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #000000;
}

.myphp2-gazou3karamu a:hover {
	text-decoration: underline;
}

.osirase-data2 a{
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 500px;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}

.osirase-data2 a:link,
.osirase-data2 a:active,
.osirase-data2 a:visited {
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 500px;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}


.osirase-data2 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #fff;
	border: 1px solid #a0354b;
        background-color: #a0354b;
}













.myphp2-gazou3karamukname{
        background-color: #e6e6e6;
	margin: 15px 0 15px 0;
	padding: 8px 8px 8px 8px;
	color:#ffffff;
}

.myphp2-gazou3karamuk{
	float: left;
	width: 350px;
	height: auto;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 10px 50px 15px;
	padding: 2px;
}

.myphp2-gazou3karamuk img{
    width:350px;
    height:auto;
        object-fit: cover;
	margin: 0 auto;
}


.myphp2-gazou3karamuk a:link,
.myphp2-gazou3karamuk a:active,
.myphp2-gazou3karamuk a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #000000;
}

.myphp2-gazou3karamuk a:hover {
	text-decoration: underline;
}

.osirase-data2k a{
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 500px;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}

.osirase-data2k a:link,
.osirase-data2k a:active,
.osirase-data2k a:visited {
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 500px;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}


.osirase-data2k a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #fff;
	border: 1px solid #a0354b;
        background-color: #a0354b;
}


/* ◇画像バージョン myphp1　２カラム縦表示---------------------- */

.wpkiziichiran3-2container{
	display:flex;
}

.wpkiziichiran3-item1 {flex-basis:30%;
	color:#8d9296;
	height: 300px;
}

.wpkiziichiran3-item1 img{
    width:300px;
    height:300px;
        object-fit: cover;
	margin: 0 auto;
}

.wpkiziichiran3-item2 {flex-basis:70%;
	color:#000000;
	height: 150px;
	padding: 30px 0px 0px 0px;
}


.wpkiziichiran3-item2 a:link,
.wpkiziichiran3-item2 a:visited,
.wpkiziichiran3-item2:active {
	color:#000000;
	text-decoration: none;
}


.wpkiziichiran3-item2 a:hover{
	color:#222222;
	text-decoration: none;
}


.osirase-data1 a{
	        display: block;
	clear: both;
        border-radius: 2px;         /* CSS3 */
	border: 1px solid #333333;
        background-color: #333333;   /* 背景色 */
	font-size: 110%;
	text-align: center;
	width: 400px;
	height: 20px;
	margin: 50px auto 0 auto;
	padding: 15px 15px 22px 15px;
	color:#222222;
	text-decoration: none;
}

.osirase-data1 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #000000;
}


/* ◇テキストバージョン------------------ */

.index-box2{
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	font-size: 100%;
	margin: 10px 0px 0px 8px;
	padding: 10px 0px 10px 10px;
	height: auto;
	color: #000000;
}

.index-box2 a:link,
.index-box2 a:active,
.index-box2 a:visited {
	color: #000000;
	text-decoration: none;
}

.index-box2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.index-list{
	font-size: 110%;
	width: 100%;
	padding: 25px 0px 25px 0px;
}

.indexpr-span{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;
        background-color: #8bc53e;
	max-width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.osirase-data3{

}

.osirase-data3 a{
	        display: block;
	clear: both;
	border: 1px solid #000000;
	font-size: 110%;
	text-align: center;
	width: 100px;
	height: 20px;
        border-radius: 2px;
        background-color: #000000;
	margin: 50px auto 0 auto;
	padding: 10px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}


.osirase-data3 a:link,
.osirase-data3 a:active,
.osirase-data3 a:visited {
	        display: block;
	clear: both;
	border: 1px solid #000000;
	font-size: 110%;
	text-align: center;
	width: 100px;
	height: 20px;
        border-radius: 2px;
        background-color: #000000;
	margin: 50px auto 0 auto;
	padding: 10px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}


.osirase-data3 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #415c9c;
}



/*  ★グローバルメニュー********************************************  -*/


.fixed {
  position: fixed;
  width: 100%;
  top: -35px;
left:0px;
  z-index: 1000;
        background-color: #fff;
	border-bottom: 3px solid #8d2d41;
  height: 39px;
    margin: 0 auto;
transition-property : all; /* 変化対象のCSS */
transition-duration : .5s; /* 変化の時間 */
transition-timing-function : ease; /* 変化の速度 */
transition-delay : .1s; /* 変化開始までの時間 */
}





.me1line{
  height: 60px;
	border-left: 2px solid #ffffff;

}

.me2line{
  height: 60px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}


#header-nav li  span {
        display:block;
	text-align: center;          /* 文字センターよせ */
        color: #222222;
	font-size: 80%;
}



.waku1{
        border-radius: 8px;
	border: 2px solid #ffffff;
  background: #0abbff;
  height: 25px;
}

.waku2{
        border-radius: 8px;
	border: 2px solid #ffffff;
  background: #f16521;
  height: 25px;
}

.waku3{
        border-radius: 8px;
	border: 2px solid #ffffff;
  background: #00a550;
  height: 25px;
}

.waku4{
        border-radius: 8px;
	border: 2px solid #ffffff;
  background: #f399c1;
  height: 25px;
}

.waku5{
        border-radius: 8px;
	border: 2px solid #ffffff;
  background: #ffb50a;
  height: 25px;
}

/*グローバルナビゲーション*/

#header-nav{
	font-size: 100%;
    width: 100%;
    vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    margin: 0px 0 0px 0;
	padding: 20px 0px 20px 0px;
}

#header-nav a:link,
#header-nav a:visited,
#header-nav a:hover,
#header-nava:active {
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #000;
        font-weight: 600;
	text-decoration: none;
}



/*ホバーエフェクト*/
#header-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header-nav a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #8d2d41;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header-nav a:hover::after {
  transform: scale(1, 1);
}



/*----メガメニュー  通常widhtは1100px設定-------------*/
#header-nav > ul {
  display: table;
  padding-left: 0px;
  width: 1100px;
  margin: 0 auto 0 auto ;
}


#header-nav > ul > li {
  display: table-cell;
  margin-right: 2em;
  text-align: center;
  padding: 0px 0 0px 0;
}
#header-nav > ul > li:hover {
        color: #000000;
}
#header-nav > ul > li:hover > a {
  color: #303030;
  padding: 15px 20px 15px 20px;
}
#header-nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}


/*グローバルナビ幅調整　通常版--------------------------------*/
#header-nav > ul > li > a {
  display: block;
  padding: 15px 20px 15px 20px;
  transition: all .2s ease-in;
}

/*グローバルナビ幅調整　２カラムナビゲーション版--------------
#header-nav > ul > li > a {
  width: 150px;
  padding: 5px 20px 5px 20px;
  transition: all .2s ease-in;
}
*/

/*子ページ背景*/
#header-nav > ul .menu {
  z-index: 10000;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
top:-20px
  left: auto;
        background-color: rgba(140,45,65,0.6);
}

#header-nav > ul .menu .sub-menu {
  padding: 1em 0;
}
#header-nav > ul .menu .sub-menu li {
  display: inline-block;
	border-bottom: 1px solid #ffffff;
  text-align: left;
  margin: 0 .5em;
  width: 300px;
  padding: 15px 10px 15px 10px;
}
#header-nav > ul .menu a {
  color: #ffffff;
}

#header-nav > ul .menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header-nav > ul .menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header-nav > ul .menu a:hover::after {
  transform: scale(1, 1);
}


/*スライド画像がメガメニューが上にならないためのタグ----*/
.msld1{
  z-index: 9999;
}

/*---------------------------------------------------
★フェードインアニメーション　エフェクト効果
----------------------------------------------------*/

.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*--------上下の動きを指定---------*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*----------左右の動きを指定---------*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}







/*  ★追加パーツ1　共通タグ*****************************************  -
gaiyo-td0
page-box1
flo-left
flo-cr
contact1-td0
******************************************************************** */

/*---------テーブル制御----*/
.gaiyo-td01{
    border-collapse: collapse; 
	color:#595656;
    margin:15px 0px 15px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td01 th, .gaiyo-td01 td{
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:12px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
	color:#000;
}
.gaiyo-td01 th {
	width: 250px;
	background: #e6e6e6;
        border-bottom:1px solid #ccc;
        font-weight: 300;             /*文字の太さ調整100-900*/
}

.gaiyo-td01 td{
    padding:12px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}



.gaiyo-td02{
    border-collapse: collapse; 
	color:#595656;
    margin:15px 0px 15px 0px;
    border-top:1px solid #004999;
    border-right:1px solid #004999;
    width: 100%;
}
.gaiyo-td02 th, .gaiyo-td02 td{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
	font-size: 130%;
}
.gaiyo-td02 th {
	color:#fff;
	width: 330px;
	font-size: 120%;
	background: #004999;
    border-bottom:1px solid #ffffff;
}

.gaiyo-free{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
	font-size: 130%;
	color:#000;
}

.gaiyo-strgtop{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
    border-top:2px solid #ccc;
    border-left:5px solid #ccc;
    border-right:5px solid #ccc;
    border-bottom:5px solid #ccc;
	font-size: 130%;
	color:#fff;
	background: #004999;
}

.gaiyo-strg{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
    border:5px solid #004999;
	font-size: 130%;
	color:#000;
}

.gaiyo-nortop{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
    border:1px solid #004999;
	font-size: 130%;
	color:#000;
	background: #ccc;
}

.gaiyo-nor{
	width: 330px;
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
	text-align: center;
    padding:12px;
    border:1px solid #004999;
	font-size: 130%;
	color:#000;
}


/*----ボックス----*/
.page-box1{
	background: #f6f6f6;
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 97%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----回り込み----*/
.flo-left{
	float: left;
	width: 50%;
	font-size: 180%;
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.flo-cr{
	clear: both;
}


/* =共通パーツ　お問い合わせフォーム---------------------------------- */

.contact1-td0{
    margin:15px 0px 15px 0px;
	width: 99%;
}

.contact1-td0 th, .contact1-td0 td{
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ffffff;
	max-width: 1100px;
}

.contact1-td0 th {
	color: #000000;
	font-size: 100%;
	background: #f6f6f6;
	width: 30%;
	text-align: left;
        vertical-align:middle;
}

.hissu-span2{
	        display: block;
	float: right;
	font-size: 80%;
	color:#ffffff;
	background: #8b2f41;
        border-radius: 8px;
	max-width: 300px;
	margin: 0px 10px 0px 10px;
	padding: 2px 8px 2px 8px;
}




/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #394f83;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #212121;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #212121;  
}


/* hissu-span2 右寄せパーツ----------------------------------
	        display: block;
	float: right;
	font-size: 100%;
	color:#f26522;
	text-align: right;
	max-width: 300px;
        margin:0 0 0 auto;
	padding: 0px 2px 0px 2px;
 */

.contact-centa{
	text-align: center;
	margin: 30px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
}

input#submit_button {
	font-size: 120%;
	color:#ffffff;
        cursor:pointer;
	background: #8b2f41;
	width: 600px;           /* 横幅 */
	height: 60px;               /* 縦幅　指定ない場合は　auto */
        border-radius: 6px;         /* CSS3角を丸くする */
    border:1px solid #8b2f41;
letter-spacing: 0.5em;
}

.contact-box{
        overflow:auto;
	margin: 10px 10px 30px 10px;
	padding: 10px;
	max-width: 1100px;           /* 横幅 */
	height: 300px;               /* 縦幅　指定ない場合は　auto */
	border: 1px solid #ddd;  /* 枠線の装飾 */
}


#contact1-b1{
	color:#000000;
	width: 80%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
	padding: 8px;
}

#contact1-b1k{
	color:#000000;
	width: 10%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
	padding: 8px;
}

#contact1-b2{
	color:#000000;
	width: 80%;
	height: 300px;               /* 縦幅　指定ない場合は　auto */
	padding: 8px;
}
.contact-fmbox{
	margin: 10px 10px 10px 15px;
	padding: 8px;
}

/* =コンタクトフィールドボックス内--------------------- */

#contact-field1{
        border-radius: 6px;         /* CSS3角を丸くする */
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}

#contact-field2{
        border-radius: 6px;         /* CSS3角を丸くする */
	margin: 0px 0px 0px 30px;
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}







/*  ★追加パーツ２　各ページ用*****************************************  -*/

/*----トップ------------------------------*/

/*----ワイド背景１　画像----*/
.waide-b2{
  background: url(images/haikei-waide1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}
/*----ワイド背景2緑----*/
.waide-b3{
   background: #d6d6d6;
	height: auto;
        overflow:hidden;
   margin-top:-90px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:80px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
	height: 350px;
}


/*----フッター------------------------------*/
.footer-toi-bana{
	margin: 0 auto;
}






/*  ★レイアウトパーツ*********************************  -*/

/*-- 分割３ヘッダー・フッター兼用------------  -*/

.bunkatu3{
	display:flex;
}

.bunkatu3-item1 {flex-basis:50%;
	color:#8d9296;
}

.bunkatu3-item2 {flex-basis:35%;
	color:#8d9296;
}

.bunkatu3-item3 {flex-basis:15%;
	color:#8d9296;
}

/*-- ★セット　分割2ヘッダー・フッター兼用------------  -*/

.bunkatu2{
	display:flex;
  padding: 20px 0 0px 0;
}

.bunkatu2-item1 {flex-basis:40%;
	font-size: 80%;            /* 文字サイズ */
	text-align: left;
}

.bunkatu2-item2 {flex-basis:60%;
	text-align: right;
}


/*-- ★セット　分割4ヘッダー・フッター兼用------------  -*/

.bunkatu4{
	display:flex;
	width: 400px;
	margin: 0 auto;
  padding: 20px 0 0px 0;
}

.bunkatu4-box1 {flex-basis:33%;
	text-align: center;
}

.bunkatu4-box2 {flex-basis:33%;
	text-align: center;
}

.bunkatu4-box3 {flex-basis:33%;
	text-align: center;
}

.bunkatu4-box4 {flex-basis:33%;
	text-align: center;
}

/*-- ★セット　分割4ヘッダー・フッター兼用追加------------  -*/

.pc4bunkatu{
	display:flex;
	width: 1100px;
	margin: 0 auto;
  padding: 80px 0 0px 0;
}

.pc4bunkatu-item1 {flex-basis:30%;
	text-align: center;
}

.pc4bunkatu-item2 {flex-basis:20%;
	text-align: left;
}

.pc4bunkatu-item3 {flex-basis:20%;
	text-align: left;
}

.pc4bunkatu-item4 {flex-basis:30%;
	text-align: left;
}

/*--------------------------------
SNSアイコン
---------------------------------*/
.fa-facebook{
	color:#1877f2;
}

.fa-twitter{
	color:#1da1f2;
}

.fa-instagram{
        color: #000000;
}

.fa-line{
	color:#00b900;
}


/*-- ★SNSボタン設置枠パーツ-----------  -*/

.sns-waku {
	width: 100%;
	height: 85px;
	margin: 50px auto 0px auto;
}

.sns-waku4 {
	width: 100%;
	text-align: center;
}

.sns-waku img:before {
    content: ' ';
}

/*-- ★問い合わせよう分割パーツ　２分割-----------  -*/

.telbunkatu2{
position:absolute;
left:-50px;
top:20px;
}

.telbunkatu2-item1 {flex-basis:60%;
	text-align: left;
	font-size: 150%;            /* 文字サイズ */
	color:#ffffff;
}

.telbunkatu2-item2 {flex-basis:40%;
	font-size: 30%;            /* 文字サイズ */
	text-align: left;
	color:#ffffff;
  padding: 18px 0 0px 0;
}

/*-- ★セット　分割2ヘッダーロゴ右表示-----------------  -*/

.head-ba{

}


.head-rogo {
position:absolute;
left:40px;
top:-32px;
	width: 450px;
}

.head-rogo2 {
position:absolute;
left:35%;
top:34px;
	width: auto;
	color:#0000bb;
}


.head-rogo3 {
position:absolute;
right:50px;
top:30px;
}

.head-rogo3 img{

}

/*- グローバルナビ背景  -*/
.head-gra a:hover{
	border-right: 2px solid #ffffff;
  background: url(images/head-gra.png) ;
	color:#ffffff;
	margin: 0 8px 0 8px;
	padding: 50px 0px 50px 0px;
}

/*-------  フッターパーツ--------------  -*/

.bunkatufooter1-container{
	display:flex;
	margin: 100px 0 0 0;
}

.bunkatufooter1-item1 {flex-basis:25%;
	color:#8d9296;
}

.bunkatufooter1-item2 {flex-basis:25%;
	color:#8d9296;
}

.bunkatufooter1-item3 {flex-basis:25%;
	color:#8d9296;
}

.bunkatufooter1-item4 {flex-basis:25%;
	color:#8d9296;
}



.bunkatufooter2-container{
	display:flex;
	margin: 50px auto 0 auto;
	width: 1100px;
}

.bunkatufooter2-item1 {flex-basis:38%;
	color:#8d9296;
}

.bunkatufooter2-item2 {flex-basis:38%;
	color:#8d9296;
}

.bunkatufooter2-item3 {flex-basis:38%;
	color:#8d9296;
}


/*-------  サイドパーツ-------------------------  -*/

.side2c-container{
	display:flex;
        margin:10px 0px 10px 0px;
}

.side2c1-item1 {flex-basis:30%;
}

.side2c1-item2 {flex-basis:70%;
	font-size: 100%;            /* 文字サイズ */
	color:#6da225;
}


/*-----------------------------------------------------------------------------
★DIV全体をリンク
-----------------------------------------------------------------------------*/

/*---------pcヘッダー右ボタン---------------------------*/

.zentai1{
	color: #ffffff;
	width: 140px;
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 10px auto 0 auto;
}


.zentai1 a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 130px;
	height: 60px;
        border-radius: 8px;         /* CSS3角を丸くする */
	border: 2px solid #ffffff;
	margin:  0px auto 0 auto;
	background-color: #d98b49;        /* 背景色 */
	text-decoration: none;
	padding: 8px 10px 20px 10px;
}

.zentai1 a:link,
.zentai1 a:active,
.zentai1 a:visited {
	color: #ffffff;
	text-decoration: none;
}


.zentai1  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #e18f4a;        /* 背景色 */
}



/*-----------ボタン2---------*/

.zentai2{
	color: #ffffff;
	width: 140px;
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 12px auto 0 auto;
	background-color: #00b900;        /* 背景色 */
	height: 80px;
}

.zentai2 img{
	width: 40px;
	margin: 5px auto 0 auto;
}

.zentai2 a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 130px;
	height: 80px;
        border-radius: 8px;         /* CSS3角を丸くする */
	border: 2px solid #00b900;
	margin:  0px auto 0 auto;
	background-color: #00b900;        /* 背景色 */
	text-decoration: none;
	padding: 5px 10px 0px 10px;
}

.zentai2 a:link,
.zentai2 a:active,
.zentai2 a:visited {
	color: #ffffff;
	text-decoration: none;
}


.zentai2  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00b900;        /* 背景色 */
}


/*---------------------------------------------------------------
★追加ＣＳＳ　グローバルナビ特殊設定
------------------------------------------------------------------*/

.is-fixed {
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*---------------------------------------------------------------
★分割ＣＳＳ
------------------------------------------------------------------*/


.bunkatu2{
	display:flex;
}

.bunkatu2-box1 {flex-basis:50%;
	color:#ffffff;
	padding: 8px 0px 0px 0px;
}

.bunkatu2-box2 {flex-basis:50%;
	color:#ffffff;
}


/*---------------------------------------------------------------
★ワイド背景ＣＳＳ1
------------------------------------------------------------------*/
/*----ワイド背景灰色----*/
.waide-backcolor{
   background: #f4f4f4;
	height: auto;
        overflow:hidden;
   margin-top:80px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:80px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
	height: auto;
}

/*----ワイド背景１　画像----*/
.waide-backimage{
	color: #ffffff;
  background: url(images/wido-image1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:130px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
  object-fit: cover; /* 画像自動サイズ調整 */
}

/*---------------------------------------------------------------
★動画用追加ＣＳＳ1
------------------------------------------------------------------*/


.youtube iframe{
  max-width: 98%;
  height: 315px;
}

.youtube2 iframe{
  max-width: 98%;
  height: 315px;
}


/*---------------------------------------------------------------
★画像ホバー拡大ＣＳＳ
------------------------------------------------------------------*/

.ptichiran img{
    width:95%;
    height:auto;
        object-fit: cover;
	margin: 0 auto;
}

.ptichiran img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.ptichiran img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}





/*ズームエフェクト*/

.ptichiran2{
 width:98%;
 margin:0 auto;
 overflow:hidden;
}

.ptichiran2 img{
 transition:1s all;
}

.ptichiran2 img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

/*---------------------------------------------------------------
★ライバーサクセスフルグループＣＳＳ
------------------------------------------------------------------*/

/*----見出し----*/
.lsg-midashi1{
	color: #8b2f41;
}

.lsg-midashi2{
    margin:-25px 0px 20px 0px;
}

.lsg-midashi3{
	border-bottom: 3px solid #8b2f41;
}

.lsg-midashi4{
	color: #ffffff;
	background-color: #7bc183;
        padding: 8px 8px 8px 8px;
}

.lsg-midashi5{
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.lsg-midashi5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #8b2f41; /*アイコン色*/
  font-weight: 900;
}

/*----ワイド背景灰色----*/
.lsg-waidecolor{
	color: #ffffff;
	height: 300px;
  background: url(images/wido-image1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:130px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
  object-fit: cover; /* 画像自動サイズ調整 */
}


/*----トップページ------------------------------------------------*/

.lsg-topbox1{
	color: #ffffff;
        border-radius: 2px;         /* CSS3角を丸くする */
	background-color: #f7931d;        /* 背景色 */
        margin:15px 0px 15px 0px;
        padding: 8px 8px 8px 8px;
}

.lsg-topbox2{
	color: #ffffff;
        border-radius: 2px;         /* CSS3角を丸くする */
	background-color: #0071bb;        /* 背景色 */
        margin:15px 0px 15px 0px;
        padding: 8px 8px 8px 8px;
}


.top-kuwasikubox a{
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 100%;
	text-align: center;
	width: 50%;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 10px 15px 25px 20px;
	color:#ffffff;
	text-decoration: none;
}

.top-kuwasikubox a:link,
.top-kuwasikubox a:active,
.top-kuwasikubox a:visited {
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 100%;
	text-align: center;
	width: 50%;
	height: 20px;
        border-radius: 2px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 10px 15px 25px 20px;
	color:#ffffff;
	text-decoration: none;
}


.top-kuwasikubox a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #fff;
	border: 1px solid #a0354b;
        background-color: #a0354b;
}

.top-chousei{
	height: 530px;
}


/*----ブログ　応募ボタン------------------------------------------------*/


.blogoubo a{
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 80%;
	height: 30px;
        border-radius: 8px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}

.blogoubo a:link,
.blogoubo a:active,
.blogoubo a:visited {
	        display: block;
	clear: both;
	border: 1px solid #8d2d41;
	font-size: 110%;
	text-align: center;
	width: 80%;
	height: 30px;
        border-radius: 8px;
        background-color: #8d2d41;
	margin: 50px auto 0 auto;
	padding: 20px 15px 22px 15px;
	color:#ffffff;
	text-decoration: none;
}


.blogoubo a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #fff;
	border: 1px solid #a0354b;
        background-color: #a0354b;
}



/*----報酬について----------------------------*/
.lsg-housyumidashi1{
	color: #ffffff;
        background-color: #ffa79f;
        border-radius: 8px;
	padding: 20px 20px 20px 20px;
}

.lsg-housyumidashi2{
	color: #ffffff;
        background-color: #9fcdff;
        border-radius: 8px;
	padding: 20px 20px 20px 20px;
}

.lsg-housyumidashi3{
	color: #ffffff;
        background-color: #ffc867;
        border-radius: 8px;
	padding: 20px 20px 20px 20px;
}


.lsg-housyubox1{
	border: 1px solid #cccccc;
	background-color: #f6f6f6; 
    margin:15px auto 15px auto;
  padding: 8px 8px 8px 8px;
	width: 80%;
}


.lsg-housyubox2{
	border: 2px solid #cccccc;
	background-color: #ffffff; 
    margin:15px auto 15px auto;
  padding: 8px 8px 8px 8px;
	width: 100%;
}

/*----通勤希望の方----------------------------*/
.lsg-housyubox2k{
	border: 2px solid #cccccc;
	background-color: #ffffff; 
    margin:15px auto 15px auto;
  padding: 8px 8px 8px 8px;
	width: 80%;
}

/*----お問い合わせ・応募----------------------------*/
.lsg-houbobox1{
	border: 2px solid #cccccc;
	background-color: #ffffff; 
    margin:15px auto 15px auto;
  padding: 8px 8px 8px 8px;
	width: 90%;
}

/*----Q&A-----------------------------------------*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #8b2f41;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(139,47,65,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #8b2f41;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f107'; /*--矢印--*/
  font-weight: 900;
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(139,47,65,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #8b2f41;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
}

/*----全国ルーム----------------------------*/
.lsg-roombox1 strong{
	color: #ffffff;
	background-color: #d98b49; 
    margin:15px auto 15px auto;
  padding: 8px 8px 8px 8px;
	width: 90%;
}

.lsg-roomback{
        border-radius: 8px;
	background-color: #f6f6f6; 
  padding: 12px 8px 12px 8px;
}


/*---------会社概要-------------------------*/


.gaiyo-td01no{
    border-collapse: collapse; 
	color:#595656;
    margin:15px 0px 15px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td01no th, .gaiyo-td01no td{
        vertical-align:middle;   /* 縦調整　top上　middle中央　bottom下 */
    padding:12px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
	color:#000;
}
.gaiyo-td01no th {
	width: 250px;
	background: #e6e6e6;
        border-bottom:1px solid #ccc;
        font-weight: 300;             /*文字の太さ調整100-900*/
}

.gaiyo-td01no td{
    padding:12px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}


/*---------各ページ応募ボタン---------------------------*/

.page-mail{
	color: #ffffff;
	width: 70%;
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 18px auto 0 auto;
}


.page-mail a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 70%;
	height: 78px;
        border-radius: 8px;         /* CSS3角を丸くする */
	border: 2px solid #ffffff;
	margin:  0px auto 0 auto;
	background-color: #8c2d41;        /* 背景色 */
	text-decoration: none;
	padding: 8px 10px 20px 10px;
}

.page-mail a:link,
.page-mail a:active,
.page-mail a:visited {
	color: #ffffff;
	text-decoration: none;
}


.page-mail  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8e3044;        /* 背景色 */
}



/*-----------ボタン2---------*/

.page-line{
	color: #ffffff;
	width: 70%;
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 20px auto 0 auto;
	height:100px;
}

.page-line img{
	width: 60px;
	margin: 5px auto 0 auto;
}

.page-line a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width:70%;
	height: 100px;
        border-radius: 8px;         /* CSS3角を丸くする */
	border: 2px solid #00b900;
	margin:  0px auto 0 auto;
	background-color: #00b900;        /* 背景色 */
	text-decoration: none;
	padding: 5px 10px 0px 10px;
}

.page-line a:link,
.page-line a:active,
.page-line a:visited {
	color: #ffffff;
	text-decoration: none;
}


.page-line a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00b900;        /* 背景色 */
}

.footer-banaoubo a img:hover {
  opacity: 1;
}