@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #3f2b16;
	font-family: "Noto Sans JP","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 100.01%;
	background-color: #fef6eb;
}

a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/*
 * header
 */

header{
	background:#fff;
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
	border-bottom:5px solid #f70400;
}

#header_box{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:.5em auto 0;

}


#header_box .logo{
	padding-left:1em;
}

.right_head ul{
	display: flex;
}

.right_head ul li{
	padding-right:1em;
}




/*
 * headernav
 */


/*
 * headernav
 */
.headernav {
padding-top:15px;
}

.headernav ul li {
	float:left;
	padding: 0px 0 0 25px;
}

.headernav ul li {
	
}

.headernav ul li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*
 * nav
 */


.nav1{
	background:url("../images/nav1.jpg")no-repeat center left 40px;
}

	
.nav2{
	background:url("../images/nav2.jpg")no-repeat center left 40px;
}

.nav3{
	background:url("../images/nav3.jpg")no-repeat center left 30px;
}

.nav4{
	background:url("../images/nav4.jpg")no-repeat center left 40px;
}



/*
 * mainslide
 */

.sliderArea{
	width:100%;
}

.slider{
	width:1000px;
	min-width: 1000px;
    margin: 9.5em auto 10px;
}

.slider img{
    width:100%;
}

.slider .sp{
	display:none;
}

.slick-prev1{
	position: absolute;
	top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.slick-next1{
	position: absolute;
	top: 50%;
    right:-100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}


/*
 * itemslide
 */

.item_sliderArea {
	background:#fff;
	width:1000px;
	min-width:1000px;
	margin:1em auto;
	overflow: hidden;
}

.item_slider{
	border:1px solid #999;
	padding-top:5px;
}

.item_slider img{
	margin:0 auto;
}

.slick-prev2{
	position: absolute;
	top: 55%;
    left:8px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.slick-next2{
	position: absolute;
	top: 55%;
    right:-10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}





/*
 * container
 */

.container {
	width:1000px;
	padding: 0;
	margin: 2em auto 0;
	text-align: center;

}

.container_inner{
	display: flex;
	justify-content: space-between;
}

.newlist_area{
	width:490px;
	border:3px solid #f70400;
	padding: 15px 5px 5px;
	border-radius: 10px;
	background:#fff;
}

.newlist_area iframe{
	width:100%;
	height:90%;
}

h2 .new-ttl{
	padding-left:3.5em;
	position: relative;
}

h2 .new-ttl img{
	position: absolute;
	bottom:-4px;
	left:0;
}

h2 .fb-ttl{
	padding-left:3em;
	position: relative;
}

h2 .fb-ttl img{
	position: absolute;
	bottom:-5px;
	left:0;
}

 h2 .newlist{
	position: absolute;
	padding:2px 5px 0 5px;
	font-size:14px;
	color:#f70400;
	background:#fff;
	font-weight: bold;
	border-radius: 3px;
	right:10px;
	top:9px;
	transition: .3s all;
}

h2 .newlist:hover{
	opacity: .9;
}

h2 .fa-arrow-circle-right{
	padding-right:3px;
}




.fb{
	width:500px;
	border:3px solid #f70400;
	padding: 15px 5px 5px;
	border-radius: 10px;
	background:#fff;
}



.banbox {
	width:1000px;
	margin:2em auto 5em;
	display: flex;
	justify-content: center;

}

.banbox li{
	margin-right:1em;
}

.banbox li:last-child{
	margin-right:0;
}

.banbox li img{
	height:70px;
}



/*
 * backtotop
 */
.backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #ffffff;
    padding: 14px 14px;
    margin: 0;
    background-color: #f70400;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
	line-height: 140%;
}

.backtotop a:hover {
    background: #fc4542;
    color: #FFFFFF;
    text-decoration: none;
}


/*
 * footerban
 */

#footerban{
	margin-top:0;
	background:#fff;
box-shadow: -2px -2px 2px rgba(0,0,0,0.1);
}

#footerban #footerban_wrapper {
	margin: 0 auto 0em;
	width: 1000px;
	padding-top: 0px;
	padding-bottom:1em;
}


#footerban_wrapper ul {
	padding: 21px 0px 0px 0;
	display: flex;

}

#footerban ul li {
	padding: 0px 20px 0px 0;

}

#footerban ul li:last-child{
	padding: 0px;

}




/*
 * footer
 */
#footer {
	min-width: 100%;
	background-color: #f70400;
}

#footer #footer_wrapper {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding-top: 0px;
}

#footer #footer_wrapper address {
	font-size: 75%;
	text-align: center;
	padding: 2em 0 0 0;
	line-height: 140%;
	font-style:normal;
	
}

