@charset "UTF-8";
/* set
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

@font-face {
  font-family: 'icomoon_new';
  src: url("/assets/default/font/old/icomoon.eot?jbh01z");
  src: url("/assets/default/font/old/icomoon.eot?jbh01z#iefix") format("embedded-opentype"), url("/assets/default/font/old/icomoon.ttf?jbh01z") format("truetype"), url("/assets/default/font/old/icomoon.woff?jbh01z") format("woff"), url("/assets/default/font/old/icomoon.svg?jbh01z#icomoon") format("svg");
  font-display: block;
}
[class^="icon_new-"]:before, [class*=" icon_new-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_new' !important;
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_new-glass:before {
  content: "\e905";
}

.icon_new-marker:before {
  content: "\e908";
}

.icon_new-train:before {
  font-size: 16px;
  content: "\e909";
}

.icon_new-university:before {
  content: "\e90a";
}

.icon_new-close:before {
  content: "\e901";
}

.icon_new-menu:before {
  content: "\e906";
}

.icon_new-arw_r:before {
  content: "\e900";
}

.icon_new-arw-thin_r:before {
  content: "\e903";
}

.icon_new-clock:before {
  content: "\e902";
}

.icon_new-mail:before {
  content: "\e904";
}

.icon_new-search_l:before {
  content: "\e907";
}

/* common
-------------------------------------------------------------- */
/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.invisible {
  visibility: hidden;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
/*  background-image: url(https://www.himeji-kanko.jp/img/common/bg-glay.gif);*/
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-family: 'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
h1.h_site_desc{
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b, strong {
  font-weight: bold;
}

img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #616161;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #616161;
}

::placeholder {
  /* Others */
  color: #616161;
}

a {
  text-decoration: none;
}
a img {
  display: block;
}
a:hover img {
  opacity: .8;
}

/* layout
-------------------------------------------------------------- */
#container {
  position: relative;
  /*width: 100%;
  min-height: 100%;
  height: 100%;*/
}

body,
.main_slider {
  min-width: 1000px;
}

.inner .wrap_white,
.inner .slider_box {
  min-width: inherit;
}

.inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.column {
  /*margin-top: 20px;*/
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.column .side_contents {
  width: 230px;
}
.column .main_contents {
  width: 730px;
}
.column .main_contents .inner {
  width: auto;
}

.block {
  display: block;
}


/* background
-------------------------------*/
.wrap_white {
  background-color: #fff;
}

.wrap_black {
  background-color: #292929;
}

.wrap_gray {
  background-color: #f5f5f5;
}

.wrap_green {
  background-color: #8bc34a;
}

.wrap_orange {
  background-color: #f59846;
}

.wrap_blue {
  background-color: #00acc1;
}

.wrap_coral {
  background-color: #e57373;
}

.wrap_skyblue {
  background-color: #42a5f5;
}

.wrap_navy {
  background-color: #02479d;
}

/* color
-------------------------------*/
.clr_orange {
  color: #f57f17;
}

.clr_red {
  color: #d84315;
}

.clr_black {
  color: #000;
}

.clr_gray {
  color: #bdbdbd;
}

.clr_blue {
  color: #004ea1;
}

/* brd
-------------------------------*/
.brd {
  border: 1px solid #d1d1d1;
}

.brd_wh-4 {
  border: 4px solid #fff;
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

.subtext {
  line-height: 1.8;
  font-size: 14px;
}

/* title
-------------------------------*/
.c-ttl {
  position: relative;
  padding: 20px 0 26px;
  text-align: center;
}
.c-ttl .title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: normal;
}
.c-ttl .btn {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 12px;
  font-weight: normal;
}

.c-ttlbar {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0 5px 0 10px;
  border: 1px solid #ccc;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#f2f2f2, #ffffff);
  background-image: linear-gradient(#f2f2f2, #ffffff);
  box-shadow: inset 0 0 0 1px #fff;
}
.c-ttlbar .title {
  margin: 12px 0;
  padding-left: 12px;
  line-height: 1.3;
  border-left: 6px solid var(--sub-color);
  font-size: 20px;
  font-weight: normal;
}
.c-ttlbar .btn-wh {
  margin: 0 0 0 auto;
}

.s-ttl {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-ttl:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  order: 2;
  content: "";
  display: block;
  width: 770px;
  height: 1px;
  background: #e0e0e0;
  z-index: 1;
}
.s-ttl .icon-marker {
  margin-right: 10px;
  font-size: 22px;
}
.s-ttl .title {
  padding-right: 40px;
  position: relative;
  background: #fff;
  font-size: 20px;
  white-space: nowrap;
  z-index: 10;
}
.s-ttl .btn {
  order: 3;
  margin-left: 20px;
  font-weight: normal;
}


/* contact
-------------------------------------------------------------- */
.contact {
  width: 590px;
  padding: 0 12px 18px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.contact .text {
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.contact .btn_box {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.contact .btn {
  width: 200px;
  height: 60px;
  font-size: 18px;
}
.contact .btn-wh {
  width: 140px;
  height: 60px;
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
}
.contact .btn-wh span {
  display: inline-block;
  margin-left: 8px;
  text-align: left;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 9999;
}

.btn_pagetop {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}
.btn_pagetop i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
}
.btn_pagetop:hover {
  opacity: .8;
}

/* search_box */
.search_box {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.search_box form {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.search_box button {
  border: none;
  width: 32px;
  height: 30px;
  line-height: 1;
  padding: 0;
  background: none;
  color: #000;
  font-size: 16px;
  text-align: center;
  outline: none;
}
.search_box .search_word {
  width: calc(100% - 32px);
  height: 30px;
  padding: 0 10px;
  background: none;
  border: none;
  font-size: 14px;
  outline: none;
}

/* side_contents
-------------------------------------------------------------- */
.side_contents .side_ttl {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--main-color);
  color: #fff;
}
.side_contents .side_ttl .title {
  line-height: 1;
}
.side_contents .side_ttl i {
  margin-right: 5px;
}
.side_contents .side_sttl {
  padding: 8px 6px;
  border-bottom: 1px solid #000;
  background: #004ea1;
  color: #fff;
}
.side_contents .side_sttl .title {
  line-height: 1;
  font-size: 13px;
}
.side_contents .side_caption {
  margin: 0 4px 10px;
  padding: 8px 0;
  border-bottom: 1px solid #d1d1d1;
}
.side_contents .side_caption .title {
  display: block;
  padding-left: 4px;
  border-left: 4px solid #004ea1;
  font-weight: bold;
}
.side_contents [class^="li_style"] li {
  padding: 5px;
  position: relative;
  background: #fff;
}
.side_contents [class^="li_style"] li a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 4px 10px 4px 16px;
  font-size: 12px;
}
.side_contents [class^="li_style"] li a:hover {
  color: #f57f17;
}
.side_contents [class^="li_style"] li i {
  margin-left: auto;
  font-size: 10px;
}
.side_contents [class^="li_style"].li_brd li + li {
  border-top: 1px solid #f4f1ea;
}

.side_contents .side_company_info li {
  padding: 5px 10px;
  font-size: 14px;
}

.side_contents .side_company_info li a {
  padding: 5px 0px;
}

.side_contents .side_company_info a:hover {
  text-decoration: none;
}

.odd_color li:nth-child(odd) {
  background: #f5f5f5;
}

.even_color li:nth-child(odd) {
  background: #f5f5f5;
}

.even_color li:nth-child(even) {
  background: #ddd;
}

/* キーワードで検索 */
.side_keyword .side_search {
  padding: 10px;
  background: #fff;
}

/* バナー */
.side_banner a {
  display: block;
  line-height: 1;
}
.side_banner a img {
  display: block;
}
.side_banner a:hover {
  opacity: .8;
}
.side_banner a + a {
  margin-top: 10px;
}

/* お問い合わせ店舗 */
.side_shop {
  position: relative;
  padding: 5px;
  background-color: var(--main-color);
  background-size: 100% auto;
  text-align: center;
  margin-bottom: 10px;
}
.side_shop .title {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.side_company_data {
  background-color: var(--main-color);
/*  padding: 13px 0 10px 10px;*/
}

.side_shop_data {
  background-color: #222;
  padding: 5px 5px 0px;
}

.side_company_data img,
.side_shop_data img {
  object-fit: contain;
}
.side_shop_data img {
  width:  210px;
}
.side_shop_info {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
}
.side_shop_contact {
  padding: 10px 10px 10px;
}
.side_company_contact {
  padding: 12px;
}
.side_shop_contact .text {
  font-size: 12px;
}
.side_shop_contact .tel {
  font-size: 27px;
  letter-spacing: 0px;
  color: #f88c20;
  font-family: Arial,Helvetica,sans-serif;
  position: relative;
}
.side_shop_contact .tel-icon:before {
  content: "\e90b";
  font-family: "icomoon",sans-serif;
  font-size: 22px;
  color: #222;
  top: -2px;
  left: 2px;
}

.side_shop_contact a {
  width: 100%;
  margin-top: 5px;
}
.side_shop .btn_box {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.side_shop .btn_box a {
  width: 117px;
  justify-content: flex-start;
}

/* お知らせ */
.side_topics_list {
  background: #fff;
}
.side_topics_list a {
  display: block;
  padding: 10px;
}
.side_topics_list a:hover {
  color: #f57f17;
}
.side_topics_list .bold {
  margin-bottom: 5px;
}
.side_topics_list p {
  line-height: 1.28;
  font-size: 12px;
}

/* 物件 */
.side_filter .button_list li {
  width: 100%;
  margin-bottom: .5rem;
}
.side_filter .button_list a {
  width: 100%;
}
.side_filter .btn-gold {
  line-height: 1.5;
}

/* 絞り込み */
.side_filter {
  margin-bottom: 1rem;
}
.side_filter_box {
  padding: 4px;
}
.side_filter .side_filter_box{
  padding: 10px;
}
.side_filter_box.brd {
  border-top: none;
}
.side_filter .filter_current {
  /*margin: 10px 10px;*/
  font-size: 13px;
}
.side_filter .filter_current .btn_box a {
  border: none;
}
.side_filter .filter_current .btn_box:first-child {
  margin-bottom: 10px;
}
.side_filter .filter_current .btn_box i {
  font-size: 16px;
}
.side_filter .filter_current .filter_area {
  margin: 6px 0;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}
.side_filter .filter_current .btn-wh {
  width: 100%;
  margin-top: 8px;
}
.side_filter_item {
  margin-bottom: 5px;
  padding: 0 6px;
  font-size: 1.3rem;
}
/*.side_filter_item dd {
  padding-bottom: 1.5rem;
}*/
.side_filter_item li, .side_filter_item div {
  position: relative;
}
.side_filter_item li + li, .side_filter_item div + li {
  margin-top: 3px;
}
.side_filter_item a {
  /*display: block;*/
/*  padding: .2rem 1rem;*/
  cursor: pointer;
}
.side_filter_item a:hover {
/*  color: #004ea1;*/
}
.side_filter_item label {
  display: block;
  padding: .1rem 5px .1rem 25px;
  cursor: pointer;
}
.side_filter_item input[type="radio"],
.side_filter_item input[type="checkbox"] {
  position: absolute;
  left: 0px;
  transform: translateY(-50%);
  margin-top: 9px;
}
.side_filter_item input[type="radio"]:checked + label,
.side_filter_item input[type="checkbox"]:checked + label {
  background: #eff9ee;
}
.side_filter_item .select {
  margin-bottom: 8px;
  margin-left: 5px;
}

.side_filter_item .select ul li{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.side_filter_item .side_caption {
  font-size: 14px;
  margin: 12px 0 8px 0;
  padding: 8px 6px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.side_filter_item .side_caption span {
  border-left: 5px solid var(--sub-color);
    padding: 2px 8px;
}


.select > select {
  padding: 0 0 0 5px;
}
.select > ul {
  padding: 0 0 0 5px;
}

/* 表示物件件数 */
.side_filter_count {
  margin: 10px 15px 6px;
  text-align: center;
}
.side_filter_count .counter {
  font-size: 12px;
  font-weight: bold;
}
.side_filter_count .count {
  font-size: 22px;
}
.side_filter_count .btn-orange {
  width: 100%;
  font-size: 18px;
}
.side_filter_count .btn-orange i {
  position: relative;
  top: inherit;
  transform: inherit;
  margin-right: 5px;
  font-size: 14px;
}

.side_button_list .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 10px;
  justify-content: flex-start;
  font-size: 13px;
}
.side_button_list .btn i {
  font-size: 10px;
  transform: scale(0.9) translateY(-50%);
}

/* lib */
/* badge
-------------------------------------------------------------- */
[class^="badge_"] {
  display: inline-block;
  width: 32px;
  margin-left: 8px;
  line-height: 1;
  padding: 1px 0;
  background: #fff;
  border: 1px solid;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}

.badge_new {
  border-color: #d84315;
  color: #d84315;
}

.badge_update {
  border-color: #4e342e;
  color: #4e342e;
}

/* button
-------------------------------------------------------------- */
.btn {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  tap-highlight-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;

}
.btn [class*="icon_new-"] {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  left: 80%;
}
.side_btn {
    position: relative;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    tap-highlight-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side_btn:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: .8;
}
.side_btn i {
  margin-top: 2px;
  margin-right: 5px;
}
/* 来店予約・物件リクエスト・問い合わせ */
.btn-reserve,
.btn-request,
.btn-contact {
  width: 216px;
  height: 40px;
  color: #fff;
  font-size: 15px;
}
.btn-reserve .i-mark,
.btn-request .i-mark,
.btn-contact .i-mark {
  left: 10px;
  font-size: 20px;
}
.icon_new-arw_r {
  /*right: 5px;
  font-size: 11px;
  transform: scale(0.9) translateY(-50%);*/
}
.h_navigation .btn-request .i-mark {
  left: 5px;
  font-size: 20px;
}

.btn-reserve .new-icon-arw_r,
.btn-request .new-icon-arw_r,
.btn-contact .new-icon-arw_r {
  right: 8px;
  font-size: 10px;
}

.btn .icon-arw_r {
  right: 5px;
  font-size: 11px;
}

.btn-reserve .icon-arw_r,
.btn-contact .icon-arw_r {
  right: 8px;
  font-size: 10px;
  transform: scale(0.9) translateY(-50%);
}

.btn .counter {
  line-height: 1;
  margin-left: 7px;
  padding: 3px 10px 5px;
  background: #f57f17;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
}

.btn-contact {
  border-radius: 6px;
    border: 1px solid #820101;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background: #D80000;
    background-image: linear-gradient(#D80000, #A10000);
    color: #fff;
}

.btn-orange {
  border-radius: 6px;
  border: 1px solid #820101;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: #D80000;
  background-image: linear-gradient(#D80000, #A10000);
  color: #fff;
  border: 1px solid #F27400;
  background: linear-gradient(180deg, #F27400 0%, #EE3B03 100%);
}

.university_block{
  text-align: center;
}
.universities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.btn-university {
  display: inline-block;
  padding: 10px 25px 10px 15px;
  text-align: center;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #EB5185;
  box-shadow: inset 0 0 0 1px #EB5185;
  background: #eb6877;
}

.btn-reserve,
.btn-orange {
  border: 1px solid #d87300;
  box-shadow: inset 0 0 0 1px #ffa92a;
  background: #f57f17;
  background-image: -webkit-linear-gradient(#f57f17, #f54d00);
  background-image: linear-gradient(#f57f17, #f54d00);
  color: #fff;
}

.btn-request {
  border: 1px solid #808000;
  box-shadow: inset 0 0 0 1px #808000;
  background: #808000;
  background-image: -webkit-linear-gradient(#808000, #808000);
  background-image: linear-gradient(#808000, #808000);
}

/* 汎用 */
.btn-orange {
  width: 100%;
  height: 40px;
  color: #fff;
}

.btn-gold {
  border: 1px solid #927606;
  box-shadow: inset 0 0 0 1px #e6be4e;
  background: #c2a23b;
  background-image: -webkit-linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  background-image: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  border-radius: 5px;
  /* color: #fff; */
}

/* 汎用白 */
.btn-wh {
  justify-content: flex-start;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 1px #fff;
  background: #fff;
  background-image: -webkit-linear-gradient(#fff, #efefef);
  background-image: linear-gradient(#fff, #efefef);
  border-radius: 6px;
  font-size: 13px;
}

.btn-wh .new-icon-arw_r {
  right: 5px;
  font-size: 11px;
}
.btn-wh .new-icon-pin {
  left: 8px;
  font-size: 15px;
}

.btn_m {
  width: 177px;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 9999;
}

.btn_pagetop {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}
.btn_pagetop i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
}
.btn_pagetop:hover {
  opacity: .8;
}

.side_contents .search_box {
  background: #fffde7;
  border-color: #d1d1d1;
}
.side_contents .search_box button {
  width: 38px;
  height: 38px;
}
.side_contents .search_box .search_word {
  width: calc(100% - 38px);
  height: 38px;
}

/* tab
-------------------------------------------------------------- */
.tabs ul {
  display: -ms-flex;
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
}
.tabs li {
  width: 100%;
  text-align: center;
}
.tabs li:nth-child(2) {
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;

}
.tabs li + li a {
  border-left: none;
}
.tabs li a {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 1;
  /*border: 1px solid #e1e1e1;*/
  background: #fff;
  background-image: -webkit-linear-gradient(#fff, #efefef);
  background-image: linear-gradient(#fff, #efefef);
  font-weight: bold;
  text-decoration: none;
}
.tabs li a:hover {
  background: rgba(16, 169, 63, 0.1);
}
.tabs .on a {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.tabs .on a:hover {
  background: #222;
}
.tabs .on a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #004ea1 transparent transparent transparent;
}

.side_tab li a {
  height: 30px;
  background: #fff;
  border-bottom: none;
  font-size: 13px;
}
.side_tab .on a:before {
  display: none;
}

/* tab content 
-------------------------------------------------------------- */
.tab_content {
  /*display: none;*/
}
.tab_content.brd {
  border-top: none;
}

.side_contents .tab_content {
  background: #eee;
}
.side_contents .tab_content .btn_box {
  padding-bottom: 7px;
}

/* tag
-------------------------------------------------------------- */
.tag {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

[class^="tag_"] {
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.tag_new {
  background: #f57f17;
}

.tag_deposit {
  background: #11a940;
}

.tag_bathroom {
  background: #00acc1;
}

/* utility
-------------------------------------------------------------- */
/* font */
.b {
  font-weight: bold;
}

/* text-align */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* margin */
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}
.mt25 {
  margin-top: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

/* padding */
.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pa5 {
  padding: 5px;
}

.pa10 {
  padding: 10px;
}

.pa15 {
  padding: 15px;
}

/* parts */
.bukken_slider {
  margin: 0 20px;
}
.bukken_list li {
  position: relative;
  width: 250px;
  margin-right: 14px;
  padding: 4px;
  background: #fff;
  /*border: 1px solid #d1d1d1;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bukken_list li:hover {
  opacity: .8;
}
.bukken_list a {
  display: block;
  text-decoration: none;
}
.bukken_list .tag {
  padding: 0 5px 2px;
  margin: 0;
}
.bukken_item {
  position: relative;
  background: #fff;
  border: 1px solid #d1d1d1;
}
/*.bukken_item .label {
  position: absolute;
  right: 1px;
  top: 1px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  z-index: 10;
}*/
.bukken_item .label span {
  display: block;
  padding: 5px 4px;
}
.bukken_item .label .status {
  color: #fff;
}

.bukken_item .label_new .status {
  background: #DC2222;
}

.bukken_item .label_update .status {
  background: #533a35;
}
.bukken_item .label_update .date {
  color: #533a35;
}
.bukken_name {
  position: absolute;
  bottom: 0px;
  width: 100% ;
  line-height: 1;
  padding: 8px;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bukken_text {
  padding: 7px 5px 0;
  line-height: 1.3;
  font-size: 12px;
}
.tab_content .bukken_text p {
  display: flex;
}

.main_contents .bukken_list {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.main_contents .bukken_list li {
  margin-bottom: 15px;
}
.main_contents .tab_content .wrap_gray {
  padding: 15px 0;
}
.main_contents .tab_content .subtext {
  padding: 20px;
  line-height: 1.28;
  color: #616161;
}
.main_contents .tab_content .bukken_list {
  margin: 0 20px;
}
.main_contents .tab_content li:nth-of-type(3n) {
  margin-right: 0;
}

.side_contents .bukken_list li {
  margin: 0;
  padding-bottom: 10px;
  width: 100%;
}
.side_contents .bukken_list li .bukken_item {
  margin: 0;
   width: 100%;
}
.side_contents .bukken_pht {
  height: 155px;
}

.side_contents .bukken_pht img {
  height: 80%;
  width: 100%;
  object-fit: contain;
}

/* slide */
.slider_box .list_bukken {
  margin: 0 20px;
}

/* unit */
.result_unit {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
}
.result_unit .result_data {
  font-size: 14px;
}
.result_unit .result_data b {
  font-size: 24px;
}
.result_unit .btn {
  margin: 0 0 0 auto;
}

.about {
  display: -ms-flex;
  display: flex;
  height: 400px;
}
.about_box {
  width: 30%;
  background-size: cover;
}
.about .box_left {
  background-image: url("/citylife/images/top/about_bg_01.jpg");
}
.about .box_right {
  background-image: url("/citylife/images/top/about_bg_02.jpg");
}
.about_textWrap {
  width: 40%;
  padding: 30px 0;
  background: #004ea1;
  color: #fff;
  text-align: center;
}
.about_logo {
  display: inline-block;
  padding: 12px 10px 8px;
  background: #fff;
}
.about_logo img {
  display: block;
}
.about_heading {
  width: 375px;
  height: 103px;
  line-height: 1.35;
  margin: 10px auto 24px;
  padding: 16px 0;
  background: url("/citylife/images/top/about_frame.png") no-repeat center;
  background-size: 100% auto;
  font-size: 28px;
}

.banner {
  background: url("/citylife/images/ptn_check-green.png");
}
.banner .slider_box {
  padding: 20px 0;
}
.banner .slider_box .slick-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner .slider_box .slick-slide:hover {
  opacity: .8;
}
.banner .list_banner li {
  width: 230px;
  margin-right: 20px;
  background: #fff;
}
.banner .list_banner a {
  display: block;
  text-decoration: none;
}

.category {
  position: relative;
  padding: 6px 0;
  background: url("/citylife/images/ptn_slant-beige.png");
}
.category .inner {
  padding: 45px 32px 35px;
  background: #f6eddb;
}
.category ul {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.category_ttl {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.category_list {
  justify-content: space-between;
  margin-bottom: 20px;
}
.category_list li {
  width: 215px;
}
.category_list li:nth-of-type(1) {
  animation-delay: 0.1s;
}
.category_list li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.category_list li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.category a {
  display: block;
  text-decoration: none;
}
.category a:hover img {
  opacity: .8;
}
.category_item {
  background: #fff;
  border: 1px solid #d1d1d1;
}
.category_pht {
  padding: 1px;
}
.category_text {
  position: relative;
  padding: 8px 5px 8px 10px;
  font-size: 14px;
}
.category_text .new-icon-arw-thin_r {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: #f57f17;
  border-radius: 50%;
}
.category_text .new-icon-arw-thin_r:before {
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.category_list_other {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.category_list_other li {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3px;
  font-size: 14px;
}
.category_list_other li:nth-of-type(3n) {
  margin-right: 0;
}
.category_list_other li a:hover {
  text-decoration: underline;
}
.category_list_other li .new-icon-arw-thin_r {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
}
.category_list_other.li_span2 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category_list_other.li_span2 li {
  width: 48.5%;
}

.description {
  padding: 20px;
  border: 1px dashed #e0e0e0;
}
.description p {
  margin-bottom: 10px;
  line-height: 1.28;
  font-size: 14px;
}

.kv {
  position: relative;
  background: url("/citylife/images/top/kv_01.jpg");
  background-position: top center;
  background-size: cover;
}
.kv .inner {
  position: relative;
  height: 450px;
  padding: 0 30px;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 20px;
}
.kv_catch {
  margin-top: 52px;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #fff;
  font-size: 90px;
  font-weight: bold;
}
.kv_area {
  display: -ms-flex;
  display: flex;
}
.kv_area_item {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1.3;
  margin-right: 10px;
  padding-top: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.kv_area_item:nth-child(1) {
  background: rgba(13, 71, 161, 0.8);
  animation-delay: 1s;
}
.kv_area_item:nth-child(2) {
  background: rgba(0, 172, 193, 0.8);
  animation-delay: 1.1s;
}
.kv_area_item:nth-child(3) {
  background: rgba(124, 179, 66, 0.8);
  animation-delay: 1.2s;
}
.kv_label {
  position: absolute;
  top: 74px;
  right: 0;
  width: 257px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  animation-delay: 1.5s;
}
.kv_label_text {
  padding: 15px 0 10px;
  font-size: 14px;
}
.kv_label_text .line {
  background: linear-gradient(transparent 50%, #fff176 0%);
}
.kv_label .btn_box {
  padding: 15px 28px;
  background: url("/citylife/images/ptn_slant-green.png") top center;
  background-size: auto 100%;
}
.kv_label .btn_box a {
  width: 100%;
  height: 46px;
  padding-left: 10px;
  justify-content: flex-start;
}
.kv_label .btn_box a + a {
  margin-top: 7px;
}
.kv_label .btn_box i {
  position: relative;
  top: inherit;
  transform: inherit;
  width: 20px;
  margin-right: 10px;
  text-align: center;
}
.kv_label .btn_box .new-icon-pin {
  font-size: 17px;
}
.kv_label .btn_box .new-icon-train {
  font-size: 20px;
}

#slide_wrapp {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
#slide_wrapp .slide_item {
  width: 100%;
  height: 450px;
  opacity: 0;
  transform: scale(1);
  transition: opacity 3s linear, transform 7s linear;
  position: relative;
  z-index: 1;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item .kv_01 {
  background: url("/citylife/images/top/kv_02.jpg");
}
#slide_wrapp .slide_item .kv_02 {
  background: url("/citylife/images/top/kv_03.jpg");
}
#slide_wrapp .slide_item .kv_03 {
  background: url("/citylife/images/top/kv_01.jpg");
}
#slide_wrapp .slide_item .kv_01, #slide_wrapp .slide_item .kv_02, #slide_wrapp .slide_item .kv_03 {
  height: 450px;
  background-position: top center;
  background-size: cover;
}

.pickup {
  position: relative;
  padding: 25px 0;
  background: url("/citylife/images/ptn_dot-beige.png");
  background-size: 16px;
}
.pickup .label {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 150px;
  padding-top: 25px;
  background: url("/citylife/images/ptn_dot-beige.png");
  background-size: 16px;
  border-radius: 100%;
  text-align: center;
  z-index: 0;
}
.pickup .label img {
  margin: 0 auto;
}
.pickup_ttl {
  position: relative;
  padding: 0 20px 20px;
  z-index: 2;
}
.pickup_ttl .title {
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pickup_ttl .title:before, .pickup_ttl .title:after {
  content: "";
  display: block;
  width: 26%;
  height: 6px;
  background: url("/citylife/images/ptn_slant-beige.png");
}
.pickup_ttl .title span {
  font-size: 26px;
}
.pickup_ttl .subtitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .3em;
}
.pickup_text {
  margin: 0 30px 30px;
}
.pickup_text p {
  line-height: 2.4;
  border-bottom: 1px solid #e7e4c1;
  font-size: 14px;
}
.pickup_list {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 30px;
}
.pickup_item {
  position: relative;
  width: 210px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.pickup_item:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: url("/citylife/images/sdw.png");
  background-size: 100% auto;
}
.pickup_item_pht {
  padding: 1px;
  border-bottom: 1px solid #d1d1d1;
}
.pickup_item_pht img {
  display: block;
}
.pickup_item_summary {
  padding: 2px;
  background: url("/citylife/images/ptn_slant-blue.png");
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.pickup_item_data {
  padding: 10px 8px;
  line-height: 1.3;
}
.pickup_item_data dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.pickup_item_data dd {
  color: #616161;
  font-size: 12px;
}
.pickup .btn_box a {
  width: 277px;
}

/*　カード決済アイコン　*/
.card_ok {
  display: inline-block;
  padding: .5rem .8rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #004ea1;
}

.card_icon {
  display: inline-flex;
  padding-left: 10px;
  height: 18px;
  vertical-align: text-bottom;
}

/* 来店予約 */
.shop {
  position: relative;
  padding: 3px;
  background: #fbe9e7;
  border: 1px solid #edd3cb;
}
.shop .wrap_white {
  padding: 2px;
}
.shop_ttl {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.shop_ttl .title {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 620px;
  height: 40px;
  margin: 0 auto;
  background: url("/citylife/images/shop/ribbon.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 18px;
}
.shop_pht {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 45px 25px 25px;
}
.shop_pht figure {
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.shop_pht figure:nth-of-type(1) {
  animation-delay: .1s;
}
.shop_pht figure:nth-of-type(2) {
  animation-delay: .2s;
}
.shop_pht figure img {
  display: block;
}
.shop_data {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 23px 25px;
}
.shop_data .shop_info {
  margin-left: 13px;
}
.shop_data .shop_info dt {
  font-size: 18px;
  font-weight: bold;
}
.shop_data .shop_info dd {
  line-height: 1.7;
  font-size: 13px;
}
.shop_data .btn_box {
  margin-left: auto;
}
.shop_data .btn_box a {
  margin-bottom: 5px;
}
.shop .shop_contact {
  display: -ms-flex;
  display: flex;
  padding: 20px 23px;
  background: #fff9c7;
}
.shop .shop_contact .shop_tel {
  line-height: 1;
}
.shop .shop_contact .shop_tel .text {
  margin-bottom: 5px;
  font-size: 12px;
}
.shop .shop_contact .shop_tel .telno {
  font-size: 26px;
}
.shop .shop_contact .shop_tel .new-icon-tel {
  margin-right: 3px;
  font-size: 20px;
}
.shop .shop_contact .btn_box {
  display: -ms-flex;
  display: flex;
  margin-left: auto;
}
.shop .shop_contact .btn_box a {
  margin-left: 8px;
}

.staff {
  position: relative;
  padding: 40px 0 30px;
  background: url("/citylife/images/staff/staff_bg.png");
  border-top: 1px solid #e0e0e0;
}
.staff:before, .staff:after {
  content: "";
  position: absolute;
  top: 0;
  width: 233px;
  height: 169px;
  background: url("/citylife/images/staff/staff_leaf.png");
}
.staff:before {
  left: 0;
}
.staff:after {
  right: 0;
  transform: scale(-1, 1);
}
.staff_ttl .title {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 24px;
}
.staff_list {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.staff_list li {
  position: relative;
  width: 210px;
}
.staff_list li:before {
  position: absolute;
  content: "";
  width: 210px;
  height: 230px;
  top: -20px;
  left: 0;
  z-index: 1;
}
.staff_list li:nth-of-type(1) {
  animation-delay: .2s;
}
.staff_list li:nth-of-type(1):before {
  background: #f6ebc9;
  animation-delay: .4s;
}
.staff_list li:nth-of-type(2) {
  animation-delay: .3s;
}
.staff_list li:nth-of-type(2):before {
  background: #c8e6c9;
  animation-delay: .6s;
}
.staff_list li:nth-of-type(3) {
  animation-delay: .4s;
}
.staff_list li:nth-of-type(3):before {
  background: #f1d5d9;
  animation-delay: .8s;
}
.staff_list li:nth-of-type(4) {
  animation-delay: .5s;
}
.staff_list li:nth-of-type(4):before {
  background: #ffecb3;
  animation-delay: 1s;
}
.staff_list a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 10;
}
.staff_list a:hover img {
  opacity: .8;
}
.staff_pht {
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.staff_data {
  margin-top: 5px;
  line-height: 1.3;
}
.staff_data .position {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #004ea1;
  color: #004ea1;
  font-size: 12px;
  font-weight: bold;
}
.staff_data .name_jp {
  display: block;
  font-size: 18px;
}
.staff_data .name_en {
  display: block;
  color: #929292;
  font-size: 11px;
}
.staff .btn-wh {
  width: 211px;
}

@-webkit-keyframes staffWrap {
  from {
    transform: rotate(0deg);
    top: 0;
    opacity: 0;
  }
  to {
    transform: rotate(-10deg);
    top: -20px;
    opacity: 1;
  }
}
@keyframes staffWrap {
  from {
    transform: rotate(0deg);
    top: 0;
    opacity: 0;
  }
  to {
    transform: rotate(-10deg);
    top: -20px;
    opacity: 1;
  }
}
.staffWrap:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: staffWrap;
  animation-name: staffWrap;
}

.topics {
  background: #fff;
  border-top: 1px solid #d1d1d1;
}
.topics .topics_ttl {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 12px 0;
  line-height: 1;
}
.topics .topics_ttl .new-icon-info {
  margin-right: 10px;
  font-size: 20px;
}
.topics li:nth-of-type(odd) a {
  background: #f5f5f5;
}
.topics li a {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  text-decoration: none;
}
.topics li a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.2s linear;
}
.topics li a:hover:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.topics li p {
  position: relative;
  z-index: 1;
}
.topics_status {
  width: 17%;
}
.topics_status .date {
  font-size: 12px;
  font-weight: bold;
}
.topics_text {
  width: 83%;
  font-size: 14px;
}

/* animation
-------------------------------------------------------------- */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.visible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes InUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes InUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.InUp {
  -webkit-animation-name: InUp;
  animation-name: InUp;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/*------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.message {
  background-color: #EFF5E5;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
.message .right{
  text-align: right;
}

.side_contents {
  width: 250px;
  margin-bottom: 15px;
}
