@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */


/* !HTML5 elements
---------------------------------------------------------- */
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/* !Reseting
---------------------------------------------------------- */
body {
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;*/
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  /* font-size: 87.5%; */
  font-size: 95%;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #484949;
}
#wpstats {display: none;}
@media screen and (min-width: 768px) and (max-width: 979px) {
body {
  /* font-size: 81.25%; */
  font-size: 90%;
}
}
@media screen and (max-width: 767px) {
body {
  /* font-size: 75%; */
  font-size: 80%;
}
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6,.fhmp {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
label input {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-appearance: none;*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
a, input {
  outline: none;
}
abbr, acronym {
  border: 0;
}
i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #484949;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
  text-decoration: underline;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img,
.op input {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.op:hover img,
.op:hover input {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 767px) {

a:hover {
  text-decoration: none;
}
.op:hover img,
.op:hover input {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}

/* !Inline Align ------------------------------------------------------------ */
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
/* !Width ------------------------------------------------------------------- */
.w10per {
  width: 10% !important;
}
.w20per {
  width: 20% !important;
}
.w40per {
  width: 40% !important;
}
.whalf {
  width: 48% !important;
}
.wtri {
  width: 33% !important;
}
.wquart {
  width: 24% !important;
}
.wfull {
  width: 99.9% !important;
}
.wmax {
  width: 100% !important;
}

/* !Floats ------------------------------------------------------------------ */
.fll {
  float: left;
}
.flr {
  float: right;
}
.ftbox {
  overflow: hidden;
 *zoom: 1;
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bgn {
  background: none !important;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}
body {
}
@media print {
html,  html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.sectionbox {
  padding-bottom: 120px;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.sectionbox {
  padding-bottom: 120px;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner {
  padding: 0 10px;
  position: relative;
}
.sectionbox {
  padding-bottom: 60px;
}

}
@media screen and (max-width: 767px) {
#wrapper {
  /*padding-bottom: 50px;*/
  overflow: hidden;
  /*position: relative;
  z-index: 1;*/
  min-width: 320px;
}
.sectionbox {
  padding-bottom: 60px;
}
.mainbox {
  padding: 0 10px;
}
}
/* !header
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#header {
  width: 100%;
  background: url(/common/img/bg_header.png) 0 0 repeat-x;
  position: relative;
}
#header .sp_sub_menu {display: none;}
#headerlogo {
  float: left;
  width: 39%;
  position: relative;
}
#headerlogo:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #1f273f;
  content: "";
  z-index: 1;
}
#headerlogo > * {
  position: relative;
  z-index: 2;
}
#headerlinks {
  float: right;
  width: 60%;
  text-align: right;
  padding: 5px 0 0;
}
#headerlanguage p {
  float: right;
  margin-left: 25px;
}
#headerlanguage ul {
  float: right;
  padding: 4px 0 0;
}
#headerlanguage ul li {
  float: left;
  padding: 0 17px;
}
#headerlanguage ul li + li {
  border-left: 1px solid #e3e2e2;
}
#headerlanguage ul li a {
  display: block;
  line-height: 1.428;
}
#headerlinks .headerlink {
  margin-top: 20px;
}
#headerlinks .headerlink li {
  display: inline-block;
  padding: 0 20px 0 0;
}
#headerlinks .headerlink li:last-child {
  padding: 0;
}
#headerlinks .headerlink li a i {
  color: #bab6a2;
}
#headerlinks .headertel {
  color: #323b54;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 214%;
  line-height: 1;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
#header {
  width: 100%;
  background: url(/common/img/bg_header.png) 0 0 repeat-x;
}
#header .sp_sub_menu {display: none;}
#headerlogo {
  float: left;
  width: 39%;
  position: relative;
}
#headerlogo:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #1f273f;
  content: "";
  z-index: 1;
}
#headerlogo > * {
  position: relative;
  z-index: 2;
}
#headerlinks {
  float: right;
  width: 60%;
  text-align: right;
  padding: 24px 0 0;
}
#headerlanguage p {
  float: right;
  margin-left: 25px;
}
#headerlanguage ul {
  float: right;
  padding: 4px 0 0;
}
#headerlanguage ul li {
  float: left;
  padding: 0 17px;
}
#headerlanguage ul li + li {
  border-left: 1px solid #e3e2e2;
}
#headerlanguage ul li a {
  display: block;
  line-height: 1.428;
}
#headerlinks .headerlink {
  margin-top: 26px;
}
#headerlinks .headerlink li {
  display: inline-block;
  padding: 0 20px 0 0;
}
#headerlinks .headerlink li:last-child {
  padding: 0;
}
#headerlinks .headerlink li a i {
  color: #bab6a2;
}
#headerlinks .headertel {
  color: #323b54;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 214%;
  line-height: 1;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#header {
  width: 100%;
  background: url(/common/img/bg_header.png) 0 0 repeat-x;
}
#header .sp_sub_menu {display: none;}
#headerlogo {
  float: left;
  width: 39%;
  position: relative;
}
#headerlogo:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #1f273f;
  content: "";
  z-index: 1;
}
#headerlogo > * {
  position: relative;
  z-index: 2;
}
#headerlinks {
  float: right;
  width: 60%;
  text-align: right;
  padding: 12px 0 0;
}
#headerlanguage p {
  float: right;
  margin-left: 25px;
}
#headerlanguage ul {
  float: right;
  padding: 4px 0 0;
}
#headerlanguage ul li {
  float: left;
  padding: 0 17px;
}
#headerlanguage ul li + li {
  border-left: 1px solid #e3e2e2;
}
#headerlanguage ul li a {
  display: block;
  line-height: 1.428;
}
#headerlinks .headerlink {
  margin-top: 15px;
}
#headerlinks .headerlink li {
  display: inline-block;
  padding: 0 20px 0 0;
}
#headerlinks .headerlink li:last-child {
  padding: 0;
}
#headerlinks .headerlink li a i {
  color: #bab6a2;
}
#headerlinks .headertel {
  color: #323b54;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 180%;
  line-height: 1;
}
}

@media screen and (max-width: 767px) {
#header {
  width: 100%;
  position: relative;
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}
#header .sp_sub_menu {
  background: #232f4a;
}
#header .sp_sub_menu {
  margin-left: -1px;
  background: #3b4563;
}
#header .sp_sub_menu li {
  float: left;
  padding-left: 1px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .sp_sub_menu li a {
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  position: relative;
  padding: 15px 0 15px;
  text-align: center;
  word-break: break-all;
  background: -moz-linear-gradient(top, #24304c, #161e36);
  background: -webkit-gradient(linear, top, from(#24304c), to(#161e36));
  background: -webkit-linear-gradient(top, #24304c, #161e36);
}
#header .sp_sub_menu li a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #34436d;
  content: "";
}
#headerlogo {
  float: left;
}
#headerlogo img {
  width: 250px;
}
#headerlinks {
  float: right;
}
#headerlinks .languagetoggle {
  width: 70px;
  height: 55px;
  float: right;
  background: #090e1d;
}
#headerlinks .languagetoggle a {
  width: 70px;
  height: 55px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#headerlinks .languagetoggle a i {
  display: block;
  margin: 0;
  font-size: 150%;
}
#headerlanguage,
#headerlinks .headerlink {
  display: none;
}


}
.languagelist {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10000;
  background: url(../../common/img/bg_menu.png) 0 0 repeat;
  width: 100%;
  display: none;
}
.languagelist li {
  border-bottom: 1px solid #e3e2e2;
}
.languagelist li a {
  display: block;
  padding: 11px 10px;
}
.languagelist li a i {
  color: #bab6a2;
}

ul.bread{
  float: left;
  margin: 0 0 5px 0;
}
ul.bread li{
  display: inline-block;
}

ul.bread li .fa.fa-angle-right{
  margin: 0;
  padding: 0 5px;
}

/* !breadcrumb
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#breadcrumb {
  padding: 40px 0 60px;
  background: #f3f5f9;
}

.breadcrumb {
  float: left;
}
.breadcrumb a {
  color: #364774;
  text-decoration: underline;
  margin-right: 20px;
  display: inline-block;
}
.breadcrumb i {
  margin-right: 20px;
}



.sns {
  float: right;
}
.sns li {
  float: right;
  margin-left: 10px;
}
.sns li i {
  margin-right: 5px;
}
.sns li a:hover {
  text-decoration: none;
}
.btnfacebook {
  width: 70px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c69ba', endColorstr='#3b55a1',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4c69ba, #3b55a1);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#4c69ba), to(#3b55a1));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4c69ba, #3b55a1);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4c69ba, #3b55a1);
  /* IE9+ */
  background: -ms-linear-gradient(top, #4c69ba, #3b55a1);
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  display: block;

}
.btntwitter {
  width: 84px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e0e0e0',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#fdfdfd), to(#e0e0e0));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* IE9+ */
  background: -ms-linear-gradient(top, #fdfdfd, #e0e0e0);
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btntwitter i {
  color: #00acee;

}
.btngoogle {
  width: 60px;
  height: 26px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btngoogle i {
  color: #db4437;

}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
#breadcrumb {
  padding: 40px 0 60px;
  background: #f3f5f9;
}

.breadcrumb {
  float: left;
}
.breadcrumb a {
  color: #364774;
  text-decoration: underline;
  margin-right: 20px;
  display: inline-block;
}
.breadcrumb i {
  margin-right: 20px;
}

.sns {
  float: right;
}
.sns li {
  float: right;
  margin-left: 10px;
}
.sns li a:hover {
  text-decoration: none;
}
.btnfacebook {
  width: 70px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c69ba', endColorstr='#3b55a1',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4c69ba, #3b55a1);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#4c69ba), to(#3b55a1));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4c69ba, #3b55a1);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4c69ba, #3b55a1);
  /* IE9+ */
  background: -ms-linear-gradient(top, #4c69ba, #3b55a1);
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  display: block;

}
.btntwitter {
  width: 84px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e0e0e0',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#fdfdfd), to(#e0e0e0));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* IE9+ */
  background: -ms-linear-gradient(top, #fdfdfd, #e0e0e0);
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btntwitter i {
  color: #00acee;

}
.btngoogle {
  width: 60px;
  height: 26px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btngoogle i {
  color: #db4437;

}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#breadcrumb {
  padding: 40px 0 60px;
  background: #f3f5f9;
}

.breadcrumb {
  float: left;
}
.breadcrumb a {
  color: #364774;
  text-decoration: underline;
  margin-right: 20px;
  display: inline-block;
}
.breadcrumb i {
  margin-right: 20px;
}

.sns {
  float: right;
}
.sns li {
  float: right;
  margin-left: 10px;
}
.sns li a:hover {
  text-decoration: none;
}
.btnfacebook {
  width: 70px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c69ba', endColorstr='#3b55a1',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4c69ba, #3b55a1);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#4c69ba), to(#3b55a1));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4c69ba, #3b55a1);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4c69ba, #3b55a1);
  /* IE9+ */
  background: -ms-linear-gradient(top, #4c69ba, #3b55a1);
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  display: block;

}
.btntwitter {
  width: 84px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e0e0e0',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#fdfdfd), to(#e0e0e0));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* IE9+ */
  background: -ms-linear-gradient(top, #fdfdfd, #e0e0e0);
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btntwitter i {
  color: #00acee;

}
.btngoogle {
  width: 60px;
  height: 26px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btngoogle i {
  color: #db4437;

}
}

@media screen and (max-width: 767px) {
#breadcrumb {
  padding: 20px 10px 20px;
  background: #f3f5f9;
}

.breadcrumb {
  float: left;
  margin-bottom: 5px;
  line-height: 26px;
}
.breadcrumb a {
  color: #364774;
  text-decoration: underline;
  margin-right: 10px;
  display: inline-block;
}
.breadcrumb i {
  margin-right: 10px;
}

.sns {
  float: right;
}
.sns li {
  float: right;
  margin-left: 5px;
}
.sns li a:hover {
  text-decoration: none;
}
.btnfacebook {
  width: 70px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c69ba', endColorstr='#3b55a1',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4c69ba, #3b55a1);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#4c69ba), to(#3b55a1));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4c69ba, #3b55a1);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4c69ba, #3b55a1);
  /* IE9+ */
  background: -ms-linear-gradient(top, #4c69ba, #3b55a1);
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  display: block;

}
.btntwitter {
  width: 84px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e0e0e0',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#fdfdfd), to(#e0e0e0));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fdfdfd, #e0e0e0);
  /* IE9+ */
  background: -ms-linear-gradient(top, #fdfdfd, #e0e0e0);
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btntwitter i {
  color: #00acee;

}
.btngoogle {
  width: 60px;
  height: 26px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;

}
.btngoogle i {
  color: #db4437;

}
}
/* !#gnavi
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#gnavi {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2px 0;
}
#gnavi li {
  float: left;
  width: 14.2859%;
  position: relative;
}

#gnavi li img.bestrate {
  position: absolute;
  z-index: 2;
}

#gnavi li a {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 114%;
  line-height: 1.625;
  color: #616363;
  text-align: center;
  padding: 18px 0 16px;
  position: relative;
}
#gnavi li a:before {
  position: absolute;
  left: 0;
  top: 21.25%;
  width: 1px;
  height: 57.5%;
  background: #e3e2e2;
  content: "";
}
#gnavi li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#gnavi li a span {
  display: block;
  font-size: 68.75%;
  line-height: 1.81;
  color: #b4b2af;
}
#gnavi li a.navplan {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a38851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a38851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a38851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a38851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a38851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a38851);
  color: #fff;
}
#gnavi li a.navplan span {
  color: #d8d2b7;
}
#gnavi li a.navplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
/* ドロップダウンメニュー用 */
#gnavi ul.child {
  display: none;
  position: absolute;
  padding: 20px 0 0 20px;
  z-index: 5000;
  background-color: #fff;
  width: 600px;
}

#gnavi ul.child li {
  margin: 0 3% 3% 0;
  line-height: 0;
  overflow: hidden;
  background: #eceff5;
  border-bottom: 1px solid #d8dfe7;
  padding: 14px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#gnavi ul.child li:nth-child(even) {
  margin: 0 0 3% 0;
}

#gnavi ul.child li a{
  display: block;
  color: #616363;
  padding: 0;
}

#gnavi ul.child li a:before {
  background: none;
}

#gnavi ul.child li .img {
  float: left;
}

#gnavi ul.child li .tit {
  padding: 3% 0 0 0;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
#gnavi {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2px 0;
}
#gnavi li {
  float: left;
  width: 14.2857%;
}

#gnavi li a {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 114%;
  line-height: 1.625;
  color: #616363;
  text-align: center;
  padding: 18px 0 16px;
  position: relative;
}
#gnavi li a:before {
  position: absolute;
  left: 0;
  top: 21.25%;
  width: 1px;
  height: 57.5%;
  background: #e3e2e2;
  content: "";
}
#gnavi li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#gnavi li a span {
  display: block;
  font-size: 68.75%;
  line-height: 1.81;
  color: #b4b2af;
}
#gnavi li a.navplan {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a38851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a38851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a38851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a38851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a38851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a38851);
  color: #fff;
}
#gnavi li a.navplan span {
  color: #d8d2b7;
}
#gnavi li a.navplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
/* ドロップダウンメニュー用 */
#gnavi ul.child {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px 0 0 20px;
  z-index: 5000;
  background-color: #fff;
  width: 100%;
  z-index: 99999;
}

#gnavi ul.child li {
  margin: 0 3% 3% 0;
  line-height: 0;
  overflow: hidden;
  background: #eceff5;
  border-bottom: 1px solid #d8dfe7;
  padding: 14px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#gnavi ul.child li:nth-child(even) {
  margin: 0 0 3% 0;
}

#gnavi ul.child li a{
  display: block;
  color: #616363;
  padding: 0;
}

#gnavi ul.child li a:before {
  background: none;
}

#gnavi ul.child li .img {
  float: left;
}

