@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;
}


.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;
}

.img-property {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.txt-indent {
    text-indent: -24px;
}
/*---------------------------------------------------------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;
  
}


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


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

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

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

nav ul li a{
  display: block;
  padding: 0 5px;
  line-height: 1.2;
  text-decoration: none;
	font-size: 14px;
    font-weight: bold;
	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: #efae00;
  text-decoration: none;
}

nav ul li a br{
	display: none;
}

.sns{
	width: 20px;
	
}

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

.top-instagram.top-css-one { display: none;}
.title_insta {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 160%;
}

.title_insta a {
	display: block;
	max-width: 50px;
	margin-top: 5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.title_insta a i {
	color: #333;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.title_insta a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}


/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #0c8562;
  height: 70px;
  width: 70px;
	z-index: 10;
}
/* img top */
.news_li p img {
	height: 102px;
	object-fit: cover;
}
/* css slide-top */
#product .top-slide-item li.item {
	width: 100%;
}

.slide-sp {
	display: none;
}
.top-slide-item .owl-dots .owl-dot span {
	width: 100px !important;
	height: 2px !important;
	margin: 5px 7px;
	background: rgba(0,0,0,.15) !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	position: relative !important;
}
.top-slide-item .owl-dots .owl-dot span::before{
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	background: #444;
}
.top-slide-item .owl-dots .owl-dot.active span::before{
	width: 100%;
	animation: ProgressDots 6s both;
	-webkit-animation: ProgressDots 6s both;
}

.top-slide-item .owl-dots {
	height: 2px;
	background: rgba(255, 255, 255, .20);
	width: 100%;
	left: 0;
	position: absolute !important;
	bottom: -20px !important;
}
.top-slide-item .owl-dots button.active span {
	width: 100px !important;
}
.top-slide-item .owl-nav {
	margin-top: 0 !important;
}
.top-slide-item .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
	left: -38px;
	height: 100%;
    margin: 0;
	background: none;
	padding: 10px !important;
    font-size: 48px;
}
.top-slide-item .owl-nav button.owl-next {
    position: absolute;
    top: 0;
	right: -38px;
	height: 100%;
    margin: 0;
	background: none;
	padding: 10px !important;
    font-size: 48px;
}
.top-slide-item .owl-nav button.owl-next{
	color: #D6D6D6;
	padding: 10px !important;
}
.top-slide-item .owl-nav i {
	font-size: 30px;
}
.menu-lang{
	display: block;
}
.menu-lang ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.menu-lang ul li {
	margin-right: 5px;
	padding: 5px 10px;
	color: #fff;
	background-color: #efae00;
}
.menu-lang ul li a{
	color: #fff;
}
.menu-lang ul li::after {
	content: '';
	height: 20px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 10px;
	margin-left: 7px;
}
@-webkit-keyframes ProgressDots {
	from {
		width: 0px;
	}
	to {
		width: 100px;
	}
}

@keyframes ProgressDots {
	from {
		width: 0;
	}
	to {
		width: 100px;
	}
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
	color: #444 !important;
}
.owl-theme .owl-nav button.owl-next:focus,.owl-theme .owl-nav button.owl-prev:focus{
	outline: none;
}
.slide-pc .pro01 a,.slide-pc .pro01 a img[src]{
	display: block;
}
img.lazy {
	 display: none !important; 
}
.ie img.lazy {
	display: block !important; 
}
@media only screen and (max-width: 1200px) {
	.top-slide-item .owl-nav button {
		display: none !important;

	}
}

/* End css slide-top */


/* ---------------------------------------------
        SERVICE PAGE
   ---------------------------------------------- */
    .show_sp {
        display: none;
    }
    
    .show-pc {
        display: inline-block;
    }
/*

.fab.fa-instagram {
     background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/

    
    .fab.fa-instagram  {
        color: transparent!important;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)!important;
        background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)!important;
        background-clip: text!important;
        -webkit-background-clip: text!important;
    }

   
    .btn-contact {
        background: #4BA489;
        color: #fff;
        padding: -5px;
    }

    .btn-contact:hover {
        background: #fff;
        color: #4BA489;
        border: 1px solid #4BA489;
    }

    table.price2 .table-cell {
        width: 15%;
    }

/* ---------------------------------------------
                        FACILITIES
   ---------------------------------------------- */
    .col-margin {
        padding-left: 50px!important;
    }


