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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP");
  src: url("./font/NotoGothicRegular.eot");
  src: url("./font/NotoGothicRegular.eot?#iefix") format("embedded-opentype");
  src: url("./font/NotoGothicRegular.ttf") format("truetype");
  src: url("./font/NotoGothicRegular.woff") format("woff");
}
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
#header .con_nav.con_fixnav #fixnav, #footer .con_fnav .box_fnav, html.lower .topicpath, .tmp_pnav, .tmp_lnk ul {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  #header .con_nav.con_fixnav #fixnav, #footer .con_fnav .box_fnav, html.lower .topicpath, .tmp_pnav, .tmp_lnk ul {
    width: 95%;
  }
}

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

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

body, pre, input, textarea, select {
  font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: 1101px) {
  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: 1100px) {
  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
----------------------------------------------------------- */
@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;
}
@media only screen and (max-width: 767px) {
  #page {
    padding-bottom: 4em;
  }
}

/* -----------------------------------------------------------
	スクロール系
----------------------------------------------------------- */
.scrollActive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition: opacity 1000ms ease 200ms, -moz-transform 1000ms ease 200ms;
  -o-transition: opacity 1000ms ease 200ms, -o-transform 1000ms ease 200ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transition-delay: 200ms, 200ms;
  transition: opacity 1000ms ease 200ms, transform 1000ms ease 200ms;
}
.scrollActive.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scrollDrop i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  -webkit-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform 800ms ease-out, opacity 1000ms ease-out;
  -o-transition: -o-transform 800ms ease-out, opacity 1000ms ease-out;
  -webkit-transition: -webkit-transform 800ms ease-out, opacity 1000ms ease-out;
  transition: transform 800ms ease-out, opacity 1000ms ease-out;
}
.scrollDrop.drop i {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.scrollDrop.drop i:nth-child(1) {
  -moz-transition-delay: 200ms, 200ms;
  -o-transition-delay: 200ms, 200ms;
  -webkit-transition-delay: 200ms, 200ms;
  transition-delay: 200ms, 200ms;
}
.scrollDrop.drop i:nth-child(2) {
  -moz-transition-delay: 400ms, 400ms;
  -o-transition-delay: 400ms, 400ms;
  -webkit-transition-delay: 400ms, 400ms;
  transition-delay: 400ms, 400ms;
}
.scrollDrop.drop i:nth-child(3) {
  -moz-transition-delay: 600ms, 600ms;
  -o-transition-delay: 600ms, 600ms;
  -webkit-transition-delay: 600ms, 600ms;
  transition-delay: 600ms, 600ms;
}
.scrollDrop.drop i:nth-child(4) {
  -moz-transition-delay: 800ms, 800ms;
  -o-transition-delay: 800ms, 800ms;
  -webkit-transition-delay: 800ms, 800ms;
  transition-delay: 800ms, 800ms;
}
.scrollDrop.drop i:nth-child(5) {
  -moz-transition-delay: 1000ms, 1000ms;
  -o-transition-delay: 1000ms, 1000ms;
  -webkit-transition-delay: 1000ms, 1000ms;
  transition-delay: 1000ms, 1000ms;
}
.scrollDrop.drop i:nth-child(6) {
  -moz-transition-delay: 1200ms, 1200ms;
  -o-transition-delay: 1200ms, 1200ms;
  -webkit-transition-delay: 1200ms, 1200ms;
  transition-delay: 1200ms, 1200ms;
}
.scrollDrop.drop i:nth-child(7) {
  -moz-transition-delay: 1400ms, 1400ms;
  -o-transition-delay: 1400ms, 1400ms;
  -webkit-transition-delay: 1400ms, 1400ms;
  transition-delay: 1400ms, 1400ms;
}
.scrollDrop.drop i:nth-child(8) {
  -moz-transition-delay: 1600ms, 1600ms;
  -o-transition-delay: 1600ms, 1600ms;
  -webkit-transition-delay: 1600ms, 1600ms;
  transition-delay: 1600ms, 1600ms;
}
.scrollDrop.drop i:nth-child(9) {
  -moz-transition-delay: 1800ms, 1800ms;
  -o-transition-delay: 1800ms, 1800ms;
  -webkit-transition-delay: 1800ms, 1800ms;
  transition-delay: 1800ms, 1800ms;
}
.scrollDrop.drop i:nth-child(10) {
  -moz-transition-delay: 2000ms, 2000ms;
  -o-transition-delay: 2000ms, 2000ms;
  -webkit-transition-delay: 2000ms, 2000ms;
  transition-delay: 2000ms, 2000ms;
}
.scrollDrop.drop i:nth-child(11) {
  -moz-transition-delay: 2200ms, 2200ms;
  -o-transition-delay: 2200ms, 2200ms;
  -webkit-transition-delay: 2200ms, 2200ms;
  transition-delay: 2200ms, 2200ms;
}
.scrollDrop.drop i:nth-child(12) {
  -moz-transition-delay: 2400ms, 2400ms;
  -o-transition-delay: 2400ms, 2400ms;
  -webkit-transition-delay: 2400ms, 2400ms;
  transition-delay: 2400ms, 2400ms;
}
.scrollDrop.drop i:nth-child(13) {
  -moz-transition-delay: 2600ms, 2600ms;
  -o-transition-delay: 2600ms, 2600ms;
  -webkit-transition-delay: 2600ms, 2600ms;
  transition-delay: 2600ms, 2600ms;
}
.scrollDrop.drop i:nth-child(14) {
  -moz-transition-delay: 2800ms, 2800ms;
  -o-transition-delay: 2800ms, 2800ms;
  -webkit-transition-delay: 2800ms, 2800ms;
  transition-delay: 2800ms, 2800ms;
}
.scrollDrop.drop i:nth-child(15) {
  -moz-transition-delay: 3000ms, 3000ms;
  -o-transition-delay: 3000ms, 3000ms;
  -webkit-transition-delay: 3000ms, 3000ms;
  transition-delay: 3000ms, 3000ms;
}
.scrollDrop.drop i:nth-child(16) {
  -moz-transition-delay: 3200ms, 3200ms;
  -o-transition-delay: 3200ms, 3200ms;
  -webkit-transition-delay: 3200ms, 3200ms;
  transition-delay: 3200ms, 3200ms;
}
.scrollDrop.drop i:nth-child(17) {
  -moz-transition-delay: 3400ms, 3400ms;
  -o-transition-delay: 3400ms, 3400ms;
  -webkit-transition-delay: 3400ms, 3400ms;
  transition-delay: 3400ms, 3400ms;
}
.scrollDrop.drop i:nth-child(18) {
  -moz-transition-delay: 3600ms, 3600ms;
  -o-transition-delay: 3600ms, 3600ms;
  -webkit-transition-delay: 3600ms, 3600ms;
  transition-delay: 3600ms, 3600ms;
}
.scrollDrop.drop i:nth-child(19) {
  -moz-transition-delay: 3800ms, 3800ms;
  -o-transition-delay: 3800ms, 3800ms;
  -webkit-transition-delay: 3800ms, 3800ms;
  transition-delay: 3800ms, 3800ms;
}
.scrollDrop.drop i:nth-child(20) {
  -moz-transition-delay: 4000ms, 4000ms;
  -o-transition-delay: 4000ms, 4000ms;
  -webkit-transition-delay: 4000ms, 4000ms;
  transition-delay: 4000ms, 4000ms;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .con_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #header .con_nav {
    top: 15px;
  }
}
@media only screen and (min-width: 1101px) {
  #header .con_nav {
    letter-spacing: -.4em;
  }
}
@media print {
  #header .con_nav {
    letter-spacing: -.4em;
  }
}
.ie8 #header .con_nav {
  letter-spacing: -.4em;
}
@media only screen and (min-width: 1101px) {
  #header .con_nav > * {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
@media print {
  #header .con_nav > * {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
.ie8 #header .con_nav > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
#header .con_nav h1 {
  margin-left: 1.5625%;
}
@media only screen and (min-width: 768px) and (max-width: 1630px) {
  #header .con_nav h1 {
    width: 200px;
  }
}
@media print {
  #header .con_nav h1 {
    width: 200px;
  }
}
.ie8 #header .con_nav h1 {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #header .con_nav h1 {
    display: block;
  }
}
@media print {
  #header .con_nav h1 {
    display: block;
  }
}
.ie8 #header .con_nav h1 {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .con_nav h1 {
    text-align: center;
  }
  #header .con_nav h1 img {
    width: 40%;
    max-width: 230px;
  }
}
#header .con_nav #gnav li, #header .con_nav #fixnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
#header .con_nav #gnav li:first-child, #header .con_nav #fixnav li:first-child {
  margin-left: 0;
}
#header .con_nav #gnav li a, #header .con_nav #fixnav li a {
  position: relative;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 139%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  box-sizing: border-box;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_nav #gnav li a, #header .con_nav #fixnav li a {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav #gnav li a, #header .con_nav #fixnav li a {
    padding: 0;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1630px) {
  #header .con_nav #gnav li a, #header .con_nav #fixnav li a {
    padding: 8px;
    font-size: 116%;
  }
}
@media print {
  #header .con_nav #gnav li a, #header .con_nav #fixnav li a {
    padding: 8px;
    font-size: 116%;
  }
}
.ie8 #header .con_nav #gnav li a, .ie8 #header .con_nav #fixnav li a {
  padding: 8px;
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_nav #gnav li a, #header .con_nav #fixnav li a {
    font-size: 108%;
  }
}
#header .con_nav #gnav li a:after, #header .con_nav #fixnav li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 3px;
  margin: auto;
  background: #3f7cc5;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}
