@charset "UTF-8";

/* CSS Document */

@media screen and (min-width:1001px){
	.logo_tb.sp_logo{
		display: none!important;
	}
	.logo_pc.logo{
		display: block!important;
	}
}

@media screen and (max-width:1000px){
	.logo_tb.sp_logo{
		display: block!important;
	}
	.sp_logo{
		text-align: center;
		padding: 5px 0 5px 0;
		background-color: #000000;
		position: relative;
		z-index: 100;
	}
	.sp_logo img{
		height: 40px;
	}
	.logo_pc.logo{
		display: none!important;
	}
}

/* Common */
.main_cap{
    font-size: 12px;
    line-height: 1.4em;
    color: #333333;
    margin: 10px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    max-width: 1140px
}
@media screen and (max-width:768px){
    .main_cap{
        margin: 10px auto 10px auto;
        text-align: left;
    }
}
.img_right{
    width: 300px;
	max-width: 100%;
}
.img_right img{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content .img_right{
		width: 150px;
		margin: 5px 20px 30px 30px;
	}
}
@media screen and (max-width:600px){
	.content_wr .content .img_right{
		width:calc(100% - 40px);
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
}



.img_left{
    width: 300px;
	max-width: 100%;
	float: left;
	margin: 5px 30px 30px 0px;
}
.img_left img{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content .img_left{
		width: 150px;
		margin: 5px 30px 30px 20px;
	}
}

@media screen and (max-width:600px){
	.content_wr .content .img_left{
		width:calc(100% - 40px);
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
}


.img_left .cap{
	color: #808080;
	font-size: 13px;
	margin-top: 10px;
}

.headNav{
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.headNav ul{
    display: inline-block;
    margin: 0 auto;
    padding: 13px;
}
.headNav ul li{
    display: inline-block;
    margin: 0 7px;
}
.headNav ul li.ttl{
    padding: 10px 0;
    font-size: 13px;
    line-height: 1em;
    color: #000000;
    font-weight: bold
}
.headNav ul li a{
    display: block;
    border: 1px solid #999999;
    font-size: 13px;
    line-height: 1em;
    padding: 12px 10px 10px 20px;
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 10px 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #000000;
    transition-duration: 0.3s;
}
.headNav ul li a:hover{
    background-image: url("arrowBlack.svg");
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 10px 12px;
}

.footerNav{
    background:#ffffff;
    border: 1px dotted #cccccc;
    padding: 25px 30px;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .footerNav{
        display: none;
    } 
}
.footerNav .ttl{
    font-size: 18px;
    line-height: 1.0em;
    font-weight: bold;
    color: #666666;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.footerNav ul{}
.footerNav ul li{
    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footerNav ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.footerNav ul li a{
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;	
}
.footerNav ul li a:hover{
    /* opacity: 0.5; */
}	
.footerNav ul li a .ty1{
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    color: #b62028;
    padding-bottom: 5px;
}
.footerNav ul li a .ty2{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 0 center;
    text-decoration: none;
    padding-left: 15px;
}
.footerNav ul li a .ty2:hover{
    text-decoration: underline;
    color: #b62028;
}

/* Top */

header.top{
    height: auto !important;
}

header.toppage{
	
}

header.top .top_inner{
	width: 1100px;
	margin: auto;
    padding: 0;
	max-width: 100%;
	position: relative;
}

header.top .top_inner h1 img{
	background:rgba(0,0,0,0);
}
@media screen and (max-width:786px){
	header.top .top_inner{
		width: auto;
		padding: 0px 0 0px 0;
		background: url()no-repeat top right;
	}
	header.top .top_inner h1 img{
		max-width: calc(100% - 100px);

	}
	header.top .top_inner h1{
		text-align: left;
		margin-left: 20px;
	}
}

header.top .top_inner .amazonicon{
	position: absolute;
    top: -20px;
    right: 10%;
	animation-name:anime_amazon;
    animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@media screen and (max-width:786px){
	header.top .top_inner .amazonicon img{
		width: 100px;
		height: auto;
	}
}


@keyframes anime_amazon{
    0%{
		right: 100px;
        opacity: 0;
    }
    100%{
		 right:13%;
        opacity: 1;
    }
}
@media screen and (max-width:1100px){
	header.top .top_inner .amazonicon{
		
		animation-name:anime_amazon_1100;
		animation-duration: 1s;
		animation-delay: 1.5s;
		animation-fill-mode:forwards;
		opacity: 0;
	}	
}
@keyframes anime_amazon_1100{
    0%{
		right: 100px;
        opacity: 0;
    }
    100%{
		 right:10px;
        opacity: 1;
    }
}





.top_ttl{
	margin-bottom: 30px;
}


.top_ttl h2{
	font-size: 35px !important;
	color: #d1410f !important;
	border-left: 0px solid #ffffff!important;
    font-weight: bold;
	padding-left: 0px!important;
    line-height: 1.5em

}
@media screen and (max-width:768px){
    .top_ttl h2{
        font-size: 24px !important;
    }
}

.boxGrey{
    background: #f9f9f9;
    padding: 30px 30px 0 30px;
    border: 1px solid #cccccc;
}
@media screen and (max-width:600px){
    .boxGrey{
        background: #efefef;
        padding: 30px 20px 20px 20px;
        border: 0px solid #ffffff;
        margin-bottom: 50px;
    }
    .boxGrey .text02{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
.boxGrey .boxGrey_ttl{
    font-size: 24px;
    line-height: 1.5em;
    color: #b62028;
    margin-bottom: 30px;
    font-weight: bold;
}


@media screen and (max-width:600px){
    .mainLogo{
        width: 40%;
        height: auto;
    }
}
.mainLogo img{
	width: 130px;
}



/* pager */
.nextBtn{
    text-align: center;
    margin-bottom: 20px;
}
.nextBtn img{
    width: 100%;
    max-width: 610px;
    height: auto;
    margin: 0 auto;
}
.nextBtn img:hover{
    opacity: 0.5;
}



.pager{
	width: 90px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.pager a{
	width: 40px;
	height: 40px;
	display: block;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #b62028;
	font-weight: bold;
	padding-top:8px;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
    border: 2px solid #b62028;
}
.pager a.on{
	color: #ffffff;
	border: 2px solid #b62028;
	background-color: #b62028;
	padding-top: 9px;
}
.pager a:hover{
	opacity: 0.5;
}

/*******
 COMMON
*******/
body{
	text-align: center;
	margin: auto;
	width: 100%;
	font-size: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif ;
	z-index: 1000;
	position: relative;
}
.logo_pc{
	background-color: #000000;
	text-align: center;
}
.logo_pc img{
	text-align: center;
}
@media screen and (min-width:787px){
	.display_tb,
	.display_sp{
		display: none!important;
	}
	.logo_tb{
		display: none!important;
	}
}
@media screen and (max-width:786px){
	.logo_pc{
		display: none!important;
	}
	.display_pc,
	.display_sp{
		display: none!important;
	}

    .banner01{
        display: none!important;
    }
}
@media screen and (max-width:600px){
	.display_tb,
	.display_pc{
		display: none!important;
	}
	.display_sp{
		display: block!important;
	}
	.SP_none{
		display: none!important;
	}
    .headNav{
        display: none;
    }
}
img {
	vertical-align:bottom;
}
.nxt_header{
	text-align: center;
	position: relative;
	z-index: 10000;
	background-color: #ffffff;
}
.nbo_header{
	text-align: center;
	background: url(topbar_bg.jpg)no-repeat center -1px;
}
@media screen and (min-width:601px){
	.sp{
		display: none !important;
		}
}
@media screen and (max-width:600px){
	.pc,
	.nbo_header{
		display: none !important;
		}
}
.mb0{
	margin-bottom: 0px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb70{
	margin-bottom: 70px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb40{
	margin-bottom: 40px!important;
}







/*******
  topbar
*******/
.top_bar{
	background-color: #ffffff;
	padding: 20px 0 20px 0;
	position: relative;
	text-align: center;
	background: url(top_bar_bg.webp)no-repeat center;
	background-size: cover;
	display: block;
	
	border-bottom:  1px solid #d8d8d8;
}

.top_bar .topback{
	font-size: 12px;
	position: absolute;
	left: 2%;
	top: 40px;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #ffffff;
	padding: 7px 10px 7px 30px;
	background: url("toparrow.png")no-repeat 10px 10px;
	background-color: #000000;
	text-decoration: none;
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.top_bar .topback{
		display: none;
	}	
}
.top_bar .topback img{
	width: 218px;
}

.top_bar .topback:hover{
	opacity: 0.5;
}
.top_bar .mainlogo{
	font-size: 22px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.top_bar .mainlogo{
		font-size: 18px;
	}
}

.top_bar .mainlogo:hover{
	opacity: 0.5;
}

.top_bar .sns_box{
	position: absolute;
	top:32px;
	right: 2%;
	width: 160px;
	display: flex;
	justify-content: space-between;
	background:none;
}
@media screen and (max-width:786px){
	.sns_box{
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		display: flex;
	}
}

.top_bar .sns_box a{
	display: block;
	transition-duration: 0.3s;
}
@media screen and (max-width:786px){
	.sns_box a{
		width: 33%;
		text-align: center;
	}
	.sns_box a:nth-child(1){
		background-color: #000000;
	}
	.sns_box a:nth-child(2){
		width: 34%;
		background-color: #2f5095;
	}
	.sns_box a:nth-child(3){
		background-color: #0075b5;
	}
	
	
}
@media screen and (max-width:600px){
	.sns_box a{
		
	}
	.sns_box a img{
		height: 30px;
		width: 30px;
	}
}


.top_bar .sns_box a:hover{
	opacity: 0.5;
}

/*******
 content
*******/

.content_wr{
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	/*
	background: url("bottom_bg.png") no-repeat;
	background-position: bottom center;
	background-size: 100% auto;*/
}
@media screen and (max-width:768px){
	.content_wr{
		padding-bottom: 10px;
		padding-top: 20px;
	}
}

.content_wr .content_flex{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content_flex{
		width: auto;
		display: block;
	}	
}



.content_wr .content{
	width: 750px;
	/**
	max-width: calc(65% - 20px);
	margin-left: 20px;**/
}
@media screen and (max-width:1100px){
	.content_wr .content{

	max-width: calc(65% - 20px);
	margin-left: 20px;
	}
}
@media screen and (max-width:768px){
	.content_wr .content{
		width: auto;
		max-width: calc(100% - 0px);
		margin-left: 0px;
	}
}


.content_wr .content .top_category{
	margin-bottom: 20px;
}

.content_wr .content .top_category .ty1{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	background-color: #8bc53f;
	padding: 5px 10px 5px 10px;
}
@media screen and (max-width:768px){
	.content_wr .content .top_category .ty1{
		font-size: 12px;
		margin-left: 20px;
	}
}
.content_wr .content .top_category .ty2{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #231815;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}
@media screen and (max-width:768px){
	.content_wr .content .top_category .ty2{
		font-size: 12px;
	}
}


.content_wr .content h1{
	margin-bottom: 35px;

}

@media screen and (max-width:768px){
	.content_wr .content h1{
		margin-left: 20px;
		margin-right: 20px;
	}
	.content_wr .content h1 img{
		width: 100%;
	}
}
header .inner h1 img{
	max-width: 100%;
}

.content_wr .content .lead{
	background-color: #f9f9f9;
	padding: 25px 35px 25px 35px;
	border: 1px dotted #4d4d4d;
	margin-bottom: 50px;
	max-width: calc(100% - 40px);
}
@media screen and (max-width:1100px){
	.content_wr .content .lead{
	}
	
}

@media screen and (max-width:768px){
	.content_wr .content .lead{
		background-color: #f2f2f2;
		padding: 15px 25px 15px 25px;
		margin:  0 20px 30px 20px;
	}

}

.content_wr .content .lead p{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: bold;
}
.content_wr .content .h2_box{
	border-top: #e6e6e6 2px solid;
	border-bottom: #e6e6e6 2px solid;
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.content_wr .content .h2_box{
		margin: 0px 0px 30px 00px;
	}
}


.content_wr .content h2{
	font-size: 27px;
	color: #a72227;
	border-left: 7px solid #a72227;
	padding-left: 30px;

}
@media screen and (max-width:768px){
	.content_wr .content h2{
		font-size: 20px;
		margin: 0 20px 0px 20px;
	}
}


.content_wr .content .text{
	color: #4d4d4d;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.content_wr .content .text{
		margin: auto;
		margin: 0px 20px 30px 20px;
	}
}
.content_wr .content .text b a{ 
	font-weight: bold;
	color: #4285f4;
	text-decoration: underline;
}
.content_wr .content .img_right{
	margin: 5px 0 20px 20px;
	float: right;
}
@media screen and (max-width:768px){
	.content_wr .content .img_right{
		margin: 5px 20px 20px 20px;
	}
	.content_wr .content .img_right img{
		width: 150px;
	}
}

.content_wr .content .img_right .cap{
	margin-top: 10px;
	font-size: 12px;
	color: #4d4d4d;
}
.content_wr .content .img_center{
	text-align: center;
	margin-bottom: 30px;
}
.content_wr .content .img_center.w500{
	width: 500px;
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content .img_center{
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}
.content_wr .content .img_center .banner{
	width: 580px;
	margin: auto;
	display: block;
	max-width: 100%;
}


.content_wr .content .btnarea{
	text-align: center;
	margin-bottom: 30px;
	margin-top: -0px;
}
@media screen and (max-width:768px){
	.content_wr .content .btnarea{
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}

.content_wr .content .btnarea img{

	width: 570px;
	max-width: 100%;
}

.content_wr .content .img_center a,
.content_wr .content .btnarea a{
	transition-duration: 0.3s;
}
.content_wr .content .img_center a:hover,
.content_wr .content .btnarea a:hover{
	opacity: 0.5;
}

.content_wr .content .img_center .cap{
	font-size: 13px;
	color: #808080;
	text-align: left;
	margin-top: 10px;
}
.content_wr .content .img_center img{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content .img_center img{
		max-width: 100%;
	}
}

.content_wr .content .bottom_link{
	border: 1px dotted #999999;
	padding: 15px 20px 15px 20px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 0px;
}
@media screen and (max-width:768px){
	.content_wr .content .bottom_link{
		margin: 0px 20px 20px 20px;
	}
}
.content_wr .content .bottom_link .ty1{
	font-size: 15px;
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 20px;
}
.content_wr .content .bottom_link .ttl{
	font-size: 21px;
	line-height: 1em;
	margin-bottom: 5px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.content_wr .content .bottom_link .ttl2{
	font-size: 15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.content_wr .content .bottom_link .tel{
	color: #333333;
	font-size: 15px;
	text-align: center;
}
.content_wr .content .bottom_link .url{
	font-size: 15px;
	color: #333333;
	text-align: center;
}
.content_wr .content .bottom_link a{
	font-size: 15px;
	color:#a72227;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	transition-duration: 0.3s;
	word-break: break-all;
}

.content_wr .content .bottom_link a:hover{
	opacity: 0.5;
}

.content_wr .content .sns_box {
    width:auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
	margin-top: 45px;
}
@media screen and (max-width:768px){
	.content_wr .content .sns_box {
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

.content_wr .content .sns_box a {
	display: block;
	width: 33%;
	text-align: center;
	transition-duration: 0.3s;
}
.content_wr .content .sns_box a:hover {
	opacity: 0.5;
}

.content_wr .content .sns_box a:nth-child(1) {
    background-color: #2fa5dd;
}
.content_wr .content .sns_box a:nth-child(2) {
    width: 34%;
    background-color: #2f5095;
}
.content_wr .content .sns_box a:nth-child(3) {
    background-color: #0075b5;
}

.cap a{
    color: #b62028;
    text-decoration: underline;
}
.cap a:hover{
    color: #b62028;
    text-decoration: none;
}

/*******
 rnav
*******/
.rnav_wr{
	width: 300px;
    background: url("rnavBg.jpg") repeat-y center 20px;
	height: auto;
	position: relative;
	max-width: 30%;
}
@media screen and (max-width:768px){
	.rnav_wr{
		width: auto;
		max-width: calc(100% - 40px);
		margin: auto;
		margin-top: 50px;
		margin-bottom: 30px;
	}
}


.rnav{
	width: 300px;
	background: url("rnav_bg.jpg")repeat-y center;
	margin-bottom: 90px;
	height: calc(100% - 0px);
	/**300px**/
	max-width: 100%;
}
@media screen and (max-width:768px){
	.rnav{
		width: auto;
		margin-bottom: 0px;
		height: calc(100% - 0px);
	}
}
@media screen and (max-width:600px){
	.rnav{
		display: none!important;
	}
}


.rnav .nav{
	border: 2px solid #f2f2f2;
}
.rnav .nav .navtop{
	background-color: #282828;

	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 10px;
}
.rnav .nav .inner{
	padding: 20px 20px 20px 20px;
	background-color: #f4f4f4;
}
.rnav .nav .inner a{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	transition-duration: 0.3s;
}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a .ty1{
	font-size: 13px;
	line-height: 1em;
	color: #848484;
	margin-bottom: 5px;
    font-weight: bold;

}
.rnav .nav .inner a .ty2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.05em;
	/**
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: 0 4px;
    padding: 0 0 0 12px;**/
}
.rnav .nav .inner a .ty2 span{
	color: #6d4820;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
.rnav .nav .inner a .ty2:hover span{
	color: #b62028;
    text-decoration: underline;
}

.rnav .nav .inner a .ty2:hover{
	color: #b62028;
    text-decoration: underline;
}
.rnav .nav .inner a .ty3{
	color: #555555;
	font-size: 12px;
}

.rnav_wr .banner01{
	display: block;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	position: sticky;
	top: 20px;
	right: 0px;
	z-index: 100000;
}
.rnav_wr .banner01 img{
	width: 300px;

}
@media screen and (max-width:768px){
	.rnav_wr .banner01{
		width:calc(100% - 40px);
		margin: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.rnav_wr .banner01 img{
		width: calc(100% - 0px);
	}
}
.rnav_wr .banner01:hover{
	opacity: 0.5;
}



footer{
	padding-top: 20px;
}

.contact_area{
	padding: 0px 0 0px 0;

	margin-bottom: 15px;
}
.contact_area img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
	.contact_area{
		margin: 0px 20px 30px 20px;
		text-align: center;
	}
	.contact_area{
		width: calc(100% - 40px);
	}
}
.contact_area a{
	transition-duration: 0.3s;
}
.contact_area a:hover{
	opacity: 0.5;
}
.contact_area p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
}
.topback_btn{
	border: 2px solid #f2f2f2;
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #b62028!important;
	transition-duration: 0.3s;
	background-color: #ffffff;
	margin-top: 20px;
	text-decoration: none!important;
	position: sticky;
	top: 210px;
	right: 0px;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.topback_btn{
		position: relative;
		top: 0;
		width: calc(100% - 60px);
		margin: auto;
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

.topback_btn:hover{
	text-decoration: underline!important;	
}


.topbtn_wr{
	position:absolute;
	top: 0;
	height: calc(100% - 930px);
	width: 100%;
}
@media screen and (max-width:768px){
	.topbtn_wr{
		position: relative;
	}
}

.topbtn_inner{
	position: relative;
	height: calc(100% - 500px);
}

.topback_btn_ty1{
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff!important;
    transition-duration: 0.3s;
	background-color: #000000;
    margin-top: 0px;
    text-decoration: none!important;
    position: sticky;
    top: 250px;
    right: 0px;
	width: 100%;
	transition-duration: 0.3s;
	box-sizing: border-box;
	/*
	margin-top: 20px;*/
}
.topback_btn_ty1:hover{
	opacity: 0.5;
}
@media screen and (max-width:768px){
	.topback_btn_ty1{
		position: relative;
		top: 0;
		width: calc(100% - 0px);
		margin: auto;
		margin-top: 0px;
		margin-bottom: 30px;
		;
	}
}

.banner_area{
	background-color: #ffffff;
	box-shadow: 2px 2px 15px 0px #999999;
	display: block;
	padding: 10px;
	text-decoration: none!important;
	position: relative;
	margin-top: 50px;
	color: #000000!important;
	transition-duration: 0.3s;
	max-width: calc(100% - 0px);
	margin: auto;
}
@media screen and (max-width:768px){
	.banner_area{
		max-width: calc(100% - 60px);
	}
}

.banner_area:hover{
	opacity: 0.5;
}
.banner_area .icon{
	position: absolute;
    top: -20px;
    left: -15px;
}
.banner_area .img{
	float: right;
	padding-left: 20px;
}
.banner_area .txt{
}
.banner_area .txt .ty1{
	font-size: 23px;
	line-height: 1.3em;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 10px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
}
@media screen and (max-width:768px){
	.banner_area .txt .ty1{
		font-size: 18px;
	}
}

.banner_area .txt .ty2{
	font-size: 14px;
	color: #000000;
	line-height: 1.3em;
	margin-left: 10px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.banner_area .txt .ty2{
	font-size: 12px;
	}
}



/*******
 contact_area_v2
*******/

.contact_area_v2{
	background-color: #efefef;
	padding: 50px 0 20px 0;
}

.contact_area_v2 .ttl{
	color: #7f5b2e;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;

}

.contact_area_v2 .flex{
	width: 1250px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: calc(100% - 40px);
}
.contact_area_v2 .flex a{
	display:flex;
	justify-content: space-between;
	padding: 10px;
	background-color: #ffffff;

	width: 410px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	transition-duration: 0.3s;
	max-width: calc(33% - 5px);
}
.contact_area_v2 .flex .dammy{
	width: 410px;
	max-width: calc(33% - 5px);
}

@media screen and (max-width:1050px){
	.contact_area_v2 .flex a,
	.contact_area_v2 .flex .dammy{
		max-width: calc(50% - 5px);
		width: calc(50% - 5px);;
	}
}

@media screen and (max-width:768px){
	.contact_area_v2 .flex a,
	.contact_area_v2 .flex .dammy{
		width: calc(100% - 0px);
		max-width: calc(100% - 0px);
	}
}

.contact_area_v2 .flex a:hover{
	opacity: 0.5;
}

.contact_area_v2 .flex a .img{
	margin-left: 20px;
}


.contact_area_v2 .flex a .img img{
	width: 100px;
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex a .img img{
		width: 100px;
		height: 100px;
	}
}

.contact_area_v2 .flex a .txt{
	width: calc(100% - 10px);
}


.contact_area_v2 .flex .ty1{
	background-color: #999999;
	padding: 9px 8px 8px 8px;;
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex .ty1{
		font-size: 13px;
	}
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex .ty1{
		font-size: 11px;
	}
}


.contact_area_v2 .flex a .txt .ty2{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex a .txt .ty2{
		font-size: 14px;
	}
}

.contact_area_v2 .flex .ty2 span{
	font-size: 10px;
	line-height: 1.4em;
	margin-bottom: 3px;
	color: #6d4820;
	display: block;
}

.f_notice{
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	width: 1100px;
	margin: auto;
	padding: 15px 20px 15px 20px;
	text-align: center;
	color: #aa9609;
	font-size: 25px;
	box-sizing: border-box;
	font-family:"Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	max-width: calc(100% - 40px);
}
@media screen and (max-width:768px){
	.f_notice{
		font-size: 16px;
		text-align: left;
	}
}


.r_notice{
	margin: auto;
	margin-top: 10px;
	
    display: block;

    position: sticky;
    top: 80px;
    right: 0px;

	
	/*
	background-color: #ffffff;
	border: 1px solid #bfbfbf;

	padding: 10px 5px 10px 5px;
	text-align: center;
	color: #aa9609;
	box-sizing: border-box;
	font-family: "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;*/
}
@media screen and (max-width:600px){
	.r_notice{
		width: 100%;
	}
}


.r_notice .ty1{
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.r_notice .ty2{
	font-size: 13px;
	text-align: center;
	letter-spacing: -0.05em;
}
.r_notice img{
	max-width: 100%;
}
@media screen and (max-width:786px){
	.r_notice img{
		width: 100%;
	}
}

.campaign_notice{
	
	width: 1100px;
	margin: auto;
	margin-top: 30px;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
	max-width: calc(100% - 40px);
}

@media screen and (max-width:768px){
	.campaign_notice{
		margin-top: 0px;
		margin-bottom: 30px;
	}
}


.campaign_notice a{
	color: #c7000b;
	font-weight: bold;
	transition-duration: 0.3s;
}
.campaign_notice a:hover{
	opacity: 0.5;
}

.img_pctb{
	display: block;
}

.img_sp{
	display: none;
}

@media screen and (max-width:600px){
	.img_pctb{
		display:none;
	}

	.img_sp{
		display:block;
	}
}



.ttl_company{
	background-color: #f4f4f4;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	padding: 14px 14px 14px 14px;
	margin-bottom: 15px;
	font-weight: bold;
	max-width: calc(100% - 40px);
}
@media screen and (max-width:768px){
	.ttl_company{
		max-width: calc(100% - 60px);
		margin: auto;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:600px){
	.ttl_company{
		font-size: 14px;
	}
}
.ttl_ty1{
	color: #a72227;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif ;
	margin-bottom: 8px;
}
@media screen and (max-width:768px){
	.ttl_ty1{
		font-size: 24px;
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 8px;
	}
}
@media screen and (max-width:600px){
	.ttl_ty1{
		font-size: 21px;
	}
}

.ttl_ty2{
	color: #000000;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 32px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif ;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.ttl_ty2{
		font-size: 28px;
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:600px){
	.ttl_ty2{
		font-size: 20px;
	}
}
