@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#contents #topicpath, #footer .con_foo, #footer .con_hotellist .box_hotellist, #footer .con_group .box_group, #menuList .inner, .box_foo_bn, .con_pnav .box_pnav {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  #contents #topicpath, #footer .con_foo, #footer .con_hotellist .box_hotellist, #footer .con_group .box_group, #menuList .inner, .box_foo_bn, .con_pnav .box_pnav {
    width: 91.66667%;
  }
}

#footer .con_foo:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.9;
}

body {
  color: #3d3d3d;
  background: url(../images/common/bg01.jpg) repeat 0 0;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #3d3d3d;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #3d3d3d;
}
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: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1100px) {
  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: 1099px) {
  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;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .con_header {
  background: #fff;
}
#header .con_header .logo {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 257px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_header .logo {
    width: 45.73413%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    top: .8em;
    left: 4.16667%;
    width: 45.10417%;
    right: auto;
    margin: 0;
  }
}
.mouse #header .con_header .logo {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #header .con_header .logo:hover, .touch #header .con_header .logo.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_header .logo {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_header .logo.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header .con_header .logo a {
  display: block;
}
#header .con_header p.obj_menuBtn {
  position: fixed;
  cursor: pointer;
  top: .8em;
  right: 4.16667%;
  width: 10.41667%;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #header .con_header p.obj_menuBtn {
    position: absolute;
  }
}
#header .con_header p.obj_menuBtn a {
  display: block;
}
#header .con_nav {
  width: 100%;
  position: relative;
}
#header .con_nav .snav {
  text-align: right;
  letter-spacing: -.4em;
  border-bottom: 2px solid #ffffff;
  position: relative;
}
#header .con_nav .snav:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e1ded8;
  bottom: 0;
  left: 0;
  position: absolute;
}
#header .con_nav .snav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 1em;
}
#header .con_nav .snav li a {
  display: block;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}

#gnav_clone {
  width: 100%;
  position: fixed !important;
  top: -100%;
  left: 0;
  z-index: 50;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: none !important;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  -webkit-transition: top 1s;
  transition: top 1s;
}
#gnav_clone li {
  border-bottom: none;
}
#gnav_clone li a {
  padding: 8px 0 !important;
}
#gnav_clone.fixnav {
  top: 0;
}

