@charset "utf-8";

html {
	overflow-y:scroll;
	}

body {
	background-color:#ffffff;
	}

#wrap {
	overflow: hidden !important;
	line-height:1.7 !important;
	margin:0px;
	padding:0px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 500;
	font-style:normal;
	font-size:15px;
	text-decoration: none;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	}

#wrap h1,
#wrap h2,
#wrap h3,
#wrap h4,
#wrap h5,
#wrap h6,
#wrap p,
#wrap span,
.navbar,
a,
#wrap th,
#wrap td {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 500;
	}

#wrap p,
#wrap span {
	font-size:15px;
	}

.cont {
	padding-left:8px;
	padding-right:8px;
	}

a img {
  border-style: none;
	}

img {
  max-width: 100%;
  height:auto;
	}

.img-shadow {
	box-shadow:3px 3px 10px 0px #be6e46;
	}

.background-image {
   background-size:cover;
	}

hr {
	border-top:solid 1px #ACB3B4;
	}

.over-hid {
	overflow: hidden;
	}

.img-radius {
	border-radius:10px;
	}

.dis-block {
	display:block;
	}

/* clearfix */

.cf {
	zoom: 1;
	}

.cf:before, .cf:after {
	content: "";
	display: table;
	}

.cf:after {
	clear: both;
	}

/* 特殊指定 */

.ul-exist {
	padding-left:20px;
	}

.ul-yohaku li {
	margin-bottom:20px;
	}

.li-none {
	list-style-type:none !important;
	}

.list-ci {
	list-style-type:circle;
	}

.list-square {
	list-style-type:square;
	}

.text-deco {
	text-decoration:underline;
	}

/* 文字 */

.font-xs {
    font-size:12px !important;
	 line-height:1.6;
    }

.font-s {
	font-size:15px !important;
	line-height:1.8;
	}

.font-m {
	font-size:16px !important;
	line-height:1.8;
	}

.font-l {
	font-size:18px !important;
	line-height:1.8;
	}

.font-xl {
	font-size:20px !important;
	line-height:1.8;
	}

.font-f-xxs {
    font-size:12px !important;
	 line-height:1.6;
    }

.font-f-xs {
	font-size:16px !important;
	line-height:1.8;
	}

.font-f-s {
	font-size:20px !important;
	line-height:1.8;
	}

.font-f-m {
	font-size:24px !important;
	line-height:1.8;
	}

.font-f-l {
	font-size:28px !important;
	line-height:1.8;
	}

.font-f-xl {
	font-size:32px !important;
	line-height:1.8;
	}

.font-f-xxl {
	font-size:36px !important;
	line-height:1.8;
	}

.font-nav-xs {
	font-size:14px !important;
	}

.font-normal {
	font-weight:normal;
	}

.font-bold {
	font-weight:bold !important;
	}

.font-fami {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 500;
	}

.font-weight600 {
	font-weight:600 !important;
	}

/* 色 */

a:hover,
a:active,
a:focus {
	color:#2E282A !important;
	}

.bg-main {
	background-color:#D1BDA4;
	}

.bg-main02 {
	background-color:#9B8267;
	}

.bg-act02 {
	background-color:#6f1a07;
	}

.font-main {
	color:#9B8267;
	}

.font-fff {
	color:#ffffff;
	}

.font-black {
	color:#333 !important;
	}

.font-black02 {
	color:rgba(148,62,63,1.00) !important;
	}

/* ボックス間隔・幅 */

.height-xs {
	width:100%;
	height:0;
	}

.height-s {
	width:100%;
	height:3px;
	}

.height-m {
	width:100%;
	height:5px;
	}

.height-l {
	width:100%;
	height:10px;
	}

.height-xl {
	width:100%;
	height:18px;
	}

.height-f-xxs {
	width:100%;
	height:2px;
	}

.height-f-xs {
	width:100%;
	height:5px;
	}

.height-f-s {
	width:100%;
	height:10px;
	}

.height-f-m {
	width:100%;
	height:20px;
	}

.height-f-l {
	width:100%;
	height:30px;
	}

.height-f-xl {
	width:100%;
	height:60px;
	}

.height-f-xxl {
	width:100%;
	height:100px;
	}

.conta-width {
	width:92%;
	margin:0 auto;
	}

.width100 {
	width:100%;
	margin:0;
	padding:0;
	}

.hr-non {
	border: 1px solid transparent;
	margin:0;
	padding:0;
	}

.hr001 {
	border-top:dotted 2px #dddddd;
	width:90%;
	margin:0 auto;
	padding:0;
	}

.mar-auto {
	margin:0 auto;
	}

.border-dami {
	border:solid 1px #000000;
	}

@media (min-width: 768px) {

/* フォント関連 */

.font-xs {
    font-size:14px !important;
    }

.font-s {
	font-size:16px !important;
	}

.font-m {
	font-size:20px !important;
	}

.font-l {
	font-size:24px !important;
	}

.font-xl {
	font-size:26px !important;
	}

.font-nav-xs {
	font-size:13px !important;
	}

/* 囲い間隔関連 */

.height-xs {
	width:100%;
	height:1px;
	}

.height-s {
	width:100%;
	height:6px;
	}

.height-m {
	width:100%;
	height:12px;
	}

.height-l {
	width:100%;
	height:24px;
	}

.height-xl {
	width:100%;
	height:40px;
	}

}

