@charset "UTF-8";
/*--------------------------------------------
	base
--------------------------------------------*/
html {
  color: #424242;
  font-size: 15px;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

table tr {
  border-bottom: 1px solid #4c3429;
  border-top: 1px solid #4c3429;
}
table th, table td {
  padding: 20px 0;
}
table th {
  width: 320px;
  padding-left: 90px;
  text-align: left;
}
table td {
  padding-left: 40px;
  line-height: 1.8;
  letter-spacing: 0.25em;
}

/*--------------------------------------------
	PC_base
--------------------------------------------*/
#wrapper {
  overflow: hidden;
  min-width: calc( 1080px + 2% );
}

/*--------------------------------------------
	common
--------------------------------------------*/
/* SPコンテンツ非表示 */
.sp-display {
  display: none !important;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* serif */
.common-serif {
  font-family: 'Noto Serif JP', 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* 中央寄せ */
.common-centering {
  width: 1080px;
  margin: 0 auto;
}

/* btn */
.common-btn {
  position: relative;
  width: 184px;
  background-color: #976886;
  color: #fff;
  text-align: center;
  letter-spacing: 0.26em;
  font-size: 15px;
  font-weight: bold;
  transition: 0.25s opacity;
}
.common-btn:hover {
  opacity: 0.7;
}
.common-btn a {
  display: block;
  padding: 11px 0;
}
.common-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
  margin: auto 0;
  background-color: #fff;
}

/*--------------------------------------------
	header
--------------------------------------------*/
header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 972px;
  background: url(../images/top/bg_main.jpg) no-repeat center/cover;
}
header .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 275px;
  padding: 10px 4% 85px 0;
  background: url(../images/top/bg_detail.png) no-repeat right top;
  color: #fff;
}
header .detail h1 {
  margin: 0 0 10px;
  letter-spacing: 0.06em;
  font-size: 11px;
}
header .detail_tel {
  width: 368px;
  margin: 0 0 5px;
  padding: 10px 0;
  border: 1px solid #fff;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 25px;
}
header .detail_tel span {
  font-size: 35px;
}
header .detail_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 -25px;
  letter-spacing: 0.06em;
  line-height: 1.92;
  font-size: 13px;
}
header .detail_infoTitle {
  display: flex;
  align-items: center;
}
header .detail_infoTitle:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70px;
  margin: 10px 25px 0 15px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 5%, #ffffff 60%);
  vertical-align: -40px;
  transform: rotate(45deg);
}
header .detail_infoDesc {
  text-align: right;
}
header .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 417px;
  height: 417px;
  margin: auto;
}
header .nav {
  display: flex;
  justify-content: center;
  background: url(../images/top/bg_nav.jpg) no-repeat center/cover;
}
header .nav_item {
  margin: 0 65px;
  letter-spacing: 0.34em;
  font-size: 15px;
  font-weight: bold;
  transition: 0.25s opacity;
}
header .nav_item:hover {
  opacity: 0.7;
}
header .nav_item a {
  display: block;
  padding: 27px 0;
}

.fix-under header {
  height: 615px;
}
.fix-under header .logo {
  width: 281px;
  height: 279px;
}

/*--------------------------------------------
	breadcrumb
--------------------------------------------*/
#breadcrumb {
  background-color: #976886;
}
#breadcrumb .breadcrumb_inner {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
#breadcrumb .breadcrumb_label {
  color: #fff;
}
#breadcrumb .breadcrumb_label a {
  transition: 0.25s opacity;
}
#breadcrumb .breadcrumb_label a:hover {
  opacity: 0.7;
}
#breadcrumb .breadcrumb_label:last-child {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
}
#breadcrumb .breadcrumb_label:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*--------------------------------------------
	return
--------------------------------------------*/
#return {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 500;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #976886;
  transform: translateY(90px);
  transition: 0.25s transform, 0.25s opacity;
}
#return a {
  display: block;
  height: 100%;
}
#return .return_shape {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
}
#return:hover {
  opacity: 0.7;
}
#return.is-inview {
  transform: translateY(0);
}

