@charset "UTF-8";

/*****************************************************
　header
*****************************************************/
#header{
	width: 100%;
}
#head-inner{
	background:url('../images/common/bg1.jpg') repeat 0 0;
	padding:20px 0 20px;
}
#head-contents{
	max-width: 1120px;
	width: 95%;
	margin:0 auto;
}
#head-text{
	font-size:11px;
	font-weight:normal;
	padding:24px 0;
}
#header_left{
	max-width: 738px;
	width: 66%;
	float: left;
}
#head-reserve{
	border-radius:14px;
	border:2px solid #b1a180;
	background-color: #fff;
	width: 100%;
	margin:12px 0 0;
	padding:8px 12px;
	display:table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#head-contact,
#head-line{
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#head-contact{
	border-right:1px solid #b1a180;
	width: 70%;
	padding:0 10px 0 0;
}
#head-contact > div {
	padding-top: 5px;
}
#headcontact-ttl{
	border-bottom:2px dotted #b69b80;
	margin:0 0 8px;
	padding:0 0 9px;
}
.headcontact-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headcontact-box > p {
	width: 46.7%;
}
.headcontact-box > p a {
	display: block;
}
.headcontact-box + .headcontact-box{
	margin:0 0 0 2%;
}
.headcontact-box .text,
.headcontact-box .img{
	vertical-align:middle;
}
.headcontact-box .text {
	width: 22%;
	text-align: right;
}
.headcontact-box .text p + p{
	margin:5px 0 0;
}
.headcontact-box .text img{
	vertical-align:middle;
}
.headcontact-box .text span{
	margin:0 0 0 14px;
}
.headcontact-box .img{
	width: 21.4%;
}
#head-line{
	padding:0 0 0 7px;
}
#headline-ttl{
	margin:0 0 5px;
}
#head-line p{
	font-size:13px;
	color:#006837;
}
#header_right{
	max-width:368px;
	width: 33%;
	float: right;
}
#head-24tel{
	margin:13px 0 12px;
}
#head-reception-img{
	margin:0 0 11px;
}
#head-iconarea .kicon{
	max-width: 172px;
	width: 47%;
	float: left;
}
#head-iconarea .ricon{
	max-width: 187px;
	width: 52%;
	float: right;
}
.sp-img{
	display:none;
}
/* メニュー
------------------------------------------------- */
.globalMenu{
	background-image: url(../images/common/menu_bg.png);
	background-size: 100% 72px;
	-webkit-background-size: 100% 72px;
	height: 72px;
	width: 100%;
	position: relative;
	bottom:0;
	overflow:hidden;
	z-index:100;
}
#spnav-btn{
	display:none;
}
.globalMenu ul{
	max-width: 960px;
	width: 100%;
	margin: 15px auto 0;
	text-align: center;
}
.globalMenu ul li{
	display: inline-block;
	padding:0 1.56%;
	line-height: 21px;
}
.globalMenu ul li+ li {
 	border-left: 1px solid #fff;
}
.globalMenu ul li:first-child{
	padding-left: 0;
	padding-right: 1.56%;
}
.globalMenu ul li:last-child{
	padding-right: 0;
	padding-left:1.56%;
}
.globalMenu a:link{/* 未訪問のリンク */
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.globalMenu a:visited{/* 訪問済みのリンク */
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.globalMenu a:hover{/* ポイント時のリンク */
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.globalMenu a:active{/* 選択中のリンク */
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.fixhead{
	position:fixed;
	top: 0;
	left: 0;
	z-index:50;
}
/* パンくずリスト
------------------------------------------------- */
#breadCrumbs{
	max-width: 960px;
	width: 100%;
	margin:20px auto 30px;
}
#breadCrumbs span{
	font-size:18px;
}

/*****************************************************
　喜びの声
*****************************************************/
#link{
	padding:50px 0 0;
}
#link-inner{
	max-width: 960px;
	width: 100%;
	margin:0 auto;
}
.happy_box{
	background: url(../images/common/happy_bg.jpg);
	max-width: 423px;
	width: auto;
	border: 4px solid #cdc0a3;
	padding: 15px 3px 15px 18px;
}
.happy_box h4{
	padding-bottom: 10px;
	background: url(../images/common/happyline.png) no-repeat bottom;
	line-height: 0;
}
.happy_box p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 23px;
	max-width: 210px;
}
.happy_box a:link,
.happy_box a:visited,
.happy_box a:hover,
.happy_box a:active{
	font-size: 15px;
	text-decoration: underline;
	color:#806134;
	display:block;
	margin-top:6px;
}
.happy_box_left{
	float: left;
	max-width: 210px;
	width: 100%;
	margin-bottom:20px;
}
.happy_box_right{
	float: right;
	max-width: 153px;
	width: 100%;
}
.link_left{
	float: left;
	max-width:423px;
	width: 100%;
}
.link_right+div{
	float: left;
	max-width:423px;
	width: 100%;
}
.link_left>p{
	width: 100%;
	max-width: 423px;
	margin-top: 18px;
}
.link_right{
	float: right;
	width: 100%;
	max-width: 488px;
	overflow:hidden;
}
.link_right li{
	max-width: 236px;
	width: 48.36%;
	list-style: none;
	display: inline-block;
}
.link_right li:first-child,.link_right li:nth-child(2){
	margin-bottom: 18px;
}
.link_right li:nth-child(odd){
	margin-right: 5px;
}

