@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, footer2, header, hgroup, menu, nav, section {display: block;}

body{
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 20px;
	line-height: 1.8em;
	background-position: center top;
	background-attachment: fixed;
	background-color: #fff;

}	


/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #323131;
}

/* ボタンホバー*/


a:hover, a:active{
opacity:0.7;
	transition:0.3s;
}







/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}




/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	margin: 0 auto;
	width: 750px;

}

#header{
overflow:hidden;
}

#content{
	width: 750px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
}


#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
	clear: both;
	color: #FFF !important;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 25px;
	background-color: #f46d83;
	font-size: 14px;	
} 
#footer2{
    clear: both;
    color: #4A4A4A !important;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    line-height: 25px;
    background-color: #C1C1C1;
    font-size: 14px;
} 



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
    clear: both;
    text-align: center;
    z-index: 0;
    background-repeat: repeat;
    background-position: center;
    line-height: 0px;
}	



.post{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.toppage{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/* タイポグラフィ
*****************************************************/


.post p{
	padding-bottom: 15px;
	font-size: 16px;
}

.post ul{margin: 0 0 0px 0px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}



.post table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th{
padding:10px;
border: #787878 solid;
border-width: 0 0 2px 2px;
}

.post table td{
padding:18px;
border-width: 0 0 2px 2px;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

.text-text img{
	max-width: 100%;
	height: auto;

}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}


	#mainImg img{width:100%;height:auto;}

	#content {
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
.toppage{
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-top: -13px;
}


#footer{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
} 


}



/* ---------------------------------------------------------------------
枠
--------------------------------------------------------------------- */



.text-text {
	padding-right: 0px;
	padding-left: 0px;
	line-height: 0px;
	font-size: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0em;
}





@media only screen and (max-width: 644px){


.text-text {
	font-size: 16px !important;
	padding-right: 0% !important;
	padding-left: 0% !important;
	line-height: 0px;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}


}




/* ---------------------------------------------------------------------
動画
--------------------------------------------------------------------- */



.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




/* ---------------------------------------------------------------------
追尾バナー
--------------------------------------------------------------------- */

#fixbnr{
	position: fixed;
	bottom: -20px;
	z-index: 999;
    right: 0;
	left: 0;
}
#fixbnr img{
width:750px;
}


#fixbnr a{
width:750px;
}


.pluss{
		bottom: -250px;
}


.plusx{
		bottom: -250px;
}




/*　上に上がる動き　*/

#fixbnr.UpMove{
	animation: UpAnime 0.5s forwards;
	bottom: -500px;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#fixbnr.DownMove{
	animation: DownAnime 0.5s forwards;
			
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}



@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }


#fixbnr{
    display: flex;
	position:fixed;
 bottom:-20px;
 right:0px;
 z-index:999;}

#fixbnr img{
width:100%;}

}





/* ---------------------------------------------------------------------
アニメーション
--------------------------------------------------------------------- */

.button-simple {
    position: relative;
    font-weight: bold;
    padding: 5px 60px;
    margin: 0px 5px;

    display: inline-block;

}
.button-simple:before {

    margin-right: 3px;
}
a:hover .button-simple {
    
      
    animation-play-state: paused;
    top: 3px;
}


.pekopeko {
    animation: pekopeko 4s infinite;

}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
    18% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 15px;
    }
    36% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
    54% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 15px;
    }
    72% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }

    90% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
  
}

.pekopeko4 {
    animation: pekopeko 5s infinite;

}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
    18% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 15px;
    }
    36% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
    54% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 15px;
    }
    72% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }

    90% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
  
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/* ---------------------------------------------------------------------
ボタンバックグラウンド
--------------------------------------------------------------------- */

.bt-bt {
 background:url(img/bt-bg_01.jpg) ;
}

.bt-bt3 {
 background:url(img/bt-bg_03.jpg) ;
}

.bt-bt2 {
 background:url(img/bt-bg_02.jpg) ;
}


@media only screen and (max-width: 644px){

.bt-bt {
 background:url(img/bt-bg_01.jpg) ;
background-size:contain;
}

.bt-bt3 {
 background:url(img/bt-bg_03.jpg) ;
background-size:contain;
}

.bt-bt2 {
 background:url(img/bt-bg_02.jpg) ;
background-size:contain;
}

	
}