@charset "utf-8";

 
html,body{
    width: 100%;
}


body{
	color:#000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 95%;
	line-height: 1.6;
	min-width: 350px;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root body {
	font-family: sans-serif ;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #666;

}

img{
margin: auto;
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px;
	border: 1px solid #ccc;
}
input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
small {
	font-size: 75%;
}
.clrred {
	color: #e41c24;
}
.onlysp{
	display: none;
}
.none{
	display:none;
}

.clr01 {
	color: #e18000;
}
.bg01 {
	background: #e18000;
}
.clr02 {
	color: #ffdd27;
}
.bg02 {
	background: #ffdd27;
}
section {
	padding: 20px 0;
}
.container {
	margin: auto;
	width: 90%;
	max-width: 1025px;
}

/*コンテンツ
--------------------------------------------------*/
header {
	text-align: center;
	padding: 20px 0 0 0;

}
header h1{
    font-size: 90%;
    font-weight: 400;
}
header h1 img {
	max-height: 33px;
	display: block;
    margin: 0 auto 10px;
}

section .inner {
    max-width: 1030px;
    margin: 0 auto;
    clear: both;
    position: relative;
}
header a {
	color:#6b6866;
}




.headTitle02.shopFacility {
    background: #000;
    color: #fff;
    padding: 10px 0;
}


.specialArea{
    display: none;
}


/* #pnavi */
#pnavi {
	width:100%;
	max-width:1030px;
	margin:0 auto;
	clear:both;
    text-align: left;
}
#pnavi ul {
	width:100%;
	clear:both;
}
#pnavi ul li {
	display:inline;
	color:#6b6866;
}
#pnavi ul li a {
	color:#6b6866;
	text-decoration:none;
	padding:0 6px 0 0;
}
#pnavi ul li a:hover {
	text-decoration:underline;
}






/*footer**/
.mainbody{
	width:1100px;
	margin: 0 auto;
}
.footerwrap{
    background: #000;
    padding: 30px 0;
    color: #fff;
}
.footerwrap ul{
    display: flex;
    justify-content: center;
}
.footerwrap li{
   padding: 10px 20px; 
   line-height: 160%;
   text-align: left;
}
.footerwrap a{
    color: #fff;
}
.footerwrap a[target="_blank"]{
    background: #fff;
    color: #000;
    padding: 2px 5px;
    font-size: 70%;
    vertical-align: middle;
}
.copyrightwrap{
    background: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 80%;
}
.gotop{
    text-align: right;
     margin-top: -40px;
}
.gotop img{
    max-height: 50px;
   
}








/*edgeハック*/
@supports (-ms-ime-align: auto) {
}


/*ieハック*/
@media all and (-ms-high-contrast: none) {
	.tousenWrap ul {
		font-weight: bold;
	}
	img[src*="img/tel.png"] {height: auto;max-height: 46px;}
}


/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	
	body,html {
		min-width: 1025px;
	}

}
/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 980px) {
}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

	
	header {
		padding: 10px 0;
        margin: 0;
	}
	header h1 img {
		max-height: 20px;
	}
    
    header .container{
 display: block;
}

header .container:after{
    display: none;
}
 header .container{
    display: inline-block;
    content: "";
} 
 header	p {
		text-align: left;
        font-size: 80%;
        padding: 0 0 10px 0;
	}
	
section{
    padding-top: 0;
}
	
/***footer***/
	.bnrBox,
		.bnr_L,
		.bnr_R {
			display: block;
			width: 100%;
		}
		.f_bnrWrap02 {
			padding: 40px 5%;
		}
	
.onlypc{
	display:none;
}
.onlysp,
.spOnly{
	display: block;
}



.spblock{
	display: block;
}


/**footer**/

.mainbody{
	margin:0 20px;
	width:auto;
}
.footerwrap{
    padding: 30px 0;
}
.footerwrap ul{
    display: block;
}
.footerwrap li{
   padding: 10px 10px; 
}
.copyrightwrap{
    background: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.footerwrap .tel_call{
    display: inline-block;
}




}


.pcon { display:block; }
.spon { display:none; }
@media only screen and (min-width:1px) and (max-width:640px){
.pcon { display:none; }
.spon { display:block; }
}























