@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

html {overflow-y:scroll;
	font-size: 62.5%;	
}

body {
	line-height:1.0;
	font-family: 'Noto Serif', serif; 
	color: #111;
}
.aboutasian{
	font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
font-weight: normal !important;
color: #ffffff !important;
font-size: 14px !important;
line-height: 180% !important;
}

.aboutasian2{
font-weight: normal !important;
color: #ffffff !important;
}
.titleName-product{
height: 70px !important;

}

.single-post{
width: 100% !important;
margin-bottom: 30px;
}

.mintyo {
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", '游明朝体', 'YuMincho', '游明朝', "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight: normal !important;
	border-bottom: none !important;
}

.mintyo2 {
	font-weight: bold !important;
	border-left: none !important;
	color: #000000 !important;
	font-size: 20px !important;
}

a, a:link,
a:active,
a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
* {
	box-sizing: border-box;
}
/*---------------------------------------------------------common*/

img{
	/* width:100%; */
	height: auto;
}

/*---------------------------------------------------------page-top*/

#page-top{
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  font-family: 'Oswald', sans-serif;
  font-size:12px;
  width:60px;
  height:60px;
  line-height:60px;
  background: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%; 
-moz-border-radius: 50%; /* Firefox */
-webkit-border-radius: 50%; /* Safari,Chrome */
}
#page-top:hover{
  background: rgba(0,0,0,.4);
}

.p_t_arrow{
	display: block;
	margin:25px auto 0;
width: 16px;
height: 16px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align:middle;

	}

/*---------------------------------------------------------contain*/
header{
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,1);
	position: absolute;
	z-index: 10;
	
}

header h1{
	padding: 5px;
	max-width: 1200px;
  margin: 0 auto;
	color: #111;
	font-size: 10px;
}

.navigation {
  height: 80px;
	font-family: 'Cinzel', serif;
	font-weight: 500;
	letter-spacing: 1px;
  
}

.single-post ul{
	width: 100% !important;
  list-style-type: disc;
}

.single-post li{
	width: 100% !important;
	font-size: 16px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}


#logo{
		max-width: 282px;
    min-width: 170px;
    padding: 0 0 0 5px;
    float: left;
    width: 20%;
    padding: 2px;
}

#logo img{
	width: 78%;
	height: auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
	margin: 17px 0 0 0;
}
	

nav ul li a{
  display: block;
  padding: 0 5px;
  line-height: 1.2;
  text-decoration: none;
	font-size: 12px;
	color: #111;
}

nav ul li.nopc{
	display: none;
}
nav ul li a:hover,
nav ul li a:visited:hover,
nav ul li a.active {
  color: #82532d;
  text-decoration: none;
}

nav ul li a br{
	display: none;
}

.sns{
	width: 20px;
	
}

.sns img{
	width: 20px;
	height: auto;
}




/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #82532d;
  height: 70px;
  width: 70px;
	z-index: 10;
}
/* css h */
.single-post h3 {
	position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    line-height: 140%;
	border-bottom: solid 2px #e9ecef;
	margin-top: 20px;
	margin-bottom: 10px;
}
.single-post h3::after {
	position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #0c8362;
    bottom: -2px;
    width: 30%;
}
.single-post h4 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	line-height: 140%;
	padding: 5px 0;
	margin-top: 20px;
    margin-bottom: 10px;
}
.single-post h4:after {
	content: "";
	display: block;
	height: 3px;
	background: -moz-linear-gradient(to right, rgb(12, 132, 98), transparent);
	background: -webkit-linear-gradient(to right, rgb(12, 132, 98), transparent);
	background: linear-gradient(to right, rgb(12, 132, 98), transparent)
}

.single-post h2 {
	position: relative;
	margin: 0 0 1.5em;
	padding: 5px 10px;
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	font-weight: bold;
	color: #555;
	border-bottom: 2px solid #c5c5c5;
	margin-top: 20px;
}
.single-post h2:before, .single-post h2:after{
	content: '';
	border-right: 18px solid #fff;
	border-top: 15px solid #0c8462;
	bottom: -17px;
	position: absolute;
	left: 26px;
}
.single-post h2:after{
	border-top-color: #fff;
	border-right-color: transparent;
	bottom: -13px;
	left: 28px;
}
/* css papenavi */
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span.current {
	padding: 15px;
	background: #82532d;
	color: #fff;
	display: inline-block;
	border: 1px solid #82532d !important;
}
.wp-pagenavi a.larger,.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink,.wp-pagenavi a.smaller{
	padding: 15px;
	background: #fff;
	color: #000;
	display: inline-block;
	border: 1px solid #eee;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	opacity: 0.7;
	border-color: #eee !important;
}

