@charset "UTF-8";

/* Scss Document */
.shadw {
  -webkit-box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}

.brl_all {
  word-break: break-all;
}

.full_slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  -moz-animation: moveSlideshow 20s linear infinite;
  -o-animation: moveSlideshow 20s linear infinite;
  -webkit-animation: moveSlideshow 20s linear infinite;
  -ms-animation: moveSlideshow 20s linear infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes moveSlideshow {
  0% {
    left: 0;
  }

  100% {
    left: -1487px;
  }
}

@-moz-keyframes moveSlideshow {
  0% {
    left: 0;
  }

  100% {
    left: -1487px;
  }
}

@-ms-keyframes moveSlideshow {
  0% {
    left: 0;
  }

  100% {
    left: -1487px;
  }
}

@-webkit-keyframes to_top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
    filter: blur(3px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes to_top {
  0% {
    transform: translateX(-30px);
    opacity: 0;
    filter: blur(3px);
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px);
  }
}

@-webkit-keyframes to_top1 {
  0% {
    opacity: 1;
  }

  100% {
    transform: translateX(15px);
    opacity: 0;
  }
}

@keyframes to_top1 {
  0% {
    opacity: 1;
  }

  100% {
    transform: translateX(15px);
    opacity: 0;
  }
}

@-webkit-keyframes bg_to_top {
  0% {
    top: 110%;
  }

  100% {
    top: 0%;
  }
}

@keyframes bg_to_top {
  0% {
    top: 110%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes bg_to_top1 {
  0% {
    top: 0%;
  }

  100% {
    top: -100%;
  }
}

@keyframes bg_to_top1 {
  0% {
    top: 0%;
  }

  100% {
    top: -100%;
  }
}

@-webkit-keyframes line_left {
  0% {
    left: -100%;
  }

  100% {
    left: 240%;
  }
}

@keyframes line_left {
  0% {
    left: -100%;
  }

  100% {
    left: 240%;
  }
}

.f_color {
  color: #90131c;
}

.shadowm {
  -webkit-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.29);
  box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.29);
}

.sl_style1 .slick-arrow {
  background-color: #a3ac70;
  top: 23vw;
  left: calc(18% - 15px);
  color: #263f0b;
}

.sl_style1 .slick-arrow.slick-next {
  left: auto;
  right: calc(18% - 15px);
}

.sl_style1 .slick-active button {
  background-color: #263f0b;
}

.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.gallery-item {
  flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
}

.gallery2 {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery2>a {
  width: 48.5%;
  height: 0vh;
  padding-top: 48.5%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.46);
}

.gallery2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 1s opacity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.scroll_box {
  padding-bottom: 5%;
}

.menu_list .toggle-main,
.toggle-main .toggle-main {
  padding-bottom: 1%;
}

.menu_list dl,
.toggle-main dl {
  padding: 8px 0px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

.menu_list dl:after,
.toggle-main dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

.menu_list dl dt,
.toggle-main dl dt {
  float: left;
}

.menu_list dl dt span,
.toggle-main dl dt span {
  font-size: 12px;
}

.menu_list dl dd,
.toggle-main dl dd {
  color: #847b63;
  float: right;
  text-align: right;
}

.toggle .readmore {
  text-align: center;
}

.toggle .readmore:after {
  position: static;
  margin: 0;
  padding-left: 10px;
}

.box_parallax {
  position: relative;
}

.box_parallax .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1 !important;
}

.box_parallax .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.has_nav .hamburger {
  top: 10px;
}

header {
  position: relative;
  padding-bottom: 0%;
  margin-bottom: 15%;
}

header h1 {
  text-align: center;
  color: #000;
  font-size: 9px;
  line-height: 1;
  padding: 0 5px;
  letter-spacing: 0;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  z-index: 9;
}

header .logo {
  width: 28%;
  position: absolute;
  top: 10px;
  left: -4%;
  transform: none;
  z-index: 9;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .hamburger {
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.02em;
  top: 16px;
  right: 10px;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.9);
  height: 44px;
  width: 92px;
  box-sizing: border-box;
  padding: 0;
}

