@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------
トップ、ページのレイアウト元部分
-----------------------------------------------------------------*/
body {
	font-size: 100%;
	text-align: justify;
	-webkit-text-size-adjust: none; /*文字サイズの自動調整をオフ*/
	line-height:1.2em;
	background-color:#fff;
}

h1 {
	font-size:12px;
	color:#fff;
	padding-left:5px;
	font-weight: normal;
	text-align:left;
	background-color:#FE761C;
}
/*-----------------------------------------------------------------
jQueryフェードインフェードアウト
-----------------------------------------------------------------*/
#viewer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#viewer img {
	width: 94%;
	left:3%;
	position: absolute;
}

/*-----------------------------------------------------------------
背景
-----------------------------------------------------------------*/
#content{
	-moz-background-size:100% auto;
	background-size:100% auto; 
	overflow:hidden;
}
#top_bg1{
	-moz-background-size:100% auto;
	background-size:100% auto; 
	overflow:hidden;
	background-color:#FF6699;
}
#top_bg2{
	-moz-background-size:100% auto;
	background-size:100% auto; 
	overflow:hidden;
	background-color:#990000;
}

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
header{
	overflow:hidden;
	display:block;
	height:100%;
}
#logo{
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto 0px;
	background-image:url(../img/header_logo_bg.png);

}

#logo2{
	width:70%;
	height:100%;
	text-align:center;
	margin:0 auto 5px;

}

#logo3{
	width:94%;
	height:100%;
	text-align:center;
	margin:0 auto 5px;

}

#headmenu{
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	background-image:url(../img/top_menu_bg.jpg);
	background-repeat:repeat-x;
    overflow: hidden;
}

#headmenu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #headmenu {
    height: 1em;
    overflow: visible;
}


#Btn_home{
	float:left;
	width:50%;
	text-align:center;
}
#Btn_tel{
	float:left;
	width:50%;
	text-align:center;
}
#Btn_mail{
	float:left;
	width:50%;
	text-align:center;
}
.headerBtn{
	float:left;
	margin:0;
	padding:0;
	width:50%;
}

/*-----------------------------------------------------------------
パンくず
-----------------------------------------------------------------*/
#top_text {
	font-size:10px;
	color:#fff;
	padding-right:10px;
	font-weight: normal;
	text-align:right;
	margin-bottom:5px;
}
#top_text a {
	color:#fff;
}

/*-----------------------------------------------------------------
メイン画像
-----------------------------------------------------------------*/
#mainimg{
	width:100%;
	height: 100%;
    margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom:0px;
	text-align:center;
}

#p_mainimg{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom:0px;
	text-align:center;
}
/*-----------------------------------------------------------------
スライダー
-----------------------------------------------------------------*/
#slide_img_wrapper{
	padding:10px 0 20px;
	margin-bottom:10px;
	text-align:center;
}
.bxslider li img{
	width:85%;
	margin:0 auto;
}

/*タイトル共通スタイル*/
.title{
	background-image:url(../img/menu_bg1.jpg);
	font-size:18px;
	color:#fff;
	padding:15px 0 15px 0.8em;
	font-weight:bold;
}

.title2{
	background-color:#ff9966;
	font-size:12px;
	color:#fff;
	padding:0.2em 0 0.2em 0.8em;
	font-weight:bold;
}

/*-----------------------------------------------------------------
top_banner 1段目
-----------------------------------------------------------------*/
#item02_1{
	width:95%;
	margin:0 auto 5px;
	overflow:hidden;
}
#item02_1 .box{
	width:49%;
}
#item02_1 #item02_box01{
	float:left;
	text-align:left;
	margin:0 1% 0 0;
}
#item02_1 #item02_box02{
	float:right;
	text-align:right;
	margin:0 0 0 1%;
}
/*-----------------------------------------------------------------
top_banner 2段目
-----------------------------------------------------------------*/
#item02_2{
	width:95%;
	margin:0 auto 15px;
	overflow:hidden;
}
#item02_2 .box{
	width:49%;
}
#item02_2 #item02_box01{
	float:left;
	text-align:left;
	margin:0 1% 0 0;
}
#item02_2 #item02_box02{
	float:right;
	text-align:right;
	margin:0 0 0 1%;
}
/*-----------------------------------------------------------------
top_banner 3段目
-----------------------------------------------------------------*/
#item02_3{
	width:90%;
	margin:0 auto 0px;
	overflow:hidden;
	margin-bottom:10px;
	background-color:#137D2D;
	padding:5px;
}
#item02_3 .box1{
	width:40%;
}
#item02_3 .box2{
	width:58%;
}

