@charset "utf-8";

/********************
  PC用スタイル
********************/

body{
	font-family: "Meiryo","メイリオ","sans-serif","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
/*ipad表示用*/
@media screen and (max-width: 768px) {
	body{
		min-width:1200px;
}
}

/* -------------------------------------
	ヘッダー
----------------------------------------*/
header{
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat;
}

header>#header_inner{
   position:relative;
    top:0;
    height: 90px;
	width:960px;
	margin: 0 auto;
}
header>#header_inner>h1>img#head_rogo{
    float: left;
    margin:28px 0 18px 0;
	height:46px;
}
header>#header_inner .head_meta{
    float: right;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin:20px 0 0 0;
}
header>#header_inner .head_meta > * + *{
    margin-left: 10px;
}
/* header>#header_inner #head_tel{
    float: right;
    margin:20px 0 0 0;
} */
header>#header_inner #head_tel span{
	font-size:65%;
}
header>#header_inner #head_tel img{
    margin-top:5px;
}
header>#header_inner .head_sns{
    width: 29px;
    height: 29px;
}
header>#header_inner .head_sns img{
    max-width: 100%;
    object-fit: cover;
}
/* nav
------------------------------- */
header>nav{
    width:100%;
    clear:both;
    border-top: 1px solid #d9d9d9;
    background-color: #efefef;
}
header>nav>div{
    width:960px;
	height:28px;
	margin:0 auto;
}
header>nav ul{
    float: right;
    margin:0px 0 0 0;
    display:table;
    height:28px;

}
header>nav ul li{
    display: table-cell;
    vertical-align: middle;
    background-image: url(../images/common/nav_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding:0 40px 0 11px;
    font-size:75.0%;
    cursor: pointer;
}
header>nav ul li.last{
    padding:0 0px 0 11px;
}
/*for IE6 */
*header>nav ul li{
display: inline;
zoom: 1;
line-height: 30px;
}/*for IE7 */
*:first-child+html header>nav ul li{
display: inline;
zoom: 1;
line-height: 30px;
}
/* -------------------------------------
	メインビジュアル
----------------------------------------*/
#main {
	background: url(../images/top/main_img_bg.jpg) no-repeat center top;
	-moz-background-size:cover;
	background-size: cover;
	padding: 0;
	position: relative;
	top:118px;
	left:0;
	width: 100%;
	height: /*690*/790px;
	/*margin-top:118px;*/
}
#main #txt_area{
    width:960px;
	margin:0 auto;
}
#main #txt_area img{
    width:100%;
}
#main .box01{
	width: 214px;
	height:478px;
	margin: 36px 0 0 0;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: url(../images/top/main_img_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .box02{
    width:716px;
    margin:0px 0 0 0;
	float:left;
	position:relative;
	left:-30px;
	right:0;
	z-index:1;
}
#main .box02 img{
    width:716px;
}
#main .arrow {
	position: absolute;
    bottom:10%;
    left: 47%;
}

/* -------------------------------------
	section内共通
----------------------------------------*/

section.section_int{
   padding:70px 0px;
   position: relative;
   top:0;
   left:0;
}
section.section_int>div.product_cnt{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
section.section_int>div.product_cnt>div{
    float: left;
}
section.section_int>div.product_cnt>div.product_int{
    float:right;
    width:424px;
}
section.section_int>div.product_cnt>div.product_int>img.product_no{
    float: right;
    margin:0 0 42px;
}
section.section_int>div.product_cnt>div>h3{
    color: #fff;
    font-size: 28px;
    margin:30px 0 20px;
    font-weight:normal;
    letter-spacing: 0;
}
section.section_int>div.product_cnt>div>h3>span{
    font-size:18px;
}
section.section_int>div.product_cnt>div>h3>span.fs22{
    font-size: 22px;
}
section.section_int>div.product_cnt>div>p{
    color: #fff;
    margin:0 0 24px;
}
section.section_int>div.product_cnt>div>p.product_bg{
    background-image: url(../images/top/product_bg.png);
    background-repeat: repeat;
    width: 424px;
    padding:10px;
    color:#6c5141;
}

/* -------------------------------------
	section01
----------------------------------------*/

section#product_01{
    background-color: #c8995a;
}

/* -------------------------------------
	distribution
----------------------------------------*/

section#distribution>div.product_cnt>h3{
    text-align: left;
    margin:0 0 16px;
    font-size: 125.0%;
}
section#distribution>div.product_cnt>p{
    text-align: left;
    margin:0 0 32px;
}
section#distribution>div.product_cnt>img{
    width:100%;
}