#gnavi ul.child li .tit {
  padding: 3% 0 0 0;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#gnavi {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1px 0;
}
#gnavi li {
  float: left;
  width: 14.2857%;
}

#gnavi li a {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 114%;
  line-height: 1.625;
  color: #616363;
  text-align: center;
  padding: 18px 0 16px;
  position: relative;
}
#gnavi li a:before {
  position: absolute;
  left: 0;
  top: 21.25%;
  width: 1px;
  height: 57.5%;
  background: #e3e2e2;
  content: "";
}
#gnavi li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#gnavi li a span {
  display: block;
  font-size: 68.75%;
  line-height: 1.81;
  color: #b4b2af;
}
#gnavi li a.navplan {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a38851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a38851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a38851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a38851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a38851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a38851);
  color: #fff;
}
#gnavi li a.navplan span {
  color: #d8d2b7;
}
#gnavi li a.navplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
/* ドロップダウンメニュー用 */
#gnavi ul.child {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px 0 0 20px;
  z-index: 5000;
  background-color: #fff;
  width: 100%;
  z-index: 99999;
}

#gnavi ul.child li {
  margin: 0 3% 3% 0;
  line-height: 0;
  overflow: hidden;
  background: #eceff5;
  border-bottom: 1px solid #d8dfe7;
  padding: 14px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#gnavi ul.child li:nth-child(even) {
  margin: 0 0 3% 0;
}

#gnavi ul.child li a{
  display: block;
  color: #616363;
  padding: 0;
}

#gnavi ul.child li a:before {
  background: none;
}

#gnavi ul.child li .img {
  float: left;
}

#gnavi ul.child li .tit {
  padding: 3% 0 0 0;
}
}

