
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.jpg);
	color: #333333;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.privacy {
	color: #862b0c;
}


h3.privacy,
h2.privacy {
	text-align: left;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #523f2b;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 8px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
	border: 1px solid #953d16;
	color: #953d16;
	display: inline-block;
	font-weight: 600;
	padding: 15px 80px 15px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background: #953d16 url(images/link_btn_w.svg) no-repeat right 20px center;
	background-size: 8px;
	color: white;
	opacity: 1;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	margin: 0 5px;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #66b5bc;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	font-weight: 600;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

ul.list {
	border-top: 1px dotted #244163;
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 10px 14px;
	background-size: 5px;
	border-bottom: 1px dotted #244163;
	display: block;
	padding: 6px 0 6px 26px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.notelist li span.small span.maker {
	margin-right: .4em;
}

div.line {
	border-top: 1px dotted #244163;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

#header-text {
	background-color: black;
	color: white;
	font-size: 11px;
	padding: 8px 0;
}

div.main {
	margin: 0 auto;
	width: 1100px;
}

div.main-s {
	margin: 0 auto;
	width: 800px;
}

#footer-bg {
	background-color: black;
	padding: 50px 0;
}

#footer {
	color: white;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	width: 850px;
}

#footer a {
	color: white;
}

#footer #footer-text {
	padding: 20px 0;
}

#footer #footer-text p {
	margin: 0 auto;
	text-align: center;
}

#footer #footer-text img {
	padding: 20px 0;
}

#footer #footer-text span.border {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	display: block;
	margin: 10px auto;
	padding: 5px 0;
	width: 450px;
}

#footer #footer-text address {
	font-style: normal;
	padding-top: 10px;
	text-align: center;
}

#footer #footer-text p strong {
	display: block;
	font-size: 20px;
	padding-top: 30px;
}

#footer #footer-text p.tel {
	font-size: 40px;
	font-weight: 600;
}

#instagram {
	padding-top: 25px;
}

#pagetop {
	bottom: 0;
	display: block;
	position: fixed;
	right: 0;
}

p#copyright {
	background: black;
	color: white;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 20px 0;
	text-align: center;
}
