@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("../../css/font/NotoSansL.eot") format("eot"), url("../../css/font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

/*------------------------------------------
  Base
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

html.cookie-fz-L {
  font-size: 87.5%;
}

body {
  font-family: "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.4em;
  background: #f7f5f1;
  color: #2d2116;
  line-height: 1.5;
}

a {
  color: #be920e;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #2d2116;
  padding: 10px 0;
  z-index: 20;
}
.cmn-site-header a {
  display: block;
}

.header-logo {
  float: left;
  padding-left: 16px;
}

.header-nav {
  float: right;
  width: 46%;
}
.header-nav li {
  float: left;
  width: 33%;
}
.header-nav li a {
  text-align: center;
  padding: 3px 0;
  display: block;
  border-left: 1px solid #73604e;
}
.header-nav .nav-icon {
  font-size: 20px;
  font-size: 2rem;
}
.header-nav .nav-txt {
  font-size: 8px;
  font-size: .8rem;
}

.sidr {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}

.cmn-menu {
  display: none;
  background: rgba(45, 33, 22, .9);
  color: #fff;
  -webkit-overflow-scrolling: touch;
}
.cmn-menu .menu-contents {
  padding: 35px 0;
}
.cmn-menu a {
  color: #fff;
  display: block;
}

.cmn-menu-close {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 22px;
  height: 22px;
}
.cmn-menu-close:before, .cmn-menu-close:after {
  content: "";
  width: 2px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-menu-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmn-menu-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-groval-nav {
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: 15px;
}
.cmn-groval-nav .nav-link-top {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.cmn-groval-nav .nav-link-top a {
  padding: 5px 0;
}
.cmn-groval-nav .nav-link-reserve {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.cmn-groval-nav .nav-link-reserve a {
  padding: 13px 0;
  background: #874d16;
}
.cmn-groval-nav .nav-link-reserve a .icon-tag {
  color: #b19a84;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 5px;
}
.cmn-groval-nav .gnav li a {
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 0;
}
.cmn-groval-nav .subnav li a {
  color: #dcd4cd;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 0;
}

.cmn-guide {
  padding: 0 20px;
}
.cmn-guide .guide {
  width: 100%;
  height: 50px;
  display: table;
  border-top: 1px solid #73604e;
}
.cmn-guide .guide:last-child {
  border-bottom: 1px solid #73604e;
}
.cmn-guide .guide .txt {
  font-size: 10px;
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.cmn-guide .guide .cont {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.cmn-guide .guide .cont-fz span {
  position: relative;
}
.cmn-guide .guide .cont-fz span:after {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cmn-guide .guide .cont-fz .fz-M {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 34px;
}
.cmn-guide .guide .cont-fz .fz-M:after {
  content: "";
}
.cmn-guide .guide .cont-fz .fz-L {
  font-size: 25px;
  font-size: 2.5rem;
}
.cmn-guide .guide .lang-nav {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cmn-guide .guide .lang-nav:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}
.cmn-guide .guide .lang-nav select {
  width: 120%;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .12em;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

html.cookie-fz-L .cmn-guide .guide .cont-fz .fz-M:after {
  content: none;
}

html.cookie-fz-L .cmn-guide .guide .cont-fz .fz-L:after {
  content: "";
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-site-footer {
  text-align: center;
}

.footer-top {
  background: #2d2116;
  padding: 28px 50px 20px;
}
.footer-top.type02 {
  padding: 28px 25px 20px;
}
.footer-top li {
  display: inline-block;
  position: relative;
  padding-right: .5em;
  margin-bottom: 6px;
}
.footer-top li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  color: #635445;
}
.footer-top a {
  display: block;
  color: #95877a;
  padding: 0 5px;
}
.footer-top a .icon-export {
  color: #635445;
}

.footer-middle a {
  display: block;
  background: #a69f92;
  color: #fff;
  padding: 12px 0;
}

.footer-bottom {
  background: #333;
  padding: 25px 0;
}
.footer-bottom a {
  color: #dadada;
}
.footer-bottom .group-link {
  padding-bottom: 15px;
  border-bottom: 1px solid #555;
  margin-bottom: 28px;
}
.footer-bottom .group-link .logo {
  margin-bottom: 15px;
}
.footer-bottom ul {
  padding: 0 25px;
}
.footer-bottom ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.footer-bottom ul li a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
.footer-bottom ul li:nth-child(odd) a {
  padding-right: 16px;
  border-right: 1px solid #8c8c8c;
}
.footer-bottom ul li:nth-child(even) a {
  padding-left: 16px;
}
.footer-bottom .copyright {
  color: #dadada;
  font-size: 8px;
  font-size: .8rem;
  margin-top: 5px;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: none;
  z-index: 20;
}
.pageTop a {
  display: block;
}

html.cookie-fz-L .footer-bottom .group-link .logo img {
  width: 200px;
}

html.cookie-fz-L .footer-bottom ul li {
  width: 100%;
}
html.cookie-fz-L .footer-bottom ul li a {
  padding: 0 !important;
  border: none !important;
}

/*------------------------------------------
  Contents
------------------------------------------*/
.cmn-layout {
  padding-left: 20px;
  padding-right: 20px;
}

.cmn-column .column-contents {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn-column-type01 {
  max-width: 1420px;
  margin: 0 auto;
}
.cmn-column-type01 .column-contents {
  padding: 45px 60px 60px;
}
.cmn-column-type01 .column-contents-left {
  float: left;
  width: 70%;
}
.cmn-column-type01 .column-contents-left .column-contents-in {
  max-width: 945px;
}
.cmn-column-type01 .column-contents-right {
  float: left;
  width: 30%;
}
.cmn-column-type01 .column-contents-right .column-contents-in {
  min-width: 200px;
}

.cmn-page-contents {
  padding-top: 40px;
  padding-bottom: 50px;
}

.cmn-page-title {
  margin-bottom: 20px;
}

.cmn-contents-area {
  margin: 0 auto;
}

.cmn-visual {
  height: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.cmn-block {
  margin-bottom: 50px;
}
.cmn-block:last-child {
  margin-bottom: 0;
}

.cmn-block-title {
  text-align: center;
  margin-bottom: 20px;
}

/*  breadcrumb
-------------------------*/
.breadcrumb {
  background: #fff;
  text-align: center;
  padding: 12px 20px;
}
.breadcrumb li {
  display: inline;
  color: #95877a;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb li a {
  color: #95877a;
  position: relative;
  padding-right: 25px;
}
.breadcrumb li a:after {
  content: "＞";
  color: #dcd4cd;
  font-size: 8px;
  font-size: .8rem;
  position: absolute;
  right: 5px;
  top: .2em;
}

/*  title
-------------------------*/
.title-style01 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcd4cd;
}
.title-style01:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -15px;
  background: #be920e;
}
.title-style01 .title-main {
  line-height: 1.1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2d2116;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .08em;
}
.title-style01 .title-sub {
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b19a84;
  padding-top: 5px;
}

.title-style02 {
  text-align: center;
}
.title-style02 .title-main {
  line-height: 1.1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2d2116;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .08em;
}
.title-style02 .title-sub {
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b19a84;
  padding-top: 5px;
}

.title-style03 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-size: 2.1rem;
}