@media screen and (max-width: 767px) {
#gnavi {
  display: none;
}
}
/* !.gnavsmart
---------------------------------------------------------- */
.gnavsmart {
  display: none;
}
@media screen and (max-width: 767px) {
.gnavsmart {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;

}
.gnavsmart .gnavsmartinner {
    width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #f3f5f9;
}
.gnavsmart ul {
  margin-left: -1px;
}
.gnavsmart li {
    float: left;
  padding-left: 1px;
    width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gnavsmart li a {
    color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    display: block;
  position: relative;
    padding: 7px 0 5px;
    text-align: center;
    word-break: break-all;
  background: -moz-linear-gradient(top, #24304c, #161e36);
  background: -webkit-gradient(linear, top, from(#24304c), to(#161e36));
  background: -webkit-linear-gradient(top, #24304c, #161e36);
}
.gnavsmart li a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #34436d;
  content: "";
}
.gnavsmart li a i {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.gnavsmart li.btnsearch a {
  background: -moz-linear-gradient(top, #b59d69, #a38851);
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a38851));
  background: -webkit-linear-gradient(top, #b59d69, #a38851);
}
.gnavsmart li.btnsearch a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #d5c796;
  content: "";
}
.gnavsmart li.btnmenu a {
  background: -moz-linear-gradient(top, #923241, #7c202c);
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  background: -webkit-linear-gradient(top, #923241, #7c202c);
}
.gnavsmart li.btnmenu a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #c1485c;
  content: "";
}

.gnavsmart .gnavsmartinner.fixed {
    position: fixed;
}
}


/* !#menu
---------------------------------------------------------- */
.modal {
    display: none;
  position: relative;
  z-index: 99999;
}
.modalbody {
    height: 100%;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    z-index: 10000;
}

.modalbg {
    background: url(../../common/img/bg_menu.png) 0 0 repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modalheader {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}
.modalheader h2 {
  font-size: 150%;
  color: #fff;
  line-height: 55px;
  padding: 0 0 0 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  float: left;
}
.modalheader .close {
  width: 70px;
  height: 55px;
  float: right;
  background: #090e1d;
}
.modalheader .close a {
  width: 70px;
  height: 55px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.modalheader .close a i {
  display: block;
  margin: 0;
  font-size: 150%;
}
.modal .modallist {
  margin-bottom: 20px;
}
.modal .modallist li {
    float: left;
    width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e2e2;
}
.modal .modallist li:nth-child(2n) {
  border-left: 1px solid #e3e2e2;
}
.modal .modallist li a {
  display: block;
  padding: 11px 10px;
}
.modal .modallist li a i {
  color: #bab6a2;
}
.modal .modallink {
  padding: 0 10px;
  margin-bottom: 20px;
}

/* !mainimg
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#mainimg {
  width: 100%;
  background: url(../../img/bg_mainimg.png) 0 0 repeat-x;
  background-size: auto 100%;
  overflow: hidden;
}

#mainimg .mainmap {
  position: absolute;
  width: 40.625%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #181f39;
  right: 2.67%;
  top: 4%;
  z-index: 2;
}
#mainimg .mainmaptitle {
  position: absolute;
  background: #181e39;
  color: #fff;
  font-size: 157%;
  line-height: 1.36;
  padding: 0 20px 10px 16px;
  width: 61.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  left: 10px;
  top: 10px;
  z-index: 2;
}
#mainimg .mainmaptitle span {
  color: #efcc83;
}
#mainimg .mainmaptitle .min {
  font-size: 120%;
}
#mainimg .mainmaptitle:before {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  background: url(../../img/bg_map_title.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 100%;
  content: "";
}
#mainimg .mainmapclose {
  width: 13.18%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
#mainimg .mainmap ul {
  margin-top: 10px;
  margin-left: -10px;
}
#mainimg .mainmap ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
}
#mainimg .mainmap ul li a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#mainimg .mainmap ul li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#mainimg .mainmap ul li a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}

}
@media screen and (min-width: 980px) and (max-width: 1199px) {
#mainimg {
  width: 100%;
  background: url(../../img/bg_mainimg.png) 0 0 repeat-x;
  background-size: auto 100%;
  overflow: hidden;
}
#mainimg .bx-wrapper .bx-prev {
  left: 0;
}

#mainimg .bx-wrapper .bx-next {
  right: 0;
}
#mainimg .mainmap {
  position: absolute;
  width: 40.625%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #181f39;
  right: 2.67%;
  top: 4%;
  z-index: 2;
}
#mainimg .mainmaptitle {
  position: absolute;
  background: #181e39;
  color: #fff;
  font-size: 157%;
  line-height: 1.36;
  padding: 0 20px 10px 16px;
  width: 61.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  left: 10px;
  top: 10px;
  z-index: 2;
}
#mainimg .mainmaptitle span {
  color: #efcc83;
}
#mainimg .mainmaptitle .min {
  font-size: 120%;
}
#mainimg .mainmaptitle:before {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  background: url(../../img/bg_map_title.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 100%;
  content: "";
}
#mainimg .mainmapclose {
  width: 13.18%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
#mainimg .mainmap ul {
  margin-top: 10px;
  margin-left: -10px;
}
#mainimg .mainmap ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
}
#mainimg .mainmap ul li a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#mainimg .mainmap ul li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#mainimg .mainmap ul li a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#mainimg {
  width: 100%;
  background: url(../../img/bg_mainimg.png) 0 0 repeat-x;
  background-size: auto 100%;
  overflow: hidden;
}
#mainimg .bx-wrapper .bx-prev {
  left: 0;
}

#mainimg .bx-wrapper .bx-next {
  right: 0;
}
#mainimg .mainmap {
  position: absolute;
  width: 40.625%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #181f39;
  right: 4%;
  top: 1%;
  z-index: 2;
}
#mainimg .mainmaptitle {
  position: absolute;
  background: #181e39;
  color: #fff;
  font-size: 114%;
  line-height: 1.36;
  padding: 0 20px 10px 16px;
  width: 63%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  left: 10px;
  top: 10px;
  z-index: 2;
}
#mainimg .mainmaptitle span {
  color: #efcc83;
}
#mainimg .mainmaptitle .min {
  font-size: 120%;
}
#mainimg .mainmaptitle:before {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  background: url(../../img/bg_map_title.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 100%;
  content: "";
}
#mainimg .mainmapclose {
  width: 13.18%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
#mainimg .mainmap ul {
  margin-top: 10px;
  margin-left: -10px;
}
#mainimg .mainmap ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 10px;
}
#mainimg .mainmap ul li a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  position: relative;
  font-size: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#mainimg .mainmap ul li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#mainimg .mainmap ul li a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
}

@media screen and (max-width: 767px) {
#mainimg img {
  width: 100%;
}
#mainimg .bx-wrapper .bx-prev {
  left: 0;
}

#mainimg .bx-wrapper .bx-next {
  right: 0;
}
#mainimg .mainmap {
  display: none;
}
}
/* !teaser
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#teaser {
  width: 100%;
  height: 200px;
}
#teaser h2 {
  padding: 66px 0 0;
  text-align: center;
  color: #fff;
  font-size: 214%;
  -webkit-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -moz-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -ms-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -o-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  behavior: url(../../PIE.htc);
  filter:glow(color=black, strength=15);
}
#teaser h2 span {
  display: block;
  font-size: 36%;
  line-height: 20px;
  color: #a2a8af;
}
#teaser h2 span.pink {
  font-size: 50%;
  color: #f5ceed;
}
#teaser h2 span.yellow {
  font-size: 50%;
  color: #fff8c8;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
#teaser {
  width: 100%;
  height: 200px;
}
#teaser h2 {
  padding: 66px 0 0;
  text-align: center;
  color: #fff;
  font-size: 214%;
  -webkit-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -moz-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -ms-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -o-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  behavior: url(../../PIE.htc);
  filter:glow(color=black, strength=15);
}
#teaser h2 span {
  display: block;
  font-size: 36%;
  line-height: 20px;
  color: #a2a8af;
}
#teaser h2 span.pink {
  font-size: 50%;
  color: #f5ceed;
}
#teaser h2 span.yellow {
  font-size: 50%;
  color: #fff8c8;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
#teaser {
  width: 100%;
  height: 200px;
}
#teaser h2 {
  padding: 66px 0 0;
  text-align: center;
  color: #fff;
  font-size: 214%;
  -webkit-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -moz-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -ms-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -o-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  behavior: url(../../PIE.htc);
  filter:glow(color=black, strength=15);
}
#teaser h2 span {
  display: block;
  font-size: 36%;
  line-height: 20px;
  color: #a2a8af;
}
#teaser h2 span.pink {
  font-size: 50%;
  color: #f5ceed;
}
#teaser h2 span.yellow {
  font-size: 50%;
  color: #fff8c8;
}
}

@media screen and (max-width: 767px) {
#teaser {
  width: 100%;
  height: 100px;
}
#teaser h2 {
  padding: 27px 0 0;
  text-align: center;
  color: #fff;
  font-size: 175%;
  -webkit-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -moz-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -ms-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  -o-text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
  text-shadow: 0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 25px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000,0 0 15px #000;
}
#teaser h2 span {
  display: block;
  font-size: 50%;
  line-height: 15px;
  color: #a2a8af;
}
#teaser h2 span.pink {
  font-size: 60%;
  color: #f5ceed;
}
#teaser h2 span.yellow {
  font-size: 60%;
  color: #fff8c8;
}
}

/* Search
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#search {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  background: #f3f5f9;
  width: 100%;
  color: #fff;
}
#search h2 {
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  color: #fff;
  font-size: 142.85%;
  line-height: 1.5;
}
#search h2:before {
  position: absolute;
  left: 10px;
  bottom: 3px;
  z-index: 2;
  color: #b4a447;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;

}
#search h2 span {
  display: block;
  font-size: 60%;
  line-height: 1.5;
  color: #a2a8af;
}
#search .tablist {
  background: #f3f5f9;
  width: 100%;
  /*padding-left: 142px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#search .tablist li {
  float: left;
  background: #334064;
  font-size: 114%;
  line-height: 40px;
  cursor: pointer;
}

#search .tablist label,
#search .tablist p {
  display: block;
}
#search .tablist label{
  padding: 0 20px;
  background: #2b3556;
}
#search .tablist p {
  padding: 0 32px;
}
#search .tablist li.on,
#search .tablist li.on label {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}

#search .searchwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}
#search .searchpanel {
  background: url(../../common/img/bg_search_in.jpg) center 0 no-repeat;
}

#search #tab02 {
  background: url(../../common/img/bg_search_light.jpg) 0 0 repeat;
}

#search .searchbox {
  padding: 0 0 0 150px;
}

#search #tab02 .searchbox {
  padding: 0 0 0 275px;
}

#search .searchform {
  padding: 20px 0;
  border-bottom: 1px solid #666f7b;
}
#search .checkin,
#search .checkout,
#search .checkcount,
#search .checkother {
  float: left;
  margin-right: 20px;
}
#search .searchtitle {
  display: block;
  font-size: 114%;
  line-height: 36px;
}
#search .checkinday {
  width: 160px;
  height: 36px;
  position: relative;
}
#search .checkinday input {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  line-height: 36px;
  position: relative;
}
#search .checkinday:before {
  color: #626262;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}
.radioBox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

#search .buisness_name select {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  line-height: 36px;
}

.radioBox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.selectwrap select {
  width: 70px;
  height: 36px;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


#search .checkother label {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 36px;
  color: #484949;
}
#search .checkother label + label {
  margin-left: 4px;
}

#search .btnlist {
  float: left;
  padding: 23px 0 0;
}
#search .btnlist a + a {
  margin-left: 10px;
}

#search .btnsearch {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  /*width: 120px;*/
  padding: 0 80px;
  cursor: pointer;
}
#search .btnsearch:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  cursor: pointer;
}
#search .btnsearch:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}

#search .btnplan {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 180px;
}
#search .btnplan:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#search .btnplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
#search .searchlinks {
  padding: 10px 0 20px;
}
#search .searchlinks li {
  float: left;
  margin-right: 20px;
}
#search .searchlinks li a {
  color: #fff;
}
#search .searchlinks li a i {
  color: #bab6a2;
}
.searchclose,
.searchopen {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
}
.searchopen {
  bottom: -20px;
}
.searchclose a,
.searchopen a {
  display: block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #868279;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.searchclose a:hover,
.searchopen a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.searchclose a i,
.searchopen a i {
  color: #bfbab0;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
#search {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  background: #d8dee5;
  width: 100%;
  color: #fff;
}
#search h2 {
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  color: #fff;
  font-size: 142.85%;
  line-height: 1.5;
}
#search h2:before {
  position: absolute;
  left: 10px;
  bottom: 3px;
  z-index: 2;
  color: #b4a447;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;

}
#search h2 span {
  display: block;
  font-size: 60%;
  line-height: 1.5;
  color: #a2a8af;
}
#search .tablist {
  background: #d8dee5;
  width: 100%;
  /*padding-left: 142px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#search .tablist li {
  float: left;
  background: #334064;
  font-size: 114%;
  line-height: 40px;
}

#search .tablist label,
#search .tablist p {
  display: block;
}
#search .tablist label{
  padding: 0 20px;
  background: #2b3556;
}
#search .tablist p {
  padding: 0 32px;
}
#search .tablist li.on,
#search .tablist li.on label {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}

#search .searchwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}
#search .searchpanel {
  background: url(../../common/img/bg_search_in.jpg) center 0 no-repeat;
  background-size: contain;
}

#search #tab02 {
  background: url(../../common/img/bg_search_light.jpg) 0 0 repeat;
}

#search .searchbox {
  padding: 0 0 0 150px;
}

#search #tab02 .searchbox {
  padding: 0 0 0 275px;
}
#search .searchform {
  padding: 20px 0;
  border-bottom: 1px solid #666f7b;
}
#search .checkin,
#search .checkout,
#search .checkcount,
#search .checkother {
  float: left;
  margin-right: 20px;
}
#search .searchtitle {
  display: block;
  font-size: 114%;
  line-height: 36px;
}
#search .checkinday {
  width: 160px;
  height: 36px;
  position: relative;
}
#search .checkinday input {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  line-height: 36px;
  position: relative;
}
#search .checkinday:before {
  color: #626262;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}
.radioBox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

#search .buisness_name select {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 36px;
}

.radioBox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.selectwrap select {
  width: 70px;
  height: 36px;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#search .checkother label {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 36px;
  color: #484949;
}
#search .checkother label + label {
  margin-left: 4px;
}

#search .btnlist {
  float: left;
  padding: 23px 0 0;
}
#search .btnlist a + a {
  margin-left: 10px;
}

#search .btnsearch {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  /*width: 120px;*/
  padding: 0 20px;
  cursor: pointer;
}
#search .btnsearch:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  cursor: pointer;
}
#search .btnsearch:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}

#search .btnplan {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 180px;
}
#search .btnplan:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#search .btnplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
#search .searchlinks {
  padding: 10px 0 20px;
}
#search .searchlinks li {
  float: left;
  margin-right: 20px;
}
#search .searchlinks li a {
  color: #fff;
}
#search .searchlinks li a i {
  color: #bab6a2;
}
.searchclose,
.searchopen {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
}
.searchopen {
  bottom: -20px;
}
.searchclose a,
.searchopen a {
  display: block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #868279;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.searchclose a:hover,
.searchopen a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.searchclose a i,
.searchopen a i {
  color: #bfbab0;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#search {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  background: #d8dee5;
  width: 100%;
  color: #fff;
}
#search h2 {
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  color: #fff;
  font-size: 142.85%;
  line-height: 1.5;
}
#search h2:before {
  position: absolute;
  left: 10px;
  bottom: 3px;
  z-index: 2;
  color: #b4a447;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;

}
#search h2 span {
  display: block;
  font-size: 60%;
  line-height: 1.5;
  color: #a2a8af;
}
#search .tablist {
  background: #d8dee5;
  width: 100%;
  /*padding-left: 142px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#search .tablist li {
  float: left;
  background: #334064;
  font-size: 114%;
  line-height: 40px;
}

#search .tablist label,
#search .tablist p {
  display: block;
}
#search .tablist label{
  padding: 0 20px;
  background: #2b3556;
}
#search .tablist p {
  padding: 0 32px;
}
#search .tablist li.on,
#search .tablist li.on label {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}

#search .searchwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
}
#search .searchpanel {
  background: url(../../common/img/bg_search_in.jpg) center 0 no-repeat;
  background-size: contain;
}

#search #tab02 {
  background: url(../../common/img/bg_search_light.jpg) 0 0 repeat;
}

#search .searchbox {
  padding: 0 0 0 150px;
}

#search #tab02 .searchbox {
  padding: 0 0 0 275px;
}
#search .searchform {
  padding: 20px 0;
  border-bottom: 1px solid #666f7b;
}
#search .checkin,
#search .checkout,
#search .checkcount,
#search .checkother {
  float: left;
  margin-right: 20px;
}
#search .searchtitle {
  display: block;
  font-size: 114%;
  line-height: 36px;
}
#search .checkinday {
  width: 160px;
  height: 36px;
  position: relative;
}
#search .checkinday input {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  line-height: 36px;
  position: relative;
}
#search .checkinday:before {
  color: #626262;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}
.radioBox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

#search .buisness_name select {
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  width: 100%;
  height: 36px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 36px;
}

.radioBox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.selectwrap select {
  width: 70px;
  height: 36px;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#search .checkother label {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 36px;
  color: #484949;
}
#search .checkother label + label {
  margin-left: 4px;
}

#search .btnlist {
  float: left;
  padding: 23px 0 0;
}
#search .btnlist a + a {
  margin-left: 10px;
}

#search .btnsearch {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  /*width: 120px;*/
  padding: 0 20px;
}
#search .btnsearch:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#search .btnsearch:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}