#header .con_nav #gnav li a:hover:after, #header .con_nav #gnav li a.active:after, #header .con_nav #fixnav li a:hover:after, #header .con_nav #fixnav li a.active:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .con_nav #gnav {
  margin-left: 1.71875%;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #header .con_nav #gnav {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }
}
@media print {
  #header .con_nav #gnav {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }
}
.ie8 #header .con_nav #gnav {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
#header .con_nav #gnav li.sns, #header .con_nav #gnav li.daytrip {
  display: none;
}
#header .con_nav #gnav li.rsv a {
  color: #c4801d;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
#header .con_nav #gnav li.rsv a:after {
  background: #c4801d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
#header .con_nav #gnav li.rsv a:hover {
  color: #3f7cc5;
}
#header .con_nav #gnav li.rsv a:hover:after {
  background: #3f7cc5;
}
#header .con_nav.con_fixnav {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  background: rgba(7, 48, 98, 0.9);
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}
.activeFix #header .con_nav.con_fixnav {
  top: 0;
}
#header .con_nav.con_fixnav #fixnav {
  display: table;
}
#header .con_nav.con_fixnav #fixnav li {
  display: table-cell;
  white-space: nowrap;
}
#header .con_nav.con_fixnav #fixnav li:first-child + li + li + li + li + li {
  display: none;
}
#header .con_nav.con_fixnav #fixnav li a {
  padding: 15px 12px;
  color: #fff;
  font-size: 124%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_nav.con_fixnav #fixnav li a {
    padding: 15px 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav.con_fixnav #fixnav li a {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_nav.con_fixnav #fixnav li a {
    font-size: 108%;
  }
}
#header .con_nav.con_fixnav #fixnav li a:after {
  width: 40%;
  background: #3f7cc5;
}
#header .con_nav.con_fixnav #fixnav li.sns {
  display: table;
}
#header .con_nav.con_fixnav #fixnav li.sns p {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 15px 0;
}
#header .con_nav.con_fixnav #fixnav li.sns p a {
  font-size: 124%;
  padding: 0 12px;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