.title-style04 {
  color: #b19a84;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 6px solid #b19a84;
}

/*  nav
-------------------------*/
.cmn-nav01 li {
  margin-bottom: 6px;
}
.cmn-nav01 li a {
  display: block;
  background: #fff;
  color: #2d2116;
  padding: 10px 40px;
  position: relative;
}
.cmn-nav01 li span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #b19a84;
  top: 50%;
  left: 12px;
  margin-top: -9px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.cmn-nav01 li span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -3px;
}

.cmn-nav02 ul li {
  text-align: center;
}
.cmn-nav02 ul li a {
  display: table;
  width: 100%;
  padding: 0 20px;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.cmn-nav02 ul li a div {
  display: table-cell;
  vertical-align: middle;
}
.cmn-nav02 ul li a div p {
  line-height: 1;
}
.cmn-nav02 ul li a .txt-en {
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
.cmn-nav02 ul li a .txt-ja {
  color: #2d2116;
  background: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: -.2em;
  display: table;
  width: 100%;
  height: 60px;
}
.cmn-nav02 ul li a .txt-ja span {
  display: table-cell;
  vertical-align: middle;
}

.cmn-nav03 ul {
  text-align: center;
  border-bottom: 1px solid #be920e;
}

.cmn-nav03 li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  background: #fff;
}
.cmn-nav03 li.current {
  background: #be920e;
  color: #fff;
}
.cmn-nav03 li.current .txt-ja {
  color: #fff;
}

.cmn-nav03 .nav-in {
  padding: 10px 0;
}

.cmn-nav03 .txt-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.3;
  display: table;
  width: 100%;
}
.cmn-nav03 .txt-en span {
  display: table-cell;
  vertical-align: middle;
}

.cmn-nav03 .txt-ja {
  font-size: 8px;
  font-size: .8rem;
  color: #b19a84;
}

.category-control-nav {
  margin-bottom: 15px;
}
.category-control-nav ul {
  font-size: 0;
}
.category-control-nav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px 25px;
}
.category-control-nav li:first-child {
  display: block;
  margin-left: 0;
}
.category-control-nav li a {
  position: relative;
  display: block;
  color: #2d2116;
  line-height: 1.4;
  padding-left: 25px;
}
.category-control-nav li .icon-check {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #fff;
  left: 0;
  border: 1px solid #b19a84;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category-control-nav li .icon-check:before {
  opacity: 0;
  color: #fff;
}
.category-control-nav li .current .icon-check {
  background: #b19a84;
}
.category-control-nav li .current .icon-check:before {
  opacity: 1;
}

/*  list
-------------------------*/
.cmn-itemlist-type01 li {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 22px;
}
.cmn-itemlist-type01 li:nth-child(2n) {
  float: right;
}
.cmn-itemlist-type01 li a {
  display: block;
  color: #2d2116;
}

.cmn-itemlist-type01 .ico-new {
  position: absolute;
  top: -5px;
  left: 0;
  color: #fff;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 9px;
  width: 35px;
  height: 16px;
  background: rgba(190, 146, 14, .8);
  text-align: center;
  display: table;
  letter-spacing: .1em;
  z-index: 2;
}
.cmn-itemlist-type01 .ico-new span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 4px;
}
.cmn-itemlist-type01 .ico-new:before, .cmn-itemlist-type01 .ico-new:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -4px;
}
.cmn-itemlist-type01 .ico-new:before {
  top: 0;
  border-width: 8px 4px 0 0;
  border-color: rgba(190, 146, 14, .8) transparent transparent transparent;
}
.cmn-itemlist-type01 .ico-new:after {
  bottom: 0;
  border-width: 8px 0 0 4px;
  border-color: transparent transparent transparent rgba(190, 146, 14, .8);
}