/* parallax banner */
  #intro{
	background:url('./images/f01.jpg') 50% 0 no-repeat fixed;
	background-size: contain;
	color: white;
	width: 100%;
    height: 420px;
    margin: 0;
	}
	#intro2{
	background:url('./images/s01.jpg') 50% 0 no-repeat fixed;
	background-size: contain;
	color: white;
	width: 100%;
	height: 420px;
	margin: 0;
	}
	#intro3{
	background:url('./images/03.jpg') 50% 0 no-repeat fixed;
	background-size: contain;
	color: white;
	width: 100%;
	height: 420px;
	margin: 0;
	}
/* End parallax  banner */
@media only screen and (max-width: 1024px) {
	#intro {
		background: url(./images/f01.jpg) 50% 0 no-repeat fixed;
		background-size: contain;
		color: white;
		width: 100%;
		height: 280px;
		margin: 0;
	}
	#intro2 {
		background: url(./images/s01.jpg) 50% 0 no-repeat fixed;
		background-size: contain;
		color: white;
		width: 100%;
		height: 280px;
		margin: 0;
	}
	#intro3 {
		background: url(./images/03.jpg) 50% 0 no-repeat fixed;
		background-size: contain;
		color: white;
		width: 100%;
		height: 280px;
		margin: 0;
	}
		
}

@media only screen and (max-width: 798px) {
	.menu-lang{
		display: none;
	}
	
	header{
	height: 70px;
	position: absolute;
	z-index: 999999 !important;
	top: 0;
	left: 0;
}

	.navigation {
  height: 70px;
	
}


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

  nav {
    width: 100%;
	  
   
	   
  }
	.nav-list{
		background: rgba(188,167,141,0.9);
		z-index: 10;
		padding: 10px 10px 10px ;
		text-align: center;
		margin-top: 15px;
		 
	}
	.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: '\f06c';
}
nav ul li:nth-child(3):after{
	 content: '\f1bb';
}
nav ul li:nth-child(4):after{
	 content: '\f518';
}
nav ul li:nth-child(5):after{
	 content: '\f0e0';
}
nav ul li:nth-child(6):after{
	 content: '\f304'; 
}
nav ul li:nth-child(7):after{
	 content: '\f16d';
}
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);
  	-webkit-transform:;
  	-moz-transform:;
  	-ms-transform:;
  	-o-transform:;
}

@media only screen and (max-width: 580px) {
nav ul li {
	  width: calc(100%/3 - 2%);
	
  }
  .news_li p img {
	height: 62px;
	object-fit: cover;
}
}
/* -------------------------------------------------------------/nav */
#container{
	width: 100%;
	height: auto;
	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: #efae00;
	transition: .4s;
	border: 1px solid #efae00;	
	font-size: 22px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 15px 30px;
	background-color: #efae00;
	color: #fff;
	
}

.slide_btn01 a:hover{
	background-color: #fff;
	color: #efae00;
}

@media only screen and (max-width: 768px) {
    .show_sp {
        display: inline-block;
    }
}


@media only screen and (max-width: 767px) {
    
    .box01 {
        padding: 10px!important;
    }
    
    .box02 {
        padding: 5px!important;
    }
    
    .col-margin {      
        padding-left: 30px!important;
    }
    
    .img-margin {
       margin-left: 2px;
    }
     /* service page */
    
    .store-link {
        margin-left: 15px;        
        margin-right: -20px;
    }
    
    .insta {
        text-align: center;
    }
    
    .show-pc {
        display: none;
    }
        
    table.price {
        font-size: 8px; 
    }
    
    table.price span {
        font-size: 7px;
    }
    
    table.price td, table.price th{       
        padding: 2px;
     }
    
    table.price th { 
      width: 70px;   
    } 
    
    table.price2 {
        font-size: 8px;        
    }
    
    table.price2 th { 
      width: 100px!important;   
    } 
    
    #concept {
        background: url("images/m01.jpg") no-repeat center center/cover!important;
    }

    .head_product .txt-smaller {
        font-size: 19px;
    }
       

	img.lazy {
		display: block !important; 
   }
	.top-instagram.top-css-one { display: inline-block;}
	.title_insta {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.title_insta a { height: auto;}
	/* css t */
	header .h1-h {
		display: none;
	}
	#logo {
        padding-top: 20px;
    }
	
	.slide_text01 {
		top: 30px;
		left: 30px;
		width: 130px;
		height: 130px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 20px !important;
	}
	/* css rwd */
	.main .page2{
		padding-top: 80px;
		height: calc(100% - 70px) !important;
	}
	.main .page3{
		padding-top: 150px;
		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; 
	}
	.slide-pc {
		display: none !important;
	}
	.slide-sp {
		display: block !important;
	}

	/* End css rwd */
	/* End css t */
	.flex01 img{
		width: 250%;
		height: auto;
		margin-left: -80%;
	}
	/* parallax  banner */
	  #intro {
		background: url('./images/f01.jpg') ;
		background-size: cover ;
		background-position: 0px !important;
		height: 118px;
	  }
	  #intro2 {
		background: url('./images/s01.jpg') ;
		background-size: cover ; 
		background-position: 0px !important;
		height: 118px;
	  }
	  #intro3 {
		background: url('./images/03.jpg') ;
		background-size: cover ;
		background-position: 0px !important;
		height: 118px;
	  }
	  .main_img02 {
		max-height: 118px !important;
		}
		.main_img02 {
			max-height: 118px !important;
		}
	  /* End parallax  banner */
	