#item02_3 #item02_box01{
	float:left;
	color:#FFFFFF;
	margin:0 2% 0 0;
	font-size:17px;
}
#item02_3 #item02_box02{
	float:left;
	color:#FFFFFF;
	font-size:17px;
}

/*-----------------------------------------------------------------
top_banner 4段目
-----------------------------------------------------------------*/
#item02_4{
	width:90%;
	margin:0 auto 0px;
	overflow:hidden;
	margin-bottom:15px;
	background-color:#137D2D;
	padding:5px;
}
#item02_4 .box1{
	width:40%;
}
#item02_4 .box2{
	width:58%;
}

#item02_4 #item02_box01{
	float:left;
	color:#FFFFFF;
	margin:0 2% 0 0;
	font-size:17px;
}
#item02_4 #item02_box02{
	float:left;
	color:#FFFFFF;
	font-size:17px;
}
/*-----------------------------------------------------------------
共通ナビ
-----------------------------------------------------------------*/
#navi_title{
	background-image:url(../img/menu_bg1.jpg);
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:15px 0 15px 0.8em;
}
#navi{
	width:100%;
	
	background-image:url(../img/menu_bg2.jpg);

}
#navi li{
	list-style:none;
	border-bottom:1px solid #FFD0B0;
}
#navi li a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	display:block;
	background:url(../img/menu_arrow.png) no-repeat;
	background-size:15px;
	background-position:96% 50%;
	padding:15px 0 15px 0.8em;
	font-weight:bold;
}
#navi li a:hover{
	color:#FE761C;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}

.page_navi ul{
	width:100%;
	font-size: 10px;
	border-top:solid #FFD0B0 3px;
	border-bottom:solid #FFD0B0 3px;
	background-color:#791F1F;	
	margin-bottom: 10px;
	overflow:hidden;
}

.page_navi li{
	float:left;
	line-height: 120%;
	text-align:center;
}

.page_navi.page_navi01_1 li{
    width: 20%;
}
.page_navi.page_navi01_2 li{
    width: 25%;
}
.page_navi li a{
    border-left:solid #FFD0B0 1px;
    padding: 10px 0;
    width:100%;
    display:inline-block;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
}
.page_navi li a:hover{
    color:#FE761C;
}
.page_navi li a.lh30{
	line-height:30px;
}


/*-----------------------------------------------------------------
Back to top button 
-----------------------------------------------------------------*/
#back-top {
	width:80%;
	position: fixed;
	left:73%;
	bottom: 100px;
}
#back-top a {
	width:40%;
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width:100%;
	height: 22px;
	padding:15px 0 5px 7px;
	display: block;
	/*margin-bottom: 7px;*/
	background: #FE761C center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #FE761C;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer{
	clear:both;
	overflow:hidden;
	color:#333333;
	margin-top:10px;
}
p_footer{
	clear:both;
	overflow:hidden;
	color:#333333;
	margin-top:10px;
}
footer p{
	clear:both;
	margin:5px 0;
	font-size:16px;
	text-align:center;
	line-height: 120%;
	margin-bottom:10px;
}
p_footer p{
	clear:both;
	margin:5px 0;
	font-size:16px;
	text-align:center;
	line-height: 120%;
	margin-bottom:10px;
}
.ft_logo{
	width:50%;
	margin:15px auto 0;
}
.tel_btn{
	width:40%;
	margin:10px auto 10px;
}
footer div.copyright{
	width:100%;
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	color:#fff;
	padding:3px 0;
	background-color:#FE761C;
}
p_footer div.copyright{
	width:100%;
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	color:#fff;
	padding:3px 0;
	background-color:#FE761C;
}

#footer_ban_bg {
}

#footer_ban {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    line-height: 0;
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.70 );
}
#footer_banner {
width: 100%;
text-align:center;
margin:0 auto;
}
.parent {
min-height:83px;
background-color:#FE761C;
transform: translateY(-1px);
}

/* ボタン */

.btn-shine {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-align:center;
  color:#FFF;
}

.btn-shine a {
font-size: 16px;
text-align:center;
color:#FFF;
}

.btn-shine2 {
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #0096DC;
  font-family: YakuHanJP, "Helvetica Neue", Roboto, "Droid Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight:bold;
  margin:0 auto;
  text-decoration:none;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-align:center;
  color:#FFF;
}

.btn-shine2 a {
font-size: 16px;
text-align:center;
color:#FFF;
}

.btn-shine2:hover {
  color: #FFF;
}

/* ボタンを光らせる */

.btn-shine:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(45deg);
  width: 20px;
}
 
.btn-shine2:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(45deg);
  width: 20px;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