/*   ペー時タイトル
------------------------------------ */
.con_title {
  position: relative;
}
.con_title h1 {
  top: 0;
  left: 0;
  color: #fff;
  position: absolute;
  font-weight: normal;
}
.con_title .title {
  text-align: center;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: normal;
}
.con_title .title span {
  display: block;
  line-height: 1;
  letter-spacing: .03em;
  font-size: 277%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_title .title span {
    font-size: 262%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .title span {
    font-size: 185%;
  }
}
.con_title .title em {
  line-height: 1.8;
  letter-spacing: .03em;
  font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_title .title em {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .title em {
    font-size: 100%;
  }
}
.con_title .title .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_title .title .en {
  font-family: 'EB Garamond', serif;
}
@media only screen and (max-width: 767px) {
  .con_title .photo {
    overflow: hidden;
  }
  .con_title .photo img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /*   パンくず
  ------------------------------------ */
}
#contents #topicpath {
  letter-spacing: -.4em;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  #contents #topicpath {
    padding: 0.2em 0;
  }
}
#contents #topicpath li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
#contents #topicpath li:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  margin: 0 .5em;
}
#contents #topicpath li:first-child:before {
  content: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .con_foo {
  margin: 50px auto 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo {
    margin: 10% auto 3%;
  }
}
#footer .con_foo h3 {
  margin: 0 auto 40px;
  width: 382px;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo h3 {
    width: 100%;
    margin-bottom: 5%;
  }
}
#footer .con_foo .sitemap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap {
    padding-bottom: 3%;
    margin-bottom: 6%;
    border-bottom: 2px solid #c3c3c3;
  }
}
#footer .con_foo .sitemap h4 {
  font-weight: normal;
  font-size: 108%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) {
  #footer .con_foo .sitemap h4 {
    text-align: center;
    border: 1px solid #c1bdb6;
    padding: .5em 0;
    margin-bottom: 30px;
    position: relative;
  }
  #footer .con_foo .sitemap h4:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #c1bdb6;
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media print {
  #footer .con_foo .sitemap h4 {
    text-align: center;
    border: 1px solid #c1bdb6;
    padding: .5em 0;
    margin-bottom: 30px;
    position: relative;
  }
  #footer .con_foo .sitemap h4:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #c1bdb6;
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.ie8 #footer .con_foo .sitemap h4 {
  text-align: center;
  border: 1px solid #c1bdb6;
  padding: .5em 0;
  margin-bottom: 30px;
  position: relative;
}
.ie8 #footer .con_foo .sitemap h4:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #c1bdb6;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap h4 {
    margin-bottom: 1%;
  }
}
#footer .con_foo .sitemap ul {
  overflow: hidden;
  margin-bottom: 20px;
}
#footer .con_foo .sitemap ul li {
  float: left;
  margin-right: 2.72727%;
}
.mouse #footer .con_foo .sitemap ul li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_foo .sitemap ul li:hover, .touch #footer .con_foo .sitemap ul li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_foo .sitemap ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_foo .sitemap ul li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap ul li:nth-child(3n+1) {
    width: 40%;
  }
  #footer .con_foo .sitemap ul li:nth-child(3n+2) {
    width: 25%;
  }
}
#footer .con_foo .sitemap ul li a {
  display: block;
  text-decoration: none;
  letter-spacing: .03em;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap ul li a {
    text-decoration: underline;
  }
}
#footer .con_foo .sitemap .con_add {
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap .con_add {
    margin-left: 19.36445%;
  }
}
#footer .con_foo .sitemap .con_add .photo {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 18.88889%;
  margin-right: 2.77778%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap .con_add .photo {
    width: 12.36364%;
  }
}
#footer .con_foo .sitemap .con_add .box_add {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 78.33333%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap .con_add .box_add {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap .con_add .box_add {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap .con_add .box_add {
    text-align: left;
  }
}
#footer .con_foo .sitemap .con_add .box_add h5 {
  font-weight: normal;
  margin-bottom: .5em;
  letter-spacing: .04em;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap .con_add .box_add h5 {
    font-size: 93%;
  }
}
#footer .con_foo .sitemap .con_add .box_add address .txt_add, #footer .con_foo .sitemap .con_add .box_add address .txt_tel, #footer .con_foo .sitemap .con_add .box_add address .txt_fax {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: .5em;
}
#footer .con_foo .sitemap .con_add .box_add address .txt_add:before, #footer .con_foo .sitemap .con_add .box_add address .txt_tel:before, #footer .con_foo .sitemap .con_add .box_add address .txt_fax:before {
  content: "";
  width: 1.15em;
  height: 1.2em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.8em;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap .con_add .box_add address .txt_add:before, #footer .con_foo .sitemap .con_add .box_add address .txt_tel:before, #footer .con_foo .sitemap .con_add .box_add address .txt_fax:before {
    margin-right: 0.5em;
  }
}
#footer .con_foo .sitemap .con_add .box_add address .txt_add:before {
  background: url(../images/footer/ic_address.png) no-repeat center/100% auto;
}
#footer .con_foo .sitemap .con_add .box_add address .txt_tel:before {
  background: url(../images/footer/ic_tel.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap .con_add .box_add address .txt_tel a:nth-of-type(2), #footer .con_foo .sitemap .con_add .box_add address .txt_tel span.tel:nth-of-type(2) {
    padding-left: 3.25em;
  }
}
#footer .con_foo .sitemap .con_add .box_add address .txt_fax:before {
  background: url(../images/footer/ic_fax.png) no-repeat center/100% auto;
}
#footer .con_foo .sitemap .con_add .box_add address .txt_tel a, #footer .con_foo .sitemap .con_add .box_add address .txt_tel span.tel, #footer .con_foo .sitemap .con_add .box_add address .txt_tel em {
  font-size: 139%;
}
#footer .con_foo .sitemap.site_vil {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap.site_vil {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap.site_vil {
    float: none;
  }
}
#footer .con_foo .sitemap.site_gar {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_foo .sitemap.site_gar {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_foo .sitemap.site_gar {
    float: none;
  }
}
#footer .con_foo .sitemap.site_vil, #footer .con_foo .sitemap.site_gar {
  width: 49.09091%;
}
@media only screen and (max-width: 1099px) {
  #footer .con_foo .sitemap.site_vil, #footer .con_foo .sitemap.site_gar {
    width: 100%;
  }
}
#footer .con_foo .sitemap.site_vil h4:before, #footer .con_foo .sitemap.site_gar h4:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #c1bdb6;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .con_foo .sitemap.site_vil ul li, #footer .con_foo .sitemap.site_gar ul li {
  margin-right: 2.22222%;
}
#footer .con_foo .sitemap.site_vil ul li a::before, #footer .con_foo .sitemap.site_gar ul li a::before {
  margin-right: .2em;
}
#footer .con_hotellist {
  background: #fff;
  width: 100%;
  padding: 30px 0 40px;
}
#footer .con_hotellist h3 {
  font-weight: normal;
  color: #2e5a6e;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
