.pc { display: none !important; }
.sp { display: block !important; }

body{
-webkit-text-size-adjust: 100%;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.fulls{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

div#main_container{
	width: 100%;
	margin: 0;
}
div#main_image{
	margin-bottom: 85px;
}
div#main_image img{
	width: 100%;
}
div#main_image h1{
	text-align: center;
    padding: 10px;
    background-color: darkblue;
    color: white;
    font-weight: bold;
    font-size: 18px;
	line-height: 27px;
	letter-spacing: 2px;
}
div#main_container h4{
	background-color: #fff4e6;
	padding: 25px;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 3px;
}
div#main_image h4 p{
	font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: darkgoldenrod;
    margin-bottom: 15px;
}


div#consultation{
	width: 90%;
	margin: auto;
}
div#consultation h2{
	background-color: darkblue;
    font-size: 17px;
    font-weight: bold;
    width: 100px;
    height: auto;
    padding: 5px 0;
    letter-spacing: 3px;
	position: relative;
	left: -6%;
	margin: 60px 0 25px 0;
}
div#consultation div.cons_data{
	
}
div#consultation div.date div.sdate{
	
}
div#consultation div.date div.sdate div.syear{
	background-color : #3B5998;
	border : 1px solid #3B5998;
	color : white;
	width : 100%;
	font-size : 23px;
	font-weight : bold;
	padding : 0px;
	text-align : center;
	-moz-box-shadow: 1px 1px 3px #bbb;
	-webkit-box-shadow: 1px 1px 3px #bbb;
	box-shadow: 1px 1px 3px #bbb;
}
div#consultation div.date div.sdate div.smonth-day{
	background-color : #ffffff;
	border: 1px solid #3B5998;
	width : 100%;
	font-size : 30px;
	font-weight : bold;
	padding : 0px;
	text-align : center;
	-moz-box-shadow: 1px 1px 3px #bbb;
	-webkit-box-shadow: 1px 1px 3px #bbb;
	box-shadow: 1px 1px 3px #bbb;
}
div#consultation div.date div.sdate div.smonth-day strong{
    color: #ff0000;
}
div#consultation div.date div.sdate div.smonth-day.caution{
    padding: 10px;
    font-weight: normal;
    font-size: 18px;
    text-align:left;    
}
div#consultation div.date div.sdate div.smonth-day span{
	font-size: 18px;
}
div#consultation div.date h5{
	font-size: 16px;
    font-weight: bold;
    width: 90%;
    padding: 5px 0;
    letter-spacing: 3px;
    text-align: center;
    border-bottom: darkblue solid 2px;
    border-top: darkblue solid 2px;
    color: darkblue;
    margin: 30px auto 30px auto;
}
div#consultation div.date h3{
	background-color: lemonchiffon;
	padding: 14px;
	font-size: 15px;
	line-height: 20px;
    text-align: center;
}
div#consultation div.date h3 p{
	margin: 0 auto 8px auto;
    text-align: center;
    color: #e0b13a;
    font-weight: bold;
    font-size: 16px;
}
div#consultation div.vanue dl{
	margin-top: 20px;
}
div#consultation div.vanue dl dt{
	float: left;
    line-height: 29px;
    font-weight: normal;
	letter-spacing: 2px;
}
div#consultation div.vanue dl dt b{
	font-size: 18px;
}
div#consultation div.vanue dl dd{
	float: right;
}
div#consultation div.vanue dl dd img{
	width: 55px;
}
div#consultation div.vanue span{
	clear: both;
	display: block;
	color: red;
	font-size: 13px;
	padding-top: 10px;
}
div#consultation div.belongings{
}
div#consultation div.belongings dl{
	letter-spacing: 3px;
	display: flex;
	padding-bottom: 25px;
}
div#consultation div.belongings dl dt{
	background-color: lemonchiffon;
	float: left;
	width: 35%;
	height: 60px;
	color: #e0b13a;
	display: flex;
    align-items: center;
    justify-content: center;
}
div#consultation div.belongings dl dd{
	background-color: #f1f1f1;
	float: left;
	width: 65%;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
	line-height: 23px;
}
div#consultation h4{
	
}
div#consultation h4 p{
	background-color: #ffffff;
    text-align: center;
    color: darkblue;
    font-weight: bold;
    font-size: 15px;
    border: darkblue solid 2px;
    padding: 7px;
    margin-bottom: 15px;
}
div#consultation h6{
    max-width: 500px;
    text-align: center;
    margin: 35px auto;
}
div#consultation h6 span{
	margin-top: 10px;
    display: block;
}


div#good_value{
	width: 90%;
	margin: 15px auto;
}
div#good_value h3{
	font-size: 19px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0;
    border-bottom: black solid 1px;
    border-top: black solid 1px;
    margin-top: 100px;
}
div#good_value h3 img{
	width: 90px;
	margin-right: 3px;
}
div#good_value h2{
	font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 60px auto 0 auto;
    background-color: #ffffff;
    color: black;
}
div#good_value p{
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 20px auto 25px auto;
}
div#good_value span{
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 14px;
    text-align: center;
    display: block;
}
div#good_value h4{
	margin-bottom: 25px;
	margin-top: 60px;
}
div#good_value h4 p{
	background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border: #ffbccf solid 2px;
    padding: 7px;
    margin: 0 0 15px 0;
}
div#good_value h4 p img{
	width: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
}
div#good_value a img{
	max-width: 500px;
    margin: auto;
    display: block;
}


div#store{
	background-color: #fff4e6;
	padding-bottom: 10px;
	margin-top: 85px;
}
div#store div.shop{
	width: 90%;
	margin: 0 auto 20px auto;
}
div#store h3{
	background-color: #E8374A;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 27px;
    padding: 15px;
}
div#store h5{
	text-align: center;
    font-size: 15px;
    margin: 30px auto;
}
div#store dl{
	
}
div#store dl dt{
	float: left;
	margin-right: 15px;
}
div#store dl dt img{
	width: 130px;
}
div#store dl dd{
	
}
div#store dl dd img{
	width: 24%;
	max-width: 100px;
    padding: 5px 5px 14px 0;
}
div#store dl dd b{
	font-size: 21px;
	letter-spacing: 3px;
}
div#store dl dd a img{
	width: 49%;
	max-width: 170px;
    padding: 0px 0px 21px 10px;
}
div#store p{
	
}
div#store p a{
	background-color: lightslategray;
    padding: 2px 15px;
    margin-right: 15px;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: 3px;
	float: left;
}
div#store div.tugs{
	background-color: #ffffff;
    padding: 15px;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 15px;
    margin-top: 25px;
}
div#store div.tugs a{
	float: left;
	height: 80px;
}
div#store div.tugs a img{
	width: 100px;
    margin-right: 15px;
}
/* --------------------------------------------------
-----------------------------------------------------
window size 650-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){
	.pc { display: block !important; }
	.sp { display: none !important; }
	
	
	
	div#main_image h4{
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 5px;
	}
	
	div#store dl {
		display: block;
		margin: auto;
		width: 420px;
		position: relative;
    	left: 50px;
	}
	div#store p {
		margin: auto;
		display: block;
		width: 390px;
		position: relative;
    	left: 50px;
	}
	
}

/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	.pc { display: block !important; }
	.sp { display: none !important; }
	
	.fulls{
		width: 970px;
		position: relative;
		left: -5.5%;
		right: inherit;
		margin-left: inherit;
		margin-right: inherit;
	}
	
	div#main_container{
		width: 970px;
		margin: 100px auto 0;
	}
	div#consultation div.date div.sdate div.smonth-day.caution{
        padding: 10px;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
    }
	
}