/* End css papenavi */
.single-post p {
	font-size: 16px ;
	line-height: 180%;
}
/* css image */
.product-colums-right li img {
	height: 246px;
	width: 100%;
	object-fit: cover;
}
.box-img a img {
	height: 246px;
	width: 100%;
	object-fit: cover;
}
/* End css image */
.txt-copyright {
	font-size: 12px;
    text-align: center;
	z-index: 3;
	margin-top: -40px;
	color: #fff;

}


@media only screen and (max-width: 798px) {
	
	header{
	height: 70px;
		position: fixed;
	
}

	.navigation {
  height: 70px;
	
}


  .nav-mobile {
    display: block;
	  position: fixed;
	  text-align: center;
	  height: 71px;
	 
  }

  nav {
    width: 100%;
	  
   
	   
  }
	.nav-list{
		background: rgba(188,167,141,0.9);
		z-index: 10;
		padding: 10px 10px 10px ;
		text-align: center;
		/* margin-top: 21px; */
		 
	}
	.nav-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

  nav ul {
    display: none;
  }
  nav ul li {
	  float: none;
	  text-align: center;
	  width: calc(100%/6 - 2%);
	height: 90px;	
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ddd;
	  display: inline-block;
	  margin: 10px 1px 0 2px;
	  box-sizing: border-box;
  }
	
	nav ul li.nopc{
	display: inline-block;
}
	
	nav ul li a{		
	font-size: 12px;
	margin-bottom: 0px;
	color: #111;	
	height: 88px;
	padding-top: 15px;
	display: block;
	transition: .4s;	
	background-color: rgba(255,255,255,0.4);
	
}
	
	nav ul li a br{
	display: block;
}
	
	nav ul li a:hover{
		background: rgba(30,30,30,0.6);
		
	}
  
  nav ul li ul li a {
    padding-left: 30px;
  }
	
	nav ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
	
}
nav ul li:hover:after{
	color: #fff;
	
}

nav ul li:nth-child(1):after{
	content: '\f015';
}
nav ul li:nth-child(2):after{
	content: '\f0c9';
}
nav ul li:nth-child(3):after{
	content: '\f549';
}
nav ul li:nth-child(4):after{
	content: '\f129';
}
nav ul li:nth-child(5):after{
	content: '\f0e0';
}
/* nav ul li:nth-child(6):after{
	content: '\f0e0';
}
nav ul li:nth-child(7):after{
	content: '\f304';
}
nav ul li:nth-child(8):after{
	content: '\f518';
}
nav ul li:nth-child(9):after{
	content: '\f57e';
} */

nav ul li i{
	 position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}
nav ul li.inst {
	 background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
}
	
nav ul li.fb {
	 background: rgba(59,89,152,1); 
}

nav ul li.line {
	 background: rgba(29,205,0,1);
}


  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
	  position: absolute;
	  left: 18px;
	  top: 22px;
	  cursor: pointer;
	  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	  cursor: pointer;
	  border-radius: 1px;
	  height: 2px;
	  width: 35px;
	  background: #fff;
	  position: absolute;
	  display: block;
	  content: "";
	  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  	top: -10px;
}
#nav-toggle span:after {
  	bottom: -10px;
}
#nav-toggle.active span {
  	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  	top: 0;
}
#nav-toggle.active span:before {
  	transform: rotate(45deg);
}
#nav-toggle.active span:after {
  	transform: rotate(-45deg);
}
@media only screen and (max-width: 768px)
{
		header .h1-h {
			display: none;
	}
	#logo {
		padding: 10px;
	}
}
@media only screen and (max-width: 580px) {
nav ul li {
	  width: calc(100%/3 - 2%);
	
  }
}
/* -------------------------------------------------------------/nav */
#container{
	width: 100%;
	height: 500px;
	padding-top: 70px;
}



.slide_text01 {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 2.5rem;
	color: #fff;
	border: 1px dashed #fff;
	border-radius: 50%;
	line-height: 1.5;
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
  justify-content: center;
	transform: rotate(-8deg);
	font-family: 'Cinzel', serif;
	-webkit-mask-image: url(images/mask.png);
	mask-image: url(images/mask.png);
	mask-size: 222px auto;
	-webkit-mask-size: 222px auto;
	font-weight: bold;
}
.swiper-slide {
	position: relative;
	
  align-items: center;
  justify-content: center;
	overflow: hidden;
}