#footer .con_hotellist h3 .en {
  letter-spacing: .03em;
  display: block;
  line-height: 1;
  margin-bottom: .5em;
  font-family: 'EB Garamond', serif;
  font-size: 185%;
}
#footer .con_hotellist h3 .jp {
  letter-spacing: .03em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotellist h3 {
    border: 2px solid #dededb;
    padding: 1em .8em;
    position: relative;
    width: 91.66%;
    margin: 0 auto;
    text-align: left;
    color: #4c4c4c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .con_hotellist h3 .jp {
    letter-spacing: normal;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-size: 89%;
  }
  #footer .con_hotellist h3:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    position: absolute;
    right: 1em;
    top: 50%;
    font-size: 139%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer .con_hotellist h3.active:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
  }
}
#footer .con_hotellist .box_hotellist {
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) {
  #footer .con_hotellist .box_hotellist {
    display: block !important;
  }
}
@media print {
  #footer .con_hotellist .box_hotellist {
    display: block !important;
  }
}
.ie8 #footer .con_hotellist .box_hotellist {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotellist .box_hotellist {
    display: none;
  }
}
#footer .con_hotellist .box_hotellist li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 361px;
  border: 4px solid #f9f6f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.27273%;
  margin-bottom: 3px;
}
.mouse #footer .con_hotellist .box_hotellist li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_hotellist .box_hotellist li:hover, .touch #footer .con_hotellist .box_hotellist li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_hotellist .box_hotellist li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_hotellist .box_hotellist li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 1100px) {
  #footer .con_hotellist .box_hotellist li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media print {
  #footer .con_hotellist .box_hotellist li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.ie8 #footer .con_hotellist .box_hotellist li:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_hotellist .box_hotellist li {
    width: 48%;
    margin-left: 4%;
  }
  #footer .con_hotellist .box_hotellist li:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotellist .box_hotellist li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c3c3c3;
  }
}
#footer .con_hotellist .box_hotellist li a {
  display: block;
  border: 1px solid #e6e3e0;
  text-align: center;
  text-decoration: none;
  padding: .8em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotellist .box_hotellist li a {
    border: none;
    text-align: left;
  }
}
#footer .con_hotellist .box_hotellist li a:before {
  content: "";
  background: url(../images/common/ic_g_l.png) no-repeat center/100% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotellist .box_hotellist li a:before {
    width: 1.5em;
    height: 1.5em;
  }
}
#footer .con_hotellist .box_hotellist li.saipan a:before {
  background: url(../images/common/ic_gran.png) no-repeat center/100% auto;
}
#footer .con_group {
  background: #c8bfb0;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group {
    padding-top: 2%;
  }
}
#footer .con_group #ptop {
  position: fixed;
  width: 70px;
  height: 70px;
  z-index: -10;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 8px rgba(202, 197, 197, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(202, 197, 197, 0.5);
  box-shadow: 0 0 8px rgba(202, 197, 197, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s, z-index 0.5s;
  -o-transition: opacity 0.5s, z-index 0.5s;
  -webkit-transition: opacity 0.5s, z-index 0.5s;
  transition: opacity 0.5s, z-index 0.5s;
}
.mouse #footer .con_group #ptop {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_group #ptop:hover, .touch #footer .con_group #ptop.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_group #ptop {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_group #ptop.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_group #ptop a {
  display: block;
  text-decoration: none;
}
#footer .con_group #ptop.active {
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #footer .con_group #ptop {
    right: 5%;
    bottom: 5%;
  }
}
@media print {
  #footer .con_group #ptop {
    right: 5%;
    bottom: 5%;
  }
}
.ie8 #footer .con_group #ptop {
  right: 5%;
  bottom: 5%;
}
@media only screen and (max-width: 767px) {
  #footer .con_group #ptop {
    right: 3%;
    width: 4em;
    height: 4em;
  }
  #footer .con_group #ptop img {
    width: 100%;
  }
  #footer .con_group #ptop.stop {
    position: absolute;
    top: 0;
  }
}
#footer .con_group #copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  font-size: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_group #copyright {
    font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group #copyright {
    font-size: 62%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group #copyright {
    margin-bottom: 3%;
  }
}
#footer .con_group .box_group {
  letter-spacing: -.4em;
  text-align: center;
}
#footer .con_group .box_group .btn {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  border: 1px solid #fff;
  width: 173px;
  margin-left: 10px;
}
.mouse #footer .con_group .box_group .btn {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_group .box_group .btn:hover, .touch #footer .con_group .box_group .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_group .box_group .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_group .box_group .btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_group .box_group .btn {
    margin-top: 1em;
    width: 48%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .btn {
    width: 100%;
    margin: 0;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1100px) {
  #footer .con_group .box_group .btn.btn_rect {
    width: 107px;
  }
}
@media print {
  #footer .con_group .box_group .btn.btn_rect {
    width: 107px;
  }
}
.ie8 #footer .con_group .box_group .btn.btn_rect {
  width: 107px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_group .box_group .btn.btn_rect {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .btn.btn_rect {
    margin-top: 2%;
  }
}
#footer .con_group .box_group .btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: .3em 0;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_group .box_group .btn a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .btn a {
    font-size: 108%;
  }
}
#footer .con_group .box_group .btn a:after {
  content: "";
  background: url(../images/common/ic_link.png) no-repeat center/100% auto;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
}

