@charset "utf-8";
/*------------------------------------------
■プライバシーポリシー
------------------------------------------*/
* {margin: 0;padding: 0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
img {vertical-align: middle;margin: 0;padding: 0;border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
*font-size:100%;
max-width:100%;
}

.m-t30 {margin-top:30px;}
.m-t-50 {margin-top:-50px !important;}

.pc_none {display: none !important;}
.sp_none {}

body {
	background-color: #fff;
	color: #444444;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 200%;
	width: 100%;
	overflow-x: hidden;
}


body {
	color: #444444;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	width: 100%;
	background-image: url(../images/bk/bk.png);
	background-repeat: repeat;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	min-width: 1100px;
	width: 1100px;
	background-color: #ffffff;
}

/*------------------------------------------
               header
------------------------------------------*/
header .toptext {
	background-color: #fff4e4;
	padding-top: 8px;
	padding-bottom: 8px;
}
header .toptext p {
	color: #ff9600;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
}
header .topinfo {
	margin-top: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header .topinfo .logo {
	margin-left: 0px;
	margin-top: -10px;
}
header .topinfo .tel {
	margin-left: 130px;
	position: relative;
	margin-top: -5px;
}
header .topinfo .tel img {
    position: absolute;
    top: 1px;
    margin-left: 0px;
    left: 0px;
}
header .topinfo .tel p {
	color: #ff7e00;
	font-weight: bold;
	font-size: 34px;
	position: relative;
	padding-left: 40px;
	padding-top: 0px;
}
header .topinfo .tel small {
	font-size: 13px;
	position: absolute;
	top: 44px;
	right: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
header .topinfo .time {
	margin-left: 30px;
	margin-top: 0px;
}
header .topinfo .time th {
	font-size: 13px;
	line-height: 13px;
}
header .topinfo .time td {
	font-size: 13px;
	padding-left: 15px;
	line-height: 18px;
}
header .topinfo .contact {
	margin-left: 20px;
	margin-top: 0px;
}
header .topinfo .contact img {
	width: 200px;
	height: auto;
}
header .topinfo .contact a {
	display: block;
	text-decoration: none;
	transition: 0.2s;
}
header .topinfo .contact a:hover {
	opacity: 0.8;
	transition: 0.2s;
}
footer {
	width: 100%;
	text-align: center;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	background-color: #FFFFFF;
}
footer p {
	color: #ff7200;
}
footer p a {
	color: #ff7200;
	text-decoration: none;
}
footer p a:hover {
	color: #ff7200;
}
footer .copyright {
	width: 100%;
	font-size: 14px;
	background-color: #eee;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	color: #666666;
}

#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
font-size: 15px;
padding: 20px 0;
width: 1000px;
margin:0 auto;
}


.sub_page_title{
background-color: #ff7200;
background-image:none;
border-radius: 5px;
color: #ffffff;
font-size: 24px;
font-weight: bold;
margin: 30px auto;
padding: 20px 0;
text-align: center;
}

.box_sub{
padding: 0 50px;	
}

.sub_page_h {
border-bottom: 2px solid #ff7200;
font-size: 18px;
font-weight: bold;
line-height: 130%;
margin: 0 0 15px;
padding: 5px 0 3px;
}


@media (max-width: 670px){
/*------------------------------------------
■プライバシーポリシー
------------------------------------------*/
#wrap{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	min-width: 0px;
	width: 100%;
	max-width: 640px;
	padding-top: 5px;
}
body {
background-color:#fff;
color: #444444;
font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
font-size: 16px;
line-height: 200%;
width: 100%;
min-width:0px;
}
* {
    margin: 0;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
th, td {
    border: 1px solid #000;
    padding: .5em;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

a img {
    border: none;
}
a {
    color: #ff7200;
    text-decoration: none;
}
a:hover {
}


a:hover img {
}

.fcl {
    zoom: 100%;
}
.fcl:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/*------------------------------------------
               header
------------------------------------------*/
header .topinfo {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}
header .topinfo .logo {
	width: 120px;
	height: auto;
	position: absolute;
	left: 10px;
}
header .topinfo .tel {
	position: absolute;
	margin-top: 0px;
	top: 12px;
	right: 11px;
}
header .topinfo .tel img {
	position: absolute;
	top: 8px;
	margin-left: 0px;
	left: 0px;
	width: 23px;
	height: auto;
}
header .topinfo .tel a {
    text-decoration: none;
    color: #ff7e00;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-left: 28px;
    margin-top: -5px;
    padding-top: 4px;
}
/*------------------------------------------
               footer
------------------------------------------*/
	footer {
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin: 50px auto 0;
		padding: 0;
	}
footer p {
	font-size: 12px;
}
	footer .copyright {
	width: 100%;
	font-size: 10px;
	line-height: 1;
	background-color: #eee;
	margin: 20px 0 0;
	padding: 5px;
	box-sizing: border-box;
	color: #666666;
	}

.sub_page_title {
    background-color: #ff7200;
    color: #FFFFFF;
    font-weight: bold;
    margin: 10px 0;
    padding: 12px 0 10px;
    text-align: center;
    font-size: 110%;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto;
    padding: 10px 0;
    width: 98%;

}


.sub_page_h {
    border-bottom: 2px solid #ff7200;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 5px 0;
}
.box_sub{
padding: 0 10px;    
}
}



@media (max-width: 350px){
/*------------------------------------------
               header
------------------------------------------*/
header .topinfo {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .topinfo .logo {
	margin-left: 10px;
	width: 100px;
	height: auto;
}
header .topinfo .tel {
	position: relative;
	margin-left: 5vw;
	margin-top: 3px;
}
header .topinfo .tel img {
	position: absolute;
	top: 2px;
	margin-left: 0px;
	left: 0px;
	width: 20px;
	height: auto;

}
header .topinfo .tel a {
	text-decoration: none;
	color: #ff7e00;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-left: 26px;
}
#order .textsp {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	bottom: 9%;
}
	
}