/*--------------------------------------------
	footer
--------------------------------------------*/
footer {
  padding: 50px 0 10px;
  background: url(../images/common/bg.jpg) repeat;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
footer .logo {
  transition: 0.25s opacity;
}
footer .logo:hover {
  opacity: 0.7;
}
footer .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 275px;
  padding: 10px 4% 85px 0;
}
footer .detail h1 {
  margin: 0 0 10px;
  letter-spacing: 0.06em;
  font-size: 11px;
}
footer .detail_tel {
  width: 328px;
  margin: 0 0 20px;
  padding: 10px 0;
  border: 1px solid #424242;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 20px;
}
footer .detail_tel span {
  font-size: 30px;
}
footer .detail_info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 20px;
  letter-spacing: 0.06em;
  line-height: 1.92;
  font-size: 13px;
}
footer .detail_infoTitle {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}
footer .detail_infoDesc {
  text-align: right;
}
footer .detail_page {
  display: flex;
  margin: 0 0 20px;
}
footer .detail_pageLink {
  transition: 0.25s opacity;
}
footer .detail_pageLink:hover {
  opacity: 0.7;
}
footer .detail_pageLink:first-child {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #000;
}
footer .detail_link {
  transition: 0.25s opacity;
}
footer .detail_link:hover {
  opacity: 0.7;
}
footer .copy {
  display: block;
  text-align: center;
  font-size: 11px;
}
footer .copy a {
  transition: 0.25s opacity;
}
footer .copy a:hover {
  opacity: 0.7;
}

/*--------------------------------------------
	top
--------------------------------------------*/
#top .lead {
  padding: 120px 0;
  background: url(../images/top/bg_lead.jpg) no-repeat right/cover;
}
#top .lead_inner {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 630px 0 0;
}
#top .lead_title {
  margin: 0 0 0 58px;
  color: #4c3429;
  letter-spacing: 0.32em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: bold;
}
#top .lead_text {
  margin: 0 0 0 2.33em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.32em;
  line-height: 2.33;
  font-size: 15px;
}
#top .example {
  margin: 0 0 -53px;
  padding: 115px 0;
  background: url(../images/top/bg_example.jpg) no-repeat center/cover;
}
#top .example_inner {
  position: relative;
  height: 1190px;
}
#top .example_title {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  width: 125px;
  margin: 0 auto;
  padding: 115px 45px;
  color: #4c3429;
  letter-spacing: 0.32em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: bold;
}
#top .example_title:before, #top .example_title:after {
  content: "";
  width: 1px;
  height: 300px;
  position: absolute;
}
#top .example_title:before {
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .example_title:after {
  bottom: 0;
  left: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .example_list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1190px;
}
#top .example_item {
  position: absolute;
}
#top .example_item:nth-child(1) {
  top: 0;
  left: 50px;
}
#top .example_item:nth-child(2) {
  top: 0;
  right: 50px;
}
#top .example_item:nth-child(3) {
  top: 395px;
  left: 0;
}
#top .example_item:nth-child(4) {
  top: 395px;
  right: 0;
}
#top .example_item:nth-child(5) {
  bottom: 0;
  right: 0;
  left: 0;
  width: 356px;
  margin: 0 auto;
}
#top .index_item {
  margin: 0 0 -70px;
  background-size: cover;
  color: #4c3429;
  letter-spacing: 0.32em;
  font-size: 54px;
  font-weight: bold;
}
#top .index_item a {
  display: block;
  position: relative;
  padding: 267px 0 199px;
  transition: 0.25s opacity;
}
#top .index_item a:hover {
  opacity: 0.7;
}
#top .index_item a:after {
  content: "";
  position: absolute;
  bottom: 199px;
  width: 890px;
  height: 1px;
}
#top .index_itemInner {
  display: block;
  position: relative;
  padding: 0 0 20px;
}
#top .index_itemInner:before {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  width: 307px;
  height: 311px;
  background: url(../images/top/bg_circle.png) no-repeat center/contain;
}
#top .index_itemInner span {
  position: relative;
  z-index: 10;
}
#top .index_item:nth-child(odd) {
  background-position: left;
}
#top .index_item:nth-child(odd) a:after {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .index_item:nth-child(odd) .index_itemInner {
  padding-left: 198px;
}
#top .index_item:nth-child(odd) .index_itemInner:before {
  left: 0;
}
#top .index_item:nth-child(even) {
  background-position: right;
}
#top .index_item:nth-child(even) a:after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .index_item:nth-child(even) .index_itemInner {
  padding-right: 198px;
  text-align: right;
}
#top .index_item:nth-child(even) .index_itemInner:before {
  right: 0;
}
#top .index_item:last-child {
  margin-bottom: 0;
}
#top .index_item:nth-child(1) {
  background-image: url(../images/top/bg_food.png);
}
#top .index_item:nth-child(2) {
  background-image: url(../images/top/bg_drink.png);
}
#top .index_item:nth-child(3) {
  background-image: url(../images/top/bg_course.png);
}
#top .shop {
  padding: 110px 0;
  background: url(../images/top/bg_shop.png) no-repeat left 0 center/contain, url(../images/common/bg.jpg) repeat;
}
#top .shop_inner {
  padding: 0 0 0 540px;
}
#top .shop_title {
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 35px;
  font-weight: bold;
}
#top .shop_table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
  border-top: 1px solid #4c3429;
  border-bottom: 1px solid #4c3429;
  padding: 50px 0 50px 35px;
  letter-spacing: 0.26em;
  line-height: 2;
  font-size: 15px;
  text-shadow: 0 0 2px #f7f7f64f, 0 0 5px #f7f7f617;
}
#top .shop_headding {
  width: 116px;
}
#top .shop_desc {
  width: 359px;
  margin: 0 0 40px;
}
#top .shop_desc:last-child {
  margin-bottom: 0;
}
#top .shop_btn {
  margin: 0 auto;
}
#top .news {
  padding: 57px 0;
  background: url(../images/top/bg_news.jpg) no-repeat center/cover;
}
#top .news_inner {
  padding: 54px 111px;
  background-color: rgba(255, 255, 255, 0.9);
}
#top .news_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  color: #4c3429;
  font-size: 30px;
  font-weight: bold;
}
#top .news_title:before, #top .news_title:after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  margin: 0 40px;
}
#top .news_title:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .news_title:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5%, #4c3429 60%);
}
#top .news_post {
  margin: 0 0 30px;
  letter-spacing: 0.28em;
  font-size: 15px;
  transition: 0.25s opacity;
}
#top .news_post:hover {
  opacity: 0.7;
}
#top .news_post a {
  display: flex;
}
#top .news_headding {
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
}
#top .news_time {
  order: 1;
  margin: 0 52px 0 0;
  font-size: 15px;
}
#top .news_btn {
  margin: 40px auto 0;
}

