@charset "UTF-8";
/* =======================================================
*
* 	Rick Co LTD
*	Style.css
*
* ======================================================= */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
}
body {
  font-family: Arial,helvetica,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #a68826;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #a68826;
  outline: none;
}

a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: .5;
}

/*img a:hover {
	border:none;
	opacity: 1;
}*/


p {
  /*margin-bottom: 30px;*/
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #a68826;
}

::-moz-selection {
  color: #fff;
  background: #a68826;
}

::selection {
  color: #fff;
  background: #a68826;
}

/* --------------------------
ボタン
-------------------------- */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
 /* -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;*/
}
.btn.btn-md {
  padding: 10px 5px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #a68826;
  color: #fff;
  border: 1px solid #a68826;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #a68826 !important;
  border-color: #a68826 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #a68826;
  border: 2px solid #a68826;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #a68826;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 1.4rem;/*font-size: 16px;*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}


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

#rick-header {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #rick-header {
    margin: 0px 0 0 0;
  }
}
#rick-header .header-inner {
  height: 80px;
  padding-left: 0rem;/*padding-left: 2rem;*/
  padding-right: 0rem;/*padding-right: 2rem;*/
  float: left;
  width: 100%;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  border-radius: 0.7rem;
}
#rick-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 3rem;
}
#rick-header h1 a {
  position: relative;
  color: black;
}
#rick-header h1 a > span {
  color: #a68826;/**/
}
#rick-header h1 a:hover, #rick h1 a:active, #rick h1 a:focus {
  text-decoration: none;
  outline: none;
}


#rick-header h1 {
  margin: 1.9rem 0 0 0;
}

#rick-header nav {
  margin: 3.8rem 0 0 0;
}

#rick-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #rick-header nav {
    display: none;
  }
}
#rick-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#rick-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#rick-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1025px) {
#rick-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  padding: 1rem;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
}



#rick-header nav ul li a i {
  line-height: 0;
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
}
#rick-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  bottom: 0.7rem;
  left: 1rem;
  right: 1rem;
  background-color: #a68826;/*#;*/ 
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#rick-header nav ul li a:hover {
  text-decoration: none;
  color: #a68826;/*#27E1CE;*/ 
}
#rick-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#rick-header nav ul li a:active, #rick nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#rick-header nav ul li.cta {
  margin-left: 2rem;
}
#rick-header nav ul li.cta a {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  border: 0.2rem solid #a68826;
  color: #a68826;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#rick-header nav ul li.cta a:hover {
  color: #fff;
  background: #a68826;
}
#rick nav ul li.cta a:hover:after {
  display: none;
}
#rick-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#rick-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* --------------------------
TOP スライダー
-------------------------- */
#rick-hero {
  /*min-height: 50rem;*/
	max-height: 50rem;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#rick-hero .btn {
  font-size: 2.4rem;
}
#rick-hero .btn.btn-primary {
  padding: 1.4rem 3rem !important;
}
#rick-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#rick-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#rick-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*min-height: 70rem;*/
	max-height: 50rem;
}
#rick-hero .flexslider .flex-control-nav {
  bottom: 4rem;
  z-index: 1000;
}
#rick-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}
#rick-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#rick-hero .flexslider .flex-direction-nav {
  display: none;
}
#rick-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
	min-height: 50rem;
}
#rick-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  /*vertical-align: middle;*/
  max-height: 50rem;
}
#rick-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
	line-height: 2;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.4);
	width: 100%; height: 100%; overflow: auto; margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  #rick-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 2rem;
  }
}
#rick-hero .flexslider .slider-text > .slider-text-inner .rick-lead {
  font-size: 2rem;
  color: #fff;
}
#rick-hero .flexslider .slider-text > .slider-text-inner .rick-lead .icon-heart {
  color: #d9534f;
}


/* --------------------------
共通　パララックス風
-------------------------- */

.rick-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 5rem 0;
  position: relative;
	margin: 5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .rick-cta {
    padding: 2.5rem 0;
  }
}
.rick-cta .overlay {
  background: rgba(241,231,191,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.rick-cta .container {
  position: relative;
  z-index: 2;
}
.rick-cta p, .rick-cta h3 {
  color: #fff;
}
.rick-cta p:last-child {
  margin-bottom: 0;
}
.rick-cta .btn {
  color: #a68826;
}

/* --------------------------
共通　フッタ
-------------------------- */
#rick-footer {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #rick-footer {
    padding: 0;/*padding: 3em 0;*/
  }
}
#rick-footer h2, #rick-footer h3, #rick-footer h4 {
  color: #333;
}
#rick-footer h3 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#rick-footer [class*="col"] {
  padding-bottom: 2rem;
}


#rick-footer ul {
  padding: 0;
  margin: 0;
	text-align: center;
}
#rick-footer ul li {
  padding: 1rem;
  margin:  1rem 0 1rem 0;
  list-style: none;
	display: inline-block;
}
@media screen and (max-width: 767px) {
#rick-footer ul li {
  padding: 1rem;
  margin:  1rem 0 1rem 0;
  list-style: none;
	display: block;
}
}

