@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url(https://code.ionicframework.com/ionicons/1.4.1/css/ionicons.min.css);
#footer .con_f_banner ul, #footer .con_footer .box_footer {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #footer .con_f_banner ul, #footer .con_footer .box_footer {
    width: 95%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #887156;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
    width: 100%;
    overflow: hidden;
  }
}
body a {
  color: #887156;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #887156;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body,
pre,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
    margin: 30px 30px 0;
  }
}
@media print {
  #page {
    font-size: 100% !important;
    margin: 30px 30px 0;
  }
}
.ie8 #page {
  font-size: 100% !important;
  margin: 30px 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page {
    margin: 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    font-size: 90% !important;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: absolute;
  width: 95%;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #header {
    top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  body.drawer_open #header .con_header .logo,
  body.drawer_open #header .con_header .logo_fix {
    margin-right: 34.3333%;
  }
}
@media print {
  body.drawer_open #header .con_header .logo,
  body.drawer_open #header .con_header .logo_fix {
    margin-right: 34.3333%;
  }
}
.ie8 body.drawer_open #header .con_header .logo, .ie8
body.drawer_open #header .con_header .logo_fix {
  margin-right: 34.3333%;
}
@media only screen and (max-width: 767px) {
  body.drawer_open #header {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate(0);
  }
  body.drawer_open #header .con_header .logo {
    display: none;
  }
}
#header.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
#header.fixed .con_header {
  padding: 1em 1.5em;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#header.fixed .con_header .logo {
  display: none;
}
#header.fixed .con_header .logo_fix {
  display: block;
}
#header.fixed .con_header > ul {
  top: 3.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header.fixed .con_header > ul {
    top: 2.2em;
  }
}
#header.fixed .con_header .box_tel h1 {
  display: none;
}
#header.fixed .con_header .box_tel .txt_tel {
  color: #887156;
}
#header.fixed #gnav {
  display: none;
}
#header.fixed .drawer_menu .drawer_button {
  top: 1.1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1420px) {
  #header.fixed .drawer_menu .drawer_button {
    top: 1.4em;
  }
}
@media print {
  #header.fixed .drawer_menu .drawer_button {
    top: 1.4em;
  }
}
.ie8 #header.fixed .drawer_menu .drawer_button {
  top: 1.4em;
}
@media only screen and (min-width: 768px) {
  #header .con_header {
    padding: 1.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  #header .con_header {
    padding: 1.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 #header .con_header {
  padding: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#header .con_header .box_tel {
  color: #fff;
  width: 32.33333%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_tel {
    width: 50%;
    order: 1;
  }
}
#header .con_header .box_tel h1 {
  font-weight: normal;
  font-size: 86%;
}
#header .con_header .box_tel h1 br {
  display: none;
}
#header .con_header .box_tel .txt_tel {
  font-family: "EB Garamond", serif;
  font-size: 186%;
}
#header .con_header .logo,
#header .con_header .logo_fix {
  width: 33.33333%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .logo,
  #header .con_header .logo_fix {
    width: 100%;
    margin: 30px auto 5px;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo,
  #header .con_header .logo_fix {
    width: 75%;
    text-align: left;
  }
}
#header .con_header .logo img,
#header .con_header .logo_fix img {
  max-width: 368px;
  max-height: 38px;
  height: auto;
}
#header .con_header .logo .wed,
#header .con_header .logo_fix .wed {
  color: #e6bccf;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 258%;
  display: inline-block;
  transform: rotate(-13deg);
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo .wed,
  #header .con_header .logo_fix .wed {
    margin-left: 0.2em;
    margin-top: 10px;
    font-size: 322%;
  }
}
#header .con_header .logo_fix {
  display: none;
}
#header .con_header > ul {
  width: 33.33333%;
  text-align: right;
  padding-right: 4.2em;
}
@media only screen and (max-width: 767px) {
  #header .con_header > ul {
    width: 100%;
    text-align: left;
    display: none;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.drawer_open #header .con_header > ul {
    position: fixed;
    z-index: 1001;
    right: 4em;
  }
}
@media print {
  body.drawer_open #header .con_header > ul {
    position: fixed;
    z-index: 1001;
    right: 4em;
  }
}
.ie8 body.drawer_open #header .con_header > ul {
  position: fixed;
  z-index: 1001;
  right: 4em;
}
@media only screen and (max-width: 767px) {
  body.drawer_open #header .con_header > ul {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header > ul {
    width: 50%;
    order: 2;
  }
}
#header .con_header > ul li {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
#header .con_header > ul li a {
  display: block;
  background: #ece8da;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 1em 0.5em 1em 0.7em;
  letter-spacing: 0.1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 115%;
}
@media only screen and (min-width: 1025px) {
  #header .con_header > ul li a:hover {
    background: #998670;
    color: #fff;
  }
}
@media print {
  #header .con_header > ul li a:hover {
    background: #998670;
    color: #fff;
  }
}
.ie8 #header .con_header > ul li a:hover {
  background: #998670;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header .con_header > ul li a {
    border: 1px solid #887156;
  }
}
#header .con_header > ul li a img {
  width: 19px;
}
@media only screen and (max-width: 767px) {
  #header .con_header > ul li a img {
    width: 14px;
  }
}
#header .con_header > ul li.btn_fair a {
  border: 3px solid #b29626;
  background: #c19d0e;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #header .con_header > ul li.btn_fair a:hover {
    background: #b29626;
  }
}
@media print {
  #header .con_header > ul li.btn_fair a:hover {
    background: #b29626;
  }
}
.ie8 #header .con_header > ul li.btn_fair a:hover {
  background: #b29626;
}
@media only screen and (max-width: 767px) {
  #header .con_header > ul li.btn_fair a {
    border: 1px solid #b29626;
  }
}
#header #gnav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-shadow: 3px 0 7px rgba(0, 0, 0, 0.7);
}
#header #gnav ul li a {
  display: inline-block;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 129%;
}
@media only screen and (min-width: 1025px) {
  #header #gnav ul li a:hover:after {
    width: 100%;
  }
}
@media print {
  #header #gnav ul li a:hover:after {
    width: 100%;
  }
}
.ie8 #header #gnav ul li a:hover:after {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav ul li a {
    padding: 0 2px;
    font-size: 108%;
    letter-spacing: 0;
  }
}
#header #gnav ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu {
    z-index: -2;
  }
}
#header .drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_bg {
    display: none !important;
  }
}
#header .drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 7px 0;
  width: 60px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 1.6em;
  right: 1em;
  z-index: 1001;
  text-align: center;
  outline: none;
  color: #fff;
  background: #887156;
  border: 3px solid #998670;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_button {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_button {
    z-index: 999999;
    position: fixed;
    top: 10px;
    right: 10px;
    border: none;
    padding: 4px 0;
  }
}
#header .drawer_menu .drawer_button .drawer_bar {
  width: 23px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #header .drawer_menu .drawer_button.active {
    position: fixed;
    top: 3.8em;
    right: 50px;
  }
}
@media print {
  #header .drawer_menu .drawer_button.active {
    position: fixed;
    top: 3.8em;
    right: 50px;
  }
}
.ie8 #header .drawer_menu .drawer_button.active {
  position: fixed;
  top: 3.8em;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_button.active {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_button.active {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}
#header .drawer_menu .drawer_button.active .drawer_bar {
  width: 23px;
}
#header .drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(37deg);
}
#header .drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}
#header .drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-37deg);
}
#header .drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}
#header .drawer_menu .drawer_button.active .drawer_close {
  display: block;
}
#header .drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
#header .drawer_menu .drawer_text {
  text-align: center;
  font-size: 12px;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_text {
    font-size: 79%;
  }
}
#header .drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
#header .drawer_menu .drawer_menu_text {
  display: block;
}
#header .drawer_menu .drawer_nav_wrapper {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #header .drawer_menu .drawer_nav_wrapper {
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper {
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper {
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper {
    padding: 8% 2% 1%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper {
    padding: 8% 2% 1%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper {
  padding: 8% 2% 1%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper {
    padding: 15% 2% 3%;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper {
    transform: translate(110%);
    background: #fff;
    padding: 20% 2.5%;
    display: none;
  }
}
#header .drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper.open {
    display: block;
    height: auto;
    width: 100%;
  }
}
#header .drawer_menu .drawer_nav_wrapper .top {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .top {
    border-bottom: 1px solid #fff;
  }
}
#header .drawer_menu .drawer_nav_wrapper .top a {
  font-size: 129%;
  letter-spacing: 0.4em;
  color: #1b1919;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .top a:hover:after {
    width: 100%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .top a:hover:after {
    width: 100%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .top a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .top a {
    font-size: 115%;
    display: block;
    background: #ece8da;
    padding: 1em;
    letter-spacing: 0.1em;
  }
  #header .drawer_menu .drawer_nav_wrapper .top a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
    color: #998670;
  }
}
#header .drawer_menu .drawer_nav_wrapper .top a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #1b1919;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main {
    width: 80%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_main {
    width: 80%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_main {
  width: 80%;
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box {
  width: 23%;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box {
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #fff;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .img {
    opacity: 0.4;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .txt:after {
    width: 100%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .img {
    opacity: 0.4;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .txt:after {
    width: 100%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .img {
  opacity: 0.4;
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:hover .txt:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a {
    display: block;
    background: #ece8da;
    padding: 1em;
    letter-spacing: 0.1em;
    position: relative;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
    color: #998670;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .img {
    display: none;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .txt {
  padding: 10px 0;
  position: relative;
  font-size: 115%;
  color: #1b1919;
  letter-spacing: 0.4em;
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .txt.long {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .txt {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .txt {
    letter-spacing: 0;
    padding: 0;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_first a .txt:after {
  content: "";
  width: 0;
  height: 2px;
  background: #1b1919;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second {
    display: none;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a {
  font-size: 108%;
  color: #1b1919;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 0 10px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a:hover:after {
    width: 100%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a:hover:after {
    width: 100%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a:hover:after {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a {
    letter-spacing: 0.1em;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a:before {
  content: "-";
  margin-right: 3px;
}
#header .drawer_menu .drawer_nav_wrapper .nav_main .box .box_second li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #1b1919;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub {
    width: 20%;
    padding-left: 3%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub {
    width: 20%;
    padding-left: 3%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_sub {
  width: 20%;
  padding-left: 3%;
}
@media only screen and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub {
    margin: 0 auto;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_sub li {
  margin: 5px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li:last-child {
    margin: 5px 5px 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li:last-child {
    margin: 0 0 0 auto;
    border-right: none !important;
    border-left: 2px solid #fbf9f1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid #fbf9f1;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li:first-child a {
    padding-top: 20px;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li:nth-child(odd) {
    border-right: 2px solid #fbf9f1;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_sub li a {
  font-size: 115%;
  color: #1b1919;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  letter-spacing: 0.2em;
  padding: 5px 0;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li a:hover:after {
    width: 100%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li a:hover:after {
    width: 100%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_sub li a:hover:after {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li a {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_sub li a {
    letter-spacing: 0;
    font-size: 100%;
    display: block;
    padding: 1em 0.5em;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_sub li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #1b1919;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#header .drawer_menu .drawer_nav_wrapper .nav_sub li a .fa-clone {
  width: 16px;
  height: 16px;
  margin-left: .4em;
}
#header .drawer_menu .drawer_nav_wrapper .nav_others {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_others {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others {
    margin: 1.5em auto;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts {
  width: 33%;
  margin-right: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts {
    width: 90%;
    margin: 0 auto 10px;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
  display: block;
  background: #755e42;
  border: 3px solid #a18e79;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.2em;
  font-size: 129%;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
    height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
    font-size: 108%;
  }
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a:hover {
    background: #50371a;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a:hover {
    background: #50371a;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a:hover {
  background: #50371a;
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hosts a img {
  width: 12px;
  margin-top: 3px;
  margin-left: 10px;
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel {
  width: 33%;
  margin-right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
  display: block;
  background: #283a54;
  border: 3px solid #a18e79;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.2em;
  font-size: 129%;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
    height: 85px;
  }
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a:hover {
    background: #19273b;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a:hover {
    background: #19273b;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a:hover {
  background: #19273b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a {
    font-size: 108%;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a img {
  width: 45px;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a img {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a img {
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others .btn_hotel a img {
    max-width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others dl {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others dl {
    text-align: center;
  }
}
#header .drawer_menu .drawer_nav_wrapper .nav_others dl dt,
#header .drawer_menu .drawer_nav_wrapper .nav_others dl dd {
  display: inline-block;
}
#header .drawer_menu .drawer_nav_wrapper .nav_others dl dt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 129%;
  margin-right: 5px;
  color: #1b1919;
}
#header .drawer_menu .drawer_nav_wrapper .nav_others dl dd a {
  color: #1b1919;
  font-size: 215%;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  #header .drawer_menu .drawer_nav_wrapper .nav_others dl dd a:hover {
    color: #d11848;
  }
}
@media print {
  #header .drawer_menu .drawer_nav_wrapper .nav_others dl dd a:hover {
    color: #d11848;
  }
}
.ie8 #header .drawer_menu .drawer_nav_wrapper .nav_others dl dd a:hover {
  color: #d11848;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
}
#footer .con_f_banner {
  background: #f1f1f1;
  position: relative;
  padding: 30px 0 70px;
}
@media only screen and (max-width: 767px) {
  #footer .con_f_banner {
    padding-bottom: 15%;
  }
}
#footer .con_f_banner:before {
  content: "";
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YThhOCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGE4YTgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(168, 168, 168, 0.2)), color-stop(100%, rgba(168, 168, 168, 0)));
  background: -moz-linear-gradient(rgba(168, 168, 168, 0.2), rgba(168, 168, 168, 0));
  background: -webkit-linear-gradient(rgba(168, 168, 168, 0.2), rgba(168, 168, 168, 0));
  background: linear-gradient(rgba(168, 168, 168, 0.2), rgba(168, 168, 168, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33A8A8A8', endColorstr='#00A8A8A8');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#footer .con_f_banner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #footer .con_f_banner ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .con_f_banner ul li {
  width: 24%;
  padding: 10px 5px;
  background: #ebe9e6;
}
@media only screen and (max-width: 767px) {
  #footer .con_f_banner ul li {
    padding: 5px;
    width: 49%;
    margin-bottom: 10px;
  }
}
#footer .con_f_banner ul li a {
  display: block;
  border: 1px solid #d5d5d5;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTdlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e7e2));
  background: -moz-linear-gradient(#ffffff, #e9e7e2);
  background: -webkit-linear-gradient(#ffffff, #e9e7e2);
  background: linear-gradient(#ffffff, #e9e7e2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE9E7E2');
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #footer .con_f_banner ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_f_banner ul li a:hover {
    opacity: 0.5;
  }
}
@media print {
  #footer .con_f_banner ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_f_banner ul li a:hover {
    opacity: 0.5;
  }
}
.ie8 #footer .con_f_banner ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #footer .con_f_banner ul li a:hover {
  opacity: 0.5;
}
#footer .con_f_banner ul li a .box_txt .en {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 129%;
  letter-spacing: 0.075em;
}
#footer .con_f_banner ul li a .box_txt .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_f_banner ul li a .box_txt .txt {
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_banner ul li a .box_txt .txt {
    letter-spacing: 0;
  }
}
#footer .pgtop {
  width: 67px;
  height: 67px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: -34px;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop {
    width: 47px;
    height: 47px;
    margin-top: -24px;
  }
}
#footer .pgtop a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0.1s;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 10px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.4);
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.4);
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  #footer .pgtop a:hover .wrp {
    background: #998670;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0.1s;
  }
  #footer .pgtop a:hover .wrp:before {
    background: #fff;
  }
  #footer .pgtop a:hover .wrp > span:before {
    color: #fff;
  }
  #footer .pgtop a:hover .wrp > span:after {
    background: #fff;
  }
}
@media print {
  #footer .pgtop a:hover .wrp {
    background: #998670;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0.1s;
  }
  #footer .pgtop a:hover .wrp:before {
    background: #fff;
  }
  #footer .pgtop a:hover .wrp > span:before {
    color: #fff;
  }
  #footer .pgtop a:hover .wrp > span:after {
    background: #fff;
  }
}
.ie8 #footer .pgtop a:hover .wrp {
  background: #998670;
  color: #fff !important;
  transition: all 0.3s ease-in-out 0.1s;
}
.ie8 #footer .pgtop a:hover .wrp:before {
  background: #fff;
}
.ie8 #footer .pgtop a:hover .wrp > span:before {
  color: #fff;
}
.ie8 #footer .pgtop a:hover .wrp > span:after {
  background: #fff;
}
#footer .pgtop a .wrp {
  padding: 20% 5px 5%;
  position: relative;
  display: block;
  color: #ece8da;
  letter-spacing: 0.2em;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .pgtop a .wrp {
    padding: 15% 5px 5%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a .wrp {
    padding: 20% 0 0;
  }
}
#footer .pgtop a .wrp:before {
  content: "";
  background: #673f18;
  height: 1px;
  width: 12px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0.1s;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a .wrp:before {
    top: 11%;
  }
}
#footer .pgtop a .wrp > span {
  display: inline-block;
  position: relative;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a .wrp > span {
    padding-top: 30px;
  }
}
#footer .pgtop a .wrp > span:before {
  content: "▲";
  color: #673f18;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  transition: all 0.3s ease-in-out 0.1s;
  font-family: sans-serif;
  transform: scale(0.9);
}
#footer .pgtop a .wrp > span:after {
  content: "";
  background: #673f18;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0.1s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .pgtop a .wrp > span:after {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a .wrp > span:after {
    top: 7px;
    height: 20px;
  }
}
#footer .con_footer {
  background: url(../images/footer/bg_footer.jpg) center bottom no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    background: #948752;
  }
}
#footer .con_footer .box_footer .box_sitemap {
  display: -webkit-flex;
  display: flex;
  padding: 90px 0 60px;
}
#footer .con_footer .box_footer .box_sitemap > li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 1em;
}
#footer .con_footer .box_footer .box_sitemap > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .con_footer .box_footer .box_sitemap > li a {
  color: #fff;
  font-size: 93%;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_sitemap > li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_sitemap > li a:hover {
    color: #d2ac13;
  }
}
@media print {
  #footer .con_footer .box_footer .box_sitemap > li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_sitemap > li a:hover {
    color: #d2ac13;
  }
}
.ie8 #footer .con_footer .box_footer .box_sitemap > li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #footer .con_footer .box_footer .box_sitemap > li a:hover {
  color: #d2ac13;
}
#footer .con_footer .box_footer .box_sitemap > li a.ic_link {
  display: flex;
  align-items: center;
}
#footer .con_footer .box_footer .box_sitemap > li a.ic_link .ic {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
#footer .con_footer .box_footer .box_sitemap > li a.ic_link .ic svg {
  width: 100%;
  fill: #fff;
}
#footer .con_footer .box_footer .box_sitemap > li a .fa-clone {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}
#footer .con_footer .box_footer .box_sitemap > li ul li {
  padding: 7px 0;
}
#footer .con_footer .box_footer .box_sitemap > li ul li dl dt {
  padding-bottom: 3px;
}
#footer .con_footer .box_footer .box_sitemap > li ul li dl dd {
  padding: 1px 0 1px 10px;
}
#footer .con_footer .box_footer .box_sitemap > li ul li dl dd:before {
  content: "-";
  margin-right: 3px;
  color: #fff;
}
#footer .con_footer .box_footer .box_information {
  background: #fff;
  max-width: 1200px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information {
    background: none;
    padding: 60px 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_information .wrp_information {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information {
  display: -webkit-flex;
  display: flex;
}
#footer .con_footer .box_footer .box_information .wrp_information .box {
  border-right: 1px solid #cabb89;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    align-items: center;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information .box {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    align-items: center;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box {
    width: 50%;
    padding: 3% 2% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box {
    border-right: none;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box .logo {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo {
    width: 30%;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo {
    width: 30%;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo a:hover {
    opacity: 0.7;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .logo {
  width: 30%;
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .logo a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .logo a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box .logo {
    margin-bottom: 20px;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box .logo img {
  max-width: 113px;
}
#footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
  color: #673f18;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .name {
    font-size: 108%;
    margin-bottom: 0.2em;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .vacation {
    color: #ab881e;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .name {
    font-size: 108%;
    margin-bottom: 0.2em;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .vacation {
    color: #ab881e;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .name {
  font-size: 108%;
  margin-bottom: 0.2em;
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .vacation {
  color: #ab881e;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
    text-align: center;
    padding-top: 0.5em;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .name {
    font-size: 108%;
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box .box_txt .name {
    font-size: 120%;
    margin-bottom: 0.6em;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box .box_txt address a {
  color: #fff;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv {
  width: 50%;
  padding-left: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv {
    width: 50%;
    padding: 3% 2% 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv {
    width: 100%;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv .box_tel {
  font-family: "EB Garamond", serif;
  color: #ab881e;
  font-size: 200%;
  max-width: 410px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv .box_tel {
    color: #fff;
    max-width: 100%;
    text-align: center;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv .box_tel .tel-link {
  margin-left: 10px;
  display: inline-block;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv .box_tel a {
  color: #ab881e;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv .box_tel a {
    color: #fff;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv .email a {
  color: #673f18;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv .email a {
    color: #fff;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul {
  max-width: 410px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul {
    justify-content: center;
  }
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li {
  width: 32.83333%;
  text-align: center;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a {
  display: block;
  background: #ece8da;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 1em 0.2em;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover {
    background: #998670;
    color: #fff;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover span:after {
    border-top-color: #fff;
    border-right-color: #fff;
    right: -1em;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover {
    background: #998670;
    color: #fff;
  }
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover span:after {
    border-top-color: #fff;
    border-right-color: #fff;
    right: -1em;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover {
  background: #998670;
  color: #fff;
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a:hover span:after {
  border-top-color: #fff;
  border-right-color: #fff;
  right: -1em;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a span {
  display: inline-block;
  position: relative;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li a span:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -0.7em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #887156;
  border-right: 1px solid #887156;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li.btn_fair a {
  border: 3px solid #d11848;
  background: #9e0930;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li.btn_fair a:hover {
    background: #d11848;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li.btn_fair a:hover {
    background: #d11848;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li.btn_fair a:hover {
  background: #d11848;
}
#footer .con_footer .box_footer .box_information .wrp_information .box_rsv ul li.btn_fair a span:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#footer .con_footer .box_footer .box_information .wrp_logo {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_information .wrp_logo {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_logo {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_information .wrp_logo {
    background: #fff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding: 1em 0;
    flex-direction: column;
  }
  #footer .con_footer .box_footer .box_information .wrp_logo .img {
    max-width: 220px;
    margin-top: 2em;
  }
  #footer .con_footer .box_footer .box_information .wrp_logo .img:nth-child(2) {
    margin-bottom: 1em;
  }
}
#footer .con_footer .box_footer .box_information .wrp_logo .img {
  vertical-align: middle;
  display: flex;
  align-self: center;
}
#footer .con_footer .box_footer .box_information .wrp_logo .img a img {
  vertical-align: middle !important;
}
#footer .con_footer .box_footer .box_information .wrp_logo .img a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_information .wrp_logo .img:nth-child(1) {
    margin-right: 8%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_information .wrp_logo .img:nth-child(1) {
    margin-right: 8%;
  }
}
.ie8 #footer .con_footer .box_footer .box_information .wrp_logo .img:nth-child(1) {
  margin-right: 8%;
}
#footer .con_footer .box_footer .box_information .wrp_logo .img:nth-child(2) {
  width: 203px;
}
#footer .con_footer .box_footer #copyright {
  color: #fff;
  font-family: "EB Garamond", serif;
  text-align: center;
  padding: 15px 0 25px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer #copyright {
    padding: 0 0 75px;
  }
}

/* -----------------------------------------------------------
	.con_sp_nav スマホ共通ナビ
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .con_sp_nav {
    display: none;
  }
}
@media print {
  .con_sp_nav {
    display: none;
  }
}
.ie8 .con_sp_nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_sp_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1005;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_sp_nav.hide {
    bottom: -100%;
  }
}
.con_sp_nav ul {
  display: -webkit-flex;
  display: flex;
}
.con_sp_nav ul li {
  width: 33.33333%;
  border-right: 1px solid #cfcfcf;
}
.con_sp_nav ul li a,
.con_sp_nav ul li > span {
  display: block;
  text-align: center;
  padding: 5px 0 7px;
}
.con_sp_nav ul li a .ic,
.con_sp_nav ul li > span .ic {
  margin: 0 auto 5px;
}
.con_sp_nav ul li a .ic img,
.con_sp_nav ul li > span .ic img {
  max-height: 20px;
}
.con_sp_nav ul li a .txt,
.con_sp_nav ul li > span .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 86%;
  font-feature-settings: "palt";
}
.con_sp_nav ul li a.tel,
.con_sp_nav ul li > span.tel {
  height: 100%;
  position: relative;
  padding: 0;
}
.con_sp_nav ul li a.tel:before,
.con_sp_nav ul li > span.tel:before {
  content: "";
  background: url(../images/common/ic_tel.svg) no-repeat center;
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 100%;
}
.con_sp_nav ul li a.tel a,
.con_sp_nav ul li > span.tel a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-top: 28px;
}
.con_sp_nav ul li .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 4px 0 7px;
  width: 100%;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center;
  outline: none;
  color: #fff;
  background: #887156;
  height: 100%;
}
.con_sp_nav ul li .drawer_button .drawer_bar {
  width: 23px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.con_sp_nav ul li .drawer_button.active .drawer_bar {
  width: 23px;
}
.con_sp_nav ul li .drawer_button.active .drawer_bar1 {
  transform: rotate(37deg);
}
.con_sp_nav ul li .drawer_button.active .drawer_bar2 {
  opacity: 0;
}
.con_sp_nav ul li .drawer_button.active .drawer_bar3 {
  transform: rotate(-37deg);
}
.con_sp_nav ul li .drawer_button.active .drawer_menu_text {
  display: none;
}
.con_sp_nav ul li .drawer_button.active .drawer_close {
  display: block;
}
.con_sp_nav ul li .drawer_bar {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.con_sp_nav ul li .drawer_text {
  text-align: center;
  font-size: 79%;
  font-family: "EB Garamond", serif;
}
.con_sp_nav ul li .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
.con_sp_nav ul li .drawer_menu_text {
  display: block;
}
.con_sp_nav ul li.fnav_fair {
  background: #c19d0e;
  width: 80%;
}
.con_sp_nav ul li.fnav_fair a {
  color: #fff;
}
.con_sp_nav ul li.fnav_request {
  background: #c19d0e;
}
.con_sp_nav ul li.fnav_request a {
  color: #fff;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents {
  width: 100%;
  overflow: hidden;
}
html.lower #contents .con_pgtitle .img {
  text-align: center;
  position: relative;
}
html.lower #contents .con_pgtitle .img:after {
  content: "";
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMWYwOSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDFmMDkiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(45, 31, 9, 0.6)), color-stop(100%, rgba(45, 31, 9, 0)));
  background: -moz-linear-gradient(rgba(45, 31, 9, 0.6), rgba(45, 31, 9, 0));
  background: -webkit-linear-gradient(rgba(45, 31, 9, 0.6), rgba(45, 31, 9, 0));
  background: linear-gradient(rgba(45, 31, 9, 0.6), rgba(45, 31, 9, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#992D1F09', endColorstr='#002D1F09');
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
html.lower #contents .con_pgtitle .img.small {
  overflow: hidden;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle .img.small {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle .img.small {
    height: 100px;
  }
}
html.lower #contents .con_pgtitle .img.small img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
html.lower #contents .con_pgtitle .box_topicpath {
  text-align: right;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle .box_topicpath {
    margin: 7px 0;
    position: relative;
    z-index: 1;
  }
}
html.lower #contents .con_pgtitle .box_topicpath ul li {
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
}
html.lower #contents .con_pgtitle .box_topicpath ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 5px;
  margin-left: 5px;
}
html.lower #contents .con_pgtitle .box_topicpath ul li:last-child:after {
  display: none;
}
html.lower #contents .con_pgtitle .box_topicpath ul li a {
  text-decoration: underline;
}
html.lower #contents .con_pgtitle .box_topicpath ul li br {
  display: none;
}
html.lower #contents .con_pgtitle .box_title {
  max-width: 1640px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle .box_title {
    padding: 0 1em;
  }
}
html.lower #contents .con_pgtitle .box_title h2 {
  font-weight: normal;
}
html.lower #contents .con_pgtitle .box_title h2 .en {
  font-family: "EB Garamond", serif;
  color: #b29626;
  font-size: 429%;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle .box_title h2 .en {
    font-size: 308%;
    letter-spacing: 0.05em;
  }
}
html.lower #contents .con_pgtitle .box_title h2 .jp {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #b29626;
  font-size: 129%;
  letter-spacing: 0.2em;
  padding-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle .box_title h2 .jp {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle .box_title h2 .jp {
    padding-top: 0.5em;
  }
}
