@charset "utf-8";
/* CSS Document */

/* □□□□□□ */
html {
	height: 100%;
}
* html body {
	
}
body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	
}
img {
	max-width : 100%;
	height : auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	/*text-decoration: underline;*/
}
li {
	list-style-type: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
p, div, ul, li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}

/*===========================
	wrap
============================*/
#wrap, #sp-wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}
/*===========================
	header
============================*/
#header {
	width: 100%;
   
}
    

.header-inner {
	padding: 14px 20px;
   	z-index: 999;
	background-color: #fff;
}


/*header fixed-------------
#header {
	width: 1600px;
	position: fixed;   
}

.header-inner {
	padding: 13px 100px;
   	z-index: 999;
	background-color: #fff;	
}
.fv {
	margin-top: 88px;
}*/

/*===========================
	main
============================*/

#main {
	margin: 0 auto;
	width: 100%;
	
}
/*===========================
	contents
============================*/
#contents, #sp-contents {
	width: 100%;
    padding-bottom: 0px;
    margin-top: 0px;
}

/*===========================
	footer
============================*/	
#footer {
	width: 100%;
	height: 36px;
	background-color: #0a0059;
}


/* =======================================
	Basic
======================================== */
::-moz-selection {
 color:#909090;
 text-shadow: none;
 background-color: #333;
}
::selection {
	color:#eee;
	text-shadow: none;
	ackground-color: #333;
	background-color: #000;
}

/*===========================
	header
============================*/

.obi_1 {
	width: 100%;
    height: 4px;
    background-color: #f9f9f9;
}
.obi_2 {
	width: 100%;
    height: 1px;
    background-color: #ccc;
}

.header-logo {
	width: 360px;
	padding: 5px;
	}
.header-contact-btn {
	padding-right: 12px;
	}
	
header .inner {
	overflow: hidden;
	height: 60px;
	margin: 0 auto;
}
header h1 {
	float: left;
	margin-top: 0;
}
header p {
	float: right;
}
header p.to_map {
	width: 185px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #C29D48;
	border-radius: 5px;
	color: #C29D48;
	text-align: center;
	font-size: 15rem;
	margin-top: 5px;
}
header p.to_map a {
	font-size: 1.6rem;
	color: #C29D48;
	display: block;
}
header p.address {
	margin-top: 10px;
	font-size: 12px;
	margin-right: 15px;
	line-height: 1.7;
	text-align: right;
}
div.fixed_menu {
	z-index: 1000;
	height: 110px;
	margin-bottom: 20px;
	background: url("../images/pc/back.png");
	position: fixed;
	width: 1200px;
}
div.fixed_menu ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
div.fixed_menu ul li {
	float: left;
	margin-right: 15px;
}
div.fixed_menu ul li:nth-of-type(2) {
	margin-top: 10px;
}
div.fixed_menu ul li:nth-of-type(3) {
	margin-top: 10px;
	margin-right: 0;
}

/*===========================
	プライバシーポリシー
============================*/
#policy h2 {
	border-bottom: 1px solid #ddd;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight: bolder;
}
#policy > h2 {
	padding-bottom: 30px;
}

.policy-inner {
    background-color: #fefdfd;
   /* box-shadow: 0px 0px 45px 0px #d2d2d2 inset;*/
}

section#policy {
	width: 900px;
	padding: 50px;
	background: #fefdfd;
	margin: 0 auto;
	box-sizing: border-box;
	
}
section#policy h1 {
	margin-bottom: 20px;
}
section#policy * {
	line-height: 1.7;
}
section#policy p.attention {
	margin: 50px 0;
	font-size: 1.6rem;
	padding: 0 25px;
}
section#policy ul {
	padding: 0 25px;
}
section#policy ul li {
	margin-bottom: 30px;
}
section#policy ul li:last-child {
	margin-bottom: 0px;
}
section#policy ul li h2 {
	font-size: 1.8rem;
	color: #313131;
	font-weight: bold;
}
section#policy ul li p {
	font-size: 1.4rem;
}


/* img ------------------*/
.ttl-policy {
    margin: 16px 0 40px;
}
	
/*===========================
	back-btn
============================*/

.policy_to_top {
    border: 1px solid  #333;
    width: 185px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 35px auto;
    border-radius: 5px;
}
.policy_to_top a {
	color:  #333;
	display: block;
	height: 50px;
	line-height: 50px;
}
.policy_to_top a:hover {
	color: #fff;
	background-color: #333;
	opacity: unset;

	
	}
.to_policy {
	text-align: center;
	margin: 40px auto -40px;
	font-size: 16px;
}