#header .con_nav.con_fixnav #fixnav li.sns p a:hover {
  color: #4267B2;
}
#header .con_nav.con_fixnav #fixnav li.sns p a:after {
  content: none;
}
#header .con_nav.con_fixnav #fixnav li.sns p + p a {
  border-left: 1px solid #fff;
}
#header .con_nav.con_fixnav #fixnav li.sns p + p a:hover {
  color: #1DA1F2;
}
#header .con_nav.con_fixnav #fixnav li.sns p + p + p a {
  border-left: 1px solid #fff;
}
#header .con_nav.con_fixnav #fixnav li.sns p + p + p a:hover {
  color: #f13f79;
}
#header .con_nav.con_fixnav #fixnav li.daytrip a, #header .con_nav.con_fixnav #fixnav li.rsv a {
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#header .con_nav.con_fixnav #fixnav li.daytrip a:after, #header .con_nav.con_fixnav #fixnav li.rsv a:after {
  content: none;
}
#header .con_nav.con_fixnav #fixnav li.daytrip a:hover, #header .con_nav.con_fixnav #fixnav li.rsv a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header .con_nav.con_fixnav #fixnav li.daytrip a {
  background: #3f7cc5;
}
#header .con_nav.con_fixnav #fixnav li.rsv a {
  background: #c4801d;
}
#header .con_nav .box_lnk {
  position: absolute;
  right: 1.04167%;
  top: 0;
  z-index: 101;
  letter-spacing: -.4em;
}
#header .con_nav .box_lnk .wrp_lnk {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
#header .con_nav .box_lnk .wrp_lnk + .wrp_lnk {
  margin-left: 8px;
}
#header .con_nav .box_lnk .wrp_lnk + .wrp_lnk .st {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .05em;
}
#header .con_nav .box_lnk .wrp_lnk .st {
  position: relative;
  font-size: 108%;
  padding: 5px 25px 5px 15px;
  border-bottom: 1px solid #353535;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
}
#header .con_nav .box_lnk .wrp_lnk .st:before, #header .con_nav .box_lnk .wrp_lnk .st:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#header .con_nav .box_lnk .wrp_lnk .st:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: .5em .3em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
#header .con_nav .box_lnk .wrp_lnk .st:hover, #header .con_nav .box_lnk .wrp_lnk .st.active {
  cursor: pointer;
}
#header .con_nav .box_lnk .wrp_lnk .st.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .con_nav .box_lnk .wrp_lnk ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#header .con_nav .box_lnk .wrp_lnk ul li {
  border-bottom: 1px solid transparent;
}
#header .con_nav .box_lnk .wrp_lnk ul li a {
  display: block;
  padding: .5em;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
#header .con_nav .box_lnk .wrp_lnk ul li a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  overflow: hidden;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 1101px) {
  #footer .con_ai {
    width: 420px;
  }
}
@media print {
  #footer .con_ai {
    width: 420px;
  }
}
.ie8 #footer .con_ai {
  width: 420px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_ai {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_ai {
    width: 78%;
    margin: 0 auto 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_ai {
    position: fixed;
    left: 1%;
    bottom: 1em;
    z-index: 1001;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
    -o-transition: right 0ms ease 500ms, opacity 500ms ease;
    -webkit-transition: right 0ms ease, opacity 500ms ease;
    -webkit-transition-delay: 500ms, 0s;
    transition: right 0ms ease 500ms, opacity 500ms ease;
  }
}
@media print {
  #footer .con_ai {
    position: fixed;
    left: 1%;
    bottom: 1em;
    z-index: 1001;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
    -o-transition: right 0ms ease 500ms, opacity 500ms ease;
    -webkit-transition: right 0ms ease, opacity 500ms ease;
    -webkit-transition-delay: 500ms, 0s;
    transition: right 0ms ease 500ms, opacity 500ms ease;
  }
}
.ie8 #footer .con_ai {
  position: fixed;
  left: 1%;
  bottom: 1em;
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
  -o-transition: right 0ms ease 500ms, opacity 500ms ease;
  -webkit-transition: right 0ms ease, opacity 500ms ease;
  -webkit-transition-delay: 500ms, 0s;
  transition: right 0ms ease 500ms, opacity 500ms ease;
}
@media only screen and (min-width: 768px) {
  .activeFix #footer .con_ai {
    right: 1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
  }
}
@media print {
  .activeFix #footer .con_ai {
    right: 1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
  }
}
.ie8 .activeFix #footer .con_ai {
  right: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
}
@media only screen and (min-width: 768px) {
  #footer .ptop, #footer .fix_bn {
    position: fixed;
    right: -25%;
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
    -o-transition: right 0ms ease 500ms, opacity 500ms ease;
    -webkit-transition: right 0ms ease, opacity 500ms ease;
    -webkit-transition-delay: 500ms, 0s;
    transition: right 0ms ease 500ms, opacity 500ms ease;
  }
}
@media print {
  #footer .ptop, #footer .fix_bn {
    position: fixed;
    right: -25%;
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
    -o-transition: right 0ms ease 500ms, opacity 500ms ease;
    -webkit-transition: right 0ms ease, opacity 500ms ease;
    -webkit-transition-delay: 500ms, 0s;
    transition: right 0ms ease 500ms, opacity 500ms ease;
  }
}
.ie8 #footer .ptop, .ie8 #footer .fix_bn {
  position: fixed;
  right: -25%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
  -o-transition: right 0ms ease 500ms, opacity 500ms ease;
  -webkit-transition: right 0ms ease, opacity 500ms ease;
  -webkit-transition-delay: 500ms, 0s;
  transition: right 0ms ease 500ms, opacity 500ms ease;
}
@media only screen and (min-width: 768px) {
  .activeFix #footer .ptop, .activeFix #footer .fix_bn {
    right: 1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
  }
}
@media print {
  .activeFix #footer .ptop, .activeFix #footer .fix_bn {
    right: 1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
  }
}
.ie8 .activeFix #footer .ptop, .ie8 .activeFix #footer .fix_bn {
  right: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
}
#footer .ptop {
  bottom: 9em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .ptop {
    bottom: 7em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ptop {
    bottom: 0;
  }
}
#footer .ptop a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .ptop a {
    padding: .8em;
    border-top: 1px solid #cccccc;
    margin-top: 1em;
    text-align: center;
  }
  #footer .ptop a img {
    width: 5em;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  #footer .fix_bn {
    bottom: 1em;
  }
}
@media print {
  #footer .fix_bn {
    bottom: 1em;
  }
}
.ie8 #footer .fix_bn {
  bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .fix_bn {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .fix_bn {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
#footer .con_fnav {
  background: url(../images/footer/img_footer.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#footer .con_fnav .box_fnav {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .box_fnav {
    padding-bottom: 0.5em;
  }
}
#footer .con_fnav .box_fnav .img {
  position: relative;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  #footer .con_fnav .box_fnav .img {
    width: 58.63636%;
    right: -150px;
  }
}
@media print {
  #footer .con_fnav .box_fnav .img {
    width: 58.63636%;
    right: -150px;
  }
}
.ie8 #footer .con_fnav .box_fnav .img {
  width: 58.63636%;
  right: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_fnav .box_fnav .img {
    right: -15%;
    width: 58.63636%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .box_fnav .img {
    right: -2.5em;
    width: 84.86842%;
    overflow: hidden;
  }
  #footer .con_fnav .box_fnav .img img {
    position: relative;
    width: 110%;
    max-width: none;
  }
}
#footer .con_fnav .box_fnav .fnav {
  display: table;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_fnav .box_fnav .fnav {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .box_fnav .fnav {
    margin-top: 2.5em;
  }
}
#footer .con_fnav .box_fnav .fnav .inner {
  display: table-cell;
  padding-left: .5em;
  box-sizing: border-box;
}
#footer .con_fnav .box_fnav .fnav .inner:first-child {
  padding-left: 0;
}
#footer .con_fnav .box_fnav .fnav .inner > * {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_fnav .box_fnav .fnav .inner > * {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .box_fnav .fnav .inner > * {
    margin-top: 0;
  }
}
#footer .con_fnav .box_fnav .fnav .inner > *:first-child {
  margin-top: 0;
}
#footer .con_fnav .box_fnav .fnav .inner > * a {
  color: #fff;
  line-height: 1.71;
  text-decoration: none;
}
@media only screen and (min-width: 1101px) {
  #footer .con_fnav .box_fnav .fnav .inner > * a {
    font-size: 108%;
  }
}
@media print {
  #footer .con_fnav .box_fnav .fnav .inner > * a {
    font-size: 108%;
  }
}
.ie8 #footer .con_fnav .box_fnav .fnav .inner > * a {
  font-size: 108%;
}
#footer .con_fnav .box_fnav .fnav .inner > * a:hover {
  text-decoration: underline;
}
#footer .con_fnav .box_fnav .fnav .inner p a {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
#footer .con_fnav .box_fnav .fnav .inner p a:before, #footer .con_fnav .box_fnav .fnav .inner p a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .con_fnav .box_fnav .fnav .inner p a:before {
  content: "";
  margin-right: .5em;
  position: absolute;
  line-height: 1;
  left: 0;
  top: .25em;
}
#footer .con_fnav .box_fnav .fnav .inner p.btn {
  max-width: 145px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_fnav .box_fnav .fnav .inner p.btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .box_fnav .fnav .inner p.btn {
    margin-top: 0;
  }
}
#footer .con_fnav .box_fnav .fnav .inner p.btn a {
  display: block;
  padding: .5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