header .hamburger:before {
  line-height: 1;
  content: 'メニュー';
  position: absolute;
  top: 17px;
  left: 8px;
  font-size: 10px;
  letter-spacing: 0;
  right: 0;
  text-align: left;
}

header .hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}

header .hamburger span:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  webkit-animation-name: line_left;
  animation-name: line_left;
  animation-timing-function: linear;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

header .hamburger .line1 {
  top: 14px;
  right: 14px;
}

header .hamburger .line2 {
  top: 22px;
  right: 14px;
}

header .hamburger .line2:before {
  animation-delay: 0.2s;
}

header .hamburger .line3 {
  top: 30px;
  right: 14px;
}

header .hamburger .line3:before {
  animation-delay: 0.25s;
}

header .hamburger--slider .hamburger-inner {
  top: 1px;
}

header .menu_toggle {
  background: #fff;
}

header .menu_toggle ul {
  display: block;
  text-align: center;
}

header .menu_toggle li {
  margin: 0 0 5px;
  position: relative;
}

header .menu_toggle li .icon-location {
  font-size: 24px;
}

header .menu_toggle li .icon-location:before {
  border-bottom: 2px solid #000;
}

header .menu_toggle li img {
  height: auto;
  width: 30px;
}

header .menu_toggle li a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  font-weight: normal;
  color: #000;
  text-align: center;
}

header .menu_toggle li a span {
  color: #000;
  padding: 0;
  white-space: nowrap;
  font-weight: 400;
  display: inline-block;
  line-height: 1.6;
  position: relative;
}

header .menu_toggle li.active span {
  color: #000;
  border-bottom: 2px solid #bf9d6d;
}

header .menu_toggle li.ext {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

header .menu_toggle li.ext a {
  display: block;
  font-size: 15px;
  padding: 5px 15px !important;
  border: 1px solid #000;
  margin: 0px 10px;
}

header .menu_toggle li.sns {
  padding-top: 10px;
}

header .menu_toggle li.sns img {
  width: 36px;
  height: auto;
}

header .menu_toggle li.sns i {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: block;
  position: relative;
}

header .menu_toggle li.sns i:after {
  content: '';
  height: 18px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  width: 1px;
}

header .menu_toggle li.sns a {
  display: inline-block;
  margin: 0 8px;
}

header .menu_toggle:before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background: #000;
  -webkit-animation-iteration-count: 1;
  webkit-animation-name: bg_to_top1;
  animation-name: bg_to_top1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0.5s;
  display: none;
}

header .menu_toggle li:last-child {
  width: 75%;
  margin: 35px auto 0;
}

header .menu_toggle li:last-child img {
  width: 100%;
}

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

#pagetop {
  width: 40px;
  bottom: 60px;
  right: 20px;
}

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

#pagetop:hover img {
  opacity: 1;
}

footer {
  position: relative;
  text-align: center;
  background: url(../img/shared/bg1.jpg) repeat center 0;
  background-size: 100%;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding: 10% 5% 0px;
}

footer .group {
  padding-bottom: 60px;
}

footer .shopinfo {
  padding: 0;
}

footer .logo {
  width: 44%;
  margin: 0 auto 5%;
}

footer .logo img {
  width: 100%;
  height: auto;
}

footer .tel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 20px;
  line-height: 24px;
}

footer .tel li:nth-child(2) a {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

footer .tel li:nth-child(2) a:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0px;
  border-top: 1px solid #000;
}

footer .tel .note {
  font-size: 10px;
}

footer .tel span {
  font-size: 18px;
}

footer .card dl {
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 13px;
  padding: 0px 0 0;
  display: table;
  width: 100%;
}

footer .card dl dt,
footer .card dl dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
}

footer .card dl dt {
  width: 90px;
}

footer .cookies_link {
  text-align: center;
  line-height: 1;
}

footer address {
  font-size: 10px;
}

footer #socialbuttons {
  padding-top: 20px;
  margin-bottom: 0;
}

#key {
  line-height: 0;
  letter-spacing: 0;
}

.navOpen .hamburger:before {
  content: '閉じる';
}

.navOpen .hamburger span:before {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*	 left: 110%; 
  		 transition: all .75s ease;
  -moz-transition: all .75s ease;
  -webkit-transition: all .75s ease;*/
}

