@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* custum */
.mt2 {
	margin-top:2rem;
	}

.mt4 {
	margin-top:4rem;
	}
.mr4 {
	margin-right:0.5rem;
	}

.font_b {
	font-weight:bold;
	}

.mt6 {
	margin-top:2rem;
	margin-bottom: 8rem;
	}


/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 14px;
    font-size: 1.4em;
	color: #202020;
    line-height: 2.4em;
	letter-spacing:0.05em;
	font-weight: 500;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner_s {
	width: 1100px;
	margin: 0 auto;
}
.contents_inner_l {
    width: 96%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #202020;
	text-decoration:none;
    cursor: pointer;
    transition: 1s;
}
a:hover {
    opacity: 0.6;
}
.shop_link:link,
.shop_link:visited {
    color: #ea5f00;
	text-decoration: underline;
    cursor: pointer;
    transition: 1s;
}
.shop_link:hover {
    opacity: 0.6;
	font-weight:bold;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.font_small {
	font-size:0.8em;
	}
.font_big {
	font-size:1.5em;
	}
.font_big2 {
    font-size:2em;
    }
.font_b {
	font-weight:bold;
	}
.font_rd {
	color:#990000;
	}
.font_or {
	color:#FF6600;
	}
@media screen and (max-width: 1100px) {
    .contents_inner_s {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	/* custum */
	.sp_left {
	text-align:left;
	}
	.sp_font_s {
		font-size:1rem;
}
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
    background: #ea5f00;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
header .logo {
    max-width: 191px;
    width: 40%;
    height: 73px;
	/*padding:18px 0 18px 40px;*/
	padding:18px 0 18px 20px;
}
header .logo a {
    display: block;
	text-align:left;
}
header .logo img{
    max-width: 114px;
    width: 95%;
    /*cposition: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin: auto;
}
.menu_btn_wrap {
	display:none;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 840px) {

	.menu_btn_wrap {
		display:block;
		width: 80px;
		height: 73px;
		cursor:pointer;
		background: #ea5f00;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu_btn {
		width: 40px;
		height: 31px;
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		background: #231e1a;
		border-top: 14px solid #ea5f00;
		border-bottom: 14px solid #ea5f00;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 40px;
		height: 3px;
		background: #231e1a;
		top:-14px;
		left:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 40px;
		height: 3px;
		background: #231e1a;
		bottom:-14px;
		left:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background:#ea5f00;
	}
	.menu_btn.active:before{
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}

}
@media screen and (max-width: 640px) {

	header .logo {
		padding:18px 0 18px 10px;
	}
}


/*-----------------------------------

	fixed_space

-----------------------------------*/

#fixed_space {
    height: 73px;
    display: block;
}


/*-----------------------------------

	nav

-----------------------------------*/
/*nav{
    width: 80%;
    height: 100%;
	overflow:scroll;
    -webkit-overflow-scrolling: touch;
    background: #000;
    position: fixed;
    top:73px;
    right: -100%;
    padding: 20px 2.5% 0;
    display:inline-block;
    z-index: 999;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}*/
nav a{
    color:#fff;
}
nav.toggle{
    right: 0 !important;
}

#nav_pc li {
	float: left;
	padding: 20px;
}
#nav_pc li a {
	display: block;
	/*padding: 8px 25px;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	color: #2d1803;
	-moz-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#nav_pc li a:hover {
	opacity:1;
	color: #fff;
	-moz-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}

/*ここから*/
#nav_sp_menu .link_area{
    margin-bottom: 50px;
}
#nav_sp_menu .link_area li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
#nav_sp_menu .link_area li:last-child{
    margin-right: 0;
}
#nav_sp_menu .link_area li a{
    background: #ea5f00;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    line-height: 1;
}
#nav_sp_menu .link_area li a span{
    font-size: 12px;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 10px;
}
#nav_sp_menu .sitemap01 {
    float: left;
    width: 28%;
}
#nav_sp_menu .sitemap03 li a {
    color: #fff;
    display: block;
    font-size: 12px;
}
#nav_sp_menu .topcategory {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}
#nav_sp_menu .topcategory::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #ea5f00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#nav_sp_menu .sitemap02 {
    float: left;
    width: 50%;
}
#nav_sp_menu .sitemap02 .sitemap02_01{
    float: left;
    width: 58%;
}
#nav_sp_menu .sitemap02 .sitemap02_02{
    float: left;
    width: 40%;
}
#nav_sp_menu .sitemap03 {
    float: left;
    width: 22%;
}
#nav_sp_menu .sitemap03 li a{
    position: relative;
    padding-left: 10px;
}
#nav_sp_menu .sitemap03 li a::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #ea5f00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#nav_sp_menu .logo a{
    width: 166px;
    display: block;
    margin: 20px auto 0;
}
#nav_sp_menu .contents_inner_l {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    height: 70px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#nav_sp_menu .logo {
    width: 245px;
    -ms-flex-item-align: center;
    align-self:center;
    margin-right: 10px;
    display: block;
}
/*#nav_sp_menu ul {
    width: calc(100% - 585px);
    -ms-flex-item-align: center;
    align-self:center;
}
#nav_sp_menu ul li{
	float: left;
	padding-right: 5px;
	border-right: 1px solid #808080;
	margin-right: 5px;
	position:relative;
}*/
#nav_sp_menu ul li{
	position:relative;
}
/*#nav_sp_menu ul li:last-child{
    border-right: none;
}*/
#nav_sp_menu ul li a{
    display: block;
    /*line-height: 1;*/
    font-size: 13px;
    color: #808080;
}
#nav_sp_menu small{
    width: 340px;
    -ms-flex-item-align: center;
    align-self:center;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: right;
    line-height: 1;
}
/*ここまで*/
.container {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: 2s;
    z-index: 998;
    display: none;
    opacity: 0;
}
.container.open_menu {
    opacity: 0.9;
    display: block;
}