.link-contact{
	margin-bottom: 20px;
}
.link-contact p{
	text-align: center;
}

/*****************************************************
　about_haribox
*****************************************************/
#link .about_haribox{
	border-radius:10px;
	background:url('../images/common/aboutharibox_bg.jpg') repeat 0 0;
	padding:9px 17px 12px;
	color:#fff;
}
#link .about_haribox .leftbox{
	max-width: 233px;
	width: 59.89%;
	float: left;
}
#link .about_haribox .leftbox .ttl{
	border-bottom:2px dashed #fff;
	text-align: center;
	margin:0 0 15px;
	padding:0 0 5px;
}
#link .about_haribox .rightbox{
	max-width: 140px;
	width: 35.98%;
	text-align: center;
	float: right;
}
#link .about_haribox .rightbox p{
	font-size:15px;
	text-align: left;
	margin:7px 0 0;
}
#link .about_haribox .rightbox a{
	color:#fff;
}

/*****************************************************
　totop
*****************************************************/
#totop{
	text-align: right;
	margin:83px 0 0;
}
#totop img{
	cursor:pointer;
}

/*****************************************************
　footer
*****************************************************/
#footer{
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	box-shadow:0 -5px 7px -2px rgba(0,0,0,0.3);
}
#footicon{
	font-size:0;
	margin:0 0 38px;
}
#footicon p{
	display:inline-block;
	vertical-align:top;
}
#footicon p + p{
	margin:0 0 0 5px;
}
.footer_inner{
	max-width: 960px;
	width: 95%;
	margin: 0 auto ;
	padding: 50px 0 45px;
}
.footer_left p{
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
	line-height: 19px;
}
.footer_left p+p{
	border-top:solid 1px #fff;
	padding-top:20px;
	margin-top:20px;
}
.footer_left{
	max-width:334px;
	width:35%;
	float: left;
}
.footer_right{
	max-width: 590px;
	width: 62%;
	float: right;
}
.footer_right > div{
	/* width:49%; */
	width: 100%;
	padding-top:20px;
	float: left;
	overflow:hidden;
}
.footer_right div p{
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
}
.map{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	height: 194px;
	position:relative;
	overflow:hidden;
}
.footer_right > div+div{
	margin:0 0 0 2%;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.footer_right .fb-like{
	float:right;
	clear:both;
	width:100%;
	max-width:none;
	margin-right:0;
}
.footer_right .fb-like span{
	float:right;
}
.footer_right .link{
	list-style-type: none;
	padding: 5px 0 0;
	text-align: right;
	clear:both;
}
.footer_right .link li a{
	font-size:12px;
	color:#fff;
}
.copyright{
	background-color: rgba(42,19,0,0.5);
	padding:6px 0;
}
.copyright p{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.img-sp >img+img{
	display:none;
}

.content-pc{
	display:block;
}
.content-sp{
	display:none;
}

/*****************************************************
　404
*****************************************************/
.error404-section{
	max-width:960px;
	width: 100%;
	margin:0 auto;
	padding:100px 0 150px;
	text-align: center;
}

/*****************************************************
　sidebar2
*****************************************************/
#sidebar2{
	border-radius:10px;
	background:url('../images/common/bg_brown.png') repeat 0 0;
	max-width: 250px;
	width: 26.04%;
	float: left;
	margin:0 0 40px;
	padding:24px 12px 114px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar2 .sidebar-ttl{
	border-bottom:dotted 2px #c2a780;
	text-align: center;
	line-height:1;
	margin:0 0 30px;
	padding:0 0 18px;
}
#sidebar2 .sidebar-subttl{
	font-size:22px;
}
#sidebar2 .child{
	margin:0 0 0 25px;
}
#sidebar2 .child .sidebar-subttl{
	font-size:20px;
	position:relative;
}
#sidebar2 .child .sidebar-subttl:before{
	content:'';
	border-top:1px solid #806134;
	width: 20px;
	display:block;
	position:absolute;
	top: 13px;
	left: -25px;
}
#sidebar2 ul{
	margin:20px 10px 28px;
	padding:0 0 0 15px;
}
#sidebar2 ul li{
	list-style-type: disc;
	font-size:18px;
	line-height: 1.3em;
	margin:10px 0;
}
#sidebar2 ul li a{
	font-size:18px;
	line-height: 1.3em;
	color:#806134;
	text-decoration:none;
}
#sidebar2 ul li.cat-item-none{
	list-style-type: none;
}