.navOpen .hamburger .line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.navOpen .hamburger .line3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

.navOpen .hamburger .line2 {
  opacity: 0;
  right: -100%;
}

.navOpen header .menu_toggle:before {
  webkit-animation-name: bg_to_top;
  animation-name: bg_to_top;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

.slick_number .slick-dots {
  margin-top: 20px;
  padding: 0;
  display: block;
  text-align: center;
}

.slick_number .slick-dots li {
  display: inline-block;
  margin: 0 0 5px;
}

.slick_number .slick-dots button {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 18px;
  color: #dedbd0;
  font-weight: bold;
  padding: 3px 14px;
  line-height: 22px;
  border-radius: 0;
  position: relative;
}

.slick_number .slick-dots .slick-active button {
  color: #D10909;
}

/*==================================================*/
.bnr_shared {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.bnr_shared a,
.bnr_shared .copy {
  line-height: 1;
  display: block;
  position: relative;
  padding: 10px 5px;
  border: 1px solid #999999;
}

.bnr_shared a {
  cursor: pointer;
}

.bnr_shared a:hover {
  opacity: 0.8;
}

.bnr_shared a:before,
.bnr_shared .copy:before {
  content: '';
  background-color: #999999;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 79%;
  right: -8%;
}

.bnr_shared a:after,
.bnr_shared .copy:after {
  content: '';
  background-color: #999999;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(-8%);
}

.bnr_shared.btn_w a {
  color: #fff;
}

.bnr_shared.btn_w a:before,
.bnr_shared.btn_w a:after {
  background-color: #fff;
}

.toggle {
  margin-bottom: 20px;
}

.toggle .toggle-link {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #000;
  padding: 8px 0;
}

#key .bnr {
  width: 58%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
}

/*=================index=================================*/
#index header {
  padding-bottom: 0;
}

#index header h1 {
  top: auto;
  bottom: -21px;
  color: #000;
}

#index header .logo {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

#index #sec1 {
  padding: 0 0 10%;
  background: rgba(255, 255, 255, 0.6);
}

#index #sec1 h2 {
  padding: 0 20%;
}

#index #sec1 #feed {
  padding: 5%;
}

#index #sec1 #feed dl {
  display: table;
  width: 100%;
}

#index #sec1 #feed dl dt,
#index #sec1 #feed dl dd {
  display: table-cell;
  vertical-align: top;
}

#index #sec1 #feed dl dt {
  width: 100px;
}

#index .instagram .botan a {
  width: 85%;
  margin: 10px auto 10px auto;
  padding: 15px 0;
  display: block;
  color: #fff;
}

#index #sec2 {
  background: url(../img/index/sec2.jpg) no-repeat center 0/cover;
  color: #fff;
  padding: 10% 0;
  text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.83), 0px 0px 34px rgba(0, 0, 0, 0.83);
}

#index #sec3 {
  padding-top: 10%;
}

#index #sec3 h3 {
  padding: 0 20% 4%;
}

#index #sec3 .photo2 {
  padding-top: 5%;
}

#index #sec4 {
  padding-bottom: 5%;
}

#index #sec4 h2 {
  padding: 0 20% 5%;
}

#index #sec4 .banner {
  padding: 10% 5%;
}

#index #sec4 .banner li {
  padding-bottom: 5%;
}

/*==================#about================================*/
#about #sec1 {
  padding-bottom: 10%;
  padding-top: 10%;
}

#about #sec1 h2 {
  padding: 0 12%;
}

#about #sec2 {
  padding-bottom: 0%;
}

#about #sec2 h2 {
  padding: 0 18% 10%;
}

#about #sec2 .js dl {
  padding-bottom: 15vw;
}

#about #sec2 .js dt {
  padding: 0 5% 20px;
}

#about #sec2 .js dd {
  padding: 0 5%;
}

#about #sec2 .js dd.txt {
  padding: 0;
}

#about #sec2 .js .slick-arrow {
  position: absolute;
  top: calc(25vw - 15px);
  left: -4%;
}

#about #sec2 .js .slick-arrow.slick-next {
  left: auto;
  right: -4%;
}