/*link_img_area*/
.accordionbox {
	display:none;
}
#nav_sp_menu .top_list,
#nav_sp_menu .bottom_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  	align-items: center;
}
/*#nav_sp_menu .top_list .nav_img {
	width:490px;
}
#nav_sp_menu .bottom_list .nav_img {
	width:325px;
}*/
#nav_sp_menu .nav_img {
	width:100%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#nav_sp_menu .nav_img:last-child {
	margin-right:0;
}
#nav_sp_menu .nav_img img{
	border:2px solid #ea5f00;
}
#nav_sp_menu .nav_img p{
	font-size: 14px;
	line-height:200%;
	letter-spacing:0.1rem;
	color:#fff;
	padding-left: 10px;
	position:relative;
}
#nav_sp_menu .nav_img p:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ea5f00;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 1200px) {

	/*nav_pc*/
	#nav_pc li {
		padding: 20px 0.9vw;
	}
	#nav_pc li a {
		font-size:12px;
	}

}
@media screen and (max-width: 840px) {

	/*nav_pc*/
	#nav_pc {
		display:none;
	}
	nav{
		width: 80%;
		height: 100%;
		overflow:scroll;
		-webkit-overflow-scrolling: touch;
		background: #000;
		position: fixed;
		top:73px;
		right: -100%;
		padding: 20px 2.5% 0;
		display:inline-block;
		z-index: 999;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
	}
	#nav_sp_menu .link_area {
		margin-bottom: 20px;
	}
	#nav_sp_menu .link_area li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	/*#nav_sp_menu ul {
		width: auto;
	}
	#nav_sp_menu ul li{

	}*/
	#nav_sp_menu .sitemap01,
	#nav_sp_menu .sitemap02,
	#nav_sp_menu .sitemap03 {
		width: 100%;
	}
	#nav_sp_menu .sitemap01 li a,
	#nav_sp_menu .sitemap02 li a,
	#nav_sp_menu .sitemap03 li a {
		padding: 5px 10px;
	}
	#nav_sp_menu .sitemap02 .sitemap02_01,
	#nav_sp_menu .sitemap02 .sitemap02_02 {
		width: 100%;
	}
	#nav_sp_menu ul li a:hover {
		opacity:1;
	}
	.nav_sp {
		display: none;
	}
	#nav_sp_menu .sitemap01_01,
	#nav_sp_menu .sitemap02_01,
	#nav_sp_menu .sitemap02_02 {
		padding-left: 13px;
	}
	#nav_sp_menu .sitemap01_01 a,
	#nav_sp_menu .sitemap02_01 a,
	#nav_sp_menu .sitemap02_02 a {
		color: #808080 !important;
	}


	/*link_img_area*/
	.accordionbox {
		display:block;
	}
	#nav_sp_menu .link_img_area {
		display:none;
	}

}