.cmn-itemlist-type01 .list-photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}

.cmn-itemlist-type01 .category {
  position: absolute;
  text-align: center;
  font-size: 9px;
  font-size: .9rem;
  line-height: 1.1;
  color: #fff;
  background: rgba(45, 33, 22, .8);
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 2px 8px 4px;
}

.cmn-itemlist-type01 .list-text .date {
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .1em;
  color: #73604e;
  line-height: 1.1;
  padding-bottom: 3px;
}

.cmn-itemlist-type01 .list-text .ttl {
  font-size: 12px;
  font-size: 1.2rem;
}

.cmn-itemlist-type01 .list-text .title {
  color: #70654b;
}

.cmn-itemlist-type02 li {
  border-bottom: 1px solid #dcd4cd;
  display: table;
  width: 100%;
}
.cmn-itemlist-type02 li a {
  display: block;
  padding: 14px 0;
}
.cmn-itemlist-type02 li .date {
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #73604e;
  margin-bottom: 8px;
}
.cmn-itemlist-type02 li .title {
  color: #2d2116;
}

/*  table
-------------------------*/
.cmn-table table {
  width: 100%;
}

.cmn-table-type01 table th {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  color: #73604e;
  width: 6em;
  text-align: right;
  vertical-align: top;
  line-height: 2;
}

.cmn-table-type01 table td {
  padding: 10px 0;
  padding-left: 20px;
  vertical-align: top;
  line-height: 1.625;
}

.cmn-table-type02 table {
  width: 100%;
  border-bottom: 1px solid #dcd4cd;
}
.cmn-table-type02 table tr {
  border-top: 1px solid #dcd4cd;
}
.cmn-table-type02 table th {
  width: 40%;
  padding: 8px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-table-type02 table td {
  padding: 8px 0;
  color: #73604e;
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.cmn-table-type03 table {
  border: 1px solid #c2b8ae;
}

.cmn-table-type03 tr {
  border-bottom: 1px solid #c2b8ae;
}

.cmn-table-type03 th {
  background: #dcd4cd;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #c2b8ae;
  padding: 6px;
}

.cmn-table-type03 td {
  vertical-align: middle;
  border-right: 1px solid #c2b8ae;
  padding: 6px;
}
.cmn-table-type03 td.td-type02 {
  text-align: center;
  background: #ece8e4;
}

/*  accordion
-------------------------*/
.ac-trigger {
  cursor: pointer;
  position: relative;
}

.ac-hide {
  display: none;
}

.ac-more {
  position: absolute;
}

/*  detail
-------------------------*/
.cmn-detail {
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #dcd4cd;
  -ms-word-break: break-all;
      word-break: break-all;
}
.cmn-detail .ico-new {
  color: #fff;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  width: 50px;
  height: 20px;
  background: rgba(190, 146, 14, .8);
  text-align: center;
  display: table;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -25px;
}
.cmn-detail .ico-new span {
  display: table-cell;
  vertical-align: middle;
}
.cmn-detail .ico-new:before, .cmn-detail .ico-new:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -6px;
}
.cmn-detail .ico-new:before {
  left: 0;
  border-width: 6px 25px 0 0;
  border-color: rgba(190, 146, 14, .8) transparent transparent transparent;
}
.cmn-detail .ico-new:after {
  right: 0;
  border-width: 0 25px 6px 0;
  border-color: transparent rgba(190, 146, 14, .8) transparent transparent;
}
.cmn-detail .detail-date {
  text-align: center;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #70654b;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1em;
}
.cmn-detail .detail-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 25px;
  padding-top: 8px;
}
.cmn-detail .detail-entry {
  margin-bottom: 40px;
  letter-spacing: .05em;
}
.cmn-detail .detail-entry .entry-body {
  margin-bottom: 60px;
}
.cmn-detail .detail-entry .entry-body:last-child {
  margin-bottom: 0;
}
.cmn-detail .detail-entry .entry-image {
  text-align: center;
  margin-bottom: 30px;
}
.cmn-detail .detail-entry .entry-text {
  margin-bottom: 25px;
  line-height: 1.66;
}
.cmn-detail .detail-entry .entry-link .cmn-btn {
  margin-bottom: 10px;
}
.cmn-detail .detail-entry .entry-link .cmn-btn:last-child {
  margin-bottom: 0;
}
.cmn-detail .detail-sns {
  padding: 10px 0;
  text-align: center;
  font-size: 0;
  border-top: 1px solid #dcd4cd;
}
.cmn-detail .detail-sns li {
  display: inline-block;
  vertical-align: middle;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .05em;
  font-size: 18px;
  font-size: 1.8rem;
  width: 48%;
}
.cmn-detail .detail-sns li:first-child {
  border-right: 1px solid #dcd4cd;
}
.cmn-detail .detail-sns li a {
  display: block;
}
.cmn-detail .detail-sns li span {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  padding-right: 8px;
}
.cmn-detail .detail-sns .sns-twitter a {
  color: #1da1f2;
}
.cmn-detail .detail-sns .sns-twitter a:hover {
  color: #5ac0ff;
}
.cmn-detail .detail-sns .sns-facebook a {
  color: #3b5998;
}
.cmn-detail .detail-sns .sns-facebook a:hover {
  color: #5f7cba;
}