.swiper-slide img{
	min-height: 100%;
	width: auto;
	min-width: 100%;
	height: auto;
	
}

.slide_text02{
	position: absolute;
	font-size: 2.7rem;
	margin-left: -12.5;
	left: 5%;
	top: 40px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	border: 2px solid #fff;
	padding: 20px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 2px rgba(0,0,0,0.7);
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	-webkit-mask-image: url(images/mask.png);
	mask-image: url(images/mask.png);
	mask-size: 100px auto;
	-webkit-mask-size: 100px auto;
}


.slide_btn01 a{
	color: #82532d;
	transition: .4s;
	border: 1px solid #82532d;	
	font-size: 22px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 15px 30px;
	background-color: #82532d;
	color: #fff;
	
}

.slide_btn01 a:hover{
	background-color: #fff;
	color: #82532d;
}
@media only screen and (max-width: 1024px) {
	.single-post h2 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.single-post h3 {
		font-size: 16px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.single-post h4 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	/* css t */
	.single-post p {
		font-size: 14px;
		line-height: 160%;
	}
	header .h1-h {
		display: none;
	}
	#logo {
        padding: 7px 2px;
    }
	
	.slide_text01 {
		top: 30px;
		left: 30px;
		width: 130px;
		height: 130px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 20px !important;
	}
	/* css title */

	/* css title */	
	/* css rwd */
	.main .page2{
		padding-top: 70px;
		height: calc(100% - 70px) !important;
	}
	.main .page3{
		padding-top: 140px;
		height: calc(100% - 0px) !important;
	}
	.main .page4{
		padding-top: 40px;
		height: calc(100% - 0px) !important;
	}
	.main .footer-sp{
		padding-top: 140px;
		height: calc(100% - -70px) !important;
	}
	#concept {
		margin-top: 100px; 
	}
/* css image */
.product-colums-right li img {
	height: 100px;
	width: 100%;
	object-fit: cover;
}
.box-img a img {
	height: 246px;
	width: 100%;
	object-fit: cover;
}
/* End css image */
	/* End css rwd */
	/* End css t */
	

.flex01 img{
	width: 250%;
	height: auto;
	margin-left: -80%;
}

}
/*---------------------------------------------------------product*/
.head01 {
    margin: 50px 0;
    font-size: 35px;
    font-family: 'Cinzel', serif;
    padding: 30px;
    text-align: center;
    letter-spacing: 4px;
}

.head01 span{
	font-size: 12px;
	color: #999;
	padding-top: 7px;
	display: block;
}

#product ul{
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: justify;
	
}

#product ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}


.pro01{
	width: calc(100%/4 - 3%);
	display: inline-block;
	height: 300px;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}




.tate01{
	position: absolute;
	font-size: 2.5rem;
	margin-left: -12.5;
	left: 50%;
	top: 20px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	
}

.tate02{
	position: absolute;
	font-size: 2.1rem;
	margin-left: -12.5;
	right: 20px;
	top: 20px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 2px rgba(0,0,0,1);
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.tate03{
          position: absolute;
          font-size: 3.0rem;
          left: 20px;
          top: 50px;
          color: #fff;
          line-height: 1.5;
          letter-spacing: 5px;
          text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.black{
	color: #111;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1);
}

.pro01 img{
	max-width: 550px;
	max-height: 400px;
	width: auto;
	height: auto;
	overflow: hidden;
}



@media only screen and (max-width: 750px) {
	html {
	font-size: 50%;	
}
	.pro01{
	width: calc(100%/2 - 0.6%);
		margin-bottom: 2px;
	height: 270px;
	}
}

@media only screen and (max-width: 350px) {
	.pro01{
		width: calc(100%/2 - 1%);}
}

/*---------------------------------------------------------news*/


#news {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: justify;
}

#news:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.news_li{
	width: calc(100%/6 - 2%);
	display: inline-block;
	height: 200px;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin-bottom: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

.news_ph{
	height: 120px;
	overflow: hidden;
}
.news_ph img{
	width: 170%;
	height: auto;
	margin-left: -25%;
	float: right;
}

.cat{
	position: absolute;
	color: #fff;
	font-size: 11px;
	right: 5px;
	top: 5px;
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
	border: 1px solid #fff;
	padding: 2px 5px 1px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.date{
	font-size: 10px;
	margin: 5px 5px 0 0;
	color: #ccc;
	text-align: right;
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
}
.title{
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	padding: 5px;
	
}

@media only screen and (max-width: 750px) {
	
	.news_li{
	width: calc(100%/3 - 0.8%);
	
}
	.cat{
	font-size: 10px;
		right: 4px;
	top: 4px;
}
}

/*---------------------------------------------------------concept*/
#concept{
	width: 100%;
	height: auto; 
	background: url("images/m01.jpg") no-repeat left top/cover ;
	margin-top: 100px;
	text-align: center;
	position: relative;
	z-index: 1;
	
}

#concept_inner {
	background-color: rgba(0,0,0,0.6);
    height: auto;
	padding-top: 100px;
}

