
html.overflow, body.overflow {
  overflow-x: auto;
}
html.overflow #header, html.overflow #mainimg, html.overflow #mobile-menu, html.overflow #footer, body.overflow #header,  body.overflow #mainimg, body.overflow #mobile-menu, body.overflow #footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  color: #331F0A;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #BF7021;
}

::-moz-selection {
  color: #ffffff;
  background: #BF7021;
}

::selection {
  color: #ffffff;
  background: #BF7021;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #331F0A;
}

a:hover, a:focus, a:active {
  outline: none;
  color: #2e2e2e;
  text-decoration: none;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 25px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.font-serif {
  font-family: "Crimson Text", serif;
}

.font-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

.container {
}

/* Header */
#header {
/*  position: absolute;
  top: 0;
*/  width: 100%;
/*  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
*/  background: #fff;

}

#menu-logo {
  clear: both;
}

#quick-contacts {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
#quick-contacts .sep {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.5);
}
#quick-contacts a {
  font-size: 14px;
  padding: 20px 10px;
  color: white;
}
#quick-contacts a > i {
  margin-right: 10px;
  margin-top: 5px;
  color: white;
}
#quick-contacts a:hover {
  color: white;
}
#logo,
.navi-logo div {
    font-size: 18px;
    margin: 1.4em 0 0 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.2;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#logo span,
.navi-logo div span{
  font-size: 12px;
}
#logo a,
.navi-logo div a{
  border-bottom: none !important;
}
.header-logo a,
.header-logo .description,
.navi-logo a,
.navi-logo .description{
  color: #4F3618;
}
.header-logo.open a,
.header-logo.open .description,
nav.open .navi-logo a,
nav.open .navi-logo .description{
  color: #fff;
}
#logo a:hover {
  opacity: .7;
}
.description{
    font-size: 13px;
    margin: 0 0 5px 0;
}

.m_overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.m_overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
  padding: 39px;
  background-color: rgba(51, 31, 10, 0.8);
 }
 .menu-trigger.active {
  /*transform: translateX(250px);*/
  background-color: inherit;
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 27px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 37px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 47px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
nav {
  width: 400px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(51, 31, 10, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-400px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav > ul {
    border-bottom: 1px solid #fff;

}
nav > ul, nav ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav li {
  text-align: left;
  padding: 0;
  border-top: 1px solid #fff;
}

nav li a{
    color: #fff;
  padding: 10px 60px;
  display: block;
  position: relative;
}
nav li li a{
    color: #fff;
  padding: 10px 60px 10px 80px;
  display: block;
}
nav li a:hover,
nav li.active a{
    color: #331F0A;
  background: #F9EBD7;
}
nav li li a:hover{
  background: #EACEA7;
}
nav li a .far{
    margin-left: 10px;
    font-size: 12px;
}
nav li a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    left: 93%;
    transition: all .5s ease-in-out;
}
nav li a:hover::after{
    left: 95%;
}
nav li li a::after,
nav li li a:hover::after{
    left: 16%;
}
nav li.menu-kaigyo a{
    background: #FFCE00;
    color: #331F0A;
}

#content {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #content {
    margin-bottom: 4em;
  }
}