.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;
}

.head03 {
    margin: 50px 0;
    font-size: 35px;
    font-family: 'Cinzel', serif;
    padding: 30px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.5;
}

.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;
}
.pro-test img{
	max-width: 100% !important;
	max-height: inherit !important;
	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;
    padding-bottom: 148px;
}

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

.news_li{
	width: calc(100%/6 - 2%);
	display: inline-block;
	height: 200px;   
/*    height: 100px;  */
	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: center;
	margin-top: 10px;
	padding: 5px;
	
}

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

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

#concept_inner {
	background-color: rgba(0,0,0,0.6);
    height: auto;
	padding-top: 100px;
	padding-bottom: 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;
}

.text03{
    color: #555;
    font-size: 16px;
    line-height: 2;
    padding: 20px 20px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.text03{
	    font-size: 13px;
	    padding: 5px 20px;
	}
    
    .head01 span{        
        margin-top: -15px;      
    }
    
    .no_br {
        display: none;
    }
    
    .copy_sp {
        position: relative;
        top:-10px;
    }
    
    #news {	
        padding-bottom: 0;
    }
    
    .box01 h3 .property-title {
        font-size: 16px!important;
    }
    
    .box01 h3 span {
       padding-top: 25px!important;
    }
    
    
}

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

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

.btn01 a:hover{
	background-color: #efae00;
	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%/11 - 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: 12px;
	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:hover{		
	background-color: rgba(0,0,0,0.6);
	color: #efae00;
	height: 100%;
	padding-top: 17px;
	text-decoration: none;
}
#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: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: '\f06c';
}
#nav_foot li:nth-child(3):after{
	 content: '\f1bb';
}
#nav_foot li:nth-child(4):after{
	 content: '\f518';
}
#nav_foot li:nth-child(5):after{
	 content: '\f0e0';
}
#nav_foot li:nth-child(6):after{
	 content: '\f304';
}

/*
#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;
    color:#fff;
	z-index: 3;
}

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


	
}

@media only screen and (max-width: 767px) {
	#concept { margin-top: 100px;}
	.instagram_biography { display: none;}
	.instagram_username { margin: 5px 0;}
	.instagram_username a { margin: 5px 0; color: #333;}
		/* css slide */
		#product .top-slide-item li.item {
			width: 100%;
			margin-right: 0;
		}
		.slick-slide img {
			display: block;
			padding: 5px;
		}
		.slick-initialized .slick-slide {
			display: block;
			padding: 5px;
		}
		.slick-next {
			right: 20px !important;
			z-index: 999999;
		}
		.slick-prev {
			left: 20px !important;
			z-index: 999999;
		}
		.slick-slide {
			height: auto !important;
		}
		#product ul.slick-dots{
			position: absolute;
			right: 15px;
			top: 15px;
			height: 20px;
			width: auto;
		}
		.slick-dots li.slick-active button:before {
			opacity: 1;
			color: #0c8562 !important;
		}
		.slick-dots li button:before {
			font-family: 'slick';
			font-size: 10px !important;
			line-height: 20px;
			position: absolute;
			top: 0;
			left: 0;
			width: 20px;
			height: 20px;
			content: '•';
			text-align: center;
			opacity: 1 !important;
			color: black;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			text-shadow: 2px -2px 30px #fff;
		}
		.slick-dots li {
			margin: 0 0px !important;
		}
}

.bg-beige {
	background-color: beige;
}

.bg-lightyellow {
	background-color: lightyellow;
}

.pdb-50 {
	padding-bottom: 50px;
}

.pc { display: block; }
.sp { display: none; }

@media only screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: block; }
}

#facilities {
	height: auto;
}

#facilities div {    
	padding: 10px;
	height: auto;
}

#facilities div p {
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	padding-top: 10px;
}

#facilities div a {
	color: #555;
	text-align: center;
	font-size: 10px;
	width: fit-content;
	margin: 5px auto;
	padding: 3px 15px;
	border: 1px solid #AAA;
}

#facilities div a:hover {
	color: #000;
	background-color: #AAA;				
}