/*****************************************************
　right-maincontents
*****************************************************/
#right-maincontents{
	max-width: 650px;
	width: 67.7%;
	float: right;
}

/*****************************************************
　voice-banner
*****************************************************/
.voice-banner{
	text-align: center;
	margin:50px 0;
}
@media screen and (max-width:1089px){
	#head-line p {
		font-size: 11px;
	}
}
@media screen and (max-width:960px){
	body{
		font-size:16px;
		line-height: 24px;
	}

	/*****************************************************
	　header
	*****************************************************/
	#head-contents{
		max-width: 560px;
		width: 100%;
	}
	#header_left,
	#header_right{
		max-width: none;
		width: 100%;
		float: none;
	}
	#head-reserve,
	#head-contact,
	#head-line{
		display:block;
	}
	#head-reserve{
		margin:45px 0 0;
	}
	#head-contact{
		border-right:none;
		width: 100%;
		margin:0 0 20px;
		padding: 0;
	}
	#headcontact-ttl{
		text-align: center;
		margin:0 0 20px;
	}
	.headcontact-box,
	.headcontact-box .text{
		display:block;
	}
	.headcontact-box .text{
		text-align: center;
	}
	.headcontact-box .text p + p{
		margin:15px 0 0;
	}
	.headcontact-box .img{
		display:none;
	}
	#head-line{
		width: 100%;
		padding: 0;
		position:relative;
	}
	#head-line:before{
		content:'';
		background:url('../images/common/headline_icon.png') no-repeat center center;
		background-size:contain;
		-webkit-background-size:contain;
		max-width: 121px;
		width: 23%;
		height: 80%;
		position:absolute;
		bottom: 0;
		right: 18px;
		z-index:0;
	}
	#head-line p{
		font-size:18px;
		padding:0 24% 0 0;
	}
	#head-line #headline-ttl{
		text-align: center;
		padding: 0;
	}
	#head-reception-img{
		margin:12px 0;
	}
	#head-24tel{
		margin:13px 0 0;
	}
	#head-iconarea .kicon,
	#head-iconarea .ricon{
		max-width: 274px;
		width: 49%;
	}
	/* パンくずリスト
	------------------------------------------------- */
	#breadCrumbs{
		display:none;
	}

	.sp-img{
		display:block;
	}
	.pc-img{
		display:none;
	}
	/* メニュー
	------------------------------------------------- */
	.globalMenu{
		position:relative;
		margin:30px auto 0;
		max-width:560px;
		width:100%;
		height: auto;
		background-image: url(../images/common/menu_bg_sp.png);
		background-size:100% 60px;
		-webkit-background-size:100% 60px;
	}
	#spnav-btn{
		display:block;
		max-width:560px;
		width:100%;
		line-height:60px;
		text-align:center;
		cursor:pointer;
		background: url(../images/common/menu_arrow_sp.png) right 20px center no-repeat;
		background-size: 24px 24px;
		-webkit-background-size: 24px 24px;
	}
	#spnav-btn.open{
		background: url(../images/common/menu_arrow_sp_open.png) right 20px center no-repeat;
		background-size: 24px 24px;
		-webkit-background-size: 24px 24px;
	}
	#spnav-btn img{
		vertical-align:middle;
		line-height:60px;
		height:24px;
		width:auto;
	}
	.globalMenu ul{
		display:none;
		margin: 0;
	}
	.globalMenu ul li{
		display:block;
		padding: 0;
	}
	.globalMenu ul li:first-child,
	.globalMenu ul li:last-child{
		padding: 0;
	}
	.globalMenu ul li a{
		border-top:solid 1px #fff;
		height: 60px;
		line-height:60px;
		display:block;
		vertical-align:middle;
	}
	.globalMenu ul li a img{
		vertical-align:middle;
	}

	/*****************************************************
	　footer
	*****************************************************/
	.img-sp >img:first-of-type{ display:none; }
	.img-sp >img:nth-child(2){ display:block; }

	.link_left{
		float: none;
		max-width:560px;
		margin:0 auto;
		position:relative;
		margin-bottom:20px;
	}
	.link_left>p{
		max-width: 560px;
	}
	.happy_box{
		max-width: 560px;
		border: 4px solid #cdc0a3;
		padding: 20px 11px 20px 30px;
	}
	.happy_box h4{
		background: url(../images/common/happyline_sp.png) no-repeat bottom;
	}
	.happy_box p{
		font-size: 20px;
		line-height: 30px;
		max-width: 330px;
	}
	.happy_box a:link,
	.happy_box a:visited,
	.happy_box a:hover,
	.happy_box a:active{
		font-size: 20px;
		line-height: 30px;
		margin-top:20px;
		text-decoration: underline;
	}
	.happy_box_left{
		max-width: 330px;
	}
	.happy_box_right{
		max-width: 180px;
	}

	.link_right{
		float: none;
		max-width: 560px;
		margin:0 auto;
		position:relative;
		margin-bottom:20px;
	}
	.link_right li{
		max-width: 250px;
		width: 44.64%;
		float:left;
	}
	.link_right li:nth-child(odd){
		margin-right: 0;
	}
	.link_right li:nth-child(2n){
		margin-left: 10.72%;
	}
	.link_right+div{
		float: none;
		max-width:560px;
		margin:0 auto;
	}
	#footicon{
		margin:25px 0 0;
	}
	#footicon p{
		width: 45%;
		margin: 0;
	}
	#footicon p + p{
		border-top:none;
		width: 54%;
		margin:0 0 0 1%;
		padding: 0;
	}
	.footer_inner{
		max-width: 560px;
		width: 100%;
		padding:50px 15px 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_left,
	.footer_right{
		max-width:none;
		width: 100%;
		margin:0 auto;
		float:none;
		clear:both;
	}
	.footer_left > div{
		text-align:center;
	}
	.footer_left > p{
		font-size:20px;
		line-height:30px;
	}
	.footer_right .fb-like span{
		float:left;
	}
	.footer_right div:first-of-type,
	.footer_right div:nth-child(2){
		display:none;
	}
	.footer_right .link{
		text-align: left;
		padding:20px 0 0;
	}
	.footer_right .link li a{
		font-size:18px;
	}

	.spacc-ttl,
	.tabMenu3 > div:first-of-type{
		cursor:pointer;
	}
	.spacc-content,
	.tabMenu3 > div+div{
		display:none;
	}

	.content-pc{
		display:none;
	}
	.content-sp{
		display:block;
	}

	/*****************************************************
	　about_haribox
	*****************************************************/
	#link .about_haribox{
		padding:12px 25px;
	}
	#link .about_haribox .leftbox{
		max-width: 350px;
		width: 68.62%;
	}
	#link .about_haribox .rightbox{
		width: 27.45%;
	}

	/*****************************************************
	　sidebar2
	*****************************************************/
	#sidebar2{
		max-width: none;
		width: 100%;
		float: none;
		margin:50px 0 0;
	}

	/*****************************************************
	　right-maincontents
	*****************************************************/
	#right-maincontents{
		max-width: none;
		width: 100%;
		float: none;
	}
}