#sidebar {
  padding: 7em 0;
  font-size: 16px;
}
#sidebar.left-sidebar {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #sidebar.left-sidebar {
    padding-right: 0px;
  }
}
#sidebar.right-sidebar {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #sidebar.right-sidebar {
    padding-left: 0px;
  }
}
#sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mainimg {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  color: #ffffff;
  top: 0;
}
#mainimg .mainimg-wrap {
    padding-top: 5em;
    display: table;
    width: 100%;
}
.mainimage{
    position: relative;
}
@media screen and (max-width: 768px) {
    #mainimg .mainimg-wrap {
        padding-top: 8em;
        padding-right: 4em;
    }
    .mainimage{
    }
}
.slide img{
    width: 100%;
    height: 59vw;
    object-fit: cover;
}
@media screen and (min-width: 1300px) {
.slide img{
    height: 45vw;
}
}
.slide img.slide-arrow{
    width: inherit;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow {
  left: 0;
}
.next-arrow {
  right: 0;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.slick-dots{
    bottom: 0;
    margin-bottom: 20px;
    z-index: 1;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button::before{
    font-size: 16px;
    opacity: 1;
    color: #fff;
}
.slick-dots li.slick-active button::before {
    color: #664824;
    opacity: 1;
}


#mainimg .mainimg-wrap .mainimg-intro {
  vertical-align: middle;
  text-align: right;
}

#mainimg .mainimg-wrap .mainimg-intro > h1 {
  line-height: 47px;
  color: #4F3618;
  font-weight: 700;
  transition: all .5s ease-in-out;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
#mainimg .mainimg-wrap .mainimg-intro > h1 span{
  font-size: 28px;
  background: #fff;
  padding: 10px 15px;
  line-height: 3;
}
@media screen and (min-width: 1300px) {
  #mainimg .mainimg-wrap .mainimg-intro > h1 {
  }
  #mainimg .mainimg-wrap .mainimg-intro > h1 span{
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
    #mainimg .mainimg-wrap .mainimg-intro > h1 {
        font-size: 30px;
    }
    #mainimg .mainimg-wrap .mainimg-intro > h1 span{
        font-size: 18px;
        line-height: 3.5;
    }
}
#mainimg .mainimg-wrap .mainimg-intro > h2 {
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #333333;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  transition: all .5s ease-in-out;
}
@media screen and (min-width: 1300px) {
  #mainimg .mainimg-wrap .mainimg-intro > h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  #mainimg .mainimg-wrap .mainimg-intro > h2 {
    letter-spacing: 3px;
  }
}
body.inner-page #mainimg .mainimg-wrap {
  padding-top: 15em;
}
@media screen and (max-width: 768px) {
  body.inner-page #mainimg .mainimg-wrap {
    padding-top: 4em;
  }
  #mainimg, .mainimg-wrap {
    position: absolute;
    padding: 2em 0 3em 0;
    height: inherit !important;
  }
}
#mainimg,
#logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.mobile-menu-visible #mainimg,
body.mobile-menu-visible #logo-mobile-wrap {
 /* -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);*/
}

