@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	line-height:32px;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
	letter-spacing:0.05rem;
	background:#000;
	color:#FFF;
}
a#access {
	display:block;
	height:120px;
	margin-top:-120px;
}
ul,
.display_bl,
.sub_product .wrap_pr {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
li,
.display_in,
.sub_product .wrap_pr .pr_left,
.sub_product .wrap_pr .pr_right {
	letter-spacing:0.05rem;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	box-sizing:border-box;
}
.display_fl {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-js-display: flex;
	letter-spacing: -0.6em;
}
.display_tb {
	display:table;
	table-layout: fixed;
}
.display_tc {
	display: table-cell;
}
.display_tc img {
    max-width: 100%;
    height: auto;
}

/* リンク装飾 */
a {
	color:#FFF;
}
a:hover {
}
a img
{
	background:none!important;
	border:0;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}
a.btn_pdf {
	display:inline-block;
	text-decoration:none;
	background-color:#956134;
	padding:8px 30px 8px 60px;
	color:#FFF;
	font-weight:700;
	background-image:url(../images/icon_pdf.png);
	background-repeat:no-repeat;
	background-position:13px center;
}
a.btn_pdf:hover {
	background-color:#77573F;
}
a#ryoma,
a#touken,
a#ikkubox {
	display:block;
	height:120px;
	margin-top:-120px;
}
/* 画像設定 */
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