/*-----------------------------------

	fixedlinks

-----------------------------------*/
#fixedlinks {
	width:50px;
    position: fixed;
    top: 200px;
    right: 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	/*align-items: center;*/
    z-index: 9999;
/*	transform: translateY(-50%);*/
}
@media screen and (max-height: 750px) {
	#fixedlinks {		
		top: 50%;		
		transform: translateY(-50%);
	}
}
#fixedlinks .request{
    background: #ea5f00;
    color: #fff;
    writing-mode: tb-rl;/* IE独自 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 1;
    padding: 15px;
    height: 180px;
    text-align: center;
    font-size: 15px;
}
#fixedlinks .nearest{
    background: #2d1803;
    color: #fff;
    writing-mode: tb-rl;/* IE独自 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 1;
    padding: 15px;
    height: 190px;
    font-size: 15px;
}
#fixedlinks .contact{
    background: #8e8e8e;
    text-align: center;
    padding: 15px;
    line-height: 0;
	height: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#fixedlinks .contact img{
    width: 19px;
}
#fixedlinks .sns {
	border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
	#fixedlinks {
		display:none;
	}
	/*#fixedlinks {
		width:8%;
	}*/
    #fixedlinks .request{
        padding: 10px;
        height: 100px;
        font-size: 13px;
    }
    #fixedlinks .nearest{
        padding: 10px;
        height: 160px;
        font-size: 13px;
    }
    #fixedlinks .contact{
        padding: 10px;
    }
    #fixedlinks .contact img{
        width: 13px;
    }
}

/*-----------------------------------

	contents

-----------------------------------*/
/*
#contents {
    margin-top: 73px;
}
*/



/*-----------------------------------

	pickmain

-----------------------------------*/
#pickupguide {
	text-align:center;
	margin-top:50px;
}
#pickmain {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1.2em solid #D8D8D8;
	text-align: left;
	overflow:hidden;
}
#pickmain .font16brr {
    font-size: 16px;
    line-height: 20px;
    color: #FF6600;
    font-weight: bold;
}
#pickmain .mb10 {
    margin-bottom: 10px;
}
#pickmain .float-left70p {
    margin: 0px;
    float: left;
    width: 73%;
}