#about #sec3 {
  padding: 0% 0% 10%;
}

#about #sec3 h2 {
  padding: 5% 0%;
}

#about #sec4 {
  padding: 15% 0;
}

#about #sec4 .photo {
  width: 70%;
  margin: 0 auto 0%;
}

#about #sec5 {
  padding-bottom: 10%;
}

#about #sec5 h2 {
  padding-bottom: 8%;
}

#about #sec5 .bnr li {
  margin-bottom: 5%;
}

/*======================#menu============================*/
#menu #sec1 h2 {
  padding: 0 20% 5%;
}

#menu #sec1 .photo {
  padding-bottom: 10px;
}

#sec_lunch{
	width: 95%;
	margin: 10px auto;
}

#menu #sec2 .sub_title{
	width: 50%;
	font-size: 24px;
	display: block;
	margin:50px 0 0 0;
	color: #fdcb0b;
	background-color: #000;
	padding: 8px 10px;
	font-weight: bold;
	border-bottom: 3px solid #c1af74;
}

#menu #sec2 .js {
  padding: 10% 5%;
}

#menu #sec2 .js dt {
  padding: 0 15% 20px;
}

#menu #sec2 .js .slick-arrow {
  position: absolute;
  top: calc(53vw - 15px);
  left: -4%;
}

#menu #sec2 .js .slick-arrow.slick-next {
  left: auto;
  right: -4%;
}

#menu #sec3 {
  padding: 10% 5% 15%;
}

#menu #sec3 .course dl {
  background: url(../img/shared/bg1.jpg) center 0 repeat;
  margin-bottom: 8%;
  padding: 8%;
}

#menu #sec3 .course dl:last-child {
  margin-bottom: 10px;
}

#menu #sec3 .course dl dt {
  text-align: center;
  font-size: 19px;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #9e9e9e;
}

#menu #sec3 .photo {
  flex-wrap: wrap;
  padding-bottom: 5%;
}

#menu #sec3 .photo li {
  width: 48%;
  margin-bottom: 4%;
}

#menu #sec3 .photo li:first-child {
  width: 100%;
}

#menu #sec4 {
  padding-bottom: 10%;
}

#menu #sec4 h2 {
  padding-bottom: 15%;
}

#menu #sec4 h3 {
  padding: 0 0% 5%;
}

#menu #sec4 .course {
  background: url(../img/shared/bg1.jpg) center 0 repeat;
  padding: 8%;
  margin: 0 0% 10%;
}

#menu #sec4 .course dt {
  text-align: center;
  font-size: 19px;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #9e9e9e;
}

#menu #sec4 .photo {
  flex-wrap: wrap;
  padding-bottom: 5%;
}

#menu #sec4 .photo li {
  width: 48%;
  margin-bottom: 4%;
}

#menu #sec4 .photo li:first-child {
  width: 100%;
}

/*=====================#shopinfo=============================*/
#shopinfo #sec1 {
  padding: 10% 0;
}

#shopinfo #sec2 {
  padding-bottom: 10%;
}

#shopinfo #sec2 .slide2 {
  margin-left: 5%;
  margin-right: 5%;
}

#shopinfo #sec3 {
  padding-bottom: 10%;
}

#shopinfo #sec3 .slick-slide {
  line-height: 0;
}

#shopinfo #sec3 .slide3 {
  margin-left: 5%;
  margin-right: 5%;
}

#shopinfo #sec3 .photo {
  margin-top: 0.2%;
}

#shopinfo #sec4 {
  padding-bottom: 10%;
}

#shopinfo #sec4 .box {
  padding: 0% 5%;
  margin-bottom: 7%;
}

#shopinfo #sec4 .box p {
  padding-bottom: 0;
}

#shopinfo #sec4 .bnr_shared {
  margin-top: 5%;
}

#shopinfo #sec4 .bnr_shared a {
  line-height: 1.5;
}

#shidashi #sec1 {
  padding: 10% 0 0;
}

#shidashi #sec2 {
  padding: 10% 0;
}

#shidashi #sec2 .mb_5 {
  margin-bottom: -5%;
}