/*--------------------------------------------
	food
--------------------------------------------*/
#food {
  background-color: #fff;
}
#food .food {
  padding: 100px 0;
  background: url(../images/food/bg_food.jpg) no-repeat center/cover;
}
#food .food_comment {
  margin: 0 0 48px;
  text-align: center;
  letter-spacing: 0.32em;
  text-align: center;
  font-size: 20px;
}
#food .food_menuItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
}
#food .food_menuTitle {
  margin: 0 0 13px;
  padding: 40px 0 40px 60px;
  background: url(../images/top/bg_circle.png) no-repeat left center/contain;
  color: #4c3429;
  letter-spacing: 0.32em;
  font-size: 30px;
  font-weight: bold;
}
#food .food_menuDesc {
  letter-spacing: 0.26em;
}
#food .food_menuPrice {
  color: #4c3429;
  letter-spacing: 0.32em;
  font-size: 30px;
  font-weight: bold;
}
#food .food_menuPrice span {
  font-size: 20px;
}
#food .course {
  margin: 0 0 104px;
}
#food .course_inner {
  position: relative;
}
#food .course_info {
  padding: 140px 0 40px;
}
#food .course_img {
  position: absolute;
  top: 0;
}
#food .course_title {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 22px;
  color: #4c3429;
  text-shadow: 0 0 3px #ffeff3, 0 0 3px #ffeff3, 0 0 3px #ffeff3;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