/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: absolute;
    bottom: 100%;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    width: 70px;
    height: 70px;
    background: #2d1803;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#pagetop:hover:before{
    background: #2d1803;
}
@media screen and (max-width: 640px) {
    #pagetop{
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/*-----------------------------------

	fixedlinks_sp

-----------------------------------*/
#fixedlinks_sp {
	display:none;
}
@media screen and (max-width: 640px) {
#fixedlinks_sp {
	width:100%;
    position: fixed;
    bottom: 0;
    right: 0;
	left:0;
	margin:0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	/*justify-content: space-between;
	align-items: center;
	justify-content: center; */
    z-index: 999;
}
#fixedlinks_sp .request{
	width:100%;
    background: #ea5f00;
    color: #fff;
    /*line-height: 1;*/
    padding: 20px 15px;
    text-align: center;
    font-size: 13px;
}
#fixedlinks_sp .nearest{
	width:100%;
    background: #2d1803;
    color: #fff;
    /*line-height: 1;*/
    padding: 20px 15px;
	text-align: center;
    font-size: 13px;
}
#fixedlinks_sp .contact{
    background: #8e8e8e;
    text-align: center;
    padding: 20px 15px;
    /*line-height: 0;*/
}
#fixedlinks_sp .contact.sns {
	border-left: 1px solid #fff;
}
#fixedlinks_sp .contact img{
    width: 50px;
	vertical-align: middle;
    display: inline-block;
}
}
@media screen and (max-width: 420px) {

	#fixedlinks_sp .request{
		width:35%;
		padding: 20px 5px;
		font-size: 12px;
	}
	#fixedlinks_sp .nearest{
		width:65%;
		padding: 20px 5px;
		font-size: 12px;
	}
	#fixedlinks_sp .contact{
		padding: 20px;
	}
	#fixedlinks_sp .contact img{
		width: 20px;
	}
}
/*@media screen and (max-width: 640px) {
	#fixedlinks_sp {
		width:8%;
	}
    #fixedlinks_sp .request{
        padding: 10px;
        height: 100px;
        font-size: 13px;
    }
    #fixedlinks_sp .nearest{
        padding: 10px;
        height: 160px;
        font-size: 13px;
    }
    #fixedlinks_sp .contact{
        padding: 10px;
    }
    #fixedlinks_sp .contact img{
        width: 13px;
    }
}*/

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    position: relative;
}
footer #footer_top {
    background: #2d1803;
    padding: 50px 0 20px;
}
footer #footer_top .link_area{
    margin-bottom: 50px;
}
footer #footer_top .link_area li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
footer #footer_top .link_area li:last-child{
    margin-right: 0;
}
footer #footer_top .link_area li a{
    background: #ea5f00;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    line-height: 1;
}
footer #footer_top .link_area li a span{
    font-size: 12px;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 10px;
}
/*
footer #footer_top .footer_float_box_wrap {
	float: left;
}
*/
footer #footer_top .sitemap01_wrap {
    float: left;
    width: 28%;
}
footer #footer_top .sitemap01 li a,
footer #footer_top .sitemap02 li a,
footer #footer_top .sitemap03 li a{
    color: #fff;
    display: block;
    font-size: 12px;
}
footer #footer_top .topcategory {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 10px;
}
footer #footer_top .topcategory::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #ea5f00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer #footer_top .sitemap02_wrap {
    float: left;
    width: 50%;
}
footer #footer_top .sitemap02 .sitemap02_01{
    float: left;
    width: 58%;
}
footer #footer_top .sitemap02 .sitemap02_02{
    float: left;
    width: 40%;
}
footer #footer_top .sitemap03_wrap {
    float: left;
    width: 22%;
}
footer #footer_top .sitemap03 li a{
    position: relative;
    padding-left: 10px;
}
footer #footer_top .sitemap03 li a::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #ea5f00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer #footer_top .logo a{
    width: 166px;
    display: block;
    margin: 20px auto 0;
}
footer #footer_bottom .contents_inner_l {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    height: 70px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer #footer_bottom .logo {
    width: 209px;
    -ms-flex-item-align: center;
    align-self:center;
    margin-right: 10px;
    display: block;
}
footer #footer_bottom ul {
    width: calc(100% - 585px);
    -ms-flex-item-align: center;
    align-self:center;
}
footer #footer_bottom ul li{
    float: left;
    padding-right: 5px;
    border-right: 1px solid #808080;
    margin-right: 5px;
}
footer #footer_bottom ul li:last-child{
    border-right: none;
}
footer #footer_bottom ul li a{
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #808080;
}
footer #footer_bottom small{
    width: 340px;
    -ms-flex-item-align: center;
    align-self:center;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: right;
    line-height: 1;
}
@media screen and (max-width: 1100px) {
    footer #footer_top .link_area li a span{
        font-size: 11px;
        letter-spacing: 0;
    }
    footer #footer_bottom .logo {
        width: 225px;
        -ms-flex-item-align: center;
        align-self:center;
        margin-right: 10px;
        display: block;
    }
    footer #footer_bottom ul {
        width: calc(100% - 455px);
    }
    footer #footer_bottom ul li a{
        font-size: 10px;
        letter-spacing: 0;
    }
    footer #footer_bottom small{
        width: 230px;
        font-size: 10px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 840px) {
    footer #footer_top .link_area li a{
        padding: 10px 0;
        font-size: 15px;
    }
    footer #footer_top .link_area li a span{
        font-size: 10px;
    }
    footer #footer_top .sitemap01 li a,
    footer #footer_top .sitemap02 li a,
    footer #footer_top .sitemap03 li a{
        font-size: 10px;
        letter-spacing: 0;
    }
    footer #footer_bottom {
        padding: 20px 0;
    }
    footer #footer_bottom .contents_inner_l {
        height: auto;
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    footer #footer_bottom .logo {
        width: 225px;
        margin: 0 auto 10px;
        display: block;
    }
    footer #footer_bottom ul {
        width: auto;
        margin-bottom: 20px;
    }
    footer #footer_bottom small{
        width: auto;
    }
}
@media screen and (max-width: 640px) {
    footer #footer_top {
        padding: 30px 0 10px;
    }
    footer #footer_top .link_area{
        margin-bottom: 30px;
    }
    footer #footer_top .link_area li{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    footer #footer_top .link_area li:last-child{
        margin-bottom: 0;
    }
    footer #footer_top .sitemap01_wrap {
        float: none;
        width: 60%;
        margin: 0 auto 3%;
    }
    footer #footer_top .sitemap02_wrap {
        float: none;
        width: 60%;
        margin: 0 auto 3%;
    }
    footer #footer_top .sitemap02 .sitemap02_01,
    footer #footer_top .sitemap02 .sitemap02_02{
        float: none;
        width: 100%;
    }
    footer #footer_top .sitemap03_wrap {
        float: none;
        width: 60%;
        margin: 0 auto;
    }
    footer #footer_bottom ul li{
        float: none;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px;
    }
}

