@charset "utf-8";

body {
  font-family: "YuMincho Medium", "Yu Mincho Regular", "游明朝 Regular", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #231815;
  letter-spacing: 0.08em;
  padding-top: 120px;
  background-color: #EBE9EA;
}

.e {
  font-family: adobe-garamond-pro,serif;
  font-weight: 400;
  font-style: normal;
}
.eb {
  font-family: adobe-garamond-pro,serif;
  font-weight: 700;
  font-style: normal;
}

p,td {
  font-size: 15px;
  line-height: 2.4em;
}
p.mb {
  margin-bottom: 2em;
}


a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.45;
}

br.sp {
  display: none;
}
img.sp {
	display: none;
}
img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  width: 100%;
}
header .inner {
  position: relative;
  width: 1200px;
  height: 45px;
  margin: 35px auto 0;
}

h1 {
  transition: all 0.4s;
}
h1.top {
  opacity: 0;
}
h1 a {
  display: block;
}
h1 img {
  width: 230px;
  height: auto;
}
#pc_menu {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  flex-wrap: wrap;
}
#pc_menu li {
  font-size: 16px;
  line-height: 1em;
  margin-right: 35px;
}
#pc_menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
}

#menu {
  display: none;
}


footer {
  padding: 100px 0;
  background-color: #fff;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: auto;
}
footer .left {
  width: calc(100% - 480px);
}
footer .logo {
  margin-bottom: 35px;
}
footer .logo img {
  width: 386px;
  height: auto;
}
footer p {
  line-height: 1em;
  margin-bottom: 25px;
}
footer p:first-of-type {
  font-size: 16px;
  font-weight: 600;
}
footer p:last-of-type {
  line-height: 1.6em;
}
footer p span {
  margin-right: 10px;
}
footer table {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
footer table::after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #231815;
}
footer td {
  line-height: 1em;
  vertical-align: top;
  padding-bottom: 20px;
}
footer td span {
  display: inline-block;
  margin-bottom: 10px;
}
footer tr td:first-of-type {
  width: 110px;
}
footer tr:last-of-type td {
  padding-bottom: 0;
}
footer .right {
  width: 480px;
}
footer .right .i {
  width: 480px;
  height: 320px;
}
footer .right .i .swiper-wrapper,
footer .right .i .swiper-slide,
footer .right .i .slide-img {
  height: 320px !important;
}
footer .right a {
  display: block;
  width: 380px;
  height: 84px;
  padding: 33px 0 0 130px;
  margin: 20px 0 -14px auto;
  background: url("../img/bg/img-logo.png") no-repeat 0 0 / 96px 84px;
}
footer .right a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  width: 250px;
  height: 33px;
  border-bottom: 1px solid #231815;
  background: url("../img/bg/arrow.png") no-repeat 100% 3px / 36px 7px;
}
footer .text {
  font-size: 13px;
  line-height: 1em;
  width: 100%;
  margin-bottom: 10px;
}
footer .copy {
  font-size: 13px;
  line-height: 1em;
}


#top_part {
  position: relative;
  width: 1200px;
  height: calc(800px - 120px);
  margin: auto;
}
#top_part .logo_add .logo {
  margin-bottom: 30px;
}
#top_part .logo_add .logo img {
  width: 176px;
  height: auto;
}
#top_part .logo_add p {
  font-size: 13px;
  line-height: 2em;
}
#top_part .text {
  position: absolute;
  right: 0;
  bottom: 230px;
  z-index: 40000;
  font-size: 24px;
  line-height: 2.42em;
  text-align: right;
  letter-spacing: 0.4em;
}
#top_part .top_text-degin {
  position: absolute;
  right: -30px;
  bottom: 50px;
  width: 440px;
  height: auto;
  z-index: 40000;
}
#top_part .slide {
  position: absolute;
  left: calc(50% - 340px);
  top: -120px;
  width: 620px;
  height: 850px;
}
#top_part .slide .slide_top .swiper-slide,
#top_part .slide .slide_top .slide-img {
  width: 620px;
  height: 850px;
}
.scrolldown2 {
	position: absolute;
	left: 50px;
  bottom: 75px;
  z-index: 40000;
}
.scrolldown2 span {
	position: absolute;
	left: -17px;
	top: -140px;
	color: #231815;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  z-index: 10;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #231815;
	animation:
		circlemove 3.0s ease-in-out infinite,
		cirlemovehide 3.0s ease-out infinite;
}