#search .btnplan {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  position: relative;
  font-size: 114%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 180px;
}
#search .btnplan:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
#search .btnplan:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
#search .searchlinks {
  padding: 10px 0 20px;
}
#search .searchlinks li {
  float: left;
  margin-right: 20px;
}
#search .searchlinks li a {
  color: #fff;
}
#search .searchlinks li a i {
  color: #bab6a2;
}
.searchclose,
.searchopen {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
}
.searchopen {
  bottom: -20px;
}
.searchclose a,
.searchopen a {
  display: block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #868279;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.searchclose a:hover,
.searchopen a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.searchclose a i,
.searchopen a i {
  color: #bfbab0;
}
}

@media screen and (max-width: 767px) {
#search {
  display: none;
}
.radioBox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.radioBox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.selectwrap select {
  width: 70px;
  height: 36px;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
}
/* !contents
---------------------------------------------------------- */
#contents {
  background: #f3f5f9;
}

/* !pageTop
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
  .pagetop a {
    width: 80px;
    height: 80px;
    background: #868279;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  .pagetop a i {
    display: block;
    font-size: 36px;
    color: #bfbab0;
    margin: 0;
  }
  .pagetop a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .recruit_bnr {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 2;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
  .pagetop a {
    width: 80px;
    height: 80px;
    background: #868279;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  .pagetop a i {
    display: block;
    font-size: 36px;
    color: #bfbab0;
    margin: 0;
  }
  .pagetop a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .recruit_bnr {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 2;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
  .pagetop a {
    width: 80px;
    height: 80px;
    background: #868279;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  .pagetop a i {
    display: block;
    font-size: 36px;
    color: #bfbab0;
    margin: 0;
  }
  .pagetop a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .recruit_bnr {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 244px;
    z-index: 2;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .pagetop a {
    width: 100%;
    line-height: 40px;
    background: #868279;
    color: #fff;
    display: block;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  .pagetop a i {
    color: #bfbab0;
  }
}

/* !footer
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
#footer {
  width: 100%;
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  position: relative;
}
#footertop {
  padding: 60px 0;
  color: #fff;
}
#footerinfo {
  float: left;
  width: 40.625%;
}
#footerinfo a {
  color: #fff;
}
#footertrip {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
#footertrip #CDSWIDCOE {
  margin: 0 auto !important;
}
#footertrip ul {
  padding: 0 18% 0 23%;
}
#footertrip ul li + li {
  margin-top: 10px;
}
#footerlinks {
  float: left;
  width: 34.375%;
  font-size: 90%;
}
#footerlinks ul {
  float: left;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footerlinks ul li + li {
  margin-top: 9px;
}
#footerlinks ul li a {
  color: #fff;
  font-size: 114%;
  line-height: 21px;
  padding-left: 1.5em;
  position: relative;
  display: block;
}
#footerlinks ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content:"\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #bab6a2;
  z-index: 2;

}

#footerlogo {
  border-bottom: 1px solid #666f7b;
  line-height: 0;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.footertel {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.footerbtn {
  margin-left: -10px;
  margin-top: 19px;
}
.footerbtn li {
  float: left;
  padding-left: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerbtn li a {
  width: 100% !important;
}
#footergroup {
  width: 100%;
  padding: 40px 0;
  background: #4e5a67;
}
#footergroup h2 {
  float: left;
  width: 32.142%;
  border-top: 1px solid #808992;
  border-bottom: 1px solid #808992;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 128.5%;
}
#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footergroup li a {
  display: block;
  color: #fff;
}
#footergroup li a:hover {
  text-decoration: none;
}
#footergroup li a .caption {
  display: block;
  margin-top: 15px;
}
#copyright {
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 50px;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
#footer {
  width: 100%;
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  position: relative;
}
#footertop {
  padding: 60px 0;
  color: #fff;
}
#footerinfo {
  float: left;
  width: 40.625%;
}
#footerinfo a {
  color: #fff;
}
#footertrip {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
#footertrip #CDSWIDCOE {
  margin: 0 auto !important;
}
#footertrip ul {
  padding: 0 18% 0 23%;
}
#footertrip ul li + li {
  margin-top: 10px;
}
#footerlinks {
  float: left;
  width: 34.375%
}
#footerlinks ul {
  float: left;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footerlinks ul li + li {
  margin-top: 9px;
}
#footerlinks ul li a {
  color: #fff;
  font-size: 114%;
  line-height: 21px;
  padding-left: 1.5em;
  position: relative;
  display: block;
}
#footerlinks ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content:"\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #bab6a2;
  z-index: 2;

}

#footerlogo {
  border-bottom: 1px solid #666f7b;
  line-height: 0;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.footertel {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.footerbtn {
  margin-left: -10px;
  margin-top: 25px;
}
.footerbtn li {
  float: left;
  padding-left: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerbtn li a {
  width: 100% !important;
}
#footergroup {
  width: 100%;
  padding: 40px 0;
  background: #4e5a67;
}
#footergroup h2 {
  float: left;
  width: 32.142%;
  border-top: 1px solid #808992;
  border-bottom: 1px solid #808992;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 128.5%;
}
#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footergroup li a {
  display: block;
  color: #fff;
}
#footergroup li a:hover {
  text-decoration: none;
}
#footergroup li a .caption {
  display: block;
  margin-top: 15px;
}
#copyright {
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 50px;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
#footer {
  width: 100%;
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  position: relative;
}
#footertop {
  padding: 60px 0;
  color: #fff;
}
#footerinfo {
  float: left;
  width: 40.625%;
}
#footerinfo a {
  color: #fff;
}
#footertrip {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
#footertrip #CDSWIDCOE {
  margin: 0 auto !important;
}
#footertrip ul {
  padding: 0 18% 0 23%;
}
#footertrip ul li + li {
  margin-top: 10px;
}
#footerlinks {
  float: left;
  width: 34.375%
}
#footerlinks ul {
  float: left;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footerlinks ul li + li {
  margin-top: 9px;
}
#footerlinks ul li a {
  color: #fff;
  font-size: 114%;
  line-height: 21px;
  padding-left: 1.5em;
  position: relative;
  display: block;
}
#footerlinks ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content:"\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #bab6a2;
  z-index: 2;

}

#footerlogo {
  border-bottom: 1px solid #666f7b;
  line-height: 0;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.footertel {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.footerbtn {
  margin-left: -10px;
  margin-top: 25px;
}
.footerbtn li {
  float: left;
  padding-left: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerbtn li a {
  width: 100% !important;
}
#footergroup {
  width: 100%;
  padding: 40px 0;
  background: #4e5a67;
}
#footergroup h2 {
  float: left;
  width: 32.142%;
  border-top: 1px solid #808992;
  border-bottom: 1px solid #808992;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-size: 128.5%;
}
#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footergroup li a {
  display: block;
  color: #fff;
}
#footergroup li a:hover {
  text-decoration: none;
}
#footergroup li a .caption {
  display: block;
  margin-top: 15px;
}
#copyright {
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 50px;
}
}

@media screen and (max-width: 767px) {
#footer {
  width: 100%;
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  position: relative;
}
#footertop {
  padding: 25px 10px;
  color: #fff;
}
#footerinfo a {
  color: #fff;
}
#footertrip {
  padding: 15px 0 0;
  text-align: center;
}
#footertrip #CDSWIDCOE {
  margin: 0 auto !important;
}
#footertrip ul {
  margin-left: -20px;
}
#footertrip ul li {
  float: right;
  padding-left: 20px;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}


#footerlinks {
  display: none;
}

#footerlogo {
  max-width: 200px;
  margin: 0 auto 15px;
  line-height: 0;
}
.footertel {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.footerbtn {
  display: none;
}

#footergroup {
  padding: 15px 20px 0;
  background: #4e5a67;
}
#footergroup h2 {
  border-top: 1px solid #808992;
  border-bottom: 1px solid #808992;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 125%;
  margin-bottom: 15px;
}
#footergroup ul {
  margin-left: -10px;
}
#footergroup li {
  float: left;
  width: 25%;
  padding-left: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#footergroup li a {
  display: block;
  color: #fff;
}
#footergroup li a:hover {
  text-decoration: none;
}
#footergroup li a .caption {
  display: block;
  margin-top: 15px;
}
#copyright {
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 50px;
  padding-bottom: 80px !important;
  font-size: 12px;
}
}
/* !h(n)eading
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
.hdl {
  text-align: center;
  margin-bottom: 40px;
}
.hdl h2 {
  display: inline-block;
  min-width: 285px;
  padding: 0 45px;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.hdl h2:before {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  left: 0;
  z-index: 2;
  content: "";
}
.hdl h2:after {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  right: 0;
  z-index: 2;
  content: "";
}
.hdl h2 span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #a2a8af;
}
.hdm {
  font-size: 171%;
  margin-bottom: 30px;
  line-height: 30px;
}
.hdm span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #c0c5cb;
  color: #a2a8af;
  font-size: 45.8%;
  vertical-align: middle;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.hdl {
  text-align: center;
  margin-bottom: 40px;
}
.hdl h2 {
  display: inline-block;
  min-width: 285px;
  padding: 0 45px;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.hdl h2:before {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  left: 0;
  z-index: 2;
  content: "";
}
.hdl h2:after {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  right: 0;
  z-index: 2;
  content: "";
}
.hdl h2 span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #a2a8af;
}
.hdm {
  font-size: 171%;
  margin-bottom: 30px;
  line-height: 30px;
}
.hdm span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #c0c5cb;
  color: #a2a8af;
  font-size: 45.8%;
  vertical-align: middle;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.hdl {
  text-align: center;
  margin-bottom: 40px;
}
.hdl h2 {
  display: inline-block;
  min-width: 285px;
  padding: 0 45px;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.hdl h2:before {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  left: 0;
  z-index: 2;
  content: "";
}
.hdl h2:after {
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  bottom: 13px;
  right: 0;
  z-index: 2;
  content: "";
}
.hdl h2 span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #a2a8af;
}
.hdm {
  font-size: 171%;
  margin-bottom: 30px;
  line-height: 30px;
}
.hdm span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #c0c5cb;
  color: #a2a8af;
  font-size: 45.8%;
  vertical-align: middle;
}
}

@media screen and (max-width: 767px) {
.hdl {
  text-align: center;
  margin-bottom: 25px;
}
.hdl h2 {
  display: inline-block;
  min-width: 130px;
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.hdl h2:before {
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  background-size: 9px auto;
  bottom: 6px;
  left: 0;
  z-index: 2;
  content: "";
}
.hdl h2:after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../../common/img/ico_hdl.png) 0 0 no-repeat;
  background-size: 9px auto;
  bottom: 6px;
  right: 0;
  z-index: 2;
  content: "";
}
.hdl h2 span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #a2a8af;
}
.hdm {
  font-size: 130%;
  margin-bottom:10px;
  line-height: 20px;
}
.hdm span {
  display: inline-block;
  margin-left: 15px;
  padding-left:15px;
  border-left: 1px solid #c0c5cb;
  color: #a2a8af;
  font-size: 45.8%;
  vertical-align: middle;
}
}
/* !Listing
---------------------------------------------------------- */
.ulbasic {
}
.ulbasic li {
  padding-left: 1em;
  text-indent: -1em;
}

.olbasic {
}
.olbasic li {
}

