/* ï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šãƒ˜ãƒƒãƒ€ãƒ¼ã‚¹ã‚¿ã‚¤ãƒ«ï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Šï¼Š */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  max-width: 1170px;
  width: 100%;
  /* padding: 0 15px; */
  margin: 0 auto;
}

/* .content {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
} */

main {
  position: relative;
  z-index: 0;
}

.backhead {
  height: 65px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: -2;
}

a {
  text-decoration: none;
}

.header-top {
  height: 65px;
  width: 100%;
  position :fixed;
  top: 0;
  z-index: 3;
}

.logo {
  width: 200px;
  margin-top: 15px;
}

.info {
  display: flex;
}

.header-left {
  margin-left: 50px;
}

.header-right {
  margin-left: auto;
}

.menu {
  text-shadow:  2px 2px 5px #4e432f,
  -2px 2px 5px #4e432f,
  2px -2px 5px #4e432f,
  -2px -2px 5px #4e432f;
  padding: 37px 23px;
  margin: 0 2px;
  color: white;
  transition: all 0.5s;
  font-family: 'EB Garamond', serif;
  display: inline-block;
}

.reservation {
  background-color: #857353;
  padding: 0 15px;
  padding: 7px 20px;
  margin: 30px;
  color: white;
  transition: all 0.35s;
  display: inline-block;
  border-radius: 1px;

}

.reservation:hover {
  background-color: #c6a877;
  transform: scale(1.1);

}

.menu:hover {
  transform: scale(1.2);
}

/* ãƒ‘ãƒ©ãƒ©ãƒƒã‚¯ã‚¹ãƒ˜ãƒƒãƒ€ãƒ¼ */
.top_img1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../top_style1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
.top_img2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../top_style2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
.top_img3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../top_style3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}

/* .sample-header::before {
  background-image: url("mizuumimetan.jpg");
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: MidnightBlue;
  opacity: 0.3;
} */

.sample-header-section {
  height: 100vh;
  position: relative;
  /* max-width: 640px; */
  margin-left: auto;
  margin-right: auto;
}
/* ãƒ‘ãƒ©ãƒ©ãƒƒã‚¯ã‚¹ãƒ˜ãƒƒãƒ€ãƒ¼END */


.heading-section-wrap {
  position: relative;
  color: #796a58;
  text-align: center;
}