@keyframes circlemove{
  0% { bottom: 100px;}
  100% { bottom: -5px;}
 }

@keyframes cirlemovehide{
  0% {opacity: 0}
  50% {opacity: 1;}
  80% {opacity: 0.9;}
  100% {opacity: 0;}
}

.scrolldown2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 110px;
	background: #231815;
}

#news_top {
  width: 1000px;
  margin: auto;
  padding-top: 120px;
}
#news_top h2 {
  margin-bottom: 55px;
}
#news_top a.all {
  display: block;
  font-size: 15px;
  line-height: 1em;
  width: 126px;
  height: 45px;
  padding: 15px 0 0;
  margin: 0 0 0 auto;
  background: url("../img/bg/maru_arrow.png") no-repeat 100% 0 / 45px 45px;
}

#concept {
  position: relative;
  padding-top: 150px;
}
#concept .inner {
  position: relative;
  width: 1200px;
  margin: auto;
}
#concept .slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}
#concept .slide .slide_n .swiper-slide {
  width: 500px;
  height: 680px;
}
#concept .slide .slide_n .slide-img {
  width: 500px;
  height: 680px;
}
#concept .slide .box {
  position: absolute;
  right: 0;
  top: 680px;
  font-size: 14px;
  line-height: 1em;
  width: 300px;
  height: 45px;
}
#concept .slide .box .pn_s {
  left: 150px;
  bottom: 0 !important;
  width: 50px !important;
}
#concept .slide .box .arrow {
  position: absolute;
  right: 0 !important;
  bottom: 0;
  width: 70px !important;
  height: 14px;
}
#concept .slide .box .arrow .bp_s,
#concept .slide .box .arrow .bn_s {
  top: auto !important;
  bottom: 0 !important;
  color: #231815 !important;
  font-size: 14px !important;
  width: auto !important;  
  height: 1em !important;
}
#concept .slide .box .arrow .bp_s {
  left: 0 !important;
}
#concept .slide .box .arrow .bn_s {
  right: 0 !important;
}
#concept .slide .box .arrow .bp_s::after,
#concept .slide .box .arrow .bn_s::after {
  font-size: 14px !important;
  height: 1em !important;
}
#concept .slide .box .arrow .bp_s::after {
  content: "＜";
}
#concept .slide .box .arrow .bn_s::after {
  content: "＞";
}
#concept .slide .box .progressbar {
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: 1000;
  width: 140px;
  height: 1px;
  background-color: #231815;
}
#concept .slide .box .progressbar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
}
#concept .slide .box .progressbar.a::after {
  webkit-animation: prog 3000ms ease 0s infinite normal;
  animation: prog 3000ms ease 0s infinite normal;
}
@keyframes prog {
  0% {
      width: 0;
  }
  100% {
      width: 140px;
  }
}
#concept .inner .t {
  padding: 0 0 0 100px;
}
#concept .inner .t h2 {
  text-align: left;
}
#concept .inner .t p {
  margin-bottom: 30px;
}
#concept .inner .t p:first-of-type {
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0.4em;
}
#concept .inner .i {
  font-size: 0;
  margin-top: 200px;
}
#concept .inner .i .box1,
#concept .inner .i .box2 {
  display: inline-block;
  width: 378px;
  height: 270px;
  overflow: hidden;
  margin-right: 17px;
}
.mark1 {
  position: absolute;
  bottom: -45px;
  left: calc(((100% - 1400px) / 2) + 1065px);
  width: 76px;
  height: auto;
}


