/*--------------------------------------------------------------
	LINE Seed JP
--------------------------------------------------------------*/
@font-face {
		font-family: "LINE_Seed_JP";
		src:
		url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"),
		url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
		font-weight: 300;
		font-style: normal;
}
@font-face {
		font-family: "LINE_Seed_JP";
		src:
				url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"),
				url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
		font-weight: 700;
		font-style: bold;
}
@font-face {
		font-family: "LINE_Seed_JP";
		src:
				url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"),
				url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
		font-weight: 900;
		font-style: bold;
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
body {
  background: #fff;
/*  font: 400 12px/1.8 "Open Sans", sans-serif;*/
	font: 400 12px/1.8 "LINE_Seed_JP","Kosugi Maru", sans-serif!important;
	color: #666;
  -webkit-font-smoothing: antialiased;
	font-size: 13px!important;
}
img {
  max-width: 100%;
  height: auto;
}

iframe {  border: 0; }
ul { list-style: none; }
.align-center {  text-align: center;}
.align-left {  text-align: left !important;}
.position-relative {  position: relative;}
.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}
.examples.bg-dark {
  background: #333;
  border: 0;
}
.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}
.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}
.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.help-block ul {
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {  margin-top: 60px;}
.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.header_sub_page {
	padding: 50px 0!important;
	text-align: center;
	letter-spacing: 2px;
}

@media(max-width:767px){
	.header_sub_page {
		letter-spacing: normal;	
	}	
}

/* Module header */
.module-small {  padding: 70px 0;}
.module-extra-small {  padding: 25px 0px;}
.module-medium {  padding: 75px 0px;}
.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}
.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {  background: #111;}
.bg-green { background: rgba(11,183,174,1); color: #fff;}
.bg-green a {color: #fff;}
.bg-cream { background: rgba(254,221,189,1) }
.bg-pink { background: rgba(254,98,137,1) }
.bg-red { background: rgba(184,58,48,1) }


.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-light {  background: #f6f6f6;}
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {  padding: 0 !important;}
.pt-0 {  padding-top: 0 !important;}
.pt-05 {  padding-top: 5px !important;}
.pt-10 {  padding-top: 10px !important;}
.pt-20 {  padding-top: 20px !important;}
.pt-30 {  padding-top: 30px !important;}
.pt-40 {  padding-top: 40px !important;}
.pt-50 {  padding-top: 50px !important;}
.pt-140 {  padding-top: 140px !important;}
.pb-0 {  padding-bottom: 0 !important;}
.pb-10 {  padding-bottom: 10px !important;}
.pb-20 {  padding-bottom: 20px !important;}
.pb-30 {  padding-bottom: 30px !important;}
.pb-40 {  padding-bottom: 40px !important;}
.pb-50 {  padding-bottom: 50px !important;}
.pb-140 {  padding-bottom: 140px !important;}

.plr-05 {padding-left: 5px!important; padding-right: 5px!important; }
.plr-10 {padding-left: 10px!important; padding-right: 10px!important; }
.plr-15 {padding-left: 15px!important; padding-right: 15px!important; }
.plr-20 {padding-left: 20px!important; padding-right: 20px!important; }

.ptb-05 {padding-top: 5px!important; padding-bottom: 5px!important; }
.ptb-10 {padding-top: 10px!important; padding-bottom: 10px!important; }
.ptb-15 {padding-top: 15px!important; padding-bottom: 15px!important; }
.ptb-20 {padding-top: 20px!important; padding-bottom: 20px!important; }

.pall_05 {padding: 5px!important;}
.pall_10 {padding: 10px!important;}
.pall_15 {padding: 15px!important;}
.pall_20 {padding: 20px!important;}


.m-0 {  margin: 0 !important;}
.mt-0 {  margin-top: 0 !important;}
.mt-10 {  margin-top: 10px !important;}
.mt-20 {  margin-top: 20px !important;}
.mt-30 {  margin-top: 30px !important;}
.mt-40 {  margin-top: 40px !important;}
.mt-50 {  margin-top: 50px !important;}
.mt-60 {  margin-top: 60px !important;}
.mt-70 {  margin-top: 70px !important;}
.mt-80 {  margin-top: 80px !important;}
.mb-0 {  margin-bottom: 0 !important;}
.mb-10 {  margin-bottom: 10px !important;}
.mb-20 {  margin-bottom: 20px !important;}
.mb-30 {  margin-bottom: 30px !important;}
.mb-40 {  margin-bottom: 40px !important;}
.mb-50 {  margin-bottom: 50px !important;}
.mb-60 {  margin-bottom: 60px !important;}
.mb-70 {  margin-bottom: 70px !important;}
.mb-80 {  margin-bottom: 80px !important;}

.mall-05 {  margin: 5px !important;}
.mall-10 {  margin: 10px !important;}
.mall-20 {  margin: 20px !important;}
.mall-30 {  margin: 30px !important;}




@media only screen and (max-width: 991px) {
  .mt-sm-0 {    margin-top: 0 !important;  }
	.mt-sm-10 {    margin-top: 10px !important;  }
	.mt-sm-20 {    margin-top: 20px !important;  }
  .mt-sm-30 {    margin-top: 30px !important;  }
  .mt-sm-40 {    margin-top: 40px !important;  }
  .mt-sm-50 {    margin-top: 50px !important;  }
  .mt-sm-60 {    margin-top: 60px !important;  }
  .mt-sm-70 {    margin-top: 70px !important;  }
  .mt-sm-80 {    margin-top: 80px !important;  }
  .mb-sm-0 {    margin-bottom: 0 !important;  }
  .mb-sm-10 {    margin-bottom: 10px !important;  }
  .mb-sm-20 {    margin-bottom: 20px !important;  }
  .mb-sm-30 {    margin-bottom: 30px !important;  }
  .mb-sm-40 {    margin-bottom: 40px !important;  }
  .mb-sm-50 {    margin-bottom: 50px !important;  }
  .mb-sm-60 {    margin-bottom: 60px !important;  }
  .mb-sm-70 {    margin-bottom: 70px !important;  }
  .mb-sm-80 {    margin-bottom: 80px !important;  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {    margin-top: 0 !important;  }
  .mt-xs-10 {    margin-top: 10px !important;  }
  .mt-xs-20 {    margin-top: 20px !important;  }
  .mt-xs-30 {    margin-top: 30px !important;  }
  .mt-xs-40 {    margin-top: 40px !important;  }
  .mt-xs-50 {    margin-top: 50px !important;  }
  .mt-xs-60 {    margin-top: 60px !important;  }
  .mt-xs-70 {    margin-top: 70px !important;  } 
	.mt-xs-80 {    margin-top: 80px !important;  }
  .mb-xs-0 {    margin-bottom: 0 !important;  }
  .mb-xs-10 {    margin-bottom: 10px !important;  }
  .mb-xs-20 {    margin-bottom: 20px !important;  }
	.mb-xs-30 {    margin-bottom: 30px !important;  }
  .mb-xs-40 {    margin-bottom: 40px !important;  }
  .mb-xs-50 {    margin-bottom: 50px !important;  }
  .mb-xs-60 {    margin-bottom: 60px !important;  }
  .mb-xs-70 {    margin-bottom: 70px !important;  }
  .mb-xs-80 {    margin-bottom: 80px !important;  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}


/*--------------------------------------------------------------
	Custom - Global
--------------------------------------------------------------*/
.center {	text-align: center;}
.margin_auto {	margin: auto;}
.head_basket {
	font-size: 20px;
	font-weight: 900;
	padding-top: 2px;
}
.head_basket small {
	font-size: 14px;
	line-height: 20px;
}
.navbar-cart {	position: relative;}
.cart-item-number {
	position: absolute;
	top: -3px;
	left: 24px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #f00;
	border-radius: 50em;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
}
.img_h_40 {	height: 40px!important;}
.img_h_50 {	height: 50px!important;}
.img_h_60 {	height: 60px!important;}
.img_h_180 {	height: 180px!important;}
.img_h_200 {	height: 200px!important;}
.img_h_300 {	height: 300px!important;}

.table_law {	border: 1px dashed rgba(216,216,216,.5);}
.table_law th {	background: rgba(216,216,216,.2);}
.table_law th , .table_law td{
	padding: 12px;
	border-bottom: 1px dashed rgba(216,216,216,.5);
}
.table_law ul {	margin: 0;}
.table_law li {	padding: 8px;}

@media (max-width:767px){
	.table_law{
		width: 95%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
	MyAccount
--------------------------------------------------------------*/
.my_account_grid {
	display: grid;
	grid-gap: 15px;
	gap: 15px;
	align-items: stretch;
	padding: 0!important;
	margin: 0!important;
}
.my_account_grid > li {
	display: grid;
	box-sizing: border-box;
}
.grid_middle {
	display: flex;
	width: 100%;
  align-items: center;
  justify-content: center;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
.my_account_div, .my_account_data {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	padding: 10px;
}
.my_account h4 {
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(0,0,0,.1)!important;
}
.my_account p {
	padding: 0;
	margin: 0 0 5px 0;
}
.my_account_data {
  display: flex;
  align-items: center;
}
.my_account_data a {
  margin-left: auto; 
  white-space: nowrap;
}


@media (min-width:1200px) {
	.my_account_grid { 
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:1199px) {
	.my_account_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:991px) {
	.my_account_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*
@media (max-width:767px) {
	.my_account_grid { 
		grid-template-columns: repeat(2, 1fr);
	}
}
*/
@media (max-width:480px) {
	.my_account_grid {
		grid-template-columns: repeat(1, 1fr);
		letter-spacing: -1px;
	}
}



/*--------------------------------------------------------------
MyAccount - Shipping
--------------------------------------------------------------*/
.mypage_list_shipping {
  margin: 0;
  padding: 0;
}
.mypage_list_shipping li {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-bottom: 20px;
}

.my_shipping_table {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	width: auto;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
.my_shipping_navi {
	display: flex;
	justify-content: center;
	align-items: center;
/*	flex-direction: column;*/
}


@media (min-width: 481px) {
  .my_shipping_navi{
    flex: 0 0 200px; 
    width: 200px;
  }
}

@media (max-width: 480px) {
  li{
    flex-direction: column;
  }
  .my_shipping_table{
    margin-right: 0;
    width: 100%;
		margin-bottom: 5px;
  }
  .my_shipping_navi{
    flex: 0 0 auto;
    width: 100%;
  }
}
.my_shipping_div {
	padding: 6px; 
	font-weight: 700;
	background: rgba(255,128,128,.2);
	border: 1px solid rgba(255,128,128,.6);
	margin-bottom: 8px;
	color: rgba(192,0,0,1);
	border-radius: 5px;
}

.my_shipping_table th, .my_shipping_table td {
	padding: 6px;
/*	border-bottom: 1px solid rgba(0,0,0,.1);*/
}
.my_shipping_table th {
	width: 120px;
	background: rgba(0,0,0,.02);
}

.my_shipping_default {
	border: 1px solid rgba(255,128,128,.6);
}
.my_shipping_default th {
	background: rgba(255,128,128,.2);
/*	border-bottom: 1px solid rgba(255,128,128,.6);*/
}
.my_shipping_default td {
/*	border-bottom: 1px solid rgba(255,128,128,.6);*/
}

@media(max-width:480px){
	.my_shipping_table th {
		width: 70px;
	}
	.my_shipp_new {
		margin: 30px auto;
	}
	.my_shipping_btn {
		width: 100px;
	}
}



/*--------------------------------------------------------------
MyAccount - ShippingEdit
--------------------------------------------------------------*/






.my_user_form {
	width: 100%;
}
.my_user_form dt {
	width: 100%;
	padding: 6px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #eee;
}
.my_user_form ul {
	padding-bottom: 10px;
}
.my_user_form li {
	padding-bottom: 10px;
}
.my_user_form strong {
	font-weight: 700;
	color: red;
	font-size: 1em;
}
.my_list_inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40%;
}
.my_user_form input , .my_user_form select {
	display: block;
	padding: 5px;
	margin: 3px 0 0 0;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
}
.my_user_form input[type="text"] {
	margin-top: 3px;
	width: 80%;
}
.input_tel {
	display: block;
	width: 100%;
}
.input_tel input {
	display: inline-block;
	margin-right: 10px;
}
.input_short {
	width: 50%!important;
}
.my_user_form input[type="date"] {
	margin-top: 3px;
	width: 240px;
}
.my_user_form small {
	color: red;
}
.my_user_form span {
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	font-size: 10px;
	margin-left: 5px;
	padding: 0;
}
.my_user_form i {
	font-size: 12px;
	color: #999;
	font-style: normal;
}

@media (max-width:767px){
	.my_list_inline {
		display: block;
		width: 100%;
	}
}
.my_user_navi {
	width: 100%;
	padding: 10px;
	text-align: center;
}




/*--------------------------------------------------------------
	MyAccount - History
--------------------------------------------------------------*/
.mypage_list {
  margin: 0;
  padding: 0;
}
.mypage_item {
  display: flex;
  gap: 12px;
  padding: 12px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 15px;
}
.thumb {
	display: block;
	width: 180px!important;
	height: 180px!important;
	margin-right: 12px;
}

.purchase-list a {	color: #2B5F8F;}

.mylist_info {
  display: flex;
  flex-direction: column;
	width: calc(100% - 180px);
}
.mylist_date {
  font-size: 0.85em;
  color: #666;
	background: rgba(0,0,0,.05);
	padding: 5px;
	margin-bottom: 10px;
}
.mylist_name {
  font-weight: 600;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.mylist_price {
	margin: 0 0 10px 0;
	padding: 0;
}
.mylist_link {
	margin: 0;
	padding: 0;
}

@media(max-width:480px){
	.mypage_item {
		padding: 0!important;
		align-items: center;
	}
	.thumb {
		width: 80px!important;
		height: 80px!important;
		border-radius: 5px 0 0 5px;
		margin-right: 5px;
	}
	.mylist_info {
		vertical-align: middle!important;
		width: calc(100% - 80px);
	}
	.mylist_date {		display: none;	}
	.mylist_name {
		font-weight: 600;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 14px;
	}
	.mylist_price {		margin: 0;	}
	.mylist_link {		display: none;		}

}



/*--------------------------------------------------------------
	MyAccount - Favolite
--------------------------------------------------------------*/
.mypage_list_w100 {  width: 100%;}
.mypage_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.mypage_list_item {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 10px;
	margin-bottom: 15px;
}
.mypage_list_item a {	color: #2B5F8F;}
.mypage_list_row {
  display: flex;
  align-items: flex-start;
}
.mypage_list_thumb {
  object-fit: cover;
  margin-right: 10px;
  flex: 0 0 auto;
}
.mypage_list_body {
  flex: 1 1 auto;
  min-width: 0;
}
.mypage_list_meta {
  margin: 0 0 5px;
  padding: 5px;
  background: rgba(0,0,0,.1);
	font-size: 11px;
}
.mypage_list_name {
  margin: 0 0 5px;
  font-size: 16px;
	font-weight: 700;
}

.mypage_list_name_link {
  font-size: 16px;
	line-height: 1em;
  text-decoration: none;
  color: inherit;
}

.mypage_list_name_link:hover {  text-decoration: underline;}
.mypage_list_price {  margin: 0 0 5px;}

/* ボタン横並び：間隔10px */
.mypage_list_btns {
  display: flex;
  gap: 10px;
}

/* ボタン共通：9px・padding 5px */
.mypage_list_btn {
  font-size: 11px!important;
  padding: 10px!important;
  line-height: 1;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.25);
  background: #fff;
  border-radius: 5px;
	margin-right: 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

/* aをボタン風にしたい時用 */
.mypage_list_btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

/* サムネサイズ：480px以下 80x80、それ以上 180x180 */
@media (max-width: 480px) {
	.mypage_list_item {
		padding: 0;
	}
	.mypage_list_row {
		align-items: center;
	}
	.mypage_list_name {
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}
	.mypage_list_price {
		margin: 0;
	}
  .mypage_list_thumb {
    width: 80px;
    height: 80px;
		border-radius: 5px 0 0 5px;
  }
	.mypage_list_meta {		display: none;	}
	.mypage_list_btns {		display: none;	}
}

@media (min-width: 481px) {
  .mypage_list_thumb {
    width: 180px;
    height: 180px;
  }
}







/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 6px;
  padding: 9px 0 7px 0;
	font-size: 1em!important;
	line-height: 1.5em!important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {  border-radius: 5px;}
.btn.btn-circle {  border-radius: 30px;}
.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 0!important;
  font-size: 10px;
  letter-spacing: 1px;
	width: 100%;
	height: 38px;
}

@media (max-width:767px){
	.btn.btn-sm {
		width: 60%;
		margin: auto;
	}
}

.btn.btn-xs {
/*  padding: 4px 19px;*/
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.margin_sm {
	margin: 0 5px!important;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}


.btn_login {
	display: block;
	
}
.item_grid {
	display: grid;
  place-items: center;
	flex-wrap: wrap;
	grid-gap: 15px;
	gap: 15px;
	align-items: flex-start;
	padding: 0!important;
	margin: 0!important;
}
.item_grid li {
	min-height: 160px;
	width: 100%!important;
/*
	background: linear-gradient(to bottom, #fff, #ebebeb);
	border: solid 1px white;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
	border-radius: 8px;
*/
}

@media (min-width:1200px) {
	.item_grid { 
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width:1199px) {
	.item_grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width:991px) {
	.item_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:767px) {
	.item_grid { 
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:480px) {
	.item_grid {
		grid-template-columns: repeat(2, 1fr);
		letter-spacing: -1px;
	}
}


/*--------------------------------------------------------------
	Button Effect
--------------------------------------------------------------*/
.material-icons-outlined {
	float: left;
	width: 100%;
}

.btn_orange {
	border: none;
	color: #fff!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px #ffab00;
	background: linear-gradient(to bottom, #ffdf55, #ffab00);
}
.btn_orange:hover {
	background: linear-gradient(to bottom, #ffe97f, #ffc72b);
}

.btn_green {
	border: none;
	color: #fff!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px #0d893d;
	background: linear-gradient(to bottom, #3ab97d, #0d893d);
}
.btn_green:hover {
	background: linear-gradient(to bottom, #6adba1, #40b56d);
}

.btn_blue {
	border: none;
	color: #fff!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px #3d5dff;
	background: linear-gradient(to bottom, #4aadff, #3d5dff);
}
.btn_blue:hover {
	background: linear-gradient(to bottom, #77e0ff, #6a9fff);
}

.btn_purple {
	border: none;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px #a355ff;
	background: linear-gradient(to bottom, #ea99ff, #a355ff);
}
.btn_purple:hover {
	background: linear-gradient(to bottom, #fcbdff, #bd7cff);
}

.btn_brown {
	border: none;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px #998675;
	background: linear-gradient(to bottom, #e5d3ba, #998675);
}
.btn_brown:hover {
	background: linear-gradient(to bottom, #f2e0ce, #c4ae9c);
}


.btn_black {
	border: none;
	box-shadow: inset 0 0 0 1px #999, 0 0 0 1px #666;
	background: linear-gradient(to bottom, #666, #333);
	color: #fff!important;
}
.btn_black:hover {
	background: linear-gradient(to bottom, #888, #555);
	color: #fff!important;
}
.btn_glay {
	border: none;
	box-shadow: inset 0 0 0 1px #eee, 0 0 0 1px #aaa;
	background: linear-gradient(to bottom, #ddd, #999);
	color: #fff!important;
}
.btn_glay:hover {
	background: linear-gradient(to bottom, #e5e5e5, #bbb);
	color: #333!important;
}





/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  text-transform: uppercase;
/*  letter-spacing: 2px;*/
/*  font-size: 11px;*/
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;

  transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {  border-color: #CACACA;}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}
.rqst-form {  margin-top: 27px;}
.rqst-form .btn { margin-top: 5px;}
.input-group-addon {  border: 1px solid #e4e4e4 !important;}


/* -------------------------------------------------------------------
Breadcrumb
------------------------------------------------------------------- */
.breadcrumb {  width: 100%;}
.breadcrumb__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.breadcrumb__list::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto; 
  white-space: nowrap;
  min-width: 0; 
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.25rem;
  opacity: 0.6;
}
.breadcrumb__link {
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}
.breadcrumb__link:hover,
.breadcrumb__link:focus-visible {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumb__item--current {
  opacity: 1;
  font-weight: 600;
}

/* ===== Responsive behavior ===== */
/* PC: 余裕があれば折り返しも許可したい場合はここで切替 */
@media (min-width: 768px) {
  .breadcrumb__list {
    overflow-x: visible;    /* PCでは横スクロール不要 */
    flex-wrap: wrap;        /* 長ければ改行してOK */
    row-gap: 0.25rem;
  }
  .breadcrumb__item {
    white-space: normal;
  }
}






/* -------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
	gap: 5px!important;
  flex-wrap: wrap;
  margin: 24px 0;
  padding: 0;
}
.pagination__item {
  margin: 0;
  padding: 0;
}
.pagination__link,
.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
	margin: 0 5px;
  padding: 0 12px;
  border-radius: 50em;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.9);
  color: rgba(0,0,0,.85);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  transition: transform .08s ease, background-color .15s ease, color .15s ease, border-color .15s ease, opacity .15s ease;
}

@media (max-width:480px){
	.pagination__link,
	.pagination__ellipsis {
		min-width: 24px;
		height: 24px;
		padding: 0;
	  font-size: 12px;
	}
}

.pagination__link:hover {
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.18);
}

.pagination__link:active {
  transform: translateY(1px);
}

.pagination__link[aria-current="page"] {
  background: rgba(11,183,174,.6);
  color: #fff;
  border-color: rgba(11,183,174,.8);
  cursor: default;
  pointer-events: none;
}

.pagination__link[aria-disabled="true"] {
  opacity: .45;
  pointer-events: none;
}

.pagination__ellipsis {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 6px;
  color: rgba(0,0,0,.5);
}

.pagination__link--nav {  padding: 0 14px;}
.pagination__link:focus-visible {
  outline: 3px solid rgba(0,0,0,.25);
  outline-offset: 2px;
}
/* ダーク背景で使うなら（任意で付ける） */
.pagination--dark .pagination__link,
.pagination--dark .pagination__ellipsis {
  border-color: rgba(255,255,255,.18);
  background: rgba(0,0,0,.65);
  color: rgba(255,255,255,.9);
}
.pagination--dark .pagination__link:hover {
  background: rgba(255,255,255,.10);
}
.pagination--dark .pagination__link[aria-current="page"] {
  background: rgba(255,255,255,.92);
  color: rgba(0,0,0,.9);
  border-color: rgba(255,255,255,.92);
}
.pagination--dark .pagination__ellipsis {
  background: transparent;
  color: rgba(255,255,255,.55);
}



/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {  color: #111;}
a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}
.bg-dark a {  color: #aaa;}
.bg-dark a:hover, .bg-dark a:focus {  color: #fff;}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}
h4.titlebar_h4 {
	border-radius: 5px;
	border: none;
/*
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 0 0 1px rgba(11,183,174,1);
*/
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	background: linear-gradient(to bottom, #33c7d8, #0bb7ae);
	color: #fff!important;
}
h4.titlebar_h4>p {
	padding: 7px 15px;
}



p, ol, ul, blockquote {  margin: 0 0 20px;}
blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}
.font-alt {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.font-serif {  font-style: italic;}
.large-text {  font-size: 24px !important;}
.rotate {  text-shadow: none !important;}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}
.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.module-title + .module-subtitle {  margin-top: -35px;}



/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/

/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar　（Custom）
--------------------------------------------------------------*/
.navbar-custom {
/*  background-color: rgba(10, 10, 10, 0.9);*/
  background-color: rgba(255,255,255,.9);
	color: #222!important;
  border: 0;
  border-radius: 0;
  z-index: 1000;
/*  text-transform: uppercase;*/
  letter-spacing: 0!important;
  font-size: 13px;
  transition: background, padding 0.4s ease-in-out 0s;
}
.navbar-custom.is-scrolled {
  background: rgba(11,183,174,1);
}
.navbar-custom.is-scrolled a {
  color: #fff!important;
}



.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-header {
}
.navbar-logo {
	display: block;
	margin: 10px;
}
.navbar-logo>img {
	height: 40px!important;
}
@media(max-width:767px){
	.navbar-logo {
		margin: 10px;
	}
	
}






.navbar-custom .dropdown-menu {
/*  background: rgba(26, 26, 26, 0.9);*/
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
/*  color: #fff;*/
	color: #222;
}

.navbar-custom .nav li > a {
  position: relative;
/*  color: rgba(255, 255, 255, 0.7);*/
  color: rgba(0,0,0,.8);
	line-height: 20px;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 5px 10px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.material-icons-round {
/*	float: left;*/
	margin: 0!important;
	padding: 0!important;
}

.navbar_icon {}
.navbar_icon a{
	display: block;
	text-align: center!important;
}
.navbar_icon p {
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0!important;
	padding: 0!important;
}

.navbar-toggle {	margin-top: 15px!important;}

.nav>li>a {
	padding: 0;
	margin: 10px 7px;
/*	height: 30px!important;*/
/*	line-height: 30px!important;*/
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
/*  color: #fff;*/
	color: rgba(140,98,57,.8);
	text-decoration: underline;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
/*  font: normal normal normal 14px/1 FontAwesome;*/
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #222;
}
.icon-bar.is-scrolled {
  background: #fff!important;
}



.dropdown-menu {
  min-width: 180px;
/*  font-size: 11px;*/
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {  background: transparent;}

/* About us Page Header */
.about-page-header:before {  background: rgba(2, 2, 2, 0.2);}

/* Service Page Header */
.service-page-header:before {  background: rgba(2, 2, 2, 0.1);}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}
.pricing-page-header:before {  background: rgba(2, 2, 2, 0.6);}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.gallery-page-header:before {  background: rgba(2, 2, 2, 0.2);}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}
.contact-page-header:before {  background: rgba(2, 2, 2, 0.5);}

/* FAQ Page Header */
.faq-page-header:before {  background: rgba(2, 2, 2, 0.15);}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}
.blog-page-header:before {  background: rgba(2, 2, 2, 0.3);}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {  background: rgba(2, 2, 2, 0.4);}
.restaurant-page-header:before {  background: rgba(0, 0, 0, 0.45);}
.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {  background-position: 50% 50%;}
.portfolio-page-header:before {  background: rgba(45, 45, 45, 0.45);}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {  margin-top: -145px;}

.shop-page-header:before {  background: rgba(34, 34, 34, 0.3);}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}



/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}



/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;

}

.widget .widget-title {
  border-bottom: 1px dotted #fff;
  font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}


/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
/*  padding: 20px;*/
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
/*    font: normal normal normal 14px/1 FontAwesome;*/
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
/*
  .navbar-custom .cart-item-number {
    display: none;
  }
*/
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}
