@charset "utf-8";
@media screen and (min-width: 1106px){

.smart_only {
	display: none;
}
#nav-drawer {
	display: none;
}


/* ------------------------------
 基本
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	color: #404040;
	text-align: center;
}
p {
	line-height: 1.5em;
}
li {
	line-height: 1.5em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
}
section {
	min-width: 1000px;
	overflow: hidden;
	text-align: left;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 50px;
}
section div.wrapper li {
	margin-bottom: 5px;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0;
	padding: 0;
}
h2 {
	background-image:url(image/midashi_bg.gif);
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
}
div.left h2 {
	text-align: center !important;
	padding-left: 0 !important;
}
h3 {
	clear: both;
	color: #669900;
	margin: 30px 30px;
	font-size: 18px;
	border-bottom: solid 5px #f0f0f0;
	padding-bottom: 7px;
}
h3 span {
	border-bottom: solid 5px #669900;
	padding-bottom: 7px;
}
h4 {
	font-size: 18px;
	margin: 30px 30px;
	clear: both;
	color: #FFF;
}
h4.h4_01 {
	background-color: #669900;
	padding: 5px 5px;
}
h4.h4_02 {
}
h4.h4_02 span {
	background-color: #669900;
	padding: 5px 5px;
}
h5 {
	font-size: 18px;
	margin: 30px 30px;
	color: #669900;
	clear: both;
	border-bottom: dotted 1px #555;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 40px 40px 0;
}
img.imgright {
	float: right;
	margin: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #404040;
	font-weight: bold;
}
span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1105px;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 30px auto !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg_gray {
	background-color: #EEE;
}

div.left_wrapper {
	width: 226px;
	padding: 3px 3px;
}
div.left {
	width: 220px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	background-color: #FFF;
}
div.left_box {
}

div.right_wrapper {
	width: 856px;
	padding: 3px 3px;
}
div.right {
	width: 850px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	background-color: #FFF;
}
div.right p {
	margin: 30px 30px;
}

div.bg {
	background-image:url(image/bg.png);
	background-repeat: repeat-x;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	background-color: #efefef;
	overflow: hidden;
}
div.header_top {
	background-color: #777;
	color: #DDD;
	position: relative;
}
div.header_top p {
	font-size: 12px;
	margin: 0px 0;
	padding: 0;
}
div.header_top_left {
	margin-left: 50px;
}
div.header_top_right {
	margin-right: 180px;
}
div.header_japanese {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 30px;
	font-size: 12px;
}
div.header_japanese a {
	color: #FFF;
	text-decoration: none;
	width: 115px;
	height: 26px;
	background-image:url(image/japanese_bg.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 7px;
}

div.header_body_left {
	margin: 30px 0 20px 50px;
}
div.header_body_right {
	width: 680px;
	margin: 10px 50px 20px 0;
}
div.header_body_right_left {
	width: 480px;
}
div.header_body_right_left ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	font-size: 15px;
}
div.header_body_right_left ul li {
	width: 240px;
	background-image:url(image/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
div.header_body_right_left ul li a {
	text-decoration: none;
	color: #4d33a4;
	padding-left: 10px;
}
div.header_body_right_left ul li a:hover {
	text-decoration: underline;
}
div.header_body_right_right {
	width: 180px;
	font-size: 18px;
}
div.header_body_right_right p {
	margin: 5px 0;
}
div.header_body_right_right p a {
	text-decoration: none;
	display: block;
	color: #666;
	background-color: #FFF;
	border: solid 1px #666;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	background-color: #666;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	margin: 7px 0;
}
nav li {
	width: 12.2%;
	text-align: center;
	line-height: 1.2em;
}
nav li+li {
	border-left: solid 1px #aaa;
}
nav a {
	display: block;
	height: 45px;
	color: #FFF;
	text-decoration: none;
	display:flex;
	justify-content: center;
	align-items: center;
}
nav a:hover {
}

/* ------------------------------
 左メニュー
------------------------------ */

div.left ul {
	list-style: none;
	margin: 10px 10px !important;
}
div.left ul li {
	background-image:url(image/icon_arrow_l.png);
	background-repeat: no-repeat;
	background-position: 185px center;
	line-height: 1.5em;
	border-bottom: solid 3px #f0f0f0;
	font-size: 16px;
}
div.left ul li:first-child {
	background-position: 185px 15px;
}
div.left ul li:last-child {
	border-bottom: none;
}
div.left ul li a {
	display: block;
	text-decoration: none;
	color: #404040;
	padding: 10px 0;
}
div.left ul li a:hover {
	color: #008bda;
	text-decoration: underline;
}