.top-main {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.top-main  img.main_txt {
	position:absolute;
	z-index:2;
	right:60px;
	top:160px;
	
}
/* コンテンツ */
#top_content,
#sub_content {
    background-image: url(../images/page_bg.jpg);
    background-position: top center;
    background-size: cover;
	padding-bottom:60px;
}
#sub_content {
	margin-top:100px;
}
.top_inner {
	background-image:url(../images/page_bg_before.png);
	background-position:right -120%;
    background-size: 356px 433px;
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:100%;
}
.top_news_box .title {
	background-color:#84959E;
	text-align:center;
	width:250px;
	height:250px;
	box-sizing:border-box;
	font-size:50px;
	line-height:80px;
}
.top_news_box .title a {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:30px 0 0 0;
	position:relative;
    box-sizing: border-box;
}
.top_news_box .title:hover {
	background-color:#6E7F87
}
.top_news_box .title a::before {
    content: "";
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    border-bottom: 2px #FFF solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}
.top_news_box .title a::after {
    content: "MORE";
    display: block;
    font-size: 20px;
    padding-top: 30px;
}
.top_news_box {
	max-width:1100px;
	position:relative;
	z-index:3;
	margin:-10% auto 100px auto;
	width:100%;
	padding-top:50px;
	box-sizing:border-box;
	padding-left:100px;
}
.top_news_box .title {
	margin-top:-50px;
	z-index:4;
	position:absolute;
	left:0;
}
.top_news_box ul {
	background: rgb(255,255,255);
	filter:alpha(opacity=90);
	background: rgba(255,255,255,0.9);
	padding:50px 50px 50px 200px;
	color:#000;

}
.top_news_box ul li {
	width:100%;
	text-align:left;
	box-sizing:border-box;
	padding-left:130px;
	position:relative;
}
.top_news_box ul li a {
	color:#000;
	text-decoration:underline;
	background-image:url(../images/listimg.png);
	background-repeat:no-repeat;
	background-size:7px 10px;
	background-position:left 12px;
	display:inline-block;
	padding-left:25px;
}
.top_news_box ul li a:hover {
	text-decoration:none;
}
.top_news_box ul li .hiduke {
	display:inline-block;
	position:absolute;
	text-align:left;
	left:0;
}
.top_product {
	max-width:1230px;
	width:100%;
	margin:auto auto 60px auto;
}
.top_product li {
	width:33.333%;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}
.top_product li a.btn_more {
	display:block;
	text-decoration:none;
}
.top_product li a.btn_more::after {
	display:block;
	text-decoration:none;
	content:"MORE";
	background-color:#956134;
	padding:8px;
	width:65%;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:700;
}
.top_product li:hover a.btn_more::after {
	background-color:#77573F;
}

.top_product li a img {
	display:block;
	margin:auto auto 30px auto;
}
.top_product li a .title {
	font-size:20px;
	line-height:28px;
	color:#956134;
	display:block;
	text-align:center;
	margin-bottom:20px;
	font-weight:700;
}
.top_product li a .title strong {
	font-size:30px;
	line-height:30px;
	color:#84959E;
}
.top_product li a .txt {
	text-align:left;
	color:#FFFFFF;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0 8px;
	margin-bottom:30px;
}
.top_information {
	max-width:1300px;
	width:98%;
	margin:auto auto 60px auto;
	box-sizing:border-box;
	padding-top:50px;
	padding-right:200px;
	position:relative;
}
.top_information a {
	position:absolute;
	z-index:3;
	display:block;
	height:100%;
	width:100%;
	background-image:url(../images/top_content_gaiyo_btn.png);
	background-size:157px 50px;
	background-repeat:no-repeat;
	background-position:bottom right;
	top:0;
	left:0;
	text-decoration:none;
}
.top_information ul {
	width:250px;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.top_information ul li{
	background-color:#676E71;
	width:100%;
	position:relative;
}
.top_information ul li .title {
	background-color:#84959E;
    font-size: 32px;
    line-height: 36px;
	padding-top:60px;
	padding-bottom:50px;
	width:100%;
	font-weight:700;
	position:relative;
}
.top_information ul li .title::before {
    content: "";
    display: block;
    width: 80%;
    margin: auto;
    border-bottom: 2px #FFF solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
}
.top_information ul li .title::after {
    content: "Information";
    display: block;
    font-size: 20px;
    padding-top: 35px;
}
.top_information ul li p{
	text-align:center;
	padding:30px 0;
}

/*　サブページ　*/
h2.pagetitle {
	background-color:#5A4230;
	padding:50px 0;
	font-size:35px;
	line-height:50px;
	text-align:center;
	background-image:url(../images/page_bg_before_2.png);
	background-position: left center;
    background-size: 30% auto;
    background-repeat: no-repeat;
	letter-spacing:0.2rem;
}
h3 {
	background-color:#6E7F87;
	text-align:center;
	width:400px;
	padding:15px 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	box-sizing:border-box;
	font-size:30px;
	line-height:120%;
	position:relative;
}
h3::before {
    content: "";
    display: block;
    width: 50%;
    margin: auto;
    padding-top: 20px;
    border-bottom: 2px #FFF solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
h3 span {
	display:block;
	padding-top:25px;
	text-align:center;
	font-size:16px;
	line-height:120%;
}
h4 {
	border:1px solid #956134;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:10px 15px;
	font-size:22px;
	font-weight:700;
	text-align:left;
	width:100%;
	box-sizing:border-box;
	margin-bottom:25px;
	color:#956134;
}
.sub_inner {
	padding-top:90px;
	padding-bottom:0px;
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.inner{
	margin-bottom:90px;
}
.inner p{
	text-align:left;
	padding:0px 30px 30px 30px;
}
.inner.line_b{
	padding-bottom:90px;
	border-bottom:1px solid #999;
}
.privacy_box dl {
	text-align:left;
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
}
.privacy_box dl dt {
	border:1px solid #956134;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:10px 15px;
	font-size:22px;
	font-weight:700;
	text-align:left;
	width:100%;
	box-sizing:border-box;
	margin-bottom:15px;
	color:#956134;
}
.privacy_box dl dd {
	width:100%;
	box-sizing:border-box;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:50px;
}
.privacy_box dl dd ul {
	width:100%;
	box-sizing:border-box;
	padding-left:1.5rem;
	padding-top:20px;
}
.privacy_box dl dd li {
    width: 100%;
    padding-left: 14px;
	line-height:100%;
    background-image: url(../images/listimg.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 7px 10px;
	margin-bottom:5px;
}

/* 事業案内 */
.sub_product {
	width:100%;
	margin:auto auto 60px auto;
	padding-top:30px;
}
.sub_product ul {
	margin-bottom:-120px;
}
.sub_product li {
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:60px;
}
.sub_product li .title {
	font-size:20px;
	line-height:28px;
	color:#956134;
	display:block;
	margin-bottom:20px;
	font-weight:700;
	text-align:center;
}
.sub_product li .title strong {
	font-size:30px;
	line-height:30px;
	color:#84959E;
}
.sub_product li .txt {
	text-align:left;
	color:#FFFFFF;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0 8px;
	margin-bottom:30px;
}
.sub_product li .wrap_pr .pr_left,
.sub_product li .wrap_pr .pr_right {
	width:50%;
}
.sub_product li .wrap_pr .pr_left{
	padding-right:30px;
}
.sub_product .wrap_pr .pr_right {
	text-align:left;
}
.sub_product li .wrap_pr .pr_left.ph.pc {
	padding-right:0px;
	padding-left:30px;
}
.sub_product li .wrap_pr .pr_left.ph.smp {
	display:none;
}

/* フッター */
#footer {
	background-color:#080404;
}
#footer .display_bl{
	max-width:1400px;
	width:100%;
	box-sizing:border-box;
	padding:35px 25px 0px 25px;
	margin:auto;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 100%;
	text-align: left;
}
#footer .display_bl .adoress_box,
#footer .display_bl .link_box {
	width:50%;
	vertical-align:top;
	text-align:left;
	padding-bottom:35px;
}
#footer .display_bl .adoress_box strong {
	font-size:26px;
	line-height:45px;
	display:block;
	margin-bottom:8px;
}
#footer .display_bl .adoress_box p {
	font-size:16px;
	line-height:26px;
	margin-bottom:8px;
}
#footer .display_bl .adoress_box ul li{
	margin-right:20px;
}
#footer .display_bl .adoress_box ul li a{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:5px 30px;
	font-size:16px;
	line-height:100%;
	text-decoration:none;
	border:1px solid #FFFFFF;
}
#footer .display_bl .adoress_box ul li a:hover {
	background-color:#333333;
}
#footer .display_bl .link_box .title {
	display:block;
	width:100%;
	font-size:20px;
	line-height:100%;
}
#footer .display_bl .link_box .title::after {
	width:60px;
	border-bottom:2px solid #FFF;
	content:"";
	display:block;
	padding-top:15px;
	margin-bottom:20px;
}
#footer .display_bl .link_box ul {
	margin-bottom:-15px;
}
#footer .display_bl .link_box ul li {
	margin-right:30px;
	margin-bottom:15px;
}