#footer #footer_wrapper address span {
	padding: 0;

}


#footer #footer_wrapper p.copy {
	font-size: 60%;
	padding: 0px 0 10px 0;
	/*color: #f70400;*/
	color: #ffffff;
}



/*
 * footernav
 */
#footer .footernav {
	background-color: #f70400;
	width: 500px;
	margin:0 auto;
}

#footer .footernav ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

#footer .footernav ul li {
	padding:.5em;
	font-size: 100%;
	line-height: 135%;
	color: #ffffff;
	
}

#footer .footernav ul li a {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;

}


#footer .footernav ul li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}







/*
 * sns
 */
.socialButtons {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top:10px;
}


.socialButtons {
  overflow: hidden;
}
.socialButtons li {
  margin-right: 8px;
}
.socialButtons iframe {
  margin: 0 !important;
}

.twitter-share-button{
	padding-top:2px;
}


/*
 * fade
 */
.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	




}


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

#header_box{
	width:100%;
	margin: 0 auto 0;
	padding:1em 0 0;
}
	
.nav1,.nav2,.nav3,.nav4{
	background:none;
	}
	
.right_head{
	display: none;
}

.slider{
	width:100%;
    min-width: 100%;
	margin-top:65px;
	}

.slider .sp{
	display:block;
}
	
.slider .pc{
	display: none;
}
	
.slick-prev1{
	display: none;
}

.slick-next1{
	display: none;
}

	
.item_sliderArea {
	min-width:98%;
	width:98%;
}


/*
 * container
 */
.container {
	overflow: hidden;
	width:98%;
	padding: 0;
	margin: 1.5em auto 0;
	text-align: center;

}

.container_inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newlist_area{
	width:98%;
	margin:1em auto 1em;
	height:400px;
}

.newlist_area iframe{
	width:100%;
	height:80%;
}

h2 .new-ttl{
	padding-left:3.5em;
	position: relative;
}

h2 .new-ttl img{
	position: absolute;
	bottom:-4px;
	left:0;
}

h2 .fb-ttl{
	padding-left:3em;
	position: relative;
}

h2 .fb-ttl img{
	position: absolute;
	bottom:-5px;
	left:0;
}

 h2 .newlist{
	position: absolute;
	padding:2px 5px 0 5px;
	font-size:14px;
	color:#f70400;
	background:#fff;
	font-weight: bold;
	border-radius: 3px;
	right:10px;
	top:9px;
	transition: .3s all;
}

h2 .newlist:hover{
	opacity: .9;
}

h2 .fa-arrow-circle-right{
	padding-right:3px;
}
	
.fb{
	width:98%;
	margin:0em auto 5em;
	}

.fb-page{
	display:block !important;
	width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	height:500px;
	}
.banbox {
	width:98%;
	margin:0 auto 5em;
	display: flex;
	justify-content: center;
	flex-direction: column;

}
	
.banbox li{
	margin-right:0;
	margin-bottom:.5em;
}

.banbox li:last-child{
	margin-right:0;
}
	
	

/*
 * backtotop
 */
.backtotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #ffffff;
    padding: 14px 14px;
    margin: 0;
    background-color: #f70400;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
	line-height: 140%;
}

.backtotop a:hover {
    background: #fc4542;
    color: #FFFFFF;
    text-decoration: none;
}


#footerban_wrapper ul{
	justify-content: center;
}	
	
/*
 * footerban
 */



#footerban #footerban_wrapper {
	margin: 0 auto 0em;
	width: 98%;
	padding-top: 0px;
	padding-bottom:1em;
}
	#footer #footer_wrapper {
	margin: 0 auto;
	width: 98%;
	text-align: left;
	padding-top: 0px;
}
	
/*
 * footernav
 */
#footer {
	background-color: #f70400;
	padding-bottom:3em;
}
	
#footer .footernav {
	background-color: #f70400;
	width: 70%;
}

#footer .footernav ul {
	padding: 0;
	justify-content: center;
}

#footer .footernav ul li {
	font-size: 90%;
	line-height: 135%;
	color: #ffffff;
	
}

#footer .footernav ul li a {
	font-size: 80%;
	padding: 0 18px 0 0;
	color: #ffffff;
	text-decoration: none;

}


#footer .footernav ul li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



	
}


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

#footer .footernav {
	background-color: #f70400;
	width: 90%;
}

#footerban ul li {
	padding: 0;
	text-align: center;
}
	
#footerban ul li img{
	width:90%;
}

.banbox li img{
	width:80%;
	height:100%;
}
	
}