#footer .con_fnav .box_fnav .fnav .inner p.btn a:before {
  content: '\f1c1';
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
}
#footer .con_fnav .box_fnav .fnav .inner p.btn a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#footer .con_fnav .box_fnav .fnav .inner ul {
  padding-left: 1em;
  box-sizing: border-box;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer {
    display: table;
    width: 100%;
  }
}
@media print {
  #footer .con_footer {
    display: table;
    width: 100%;
  }
}
.ie8 #footer .con_footer {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer > * {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
}
@media print {
  #footer .con_footer > * {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
}
.ie8 #footer .con_footer > * {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
#footer .con_footer .box_hotel {
  padding: 30px 0;
  background: url(../images/common/bg1.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_hotel {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_hotel {
    width: 43.48958%;
  }
}
@media print {
  #footer .con_footer .box_hotel {
    width: 43.48958%;
  }
}
.ie8 #footer .con_footer .box_hotel {
  width: 43.48958%;
}
#footer .con_footer .box_hotel .inner {
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_hotel .inner {
    width: 420px;
    margin: 0 0 0 auto;
  }
}
@media print {
  #footer .con_footer .box_hotel .inner {
    width: 420px;
    margin: 0 0 0 auto;
  }
}
.ie8 #footer .con_footer .box_hotel .inner {
  width: 420px;
  margin: 0 0 0 auto;
}
#footer .con_footer .box_hotel .inner .logo {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_hotel .inner .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner .logo {
    margin-bottom: 1em;
  }
}
#footer .con_footer .box_hotel .inner .logo img {
  width: 60%;
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_hotel .inner address em {
    font-size: 116%;
    line-height: 1.69;
  }
}
@media print {
  #footer .con_footer .box_hotel .inner address em {
    font-size: 116%;
    line-height: 1.69;
  }
}
.ie8 #footer .con_footer .box_hotel .inner address em {
  font-size: 116%;
  line-height: 1.69;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner address em {
    font-size: 108%;
  }
}
#footer .con_footer .box_hotel .inner .txt_tel {
  margin-top: 10px;
  color: #e0cdb0;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner .txt_tel {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner .txt_tel {
    font-size: 100%;
  }
}
#footer .con_footer .box_hotel .inner .txt_tel a, #footer .con_footer .box_hotel .inner .txt_tel span {
  color: #e0cdb0;
  font-size: 115%;
  font-family: "Cinzel", serif;
  text-decoration: none;
}
#footer .con_footer .box_hotel .inner .txt_tel a em, #footer .con_footer .box_hotel .inner .txt_tel span em {
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner .txt_tel a em, #footer .con_footer .box_hotel .inner .txt_tel span em {
    text-decoration: underline;
  }
}
#footer .con_footer .box_hotel .inner .sns {
  margin-top: 20px;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_hotel .inner .sns {
    margin-top: 1em;
  }
}
#footer .con_footer .box_hotel .inner .sns li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
}
#footer .con_footer .box_hotel .inner .sns li + li {
  margin-left: 10px;
}
#footer .con_footer .box_hotel .inner .sns li + li a {
  display: block;
  padding: 1px 8px 1px 6px;
  height: 20px;
  background: #1b95e0;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
}
#footer .con_footer .box_hotel .inner .sns li + li a i {
  font-size: 13px;
  margin-right: 3px;
}
#footer .con_footer .box_hotel .inner .sns li + li + li {
  margin-left: 10px;
}
#footer .con_footer .box_hotel .inner .sns li + li + li a {
  display: block;
  padding: 1px 8px 1px 6px;
  height: 20px;
  background: linear-gradient(to top right, #ffda7d 0%, #f13f79 50%, #427eff 100%) no-repeat;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
}
#footer .con_footer .box_hotel .inner .sns li + li + li a i {
  font-size: 13px;
  margin-right: 3px;
}
#footer .con_footer .box_hotel .inner .btn {
  max-width: 80%;
  margin: 1em auto 0;
}
#footer .con_footer .box_hotel .inner .btn a {
  display: block;
  padding: .5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