@media (min-width: 992px) {

/* フォント関連 */

.font-xs {
    font-size:16px !important;
    }

.font-s {
	font-size:20px !important;
	}

.font-m {
	font-size:24px !important;
	}

.font-l {
	font-size:28px !important;
	}

.font-xl {
	font-size:30px !important;
	}

.font-nav-xs {
	font-size:15px !important;
	}

/* 囲い間隔関連 */

.height-xs {
	width:100%;
	height:3px;
	}

.height-s {
	width:100%;
	height:8px;
	}

.height-m {
	width:100%;
	height:20px;
	}

.height-l {
	width:100%;
	height:40px;
	}

.height-xl {
	width:100%;
	height:70px;
	}

.conta-width {
	width:100%;
	}

.width100 {
	width:100%;
	}

}

@media (min-width: 1200px) {

/* 囲い間隔関連 */

.height-xs {
	width:100%;
	height:5px;
	}

.height-s {
	width:100%;
	height:10px;
	}

.height-m {
	width:100%;
	height:30px;
	}

.height-l {
	width:100%;
	height:60px;
	}

.height-xl {
	width:100%;
	height:100px;
	}

}

/* フッターナビゲーション関連 */

.navbar-toggler-icon {
	font-size:19px;
	}

.navbar {
	box-shadow: none !important;
	}

.navbar-box {
	border-top:solid 3px #D1BDA4;
	}

.navbar-nav  {
	margin-left:auto;
	margin-right:auto;
	}

.navbar-nav li {
	padding:0 10px;
	}

.navbar-nav li a {
	padding:0;
	}

.navbar-nav li a {
	color:#333 !important;
	}

@media (min-width: 768px) {

.navbar-nav li {
	border-right:solid 1px #333;
	padding-left:10px;
	padding-right:10px;
	}

}

@media (min-width: 992px) {

.navbar-nav li:last-child {
	border-right:none;
	padding-left:20px;
	padding-right:20px;
	}

.footer-copy {
	margin-left:0 !important;
	}

}

/* テキスト線 */

.text-under {
	text-decoration:underline;
	}

.text-under-none {
	text-decoration:none;
	}

/* ページ共通 */

.ao-white img {
	width:40px;
	margin-top:8px;
	margin-top:0px;
	}

header a {
	color:#fff;
	}

header a:hover {
	color:#333;
	}

.header-contact {
	text-align:right;
	}

.header-contact a {
	color:#9B8267;
	text-align:right;
	}

.header-contact a:hover {
	color:#333;
	}

.logo-img img {
	width:120px;
	}

.breadcrumbs {
	padding-left:0;
	}

.breadcrumbs li {
  float:left;
	}

.breadcrumbs li::after{
	content: '▶';
	display: inline-block;
	padding: 0 16px 0 16px;
	color:#9B8267;
	}

.breadcrumbs li:last-child::after{
	display: none;
	}

.breadcrumbs li a {
	color:#8E8E8E;
	}

.breadcrumbs li a:hover {
	text-decoration:underline;
	}

.cont-in {
	width:100%;
	max-width:840px;
	}

.cont-in-h img {
	width:100%;
	max-width:500px;
	}

.cont-in-h02 {
	border-bottom:solid 1px #D1BDA4;
	}

.cont-in-list {
	width:100%;
	max-width:600px;
	}

@media (min-width: 768px) {

.ao-white img {
	width:70px;
	margin-top:5px;
	margin-top:0px;
	}

.logo-img img {
	width:160px;
	}

}

/* トップページ */

.top-h-img img {
	width:100px;
	}

.card {
	-webkit-box-shadow: none;
	box-shadow:none;
	}

.card p {
	color:#333 !important;
	}

.card-title img {
	width:80%;
	max-width:100px;
	}

.card-link a {
	color:#9B8267;
	border-bottom:solid 2px #9B8267;
	}

.card-link a:hover {
	color:#544130 !important;
	border-bottom:solid 2px #544130 !important;
	}

.top-3pr-mask {
	position: relative;
	}

.top-3pr-mask .active {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
	}

.top-3pr-mask:hover .active {
	opacity: 1;
	}

.anova_kokkok-pc img {
	width:80%;
	}

.anova_kokkok-sp img {
	width:80%;
	max-width:800px;
	}

@media (min-width: 768px) {

.top-h-img img {
	width:140px;
	}

.card-title img {
	width:80%;
	max-width:125px;
	}

}

/* プロダクトページ  */

.product-h img {
	width:150px;
	}

.jyushi {
	margin-bottom:7px;
	}

.page-obi {
	padding:20px 0;
	}

.product-contact-border {
	border-bottom:solid 2px #D1BDA4;
	}

.product-contact-a {
	background-color:#D1BDA4;
	border:solid 1px #D1BDA4;
	color:#fff;
	}