#food .course_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#food .course_price {
  width: 292px;
  margin: 0 auto 40px;
  padding: 20px 0 15px;
  background-color: #fef2f1;
  color: #4c3429;
  text-align: center;
  letter-spacing: 0.26em;
  font-size: 45px;
  font-weight: bold;
}
#food .course_price span {
  font-size: 30px;
}
#food .course_desc {
  width: 341px;
  margin: 0 auto;
  letter-spacing: 0.26em;
  line-height: 2;
}
#food .course:nth-of-type(odd) {
  background: url(../images/food/bg_tubaki.png) no-repeat right bottom;
}
#food .course:nth-of-type(odd) .course_info {
  padding-left: 540px;
}
#food .course:nth-of-type(odd) .course_title:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #4c3429 30%);
}
#food .course:nth-of-type(odd) .course_img {
  left: -420px;
}
#food .course:nth-of-type(even) {
  background: url(../images/food/bg_hagi.png) no-repeat left bottom;
}
#food .course:nth-of-type(even) .course_info {
  padding-right: 540px;
}
#food .course:nth-of-type(even) .course_title:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #4c3429 30%);
}
#food .course:nth-of-type(even) .course_img {
  right: -420px;
}
#food .menuWrap {
  position: relative;
}
#food .menuWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/food/deco_illust.png) repeat-y top 33px center/contain;
}
#food .menu {
  margin: -80px 0 0;
  background-position: center;
  background-size: cover;
}
#food .menu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#food .menu_title {
  position: relative;
  padding: 100px 40px;
  text-shadow: 0 0 3px #ffeff3, 0 0 3px #ffeff3, 0 0 3px #ffeff3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.32em;
  font-size: 35px;
  font-weight: bold;
}
#food .menu_title:before, #food .menu_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 260px;
}
#food .menu_title:before {
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #921d3e 30%);
}
#food .menu_title:after {
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #921d3e 30%);
}
#food .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 490px;
  margin: 0 0 50px;
}
#food .menu_listTitle {
  width: 380px;
  letter-spacing: 0.32em;
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
}
#food .menu_listPrice {
  text-align: right;
  letter-spacing: 0.32em;
  font-size: 20px;
  font-weight: bold;
}
#food .menu_listDesc {
  width: 100%;
  margin: 16px 0 0;
  letter-spacing: 0.32em;
  font-size: 15px;
  font-weight: bold;
}
#food .menu_listDesc-red {
  color: #921d3e;
}
#food .menu:nth-of-type(odd) {
  background-image: url(../images/food/bg_food01.png);
}
#food .menu:nth-of-type(odd) .menu_inner {
  padding: 205px 70px 140px 210px;
}
#food .menu:nth-of-type(odd) .menu_title {
  order: 1;
}
#food .menu:nth-of-type(odd) .menu_listInner {
  order: 2;
}
#food .menu:nth-of-type(even) {
  background-image: url(../images/food/bg_food02.png);
}
#food .menu:nth-of-type(even) .menu_inner {
  padding: 165px 210px 120px 70px;
}
#food .menu:nth-of-type(even) .menu_title {
  order: 2;
}
#food .menu:nth-of-type(even) .menu_listInner {
  order: 1;
}
#food footer {
  position: relative;
  z-index: 10;
  margin-top: -80px;
}

/*--------------------------------------------
	drink
--------------------------------------------*/
#drink .drink {
  padding: 100px 0;
  border-bottom: 1px solid #921d3e;
  background: url(../images/drink/bg_drink.jpg) repeat-y top/100%;
}
#drink .drink_comment {
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 20px;
}
#drink .drink_title {
  margin: 0 0 54px;
  color: #4c3429;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 30px;
  font-weight: bold;
}
#drink .drink_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#drink .drink_item {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 0 75px;
  color: #4c3429;
}
#drink .drink_itemTitle {
  order: 2;
  letter-spacing: 0.32em;
  text-align: center;
  font-size: 20px;
}
#drink .drink_itemSub {
  display: block;
  margin: 5px 0 0;
  padding: 5px 0 0;
  border-top: 1px solid #4c3429;
  font-size: 15px;
}
#drink .drink_itemImg {
  margin: 0 0 25px;
}
#drink .drink_other {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 630px;
  padding: 135px 0 0;
}
#drink .drink_other:before {
  content: "";
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  width: 1130px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #4c3429 30%);
}
#drink .drink_otherItem {
  width: 290px;
  line-height: 2.1;
  font-size: 20px;
  font-weight: bold;
}
#drink .wine {
  padding: 106px 0;
  background: url(../images/drink/bg.jpg) repeat;
}
#drink .wine_title {
  margin: 0 0 70px;
  color: #4c3429;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 30px;
  font-weight: bold;
}
#drink .info {
  position: relative;
  margin: 0 0 203px;
  padding: 98px 150px;
  background-color: #fffef8;
}
#drink .info_title {
  position: absolute;
  top: -95px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 0 0 3px #ffeff3, 0 0 3px #ffeff3, 0 0 3px #ffeff3;
  letter-spacing: 0.32em;
  font-size: 60px;
  font-weight: bold;
}
#drink .info_title span {
  font-size: 30px;
}
#drink .info_detail {
  margin: 0 0 60px;
}
#drink .info_detailTitle {
  border-bottom: 1px solid #4c3429;
  margin: 0 0 31px;
  padding: 0 0 15px;
  color: #4c3429;
  text-align: center;
  letter-spacing: 0.32em;
  line-height: 1.73;
  font-size: 30px;
  font-weight: bold;
}
#drink .info_detailInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#drink .info_detailDesc {
  width: 455px;
}
#drink .info_detailReview {
  color: #921d3e;
  letter-spacing: 0.32em;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
}
#drink .info_detailReview span {
  color: #4c3429;
  font-size: 20px;
}
#drink .info_detailPrice {
  width: 200px;
  padding: 90px 0;
  background: url(../images/top/bg_circle.png) no-repeat center/contain;
  color: #4c3429;
  letter-spacing: 0.14em;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
}
#drink .info_detailPrice span {
  font-size: 30px;
}
#drink .info_detailComment {
  margin: 14px 0 0;
  color: #4c3429;
  letter-spacing: 0.26em;
  line-height: 2;
  font-size: 15px;
}
#drink .info_detailComment span {
  display: block;
  color: #921d3e;
}
#drink .info:nth-of-type(odd) .info_title {
  right: 50px;
}
#drink .info:nth-of-type(even) .info_title {
  left: 50px;
}
#drink .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#drink .other_inner {
  width: 300px;
  margin: 0 0 70px;
}
#drink .other_inner-marginfix {
  margin: -350px 0 0;
}
#drink .other_title {
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 2px solid #4c3429;
  color: #4c3429;
  font-size: 25px;
  font-weight: bold;
}
#drink .other_title span {
  font-size: 15px;
}
#drink .other_item {
  padding: 15px 0;
  border-bottom: 1px dashed #4c3429;
  line-height: 1.75;
  font-size: 15px;
}