/*  pager
-------------------------*/
.cmn-pager-type01 {
  margin-top: 20px;
}
.cmn-pager-type01 .pager {
  width: 48%;
}
.cmn-pager-type01 .pager a {
  display: block;
  background: #fff;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #2d2116;
  line-height: 1.1;
  padding: 18px 14px;
}
.cmn-pager-type01 .pager a:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px;
          background-size: 10px;
}
.cmn-pager-type01 .pager-prev {
  text-align: right;
  float: left;
}
.cmn-pager-type01 .pager-prev a:after {
  left: 10px;
  background-image: url(https://clubby-sapporo.jp/sp/images/common/ico-prev02.png);
}
.cmn-pager-type01 .pager-next {
  float: right;
}
.cmn-pager-type01 .pager-next a:after {
  right: 10px;
  background-image: url(https://clubby-sapporo.jp/sp/images/common/ico-next02.png);
}

/*  archive list
-------------------------*/
.cmn-archivelist-type01 {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #dcd4cd;
}
.cmn-archivelist-type01 .ttl {
  color: #b19a84;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-archivelist-type01 li {
  margin-bottom: 12px;
}
.cmn-archivelist-type01 li:last-child {
  margin-bottom: 0;
}
.cmn-archivelist-type01 li a {
  display: block;
  background: #fff;
  color: #2d2116;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 11px 0 11px 30px;
}
.cmn-archivelist-type01 .cmn-btn-style01 .ico-arrow:after {
  top: 50%;
  left: 14px;
  margin-top: -4px;
  -webkit-background-size: 10px;
          background-size: 10px;
}

.cmn-archivelist-type02 ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.cmn-archivelist-type02 ul li:last-child {
  margin-bottom: 0;
}

.cmn-archivelist-type02 ul .thumb {
  float: left;
  width: 40%;
}

.cmn-archivelist-type02 ul .text {
  float: left;
  width: 60%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn-archivelist-type02 ul .title {
  padding-bottom: 10px;
}

/*  text box
-------------------------*/
.cmn-textbox01 {
  background: #ece8e4;
  padding: 20px 0;
}
.cmn-textbox01 .ttl {
  color: #b19a84;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 6px solid #b19a84;
}
.cmn-textbox01 .text {
  padding: 0 20px;
}

/*  nav
-------------------------*/
/*  btn
-------------------------*/
.cmn-btn a {
  display: inline-block;
  position: relative;
  -ms-word-break: break-all;
      word-break: break-all;
}

.cmn-btn-style01 a {
  color: #2d2116;
  padding: 12px 20px 12px 36px;
  background: #fff;
}

.cmn-btn-style01 .ico-arrow:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 18px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://clubby-sapporo.jp/sp/images/common/ico-next02.png);
  -webkit-background-size: 10px;
          background-size: 10px;
}

.cmn-btn-style01 .ico-pdf .icon-newspaper {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  left: 16px;
  color: #d8c6b4;
}

.cmn-btn-style02 {
  text-align: center;
}
.cmn-btn-style02 a {
  color: #2d2116;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://clubby-sapporo.jp/sp/images/common/ico-prev02.png);
  -webkit-background-size: 10px;
          background-size: 10px;
}

.cmn-btn-style03 {
  text-align: center;
}
.cmn-btn-style03 a {
  display: block;
  padding: 15px 0;
  color: #fff;
  background: #be920e;
}
.cmn-btn-style03 .icon-location {
  font-size: 16px;
  font-size: 1.6rem;
}

.cmn-btn-style04 a {
  color: #2d2116;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
  width: 100%;
  padding: 12px 0;
}

.cmn-btn-style04 .ico-arrow:after {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://clubby-sapporo.jp/sp/images/common/ico-next04.png);
  -webkit-background-size: 14px;
          background-size: 14px;
}

.cmn-btn-style05 {
  display: table;
  height: 60px;
}
.cmn-btn-style05 a {
  color: #fff;
  background: #be920e;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.cmn-btn-style05 .ico-arrow:after {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background: url(https://clubby-sapporo.jp/sp/images/common/ico-next03.png) no-repeat right center;
  -webkit-background-size: 14px;
          background-size: 14px;
}

.cmn-btn-style06 a {
  display: block;
  text-align: center;
  color: #70654b;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 13px 0;
  background: #fff;
}

.cmn-btn-style06 .ico-arrow span {
  display: inline-block;
  padding: 0 20px;
  background: url(https://clubby-sapporo.jp/sp/images/common/ico-next02.png) no-repeat right center;
  -webkit-background-size: 10px;
          background-size: 10px;
}

.cmn-btn-style06 .ico-pdf .icon-newspaper {
  position: absolute;
  top: 18px;
  left: 26px;
  color: #d8c6b4;
}

.cmn-btn-style06 .ico-pdf:hover .icon-newspaper {
  color: #fff;
}

.cmn-btn-more {
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.cmn-btn-more span {
  display: inline-block;
  position: relative;
  padding: 15px 0 15px 24px;
}
.cmn-btn-more span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #d8c6b4;
  border-right: 2px solid #d8c6b4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.ac-open .cmn-btn-more span:after {
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #d8c6b4;
  border-left: 2px solid #d8c6b4;
  margin-top: -2px;
}

/*  link block
-------------------------*/
.cmn-link-block {
  padding: 40px 0;
  text-align: center;
}

/*  amenities
-------------------------*/
.cmn-amenities-box .ttl {
  color: #b19a84;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 6px solid #b19a84;
}

.cmn-amenities-box .cmn-table table th {
  width: 28%;
}

/*  form
-------------------------*/
input, label, select {
  cursor: pointer;
  outline-style: none;
  display: block;
  border: none;
  line-height: 1.1;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* select */
.select-style01 {
  overflow: hidden;
  text-align: center;
  width: 70px;
  position: relative;
}
.select-style01:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #b19a84 transparent transparent transparent;
}
.select-style01 select {
  width: 130%;
  height: 36px;
  color: #2d2116;
  font-size: 15px;
  padding: 0 12px;
}

.select-style01.select-year {
  width: 90px;
}

/* check & radio */
.control-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.control-label {
  display: block;
  position: relative;
  padding-left: calc(16px + .6rem);
  will-change: transform;
}
.control-label:before, .control-label:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
}
.control-label:before {
  background: #fff;
  background-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.control-label:after {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: transform .3s ease;
          transition: transform .3s ease;
  will-change: transform;
}

.control-input[type=checkbox] + .control-label:after, .control-input[type=radio] + .control-label:after {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3d%22%23fff%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E);
}

.control-input[type=checkbox][disabled] + .control-label, .control-input[type=radio][disabled] + .control-label {
  cursor: not-allowed;
}

.control-input:checked + .control-label:after {
  transform: scale(1);
}

.control-label-style01 {
  color: #fff;
}
.control-label-style01:hover:before {
  background: #ddb337;
}

.control-label-style02 {
  color: #2d2116;
}
.control-label-style02:before {
  border: 1px solid #b19a84;
}
.control-label-style02:hover {
  color: #ddb337;
}
.control-label-style02:hover:before {
  background: #ddb337;
  border: none;
}

.control-input-style01:checked + .control-label-style01 {
  color: #be920e;
}
.control-input-style01:checked + .control-label-style01:before {
  background: #be920e;
}

.control-input-style02:checked + .control-label-style02:before {
  background: #b19a84;
}

/* submit */
.submit {
  position: relative;
}
.submit .icon-search {
  position: absolute;
}
.submit:hover .icon-search:before {
  color: #fff;
}

.submit-input-style01 {
  color: #fff;
  background: #874d16;
  width: 240px;
  height: 40px;
  font-size: 16px;
  letter-spacing: .1em;
}
.submit-input-style01:hover {
  background: #ddb337;
}

/*  icon font
-------------------------*/
.icon-note:before {
  content: "\266a";
}

.icon-note-beamed:before {
  content: "\266b";
}

.icon-music:before {
  content: "\1f3b5";
}

.icon-search:before {
  content: "\1f50d";
}

.icon-flashlight:before {
  content: "\1f526";
}

.icon-mail:before {
  content: "\2709";
}

.icon-heart:before {
  content: "\2665";
}

.icon-heart-empty:before {
  content: "\2661";
}

.icon-star:before {
  content: "\2605";
}

.icon-star-empty:before {
  content: "\2606";
}

.icon-user:before {
  content: "\1f464";
}

.icon-users:before {
  content: "\1f465";
}

.icon-user-add:before {
  content: "\e700";
}

.icon-video:before {
  content: "\1f3ac";
}

.icon-picture:before {
  content: "\1f304";
}

.icon-camera:before {
  content: "\1f4f7";
}

.icon-layout:before {
  content: "\268f";
}

.icon-menu:before {
  content: "\2630";
}

.icon-check:before {
  content: "\2713";
}

.icon-cancel:before {
  content: "\2715";
}

.icon-cancel-circled:before {
  content: "\2716";
}

.icon-cancel-squared:before {
  content: "\274e";
}

.icon-plus:before {
  content: "\2b";
}

.icon-plus-circled:before {
  content: "\2795";
}

.icon-plus-squared:before {
  content: "\229e";
}

.icon-minus:before {
  content: "\2d";
}

.icon-minus-circled:before {
  content: "\2796";
}

.icon-minus-squared:before {
  content: "\229f";
}

.icon-help:before {
  content: "\2753";
}

.icon-help-circled:before {
  content: "\e704";
}

.icon-info:before {
  content: "\2139";
}

.icon-info-circled:before {
  content: "\e705";
}

.icon-back:before {
  content: "\1f519";
}

.icon-home:before {
  content: "\2302";
}

.icon-link:before {
  content: "\1f517";
}

.icon-attach:before {
  content: "\1f4ce";
}

.icon-lock:before {
  content: "\1f512";
}

.icon-lock-open:before {
  content: "\1f513";
}

.icon-eye:before {
  content: "\e70a";
}

.icon-tag:before {
  content: "\e70c";
}

.icon-bookmark:before {
  content: "\1f516";
}

.icon-bookmarks:before {
  content: "\1f4d1";
}

.icon-flag:before {
  content: "\2691";
}

.icon-thumbs-up:before {
  content: "\1f44d";
}

.icon-thumbs-down:before {
  content: "\1f44e";
}

.icon-download:before {
  content: "\1f4e5";
}

.icon-upload:before {
  content: "\1f4e4";
}

.icon-upload-cloud:before {
  content: "\e711";
}

.icon-reply:before {
  content: "\e712";
}

.icon-reply-all:before {
  content: "\e713";
}

.icon-forward:before {
  content: "\27a6";
}

.icon-quote:before {
  content: "\275e";
}

.icon-code:before {
  content: "\e714";
}

.icon-export:before {
  content: "\e715";
}

.icon-pencil:before {
  content: "\270e";
}

.icon-feather:before {
  content: "\2712";
}

.icon-print:before {
  content: "\e716";
}

.icon-retweet:before {
  content: "\e717";
}

.icon-keyboard:before {
  content: "\2328";
}

.icon-comment:before {
  content: "\e718";
}

.icon-chat:before {
  content: "\e720";
}

.icon-bell:before {
  content: "\1f514";
}

.icon-attention:before {
  content: "\26a0";
}

.icon-alert:before {
  content: "\1f4a5";
}

.icon-vcard:before {
  content: "\e722";
}

.icon-address:before {
  content: "\e723";
}

.icon-location:before {
  content: "\e724";
}

.icon-map:before {
  content: "\e727";
}

.icon-direction:before {
  content: "\27a2";
}

.icon-compass:before {
  content: "\e728";
}

.icon-cup:before {
  content: "\2615";
}

.icon-trash:before {
  content: "\e729";
}

.icon-doc:before {
  content: "\e730";
}

.icon-docs:before {
  content: "\e736";
}

.icon-doc-landscape:before {
  content: "\e737";
}

.icon-doc-text:before {
  content: "\1f4c4";
}

.icon-doc-text-inv:before {
  content: "\e731";
}

.icon-newspaper:before {
  content: "\1f4f0";
}

.icon-book-open:before {
  content: "\1f4d6";
}

.icon-book:before {
  content: "\1f4d5";
}

.icon-folder:before {
  content: "\1f4c1";
}

.icon-archive:before {
  content: "\e738";
}

.icon-box:before {
  content: "\1f4e6";
}

.icon-rss:before {
  content: "\e73a";
}

.icon-phone:before {
  content: "\1f4de";
}

.icon-cog:before {
  content: "\2699";
}

.icon-tools:before {
  content: "\2692";
}

.icon-share:before {
  content: "\e73c";
}

.icon-shareable:before {
  content: "\e73e";
}

.icon-basket:before {
  content: "\e73d";
}

.icon-bag:before {
  content: "\1f45c";
}

.icon-calendar:before {
  content: "\1f4c5";
}

.icon-login:before {
  content: "\e740";
}

.icon-logout:before {
  content: "\e741";
}

.icon-mic:before {
  content: "\1f3a4";
}

.icon-mute:before {
  content: "\1f507";
}

.icon-sound:before {
  content: "\1f50a";
}

.icon-volume:before {
  content: "\e742";
}

.icon-clock:before {
  content: "\1f554";
}

.icon-hourglass:before {
  content: "\23f3";
}

.icon-lamp:before {
  content: "\1f4a1";
}

.icon-light-down:before {
  content: "\1f505";
}

.icon-light-up:before {
  content: "\1f506";
}

.icon-adjust:before {
  content: "\25d1";
}

.icon-block:before {
  content: "\1f6ab";
}

.icon-resize-full:before {
  content: "\e744";
}

.icon-resize-small:before {
  content: "\e746";
}

.icon-popup:before {
  content: "\e74c";
}

.icon-publish:before {
  content: "\e74d";
}

.icon-window:before {
  content: "\e74e";
}

.icon-arrow-combo:before {
  content: "\e74f";
}

.icon-down-circled:before {
  content: "\e758";
}

.icon-left-circled:before {
  content: "\e759";
}

.icon-right-circled:before {
  content: "\e75a";
}

.icon-up-circled:before {
  content: "\e75b";
}

.icon-down-open:before {
  content: "\e75c";
}

.icon-left-open:before {
  content: "\e75d";
}

.icon-right-open:before {
  content: "\e75e";
}

.icon-up-open:before {
  content: "\e75f";
}

.icon-down-open-mini:before {
  content: "\e760";
}

.icon-left-open-mini:before {
  content: "\e761";
}

.icon-right-open-mini:before {
  content: "\e762";
}

.icon-up-open-mini:before {
  content: "\e763";
}

.icon-down-open-big:before {
  content: "\e764";
}

.icon-left-open-big:before {
  content: "\e765";
}

.icon-right-open-big:before {
  content: "\e766";
}

.icon-up-open-big:before {
  content: "\e767";
}

.icon-down:before {
  content: "\2b07";
}

.icon-left:before {
  content: "\2b05";
}

.icon-right:before {
  content: "\27a1";
}

.icon-up:before {
  content: "\2b06";
}

.icon-down-dir:before {
  content: "\25be";
}

.icon-left-dir:before {
  content: "\25c2";
}

.icon-right-dir:before {
  content: "\25b8";
}

.icon-up-dir:before {
  content: "\25b4";
}

.icon-down-bold:before {
  content: "\e4b0";
}

.icon-left-bold:before {
  content: "\e4ad";
}

.icon-right-bold:before {
  content: "\e4ae";
}

.icon-up-bold:before {
  content: "\e4af";
}

.icon-down-thin:before {
  content: "\2193";
}

.icon-left-thin:before {
  content: "\2190";
}

.icon-right-thin:before {
  content: "\2192";
}

.icon-up-thin:before {
  content: "\2191";
}

.icon-ccw:before {
  content: "\27f2";
}

.icon-cw:before {
  content: "\27f3";
}

.icon-arrows-ccw:before {
  content: "\1f504";
}

.icon-level-down:before {
  content: "\21b3";
}

.icon-level-up:before {
  content: "\21b0";
}

.icon-shuffle:before {
  content: "\1f500";
}

.icon-loop:before {
  content: "\1f501";
}

.icon-switch:before {
  content: "\21c6";
}

.icon-play:before {
  content: "\25b6";
}

.icon-stop:before {
  content: "\25a0";
}

.icon-pause:before {
  content: "\2389";
}

.icon-record:before {
  content: "\26ab";
}

.icon-to-end:before {
  content: "\23ed";
}

.icon-to-start:before {
  content: "\23ee";
}

.icon-fast-forward:before {
  content: "\23e9";
}

.icon-fast-backward:before {
  content: "\23ea";
}

.icon-progress-0:before {
  content: "\e768";
}

.icon-progress-1:before {
  content: "\e769";
}

.icon-progress-2:before {
  content: "\e76a";
}

.icon-progress-3:before {
  content: "\e76b";
}

.icon-target:before {
  content: "\1f3af";
}

.icon-palette:before {
  content: "\1f3a8";
}

.icon-list:before {
  content: "\e005";
}

.icon-list-add:before {
  content: "\e003";
}

.icon-signal:before {
  content: "\1f4f6";
}

.icon-trophy:before {
  content: "\1f3c6";
}

.icon-battery:before {
  content: "\1f50b";
}

.icon-back-in-time:before {
  content: "\e771";
}

.icon-monitor:before {
  content: "\1f4bb";
}

.icon-mobile:before {
  content: "\1f4f1";
}

.icon-network:before {
  content: "\e776";
}

.icon-cd:before {
  content: "\1f4bf";
}

.icon-inbox:before {
  content: "\e777";
}

.icon-install:before {
  content: "\e778";
}

.icon-globe:before {
  content: "\1f30e";
}

.icon-cloud:before {
  content: "\2601";
}

.icon-cloud-thunder:before {
  content: "\26c8";
}

.icon-flash:before {
  content: "\26a1";
}

.icon-moon:before {
  content: "\263d";
}

.icon-flight:before {
  content: "\2708";
}

.icon-paper-plane:before {
  content: "\e79b";
}

.icon-leaf:before {
  content: "\1f342";
}

.icon-lifebuoy:before {
  content: "\e788";
}

.icon-mouse:before {
  content: "\e789";
}

.icon-briefcase:before {
  content: "\1f4bc";
}

.icon-suitcase:before {
  content: "\e78e";
}

.icon-dot:before {
  content: "\e78b";
}

.icon-dot-2:before {
  content: "\e78c";
}

.icon-dot-3:before {
  content: "\e78d";
}

.icon-brush:before {
  content: "\e79a";
}

.icon-magnet:before {
  content: "\e7a1";
}

.icon-infinity:before {
  content: "\221e";
}

.icon-erase:before {
  content: "\232b";
}

.icon-chart-pie:before {
  content: "\e751";
}

.icon-chart-line:before {
  content: "\1f4c8";
}

.icon-chart-bar:before {
  content: "\1f4ca";
}

.icon-chart-area:before {
  content: "\1f53e";
}

.icon-tape:before {
  content: "\2707";
}

.icon-graduation-cap:before {
  content: "\1f393";
}

.icon-language:before {
  content: "\e752";
}

.icon-ticket:before {
  content: "\1f3ab";
}

.icon-water:before {
  content: "\1f4a6";
}

.icon-droplet:before {
  content: "\1f4a7";
}

.icon-air:before {
  content: "\e753";
}

.icon-credit-card:before {
  content: "\1f4b3";
}

.icon-floppy:before {
  content: "\1f4be";
}

.icon-clipboard:before {
  content: "\1f4cb";
}

.icon-megaphone:before {
  content: "\1f4e3";
}

.icon-database:before {
  content: "\e754";
}

.icon-drive:before {
  content: "\e755";
}

.icon-bucket:before {
  content: "\e756";
}

.icon-thermometer:before {
  content: "\e757";
}

.icon-key:before {
  content: "\1f511";
}

.icon-flow-cascade:before {
  content: "\e790";
}

.icon-flow-branch:before {
  content: "\e791";
}

.icon-flow-tree:before {
  content: "\e792";
}

.icon-flow-line:before {
  content: "\e793";
}

.icon-flow-parallel:before {
  content: "\e794";
}

.icon-rocket:before {
  content: "\1f680";
}

.icon-gauge:before {
  content: "\e7a2";
}

.icon-traffic-cone:before {
  content: "\e7a3";
}

.icon-cc:before {
  content: "\e7a5";
}

.icon-cc-by:before {
  content: "\e7a6";
}

.icon-cc-nc:before {
  content: "\e7a7";
}

.icon-cc-nc-eu:before {
  content: "\e7a8";
}

.icon-cc-nc-jp:before {
  content: "\e7a9";
}

.icon-cc-sa:before {
  content: "\e7aa";
}

.icon-cc-nd:before {
  content: "\e7ab";
}

.icon-cc-pd:before {
  content: "\e7ac";
}

.icon-cc-zero:before {
  content: "\e7ad";
}

.icon-cc-share:before {
  content: "\e7ae";
}

.icon-cc-remix:before {
  content: "\e7af";
}

.icon-github:before {
  content: "\f300";
}

.icon-github-circled:before {
  content: "\f301";
}

.icon-flickr:before {
  content: "\f303";
}

.icon-flickr-circled:before {
  content: "\f304";
}

.icon-vimeo:before {
  content: "\f306";
}

.icon-vimeo-circled:before {
  content: "\f307";
}

.icon-twitter:before {
  content: "\f309";
}

.icon-twitter-circled:before {
  content: "\f30a";
}

.icon-facebook:before {
  content: "\f30c";
}

.icon-facebook-circled:before {
  content: "\f30d";
}

.icon-facebook-squared:before {
  content: "\f30e";
}

.icon-gplus:before {
  content: "\f30f";
}

.icon-gplus-circled:before {
  content: "\f310";
}

.icon-pinterest:before {
  content: "\f312";
}

.icon-pinterest-circled:before {
  content: "\f313";
}

.icon-tumblr:before {
  content: "\f315";
}

.icon-tumblr-circled:before {
  content: "\f316";
}

.icon-linkedin:before {
  content: "\f318";
}

.icon-linkedin-circled:before {
  content: "\f319";
}

.icon-dribbble:before {
  content: "\f31b";
}

.icon-dribbble-circled:before {
  content: "\f31c";
}

.icon-stumbleupon:before {
  content: "\f31e";
}

.icon-stumbleupon-circled:before {
  content: "\f31f";
}

.icon-lastfm:before {
  content: "\f321";
}

.icon-lastfm-circled:before {
  content: "\f322";
}

.icon-rdio:before {
  content: "\f324";
}

.icon-rdio-circled:before {
  content: "\f325";
}

.icon-spotify:before {
  content: "\f327";
}

.icon-spotify-circled:before {
  content: "\f328";
}

.icon-qq:before {
  content: "\f32a";
}

.icon-instagrem:before {
  content: "\f32d";
}

.icon-dropbox:before {
  content: "\f330";
}

.icon-evernote:before {
  content: "\f333";
}

.icon-flattr:before {
  content: "\f336";
}

.icon-skype:before {
  content: "\f339";
}

.icon-skype-circled:before {
  content: "\f33a";
}

.icon-renren:before {
  content: "\f33c";
}

.icon-sina-weibo:before {
  content: "\f33f";
}

.icon-paypal:before {
  content: "\f342";
}

.icon-picasa:before {
  content: "\f345";
}

.icon-soundcloud:before {
  content: "\f348";
}

.icon-mixi:before {
  content: "\f34b";
}

.icon-behance:before {
  content: "\f34e";
}

.icon-google-circles:before {
  content: "\f351";
}

.icon-vkontakte:before {
  content: "\f354";
}

.icon-smashing:before {
  content: "\f357";
}

.icon-sweden:before {
  content: "\f601";
}

.icon-db-shape:before {
  content: "\f600";
}

.icon-logo-db:before {
  content: "\f603";
}

/*------------------------------------------
  slick
------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider button {
  cursor: pointer;
  background: none;
  border: none;
  outline-style: none;
  text-indent: -9999px;
  overflow: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-style01 .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 15px;
  height: 26px;
}

.slider-style01 .slick-prev {
  left: 10px;
  background: url(https://clubby-sapporo.jp/sp/images/common/ico-prev01.png) no-repeat;
  -webkit-background-size: 15px;
          background-size: 15px;
}

.slider-style01 .slick-next {
  right: 10px;
  background: url(https://clubby-sapporo.jp/sp/images/common/ico-next01.png) no-repeat;
  -webkit-background-size: 15px;
          background-size: 15px;
}

.slider-style01 .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5px;
}
.slider-style01 .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slider-style01 .slick-dots button {
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.slider-style01 .slick-dots .slick-active button {
  background: #be920e;
}

/*------------------------------------------
  notfound
------------------------------------------*/
.BD-notfound {
  font-size: 12px;
  font-size: 1.2rem;
}
.BD-notfound .cmn-page-title {
  border-bottom: none;
}
.BD-notfound .cmn-page-title:after {
  content: none;
}
.BD-notfound .error-txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.BD-notfound .txt-list li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.BD-notfound .txt-list li:last-child {
  margin-bottom: 0;
}
.BD-notfound .txt-list li:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #dcd4cd;
  left: 0;
  top: .8em;
  position: absolute;
}
.BD-notfound .cmn-btn-style02 {
  border-top: 1px solid #dcd4cd;
  padding-top: 40px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .cmn-site-header, .header-nav, .cmn-column, .cmn-column .column-contents, .cmn-itemlist ul, .cmn-detail .detail-entry, .cmn-pager-type01, .cmn-archivelist-type02 ul li {
  *zoom: 1;
}
.clearfix:after, .cmn-site-header:after, .header-nav:after, .cmn-column:after, .cmn-column .column-contents:after, .cmn-itemlist ul:after, .cmn-detail .detail-entry:after, .cmn-pager-type01:after, .cmn-archivelist-type02 ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}