#concept h2{
	font-size: 3.5rem;
	font-family: 'Cinzel', serif;
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 50px;
	margin-bottom: 50px;
	z-index: 2;
}

#concept h2 span{
	font-size: 2.5rem;
}

.text01{
	color: #fff;
	font-size: 16px;
	line-height: 2;
	padding: 0 20px;
}

.btn01{
	display: inline-block;
	margin: 60px 0 100px;
	
}

.btn01 a{
	color: #82532d;
	transition: .4s;
	border: 1px solid #82532d;	
	font-size: 20px;
	padding: 15px 60px;
	
}

.btn01 a:hover{
	background-color: #82532d;
	color: #fff;
}
@media only screen and (max-width: 580px) {
	.text01 br{
		display: none;
		
	}

	
}

/*---------------------------------------------------------nav_foot*/
#nav_foot{
	
	width: 100%;
	height: auto;	
	font-family: 'Cinzel', serif;
	background-attachment: fixed;
  background-image: url("images/001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	z-index: 0;
	overflow: hidden;
 
}
#nav_foot::before {
  background: inherit;
  content: '';
  filter: blur(5px);
  position: absolute;
  top: -5px;
  right: -0;
  bottom: -10px;
	left: -0;
	
}
/*#nav_foot_inner{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
    height: auto;
	position: absolute;
	height: 200px;	
}*/
#nav_foot ul{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0;
	height: auto;
	text-align: justify;
	display: block;
	padding: 50px 0 70px;
}

#nav_foot ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;

	
}
#nav_foot li {
	display: inline-block;
	width: calc(100%/9 - 1%);
	height: 100px;	
	text-align: center;
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#nav_foot li a{		
	font-size: 10px;
	margin-bottom: 5px;
	color: #111;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	display: block;
	transition: .4s;
	background-color: rgba(255,255,255,0.4);
	
}
#nav_foot li a svg {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #111;
    left: 50%;
    margin-left: -7px;
    top: 50px;
    font-size: 15px;
}

#nav_foot li a:hover{		
	background-color: rgba(0,0,0,0.6);
	color: #82532d;
	height: 100%;
	padding-top: 17px;
	text-decoration: none;
}

#nav_foot li img {
	width: 30% !important;
}

#nav_foot li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
	
}
#nav_foot li:hover:after{
	color: #ccc;
	
}

#nav_foot li:nth-child(1):after{
	content: '\f015';
}
#nav_foot li:nth-child(2):after{
	content: '\f0c9';
}
#nav_foot li:nth-child(3):after{
	content: '\f549';
}
#nav_foot li:nth-child(4):after{
	content: '\f129';
}
#nav_foot li:nth-child(5):after{
	content: '\f0e0';
}
/* #nav_foot li:nth-child(6):after{
	content: '\f0e0';
}
#nav_foot li:nth-child(7):after{
	content: '\f304';
} */


#nav_foot li i {
	 position: absolute;
	font-family: "Font Awesome 5 Free";
   font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}
#nav_foot li.inst {
	 background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
	
}
	
#nav_foot li.fb {
	 background: rgba(59,89,152,1); 
}

#nav_foot li.line {
	 background: rgba(29,205,0,1);
}


#footer{
	z-index: 2;
	position: relative;
	height: 20px;
	width: 100%;
	font-family: 'Cinzel', serif;
	margin-top: -30px;
}
.copy{
	font-size: 12px;
	text-align: center;
	z-index: 3;
}

@media only screen and (max-width: 750px) {
	#nav_foot li {
	width: calc(100%/4 - 1%);
		margin-bottom: 5px;
}


	
}