/*--------------------------------------------
	shop
--------------------------------------------*/
#shop .img {
  padding: 100px 0;
  background: url(../images/shop/bg_shop.jpg) no-repeat center/cover;
}
#shop .img_title {
  margin: 0 0 50px;
  color: #4c3429;
  text-align: center;
  letter-spacing: 0.32em;
  font-size: 30px;
  font-weight: bold;
}
#shop .img_main {
  position: relative;
  margin: 0 0 50px;
  padding: 0 60px;
}
#shop .img_mainList {
  width: 100%;
  height: 468px;
}
#shop .img_main button {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.25s opacity;
}
#shop .img_main button:hover {
  opacity: 0.7;
}
#shop .img_main .slick-prev {
  left: 0;
}
#shop .img_main .slick-next {
  right: 0;
}
#shop .img_subList {
  cursor: pointer;
  width: 250px;
  height: 170px;
  margin: 0 27px 0 0;
  transition: 0.25s opacity;
}
#shop .img_subList:hover {
  opacity: 0.7;
}
#shop .shop {
  padding: 100px 0;
  background: url(../images/shop/bg_info.jpg) no-repeat center/cover;
}
#shop .shop_inner {
  margin-bottom: 100px;
  padding: 100px;
  background: url(../images/shop/bg_info_inner.jpg) no-repeat center/cover;
}
#shop .shop table .margin-fix {
  display: block;
  margin: 0 0 1.8em;
}
#shop .shop table .margin-fix:last-child {
  margin-bottom: 0;
}
#shop .shop table .color-fix {
  display: block;
  color: #921d3e;
}
#shop .map {
  height: 280px;
  padding: 30px;
  background: url(../images/shop/bg_info_inner.jpg) no-repeat center/cover;
}

/*--------------------------------------------
	course
--------------------------------------------*/
#course .courseWrap {
  padding: 100px 0;
  background: url(../images/course/bg_course.jpg) no-repeat center/cover;
}
#course .course {
  position: relative;
  height: 550px;
  margin: 0 0 20px;
}
#course .course_comment {
  margin: 0 0 15px;
  text-align: center;
  letter-spacing: 0.32em;
  line-height: 1.25;
  font-size: 20px;
}
#course .course_title {
  position: absolute;
  top: 0;
  padding: 105px 45px 80px;
  background: url(../images/top/bg_circle.png) no-repeat center/contain;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}