#shidashi #sec2 .price__ {
  text-align: center;
  padding: 0 5% 20px;
  font-size: 115%;
}

#shidashi #sec2 .price__ .fz14 {
  display: block;
  font-size: 14px;
}

#shidashi #sec2 .txt_2 span {
  font-size: 115%;
  font-weight: bold;
  display: block;
}

#shidashi #sec3 .box {
  color: #FFF;
  padding: 15% 0;
  margin-bottom: 5%;
}

#shidashi #sec3 .box .txt {
  padding: 3% 5% 0;
}

#shidashi #sec3 .box_ctn {
  background: url("../img/shared/bg1.jpg");
  margin-left: 5%;
  margin-right: 5%;
  padding: 10%;
  margin-bottom: 5%;
  text-align: center;
}

#shidashi #sec3 .box_ctn dl dt {
  font-weight: bold;
  font-size: 110%;
}

#shidashi #sec3 .box_ctn .list {
  max-width: 220px;
  margin: 0 auto;
}

#shidashi #sec3 .box_ctn .list p {
  text-align: left;
  padding: 0;
}

#shidashi #sec3 .set1 {
  padding-bottom: 10%;
}

#shidashi #sec3 .set1 h2 {
  margin-bottom: 5%;
}

#shidashi #sec3 .set2 h2 {
  margin-bottom: 5%;
}

#shidashi #sec5 {
  padding: 10% 0 10%;
}

#shidashi #sec5 h2 {
  padding-bottom: 5%;
}

#shidashi #sec5 .item {
  padding: 3% 5%;
}

#shidashi #sec5 .item h3 {
  font-size: 120%;
  text-align: center;
}

#shidashi #sec4 {
  padding: 15% 0;
  background: url("../img/shared/bg1.jpg");
  background-size: 100%;
}

#shidashi #sec4 .content {
  padding: 0 5%;
}

#shidashi #sec4 .tel {
  text-align: center;
  font-size: 110%;
  padding-top: 5%;
}

#shidashi #sec4 .tel span {
  display: block;
  font-size: 130%;
  font-weight: bold;
}

#shidashi #sec4 .tel span img {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  margin-top: -5px;
}

#shidashi #sec4 ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 10px;
}

#shidashi #sec4 ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -2px;
}

#shidashi #sec4 dl dt {
  text-align: center;
  margin-bottom: 10px;
}

#shidashi #sec4 .box {
  border: 1px solid #000;
  padding: 5%;
  margin-top: 10%;
  text-align: center;
}

#shidashi #sec4 .box h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 120%;
}

#shidashi #sec4 .box p {
  padding-bottom: 10px;
}

#shidashi #sec4 .box .txt-center {
  padding-bottom: 0;
}

#shidashi #map {
  padding-bottom: 10%;
}

#shidashi #map iframe {
  height: 480px;
  width: 100%;
}

#access #sec1 {
  padding: 10% 0px;
}

#access #sec1 h2 {
  padding-bottom: 20px;
}

#access #sec1 .tel {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}

#access #sec1 .tel a {
  font-size: 140%;
}

#access #sec1 .tel span {
  font-size: 70%;
  letter-spacing: 0.1em;
}

#access #sec1 .tel small {
  font-size: 80%;
  letter-spacing: 0.05em;
  display: block;
}

#access #sec1 .info {
  padding: 0 5% 5%;
}

#access #sec1 .info dl {
  padding-bottom: 10px;
}

#access #sec1 .info dl dt {
  font-weight: bold;
}

#access #sec1 h3 {
  padding-bottom: 10px;
}

#access #map {
  padding-bottom: 10%;
}

#access #map iframe {
  height: 480px;
  width: 100%;
}

#access #sec2 {
  background: url("../img/shared/bg1.jpg");
  background-size: 100%;
  padding: 10% 0;
  margin-bottom: 15%;
}

#access #sec2 .box_tel {
  background: #fff;
  border: 1px solid #a5a2a1;
  margin: 0 5%;
  padding: 5%;
  text-align: center;
  box-sizing: border-box;
}

#access #sec2 .box_tel .tel {
  font-size: 6vw;
  letter-spacing: 0.15em;
  line-height: 36px;
}