#dinner {
  position: relative;
  padding-top: 150px;
}
#dinner .slide {
  width: 100%;
  height: 360px;
  margin: 60px 0 120px;
}
#dinner .slide .infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
#dinner .slide .infinite-slider .swiper-slide {
  width: auto !important;
  height: 360px !important;
  margin: 0 5px;
}
#dinner .slide .infinite-slider .slide-img {
  width: auto !important;
  height: 360px !important;
}
#dinner .slide .infinite-slider .slide-img img {
  width: auto !important;
  height: 100% !important;
}
#dinner .cont {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
#dinner .cont .t {
  width: calc(100% - 300px);
  writing-mode: vertical-rl;
}
#dinner .cont .t p {
  margin-right: 50px;
}
#dinner .cont .t p:first-of-type {
  font-size: 24px;
  line-height: 2.1em;
  letter-spacing: 0.4em;
  margin-right: 65px;
}
#dinner .cont .i {
  width: 300px;
  height: 480px;
  overflow: hidden;
}
.mark2 {
  position: absolute;
  bottom: -54px;
  left: calc(((100% - 1400px) / 2) + 100px);
  width: 74px;
  height: auto;
}


#dinner .cont2 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 60px auto;
}
#dinner .cont2 .t p span {
  font-size: 24px;
  line-height: 2.1em;
  letter-spacing: 0.4em;
}
#dinner .cont2 p.br{margin-top:60px;}
#dinner table {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#dinner table::after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #231815;
}
#dinner td {
  line-height: 1em;
  vertical-align: top;
  padding: 0 0 15px;
}
#dinner tr:nth-of-type(2) td {
  line-height: 1.86em;
}
#dinner tr td:first-of-type {
  width: 110px;
}
#dinner tr:last-of-type td {
  padding-bottom: 0;
}
#dinner .wp-block-table td,
#dinner .wp-block-table th {
  border: none;
  padding-bottom: 20px;
}


#shop-info {
  position: relative;
  padding-top: 160px;
}
#shop-info .i {
  width: 650px;
  height: 850px;
  overflow: hidden;
}
#shop-info .i .swiper-wrapper,
#shop-info .i .swiper-slide,
#shop-info .i .slide-img {
  height: 850px !important;
}
#shop-info .t {
  position: absolute;
  left: calc(((100% - 1400px) / 2) + 750px);
  top: 210px;
  width: 550px;
}
#shop-info .t h2 {
  text-align: left;
}
#shop-info p {
  line-height: 1.86em;
  margin-bottom: 15px;
}
#shop-info p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}
#shop-info p:last-of-type {
  line-height: 1.6em;
  margin-bottom: 30px;
}
#shop-info table {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#shop-info table::after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #231815;
}
#shop-info td {
  line-height: 1em;
  vertical-align: top;
  padding: 0 0 15px;
}
#shop-info tr:nth-of-type(2) td {
  line-height: 1.86em;
}
#shop-info tr td:first-of-type {
  width: 110px;
}
#shop-info tr:last-of-type td {
  padding-bottom: 0;
}
.mark3 {
  position: absolute;
  top: 140px;
  left: calc(((100% - 1400px) / 2) + 1180px);
  width: 78px;
  height: auto;
}

#shop-info .wp-block-table td,
#shop-info .wp-block-table th {
  border: none;
  padding-bottom: 20px;
}


#reserve {
  padding: 60px 0;
  background: url("../img/bg/bg_back.png") repeat 0 0 #EAE6E1;
}
#reserve .t {
  padding-bottom: 35px;
}
#reserve .t p {
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
#reserve .t p:nth-of-type(1) {
  font-size: 16px;
}
#reserve .t p:nth-of-type(2) {
  font-size: 40px;
  margin: 20px 0;
}
#reserve .t2 {
  position: relative; 
  width: 500px;
  padding-bottom: 35px;  
  margin: 0 auto 45px;
}
#reserve .t2 p {
  font-size: 14px;
  line-height: 1.96em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0;
}
#reserve .t2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 95px);
  bottom: 0;
  width: 190px;
  height: 1px;
  background-color: #231815;
}
#reserve .t p:nth-of-type(3) {
  font-size: 15px;
}
#reserve .ig {
  font-size: 0;
  text-align: center;
}
#reserve .ig .box {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin: 0 14px;
  overflow: hidden;
}
#reserve a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  width: 280px;
  height: 60px;
  padding: 22px 0 0 45px;
  margin: 50px auto 0;
  background: url("../img/bg/ig_w.png") no-repeat 30px 15px / 28px 28px #231815;
}