div.left ul li ul {
	margin: 0 0 !important;
}
div.left ul li ul li {
	font-size: 12px;
	border: none;
	background-image:url(image/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
}
div.left ul li ul li:first-child {
	background-position: 0 center;
}
div.left ul li ul li a {
	padding: 3px 0;
}

ul.left_sns {
	list-style: none;
	margin: 30px auto !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.left_sns li {
	margin: 0 5px;
}

/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	min-width: 1000px;
	margin: 0 auto;
	background-color: #DDD;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* ------------------------------
 スライド
------------------------------ */

.slide {
	position: relative;
	width: 100%;
	padding-top: 27.578%;
	overflow: hidden;
	background-color: #FFF;
}
 
@keyframes slideshow {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	28% {
		opacity: 1
	}

	38% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation: slideshow 24s linear infinite;
}

.slide img:nth-child(2) {
	animation-delay: 8s;
}

.slide img:last-child {
	animation-delay: 16s;
}

/* ------------------------------
 トップページ
------------------------------ */

div.youtube {
	width: 350px;
	margin: 30px auto;
}
div.index_pdf_wrapper {
	width: 650px;
	margin: 50px auto;
}
div.index_pdf_wrapper div {
	width: 110px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
div.index_pdf_wrapper div a {
	text-decoration: none;
	font-size: 14px;
	color: #404040;
}
div.index_pdf_wrapper div img {
	width: 110px;
}

div.index_box {
	width: 790px;
	margin: 50px auto;
}
div.index_box_left {
	width: 230px;
}
div.index_box_right {
	width: 530px;
}
div.index_box_right p {
	margin: 0 0 15px 0 !important;
	line-height: 1.5em;
}
div.index_box_right p strong {
	font-size: 18px;
}

div.index_boxmenu_wrapper {
	width: 790px;
	margin: 80px auto 0;
}
div.index_boxmenu_wrapper div {
	width: 378px;
	border: solid 1px #aaa;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}
div.index_boxmenu_wrapper div p {
	margin: 15px 30px;
	font-size: 14px;
}
p.index_boxmenu_title {
	font-size: 18px !important;
	font-weight: bold;
	color: #663300;
	border-bottom: dotted 1px #555;
}

p.index_boxmenu_link {
	text-align: center;
	margin-top: auto !important;
}
p.index_boxmenu_link a {
	text-decoration: none;
	background-color: #cc9900;
	color: #FFF;
	padding: 3px 30px;
	border-radius: 5px / 5px;
	margin-top: auto !important;
}

p.index_boxmenu_img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	font-size: 11px;
	margin: 0 !important;
	padding-top: 3px;
}
div.pagetop {
	width: auto;
	margin: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	pointer-events: none;
	font-size: 14px;
}
div.pagetop a {
	background-color: #FFF;
	padding: 10px 15px;
	border: solid 1px #DDD;
	text-decoration: none;
	color: #777;
	pointer-events: auto;
}
div.pagetop a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #555;
}

/* ------------------------------
 product
------------------------------ */

div.product_link_wrapper {
	width: 790px;
	margin: 30px 30px;
}
div.product_link {
	width: 355px;
	margin-bottom: 80px;
}
div.product_link a {
	text-decoration: none;
	color: #555;
}
div.product_link a span {
	font-size: 24px;
	color: #7f3300 !important;
}
div.product_link img {
	float: left;
	margin: 0 15px 0 0;
}

/* ------------------------------
 product下層
------------------------------ */

div.gallery01 {
	width: 790px;
	margin: 50px auto;
}
div.gallery01 div {
	width: 255px;
	margin-bottom: 40px;
}
div.gallery02 {
	width: 540px;
	margin: 50px auto;
}
div.gallery03 {
	width: 700px;
	margin: 50px auto;
}
div.gallery03 img {
	margin-bottom: 20px;
}
div.gallery04 {
	width: 790px;
	margin: 50px auto;
}
div.gallery04 div {
	width: 260px;
	margin-bottom: 40px;
}
div.gallery04 div ul {
	margin: 0 20px;
}
div.gallery05 {
	width: 620px;
	margin: 50px auto;
}

/* ------------------------------
 The knife-making process
------------------------------ */

p.knife-making-delta {
	margin: -10px 0 -10px 180px !important;
}
div.youtube-process {
  width:100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  margin-top:50px;
  margin-bottom: -100px;
}
div.youtube-process iframe {
  width:70%;
  height: 70%;
}
	
/* ------------------------------
 about
------------------------------ */

p.access {
	color: #669900;
	font-weight: bold;
	border-bottom: dotted 1px #555;
	margin-bottom: -20px !important;
}

div.google-maps {
	width: 790px;
	margin: 30px 30px;
}
div.google-maps iframe {
	width: 790px;
	height: 250px;
}
div.google-maps02 {
	width: 790px;
	margin: 30px 30px;
}
div.google-maps02 iframe {
	width: 790px;
	height: 400px;
}

/* ------------------------------
 history
------------------------------ */

div.histroy_wrapper {
	width: 790px;
	margin: 30px 30px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
}
div.histroy_wrapper p {
	margin: 0 0;
}
div.history_left {
	width: 90px;
	font-weight: bold;
	font-size: 30px;
}
div.history_left p {
	line-height: 0.8em;
}
div.history_left span {
	font-size: 12px;
}
div.history_right {
	width: 680px;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: 150px;
	font-weight: bold;
	color: #404040;
}
div.about02 {
	width: 550px;
}
div.about02 ul {
	margin: 10px 30px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq ul {
	margin: 10px 10px !important;
	list-style: none;
}
div.inq ul li {
	float: left;
	margin-right: 30px;
}
div.inq label input {
	margin-right: 10px;
}
div.inq01 {
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #404040;
}
div.inq02 {
	width: 550px;
}
input.input_box {
	width: 96%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box03 {
	width: 10%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
textarea.input_box {
	width: 96%;
	height: 200px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	padding: 5px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	min-width: 1000px;
	overflow: hidden;
	font-size: 12px;
	margin: 0;
	padding-bottom: 40px;
	background-color: #000;
	color: #FFF;
}

div.footer_wrapper {
	background-image:url(image/footer_bg.gif);
	padding: 50px 0;
}

div.footer_box {
	width: 480px;
	margin: 0 auto 30px;
}
div.footer_box_right {
	text-align: left;
}
div.footer_box_right strong {
	font-size: 16px;
}
ul.footer_sns {
	list-style: none;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.footer_sns li {
	margin: 0 5px;
}

footer p.copy {
	clear: both;
	margin: 10px auto;
}

.youtube_map {
	width: 80%;
	aspect-ratio: 16 / 9;
	margin: 20px auto;
	text-align: center;
}

.youtube_map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}