body.mobile-menu-visible #mobile-menu {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home-message{
	background-image: linear-gradient(to left,#fff 0%,#fff 40%,#F4E1CB 40%,#F4E1CB 100%);
	padding: 40px 0 40px;
}
.home-message .container{
  max-width: calc(100% - (50% - (100% / 2)));
  width: calc(100% - 5%);
  margin-right: 0;
  margin-left: auto;
  padding: 5% calc(50% - (100% / 2) - 5%) 5% 0;
  border-right: solid transparent;
  border-right-width: calc(5% + 5%);
}
.home-message .row > div:first-child{
  padding-right: 40px;
}
.home-message h2 span{
	color: #BFA88C;
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.home-message h2 span::after{
    content: '';
    top: 5px;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #BFA88C;
    margin-left: 10px;
    vertical-align: middle;
}
.home-message ul{
    list-style: none;
    margin: 30px 0 20px;
    padding: 0;
}
.home-message ul li{
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #4F3618;
}

.home-message .ig{
    background: url("../images/message.jpg") no-repeat left top;
    height: 423px;
}
.home-shop{
    background: #F9F0E5;
    padding: 0 0 40px;
}
.home-shop h2{
    background: #664824;
    text-align: center;
    color: #fff;
    padding: 35px 20px;
    margin-bottom: 40px;
}
.home-shop .row{
    background: #fff;
    padding: 35px 20px;
    margin-bottom: 40px;
}
.home-shop h3{
    font-size: 28px;
    margin-top: 30px;
}
.home-shop h4{
    font-size: 23px;
    color: #BF7021;
    text-align: center;
    margin-top: 2em;
}
.home-shop ul.point{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.home-shop ul.point li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
}
.home-shop ul.service{
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.home-shop ul.service li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.home-shop ul.service li a{
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
	display: block;
}
.home-shop ul.service li a.l-service{
    background: #06c755;
	color: #fff;
}
.home-shop ul.service li a:hover{
    background: #664824!important;
}

.home-shop table{
    border: 5px solid #F4E1CB;
}
.home-shop th{
    padding: 15px 0 10px 20px;
}
.home-shop td{
    padding: 15px 0 10px 0;
}
.home-shop tr:last-child th,
.home-shop tr:last-child td{
    padding-bottom: 20px;
}
.home-shop th.headtop{
    vertical-align: top;
}
.home-shop th .fas{
    width: 30px;
    height: 30px;
    background: #664824;
    border-radius: 100px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.home-shop .map{
    display: inline-block;
    margin-left: 10px;
}
.home-shop .map a{
    background: #F9EBD7;
    border: 1px solid #998675;
    padding: 3px 10px;
}
.home-shop .map a:hover{
    background: #998675;
    border: 1px solid #998675;
    color: #fff;
}
.home-shop .tel-link{
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
}
.home-shop .more a{
    width: 60%;
}
.home-shop ul.kinrin{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
}
.home-shop ul.kinrin li{
    width: 50%;
}
.home-shop ul.kinrin li a{
    text-decoration: underline;
}
.home-shop .gallery-row{
    padding: 0;
    margin-bottom: 20px;
}

.more{
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 16px!important;
    margin: 20px 0 30px;
}
.more a{
    color: #fff;
    font-weight: bold;
    background: #331F0A;
    padding: 10px 40px 10px 30px;
    display: inline-block;
    border: 1px solid #331F0A;
    border-radius: 100px;
    transition: all .5s ease-in-out;
    position: relative;
    margin: 0 10px;
}
.more a svg{
    margin-right: 10px;
}
.more a .far{
    margin-left: 10px;
    font-size: 12px;
}

.more a:hover{
    background: #fff;
    color: #331F0A;
    border: 1px solid #331F0A;
}
.more a:hover::after{
    margin-left: 10px;
    color: #fff;
}
.more a:hover .icon-logo{
    fill:#fff;
}
.more a:active{
    color: #fff;
}
#contact {
  padding: 7em 0;
}

#footer {
  clear: both;
  position: relative;
  width: 100%;
}
#footer .container{
	position: relative;
    padding: 1em 0;
}
#footer .copyright {
  margin-top: 1em;
	background-color: #ffffff;
  font-size: 12px;
	margin-bottom: 0px;
	text-align: center;
	padding: 20px 0;
    color: #BFA88C;
}
.bana-kaigyo{
    position: fixed;
    right: -10px;
    top: 20%;
    transition: all .3s ease-in-out;
}
.bana-kaigyo:hover{
    position: fixed;
    right: 0px;
    top: 20%;
}

.font80{
    font-size: 80%;
}
/*Recruit*/
.col2{
    width:49%;
}
.img-container{
    /*overflow: hidden;*/
    position: relative;
}
.img-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease; 
    z-index: 0;
}
.img-container:before{
    background: #14213D;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(0%);
    transition:all .8s 0s ease; 
    width: 140%;
    z-index: 1;     
}
.text-container{
    padding:0 0 0 10px;
    transition: all .8s .5s ease;
    overflow: hidden;
}
.img-container.active img{
    opacity: 1;
}
.img-container.active:before{
    transform: translateX(140%);        
}
.text-container.actived{
    opacity: 1;
}
.text-read{
    background: #fff;
    padding: 4em 4em 2em;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.text-container .more a{
    width: 50%;
}


/**/
.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

/* Helper Classes */
/* Spacer */
.spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .spacer-xlg {
    height: 70px;
  }
}

.spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .spacer-lg {
    height: 50px;
  }
}

.spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .spacer-md {
    height: 30px;
  }
}

.spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .spacer-sm {
    height: 20px;
  }
}

.spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .spacer-xs {
    height: 20px;
  }
}

.spacer-xxs {
  height: 20px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

.section-heading .lead {
  position: relative;
}
.section-heading .lead > .line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}
.section-heading .sub {
  font-size: 18px;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

.btn-primary {
  background: #57cecd;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #57cecd;
}

.js .to-animate,
.js .footer-anm,
.js .animate-box,
.js .r-animate {
  opacity: 0;
}

.heading {
  margin-bottom: 3em;
}


/* Header */
.header {
  text-align: center;
}
.header-logo{
    position: absolute;
    z-index: 1;
    left: 100px;
    top: 0;
    margin: auto;
}
.navi-logo{
    position: fixed;
    z-index: 1000;
    left: 100px;
    top: 0;
    margin: auto;
}
.header-logo.open{
    opacity: 0;
}

/*.page .header-logo{
    width: auto;
    height: auto;
    position: relative;
    padding: 30px 0;
}*/

.header .heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .header .heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.header .heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #57cecd;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .tab-menu-icon {
    margin-top: 7px;
  }
}