#fixnav-sp {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 50;
  bottom: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
@media only screen and (min-width: 768px) {
  #fixnav-sp {
    display: none !important;
  }
}
@media print {
  #fixnav-sp {
    display: none !important;
  }
}
.ie8 #fixnav-sp {
  display: none !important;
}
#fixnav-sp ul.box_nav {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#fixnav-sp ul.box_nav li {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  text-align: center;
}
#fixnav-sp ul.box_nav li a {
  display: block;
  text-decoration: none;
}
#fixnav-sp ul.box_nav li a img {
  width: 27.08333%;
  margin: 0 auto;
}
#fixnav-sp ul.box_nav li a em {
  display: block;
  line-height: 1;
  font-size: 78%;
}
#fixnav-sp ul.box_nav li:first-child a {
  border-left: none;
}
#fixnav-sp.menuUp {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#menuList {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: opacity 1.5s, -moz-transform 1s;
  -o-transition: opacity 1.5s, -o-transform 1s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
}
#menuList .inner {
  position: relative;
  padding: 5% 0;
}
#menuList .inner .close_top {
  cursor: pointer;
  width: 11.36364%;
  margin: 0 0 0 auto;
}
#menuList .inner > .con_nav {
  margin: 0 auto 10%;
  padding: 1em 2.84091%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menuList .inner > .con_nav h2 {
  text-align: center;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1;
  font-size: 124%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-bottom: .8em;
}
#menuList .inner > .con_nav ul {
  letter-spacing: -.4em;
}
#menuList .inner > .con_nav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 2%;
  width: 48.79518%;
}
#menuList .inner > .con_nav ul li a {
  display: block;
  border: 1px solid #c5bfb5;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 767px) {
  #menuList .inner > .con_nav ul li a {
    padding: 1em 0.8em;
  }
}
#menuList .inner > .con_nav ul li a:after {
  content: "→";
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#menuList .inner > .con_nav ul li a:hover:after {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#menuList .inner > .con_nav ul li a {
  text-align: left;
  position: relative;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
#menuList .inner > .con_nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#menuList .inner > .con_nav ul li a:hover:after {
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#menuList .inner > .con_nav ul li.nav_l {
  width: 100%;
}
#menuList .inner > .con_nav ul li.nav_l a {
  text-align: center;
}
#menuList .inner > .con_nav ul li.nav_r {
  margin-left: 2.40964%;
}
#menuList .inner > .con_nav ul li.line2 {
  line-height: 1.1;
}
#menuList .inner > .con_nav ul li.nav_rsv a {
  background: #fff;
  color: #bc0000;
}
#menuList .inner > .con_nav.box_int {
  padding: 0 2.84091%;
}
#menuList .inner > .con_nav.box_int .txt_read {
  font-size: 85%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