#reserve .res-icon a { background: url("../img/bg/res_w.png") no-repeat 30px 15px / 28px 28px #231815;}

.hd_img {
  width: 1200px;
  height: 500px;
  margin: 0 auto 75px;
}

h2.midashi {
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
}
h2.midashi span {
  display: inline-block;
  position: relative;
}
h2.midashi span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.list_wrap {
  width: 1000px;
  margin: auto;
  padding-bottom: 110px;
}
.list_wrap .sub ul {
  /*text-align: center;*/
  padding-top: 20px;
  margin-bottom: 70px;
}
.list_wrap .sub ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  margin: 0 30px;
}
.list_wrap .sub ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 18px;
  background-color: #231815;
}
.list_wrap .sub ul li:first-of-type::before {
  display: none;
}
.list_wrap .sub ul li a {
  display: inline-block;
  color: #beb896;
  font-size: 18px;
  line-height: 1em;
}
.list_wrap .sub ul li a.this,
.list_wrap .sub ul li a:hover {
  color: #231815;
  opacity: 1;
}

.list_box ul {
  display: flex;
  flex-wrap: wrap;
}
.list_box ul li {
  width: 290px;
  margin-right: 65px;
  margin-bottom: 60px;
}
.list_box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.list_box ul li a {
  display: block;
}
.list_box ul li a .t {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 30px;
}
.list_box ul li a .c {
  display: block;
  font-size: 13px;
  line-height: 1em;
  margin-top: 15px;
}


.pagenavi {
  text-align: center;
  width: 100%;
}
.pagenavi span,
.pagenavi a {
  display: inline-block;
  color: #231815;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 9px 0 !important;
  margin: 0 5px !important;
  background-color: transparent;
  border: none !important;
  box-sizing: border-box;
  border-radius: 50%;
}
.pagenavi .current {
  position: relative;
  color: #fff;
  background-color: #231815;
}
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
  display: inline-block;
  padding: 0 !important;
  border-radius: 0;
}
.pagenavi .nextpostslink {
  background: url("../img/bg/arrow.png") no-repeat 0 4px / 36px 7px;
}
.pagenavi .previouspostslink {
  background: url("../img/bg/arrow.png") no-repeat 0 4px / 36px 7px;
  transform: scale(-1, 1);
}


.single {
  position: relative;
  width: 960px;
  margin: auto;
  padding: 40px 0 120px;
}
.single .main {
  width: 700px;
  margin-left: calc(100% - 700px);
}
.single .h {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
}
.single h2 {
  font-size: 24px;
  line-height: 1.4em;
}
.single .h span {
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin-top: 12px;
}
.single .cont p,
.single .cont  .wp-block-image {
  margin-bottom: 40px;
}
.single .cont p:last-of-type {
  margin-bottom: 0;
}
.single .cont a {
  text-decoration: underline;
}
.single .sub {
  position: absolute;
  left: 0;
  top: 40px;
}
.single .sub h2 {
  font-size: 20px;
}
.single .sub li {
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 1em;
}
.single .sub ul li a {
  color: #beb896;
}
.single .sub ul li a.this,
.single .sub ul li a:hover {
  color: #231815;
  opacity: 1;
}