#footer #copyright {
	display:block;
	width:100%;
	letter-spacing:0.05rem;
	font-size:12px;
	line-height:16px;
	text-align:right;
}
table{
	border-top:none;
	border-collapse: collapse;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	line-height:150%;
}
table th,
table td {
	padding:15px 10px;
	box-sizing:border-box;
	text-align:left;
	border-bottom:1px solid #999999;
}
table th {
	font-weight:500;
	width:200px;
	position: relative;
	vertical-align:top;
}
table th .hissu {
	display:inline-block;
	background-color:#C00;
	color:#FFF;
	padding:2px 5px;
	position:absolute;
	top:15px;
	right:0;
	font-size:12px;
}
table td li {
    width: 100%;
    padding-left: 14px;
    background-image: url(../images/listimg.png);
    background-position: left 9px;
    background-repeat: no-repeat;
    background-size: 7px 10px;
	margin-bottom:5px;
}
table.mailform td {
	color:#999999;
	font-size:15px;
}
table.mailform td label {
	color:#FFFFFF;
	font-size:18px;
}
table td ul {
	margin-bottom:-5px;
}
input[type="text"].width30 {
	width:60px;
	margin-bottom:5px;
}
input[type="text"].width40 {
	width:80px;
	margin-bottom:5px;
}
input[type="text"],
textarea{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	font-size:16px;
    font-family: 'Noto Serif JP', serif;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
select{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
}
input[type="submit"],
input[type="reset"]{
	padding:5px 10px;
	font-size:16px;
	margin:10px;
	text-align:center;
	font-weight:600;
}
label {
	width:100%;
}
.ggmap {
	position: relative;
	padding-bottom: 45%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	width:100%;
	margin:auto auto 0px auto;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tx_35 {
	font-size:35px;
	line-height:130%;
} 
.tx_40 {
	font-size:40px;
	line-height:130%;
} 
@media screen and (max-width: 1280px) {
.top_news_box {
    width: 96%;
}
.top-main img.main_txt {
    right: 30px;
    top: 130px;
    width: 130px;
}
.top_information {
    padding-right: 0;
}
.top_information ul {
    width: 98%;
    position: relative;
    box-sizing: border-box;
    padding-right: 200px;
    margin-top: -50px;
    margin-left: auto;
}
.top_information ul li {
    width: 100%;
    display: block;
	letter-spacing: -0.6em;
}
.top_information ul li .title,
.top_information ul li p {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
	letter-spacing:0.05rem;
	vertical-align:middle;
}
.top_information ul li .title {
    padding-top: 80px;
    padding-bottom: 70px;
}
.top_information ul li .title::before {
    top: 53%;
}
.sub_inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 1160px) {
.top_product ul {
	margin-bottom:-80px;
}
.top_product li {
    width: 100%;
    margin-bottom: 80px;
	padding-left: 35px;
    padding-right: 35px;
}
.top_product .wrap_pr {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
.top_product li a .title {
    text-align: left;
}
.top_product li a.btn_more::after {
    width: 230px;
    margin-right: 0;
    margin-top: -78px;
    box-sizing: border-box;
}
.top_product .wrap_pr .pr_left{
	width:30%;
}
.top_product .wrap_pr .pr_right {
	padding-left:50px;
	padding-right:25px;
	text-align:left;
	width:70%;
}
.top_product .wrap_pr .pr_left,
.top_product .wrap_pr .pr_right{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	box-sizing:border-box;
}
#footer .display_bl {
    text-align: center;
}
#footer .display_bl .adoress_box,
#footer .display_bl .link_box {
	width:100%;
	padding-bottom:35px;
	max-width:620px;
	text-align:center;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}
#footer .display_bl .link_box .title::after {
    margin: auto auto 20px auto;
}
#footer .display_bl .link_box ul li {
	width:50%;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
    margin-right: 0px;
}
}
@media screen and (max-width: 975px) {
#footer .display_bl .adoress_box,
#footer .display_bl .link_box {
	width:100%;
}
}
@media screen and (max-width: 890px) {
.wrap_pr .pr_left{
	width:100%;
}
.top_product li {
    width: 98%;
    padding-left: 0;
    padding-right: 0;
	margin-left:auto;
	margin-right:auto;
}
.privacy_box dl {
    padding-left: 15px;
    padding-right: 15px;
}
.privacy_box dl dd {
    padding-left: 15px;
    padding-right: 15px;
}
.privacy_box dl dd ul {
    padding-left: 0.5rem;
    padding-top: 20px;
}
.privacy_box dl dd li {
    margin-bottom: 8px;
	line-height: 120%;
}
.wrap_pr .pr_right {
	padding-left:0px;
	width:100%;
}
.top_product li a.btn_more::after {
    width: 80%;
    margin-right: auto;
    margin-top: 0;
}
.sub_product li {
    padding-left: 15px;
    padding-right: 15px;
}
.sub_product li .wrap_pr .pr_left, .sub_product li .wrap_pr .pr_right {
    width: 100%;
}
.sub_product li .wrap_pr .pr_left.ph.pc {
	display:none;
}
.sub_product li .wrap_pr .pr_left.ph.smp {
	display:block;
}
.sub_product li .wrap_pr .pr_left {
    padding-right: 0px;
	margin-bottom:30px;
}

}
@media screen and (max-width: 860px) {
.top_inner {
    padding-top: 90px;
}
.top_news_box {
    margin: 0 auto 100px auto;
    padding-top: 50px;
    padding-left: 0;
}
.top_news_box .title {
    width: 250px;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.top_news_box .title a {
    padding: 20px 0;
}
.top_news_box .title a::before {
    top: 35%;
}
.top_news_box .title a::after {
    font-size: 20px;
    padding-top: 0px;
}
.top_news_box ul {
    padding: 100px 50px 50px 50px;
    color: #000;
}
.top_news_box ul li .hiduke {
    display: block;
    position: relative;
    width: 100%;
	line-height:100%;
	margin-bottom:5px;
}
.top_news_box ul li {
    width: 100%;
    padding-left: 0;
	margin-bottom:20px;
	line-height:100%;
}
.top_news_box ul li a {
    background-position: 8px 5px;
}
table {
	width:96%;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	border-top:none;
}
table tbody,
table tr,
table th,
table td {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	width:100%;
	box-sizing:border-box;
	border:none;
}
table th {
	background-color: #333333;
	padding: 7px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
table td {
	padding: 8px 10px 13px 10px;
}
.ggmap {
	padding-bottom: 95%;
}
table th .hissu {
	padding: 0px 10px;
    top: 7px;
    right: 6px;
}
}
@media screen and (max-width: 800px) {
.top_information ul {
    width: 94%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.top_information ul li .title {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
}
.top_information ul li p {
	text-align:left;
    width: 100%;
	padding: 15px 20px;
	box-sizing:border-box;
}
.top_information ul li p br {
	display:none;
}
.top_information {
    padding-bottom: 70px;
}
.top_information a{
	background-position: 93% bottom;
}
#sub_content {
	margin-top:80px;
}

}
@media screen and (max-width: 600px) {
.top_product .wrap_pr .pr_left{
	width:100%;
}
.top_product .wrap_pr .pr_right {
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	width:100%;
}
.inner p {
    padding: 0px 15px 30px 15px;
}
}