/* Accordions */
.accordion .panel-title > a {
  border-bottom: none !important;
}
.accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.accordion .panel-heading .accordion-toggle {
  color: #57cecd;
}
.accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #57cecd;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.social-icons {
  padding: 0;
}
.social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li a:hover {
  background: #f86942;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body,
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup, .pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-body {
  border: 2px solid #57cecd;
  border-top: none;
}

/* Nav Links */
.nav-links ul {
  padding: 0;
  margin: 0;
}
.nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #57cecd;
}


/* Image Alignment */
img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*================*/
/*page
/*================*/

.page-title {
  position: relative;
  background: #F4E1CB;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-title h1 {
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding-top: 180px;
	text-align: center;
	margin-bottom: 0;
}
.page-title .subtitle{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #BFA88C;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}
.breadcrumbs{
    font-size: 14px;
    padding: 10px;
    text-align: right;
    color: #808080;
	margin-bottom: 2em;
}
.breadcrumbs a{
    color: #2e2e2e;
	text-decoration: underline;
}
body:not(.home) #content-main{
    overflow: hidden;
	max-width: 1300px;
	margin: auto;
}
.page #content-main h2,
.page #content-main h3,
.page #content-main h4{
    margin-top: 2em;
    color: #000;
}
body.page #content-main h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    clear: both;
}
body.page #content-main h3{
    padding: 5px 0 10px;
	border-bottom: 2px solid #ffce00;
	font-size: 24px;
	position: relative;
}
body.page #content-main h3::before{
	content: "";
    background: #664824;
	position: absolute;
	bottom: -2px;
	left: ;
	width: 200px;
	height: 2px;
}
.page table th{
    /*background: #ededed;*/
}
.page th,.page td{
    padding: 1em 1.5em;
    border-bottom: 2px solid #c60b09;
}
.page table td ul{
    margin-left: 20px;
}
.page #content-main *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page #content-main img{
    max-width: 100%;
    height: auto;
}
.page .home-shop{
	margin-top: 8em;
}
.page .home-shop h2{
	color: #fff;
}
.page .home-shop .row{
	background: none;
	padding: 0;
	margin-bottom: 0;
}
/*line*/
.howto{
	counter-reset: number 0;
}
.howto h4::before{
	counter-increment: number 1;
	content: counter(number) " ";
	font-size: 25px;
	line-height: 1;
	background: #ffce00;
	border-radius: 5px;
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	width: 50px;
}
.line-list{
	text-align: center;
}
.line-list .card-body > *:last-child{
	margin-bottom: 0;
}
.frend-btn{
	background: #06c755;
	color: #fff!important;
	font-weight: bold;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
/*CONTACT*/

.page-w700{
    max-width: 700px;
    margin: auto;
}
.telwaku{
    background: #f2f2f2;
    padding: 1em 2em 2em;
}
.page #content-main .telwaku h2{
    margin-top: 1em;
}
.contact-tel{
    font-size: 160%!important;
    margin-bottom: 0;
}
.contact-tel::before{
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
}
.mobilephone::before{
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
}
.red{
    color: #c60b09;
}

.mailwaku .q1{
	background: #33C043;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
}
.mailwaku p{
	padding: 15px;
	margin-bottom: 0;
}
.mailwaku textarea,
.mailwaku input{
	background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px;
}
.mailwaku textarea,
.mailwaku input[type="text"]{
    width: 100%;
}
.privacy {
    border: 5px solid #ededed;
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    font-size: 80%;
    font-weight: normal;
}
.page #content-main div#mfp_phase_confirm h4 {
    color: #c60b09;
}
body.page .leftcolumn{
    width : 48%;
    float: left;
}
body.page .rightcolumn{
    width : 48%;
    float: right;
}

.page #content-main ul{
    margin: 10px 0 20px 10px;
    padding: 0;
    list-style: none;
}
.page #content-main ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.page #content-main ul li::before{
    content: "\f138";
	font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 1px;
    color: #331f0a;
}
.page #content-main ol{
    margin: 10px 0 30px 10px;
    padding-left: 30px;
}
.page #content-main ol li{
    margin-bottom: 10px;
}