#access #sec2 .box_tel span {
  font-size: 4vw;
}

#access #sec2 .box_tel i {
  font-size: 4vw;
}

#access #sec2 .box_tel small {
  font-size: 3.5vw;
  display: block;
  margin-top: -7px;
}


#hakuyoan section p {
  padding-bottom: 0
}

#hakuyoan header {
  margin-bottom: 0
}

#hakuyoan header .logo {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9
}

#hakuyoan header .menu_toggle li a.active span {
  color: #000;
  border-bottom: 2px solid #bf9d6d
}

#hakuyoan .wrap {
  padding: 0 5% 0
}

#hakuyoan #sec1 {
  padding: 10vw 0% 8vw;
  background: rgba(255, 255, 255, .6)
}

#hakuyoan #sec1 h2 {
  padding: 0 20%
}

#hakuyoan #sec1 #feed {
  padding: 5%
}

#hakuyoan #sec1 #feed dl {
  display: table;
  width: 100%
}

#hakuyoan #sec1 #feed dl dt,
#hakuyoan #sec1 #feed dl dd {
  display: table-cell;
  vertical-align: top
}

#hakuyoan #sec1 #feed dl dt {
  width: 100px
}

#hakuyoan #sec2 {
  padding: 18vw 0 15vw
}

#hakuyoan #sec2 .photo {
  margin: 10vw 0 8vw
}

#hakuyoan #sec3 {
  padding-top: 15vw;
  position: relative
}

#hakuyoan #sec3::before {
  content: "";
  position: absolute;
  background: url("../img/hakuyoan/bg01.png") repeat center;
  width: 100%;
  height: 80vw;
  top: 0;
  z-index: -1
}

#hakuyoan #sec3 .list-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10vw 0 8vw
}

#hakuyoan #sec3 .list-photo li {
  width: 49%
}

#hakuyoan #sec3 .list-photo li:nth-child(1) {
  width: 100%;
  margin-bottom: 2vw
}

#hakuyoan #sec4 {
  padding: 20vw 0 0
}

#hakuyoan #sec4 .list-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

#hakuyoan #sec4 .list-photo li:nth-child(1) {
  width: 100%;
  margin-bottom: 2vw
}

#hakuyoan #sec4 .list-photo li:nth-child(2),
#hakuyoan #sec4 .list-photo li:nth-child(3) {
  width: 49%;
  margin-bottom: 2vw
}

#hakuyoan #sec4 .list-photo li:nth-child(4),
#hakuyoan #sec4 .list-photo li:nth-child(5),
#hakuyoan #sec4 .list-photo li:nth-child(6) {
  /*width: 32%*/
	width: 49%;
  margin-bottom: 2vw
}

#hakuyoan #sec4 .list-photo li:nth-child(6) .slick-dots {
  bottom: 0;
}


#hakuyoan #sec4 .gr-txt {
  background: url("../img/hakuyoan/bg01.png") repeat center;
  margin-top: 5vw;
  padding: 10vw 6% 12vw
}

#hakuyoan #sec4 .gr-txt h5 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  color: #bf2800;
  font-size: 15px;
  line-height: 1;
  padding: 5px 3%;
	font-weight: bold;

}

#hakuyoan #sec4 .gr-txt .name-price {
  text-align: center;
  margin-top: 4vw;
  font-size: 5vw;
  line-height: 1.7
}

#hakuyoan #sec4 .gr-txt .name-price dt {
  letter-spacing: .15em
}

#hakuyoan #sec4 .gr-txt .name-price dd {
  letter-spacing: .15em
}

#hakuyoan #sec4 .gr-txt .name-price dd small {
  font-size: 3.8vw;
  letter-spacing: .15em
}

#hakuyoan #sec4 .gr-txt .txt {
  margin-top: 5vw
}

#hakuyoan #sec4 .gr-txt .price {
  margin-top: 5vw;
  font-weight: bold;
}

#hakuyoan .sec-shared {
  text-align: center;
  padding-bottom: 15vw
}

#hakuyoan .sec-shared .wrap {
  padding: 0 8% 0
}

#hakuyoan .sec-shared .name-price {
  margin: 6vw 0
}