#course .course_title span {
  display: block;
  width: 100%;
  font-size: 60px;
}
#course .course_img {
  position: absolute;
  top: 85px;
}
#course .course_menu {
  position: absolute;
  bottom: 0;
  width: 495px;
}
#course .course_menuTitle {
  padding: 17px 0;
  background-color: #921d3e;
  color: #fff;
  letter-spacing: 0.22em;
  text-align: center;
  font-size: 20px;
}
#course .course_menuInner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 109px;
  background-color: #fffef8;
}
#course .course_menuList {
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 4em;
  line-height: 1.86em;
}
#course .course_menuList:first-child {
  padding: 0 66px 0 0;
  border-right: 1px solid #4c3429;
}
#course .course_desc {
  position: absolute;
  bottom: 30px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}
#course .course:nth-of-type(odd) .course_title {
  right: 80px;
}
#course .course:nth-of-type(odd) .course_menu {
  right: 0;
}
#course .course:nth-of-type(odd) .course_desc {
  left: 110px;
}
#course .course:nth-of-type(even) .course_title {
  left: 80px;
}
#course .course:nth-of-type(even) .course_img {
  right: 0;
}
#course .course:nth-of-type(even) .course_desc {
  right: 110px;
}
#course .bnr {
  padding: 100px 0;
  background: url(../images/course/bg_bnr.jpg) no-repeat center/cover;
}

/*--------------------------------------------
	news
--------------------------------------------*/
#news main {
  background: url(../images/common/bg.jpg) repeat;
}
#news main .common-centering {
  padding: 100px 0;
}
#news .post {
  border-bottom: 1px solid #000;
  transition: 0.25s opacity;
}
#news .post:hover {
  opacity: 0.7;
}
#news .post:last-of-type {
  margin: 0 0 40px;
}
#news .post a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
#news .post_time {
  order: 1;
  width: 6rem;
}
#news .post_title {
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
  width: 60rem;
}
#news .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .pagination li {
  margin: 0 5px;
}
#news .pagination li a, #news .pagination li span {
  display: block;
  padding: 6px 9px;
  color: #fff;
}
#news .pagination li a {
  background-color: #976886;
  transition: 0.25s opacity;
}
#news .pagination li a:hover {
  opacity: 0.7;
}
#news .pagination li span {
  background-color: #4c3429;
}

/*--------------------------------------------
	news_detail
--------------------------------------------*/
#news_detail main {
  background: url(../images/common/bg.jpg) repeat;
}
#news_detail main .common-centering {
  padding: 100px 0;
}
#news_detail .post {
  margin: 0 0 40px;
}
#news_detail .post_title {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #976886;
  line-height: 1.75em;
  font-size: 20px;
  font-weight: bold;
}
#news_detail .post_time {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px;
  background-color: #976886;
  color: #fff;
}
#news_detail .post_body {
  min-height: 400px;
  line-height: 1.75em;
}
#news_detail .post_body strong, #news_detail .post_body em strong {
  font-weight: bold;
}
#news_detail .post_body ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#news_detail .post_body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
#news_detail .post_body a {
  color: #976886;
  text-decoration: underline;
  transition: 0.25s opacity;
}
#news_detail .post_body a:hover {
  opacity: 0.7;
}
#news_detail .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_detail .pagination_link {
  width: 30%;
  transition: 0.25s opacity;
}
#news_detail .pagination_link:hover {
  opacity: 0.7;
}
#news_detail .pagination_link a {
  display: block;
  position: relative;
  width: 100%;
}
#news_detail .pagination_link-next a {
  text-align: right;
}
#news_detail .pagination_link-center {
  width: auto;
  margin: 0 10px;
}
#news_detail .pagination_link-center a:before, #news_detail .pagination_link-center a:after {
  display: inline-block;
  content: "/";
  margin: 0 10px;
}
#news_detail .pagination_link-prev a {
  text-align: left;
}
#news_detail .pagination_inner {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
}

/*--------------------------------------------
	contact
--------------------------------------------*/
#contact .contactForm {
  margin: 0 0 40px;
}
#contact .contactForm_line {
  border-bottom: 1px solid #000;
}
#contact .contactForm_headding {
  width: 325px;
  padding: 20px;
  background-color: #976886;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}