#footer .con_footer .box_hotel .inner .btn a:before {
  content: '\f1c1';
  font-family: FontAwesome;
  margin-right: .5em;
}
#footer .con_footer .box_hotel .inner .btn a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#footer .con_footer .box_info {
  padding: 30px 0 30px 3.125%;
  background: #ecf2f4;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_info {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_info {
    width: 56.51042%;
  }
}
@media print {
  #footer .con_footer .box_info {
    width: 56.51042%;
  }
}
.ie8 #footer .con_footer .box_info {
  width: 56.51042%;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_info .inner {
    width: 680px;
    display: table;
  }
}
@media print {
  #footer .con_footer .box_info .inner {
    width: 680px;
    display: table;
  }
}
.ie8 #footer .con_footer .box_info .inner {
  width: 680px;
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_info .inner {
    width: 700px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner {
    width: 95%;
    margin: auto;
  }
}
#footer .con_footer .box_info .inner .wrp_info {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info {
    margin-top: 1em;
  }
}
#footer .con_footer .box_info .inner .wrp_info:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .wrp_info {
    display: table;
  }
}
@media print {
  #footer .con_footer .box_info .inner .wrp_info {
    display: table;
  }
}
.ie8 #footer .con_footer .box_info .inner .wrp_info {
  display: table;
}
#footer .con_footer .box_info .inner .wrp_info dt, #footer .con_footer .box_info .inner .wrp_info dd {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_info .inner .wrp_info dt, #footer .con_footer .box_info .inner .wrp_info dd {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dt, #footer .con_footer .box_info .inner .wrp_info dd {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .wrp_info dt, #footer .con_footer .box_info .inner .wrp_info dd {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print {
  #footer .con_footer .box_info .inner .wrp_info dt, #footer .con_footer .box_info .inner .wrp_info dd {
    display: table-cell;
    vertical-align: middle;
  }
}
.ie8 #footer .con_footer .box_info .inner .wrp_info dt, .ie8 #footer .con_footer .box_info .inner .wrp_info dd {
  display: table-cell;
  vertical-align: middle;
}
#footer .con_footer .box_info .inner .wrp_info dt {
  background: #a1abb0;
  text-align: center;
  color: #fff;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .wrp_info dt {
    width: 225px;
  }
}
@media print {
  #footer .con_footer .box_info .inner .wrp_info dt {
    width: 225px;
  }
}
.ie8 #footer .con_footer .box_info .inner .wrp_info dt {
  width: 225px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd {
    padding: .5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info {
    text-align: center;
  }
}
#footer .con_footer .box_info .inner .wrp_info dd .info + .info {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info + .info {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info + .info {
    margin-top: 0.8em;
  }
}
#footer .con_footer .box_info .inner .wrp_info dd .info .st {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info .st {
    margin-bottom: 0.3em;
  }
}
#footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel a, #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel span {
  color: #3f7cc5;
  font-size: 124%;
  line-height: 1.2;
  font-family: "Cinzel", serif;
  text-decoration: none;
}
#footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel a em, #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel span em {
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel a em, #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel span em {
    text-decoration: underline;
  }
}
#footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel i {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel i {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info .txt_tel i {
    font-size: 93%;
  }
}
#footer .con_footer .box_info .inner .wrp_info dd .info .txt_fax {
  color: #3f7cc5;
  font-size: 108%;
  font-family: "Cinzel", serif;
}
#footer .con_footer .box_info .inner .wrp_info dd .info .txt_fax em {
  font-size: 129%;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .wrp_info dd .info .txt {
    font-size: 108%;
  }
}
@media print {
  #footer .con_footer .box_info .inner .wrp_info dd .info .txt {
    font-size: 108%;
  }
}
.ie8 #footer .con_footer .box_info .inner .wrp_info dd .info .txt {
  font-size: 108%;
}
#footer .con_footer .box_info .inner .btn {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_info .inner .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .btn {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .btn {
    width: 345px;
  }
}
@media print {
  #footer .con_footer .box_info .inner .btn {
    width: 345px;
  }
}
.ie8 #footer .con_footer .box_info .inner .btn {
  width: 345px;
}
#footer .con_footer .box_info .inner .btn a {
  display: block;
  padding: .5em 1.5em;
  border: 1px solid #d6dcdd;
  background: #fff;
  box-sizing: border-box;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
#footer .con_footer .box_info .inner .btn a:before {
  content: '\f0e0';
  margin-right: .5em;
  color: #004ea2;
  line-height: 1;
  vertical-align: baseline !important;
}
#footer .con_footer .box_info .inner .btn a:before, #footer .con_footer .box_info .inner .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .con_footer .box_info .inner .btn a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  vertical-align: baseline;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_info .inner .btn a {
    font-size: 116%;
  }
}
@media print {
  #footer .con_footer .box_info .inner .btn a {
    font-size: 116%;
  }
}
.ie8 #footer .con_footer .box_info .inner .btn a {
  font-size: 116%;
}
#footer .con_footer .box_info .inner .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .con_footer .box_info .inner .btn a:hover:after {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
#footer .con_footer .box_info .inner .wrp_att {
  padding: 10px 15px;
  border: 1px solid #b0bdc2;
  margin-top: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_att {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info .inner .wrp_att {
    margin-top: 1em;
  }
}
#footer .glogo {
  margin: 15px 0 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .glogo {
    margin: 0.8em 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .glogo img {
    width: 7em;
    max-width: 120px;
  }
}
#footer #copyright {
  padding-bottom: .5em;
  text-align: center;
  font-family: "Times New Roman", serif;
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
  position: fixed;
  left: 0;
  bottom: -4em;
  z-index: 1001;
  display: table;
  width: 100%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  -webkit-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
