@charset "UTF-8";

img {
	border-width: 0px;
}
a:hover img{
	opacity: 0.5;
	-moz-opacity: 0.5;
}
body {
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;	
}
ul{
	margin: 0px;
	padding: 0px;
	}
li{
	margin: 0px;
	padding: 0px;
	padding-left:13px;
	background-image:url(sozai/dmt945.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type: none;
	}
h1 {
	margin: 10px 0px;
	padding: 15px 0px 5px 0px;
	color: #4D4D4D;
}
h2 {
	font-size:140%;
	margin: 10px 0px;
	padding: 15px 0px 0px 0px;
	color: #8D80BB;
	border-bottom: #8D80BB solid 1px;
}
h3 {
	font-size:medium;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
h4 {
	font-size:small;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	color: #FFF;
	background-color: #369;
}
h5 {
	font-size:120%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #6357A3;
}
#header {
	width: 100%;
	border-bottom: #8D80BB solid 1px;
	margin-bottom: 4px;
}
/* 20250917*/
#dmt_header_moteru {display: block;width: 900px; padding: 0 0 0 240px; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 110%;font-weight: bold;margin:14px auto -41px auto;}
/* 20250917*/
#dmt_header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100px;
	font-size: small;
	background-image: url(sozai/dmt914a.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
#header_top {display: block;text-align: right; }

#header_iso {display: inline-block;text-align: right;vertical-align: top;padding-left: 10px; }
#header_en {display: inline-block;width: 10em; text-align: right;padding-bottom: 40px;vertical-align: top;}
#header_en a:hover{background-color:#4D4D4D;}
#header_en a{display: inline-block;
background-color:#8D80BB;
color: white;
text-decoration: none;
	width: 5em;
	text-align: center;
padding:2px; }

.menu_japanease {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 110%;
	}
.menu_english {
	display: block;
	width: 100%;
	text-align: center;
	font-size: x-small;
	}

#menu {
width: 660px;
	float: right;
	line-height: 105%;
}
#menu a:hover{
	color: #000;background-color: azure;
}
#menu a{
	display: inline-block;
	padding:5px 0px;
	text-decoration: none;
	color: #4D4D4D;
	width: 110px;
}


/* プルダウンメニュー*/
.dmt_header_menu {}
.dmt_header_menu ul{display: inline-block;list-style: none; }
.dmt_header_menu {display: block;text-align: right;}
.dmt_header_menu li {position: relative;margin: 0; padding: 0;display: inline-block;background-image:none;width: 110px;}


.dmt_header_menu ul { padding:0; margin:0 ; text-align: right;}
.dmt_header_menu a:hover {background-color: azure;color: #4D4D4D;text-decoration: underline;}
.dmt_header_menu a {margin:0px; display: block;text-decoration: none;color: #4D4D4D;padding: 0;font-weight: 500; }
.dmt_header_menu li:hover {}
.dmt_header_menuul li ul li a {text-align: center;}
.dmt_header_menu ul li ul li a:hover {}
.dmt_header_menu > a{display: none;}
/* first level */
.dmt_header_menu > ul
    {display: block;}
.dmt_header_menu > ul > li
        {display: inline-block;}
/* second level */
.dmt_header_menu li ul
    { display: none;
        position: absolute;
        top: 100%; left: 0;width: 200px;background-color: rgba(255,255,255,.8);}
.dmt_header_menu li ul li a {padding: 10px 0; border-bottom: solid 1px #6357A3;}
.dmt_header_menu li ul li{width:100%;
        top: 100%;z-index: 120;margin: 0;padding: 0;}
.dmt_header_menu li:hover ul
        {display: block;z-index: 110;margin: 0 0 0 -45px;padding: 0;}
/* プルダウンメニュー*/




/* ハンバーガーメニュー　常時表示*/
#dmt_nav-drawer {width: 50px;display: block;position: fixed; top: 0; left: 0; background-color: rgba(255,255,255,.8);}
/*チェックボックス等は非表示に*/
.dmt_nav-unshown {display:none;}

/*アイコンのスペース*/
.dmt_nav-open {
display: flex; 
width: 50px;
height: 50px;
}
.dmt_nav-open span{top: 25px;left: 10px;}

/*ハンバーガーアイコンをCSSだけで表現*/
.dmt_nav-open span, .dmt_nav-open span:before, .dmt_nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  background: #4D4D4D;
  display: block;
  content: '';
  cursor: pointer;transition: .3s ease-in-out;
}
.dmt_nav-open span:before {bottom: 10px;}
.dmt_nav-open span:after {top: 10px;}
/*クリックで×に変形*/
#dmt_nav-input:checked ~ .dmt_nav-open span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	transition: .3s ease-in-out;
}
#dmt_nav-input:checked ~ .dmt_nav-open span::before {
    bottom: 0;
    transform: rotate(45deg);transition: .3s ease-in-out;
}
#dmt_nav-input:checked ~ .dmt_nav-open span::after {
    top: 0;
    transform: rotate(-45deg);transition: .3s ease-in-out;
}

/*チェックが入ったらもろもろ表示*/
#dmt_nav-input:checked ~ .dmt_nav-close {
  display: block;/*カバーを表示*/
}

#dmt_nav-input:checked ~ .dmt_nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}	

	
/*閉じる用の薄黒カバー*/
.dmt_nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100,100,100,.5);
  transition: .3s ease-in-out;
}

/*中身*/
.dmt_nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 1000;/*最前面に*/
  width: 90%;max-width: 360px;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background-color: rgba(48,61,67,1);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