.pager {
  width: 100%;
  margin-top: 70px;
}
.pager tr td:nth-of-type(1) {
  text-align: left;
  width: 30%;
}
.pager tr td:nth-of-type(2) {
  text-align: center;
  width: 40%;
}
.pager tr td:nth-of-type(3) {
  text-align: right;
  width: 30%;
}
.pager tr td a {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1em;
}
.pager tr td:nth-of-type(1) a {
  padding: 0 0 0 60px;
}
.pager tr td:nth-of-type(3) a {
  padding: 0 60px 0 0;
}
.pager tr td:nth-of-type(1) a::before,
.pager tr td:nth-of-type(3) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 36px;
  height: 7px;
  background: url("../img/bg/arrow.png") no-repeat 0 0 / 36px 7px;
}
.pager tr td:nth-of-type(1) a::before {
  left: 0;
  transform: scale(-1, 1);
}
.pager tr td:nth-of-type(3) a::before {
  right: 0;
}
.pager tr td:nth-of-type(2) a {
  color: #fff;
  width: 220px;
  height: 60px;
  padding: 22.5px 0 0 40px;
  margin: auto;
  background-color: #231815;
}
.pager tr td:nth-of-type(2) a span {
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
  width: 19px;
  height: 19px;
  background-color: #fff;
}
.pager tr td:nth-of-type(2) a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #231815;
}
.pager tr td:nth-of-type(2) a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 1px;
  background-color: #231815;
}



#contact {
  width: 800px;
  margin: auto;
  padding-bottom: 120px;
}
#contact .inq p:first-of-type {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
#contact .inq p.last {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
#contact .tel {
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  width: 400px;
  padding: 45px 0 50px;
  margin: 0 auto;
}
#contact .tel span {
  display: block;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
#contact .text {
  position: relative;
  width: 500px;
  padding: 0 0 35px;
  margin: 0 auto 50px;
}
#contact .text::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 95px);
  bottom: 0;
  width: 190px;
  height: 1px;
  background-color: #231815;
}
#contact .text p {
  font-size: 14px !important;
  line-height: 1.96em !important;
  text-indent: -1.5em;
  text-align: left !important;
  padding-left: 1.5em;
  margin-bottom: 0 !important;
}
#contact h3 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 30px;
}
#contact table {  
  width: 100%;
}
#contact table,
#contact table tbody,
#contact table tr,
#contact table td {
  display: block;
}
#contact td {
  font-weight: bold;
  vertical-align: top;
}
#contact td p {
  line-height: 1em;
  text-align: left !important;
}
#contact tr td:nth-of-type(1) {
  position: relative;
  padding: 0 0 15px 15px;
}
#contact tr td:nth-of-type(1) span {
  position: absolute;
  left: 0;
  top: 0;
  color: #9b2a2b;
}
#contact tr td:nth-of-type(2) {  
  padding-bottom: 40px;
}
#contact tr td:nth-of-type(2) div {
  min-height: 60px;
  padding: 10px;
  background-color: #f5f5f5;
}
#contact tr td:nth-of-type(2) div.r {
  padding: 10px 0 10px 10px;
}
#contact tr td:nth-of-type(2) div.r .first {
  margin-right: 100px;
}
#contact tr td:nth-of-type(2) div.c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
}
#contact tr td:nth-of-type(2) div.c .wpcf7-checkbox {
  display: flex;
  flex-flow: wrap;
}
#contact tr td:nth-of-type(2) div.ac {
  line-height: 1.8em;
  padding-left: 0 !important;
  background-color: transparent !important;
}
#contact tr td:nth-of-type(2) div.ac p {
  line-height: 1.8em;
}
#contact tr td:nth-of-type(2) div.ac .wpcf7-list-item {
  margin-left: 0 !important;
}
#contact tr td:nth-of-type(2) div.ac span.a {
  font-weight: normal !important;
}