.activeFix #menu {
  bottom: 0;
}
#menu li {
  display: table-cell;
  vertical-align: bottom;
  width: 25%;
}
#menu li a, #menu li span {
  display: block;
  padding: .7em 0 .3em;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #4f7d9f;
}
#menu li a:before, #menu li span:before {
  display: block;
  margin: 0 0 .2em !important;
  line-height: 1;
  font-size: 116%;
}
#menu li:nth-child(1) a:before, #menu li:nth-child(1) a:after, #menu li:nth-child(1) span:before, #menu li:nth-child(1) span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(1) a:before, #menu li:nth-child(1) span:before {
  content: "";
  margin-right: .5em;
}
#menu li:nth-child(2) a {
  border-left: 1px solid #4f7d9f;
}
#menu li:nth-child(2) a:before, #menu li:nth-child(2) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(2) a:before {
  content: "";
  margin-right: .5em;
}
#menu li:nth-child(3) a {
  background: #c4801d;
  color: #fff;
}
#menu li:nth-child(3) a:before, #menu li:nth-child(3) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(3) a:before {
  content: "";
  margin-right: .5em;
}
#menu li:nth-child(4) {
  position: relative;
}
#menu li:nth-child(4) span {
  padding: 2.05em 0 .3em;
  color: #fff;
  background: url(../images/common/bg1.png) left top;
}
#menu li:nth-child(4) .ic {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 1.5em;
  height: 2px;
  margin: -1px auto 0;
  background: #fff;
  -moz-transition: background 500ms ease 1000ms;
  -o-transition: background 500ms ease 1000ms;
  -webkit-transition: background 500ms ease;
  -webkit-transition-delay: 1000ms;
  transition: background 500ms ease 1000ms;
}
#menu li:nth-child(4) .ic:before, #menu li:nth-child(4) .ic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  -moz-transition: top 500ms ease 1000ms, bottom 500ms ease 1000ms, -moz-transform 1000ms ease;
  -o-transition: top 500ms ease 1000ms, bottom 500ms ease 1000ms, -o-transform 1000ms ease;
  -webkit-transition: top 500ms ease, bottom 500ms ease, -webkit-transform 1000ms ease;
  -webkit-transition-delay: 1000ms, 1000ms, 0s;
  transition: top 500ms ease 1000ms, bottom 500ms ease 1000ms, transform 1000ms ease;
}
#menu li:nth-child(4) .ic:before {
  top: -.5em;
}
#menu li:nth-child(4) .ic:after {
  bottom: -.5em;
}
#menu.active {
  bottom: 0 !important;
}
#menu.active li:nth-child(4) .ic {
  background: transparent;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
#menu.active li:nth-child(4) .ic:before, #menu.active li:nth-child(4) .ic:after {
  -moz-transition-delay: 0ms, 0ms, 500ms;
  -o-transition-delay: 0ms, 0ms, 500ms;
  -webkit-transition-delay: 0ms, 0ms, 500ms;
  transition-delay: 0ms, 0ms, 500ms;
}
#menu.active li:nth-child(4) .ic:before {
  top: 0;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#menu.active li:nth-child(4) .ic:after {
  bottom: 0;
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#menu_list {
  position: fixed;
  left: 0;
  top: 100%;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -moz-transition: top 1000ms ease-out, opacity 800ms ease;
  -o-transition: top 1000ms ease-out, opacity 800ms ease;
  -webkit-transition: top 1000ms ease-out, opacity 800ms ease;
  transition: top 1000ms ease-out, opacity 800ms ease;
}
#menu_list.active {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#menu_list .box_menu {
  padding-bottom: 6em;
}
#menu_list .box_menu .st {
  position: relative;
  padding: .5em 0;
  background: url(../images/common/bg1.png) left top;
  color: #fff;
  font-size: 154%;
  text-align: center;
  font-family: "Cinzel", serif;
}
#menu_list .box_menu .st:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1.5em;
  height: 4px;
  margin: auto;
  background: #84afc3;
}
#menu_list .box_menu .list {
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
  margin-top: 1em;
}
#menu_list .box_menu .list li {
  float: left;
  width: 50%;
}
#menu_list .box_menu .list li.l {
  width: 100%;
}
#menu_list .box_menu .list li a {
  position: relative;
  display: block;
  padding: .8em .5em;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
#menu_list .box_menu .list li a:before, #menu_list .box_menu .list li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu_list .box_menu .list li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: .5em;
  top: 50%;
  margin: -.5em 0 0;
  line-height: 1;
}
#menu_list .box_menu .list li:nth-child(2n+2) a {
  border-right: 1px solid #d8d8d8;
}
#menu_list .box_menu .list.rsv li:first-child a {
  background: #c4801d;
  color: #fff;
}
#menu_list .box_menu .list.rsv li:nth-child(2) a {
  color: #c4801d;
}
#menu_list .box_menu .list.rsv li:nth-child(3) a {
  color: #3f7cc5;
}
#menu_list .box_menu .list.menu li:first-child a {
  background: #a1abb0;
  color: #fff;
}
#menu_list .box_menu .lnk {
  overflow: hidden;
}
#menu_list .box_menu .lnk li {
  float: left;
  width: 50%;
  margin-top: .8em;
}
#menu_list .box_menu .lnk li a {
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
#menu_list .box_menu .lnk li a:before, #menu_list .box_menu .lnk li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu_list .box_menu .lnk li a:before {
  content: "";
  margin-right: .5em;
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
}
#menu_list .box_menu .lnk.lang {
  margin-top: 1em;
}
#menu_list .box_menu .btn {
  margin: auto;
  width: 95% !important;
  margin: 1.5em auto 0;
}
@media only screen and (max-width: 767px) {
  #menu_list .box_menu .btn {
    width: 100%;
  }
}
#menu_list .box_menu .btn a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 1em;
  border: 1px solid #00AFD5;
  background: #00AFD5;
  box-sizing: border-box;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  font-size: 116%;
  color: #fff;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  -webkit-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (max-width: 767px) {
  #menu_list .box_menu .btn a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #menu_list .box_menu .btn a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #menu_list .box_menu .btn a {
    font-size: 100%;
  }
}
#menu_list .box_menu .btn a:before, #menu_list .box_menu .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu_list .box_menu .btn a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  vertical-align: baseline;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
#menu_list .box_menu .btn a:hover {
  color: #00AFD5;
  background: #fff;
}
#menu_list .box_menu .btn a:hover:after {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower .con_title {
  position: relative;
  overflow: hidden;
  text-align: center;
}
html.lower .con_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) {
  html.lower .con_title:before {
    height: 200px;
  }
}
@media print {
  html.lower .con_title:before {
    height: 200px;
  }
}
.ie8 html.lower .con_title:before {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  html.lower .con_title:before {
    height: 6.5em;
  }
}
html.lower .con_title h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  padding: 30px 54px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower .con_title h2 {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_title h2 {
    padding: 0.6em 2em;
  }
}
html.lower .con_title h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #6aa5ed;
}
@media only screen and (max-width: 767px) {
  html.lower .con_title h2:before {
    top: -0.15em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_title h2:before {
    width: .3em;
    height: .3em;
  }
}
@media only screen and (min-width: 1101px) {
  html.lower .con_title h2 {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media print {
  html.lower .con_title h2 {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ie8 html.lower .con_title h2 {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1100px) {
  html.lower .con_title h2 {
    -moz-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}
html.lower .con_title h2 > * {
  white-space: nowrap;
}
html.lower .con_title h2 em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
html.lower .con_title h2 em span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: 1;
}
html.lower .con_title h2 > span {
  display: block;
  margin-top: 13px;
  color: #67717d;
  font-size: 131%;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower .con_title h2 > span {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_title h2 > span {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower .con_title h2 > span {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_title h2 > span {
    font-size: 85%;
  }
}
html.lower body:not(.subpage) #contents .con_title h2 {
  background: rgba(255, 255, 255, 0.2);
}
html.lower body:not(.subpage) #contents .con_title h2 em span {
  font-size: 270%;
}
@media only screen and (max-width: 767px) {
  html.lower body:not(.subpage) #contents .con_title h2 em span {
    font-size: 154%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower body:not(.subpage) #contents .con_title .img {
    overflow: hidden;
  }
  html.lower body:not(.subpage) #contents .con_title .img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower body:not(.subpage) #contents .con_title .img {
    overflow: hidden;
  }
  html.lower body:not(.subpage) #contents .con_title .img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
html.lower .subpage #contents .con_title h2 {
  background: rgba(255, 255, 255, 0.7);
}
html.lower .subpage #contents .con_title h2 em span {
  font-size: 231%;
}
@media only screen and (max-width: 767px) {
  html.lower .subpage #contents .con_title h2 em span {
    font-size: 139%;
  }
}
@media only screen and (min-width: 1101px) {
  html.lower .subpage #contents .con_title .img {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
  }
}
@media print {
  html.lower .subpage #contents .con_title .img {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
  }
}
.ie8 html.lower .subpage #contents .con_title .img {
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower .subpage #contents .con_title .img {
    overflow: hidden;
  }
  html.lower .subpage #contents .con_title .img img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .subpage #contents .con_title .img {
    overflow: hidden;
  }
  html.lower .subpage #contents .con_title .img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