.foot-menu2 a{color: #7a6e6e;}

.foot-menu2 a:hover{color: #7a6e6e;}

.foot-menu {
	border-top: solid 1px #e6dbc8;
	padding-top: 2rem;
background: #f9f6eb;
	text-align: center;
}

.foot-menu a {
	color:#a68826;
}

.foot-menu a:hover {
	color:#a68826;
}

.rick-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  /*margin-top: 2rem !important;*/
  padding: 2rem 0 0 0;
	background: #7a6e6e;
	color: #fff;
}
.rick-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .rick-copyright {
    text-align: center !important;
  }
  .rick-copyright span {
    display: inline;
  }
}


/* --------------------------
共通　コンテンツ＋Ｇnavメニュー
-------------------------- */
#rick-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#rick-offcanvas, .rick-nav-toggle, #rick-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#rick-offcanvas, .rick-nav-toggle, #rick-page {
  position: relative;
}

#rick-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #rick-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#rick-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 27.5rem;
  background: black;
  padding: 3rem;
}
@media screen and (max-width: 980px) {
  #rick-offcanvas {
    display: block;
  }
}
#rick-offcanvas ul {
  padding: 0;
  margin: 0;
}
#rick-offcanvas ul li {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
  line-height: 2.8rem;
}
#rick-offcanvas ul li a {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#rick-offcanvas ul li a:hover {
  color: #a68826;
}
#rick-offcanvas ul li.active a {
  color: #a68826;
}
#rick-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 2rem;
  display: block;
  float: left;
}
#rick-offcanvas ul li.cta a {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  border-radius: 3rem;
}
#rick-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#rick-offcanvas ul li.cta a:hover:after {
  display: none;
}

.rick-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.rick-nav-toggle.active i::before, .rick-nav-toggle.active i::after {
  background: #fff;
}
.rick-nav-toggle.dark.active i::before, .rick-nav-toggle.dark.active i::after {
  background: #fff;
}
.rick-nav-toggle:hover, .rick-nav-toggle:focus, .rick-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.rick-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 3rem;
  height: 0.2rem;
  color: #fff;
  font: bold 1.4rem/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -5.5rem;
  background: #000;
  transition: all .2s ease-out;
}
.rick-nav-toggle i::before, .rick-nav-toggle i::after {
  content: '';
  width: 3rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rick-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.rick-nav-toggle.dark i::before, .rick-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.rick-nav-toggle i::before {
  top: -0.7rem;
}

.rick-nav-toggle i::after {
  bottom: -0.7rem;
}

.rick-nav-toggle:hover i::before {
  top: -1rem;
}

.rick-nav-toggle:hover i::after {
  bottom: -1rem;
}

.rick-nav-toggle.active i {
  background: transparent;
}

.rick-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.rick-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.rick-nav-toggle {
  position: fixed;
  top: 4rem;
  right: 2rem;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .rick-nav-toggle {
    display: block;
    top: 2rem;
  }
}

/* --------------------------
共通　アニメーション
-------------------------- */
.js .animate-box {
  opacity: 0;
}


/* --------------------------
TOP コンテンツ
-------------------------- */
#rick-services-section, #rick-work-section {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #rick-services-section, #rick-work-section {
    padding: 3em 0;
  }
}

#rick-services-section{background:#f5f5f5;}

#rick-services-section .col-xs-6 {
	margin-top:2.5rem; 
}

#rick-services-section .ttl{ margin-bottom:2rem;}

#rick-work-section .shop_item {font-size:90%; text-align: center;}

.rick-services {
  margin-top: 4em;
}

#rick-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 5rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#rick-work-section .item-grid .image {
  height: 30rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
}
#rick-work-section .item-grid .v-align {
  padding: 3rem;
}
#rick-work-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#rick-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#rick-work-section .item-grid:hover, #rick-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}


/* --------------------------
TOP　カタログ
-------------------------- */
#rick-catalog-section {
  padding: 4em 0;
  background: #fcfcfc;
	border-top: solid 1px #e6dbc8;
}
@media screen and (max-width: 768px) {
  #rick-catalog-section {
    padding: 2em 0;
  }
}
.rick-catalog {
  margin-bottom: 2rem;
}
.rick-catalog h2 {
  margin-bottom: 2rem;
	color:#a68826;
	font-family: Arial,helvetica,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.rick-catalog .line {border-bottom: #cdb891 solid 1px; width: 20%; margin:0 auto 3rem;}


/* --------------------------
TOP　ボトムイメージ
-------------------------- */
.rick-image-section {
  background:#f9f6eb;
}

/* --------------------------
SHOP　キービジュルSMP
-------------------------- */
#rick-hero .flexslider .slider-text > .slider-text-innerSMP {
  display: table-cell;
  /*vertical-align: middle;*/
  max-height: 50rem;
}
#rick-hero .flexslider .slider-text > .slider-text-innerSMP h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
	line-height: 2;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.4);
	width: 100%; height: 100%; overflow: auto; margin: 18rem auto 0;
}
@media screen and (max-width: 768px) {
  #rick-hero .flexslider .slider-text > .slider-text-innerSMP h2 {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