/* -------------------------------------
	section02
----------------------------------------*/

section#product_02{
    background-color: #6c5141;
}

/* -------------------------------------
	section03
----------------------------------------*/

section#product_03{
    background-color: #8e5547;
}

/* -------------------------------------
	contact
----------------------------------------*/
section.contact{
    text-align: center;
	background-color:#ffffff;
}
section.contact>p{
    font-size: 125.0%;
    line-height: 1.75;
	font-weight:bold;
}
section.contact>p.number{
     margin:48px 0 0 0;
}
section.contact>p img:first-child{
     margin:0 56px 0 0;
}
section.contact_bottom{
    margin:60px 0 0;
}
/* -------------------------------------
	company
----------------------------------------*/
section#company{
    background-image: url(../images/top/company_bg.png);
    background-repeat: repeat;
}
/*section#company>section>h3{
    background-image: url(../images/common/border_bg.png);
    background-repeat: repeat-x;
    font-size: 125.0%;
    line-height: 1.75;
    text-align: center;
    padding:42px 0 40px 0;
}*/
section#company>section>h3>img{
    border-bottom:4px solid #847768;
    padding:0 0 10px;
    margin:0 0 30px;
}
section#company>section{
    width:960px;
    margin: 0 auto;
}
section#company>section>div{
    float: right;
    margin:44px 0 0;
    text-align: left;
}
section#company>section>div#company_int .photo{
	width: 960px;
}
section#company>section>div#company_int .photo.mb{
	margin-bottom:40px;
}
section#company>section>div#company_int img{
    width: /*960px*/100%;
	height:/*446px*/ auto;
}
#company_int .photo p{
	padding-bottom:5px;
}
/*for IE7 */
*:first-child+html #company_int .photo p{
	padding-top:5px;
}
section#company>section>div#company_int p span{
	padding: 0.5% 2%;
	background-color:#847768;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 90%;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
/* company_profile
------------------------------- */

section#company>section{
    clear:both;
    text-align: center;
}
section#company>section dl>h4>img{
    border-bottom:4px solid #847768;
    padding:0 0 10px;
    margin:0 0 30px;
}
section#company>section dt,
section#company>section dd{
	padding: 22px 4px 22px 4px;
}
section#company>section dt {
	width: 209px;
	clear: left;
	float: left;
	background-color: #eeeeed;
	border-top: 1px solid #c0b8af;
	border-left: 1px solid #c0b8af;
}
section#company>section dd {
	margin-left: 217px;
	border-top: 1px solid #c0b8af;
	border-right: 1px solid #c0b8af;
    text-align: left;
	padding: 22px 4px 22px 58px;
	background-color: #fff;
}
section#company>section dt.last,
section#company>section dd.last{
	border-bottom: 1px solid #c0b8af;
    line-height: 2.5;
	padding: 14px 4px 14px 58px;
}
section#company>section dt.last{
	padding: 14px 4px 54px 4px;
}

/* map
------------------------------- */
section#map{
    width:100%;
	background-image: url(../images/top/company_bg.png);
    background-repeat: repeat;
}
section#map>section{
    width:960px;
    margin: 0 auto 60px auto;
	clear:both;
    text-align: center;
}
section#map>section h4 img{
    border-bottom:4px solid #847768;
    padding:0 0 10px;
    margin:90px 0 30px;
}
section#map .map_wrap {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
section#map .map_wrap iframe {
    width: 100%;
    aspect-ratio: 96 / 50;
}
#mapField {
  width: 100%;
  height: 500px;
}
section#map .txt_link {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

/* -------------------------------------
	フッター
----------------------------------------*/
footer{
    background-image: url(../images/common/foot_bg.png);
    background-repeat: repeat;
    color: #fff;
    font-size: 75.0%;
    letter-spacing: 0.1em;
    padding:24px 0 16px 56px;
}

/* -------------------------------------
	pagetop
----------------------------------------*/

#pagetop.show {
    z-index: 100;
    opacity: 1;
    transform: scale(1);
}
#pagetop {
    position: fixed;
    bottom: 66px;
    right: 16px;
    font-size: 77%;
}
#pagetop a {
	display: block;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #F1F1F1;
	background: none repeat scroll 0% 0% #60b523;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#pagetop a:hover{
	text-decoration: none;
	background-attachment: scroll;
	background-color: #79c146;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
/* -------------------------------------
	ページ内リンクの位置調整
----------------------------------------*/
section#product{
   padding-top:50px;
}