.dmt_nav-content a:hover {text-decoration: underline;}
.dmt_nav-content a {color: white; text-decoration: none;text-align: left;}
.dmt_nav-content li {margin: 1em; background-image: none;}
.dmt_nav-content_logo {width: 130px; margin: 30px auto;}
.dmt_nav-content_menu .menu_japanease {text-align: left!important;}
.dmt_nav-content_menu .menu_english{text-align: left!important;}
.menu_li {padding-left: 2.5em;}
/* ハンバーガーメニュー　ここまで*/

/* 左側へ押し込むハンバガーメニュー*/
.menu_li {padding-left: 2.5em;}
.wrapper {  overflow-x: auto;}

#contents {width: 100%;}

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(200,200,200,.2);
    position: absolute;
	 
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  main {
    height: 100%;
    transition: all .5s;
    display: flex;
  }
  main.open {
    transform: translateX(-250px);
  }
  .menu-trigger {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 22px;
    right: 30px;
    z-index: 100;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(64,65,53,1);
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: rgba(64,65,53,1);
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  nav {
    width: 250px;
    height: 100%;
      overflow-y: scroll;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(250px);
    transition: all .5s;
  }
  nav.open {
    transform: translateZ(0);
	  border-left: rgba(187,189,191,1) solid 1px;
  }
  nav li {
    color: rgba(64,65,53,1);
    text-align: left;
    padding: 10px;
	  list-style: none;
      background-image: none;
  }
    nav li a {
       text-decoration: none;
      display: block;
	color: rgba(64,65,53,1);
    }
    nav li a:hover {
      text-decoration: underline;
    }
.menu_japanease {
	font-size: 100%;
	}
/* 左側へ押し込むハンバガーメニュー*/


















#header_image_wrap {background-image: url(sozai/dmt906a.jpg); width: 100%; background-position: center;background-size: cover;}
#header_image {width: 100%; max-width: 1000px; height: 418px;margin: 0 auto;}

#title_wrap {background-image: url(sozai/dmt906.jpg); width: 100%; background-position: center;background-size: 100%; margin-bottom: 20px; }
#title {width: 100%; max-width: 900px; padding: 2em 0;margin: 0 auto; background-image: url(sozai/dmt913.jpg); background-position: center;color: white; text-shadow: 5px 5px 2px #000;}
#title h1 {font-size: 140%; color: white;padding-left: 2em;}
#contents_top {
	width:100%;
	text-align:center;
	padding:5px 0px 10px 0px;
	font-weight: bold;
	line-height: 160%;
	border-bottom: #8D80BB solid 1px;
	margin-bottom: 4px;
	}


#dmt_main {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	min-height: 600px;
	font-size: small;
}

.dmt_contents {
	clear: both;
	width:100%;
	padding:0px 0px 30px 0px;
	line-height: 160%;
	}
.dmt_contents_66 {
	width:66%;
	padding:0px 0 20px 0;
	display: inline-block;
	}
.dmt_contents_50 {
	width:50%;
	padding:0px;
	display: block;
	float: left;
	}
.dmt_contents_40 {
	width:40%;
	padding:0px 0 20px 0;
	display: inline-block;
	}
.dmt_contents_33 {
	width:33%;
	padding:0px 0 20px 0;
	display: inline-block;
	}
.dmt_contents_25 {
	width:24%;
	padding:0px;
	display: inline-block;
	
	}
.dmt_contents_25p {
	position: relative;
	display: block;
	padding: 10px;
height: 200px;
	}
.dmt_contents_25p img{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
	max-height: 200px;
	max-width: 200px;
	}
.dmt_contents_line {
	display: block;
	padding:10px;
	line-height: 160%;
	margin-bottom: 50px;
	border-bottom: #ccc solid 1px;
	}
.dmt_contents_line_b0 {
	margin-bottom: 0;
	border-bottom: none;
	}

.dmt_contents_line_img {width: 40%; display: block; float: left;}
.dmt_contents_line_txt {width: 60%; display: block; float: left;}
.products_menu {
	width:100%;
	background-color:#CCC;
	padding: 15px;
	margin: 0px 0px 30px 0px;
	line-height:110%;
	min-height: 500px;
	}

.products_menu a:hover{
	float:left;
	padding:5px 5px 0px 5px;
	color: #063;
	background-image:url(sozai/dmt979.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-decoration: none;
	width: 270px;
}
.products_menu a {
	float:left;
	padding:5px 5px 0px 5px;
	color: #000;
	background-image:url(sozai/dmt980.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-decoration: none;
	width: 270px;
}
.mage100 {padding:5px; }
.mage100 img {width: 100%; height: auto; }
#top_product a:hover { background-color:#4D4D4D; }
#top_product a { display: block; float: left; color: white; text-decoration: none; width: 280px;background-color:#8D80BB; line-height: 0;}
.top_product {padding:5px; display: block;line-height: 110%; }
.blanck30 {margin: 0 30px 28px 0;}
#top_product {}

#bunner {
	width: 100%; text-align: center; padding: 20px 0; margin: 20px 0; 
	border-bottom: #8D80BB solid 1px;
	border-top: #8D80BB solid 1px;
}
.bunner {display: inline-block; width:220px;vertical-align: top;}
.bunner img {width:100%; height: auto;}

.font60p {font-size: 72%; padding: 0.2em; font-weight: normal;}

#footer {
	width: 100%;
	text-align: center;
	color: #333;
	padding-top: 20px;
	font-size: small;
}
.pat {
	width: 26%;
	text-align: center;
	color: #333;
	float:left;
	padding: 10px;
	}
.pat img {
	width: 100%;
	}
.color_red {
	color: red;
	}
.color_red2 {
	color: #F69;
	}
.color_blue {
	color: blue;
	}
.color_glay {
	color: #666;
	}
.font_100 {
	font-size: small;
	}
.w90 {width:90%;}
.clear {
	clear:both;
	height:0;
	line-height:0;}
	
    