.product-contact-a:hover {
	background-color:#fff;
	border:solid 1px #9B8267;
	color:#9B8267 !important;
	}

.others-main .card-title img {
	width:80%;
	max-width:150px;
	}

@media (min-width: 768px) {

.page-obi {
	padding:30px 0;
	}

.jyushi {
	margin-bottom:7px;
	}


.others-main .card-title img {
	width:80%;
	max-width:200px;
	}

}

@media (min-width: 992px) {

.jyushi {
	margin-bottom:7px;
	}

}

/* プロダクトページ：table  */

.product-table table {
	width: 100%;
	}

.product-table td  {
	padding: 10px;
	}

.product-table th  {
	width: 13%;
	}

.product-table td  {
	text-align: center;
	border-left:solid 1px rgba(197,197,197,1.00);
	}

.product-table td:first-child  {
	text-align: left;
	}

@media only screen and (max-width: 728px) {

 .product-table table {
	display: block;
	width: 100%;
	margin: 0 -10px;
  	}

 .product-table thead{
    display: block;
    float: left;
    overflow-x:scroll;
	}

.product-table tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
	}

 .product-table th{
    display: block;
    width:auto;
	}

.product-table tbody tr{
    display: inline-block;
    margin: 0 -3px;
	}

.product-table td{
    display: block;
	border-top:solid 1px rgba(197,197,197,1.00);
	}

.product-table-trline td {
	border-right:solid 1px rgba(197,197,197,1.00);
	}

.product-table-tdline {
	border-bottom:solid 1px rgba(197,197,197,1.00);
	}

}

/* プライバシーポリシーページ  */

.privacy_policy h1 {
	line-height:1em;
	}

.privacy_policy main br {
	display:none;
	}

@media (min-width: 992px) {

.privacy_policy main br {
	display:inline;
	}

}

/* ご利用条件ページ  */

.terms main br {
	display:none;
	}

@media (min-width: 992px) {

.terms main br {
	display:inline;
	}

}

/* コンタクトページ  */

.contact h1 {
	line-height:1em;
	}

.contact main br {
	display:none;
	}

.contact-choice a {
	border:solid 1px #D1BDA4;
	color:#9B8267;
	}

.contact-choice a:hover {
	background-color: #D1BDA4;
	color:#fff !important;
	}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border:none !important;
	box-shadow:0px 0px 6px 0px #D1BDA4 inset !important;
	outline: none !important;
	}

textarea:focus {
	border:none !important;
	box-shadow:0px 0px 6px 0px #D1BDA4 inset !important;
	outline: none !important;
	}

@media (min-width: 992px) {

.contact main br {
	display:inline;
	}

}

/* フォーム送信確認・完了等ページ */

#formWrap {
	width:95%;
	max-width:900px;
	margin:0 auto;
	}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	}

table.formTable td,table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	font-size:20px;
	font-weight:500 !important;
	}

table.formTable th {
	width:30%;
	font-weight:normal;
	background-color:rgba(220,216,216,1.00);
	text-align:left;
	}

p.error_messe{
	margin:5px 0;
	color:red;
	}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:60px;
	}

input[type="submit"] {
	background-color:#baa38a;
	margin:40px 0 20px 0;
	color:#fff;
　font-size:56px !important;
	}

input[type="submit"]:hover {
	background-color:#9B8267;
	}

/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:572px) {

table.formTable th, table.formTable td {
	width:auto;
	display:block;
	}

table.formTable td,table.formTable th{
	font-size:16px;
	}

table.formTable th {
	margin-top:5px;
	border-bottom:0;
	}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	}

input[type="submit"] {
	margin:10px 0;
	}

}

/* 上に戻るボタン */

#back-to-top-area {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	z-index:100;
	}

#back-to-top-area a {
	background: #D1BDA4;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding:17px 10px;
	text-align: center;
	vertical-align:middle;
	display: block;
	border-radius:40px;
	opacity: 0.6;
	border:solid 2px #ffffff;
	}

#back-to-top-area a:hover {
	text-decoration: none;
	background: #5a601b;
	color:#ffffff;
	}

@media (min-width: 992px) {

#back-to-top-area a {
	width: 80px;
	padding:26px 10px;
	border-radius:40px;
	opacity: 0.6;
	}

#back-to-top-area a img {
	width:32px;
	}

}



/*以下、Englishサイト追記*/

/* Product Pictures Area */
.pictures-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pictures-area img:hover{
	opacity: 0.9;
}

.pictures-area .pic-left{
	width: calc(827/1110 * 100%);
	max-width: 827px;
}

.pictures-area .pic-right{
	width: calc(271/1110 * 100%);
	max-width:271px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.lity-image img{
	padding: 10px;
}


@media screen and (max-width:572px) {
	.pictures-area{
		display: block;
	}
	.pictures-area img{
		margin-bottom: 15px;
	}

	.pictures-area .pic-left,.pictures-area .pic-right{
		width: 100%;
		max-width: 100%;
	}

}
header .font-xs{
  float: right;
}