#hakuyoan .sec-shared .name-price dt {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: .15em
}

#hakuyoan .sec-shared .name-price dd {
  margin-top: 3vw;
  font-size: 4.7vw;
  line-height: 1.2;
  letter-spacing: .15em
}

#hakuyoan .sec-shared .name-price dd small {
  font-size: 3.9vw
}

#hakuyoan .sec-shared strong {
  display: block;
  line-height: 25px;
  letter-spacing: .05em
}

#hakuyoan .sec-shared .txt {
  margin-top: 5vw
}

#hakuyoan #sec5 {
  padding-top: 10vw
}
#hakuyoan #sec5 .red {
	text-align: center;
	background-color: #8A0002;
	padding: 0px 20px 0px 20px;
	margin: 5vw auto;
	width: 164px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#hakuyoan #sec6 .red {
	text-align: center;
	background-color: #8A0002;
	padding: 0px 20px 0px 20px;
	margin: 5vw auto;
	width: 164px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}



#hakuyoan #sec8 {
  padding-top: 10vw
}

#hakuyoan #sec8 .sec8-js .slick-slide {
  width: 80vw;
  padding: 0 2vw 0
}

#hakuyoan #sec8 .logo {
  width: 25%;
  margin: -11vw auto 11vw;
  position: relative;
  z-index: 1
}

#hakuyoan #sec8 .tel {
  text-align: center;
  font-size: 19px;
  letter-spacing: .15em
}

#hakuyoan #sec8 .tel span {
  font-size: 13px;
  letter-spacing: .15em
}

#hakuyoan #sec8 .tel.tel-1 {
  margin-top: 5vw
}

#hakuyoan #sec8 .txt {
  font-size: 10px;
  text-align: center
}


#hakuyoan #sec8 .box {
	margin: 2%;
	border: #515151 solid 1px;
	padding: 5%;
	
}
#hakuyoan #sec8 .box .tit {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5vw;
	
}
#hakuyoan #sec8 .box .note {
	padding-top: 3vw;
	padding-bottom: 5vw;
}
#hakuyoan #sec8 .box .note span {
	font-weight: bold;
}



#hakuyoan #sec8 .info {
  padding: 10vw 5% 0
}

#hakuyoan #sec8 .info dl dt {
  letter-spacing: .15em;
  font-weight: 600
}

#hakuyoan #sec8 .info dl dd {
  letter-spacing: .15em
}

#hakuyoan #sec8 .info dl+dl {
  margin-top: 5vw
}

#hakuyoan #sec8 .gr-link {
  width: 70%;
  margin: 25vw auto 0
}

#hakuyoan #sec8 .gr-link li+li {
  margin-top: 3vw
}

#hakuyoan #gmap {
  padding: 20vw 0 15vw
}

#hakuyoan #gmap .map {
  filter: grayscale(100%)
}

#hakuyoan #gmap .bnr_shared {
  margin-top: 8vw
}

#hakuyoan #gmap .bnr_shared a {
  border-color: #000
}

#hakuyoan #gmap .bnr_shared a:before {
  background: #000
}

#hakuyoan #gmap .bnr_shared a:after {
  background: #000
}

#hakuyoan footer #socialbuttons {
  padding-top: 0
}

#hakuyoan .ft_fixed_shared li a {
	padding: 18px 0px;
}

#hakuyoan .menu1 {
	text-align: center;
	margin-top: 20px;
}

#hakuyoan .menu1 img {
	width: 90%;
}

.news_box {
	background: url('../img/shared/bg1.jpg') repeat center top;
    width: 90%;
    margin: 30px auto;
    line-height: 2em;
    padding-bottom:19px;
	border:solid 1px #333333;
}
.news_box .ttl {
	color: #333333;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 80%;
    border-bottom: 1px solid #333333;
    margin: 0 auto;
}
.news_box .txt {
	color: #333333;
	padding: 20px 10px 0;
	text-align: center;
	font-size: 14px;
}
.news_box .link a{
	margin: 20px auto 0;
	width: 70%;
	display: block;
	color:#333333;
	text-align: center;
	font-size: 14px;
	background-color: rgba( 255, 255, 255, 0.45 );
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #333333;
}