input[type="text"],
input[type="email"],
textarea {
  font-size: 14px;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  background-color: #f5f5f5;
  border: none;
  -webkit-appearance : none;
  margin-top: 5px;
}
input[type="date"] {
  color: #a08452;
  background-color: #f5f5f5;
  border: none;
  -webkit-appearance : none;
}
textarea {
  height: 220px;
  margin-top: 10px;
}
label {
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
#contact .btn {
  display: block;
  position: relative;
  width: 516px;
  height: 50px;
  margin: auto;
}
.wpcf7-submit {
  display: block;
  font-family: "YuMincho Medium", "Yu Mincho Regular", "游明朝 Regular", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 50px;
  border: 1px solid #231815;
  background-color: #231815;
  transition: all 1s;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7-submit:hover {
  opacity: 0.45;
}


.wpcf7-response-output {
  display: none;
}

.inq table tr:nth-of-type(1) td:nth-of-type(2) span.wpcf7-list-item {
  margin: 0 42px 0 0;
}
.inq table tr:nth-of-type(1) td:nth-of-type(2) span.wpcf7-list-item:last-of-type {
  margin: 0;
}
.inq div.r label,
.inq div.c label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.inq div.r label::before,
.inq div.c label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #231815;
  box-sizing: border-box;
}
.inq div.r label input[type="radio"],
.inq div.c label input[type="checkbox"] {
  display: none;
}
.inq div.r label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.inq div.c label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #231815;
  background-color: #231815;
  box-sizing: border-box;
}
.inq div.r .wpcf7-list-item-label,
.inq div.c .wpcf7-list-item-label {
  font-size: 14px;
}
.inq div.r label span.wpcf7-list-item-label::before,
.inq div.r label span.wpcf7-list-item-label::after,
.inq div.c label span.wpcf7-list-item-label::before,
.inq div.c label span.wpcf7-list-item-label::after {
  display: none;
}

.inq div.t {
  padding: 0 !important;
  min-height: 0 !important;
}
.inq .accept {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
}

.transmission {
  display: none;
  text-align: center;
  width: 100%;
  padding: 30px 0 100px;
  margin: auto;
  background-color: #fff;
}
.transmission p {
  display: table-cell;
  font-size: 16px !important;
  line-height: 1.8em !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.sent .transmission {
  display: table;
}
.sent .inq {
  display: none;
}

.reCAPTCHA_text p {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1em;
  text-align: center;
  margin-top: 80px;
}
.grecaptcha-badge { visibility: hidden; }


#loading {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F4EE;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
}
#loading.on {
  opacity: 1;
}
#loading img {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  width: 240px;
  height: auto;
}

.sa {
  opacity: 0 !important;
  transition: all 1.0s ease;
}

.sa.show {
  opacity: 1 !important;
  transform: none;
}
.sa--left {
  transform: translate(30px,0);
}
.sa--right {
  transform: translate(-30px,0);
}
.sa--up {
  transform: translate(0,30px);
}
.sa--down {
  transform: translate(0,-30px);
}



/* =================================================================
  SPの時だけフッター固定ボタン（エントリーとTEL）
================================================================= */
@media (max-width: 767px) {
  #sp-fixed-menu-wrap{
    width:100%;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    /*opacity: 0.9;*/
    z-index: 99;
  }
  
  /*メニューをページ下部に固定*/
  #sp-fixed-menu{
     width: 500px;
     margin-right:0;
     margin-left:auto
  }
  
  .sp-fixed-menu-wrap-mb{margin-bottom:10px}
  
  #sp-fixed-menu{
     position: fixed;
     width: 100%;
     bottom: 0px;
     font-size: 0;
     opacity: 0.95;
     z-index: 99;
  }
  
  /*メニューを横並びにする*/
  #sp-fixed-menu ul{
     display: flex;
     list-style: none;
     padding:0;
     margin:0;
     width:100%;
  }
  #sp-fixed-menu li{
     justify-content: center;
     align-items: center;
     width: 50%;
     padding:0;
     margin:0;
     font-size: 13px;
     border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

  /* WEB予約*/
  #sp-fixed-menu li:first-child{
     background: #f2ede9;
  }

  /* 電話予約*/
  #sp-fixed-menu li:last-child{
     background: #bcb09f;
  }

  /*ボタンを調整*/
  #sp-fixed-menu li a{
     color: #24140e;
     text-align: center;
     display:block;
     width: 100%;
     padding:20px 0 20px 0;
  }
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
     .for-sp{
        display:none;
      }
}