#contact .contactForm_headdingWrap {
  position: relative;
}
#contact .contactForm_desc {
  padding: 20px;
}
#contact .contactForm_desc a {
  text-decoration: underline;
  transition: 0.25s color;
}
#contact .contactForm_desc a:hover {
  color: #976886;
}
#contact .contactForm_required {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 34px;
  height: 22px;
  right: 0;
  padding: 5px;
  background-color: #fff;
  color: #976886;
  font-size: 12px;
}
#contact .contactForm_address {
  margin: 0 0 10px;
}
#contact .contactForm_hidden {
  display: none;
}
#contact .contactForm_select {
  position: relative;
  display: inline;
}
#contact .contactForm_select select {
  cursor: pointer;
}
#contact .contactForm_select:after {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: transparent transparent transparent #976886;
}
#contact .contactForm_label {
  cursor: pointer;
  margin: 0 20px 0 0;
}
#contact .contactForm_textArea {
  width: 70%;
  padding: 7px 10px;
  border: 1px solid #777;
  transition: 0.25s border-color, 0.25s background-color;
}
#contact .contactForm_textArea:focus {
  border-color: #976886;
}
#contact .contactForm_textArea-num {
  width: 15%;
}
#contact .contactForm_btn {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  border: 1px solid #777;
  vertical-align: middle;
  transition: 0.25s border-color, 0.25s background-color;
}
#contact .contactForm_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #976886;
  opacity: 0;
  transition: 0.25s opacity;
}
#contact .contactForm_btn:checked:before {
  opacity: 1;
}
#contact .contactForm_btn[type="radio"] {
  border-radius: 50%;
}
#contact .contactForm_btn[type="radio"]:before {
  border-radius: 50%;
}
#contact .contactForm_file {
  width: 55%;
}
#contact .contactForm_fileThumb {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin: 0 0 20px;
}
#contact .contactForm_fileThumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#contact .contactForm_fileBtn {
  display: flex;
  justify-content: space-between;
}
#contact .contactForm_submitWrapper {
  width: 320px;
  margin: 0 auto;
}
#contact .contactForm_submit {
  cursor: pointer;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0;
  background-color: #976886;
  color: #fff;
  box-shadow: 0px 4px 0px 0px #512240;
  transition: 0.25s transform, 0.25s box-shadow;
}
#contact .contactForm_submit[disabled] {
  cursor: default;
  background-color: #aaa;
  box-shadow: 0px 4px 0px 0px #888;
}
#contact .contactForm_submit:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 0px 0px #512240;
}
#contact .contactForm_submit:hover[disabled] {
  transform: translateY(0);
  box-shadow: 0px 4px 0px 0px #888;
}
#contact .contactForm_submit-back {
  box-shadow: 0px 4px 0px 0px #060000;
  background-color: #4c3429;
}
#contact .contactForm_submit-back:hover {
  box-shadow: 0px 8px 0px 0px #060000;
}
#contact .contactForm_submit-file {
  display: block;
  width: 48%;
  margin: 0 0 10px;
  text-align: center;
}
#contact .contactForm_submit:active {
  transform: translateY(8px);
  box-shadow: none;
}
#contact .contactForm_submit:active[disabled] {
  transform: translateY(0);
}
#contact .contactNotice {
  text-align: center;
  line-height: 1.75em;
}

/*--------------------------------------------
	privacy
--------------------------------------------*/
#privacy main {
  background: url(../images/common/bg.jpg) repeat;
}
#privacy .privacy {
  padding: 100px 0;
}
#privacy .privacy_section {
  margin: 0 0 40px;
}
#privacy .privacy_title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid #976886;
  line-height: 1.25em;
  font-size: 20px;
  font-weight: bold;
}
#privacy .privacy_text {
  line-height: 1.75em;
}

/*--------------------------------------------
	sitemap
--------------------------------------------*/
#sitemap main {
  background: url(../images/common/bg.jpg) repeat;
}
#sitemap .sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0;
}
#sitemap .sitemap_list {
  width: 48%;
  border-bottom: 1px solid #000;
  transition: 0.25s opacity;
}
#sitemap .sitemap_list:hover {
  opacity: 0.7;
}
#sitemap .sitemap_list a {
  display: block;
  padding: 15px 0;
}
#sitemap .sitemap_list a:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

/*--------------------------------------------
	error
--------------------------------------------*/
#error main {
  background: url(../images/common/bg.jpg) repeat;
}
#error .error {
  padding: 100px 0;
}
#error .error_text {
  line-height: 1.75em;
}
#error .error_text a {
  text-decoration: underline;
  transition: 0.25s color;
}
#error .error_text a:hover {
  color: #976886;
}