@media screen and (max-width:599px){
	/*****************************************************
	　header
	*****************************************************/
	#header{
		padding:0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.headcontact-box .text p{
		font-size:0;
	}
	.headcontact-box .text p > img,
	.headcontact-box .text span{
		display:inline-block;
		vertical-align:middle;
	}
	.headcontact-box .text p > img{
		width: 61%;
	}
	.headcontact-box .text span{
		width: 30%;
		margin:0 0 0 9%;
	}
	#head-line p{
		font-size:14px;
	}
	/* メニュー
	------------------------------------------------- */
	.globalMenu{
		width: auto;
		margin:20px 0 0;
	}

	/*****************************************************
	　footer
	*****************************************************/
	.img-sp >img:nth-child(2){ display:none; }
	.img-sp >img:last-of-type{ display:block; }

	#link{
		padding:0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.link_left{
		float: none;
		margin:0 auto;
		position:relative;
		margin-bottom:20px;
	}
	.happy_box{
		border: 4px solid #cdc0a3;
		/*padding: 10px 3px 10px 10px;*/
		padding: 10px 20px;
	}
	.happy_box h4{
		max-width: 250px;
		background: url(../images/common/happyline_sp.png) no-repeat bottom;
	}
	.happy_box p{
		font-size: 14px;
		line-height: 23px;
	}
	.happy_box a:link,
	.happy_box a:visited,
	.happy_box a:hover,
	.happy_box a:active{
		font-size: 14px;
		line-height: 18px;
		margin-top:10px;
		text-decoration: underline;
	}
	.happy_box_left{
		width: 63.46%;
		margin:3% 0 0;
	}
	.happy_box_right{
		width: 34.61%;
	}

	.link_right li{
		clear:none;
		width:100%;
		max-width:48%;
		margin-bottom:10px !important;
	}
	.link_right li:nth-child(2n){
		margin-left:0;
		float:right;
	}
	.link_right li:last-of-type{
		margin-bottom:0;
	}
	.link_right+div{
		float: none;
		margin:0 auto;
	}
	#footicon{
		text-align: left;
	}
	#footicon p{
		width: 71%;
		display:block;
	}
	#footicon p + p{
		width: 89%;
		margin:5px 0 0;
	}
	.footer_left,
	.footer_right{
		max-width: none;
		float:none;
		clear:both;
		padding:0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_left > div{
		text-align:center;
	}
	.footer_left > p{
		font-size: 12px;
		line-height: 19px;
	}
	.footer_right .fb-like span{
		float:left;
	}
	.footer_right div:first-of-type,
	.footer_right div:nth-child(2){
		display:none;
	}
	.footer_right .link li a{
		font-size:12px;
	}

	.link.content-sp a{
		font-size: 12px;
		line-height: 19px;
	}

	/*****************************************************
	　404
	*****************************************************/
	.error404-section{
		padding:100px 15px 150px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 480px){
	/*****************************************************
	　about_haribox
	*****************************************************/
	#link .about_haribox .leftbox,
	#link .about_haribox .rightbox{
		max-width: none;
		width: 100%;
		float: none;
	}
	#link .about_haribox .rightbox p{
		text-align: center;
	}
}