#menuList .inner > .con_nav.nav_vil {
  background: #907240;
}
#menuList .inner > .con_nav.nav_vil h2, #menuList .inner > .con_nav.nav_vil a {
  color: #fff;
}
#menuList .inner > .con_nav.nav_vil ul li a {
  border: 1px solid #fff;
}
#menuList .inner > .con_nav.nav_gar {
  background: #26706f;
}
#menuList .inner > .con_nav.nav_gar h2, #menuList .inner > .con_nav.nav_gar a {
  color: #fff;
}
#menuList .inner > .con_nav.nav_gar ul li a {
  border: 1px solid #fff;
}
#menuList .inner ul.list_rsv {
  width: 100%;
  border-top: 1px solid #7b7b7b;
  margin-bottom: 10%;
}
#menuList .inner ul.list_rsv li {
  width: 100%;
  border-bottom: 1px solid #7b7b7b;
}
#menuList .inner ul.list_rsv li a {
  display: block;
  text-decoration: none;
  padding: 1.2em .8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#menuList .inner .close_under {
  cursor: pointer;
  text-align: center;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #menuList .inner .close_under {
    font-size: 254%;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .close_under {
    font-size: 92%;
  }
}
#menuList .inner .close_under:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  line-height: 1;
  margin: 0;
}

.menuOpen #menuList {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* -----------------------------------------------------------
	フッターバナーエリア
----------------------------------------------------------- */
.box_foo_bn {
  letter-spacing: -.4em;
}
.box_foo_bn li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
  background: #3c3323;
  border: 1px solid #645437;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.72727%;
}
@media only screen and (max-width: 767px) {
  .box_foo_bn li {
    width: 50%;
    background: none;
    border-bottom: 2px solid #cbcbcb;
    border-top: none;
    padding: 3% 1% 3% 3%;
  }
  .box_foo_bn li:nth-child(odd) {
    border-left: 2px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
  }
  .box_foo_bn li:nth-child(even) {
    border-left: 1px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
  }
  .box_foo_bn li:first-child, .box_foo_bn li:first-child + * {
    border-top: 2px solid #cbcbcb;
  }
}
.box_foo_bn li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.box_foo_bn li a img {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
@media only screen and (max-width: 767px) {
  .box_foo_bn li a {
    letter-spacing: -.4em;
  }
  .box_foo_bn li a img {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 32.30769%;
  }
  .box_foo_bn li a .st {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 4.61538%;
    width: 62.82051%;
    line-height: 1.3;
    text-align: left;
  }
  .box_foo_bn li a .st span {
    font-size: 88%;
  }
}
.box_foo_bn li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
    con_pnav 共通
----------------------------------------------------------- */
.con_pnav {
  border-top: 1px solid #bab6b0;
  border-bottom: 1px solid #bab6b0;
}
.con_pnav .box_pnav {
  letter-spacing: -.4em;
  padding: .4em 0;
  text-align: center;
}
.con_pnav .box_pnav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 131%;
  padding: 0 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .4em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav li {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav li {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav li {
    padding: .4em 1em;
    margin: .2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav li {
    padding: 0 2%;
  }
}
.con_pnav .box_pnav li a {
  text-decoration: none;
  display: block;
}
.con_pnav .box_pnav li a span {
  display: inline-block;
  vertical-align: middle;
}
.con_pnav .box_pnav li a:after {
  content: "↓";
  display: inline-block;
  vertical-align: middle;
  background: #BCB8B2;
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  font-size: 80%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.5s, background 0.5s;
  -o-transition: -o-transform 0.5s, background 0.5s;
  -webkit-transition: -webkit-transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s;
}
.con_pnav .box_pnav li a:hover:after {
  background: #93908b;
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr {
  border-bottom: 1px solid #d4cfc8;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr {
    border: 1px solid #d4cfc8;
  }
}
table.tbl_basic tr:first-child {
  border-top: 1px solid #d4cfc8;
}
table.tbl_basic th, table.tbl_basic td {
  padding: .5em;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th, table.tbl_basic td {
    width: 100% !important;
    display: block !important;
  }
}
table.tbl_basic th {
  border-right: 1px solid #d4cfc8;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
    background: #d4cfc8;
  }
}

table.tbl_basic-pc {
  width: 100%;
}
table.tbl_basic-pc tr {
  border-bottom: 1px solid #d4cfc8;
}
table.tbl_basic-pc tr:first-child {
  border-top: 1px solid #d4cfc8;
}
table.tbl_basic-pc th, table.tbl_basic-pc td {
  padding: .5em;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.tbl_basic-pc th {
  border-right: 1px solid #d4cfc8;
}

/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