/*contact*/

.privacy{
    overflow-y: scroll;
    height: 200px;
    font-size: 90%;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 20px;
}
.page #content-main .privacy h3{
    margin-top: 0;
}
form#mailformpro dl dd .privacy ul,
form#mailformpro dl dd .privacy ol{
    margin-left: 2em;
    margin-bottom: 1em;
}
form#mailformpro dl dd .privacy li{
    list-style: inherit;
}


@media screen and (max-width: 768px) {
    .table th, .table td,
    .page th, .page td{
        display: block;
    }
    #mainimg .mainimg-wrap .mainimg-intro > h2{
        font-size: 16px;
    }
    #mainimg .mainimg-wrap{
        padding-top: 4em;
    }
    .home-message ul li,
    .home-shop ul.point li{
        margin-bottom: 10px;
    }
    .home-shop th{
        padding: 15px 20px 10px;
    }
    .home-shop td{
        padding: 15px 15px 10px 0;
    }
    .home-shop ul.kinrin{
        width: 90%;
    }
    .home-message .container{
        margin-right: inherit;
        margin-left: inherit;
        padding: inherit;
    }
    .home-message .row > div:first-child{
        padding-left: 40px;
    }
}

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

@media screen and (max-width: 700px) {
.pc{
    display: none;
}
.sp{
    display: block;
}
nav.open{
    width: 95%;
}
.slide img{
    height: 89vh;
}
.slick-dots{
    padding-left: 0;
}
#mainimg .mainimg-wrap .mainimg-intro{
    text-align: left;
}
h2, .h2 {
    font-size: 20px;
    line-height: 30px;
}

.home-message .container{
    margin-right: inherit;
    margin-left: inherit;
}
.home-message .row > div:first-child{
    padding-left: 40px;
    padding-right: 20px;
}
.home-message ul{
    margin: 10px 0 20px;
}
.home-message ul li,
.home-shop ul.point li{
    margin-bottom: 10px;
}
.home-message .ig{
    height: 250px;
    background-size: 120%;
}
.home-shop #nishiyama,.home-shop #kawakami{
    padding: 30px 0;
    margin-left: 1px;
    margin-right: 1px;
}

.gaikan{
    margin-bottom: 20px;
}
.home-shop h3{
    font-size: 20px;
    margin: 0 0 10px;
}
.home-shop ul.point{
    margin: 0 0 10px;
}
.home-shop th {
    padding: 15px 15px 10px 20px;
}
.home-shop tr:first-child th {
    vertical-align: top;
}
.home-shop td {
    padding: 15px 10px 10px 0;
}
.home-shop .map{
    font-size: 13px;
}
.home-shop h4{
    text-align: left;
    font-size: 19px;
}
.home-shop ul.kinrin {
    display: block;
    width: 90%;
}
.home-shop ul.kinrin li{
    width: auto;
}
.home-message{
    background-image: linear-gradient(180deg,#F4E1CB 0%,#F4E1CB 75%,#fff 25%,#fff 100%);
    padding-top: 50px;
}
.bana-kaigyo{
    right: 10px;
    top: inherit;
    bottom: -10px;
    z-index: 2;
}
.bana-kaigyo:hover{
    bottom: 0;
    top: inherit;
    right: 10px;
}
#footer .copyright{
    padding-bottom: 85px;
}
}
@media print {
body{
    min-width: 1270px !important;
}
/*#header .container,
.home-tokuchou .container,
    .home-flow .container,
     .home-support .container,
     .home-faq .container,
     #footer */
     .container{
        min-width: 1140px !important;
    }
    .home-message .container{
        max-width: calc(100% - (50% - (100% / 2)));
        width: calc(100% - 5%);
    }
    .slide img{
        width: 100%;
        height: auto;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .js .to-animate, .js .footer-anm, .js .animate-box, .js .r-animate{
        opacity: 1;
    }
    .menu-trigger,
    .bana-kaigyo {
        position: absolute;
    }
    .bana-kaigyo {
        top:10%;
    }
    nav{
        transform: translate(-401px);
    }
}