/**
 *
 * 新しいナビ
 * @day 2018.05.22
 * @taichi matsutaka
 *
 *
 */
body.body_on{
	position: fixed;
}
#sp_menu,
#spmenu-btn,
#sp_bttel,
#sp_syouzyou__menu{
	display: none
}

@media screen and ( max-width: 960px ){
	#topmain-sidebar{
		display: none;
	}

	.wrapper{
		padding-top: 72px;
	}

	#top-contents{
		padding-top: 0;
	}
	#head-reserve{
		display: none;
	}


	/* ===== 上固定なび ===== */
	#sp_menu{
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background-image: url('../images/common/spnav_bg.png');
		background-position: center;
		background-size: cover;
		z-index: 100;
	}
	#sp_menu ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#sp_menu ul li{
		width: 16.66666%;
	}
	#sp_menu ul li:not(:last-child){
		border-right: solid 1px #fff
	}
	#sp_menu ul li a{
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 11px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#sp_menu ul li img{
		height: 50px;
	}


	/* ===== 右固定なび ===== */
	#spmenu-btn{
		display: block;
		position: fixed;
		width: 70px;
		top: 102px;
		right: 0;
		cursor: pointer;
		z-index: 130;
	}

	#spmenu-btn.spmenu-btn__on{
		right: 278px;
	}

	#sp_syouzyou__menu,
	#spmenu-btn,
	#sp_syouzyou__menu__bg{
		-webkit-transition: all cubic-bezier(.74,.07,.16,.97) 800ms;
		-o-transition: all cubic-bezier(.74,.07,.16,.97) 800ms;
		-moz-transition: all cubic-bezier(.74,.07,.16,.97) 800ms;
		transition: all cubic-bezier(.74,.07,.16,.97) 800ms;
	}

	/* 右固定メニュー */
	#sp_syouzyou__menu{
		position: fixed;
		top: 0;
		right: -278px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 278px;
		height: 100%;
		background-color: #fff;
		border: 3px solid #c0b396;
		z-index: 1000;
		overflow: auto;
		display: block;
	}
	#sp_syouzyou__menu.sp_syouzyou__menu__on{
		right: 0;
	}

	#sp_syouzyou__menu #topmain-insidebar{
		border-radius: 0;
		border: none;
		height: 100%;
	}

	#sp_syouzyou__menu #tm-sidettl{
		border-radius: 0;
		border: none;
	}

	#sp_syouzyou__menu #tm-icon{
		display: none;
	}

	/* ===== 背景 ===== */
	#sp_syouzyou__menu__bg{
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 125;
	}
	#sp_syouzyou__menu__bg.sp_syouzyou__menu__bg{
		opacity: 1;
		visibility: visible;
	}


	/* ===== 下固定 電話 ===== */
	#sp_bttel{
		display: block;
		position: fixed;
		width: 100%;
		bottom: -110px;
		left: 0;
		background-image: url('../images/common/spnav_bg.png');
		background-position: center;
		background-size: cover;
		z-index: 100;
		text-align: center;
		transition: all 400ms ease-out;
	}
	#sp_bttel.sp_bttel__on{
		bottom: 0;
	}
	#sp_bttel__h{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fef1f2;
		line-height: 1;
		padding: 3% 0px;
	}
	#sp_bttel__h img{
		height: 22px;
	}
	#sp_bttel__inner{
		position: relative;
	}
	#sp_bttel__inner ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	#sp_bttel__inner p,
	#sp_bttel__inner li{
		line-height: 1;
	}
	#sp_bttel__inner p{
		font-size: 0;
		margin: 10px 10px 12px 0;
	}
	#sp_bttel__inner > ul{
		padding-bottom: 5px;
	}
	#sp_bttel__inner > ul > li{
		display: flex;
		align-items: center;
		padding: 7px 20px 0;
		position: relative;
	}
	#sp_bttel__inner > ul > li:first-child::after{
		/* content: '';
		display: block;
		position: absolute;
		border-right: dotted 1px #fff;
		width: 1px;
	    height: 80%;
	    bottom: 0;
	    right: 0; */
	}

	#sp_bttel__inner ul p img{
		height: 20px;
	}

	#sp_bttel__inner ul ul li{
		margin: 0 2.5px;
	}

	#sp_bttel__inner ul ul li a img{
		height: auto;
	}

}