html.lower .topicpath {
  margin-top: 13px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  html.lower .topicpath {
    margin-top: 0.5em;
  }
}
html.lower .topicpath li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: .1em;
  text-align: left;
}
html.lower .topicpath li + li:before, html.lower .topicpath li + li:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
html.lower .topicpath li + li:before {
  content: "";
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 .5em;
  color: #68b0d2;
  line-height: 1;
}
html.lower .topicpath li a {
  text-decoration: underline;
}
html.lower .topicpath li a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  border-top: 1px dotted #7f7f7f;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: 10px 20px;
  border-bottom: 1px dotted #7f7f7f;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    line-height: 1.61;
  }
}
@media print {
  table.tbl_basic tr th, table.tbl_basic tr td {
    line-height: 1.61;
  }
}
.ie8 table.tbl_basic tr th, .ie8 table.tbl_basic tr td {
  line-height: 1.61;
}
table.tbl_basic tr th {
  color: #1a3246;
  white-space: nowrap;
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tmp_st1 {
  text-align: center;
}
.tmp_st1:before {
  content: '';
  display: block;
  width: 80px;
  height: 13px;
  margin: 0 auto 13px;
  background: url(../images/common/ic_st1.png) no-repeat left top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .tmp_st1:before {
    margin: 0 auto 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st1:before {
    width: 4em;
  }
}
.tmp_st1 > * {
  display: block;
}
.tmp_st1 > span {
  margin-top: 10px;
  color: #3f61a8;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tmp_st1 > span {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st1 > span {
    font-size: 93%;
  }
}
.tmp_st1 em span {
  font-size: 231%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .tmp_st1 em span {
    font-size: 170%;
  }
}

.tmp_st2 {
  text-align: center;
  font-size: 154%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .tmp_st2 {
    font-size: 139%;
  }
}
.tmp_st2 img {
  vertical-align: middle;
}
.tmp_st2:before, .tmp_st2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 5px;
  height: 5px;
  border: 4px solid #81a2ca;
}
@media only screen and (max-width: 1100px) {
  .tmp_st2:before, .tmp_st2:after {
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st2:before, .tmp_st2:after {
    border: 3px solid #81a2ca;
  }
}
.tmp_st2:before {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .tmp_st2:before {
    margin-right: 0.8em;
  }
}
.tmp_st2:after {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .tmp_st2:after {
    margin-left: 0.8em;
  }
}

.tmp_st3 {
  position: relative;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: .04em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_st3 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st3 {
    font-size: 139%;
  }
}
.tmp_st3:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 auto 15px;
  background: #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .tmp_st3:before {
    margin: 0 auto 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st3:before {
    width: 4em;
  }
}
.tmp_st3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background: #3f7cc5;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tmp_st3:after {
    width: 1em;
  }
}

.tmp_lnk1 a {
  text-decoration: none !important;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
.tmp_lnk1 a:before, .tmp_lnk1 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.tmp_lnk1 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  width: 26px;
  height: 26px;
  border: 1px solid #c4801d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #c4801d;
  line-height: 26px;
  font-size: 120%;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk1 a:after {
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_lnk1 a {
    font-size: 116%;
  }
}
@media print {
  .tmp_lnk1 a {
    font-size: 116%;
  }
}
.ie8 .tmp_lnk1 a {
  font-size: 116%;
}
.tmp_lnk1 a:hover {
  color: #c4801d;
}
.tmp_lnk1 a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}