.sample-section {
  background-image: url(../messageImg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  margin-bottom: 50px;
  border-top: 50px solid white;
}

.sample-section h1 {
  font-weight: normal;
  font-family: 'EB Garamond', serif;;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sample-section p, 
.concept-banner p {
  letter-spacing: 0.12rem;
  text-shadow:  2px 2px 5px white,
  -2px 2px 5px white,
  2px -2px 5px white,
  -2px -2px 5px white;
}



.top_message {
  font-family: 'Caveat', cursive;
  text-align: center;
  color: #796a58;
}

.style-banner {
  background-image: url(../styleImg.jpg);
}

.style-banner,
.concept-banner {
  padding: 40px;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
}

.style-message, 
.concept-message {
  color: #796a58;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 75%;
}

.btn-wrapper {
  text-align: center;
}


.style-flex {
  text-align: center;
}

.banner-title {
  font-family: 'EB Garamond', serif;
  text-align: center;
  font-size: 30px;
  color: #796a58;
}

/* .concept-banner img{
  width: 300px;
  height: 100%;
  max-width: 100%;
} */
.concept-banner p {
color: #796a58;
}


.concept-banner {
  background-image: url(../conceptImg.jpg);

}

.banner-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.message-btn {
  color: white;
  opacity: 0.8;
  padding: 8px 24px;
  display: inline-block;
  background-color:  #796a58;
}









.access {
  display: flex;
  padding: 30px;
  box-shadow: 0 0 8px #333;
}

.map {
  background-color: #333;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}



address {
  font-style: normal;
  width: 330px;
  color: white;
  margin-right: 30px;
}

address a {
  color: #b4d4ff;
  text-decoration: underline;
}

.google_calendar {
  width: 100%;
}

.sp-only {
  display: none;
}

iframe {
  box-shadow: inset 0 0 8px #333;
}

.foot {
  /* background-color: rgb(108, 160, 95); */
  box-shadow: 0px 5px 18px 9px rgb(108, 160, 95);
}


.foo {
  text-align: center;
  position: relative;
}

.under {
  margin: 17px;
}


.social img {
  width: 30px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.so {
  width: 250px;
  height: 115px;
  position: absolute;
  left: 5%;
  top: 36px;
}

.soc {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.soc a {
  border-radius: 25%;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-color: transparent;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  transition: border-color 0.35s ease-out;
}

.soc a:hover {
  border-color: rgb(226, 226, 117);
}

.fixed_footer p{
  color: #696969;
  font-size: 20px;
  font-weight: 300;
}

.fixed_footer_current {
  box-shadow: 0 0 8px #333;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  font-size: 28px;
  display: none;
}
.content_font {
  display: flex;
  justify-content: space-around;
}

.sub_menu {
  position: relative;
  margin-bottom: 5px;
  line-height: 0;
  padding: 20px 1px 20px 1px;
}

.sub_menu p {
  font-size: 0.7rem;
  padding-top: 10px;
  margin: 0;
  width: 100%;
  text-shadow: 
  1px  1px 5px #ffffff,
  -1px  1px 5px #ffffff,
   1px -1px 5px #ffffff,
  -1px -1px 5px #ffffff,
   1px  0px 5px #ffffff,
   0px  1px 5px #ffffff,
  -1px  0px 5px #ffffff,
   0px -1px 5px #ffffff;
  color: #333;
}

.content_font i {
  text-shadow: 
  1px  1px 7px #ffffff,
  -1px  1px 7px #ffffff,
   1px -1px 7px #ffffff,
  -1px -1px 7px #ffffff,
   1px  0px 7px #ffffff,
   0px  1px 7px #ffffff,
  -1px  0px 7px #ffffff,
   0px -1px 7px #ffffff;
  color: #333;
}

/* recruit */

.recruithead {
  padding-top: 100px;
  text-align: center;
  color: #796a58;
}

.recruitmentList {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 80px 40px;
}

.recruitmentList table.recruitmentList_inner tr th {
  width: 20%;
  padding: 40px 0 8px 0;
  vertical-align: middle;
  font-weight: normal;
  color: #5f5f5f;
}

th {
  text-align: left;
}

.recruitmentList table.recruitmentList_inner tr {
  border-bottom: 1px solid #C8BEAA;
}

.recruitmentList table.recruitmentList_inner tr td {
  width: 80%;
  padding: 40px 0 8px 0;
  color: #5f5f5f;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.recruitmentList table.recruitmentList_inner {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.othermessage {
  font-weight: normal;
  color: #5f5f5f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.recruit-message {
  margin: 0 10px 50px 10px;
}


.othermessage p {
  padding: 30px;
  border: 5px solid #796a58;
  text-align: left;
    
}
.recruit-map {
  margin-bottom: 50px;
}






/* menu */

.heading_main {
  padding-top: 50px;
  font-family: 'Fredericka the Great';
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  color: #796a58;
}
.menu_heading {
  text-align: center;
  font-size: 3rem;
  color: #796a58;
  margin-bottom: 40px;
  font-family: 'Cormorant Garamond', sans-serif;
}

.pageBody-inner {
  margin-top: 80px;
}

.container_area {
  max-width: 1080px;
  margin: 64px auto 24px auto;
}
table.menu_list th {
  vertical-align: middle;
  text-align: left;
  width: 70%;
  font-size: 1rem;
  font-weight: bold;
  color: #808080;
}

table.menu_list th, table.menu_list td {
  padding: 15px 0 0 0;
}

table.menu_list td {
  font-size: 1.1rem;
  width: 30%;
  font-weight: bold;
  text-align: right;
  color: #808080;
}

table.menu_list th, table.menu_list td {
  padding: 15px 0 0 0;
}

.container_area-inner {
  margin: 56px 0;
}

ul.menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0px;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.menu_list {
  border-bottom: 0.3px solid #504e4e;
}

li {
  list-style: none;
  height: 70px;
}

table.menu_list {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.menu_caution {
  margin-bottom: 48px;
  text-align: center;
}

.pegeBody-inner p {
  margin: 2px;
  padding: 0;
  font-size: 11px;
}

ul {
  margin: 0;
  padding: 0;
}

.menu_heading small {
  font-family: 'Meiryo', sans-serif;
  font-size: 1rem;
  display: block;
  margin: 5px 0;
  line-height: 1.6em;
}

.manuSub-area {
  margin: 8px 0;
  color: #6f6f6f;
  font-size: 1.2rem;
}

.container_area {
  max-width: 1080px;
  margin: 64px auto 24px auto;
}

ul.menu-content {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.menu-content li {
  width: 45%;
  margin-bottom: 16px;
}




/* ã‚¹ã‚¿ãƒƒãƒ• */

.btnWrap {
  display: inline-block;
  white-space: nowrap;
}

.btnWrap.afWrap .btn {
  min-width: 94px;
  padding: 0 4px;
}

.ja .afWrap .btn i {
  width: 15px;
  margin-right: 3px;
  background-position-x: 1px;
}

.afWrap .btn i {
  float: none;
  left: 0;
  width: 14px;
  margin-right: 3px;
  background-position: 0 3px;
  background-size: 14px 14px;
}

.btn i {
  left: 0;
  width: 15px;
  margin-right: 3px;
  background: url(../img/common/line.png) 0 2px no-repeat;
  background-size: 15px 15px;
}

.btn .label, .btn i {
  height: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.btnWrap.afWrap .btn, .emotion, .icon.ver3>.text, .share label, .shareEl .btn {
  text-align: center;
}

.ja button {
  font-family: Meiryo,HiraKakuProN-W3,"Arial Unicode MS",Arial,sans-serif,"Apple SD Gothic Neo";
}

.btn {
  position: relative;
  min-width: 49px;
  height: 20px;
  padding: 0 4px;
  background-color: #00b833;
  color: #fff;
  font-size: 0;
  line-height: 20px;
  text-align: left;
}

.btn, .bubble .icon, .icon.ver3, .share label, button.icon {
  cursor: pointer;
}

.btn .label {
  top: 0;
  white-space: nowrap;
  font-weight: 400;
}




/* member */

.member_list {
  letter-spacing: 0.12rem;
}


.member_line hr {
  color: black;
  margin-left: 15%;
  margin-right: 15%;
}
.member_fhoto {
  width: 30%;
  margin-left: 15%;
}

.member {
  display: flex;
  margin-bottom: 5rem;
}

.member img {
  margin-bottom: auto;
}

.member_name {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  text-align: center;
}

.member_name rb {
  font-size: 20px;
}

.member_name span {
  font-size: 12px;
}

.member_introduce {
  margin-top: 50px;
  margin-left: 30px;
  line-height: 1.5rem;
}

.member_introduction {
  margin-right: 15%;
  font-size: 15px;
}



/* concept */

.concept-contents {
  width: 75%;
  margin: 0 auto;
  color: #796a58;
  
}


.concept-cut-contents,
.concept-color-contents {
  letter-spacing: 0.12rem;
  margin-bottom: 50px;
}

.concept-cut h2,
.concept-color h2 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 20px;
  margin-bottom: 0px;
}

.concept-color hr, 
.concept-cut hr {
  margin-bottom: 20px;
}














.content_font a {
  z-index: 100;
}

.calender {
  text-align: center;
  margin-bottom: 50px;
}




/* reservation */


.reserveImg {
  width: 100%;
}

.reserveSales {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.reserveDial,
.reserveInsta {
  text-align: center;
  letter-spacing: 3px;
  margin: 15px 0;
  padding: 8px 24px;
  
}

.reserveAccess {
  width: 50%;
}

.reserveContainer {
  width: 50%;
}

.reserveFlex {
  display: flex;

}

/* .pcDial {
  text-decoration: none;
  background-color: #857353;
  color: white;
  border-radius: 5px;
  padding: 10px 0;

} */

.spDial,
.instaDial {
  text-decoration: none;
  background-color: #857353;
  color: white;
  border-radius: 5px;
  padding: 10px 0;
  display: block;
}

.mark1 {
  background: linear-gradient(transparent 0%, #ffd381 0%);
}

.menu_heading small {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}