.dlbasic{
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
.dlbasic {
  margin-bottom: 10px;
  border: 1px dotted #c0c5cb;
  padding: 30px 0;
  font-size: 114%;
  line-height: 26px;
  background: #fff;
}
.dlbasic dt {
  float: left;
  padding: 2px 0 2px 25px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
}
.dlbasic dd {
  overflow: hidden;
  padding: 2px 30px 2px 20px;
  border-left: 1px solid #c0c5cb;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.dlbasic {
  margin-bottom: 10px;
  border: 1px dotted #c0c5cb;
  padding: 30px 0;
  font-size: 114%;
  line-height: 26px;
  background: #fff;
}
.dlbasic dt {
  float: left;
  padding: 2px 0 2px 25px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
}
.dlbasic dd {
  overflow: hidden;
  padding: 2px 30px 2px 20px;
  border-left: 1px solid #c0c5cb;
}
.dlbasic dd + dt {
  margin-top: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.dlbasic {
  margin-bottom: 10px;
  border: 1px dotted #c0c5cb;
  padding: 30px 0;
  font-size: 114%;
  line-height: 26px;
  background: #fff;
}
.dlbasic dt {
  float: left;
  padding: 2px 0 2px 25px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
}
.dlbasic dd {
  overflow: hidden;
  padding: 2px 30px 2px 20px;
  border-left: 1px solid #c0c5cb;
}
}

@media screen and (max-width: 767px) {

.dlbasic {
  margin-bottom: 10px;
  border: 1px dotted #c0c5cb;
  padding: 5px 15px;
  line-height: 1.5;
  background: #fff;
}
.dlbasic dt {
  padding: 6px 0;
}
.dlbasic dd {
  padding: 6px 0;
  border-top: 1px solid #c0c5cb;
}
}

/* !Table
---------------------------------------------------------- */

.tablebasic {
  width: 100%;
}
.tablebasic th,
.tablebasic td {
  border-top: 1px dotted #515151;
  border-bottom: 1px dotted #515151;
  padding: 10px 20px;
  vertical-align: top;
}
.tablebasic th {
  background: #e4e2dd;
  width: 15%;
  white-space: nowrap;
}
.tablebasic td {
  background: #fff;
}
.tablebasic01 {
  width: 100%;
}
.tablebasic01 th,
.tablebasic01 td {
  border-top: 1px dotted #515151;
  border-bottom: 1px dotted #515151;
  padding: 10px 0 10px 20px;
  vertical-align: top;
}
.tablebasic01 th {
  background: #e4e2dd;
}
.tablebasic01 td {
  background: #fff;
}
.tablebasic02 {
  width: 100%;
}
.tablebasic02 th,
.tablebasic02 td {
  border-top: 1px dotted #515151;
  border-bottom: 1px dotted #515151;
  padding: 10px 20px;
  vertical-align: top;
}
.tablebasic02 th {
  background: #e4e2dd;
  width: 15%;
}
.tablebasic02 td {
  background: #fff;
}

@media screen and (max-width: 767px) {
.tablebasic {
  width: 100%;
}
.tablebasic th,
.tablebasic td {
  border-top: 1px dotted #515151;
  border-bottom: 1px dotted #515151;
  padding: 15px 10px;
  vertical-align: top;
}
.tablebasic th {
  background: #e4e2dd;
  width: 37.5%;
  white-space: nowrap;
}
.tablebasic td {
  background: #fff;
}
.tablebasic01,
.tablebasic01 tbody,
.tablebasic01 tr,
.tablebasic01 th,
.tablebasic01 td {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tablebasic01 {
  border-top: 1px dotted #515151;
}
.tablebasic01 th,
.tablebasic01 td {
  border-bottom: 1px dotted #515151;
  border-top: 0;
  padding: 10px;
}
.tablebasic01 th {
  background: #e4e2dd;
  text-align: center;
}
.tablebasic01 td {
  background: #fff;
}

.tablebasic02,
.tablebasic02 tbody,
.tablebasic02 tr,
.tablebasic02 th,
.tablebasic02 td {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tablebasic02 {
  border-top: 1px dotted #515151;
}
.tablebasic02 th,
.tablebasic02 td {
  padding: 10px;
}
.tablebasic02 th {
  background: #e4e2dd;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  text-align: left;
}
.tablebasic02 td {
  background: #fff;
  border-top: 0;
  border-bottom: 1px dotted #515151;
}
}
/* !button
---------------------------------------------------------- */
@media screen and (min-width: 1200px) {
.btnstyle01 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  font-size: 114%;
  text-align: center;
}
.btnstyle01:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle01:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
.btnstyle02 {
  font-family: serif;
  display: inline-block;
  min-width: 260px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  font-size: 114%;
  text-align: center;
}
.btnstyle02:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle02:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
.btnstyle02-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.btnstyle02-container .container-l {
  margin-right: 20px;
}
.btnstyle03 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #484949 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eddd', endColorstr='#f2e7d3',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#f5eddd), to(#f2e7d3));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f5eddd, #f2e7d3);
  /* IE9+ */
  background: -ms-linear-gradient(top, #f5eddd, #f2e7d3);
  font-size: 114%;
  text-align: center;
}
.btnstyle03:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle03:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #faf6ef;
  content: "";
}
.btnstyle04 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  font-size: 114%;
  text-align: center;
}
.btnstyle04:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle04:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}
.btnstyle05 {
  display: inline-block;
  width: 180px;
  line-height: 40px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btnstyle05:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}

}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.btnstyle01 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  font-size: 114%;
  text-align: center;
}
.btnstyle01:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle01:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
.btnstyle02 {
  display: inline-block;
  min-width: 260px;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  font-family: serif;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  font-size: 114%;
  text-align: center;
}
.btnstyle02:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle02:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
.btnstyle02-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.btnstyle02-container .container-l {
  margin-right: 20px;
}

.btnstyle03 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #484949 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eddd', endColorstr='#f2e7d3',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#f5eddd), to(#f2e7d3));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f5eddd, #f2e7d3);
  /* IE9+ */
  background: -ms-linear-gradient(top, #f5eddd, #f2e7d3);
  font-size: 114%;
  text-align: center;
}
.btnstyle03:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle03:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #faf6ef;
  content: "";
}
.btnstyle04 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  font-size: 114%;
  text-align: center;
}
.btnstyle04:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle04:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}
.btnstyle05 {
  display: inline-block;
  width: 180px;
  line-height: 40px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btnstyle05:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.btnstyle01 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  font-size: 114%;
  text-align: center;
}
.btnstyle01:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle01:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
.btnstyle02 {
  display: inline-block;
  font-family: serif;
  min-width: 260px;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  font-size: 114%;
  text-align: center;
}
.btnstyle02:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle02:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
.btnstyle02-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.btnstyle02-container .container-l {
  margin-right: 20px;
}
.btnstyle03 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #484949 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eddd', endColorstr='#f2e7d3',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#f5eddd), to(#f2e7d3));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f5eddd, #f2e7d3);
  /* IE9+ */
  background: -ms-linear-gradient(top, #f5eddd, #f2e7d3);
  font-size: 114%;
  text-align: center;
}
.btnstyle03:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle03:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #faf6ef;
  content: "";
}
.btnstyle04 {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  font-size: 114%;
  text-align: center;
}
.btnstyle04:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
.btnstyle04:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}
.btnstyle05 {
  display: inline-block;
  width: 180px;
  line-height: 40px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btnstyle05:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}
}

@media screen and (max-width: 767px) {
.btnstyle01 {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59d69', endColorstr='#a48851',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #b59d69, #a48851);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#b59d69), to(#a48851));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #b59d69, #a48851);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #b59d69, #a48851);
  /* IE9+ */
  background: -ms-linear-gradient(top, #b59d69, #a48851);
  font-size: 114%;
  text-align: center;
}

.btnstyle01:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #dbd09f;
  content: "";
}
.btnstyle02 {
  display: inline-block;
  width: 100%;
  font-family: serif;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
  font-size: 114%;
  text-align: center;
}

.btnstyle02:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}

.btnstyle02-container {
  display: block;
  margin-top: 0;
}

.btnstyle02-container .container-l {
  margin-right: 0;
  margin: 20px 0;
}

.btnstyle03 {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  color: #484949 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eddd', endColorstr='#f2e7d3',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#f5eddd), to(#f2e7d3));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f5eddd, #f2e7d3);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f5eddd, #f2e7d3);
  /* IE9+ */
  background: -ms-linear-gradient(top, #f5eddd, #f2e7d3);
  font-size: 114%;
  text-align: center;
}

.btnstyle03:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #faf6ef;
  content: "";
}
.btnstyle04 {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923241', endColorstr='#7c202c',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #923241, #7c202c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#923241), to(#7c202c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #923241, #7c202c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #923241, #7c202c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #923241, #7c202c);
  font-size: 114%;
  text-align: center;
}
.btnstyle04:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #ca4c61;
  content: "";
}
.btnstyle05 {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #c0c5cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btnstyle06 {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a04e0d', endColorstr='#8b3807',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #a04e0d, #8b3807);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#a04e0d), to(#8b3807));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #a04e0d, #8b3807);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #a04e0d, #8b3807);
  /* IE9+ */
  background: -ms-linear-gradient(top, #a04e0d, #8b3807);
  font-size: 114%;
  text-align: center;
}
.btnstyle06:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #c97114;
  content: "";
}

}
.visiblepc {
  display: block;
}
.visiblets {
  display: none;
}
@media screen and (max-width: 767px) {
.visiblets {
  display: block;
}
.visiblepc {
  display: none;
}
}
:root .gradient{filter:none;}


@media screen and (min-width: 1200px) {
.txtcenter {
  text-align: center;
}
.imgbox {
  margin-bottom: 60px;
}
.imgbox .imgleft {
  float: left;
  margin-right: 20px;
}
.imgbox .imgright {
  float: right;
  margin-right: 20px;
}
.imgbox .imgleftper {
  float: left;
  width: 40.625%;
  margin-right: 20px;
}
.imgbox .imgrightper {
  float: right;
  width: 40.625%;
  margin-right: 20px;
}

.inquirybox {
  border: 1px solid #c0c5cb;
  margin-bottom: 40px;
}
.inquirytitle {
  background: #4e5a67;
  padding: 20px 28px;
  font-size: 142.85%;
  color: #fff;
}
.inquirytitle span {
  display: inline-block;
  margin-left: 20px;
  font-size: 55%;
  color: #a2a8af;
}
.inquiryinner {
  padding: 16px 20px;
  background: #fff;
}

}

@media screen and (min-width: 980px) and (max-width: 1199px) {
.txtcenter {
  text-align: center;
}
.imgbox {
  margin-bottom: 60px;
}
.imgbox .imgleft {
  float: left;
  margin-right: 20px;
}
.imgbox .imgright {
  float: right;
  margin-right: 20px;
}
.imgbox .imgleftper {
  float: left;
  width: 40.625%;
  margin-right: 20px;
}
.imgbox .imgrightper {
  float: right;
  width: 40.625%;
  margin-right: 20px;
}
.inquirybox {
  border: 1px solid #c0c5cb;
  margin-bottom: 40px;
}
.inquirytitle {
  background: #4e5a67;
  padding: 20px 28px;
  font-size: 142.85%;
  color: #fff;
}
.inquirytitle span {
  display: inline-block;
  margin-left: 20px;
  font-size: 55%;
  color: #a2a8af;
}
.inquiryinner {
  padding: 16px 20px;
  background: #fff;
}

}

@media screen and (min-width: 768px) and (max-width: 979px) {
.txtcenter {
  text-align: center;
}
.imgbox {
  margin-bottom: 60px;
}
.imgbox .imgleft {
  float: left;
  margin-right: 20px;
}
.imgbox .imgright {
  float: right;
  margin-right: 20px;
}
.imgbox .imgleftper {
  float: left;
  width: 40.625%;
  margin-right: 20px;
}
.imgbox .imgrightper {
  float: right;
  width: 40.625%;
  margin-right: 20px;
}
.inquirybox {
  border: 1px solid #c0c5cb;
  margin-bottom: 40px;
}
.inquirytitle {
  background: #4e5a67;
  padding: 20px 28px;
  font-size: 142.85%;
  color: #fff;
}
.inquirytitle span {
  display: inline-block;
  margin-left: 20px;
  font-size: 55%;
  color: #a2a8af;
}
.inquiryinner {
  padding: 16px 20px;
  background: #fff;
}

}