footer #footer_sns_links {	
	margin-top: 50px;
}
footer #footer_sns_links .flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer #footer_sns_links a {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* header modal */
#modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 888;
}
#modal_bg.active {
	display: block;
}
#sns_modal {
	position: absolute;
	top: 0;
	right: calc(100% + 10px);
/*	width: 300px;*/
	width: 500px;
	height: 100%;
	background: #fff;
	padding: 40px 40px;
	text-align: center;
	display: none;
}
#sns_modal .modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#sns_modal .modal_label {
	font-size: 20px;
	font-weight: bold;
}
#sns_modal dl {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	margin-top: 30px;
}
#sns_modal dl dt:not(:first-of-type),
#sns_modal dl dd:not(:first-of-type) {
	margin-top: 30px;
}
#sns_modal dl dt {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
}
#sns_modal dl dd {
	width: calc(100% - 140px);
	text-align: left;
}
#sns_modal dl dd .label {
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
#sns_modal dl dd .text {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1;
}
#sns_modal_sp {
	display: none;
}
@media screen and (max-width: 640px) {
	#sns_modal_sp {
		position: fixed;		
		left: 50%;
		top: 45%;
		width: 90%;
		height: auto;
		background: #fff;
		padding: 40px 10px;
		text-align: center;		
		transform: translate(-50%, -50%);
/*		display: block;*/
		z-index: 9999;
	}
	#sns_modal_sp .modal_close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#sns_modal_sp .modal_label {
		font-size: 18px;
		font-weight: bold;
	}
	#sns_modal_sp dl {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row wrap;
		flex-flow:row wrap;
		margin-top: 40px;
	}
	#sns_modal_sp dl dt:not(:first-of-type),
	#sns_modal_sp dl dd:not(:first-of-type) {
		margin-top: 35px;
	}
	#sns_modal_sp dl dt {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100px;
	}
	#sns_modal_sp dl dd {
		width: calc(100% - 100px);
		text-align: left;
	}
	#sns_modal_sp dl dd .label {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}
	#sns_modal_sp dl dd .text {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1;
	}
	footer #footer_sns_links {	
		margin: 30px 0;
	}
}