.tmp_pnav {
  letter-spacing: -.4em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tmp_pnav {
    text-align: center;
  }
}
@media print {
  .tmp_pnav {
    text-align: center;
  }
}
.ie8 .tmp_pnav {
  text-align: center;
}
.tmp_pnav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .tmp_pnav li {
    width: 20%;
  }
  .tmp_pnav li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 115px;
    border-right: 1px solid #ececec;
    margin-top: -57px;
  }
  .tmp_pnav li:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 115px;
    border-left: 1px solid #ececec;
    margin-top: -57px;
  }
}
@media print {
  .tmp_pnav li {
    width: 20%;
  }
  .tmp_pnav li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 115px;
    border-right: 1px solid #ececec;
    margin-top: -57px;
  }
  .tmp_pnav li:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 115px;
    border-left: 1px solid #ececec;
    margin-top: -57px;
  }
}
.ie8 .tmp_pnav li {
  width: 20%;
}
.ie8 .tmp_pnav li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 115px;
  border-right: 1px solid #ececec;
  margin-top: -57px;
}
.ie8 .tmp_pnav li:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 115px;
  border-left: 1px solid #ececec;
  margin-top: -57px;
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li {
    width: 50%;
  }
  .tmp_pnav li a {
    border-right: 1px solid #ececec;
  }
  .tmp_pnav li:nth-child(n+3) {
    margin-top: .5em;
  }
  .tmp_pnav li:nth-child(odd) a {
    border-left: 1px solid #ececec;
  }
}
.tmp_pnav li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li a {
    display: table;
    width: 100%;
  }
}
.tmp_pnav li a .img {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 5px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}
.tmp_pnav li a .txt {
  position: relative;
  padding: 10px 0 0;
  font-size: 139%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li a .txt {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_pnav li a .txt {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li a .txt {
    font-size: 108%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.tmp_pnav li a .txt:before, .tmp_pnav li a .txt:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.tmp_pnav li a .txt:after {
  content: "";
  margin-left: .5em;
  display: block;
  color: #9d9d9d;
  line-height: 1;
  margin: 10px 0 0;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li a .txt:after {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_pnav li a .txt:after {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -.5em;
  }
}
.tmp_pnav li a .txt.two {
  height: 4em;
}
.tmp_pnav li a:hover .img {
  border-color: #d1e6ff;
}
.tmp_pnav li a:hover .txt {
  color: #3f7cc5;
}
.tmp_pnav li a:hover .txt:after {
  -moz-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

.tmp_lnk {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk {
    margin-top: 2.5em;
  }
}
.tmp_lnk h3 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk h3 {
    margin-bottom: 1em;
  }
}
.tmp_lnk ul {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tmp_lnk ul {
    letter-spacing: -.4em;
  }
}
@media print {
  .tmp_lnk ul {
    letter-spacing: -.4em;
  }
}
.ie8 .tmp_lnk ul {
  letter-spacing: -.4em;
}
.tmp_lnk ul li {
  margin: 0 0 0 6.36364%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk ul li {
    margin: 0 0 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_lnk ul li {
    width: 14.72727%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media print {
  .tmp_lnk ul li {
    width: 14.72727%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.ie8 .tmp_lnk ul li {
  width: 14.72727%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk ul li {
    width: 18.4%;
    max-width: 162px;
  }
}
.tmp_lnk ul li:first-child {
  margin: 0;
}
.tmp_lnk ul li a {
  display: block;
  text-decoration: none;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a {
    letter-spacing: -.4em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a > * {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
.tmp_lnk ul li a .img {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .img {
    width: 25%;
  }
}
.tmp_lnk ul li a .img img {
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.tmp_lnk ul li a .txt {
  position: relative;
  padding: 40px 0 0;
  text-align: center;
  font-size: 139%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk ul li a .txt {
    padding: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt {
    padding: 0 1.5em 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .tmp_lnk ul li a .txt {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt {
    width: 72%;
  }
}
.tmp_lnk ul li a .txt:before {
  content: '';
  position: absolute;
  top: -15px;
  background: #64a1ec;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt:before {
    top: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_lnk ul li a .txt:before {
    width: 1px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print {
  .tmp_lnk ul li a .txt:before {
    width: 1px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.ie8 .tmp_lnk ul li a .txt:before {
  width: 1px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk ul li a .txt:before {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt:before {
    width: 2.5em;
    height: 1px;
    left: -.5em;
  }
}
.tmp_lnk ul li a .txt .arrow {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background: #000;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_lnk ul li a .txt .arrow {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt .arrow {
    margin: 0;
  }
}
@media only screen and (min-width: 1101px) {
  .tmp_lnk ul li a .txt .arrow {
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    -webkit-transition: width 500ms ease;
    transition: width 500ms ease;
  }
}
@media print {
  .tmp_lnk ul li a .txt .arrow {
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    -webkit-transition: width 500ms ease;
    transition: width 500ms ease;
  }
}
.ie8 .tmp_lnk ul li a .txt .arrow {
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5em;
  }
}
.tmp_lnk ul li a .txt .arrow:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt .arrow:after {
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lnk ul li a .txt .arrow:after {
    width: .4em;
    height: .4em;
  }
}
.tmp_lnk ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 1101px) {
  .tmp_lnk ul li a:hover .img img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media print {
  .tmp_lnk ul li a:hover .img img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.ie8 .tmp_lnk ul li a:hover .img img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media only screen and (min-width: 1101px) {
  .tmp_lnk ul li a:hover .txt .arrow {
    width: 45px;
  }
}
@media print {
  .tmp_lnk ul li a:hover .txt .arrow {
    width: 45px;
  }
}
.ie8 .tmp_lnk ul li a:hover .txt .arrow {
  width: 45px;
}

.tmp_btn1 {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tmp_btn1 {
    width: 100%;
  }
}
.tmp_btn1 a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 1em;
  border: 1px solid #3f7cc5;
  background: #fff;
  box-sizing: border-box;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  font-size: 116%;
  color: #3f7cc5;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  -webkit-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_btn1 a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_btn1 a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn1 a {
    font-size: 100%;
  }
}
.tmp_btn1 a:before, .tmp_btn1 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.tmp_btn1 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  vertical-align: baseline;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.tmp_btn1 a:hover {
  color: #fff;
  background: #3f7cc5;
}
.tmp_btn1 a:hover:after {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.tmp_btn1 a {
  padding: 5px 1em;
  text-decoration: none !important;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .tmp_btn1 a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_btn1 a {
    width: 245px;
  }
}
@media print {
  .tmp_btn1 a {
    width: 245px;
  }
}
.ie8 .tmp_btn1 a {
  width: 245px;
}

.tmp_btn2 {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .tmp_btn2 {
    width: 100%;
  }
}
.tmp_btn2 a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 1em;
  border: 1px solid #c4801d;
  background: #c4801d;
  box-sizing: border-box;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  font-size: 116%;
  color: #fff;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  -webkit-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .tmp_btn2 a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_btn2 a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn2 a {
    font-size: 100%;
  }
}
.tmp_btn2 a:before, .tmp_btn2 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.tmp_btn2 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  vertical-align: baseline;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.tmp_btn2 a:hover {
  color: #c4801d;
  background: #fff;
}
.tmp_btn2 a:hover:after {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.tmp_btn2 a {
  padding: 15px 1em;
  text-decoration: none !important;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .tmp_btn2 a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_btn2 a {
    width: 265px;
  }
}
@media print {
  .tmp_btn2 a {
    width: 265px;
  }
}
.ie8 .tmp_btn2 a {
  width: 265px;
}