@media screen and (max-width: 767px) {
.txtcenter {
  text-align: left;
}
.imgbox {
  margin-bottom: 30px;
}
.imgbox .imgleft,
.imgbox .imgright {
  margin-bottom: 10px;
}
.imgbox .imgleft img,
.imgbox .imgright img {
  width: 100%;
}
.imgbox .imgleftper {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.imgbox .imgrightper {
  float: right;
  width: 40.625%;
  margin-right: 10px;
}
.inquirybox {
  border: 1px solid #c0c5cb;
  margin-bottom: 20px;
}
.inquirytitle {
  background: #4e5a67;
  padding: 10px 15px;
  color: #fff;
}
.inquirytitle span {
  display: block;
  font-size: 55%;
  color: #a2a8af;
}
.inquiryinner {
  padding: 12px 15px;
  background: #fff;
}

}

@media screen and (min-width: 1200px) {
.inquirytel {
}
.inquirytel a:hover {
  text-decoration: none;
}
.inquirytel span {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.inquirytel {
}
.inquirytel a:hover {
  text-decoration: none;
}
.inquirytel span {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.inquirytel {
}
.inquirytel a:hover {
  text-decoration: none;
}
.inquirytel span {
  font-size: 171.4%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
}
@media screen and (max-width: 767px) {
.inquirytel a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54693f', endColorstr='#3d512a',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #54693f, #3d512a);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#54693f), to(#3d512a));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #54693f, #3d512a);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #54693f, #3d512a);
  /* IE9+ */
  background: -ms-linear-gradient(top, #54693f, #3d512a);
  font-size: 100%;
  text-align: center;
  margin-top: 10px;
}

.inquirytel a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #789659;
  content: "";
}
.inquirytel span {
  font-size: 128.6%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
}
.newsprice .price span,
.newsprice span.price
 {
  font-size: 171.4%;
  font-weight: bold;
}

.newsprice span.price i{
  font-style: normal;
  font-family: normal;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media screen and (min-width: 1200px) {
.newslist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.newslist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.newslist .newsbox {
  position: relative;
  background: #fff;
}
.newslist .newsbox img {
  width: 100%;
}
.newslist .newsbox .newsdate {
  display: none;
}
.newslist .newsbox .newsinner {
  padding: 0 20px 20px;
}
.newstitle {
  padding: 16px 0 10px;
}
.newstitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.newsprice {
  text-align: right;
  margin-top: 20px;
}
.newsprice .price {
  color: #c8001d;
}
.newsprice .price span,
.newsprice span.price
 {
  font-size: 171.4%;
  font-weight: bold;
}

.newsprice span.price i{
  font-style: normal;
  font-family: normal;
  font-size: 16px;
}

}

@media screen and (min-width: 980px) and (max-width: 1199px) {
.newslist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.newslist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.newslist .newsbox {
  position: relative;
  background: #fff;
}
.newslist .newsbox img {
  width: 100%;
}
.newslist .newsbox .newsdate {
  display: none;
}
.newslist .newsbox .newsinner {
  padding: 0 20px 20px;
}
.newstitle {
  padding: 16px 0 10px;
}
.newstitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.newsprice {
  text-align: right;
  margin-top: 20px;
}
.newsprice .price {
  color: #c8001d;
}
.newsprice .price span {
  font-size: 171.4%;
  font-weight: bold;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.newslist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.newslist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.newslist .newsbox {
  position: relative;
  background: #fff;
}
.newslist .newsbox img {
  width: 100%;
}
.newslist .newsbox .newsdate {
  display: none;
}
.newslist .newsbox .newsinner {
  padding: 0 20px 20px;
}
.newstitle {
  padding: 16px 0 10px;
}
.newstitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.newsprice {
  text-align: right;
  margin-top: 20px;
}
.newsprice .price {
  color: #c8001d;
}
.newsprice .price span {
  font-size: 171.4%;
  font-weight: bold;
}
}


@media screen and (max-width: 767px) {
.newslist {
  margin-bottom: 20px;
}
.newslist li {
  border-bottom: 1px solid #e3e2e2;
}
.newslist .newsbox {
  position: relative;
  padding: 15px 0;
}
.newslist .newsbox .newsimg {
  float: left;
  width: 30%;
  margin-right: 10px;
}
.newslist .newsbox img {
  width: 100%;
}

.newslist .newsbox .newsinner {
  overflow: hidden;
}
.newslist .newsbox .newsdate {
  display: block;
}
.newslist .newsbox .newsdate i {
  color: #ae945d;
}
.newstitle {
  padding: 5px 0;
}
.newstitle a {
  color: #364774;
  text-decoration: underline;
}

.newstext {
  display: none;
}

.newsprice {
  text-align: right;
  padding: 0;
  margin: 0;
}
.newsprice .price {
  color: #c8001d;
}

}

.pagectrl {
  text-align: center;
  margin-top: 30px;
}
.pagectrl li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #c0c5cb;
  background: #fff;
  line-height: 38px;
  width: 28px;
  text-align: center;
  transition: all ease 0.3s;
  cursor: pointer;
}
.pagectrl li.pages{
  width: 5em;
}
.pagectrl li:hover,
.pagectrl .current {
  border: 1px solid #394559;
  background: #394559;
  color: #fff;
  text-decoration: none;
}
.pagectrl li a{
  transition: all ease 0.3s;
  display: block;
}
.pagectrl li a:hover{
  color: #fff;
}

@media screen and (min-width: 1200px) {
.textmb {
  margin-bottom: 30px;
}

}


@media screen and (min-width: 980px) and (max-width: 1199px) {
.textmb {
  margin-bottom: 30px;
}
/*.pagectrl {
  text-align: center;
  margin-top: 30px;
}
.pagectrl a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #c0c5cb;
  background: #fff;
  line-height: 38px;
  width: 28px;
  text-align: center;
}
.pagectrl a:hover,
.pagectrl a.current {
  border: 1px solid #394559;
  background: #394559;
  color: #fff;
  text-decoration: none;
}*/
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.textmb {
  margin-bottom: 30px;
}
/*.pagectrl {
  text-align: center;
  margin-top: 30px;
}
.pagectrl a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #c0c5cb;
  background: #fff;
  line-height: 38px;
  width: 28px;
  text-align: center;
}
.pagectrl a:hover,
.pagectrl a.current {
  border: 1px solid #394559;
  background: #394559;
  color: #fff;
  text-decoration: none;
}*/
}

@media screen and (max-width: 767px) {
.textmb {
  margin-bottom: 10px;
}
/*.pagectrl {
  text-align: center;
  margin-top: 30px;
}
.pagectrl a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #c0c5cb;
  background: #fff;
  line-height: 38px;
  width: 28px;
  text-align: center;
}
.pagectrl a:hover,
.pagectrl a.current {
  border: 1px solid #394559;
  background: #394559;
  color: #fff;
  text-decoration: none;
}*/
}

@media screen and (min-width: 1200px) {
.stayplanwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  overflow: hidden;
}
.stayplanwrap .hdl h2 {
  color: #fff;
}
.stayplanpanel {
  background: url(../../img/bg_stayplan01.png) center top no-repeat;
  padding: 60px 0 50px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.stayplanpanel:before {
  background: url(../../img/bg_stayplan02.png) 0 0 repeat;
  width: 1000%;
  height: 100%;
  right: 100%;
  top: 0;
  content: "";
  z-index: 2;
  position: absolute;
}
.recommendlist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.recommendlist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.recommendlist .recommendbox {
  position: relative;
  background: #fff;
}
.recommendlist .recommendbox img {
  width: 100%;
}

.recommendlist .recommendbox .recommendinner {
  padding: 0 20px 20px;
}

.breakfast {
  display: inline-block;
  margin-right: 4px;
  background: #358290;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.lunch {
  display: inline-block;
  margin-right: 4px;
  background: #b4a447;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.dinner {
  display: inline-block;
  margin-right: 4px;
  background: #354f6f;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.buisness {
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  padding: 0 14px;
  line-height: 30px;
  border: 1px solid #c0c5cb;
  text-align: center;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.plantitle {
  padding: 16px 0 10px;
}
.plantitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.planprice {
  text-align: right;
  margin-top: 20px;
}
.planprice .price {
  color: #c8001d;
}
.planprice .price span {
  font-size: 171.4%;
  font-weight: bold;
}

.rank01:before {
  background: url(../../img/ico_rank01.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank02:before {
  background: url(../../img/ico_rank02.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank03:before {
  background: url(../../img/ico_rank03.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}

.purposewrap {
  background: #131c36;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.purposewrap h3 {
  float: left;
  width: 16.66%;
  border-top: 1px dotted #576ba0;
  border-bottom: 1px dotted #576ba0;
  margin-top: 30px;
  padding: 27px 0;
  font-size: 128.5%;
  text-align: center;
  color: #fff;
}
.purposewrap .purposebox {
  float: right;
  width: 80.55%;
}
.purposewrap .purposebox ul {
  margin-left: -10px;
}
.purposewrap .purposebox ul li {
  float: left;
  width: 25%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.purposewrap .purposebox ul li a {
  display: block;
  background: #fff;
}
.purposewrap .purposebox ul li a:hover {
  text-decoration: none;
}
.purposewrap .purposebox ul li a .caption {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 40px;
  font-size: 114%;
}
.purposewrap .purposebox ul li a i {
  color: #699dc4;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
.stayplanwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  overflow: hidden;
}
.stayplanwrap .hdl h2 {
  color: #fff;
}
.stayplanpanel {
  background: url(../../img/bg_stayplan01.png) center top no-repeat;
  padding: 60px 0 50px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.stayplanpanel:before {
  background: url(../../img/bg_stayplan02.png) 0 0 repeat;
  width: 1000%;
  height: 100%;
  right: 100%;
  top: 0;
  content: "";
  z-index: 2;
  position: absolute;
}
.recommendlist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.recommendlist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.recommendlist .recommendbox {
  position: relative;
  background: #fff;
}
.recommendlist .recommendbox img {
  width: 100%;
}

.recommendlist .recommendbox .recommendinner {
  padding: 0 20px 20px;
}

.breakfast {
  display: inline-block;
  margin-right: 4px;
  background: #358290;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.lunch {
  display: inline-block;
  margin-right: 4px;
  background: #b4a447;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.dinner {
  display: inline-block;
  margin-right: 4px;
  background: #354f6f;
  width: 70px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.buisness {
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  padding: 0 14px;
  line-height: 30px;
  border: 1px solid #c0c5cb;
  text-align: center;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.plantitle {
  padding: 16px 0 10px;
}
.plantitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.planprice {
  text-align: right;
  margin-top: 20px;
}
.planprice .price {
  color: #c8001d;
}
.planprice .price span {
  font-size: 171.4%;
  font-weight: bold;
}

.rank01:before {
  background: url(../../img/ico_rank01.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank02:before {
  background: url(../../img/ico_rank02.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank03:before {
  background: url(../../img/ico_rank03.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}

.purposewrap {
  background: #131c36;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.purposewrap h3 {
  float: left;
  width: 16.66%;
  border-top: 1px dotted #576ba0;
  border-bottom: 1px dotted #576ba0;
  margin-top: 30px;
  padding: 27px 0;
  font-size: 128.5%;
  text-align: center;
  color: #fff;
}
.purposewrap .purposebox {
  float: right;
  width: 80.55%;
}
.purposewrap .purposebox ul {
  margin-left: -10px;
}
.purposewrap .purposebox ul li {
  float: left;
  width: 25%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.purposewrap .purposebox ul li a {
  display: block;
  background: #fff;
}
.purposewrap .purposebox ul li a:hover {
  text-decoration: none;
}
.purposewrap .purposebox ul li a .caption {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 40px;
  font-size: 114%;
}
.purposewrap .purposebox ul li a i {
  color: #699dc4;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.stayplanwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  overflow: hidden;
}
.stayplanwrap .hdl h2 {
  color: #fff;
}
.stayplanpanel {
  background: url(../../img/bg_stayplan01.png) center top no-repeat;
  padding: 60px 0 50px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.stayplanpanel:before {
  background: url(../../img/bg_stayplan02.png) 0 0 repeat;
  width: 1000%;
  height: 100%;
  right: 100%;
  top: 0;
  content: "";
  z-index: 2;
  position: absolute;
}
.recommendlist {
  margin-left: -20px;
  margin-bottom: 40px;
}
.recommendlist li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.recommendlist .recommendbox {
  position: relative;
  background: #fff;
}
.recommendlist .recommendbox img {
  width: 100%;
}

.recommendlist .recommendbox .recommendinner {
  padding: 0 20px 20px;
}

.breakfast {
  display: inline-block;
  margin-right: 4px;
  background: #358290;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.lunch {
  display: inline-block;
  margin-right: 4px;
  background: #b4a447;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.dinner {
  display: inline-block;
  margin-right: 4px;
  background: #354f6f;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.buisness {
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  padding: 0 14px;
  line-height: 30px;
  border: 1px solid #c0c5cb;
  text-align: center;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.plantitle {
  padding: 16px 0 10px;
}
.plantitle a {
  font-size: 128.5%;
  color: #364774;
  text-decoration: underline;
}

.planprice {
  text-align: right;
  margin-top: 20px;
}
.planprice .price {
  color: #c8001d;
}
.planprice .price span {
  font-size: 171.4%;
  font-weight: bold;
}

.rank01:before {
  background: url(../../img/ico_rank01.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank02:before {
  background: url(../../img/ico_rank02.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank03:before {
  background: url(../../img/ico_rank03.png) 0 0 no-repeat;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}

.purposewrap {
  background: #131c36;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.purposewrap h3 {
  float: left;
  width: 16.66%;
  border-top: 1px dotted #576ba0;
  border-bottom: 1px dotted #576ba0;
  margin-top: 7px;
  padding: 27px 0;
  font-size: 128.5%;
  text-align: center;
  color: #fff;
}
.purposewrap .purposebox {
  float: right;
  width: 80.55%;
}
.purposewrap .purposebox ul {
  margin-left: -10px;
}
.purposewrap .purposebox ul li {
  float: left;
  width: 25%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.purposewrap .purposebox ul li a {
  display: block;
  background: #fff;
}
.purposewrap .purposebox ul li a:hover {
  text-decoration: none;
}
.purposewrap .purposebox ul li a .caption {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 40px;
  font-size: 114%;
}
.purposewrap .purposebox ul li a i {
  color: #699dc4;
}
}


@media screen and (max-width: 767px) {
.stayplanwrap {
  background: url(../../common/img/bg_search.jpg) 0 0 repeat;
  overflow: hidden;
}
.stayplanwrap .hdl h2 {
  color: #fff;
}
.stayplanpanel {
  background: url(../../img/bg_stayplan01_sp.png) left top no-repeat;
  background-size: 50% auto;
  padding: 30px 10px;
  position: relative;
}


.recommendlist li {
  margin-bottom: 20px;
  position: relative;
}
.recommendlist .recommendbox {
  position: relative;
  background: #fff;
}
.recommendlist .recommendbox .recommendimg {
  float: left;
  width: 41%;
  margin-right: 15px;
}
.recommendlist .recommendbox.rank01 .recommendimg {
  float: none;
  width: 100%;
  margin: 0;
}
.recommendlist .recommendbox img {
  width: 100%;
}
.recommendlist .recommendbox .recommendinner {
  overflow: hidden;
  padding-bottom: 20px;
}
.recommendlist .recommendbox.rank01 .recommendinner {
  padding: 0 20px 20px;
}
.plantype {
  text-align: right;
}
.rank01 .plantype {
  text-align: left;
}
.breakfast {
  display: inline-block;
  margin-right: 4px;
  background: #358290;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.lunch {
  display: inline-block;
  margin-right: 4px;
  background: #b4a447;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.dinner {
  display: inline-block;
  margin-right: 4px;
  background: #354f6f;
  width: 60px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.buisness {
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  padding: 0 7px;
  line-height: 30px;
  border: 1px solid #c0c5cb;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.plantype span {
  margin: 0 0 0 4px;
}
.rank01 .plantype span {
  margin: 0 4px 0 0;
}
.plantitle {
  padding: 10px 0;
}
.plantitle a {
  color: #364774;
  text-decoration: underline;
}
.rank01 .plantitle a {
  font-size: 128.5%;
}
.plantext {
  display: none;
}
.rank01 .plantext {
  display: block;
}
.planprice {
  text-align: right;
  padding-right: 20px;
}
.rank01 .planprice {
  margin-top: 20px;
  padding-right: 0;
}
.planprice .price {
  color: #c8001d;
}
.planprice .price span {
  font-size: 125%;
  font-weight: bold;
}

.rank01:before {
  background: url(../../img/ico_rank01.png) 0 0 no-repeat;
  background-size: 85px auto;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank02:before {
  background: url(../../img/ico_rank02.png) 0 0 no-repeat;
  background-size: 68px auto;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}
.rank03:before {
  background: url(../../img/ico_rank03.png) 0 0 no-repeat;
  background-size: 68px auto;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  z-index: 2;
}

.purposewrap {
  background: #131c36;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.purposewrap h3 {
  border-top: 1px dotted #576ba0;
  border-bottom: 1px dotted #576ba0;
  padding: 6px 0;
  font-size: 125%;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.purposewrap .purposebox ul {
  margin-left: -10px;
}
.purposewrap .purposebox ul li {
  float: left;
  width: 50%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.purposewrap .purposebox ul li a {
  display: block;
  background: #fff;
}
.purposewrap .purposebox ul li a:hover {
  text-decoration: none;
}
.purposewrap .purposebox ul li a .caption {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 40px;
  font-size: 114%;
}
.purposewrap .purposebox ul li a i {
  color: #699dc4;
}
.purposewrap .purposebox ul li a img {
  width: 100%;
}
}

@media screen and (min-width: 1200px) {
.reservationwrap {
  background: url(../../common/img/bg_reservation.png) 0 0 repeat-y #fff;
  margin-bottom: 30px;
}
.reservationwrap h2 {
  float: left;
  border: 1px solid #4e5a67;
  width: 294px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 29px 0 0 34px;
  line-height: 26px;
  font-size: 142.85%;
}
.reservationwrap h2 span {
  display: block;
  color: #a2a8af;
  font-size: 55%;
  line-height: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.reservationwrap .reservationbox {
  border: 1px solid #c0c5cb;
  border-left: 0;
  overflow: hidden;
  padding: 19px 0 19px 40px;
}
.reservationwrap .reservationbox li {
  float: left;
  width: 240px;
  margin-right: 20px;
  padding: 5px 0;
}

.reservationwrap .reservationbox li.w100{
  width: 480px;
}

.reservationwrap .reservationbox li a {
  width: 100% !important;
}

.dottedbox {
  border: 1px dotted #c0c5cb;
  background: #fff;
  padding: 20px 30px;
  font-size: 114%;
  line-height: 26px;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
.reservationwrap {
  background: url(../../common/img/bg_reservation.png) 0 0 repeat-y #fff;
  margin-bottom: 30px;
}
.reservationwrap h2 {
  float: left;
  border: 1px solid #4e5a67;
  width: 294px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 29px 0 0 34px;
  line-height: 26px;
  font-size: 142.85%;
}
.reservationwrap h2 span {
  display: block;
  color: #a2a8af;
  font-size: 55%;
  line-height: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.reservationwrap .reservationbox {
  border: 1px solid #c0c5cb;
  border-left: 0;
  overflow: hidden;
  padding: 19px 0 19px 40px;
}
.reservationwrap .reservationbox li {
  float: left;
  width: 240px;
  margin-right: 20px;
  padding: 5px 0;
}
.reservationwrap .reservationbox li a {
  width: 100% !important;
}
.dottedbox {
  border: 1px dotted #c0c5cb;
  background: #fff;
  padding: 20px 30px;
  font-size: 114%;
  line-height: 26px;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.reservationwrap {
  background: url(../../common/img/bg_reservation.png) 0 0 repeat-y #fff;
  margin-bottom: 30px;
}
.reservationwrap h2 {
  float: left;
  border: 1px solid #4e5a67;
  width: 294px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 29px 0 0 34px;
  line-height: 26px;
  font-size: 142.85%;
}
.reservationwrap h2 span {
  display: block;
  color: #a2a8af;
  font-size: 55%;
  line-height: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.reservationwrap .reservationbox {
  border: 1px solid #c0c5cb;
  border-left: 0;
  overflow: hidden;
  padding: 19px 0 19px 40px;
}
.reservationwrap .reservationbox li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 0;
}

.reservationwrap .reservationbox li.w100{
  width: 100%;
}


.reservationwrap .reservationbox li:last-child {
  width: 100%;
}
.reservationwrap .reservationbox li a {
  width: 100% !important;
}
.dottedbox {
  border: 1px dotted #c0c5cb;
  background: #fff;
  padding: 20px 30px;
  font-size: 114%;
  line-height: 26px;
}
}

@media screen and (max-width: 767px) {
.reservationwrap {
  background: #fff;
  border: 1px solid #c0c5cb;
  margin-bottom: 20px;
}
.reservationwrap h2 {
  color: #fff;
  padding: 15px;
  line-height: 1.2;
  background: url(../../common/img/bg_reservation.png) 0 0 repeat;
}
.reservationwrap h2 span {
  display: block;
  color: #a2a8af;
  font-size: 58%;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.reservationwrap .reservationbox {
  overflow: hidden;
  padding: 10px 10px;
}
.reservationwrap .reservationbox li {
  padding: 5px 0;
}
.reservationwrap .reservationbox a {
  font-size: 125%;
}
.dottedbox {
  border: 1px dotted #c0c5cb;
  background: #fff;
  padding: 15px;
}
}

@media screen and (min-width: 1200px) {
.inquirybox {
  background: #fff;
  border: 1px solid #c0c5cb;
}
.inquirybox +.inquirybox {
  margin-top: 40px;
}
.inquirybox table th{
  background: #4e5a67;
  width: 28%;
  font-size: 143%;
  color: #fefeff;
  line-height: 1.3;
  padding: 30px 35px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table th span{
  display: block;
  background: #4e5a67;
  font-size: 61.1%;
  color: #a2a8af;
  line-height: 2.18;
}
.inquirybox table td{
  width: 40%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inquirybox table td.btn{
  width: 31.25%;
  padding: 0 40px 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inquirybox table td.tel{
  width: 42.75%;
  padding: 0;
}
.inquirybox table td.tel span{
  font-size: 171%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table td.tel a{
  text-decoration: none;
}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.inquirybox {
  background: #fff;
  border: 1px solid #c0c5cb;
}
.inquirybox +.inquirybox {
  margin-top: 40px;
}
.inquirybox table th{
  background: #4e5a67;
  width: 26%;
  font-size: 143%;
  color: #fefeff;
  line-height: 1.3;
  padding: 30px 35px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table th span{
  display: block;
  background: #4e5a67;
  font-size: 61.1%;
  color: #a2a8af;
  line-height: 2.18;
}
.inquirybox table td{
  padding: 0 40px 0 50px;
}
.inquirybox table td.tel{
  width: 42.75%;
  padding: 0;
}
.inquirybox table td.tel span{
  font-size: 171%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table td.tel a{
  text-decoration: none;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.inquirybox {
  background: #fff;
  border: 1px solid #c0c5cb;
}
.inquirybox +.inquirybox {
  margin-top: 40px;
}
.inquirybox table th{
  background: #4e5a67;
  width: 26%;
  font-size: 143%;
  color: #fefeff;
  line-height: 1.3;
  padding: 30px 35px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table th span{
  display: block;
  background: #4e5a67;
  font-size: 61.1%;
  color: #a2a8af;
  line-height: 2.18;
}
.inquirybox table td{
  padding: 0 20px 0 25px;
}
.inquirybox table td.tel{
  width: 42.75%;
  padding: 0;
}
.inquirybox table td.tel span{
  font-size: 171%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table td.tel a{
  text-decoration: none;
}
}
@media screen and (max-width: 767px) {
.inquirybox {
  border: 1px solid #c0c5cb;
  background: #fff;
}
.inquirybox +.inquirybox {
  margin-top: 15px;
}
.inquirybox table,
.inquirybox table tbody,
.inquirybox table tr {
  display: block;
}
.inquirybox table th{
  display: block;
  background: #4e5a67;
  width: 100%;
  color: #fefeff;
  line-height: 1.08;
  padding: 14px 15px;;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table th span{
  display: block;
  background: #4e5a67;
  font-size: 58.3%;
  color: #a2a8af;
  line-height: 1.71;
}
.inquirybox table td{
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.inquirybox table td.tel {
  padding: 0 10px 15px;
}
.inquirybox table td.tel.top {
  padding: 10px 10px 0;
}
.inquirybox table td.tel a {
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  /*line-height: 50px;*/
  position: relative;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54693f', endColorstr='#3d512a',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #54693f, #3d512a);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#54693f), to(#3d512a));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #54693f, #3d512a);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #54693f, #3d512a);
  /* IE9+ */
  background: -ms-linear-gradient(top, #54693f, #3d512a);
  font-size: 100%;
  text-align: center;
}
.inquirybox table td.tel a:before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #789659;
  content: "";
}
.inquirybox table td.tel span {
  font-size: 128.6%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox table td.tel a{
  text-decoration: none;
}

}



.inquirybox-container {
  display:flex;
}
.inquirybox-left {
    background: #4e5a67;
    width: 26%;
    min-width: 257px;
    font-size: 143%;
    color: #fefeff;
    line-height: 1.3;
    padding: 30px 35px 28px;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.inquirybox-left span {
  display: block;
  background: #4e5a67;
  font-size: 61.1%;
  color: #a2a8af;
  line-height: 2.18;
}
.inquirybox-right {
  padding: 32px 20px 5px;
}
.inquirybox-down {
  padding: 34px 0px 10px;
  display: flex;
  justify-content: center;
}
.inquirybox-down .down-left a{
  text-decoration: none;
}
.inquirybox-down .down-right{
  display: contents;
}
.inquirybox-down .down-right a {
  width: 35%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  padding: 10px;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154465', endColorstr='#0c2f4e',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #154465, #0c2f4e);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#154465), to(#0c2f4e));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #154465, #0c2f4e);
  /* IE9+ */
  background: -ms-linear-gradient(top, #154465, #0c2f4e);
}
.inquirybox-down .down-right a::before {
  position: absolute;
  left: 1.25%;
  top: 1px;
  width: 97.5%;
  height: 1px;
  background: #1e6699;
  content: "";
}
.inquirybox-down .down-left a span{
  font-size: 171%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1020px){
  .inquirybox-container {
    display:block;
  }
  .inquirybox-right {
    padding: 10px;
  }
  .inquirybox-left {
    width:100%;
    padding: 14px 15px;
    font-size: 13px;
  }
  .inquirybox-down {
    display: block;
    padding: 10px 0;
  }
  .inquirybox-down .down-left a{
    display: inline-block;
    padding: 10px 0;
    height: 23px;
    color: #fff;
    font-size: 75%;
    width: 100%;
    text-align: center;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54693f', endColorstr='#3d512a',GradientType=0 );
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #54693f, #3d512a);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#54693f), to(#3d512a));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #54693f, #3d512a);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #54693f, #3d512a);
    /* IE9+ */
    background: -ms-linear-gradient(top, #54693f, #3d512a);
  }
  .inquirybox-down .down-left a::before{
    position: absolute;
    left: 1.25%;
    top: 1px;
    width: 97.5%;
    height: 1px;
    background: #789659;
    content: "";
  }
  .inquirybox-down .down-right {
    width: 100%;
    display: flex;
    text-align: center;
    margin-top: 10px;
  }
  .inquirybox-down .down-right a {
    font-size: 100%;
    height: 23px;
    line-height: 200%;
    padding: 10px 0;
    width: 100%;
    margin-left: 0;
  }
}


/********************* CMS関連CSS  *****************************/

.post-edit-link {
    background: #ff9900 none repeat scroll 0 0 !important;
    border: 2px solid #ff6600 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    margin-left: 15px;
    padding: 1px 3px !important;
    position: absolute;
    text-decoration: none !important;
    height: 22px!important;
    line-height: 24px!important;
    transition: all ease 0.3s;
    width: 40px;
    text-align: center;
    top: 15px;
    right: 15px;

}

.post-edit-link:hover{
  opacity: 0.7;
}


/* 耐震補強工事 お知らせ用 */
.top_info_red {
  padding: 20px;
  border: 3px double #923241;
  background: #fff;
  margin-bottom: 20px;
}

.top_info_red h3 {
  font-size: 120%;
  margin-bottom: 10px;
  color: #923241;
}

.top_info_red span {
  background: #923241;
  color: #fff;
}

/* レストランメニュー (シーズンと花綴の両方で使用するためcommonに記載)
=============================== */
.restaurant-menu {
  margin-bottom: 60px;
}

.restaurant-menu__title {
  font-size: 140%;
  border-bottom: 2px solid #c0c5cb;
  padding-bottom: 10px;
}

.restaurant-menu__time {
  font-size: 70%;
  margin-left: 10px;
}

.restaurant-menu__description {
  margin-top: 30px;
  text-align: center;
  font-size: 120%;
  color: #7a5f29;
  white-space: nowrap;
}

.restaurant-menu__wrap {
  display: flex;
  flex-wrap: wrap;
}

.restaurant-menu__item {
  width: 31%;
  margin: 30px 1% 0;
}

.restaurant-menu__name {
  font-size: 120%;
  margin-top: 20px;
}

.restaurant-menu__text {
  margin-top: 10px;
}

.restaurant-menu__price {
  margin-top: 10px;
  color: #7c202c;
  font-size: 120%;
  font-weight: bold;
  text-align: right;
}

.restaurant-menu__unit {
  font-size: 80%;
}

.restaurant-menu__line {
  border-bottom: 1px solid #c0c5cb;
  padding-bottom: 20px;
}

.top_info {
  padding: 20px;
  border: 1px solid #c0c5cb;
  background: #fff;
  margin-bottom: 20px;
}
.top_info h3 {
  font-size: 120%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .restaurant-menu {
    margin-bottom: 40px;
  }

  .restaurant-menu__title {
    font-size: 120%;
    border-bottom: 2px solid #c0c5cb;
    padding-bottom: 10px;
  }

  .restaurant-menu__description {
    margin-top: 20px;
  }

  .restaurant-menu__item {
    width: 48%;
    margin: 20px 1% 0;
  }

  .restaurant-menu__name {
    margin-top: 10px;
  }

  .restaurant-menu__text {
    margin-top: 5px;
  }

  .restaurant-menu__price {
    margin-top: 5px;
  }

  .restaurant-menu__line {
    padding-bottom: 10px;
  }
}


/* TripEdia チャットボットバナー設置
=============================== */
.chatbot {
  position: fixed;
  right: 120px;
  bottom: 20px;
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.chatbot.active {
  cursor: pointer;
  transition: opacity 0.25s;
  opacity: 1;
  pointer-events: initial;
}
.chatbot img {
  height: 80px;
  width: auto;
}
.chatbot.active:hover {
  opacity: 0.7;
}

<<<<<<< HEAD
.recruit_bnr {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 2;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  display: block;
}


=======
>>>>>>> HGP_OSAKA_WEB-242
@media screen and (max-width: 979px) {
  .chatbot {
    right: 100px;
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .chatbot {
    right: 10px;
    bottom: 60px;
  }
}


.btn-red {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00', endColorstr='#c00',GradientType=0 );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #d00, #c00);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#d00), to(#c00));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d00, #c00);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #d00, #c00);
  /* IE9+ */
  background: -ms-linear-gradient(top, #d00, #c00);
}
.btn-red:before {
  background: #f00;
}
@media screen and (max-width: 767px) {
  .btn-red {
    line-height: 1.6rem;
    padding: 8px 0;
  }
<<<<<<< HEAD

  /*.sp-recruit{
  bottom: 9.2rem;
    right: 0.5rem;
    max-width: 42%;
}*/

.sp-recruit{
  display: none;
}
=======
>>>>>>> HGP_OSAKA_WEB-242
}

#CDSWIDTC.widTC2015.cx_brand_refresh1 {
  margin: 0 auto;
}


/* h1テキスト */

h1 {
  font-size: 12px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  h1 {
   font-size: 10px;
   background-color: #fff;
   width: 100%;
   text-align: center;
   padding: 5px 0px;
  }
  h1.spnone {
   display: none;
  }
 }
 
  /* toppage-accessmap */
  .top_access {
    background: #DCE4EF;
   }
  
   .top_access .flex {
    display: flex;
    justify-content: space-between;
  }
  .top_access .flex div:first-child  {
    padding-left: 20px;
  }
  .top_access .flex div:first-child h2 {
    padding: 50px 0 10px;
      font-size: 25px;
  }
  .top_access .flex div:first-child p {
      font-size :114%;
      padding-bottom: 20px;
  }
  .top_access .flex div:first-child table {
    border-top: 1px solid;
    border-bottom: 0.5px solid #898989;
    margin-bottom: 20px;
  }
  .top_access .flex div:first-child table tr {
    border-bottom: 0.5px solid #898989;
  }
  .top_access .flex div:first-child table th {
    background: #C1C1C1;
    padding: 15px;
  }
  .top_access .flex div:first-child table td {
    padding: 15px 20px;
  }
  .top_access .flex div:first-child span a {
    text-decoration: underline;
  }
  
  .top_access .flex div:first-child span a:hover {
    text-decoration: none;
  }
  
  
  .top_access .flex div:last-child {
    padding: 50px 0px 40px;
  }
  .top_access .flex div:last-child iframe{
    width: 600px;
    height: 338px;
  }
  
  @media screen and (max-width: 979px) {
    .top_access .flex {
      display: block;
      width: 90%;
      margin: 0 auto;
    }
    .top_access .flex div:first-child  {
      padding-left: 0px;
    }
    .spnone {
      display: none;
    }
    .top_access .flex div:first-child table {
      margin-bottom: 10px;
      width: 100%;
    }
    .top_access .flex div:first-child h2 {
      padding: 50px 0 10px;
        font-size: 20px;
    }
    .top_access .flex div:first-child p {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .top_access .flex div:last-child {
      padding: 10px 0;
    }
    .top_access .flex div:last-child iframe{
      width: 100%
    }
  
  }

    /* 能登地震お見舞いテキスト */
  
    .inner_text  {
      margin: 60px 0;
    } 
   .inner_text h5 {
    font-size: 1.4rem;
    font-weight: bold;
    background: #1f273f;
    color: #fff;
    padding: 10px 0;
    width: 1120px;
    margin: 40px auto 0;
    text-align: center;
    }
  
    .inner_text h5 .pcnone {
      display: none;
    }
  
    .inner_text > div {
      text-align: center;
      padding: 15px;
      margin-bottom: 20px;
      line-height: 2;
    }
  
    @media screen and (max-width: 767px) {
      .inner_text  {
        margin: 0;
      } 
    .inner_text h5 {
      font-size: 1.2rem;
      font-weight: normal;
      padding: 10px;
      width: 90%;
      margin: 40px auto 0;
  
    } 
    .inner_text h5 .pcnone {
      display: block;
    }
    .inner_text > div {
      text-align: justify;
      padding: 15px;
      width: 80%;
      margin: 0 auto 20px;
    }
    }

    /* bestrate調整 */
    .bestratebnr {
      text-align: center;
      padding-top: 60px;
    }

    #gnavi {
      position: relative;
    }
    #gnavi .best-rate {
      position: absolute;
      z-index: 99;
      right: 0;
    }
    img.bestrate {
      width: 160px;
    }
    #gnavi li a.navplan:hover {
      opacity: unset;
      -webkit-opacity: unset;
    }

    /* sdgsbnr調整 */
    .sdgsbnr {
      background: #fff;
      padding-top: 40px;
    }

    @media screen and (max-width: 767px) {
      .sdgsbnr {
        text-align: center;
      }
      .sdgsbnr img {
        width: 90%;
      }
    }
    