/* ---------------------------------------------
 667px以下
--------------------------------------------- */
@media screen and ( max-width: 667px ){
	.wrapper{
		padding-top: 50px;
	}

	/* ===== 上固定なび ===== */
	#sp_menu ul li a{
		padding: 8px 0;
	}
	#sp_menu ul li img{
		height:35px;
	}

	/* ===== 右固定なび ===== */
	#spmenu-btn{
		width: 44px;
		top: 65px;
	}


	/* ===== 下固定 電話 ===== */
	#sp_bttel__h img{
		height: 17px;
	}
	#sp_bttel__inner ul p img{
		height: 14px;
	}
	#sp_bttel__inner ul ul li a img{
		height: auto;
	}
	#sp_bttel__inner p{
		margin: 8px 10px 6px 0;
	}
	#sp_bttel__inner > ul > li{
		padding: 7px 7px 0;
		position: relative;
	}
}


/* ---------------------------------------------
 320px以下
--------------------------------------------- */

@media screen and ( max-width: 320px ){
	/* ===== 下固定 電話 ===== */
	#sp_bttel__h img{
		height: 15px;
	}
	#sp_bttel__inner ul p img{
		height: 11px;
	}
	#sp_bttel__inner ul ul li a img{
		height: auto;
	}
	#sp_bttel__inner p{
		margin: 5px 10px 4px 0;
	}

}
