@charset "UTF-8";
/*
Theme Name: unobus
Author: trimandesign & hareweb*
Version: 2.1.8.1
*/
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanJP-Regular.woff2") format("woff2"), url("fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanMP-Regular.woff2") format("woff2"), url("fonts/YakuHanMP-Regular.woff") format("woff");
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes scaleblink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleblink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleblink_mini {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleblink_mini {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bus_come {
  0% {
    right: 0;
  }
  100% {
    right: 50%;
  }
}
@keyframes bus_come {
  0% {
    right: 0;
  }
  100% {
    right: 50%;
  }
}
@-webkit-keyframes bus_go {
  0% {
    right: 50%;
  }
  100% {
    right: 120%;
  }
}
@keyframes bus_go {
  0% {
    right: 50%;
  }
  100% {
    right: 120%;
  }
}
@-webkit-keyframes bldg_go {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes bldg_go {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
body {
  font-family: YakuHanJP, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  background-color: #cbbb9d;
  color: #504a3d;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
}
body.fadeOut {
  -webkit-animation: fadeOut 1.2s cubic-bezier(1, 0, 0.75, 1) forwards;
          animation: fadeOut 1.2s cubic-bezier(1, 0, 0.75, 1) forwards;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}

html.gecko.win body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 599px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a {
  color: #429b2f;
}
a:hover {
  color: #ffdf00;
}

p {
  text-align: justify;
}

.min {
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #cbbb9d;
  overflow: hidden;
  z-index: 200;
}

body.jikoku .pcfeatured_contents .featured_item.jikoku .ttl::before, body.jikoku .spfeatured_contents .featured_item.jikoku .ttl::before, body.jikoku #important_news .ttl span::before, body.jikoku .btn_important_news::before, .global_nav .menu_item.appicon::before, body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho.hover::before, body.unchin .teiki_list .teiki_unit .btn_unchin.hover::before, body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen::before, body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.hover::before, body.unchin .teiki_list .unchin .btn_unchin::before, body.unchin .rosen_list .unchin .btn_unchin::before, body.jikoku .rosen_list .unchin .btn_unchin::before, body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho::before, body.unchin .teiki_list .teiki_unit .btn_unchin::before, body.unchin .ua_exp a.pdf::before,
body.unchin .ta_exp a.pdf::before, body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku::before {
  content: "";
  display: block;
  overflow: hidden;
  background: url(images/app_icons.svg) no-repeat;
  background-size: 800% 100%;
  background-position: 0% 0;
}

body.jikoku .sec_ttl::before, .global_nav .menu-mob .menu_item.icon::before, header .mobfeatured_menu .menu_item.jikoku::before {
  content: "";
  display: block;
  overflow: hidden;
  background: url(images/icons_sp.svg) no-repeat;
  background-size: 800% 100%;
  background-position: 0% 0;
}

.global_nav .menu-pc .menu_item.icon::before {
  content: "";
  display: block;
  overflow: hidden;
  background: url(images/icons_pc.svg) no-repeat;
  background-size: 800% 100%;
  background-position: 0% 0;
}

body.jikoku .pcfeatured_contents .featured_item.jibun .ttl::after, body.jikoku .pcfeatured_contents .featured_item.jibun .ttl::before, body.jikoku .spfeatured_contents .featured_item.jibun .ttl::after, body.jikoku .spfeatured_contents .featured_item.jibun .ttl::before, body.jikoku .spfeatured_contents .featured_item.jibun::before, body.home .pcfeatured_contents .featured_item.busmada .ttl::before, body.home .pcfeatured_contents .featured_item.jibun .ttl::after, body.home .pcfeatured_contents .featured_item.jibun .ttl::before, body.home .pcfeatured_contents .featured_item.jibun::before, .global_nav .menu-mob .mainmenu li .menu_item.jibun .name::after, .global_nav .menu-mob .mainmenu li .menu_item.jibun .name::before, .global_nav .menu-mob .mainmenu li .menu_item.jibun::before, header .mobfeatured_menu .menu_item.jibun .name::after, header .mobfeatured_menu .menu_item.jibun .name::before, header .mobfeatured_menu .menu_item.jibun::before {
  content: "";
  display: block;
  overflow: hidden;
  background: url(images/app_parts.svg) no-repeat;
  background-size: 600% 100%;
  background-position: 0% 0;
}

body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho::before, body.unchin .teiki_list .teiki_unit .btn_unchin::before, body.unchin .ua_exp a.pdf::before,
body.unchin .ta_exp a.pdf::before, body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku::before {
  background-position: 71.4285714286% 0;
}

body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho.hover::before, body.unchin .teiki_list .teiki_unit .btn_unchin.hover::before, body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen::before, body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.hover::before, body.unchin .teiki_list .unchin .btn_unchin::before, body.unchin .rosen_list .unchin .btn_unchin::before, body.jikoku .rosen_list .unchin .btn_unchin::before {
  background-position: 85.7142857143% 0;
}

@media (min-width: 768px) {
  body.unchin .teiki_list, body.unchin .rosen_list, body.jikoku .rosen_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.unchin .teiki_list .rosen_unit, body.unchin .rosen_list .rosen_unit, body.jikoku .rosen_list .rosen_unit {
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 15px 10px 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit, body.unchin .rosen_list .rosen_unit, body.jikoku .rosen_list .rosen_unit {
    border: none;
    padding: 0;
    margin-bottom: 0;
    width: 14.2857142857%;
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit .ru_main, body.unchin .rosen_list .rosen_unit .ru_main, body.jikoku .rosen_list .rosen_unit .ru_main {
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 3px;
    text-align: center;
    margin: 0 4px;
    position: relative;
  }
  body.unchin .teiki_list .rosen_unit .ru_main::before, body.unchin .rosen_list .rosen_unit .ru_main::before, body.jikoku .rosen_list .rosen_unit .ru_main::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  body.unchin .teiki_list .rosen_unit .ru_main::after, body.unchin .rosen_list .rosen_unit .ru_main::after, body.jikoku .rosen_list .rosen_unit .ru_main::after {
    content: "";
    display: block;
    width: 0;
    height: 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -20px;
    left: 50%;
  }
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit .ru_sub, body.unchin .rosen_list .rosen_unit .ru_sub, body.jikoku .rosen_list .rosen_unit .ru_sub {
    padding: 3px;
    margin: 0 5px;
  }
}
body.unchin .teiki_list .rosen_unit .names, body.unchin .rosen_list .rosen_unit .names, body.jikoku .rosen_list .rosen_unit .names {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit .names, body.unchin .rosen_list .rosen_unit .names, body.jikoku .rosen_list .rosen_unit .names {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 200px;
    display: inline-block;
    text-align: left;
    margin: 10px 0 0;
    font-family: "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  }
}
@media (min-width: 960px) {
  body.unchin .teiki_list .rosen_unit .names, body.unchin .rosen_list .rosen_unit .names, body.jikoku .rosen_list .rosen_unit .names {
    height: 170px;
  }
}
body.unchin .teiki_list .rosen_unit .names .name, body.unchin .rosen_list .rosen_unit .names .name, body.jikoku .rosen_list .rosen_unit .names .name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit .names .name, body.unchin .rosen_list .rosen_unit .names .name, body.jikoku .rosen_list .rosen_unit .names .name {
    font-size: 16px;
  }
}
body.unchin .teiki_list .rosen_unit .names .houmen, body.unchin .rosen_list .rosen_unit .names .houmen, body.jikoku .rosen_list .rosen_unit .names .houmen {
  display: block;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .rosen_unit .names .houmen, body.unchin .rosen_list .rosen_unit .names .houmen, body.jikoku .rosen_list .rosen_unit .names .houmen {
    margin-top: 1em;
    font-size: 13px;
  }
}
body.unchin .teiki_list .unchin, body.unchin .rosen_list .unchin, body.jikoku .rosen_list .unchin {
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .unchin, body.unchin .rosen_list .unchin, body.jikoku .rosen_list .unchin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
body.unchin .teiki_list .unchin .btn_unchin, body.unchin .rosen_list .unchin .btn_unchin, body.jikoku .rosen_list .unchin .btn_unchin {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 310px;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  color: #504a3d;
  text-decoration: none;
  background-color: #45efdf;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .unchin .btn_unchin, body.unchin .rosen_list .unchin .btn_unchin, body.jikoku .rosen_list .unchin .btn_unchin {
    width: 100%;
    max-width: none;
    padding: 0 5px 0 35px;
    font-size: 14px;
    text-align: center;
  }
}
body.unchin .teiki_list .unchin .btn_unchin::before, body.unchin .rosen_list .unchin .btn_unchin::before, body.jikoku .rosen_list .unchin .btn_unchin::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 5px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .unchin .btn_unchin::before, body.unchin .rosen_list .unchin .btn_unchin::before, body.jikoku .rosen_list .unchin .btn_unchin::before {
    left: calc(50% - 38px);
  }
}
body.unchin .teiki_list .unchin .btn_unchin.hover, body.unchin .rosen_list .unchin .btn_unchin.hover, body.jikoku .rosen_list .unchin .btn_unchin.hover {
  background-color: #ffdf00;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .unchin.tate .btn_unchin, body.unchin .rosen_list .unchin.tate .btn_unchin, body.jikoku .rosen_list .unchin.tate .btn_unchin {
    width: calc(50% - 2px);
    margin: 0;
    padding: 0;
    line-height: 1.2;
    height: 150px;
  }
  body.unchin .teiki_list .unchin.tate .btn_unchin::before, body.unchin .rosen_list .unchin.tate .btn_unchin::before, body.jikoku .rosen_list .unchin.tate .btn_unchin::before {
    top: 5px;
    left: calc(50% - 15px);
  }
  body.unchin .teiki_list .unchin.tate .btn_unchin .tate_inner, body.unchin .rosen_list .unchin.tate .btn_unchin .tate_inner, body.jikoku .rosen_list .unchin.tate .btn_unchin .tate_inner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    margin: 40px 0 0;
    font-family: "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  }
  body.unchin .teiki_list .unchin.tate .btn_unchin .houmen, body.unchin .rosen_list .unchin.tate .btn_unchin .houmen, body.jikoku .rosen_list .unchin.tate .btn_unchin .houmen {
    display: block;
    font-size: 11px;
    margin-top: 0.5em;
  }
}

body.news-kiji .kiji.parkride .tabs, body.company .tabs, body.unchin .teiki_kounyu .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 5px #317423;
}
body.news-kiji .kiji.parkride .tabs .btn_tab, body.company .tabs .btn_tab, body.unchin .teiki_kounyu .tabs .btn_tab {
  width: calc(25% - 3px);
  background-color: #429b2f;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.news-kiji .kiji.parkride .tabs .btn_tab.current, body.company .tabs .btn_tab.current, body.unchin .teiki_kounyu .tabs .btn_tab.current {
  background-color: #317423;
}
body.news-kiji .kiji.parkride .tabs .btn_tab.hover, body.company .tabs .btn_tab.hover, body.unchin .teiki_kounyu .tabs .btn_tab.hover {
  background-color: #317423;
}

body.news-kiji .kiji.parkride .tab_sec, body.company .tab_sec, body.unchin .teiki_kounyu .tab_sec {
  background-color: #f7f1eb;
  color: #504a3d;
  padding: 1px 10px 40px;
  display: none;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.parkride .tab_sec, body.company .tab_sec, body.unchin .teiki_kounyu .tab_sec {
    padding: 1px 20px 40px;
  }
}
@media (min-width: 768px) {
  body.news-kiji .kiji.parkride .tab_sec, body.company .tab_sec, body.unchin .teiki_kounyu .tab_sec {
    padding: 1px 40px 40px;
  }
}
body.news-kiji .kiji.parkride .active.tab_sec, body.company .active.tab_sec, body.unchin .teiki_kounyu .active.tab_sec {
  display: block;
}
body.news-kiji .kiji.parkride .tab_sec .ts_ttl, body.company .tab_sec .ts_ttl, body.unchin .teiki_kounyu .tab_sec .ts_ttl {
  font-size: 18px;
  margin: 3em 0 1em;
  border-bottom: solid 1px #504a3d;
  padding-bottom: 0.2em;
}
@media (min-width: 768px) {
  body.news-kiji .kiji.parkride .tab_sec .ts_ttl, body.company .tab_sec .ts_ttl, body.unchin .teiki_kounyu .tab_sec .ts_ttl {
    font-size: 22px;
  }
}
body.news-kiji .kiji.parkride .tab_sec p, body.company .tab_sec p, body.unchin .teiki_kounyu .tab_sec p {
  margin-top: 2em;
  line-height: 1.8;
}

.news_area .news_item.new::after, body.home .pcfeatured_contents .featured_item.new::after, header .mobfeatured_menu .menu_item.new::after {
  content: "NEW!";
  position: absolute;
  display: block;
  font-size: 10px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  top: 0;
  right: 5px;
  line-height: 36px;
  text-align: center;
  background-color: #ffdf00;
  color: #504a3d;
  border-radius: 100%;
  -webkit-transform: translateY(-60%) rotateZ(-7deg);
          transform: translateY(-60%) rotateZ(-7deg);
}

.container {
  padding: 0 10px;
}
@media (min-width: 600px) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  .container {
    min-width: 920px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1130px;
  }
}

.content {
  background-color: #504a3d;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 600px) {
  .content {
    padding: 50px 0;
  }
}
@media (min-width: 960px) {
  .content {
    padding: 70px 0;
  }
}
.content .container .maincontents {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .content .container.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .content .container.col-2 .maincontents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 250px);
  }
}
@media (min-width: 960px) {
  .content .container.col-2 .maincontents {
    width: calc(100% - 340px);
  }
}
@media (min-width: 768px) {
  .content .container .banner_area {
    width: 220px;
  }
}
@media (min-width: 960px) {
  .content .container .banner_area {
    width: 280px;
  }
}

.btn_std {
  display: inline-block;
  text-align: center;
  background-color: #429b2f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}
.btn_std:hover {
  background-color: #ffdf00;
  color: #504a3d;
}

.page_ttl {
  background-image: url(images/title_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  height: 170px;
  line-height: 158px;
  margin: 0 0 30px;
}

.sec_ttl {
  font-size: 20px;
  text-align: center;
  margin: 70px 0 20px;
}

.sec_subttl {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 20px;
  font-weight: normal;
}
.sec_subttl::before {
  content: "＜";
}
.sec_subttl::after {
  content: "＞";
}

.btn_rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 40px;
  position: relative;
  background-color: #ffdf00;
  color: #504a3d;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  margin: 20px 0 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_rec .label {
  position: absolute;
  font-size: 10px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  left: -40px;
  -webkit-transform: rotateZ(-9deg);
          transform: rotateZ(-9deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_rec .label .num {
  font-size: 16px;
  font-weight: bold;
  vertical-align: -1px;
}
.btn_rec::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #504a3d;
  border-right: 2px solid #504a3d;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_rec:hover {
  color: #504a3d;
  width: 254px;
}
.btn_rec:hover .label {
  -webkit-transform: rotateZ(-9deg) scale(1.1);
          transform: rotateZ(-9deg) scale(1.1);
}

.tooltip {
  position: relative;
}
.tooltip::after {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  width: 6em;
  padding: 5px;
  background: #504a3d;
  color: #fff;
  border-radius: 3px;
  top: -30px;
  right: -2em;
  font-size: 10px;
  z-index: -1;
}
.tooltip:hover::after {
  display: block;
  top: -35px;
  opacity: 1;
}
.tooltip.tooltip-hide:hover::after {
  display: none;
}

header .logo_area {
  margin: 10px 0 20px;
}
.home header .logo_area {
  margin: 70px 0 20px;
}

@media (min-width: 768px) {
  header .logo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 850px;
    margin: 40px auto !important;
  }
}
header .logo_area .logo {
  display: block;
  width: 45%;
  max-width: 150px;
}
.home header .logo_area .logo {
  width: 70%;
  max-width: 250px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  header .logo_area .logo {
    max-width: 250px;
    margin: 0 auto;
  }
}
header .logo_area .copy {
  display: none;
}
@media (min-width: 768px) {
  header .logo_area .copy {
    display: block;
    width: 58%;
  }
}
header .illust_area {
  position: relative;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .illust_area {
    margin-bottom: 30px;
    padding-bottom: 7px;
  }
}
header .illust_area .bldg {
  display: none;
  width: 90%;
  max-width: 300px;
}
@media (min-width: 768px) {
  header .illust_area .bldg {
    max-width: 350px;
  }
}
header .illust_area .bldg.go {
  -webkit-animation: bldg_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
          animation: bldg_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
}
header .illust_area .busstop {
  width: 15px;
}
@media (min-width: 768px) {
  header .illust_area .busstop {
    width: 17px;
  }
}
header .illust_area .busstop.go {
  -webkit-animation: bldg_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
          animation: bldg_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
}
header .illust_area .bus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  max-width: 100px;
  -webkit-transform: translateX(100%) translateX(10px);
          transform: translateX(100%) translateX(10px);
}
@media (min-width: 768px) {
  header .illust_area .bus {
    max-width: 120px;
  }
}
header .illust_area .bus.come {
  -webkit-animation: bus_come 1.2s cubic-bezier(0, 0, 0.4, 1) forwards;
          animation: bus_come 1.2s cubic-bezier(0, 0, 0.4, 1) forwards;
}
header .illust_area .bus.go {
  -webkit-animation: bus_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
          animation: bus_go 1.2s cubic-bezier(0.6, 0, 1, 1) forwards;
}
.home header .illust_area .bldg {
  display: inline;
}
.home header .illust_area .busstop {
  display: none;
}
.home header .illust_area .bus {
  -webkit-transform: translateX(100%) translateX(30px);
          transform: translateX(100%) translateX(30px);
}

header .unoline {
  border: none;
  width: 100%;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(images/busline.svg);
  background-image: linear-gradient(transparent, transparent), url(images/busline.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: -280px 0;
}
@media (min-width: 600px) {
  header .unoline {
    background-size: 1200px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  header .unoline {
    background-size: 1500px;
    height: 50px;
    background-position: 60% 0;
  }
}
@media (min-width: 960px) {
  header .unoline {
    background-size: 2100px;
    height: 80px;
    background-position: center 0;
  }
}
header .btn_menu {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  padding-top: 28px;
  font-size: 11px;
  color: #504a3d;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #cbbb9d;
}
@media (min-width: 768px) {
  header .btn_menu {
    display: none;
  }
}
header .btn_menu .icon {
  position: absolute;
  display: block;
  width: 26px;
  height: 16px;
  top: calc(50% - 15px);
  left: calc(50% - 13px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .btn_menu .icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #504a3d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .btn_menu .icon span:nth-of-type(1) {
  top: 0;
}
header .btn_menu .icon span:nth-of-type(2) {
  top: 7px;
}
header .btn_menu .icon span:nth-of-type(3) {
  bottom: 0;
}
header .btn_menu.is-open {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 959px) {
  header .btn_menu.is-open .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  header .btn_menu.is-open .icon span {
    background-color: #fff;
  }
  header .btn_menu.is-open .icon span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  header .btn_menu.is-open .icon span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn_menu.is-open .icon span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}
header .mobfeatured_menu {
  display: none;
}
.home header .mobfeatured_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home header .mobfeatured_menu {
    display: none;
  }
}

header .mobfeatured_menu .menu_item {
  display: block;
  padding: 80px 0 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 5px;
  width: 45%;
  max-width: 170px;
  position: relative;
}
header .mobfeatured_menu .menu_item.jikoku {
  border: solid 2px #fff;
  background-color: #504a3d;
}
header .mobfeatured_menu .menu_item.jikoku::before {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15px;
  left: calc(50% - 30px);
  background-position: 14.2857142857% 0;
}
header .mobfeatured_menu .menu_item.jikoku.hover::before {
  -webkit-animation: round 1s linear infinite;
          animation: round 1s linear infinite;
}
header .mobfeatured_menu .menu_item.jibun {
  border: solid 2px #504a3d;
  padding: 80px 0 15px;
  background-color: #fbe9d9;
}
header .mobfeatured_menu .menu_item.jibun::before {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 7px;
  left: calc(50% - 32px);
  background-size: 600% 100%;
  background-position: 0% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .mobfeatured_menu .menu_item.jibun.hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header .mobfeatured_menu .menu_item.jibun .name {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
header .mobfeatured_menu .menu_item.jibun .name::before {
  position: absolute;
  width: 120px;
  height: 40px;
  bottom: 2px;
  left: calc(50% - 60px);
  background-size: 200% 100%;
  background-position: 33.3333333333% 0;
}
header .mobfeatured_menu .menu_item.jibun .name::after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 37px;
  right: 3%;
  background-size: 600% 100%;
  background-position: 80% 0;
}
header .btn_jibunmada_mob {
  display: none;
  width: 80%;
  max-width: 260px;
  margin: 0 auto;
}
.home header .btn_jibunmada_mob {
  display: block;
}
@media (min-width: 768px) {
  .home header .btn_jibunmada_mob {
    display: none;
  }
}

header .btn_jibunmada_mob.hover {
  -webkit-animation: scaleblink 0.5s;
          animation: scaleblink 0.5s;
}

.global_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 14px;
  overflow: scroll;
  background-color: #504a3d;
  z-index: 90;
}
@media (min-width: 768px) {
  .global_nav {
    display: block;
    position: relative;
    background-color: transparent;
    overflow: visible;
    width: auto;
    height: auto;
    margin: -20px auto 20px;
  }
}
@media (min-width: 960px) {
  .global_nav {
    margin: -30px auto 30px;
  }
}
.global_nav .menu_item {
  position: relative;
  display: block;
}
.global_nav .menu_item.current {
  cursor: default;
}
.global_nav .menu_item::before {
  position: absolute;
}
.global_nav .menu_item.icon.home::before {
  background-position: 0% 0;
}
.global_nav .menu_item.icon.jikoku::before {
  background-position: 14.2857142857% 0;
}
.global_nav .menu_item.icon.unchin::before {
  background-position: 28.5714285714% 0;
}
.global_nav .menu_item.icon.company::before {
  background-position: 42.8571428571% 0;
}
.global_nav .menu_item.icon.news::before {
  background-position: 57.1428571429% 0;
}
.global_nav .menu_item.icon.recruit::before {
  background-position: 71.4285714286% 0;
}
.global_nav .menu_item.icon.hareca::before {
  background-position: 85.7142857143% 0;
}
.global_nav .menu_item.icon.parkride::before {
  background-position: 100% 0;
}
.global_nav .menu_item.appicon::before {
  width: 50px;
  height: 50px;
}
.global_nav .menu_item.appicon.jibun::before {
  background-position: 0% 0;
}
.global_nav .menu_item.appicon.korakuen::before {
  background-position: 14.2857142857% 0;
}
.global_nav .menu_item.appicon.unomail::before {
  background-position: 28.5714285714% 0;
}
.global_nav .menu_item.appicon.busmada::before {
  background-position: 42.8571428571% 0;
}
.global_nav .menu_item.new::after {
  content: "NEW";
  background-color: #ffdf00;
  color: #504a3d;
  display: block;
  border-radius: 3px;
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  text-align: center;
  -webkit-animation: scaleblink 1s ease-in-out infinite;
          animation: scaleblink 1s ease-in-out infinite;
}
.global_nav .menu-mob {
  color: #fff;
  padding: 80px 10px 30px;
  position: relative;
  min-height: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .global_nav .menu-mob {
    display: none !important;
  }
}
.global_nav .menu-mob .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.global_nav .menu-mob .mainmenu li {
  width: calc(33.3333% - 7px);
  margin-bottom: 10px;
}
.global_nav .menu-mob .mainmenu li:nth-of-type(1), .global_nav .menu-mob .mainmenu li:nth-of-type(2) {
  width: calc(50% - 5px);
}
.global_nav .menu-mob .mainmenu li .menu_item {
  padding: 50px 0 10px;
}
.global_nav .menu-mob .mainmenu li .menu_item::before {
  width: 44px;
  height: 44px;
  top: 8px;
  left: calc(50% - 22px);
}
.global_nav .menu-mob .mainmenu li .menu_item.jikoku {
  padding: 80px 0 15px;
}
.global_nav .menu-mob .mainmenu li .menu_item.jikoku::before {
  width: 60px;
  height: 60px;
  top: 15px;
  left: calc(50% - 30px);
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun {
  padding: 80px 0 15px;
  background-color: #fbe9d9;
  position: relative;
  overflow: hidden;
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun::before {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 7px;
  left: calc(50% - 32px);
  background-size: 600% 100%;
  background-position: 0% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun.hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun .name {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun .name::before {
  position: absolute;
  width: 120px;
  height: 40px;
  bottom: 2px;
  left: calc(50% - 60px);
  background-size: 200% 100%;
  background-position: 33.3333333333% 0;
}
.global_nav .menu-mob .mainmenu li .menu_item.jibun .name::after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 37px;
  right: 3%;
  background-size: 600% 100%;
  background-position: 80% 0;
}
.global_nav .menu-mob .submenu li {
  margin-bottom: 5px;
}
.global_nav .menu-mob .submenu li .menu_item {
  padding: 6px 0 6px 40px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.global_nav .menu-mob .submenu li .menu_item::before {
  width: 35px;
  height: 35px;
  top: 0;
  left: 4px;
}
.global_nav .menu-mob .submenu li .menu_item.appicon::before {
  width: 32px;
  height: 32px;
  top: 1px;
  left: 5px;
}
.global_nav .menu-mob .menu_item {
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.global_nav .menu-mob .menu_item.icon::before {
  width: 50px;
  height: 50px;
}
.global_nav .menu-mob .menu_item.home {
  position: absolute;
  width: 90px;
  top: 15px;
  left: 10px;
  padding: 6px 0 6px 32px;
}
.global_nav .menu-mob .menu_item.home::before {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
.global_nav .menu-mob .menu_item.current {
  background-color: rgba(255, 223, 0, 0.2);
}
.global_nav .menu-mob .menu_item:not(.jibun):not(.current).hover::before {
  -webkit-animation: round 1s linear infinite;
          animation: round 1s linear infinite;
}
.global_nav .menu-mob a {
  color: #fff;
  text-decoration: none;
}
.global_nav .menu-pc {
  display: none;
}
@media (min-width: 768px) {
  .global_nav .menu-pc {
    display: block !important;
    position: relative;
  }
}
.global_nav .menu-pc .menu_item {
  color: #504a3d;
  text-decoration: none;
  padding: 50px 0 0;
}
.global_nav .menu-pc .menu_item.icon::before {
  width: 50px;
  height: 50px;
  top: 0;
  left: calc(50% - 25px);
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .menu-pc .menu_item.appicon::before {
  top: 0;
  left: calc(50% - 25px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .menu-pc .menu_item.sub {
  position: absolute;
  top: 25px;
  right: 2%;
  border: solid 1px rgba(80, 74, 61, 0.5);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .menu-pc .menu_item.sub.is-open {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.global_nav .menu-pc .menu_item:not(.current).hover::before {
  -webkit-animation: round 1s linear infinite;
          animation: round 1s linear infinite;
}
.global_nav .menu-pc .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}
.global_nav .menu-pc .mainmenu .menu_item.current::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #ffdf00;
  bottom: -2px;
  left: calc(50% - 20px);
}
.global_nav .menu-pc .mainmenu .menu_item:not(.current).hover::before {
  top: -10px;
}
.global_nav .menu-pc .submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
  background-color: #ddd2be;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
}
.global_nav .menu-pc .submenu li .menu_item {
  padding: 8px 10px 8px 40px;
}
.global_nav .menu-pc .submenu li .menu_item::before {
  width: 35px;
  height: 35px;
  top: 0;
  left: 4px;
}
.global_nav .menu-pc .submenu li .menu_item.appicon::before {
  width: 32px;
  height: 32px;
  top: 1px;
  left: 5px;
}
.global_nav .menu-pc .submenu li .menu_item.current {
  background-color: rgba(255, 223, 0, 0.4);
}
.global_nav .menu-pc .submenu li .menu_item:not(.news) {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

footer {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  footer {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  footer .footer_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
footer .footer_head .fh_imgs {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer .footer_head .fh_imgs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 330px);
    max-width: 640px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  footer .footer_head .fh_imgs {
    margin-bottom: 40px;
  }
}
footer .footer_head .fh_imgs .footer_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_head .fh_imgs .footer_imgs li {
  width: 50%;
}
@media (min-width: 600px) {
  footer .footer_head .fh_imgs .footer_imgs li {
    width: 25%;
  }
}
footer .footer_head .fh_imgs .footer_imgs li img {
  width: 100%;
}
footer .footer_head .fh_imgs .copy {
  display: block;
  width: calc(100% - 20px);
  max-width: 600px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  footer .footer_head .fh_imgs .copy {
    margin: 10px 0 0;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  footer .footer_head .fh_info {
    width: 280px;
    margin-right: 50px;
  }
}
footer .footer_head .fh_info .logo {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  footer .footer_head .fh_info .logo {
    width: 250px;
  }
}
footer .footer_head .fh_info address {
  text-align: center;
  font-style: normal;
  font-size: 13px;
}
footer .footer_head .fh_info address .tel,
footer .footer_head .fh_info address .fax {
  color: #504a3d;
  text-decoration: none;
}
footer .unoline {
  border: none;
  width: 100%;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(images/busline2.svg);
  background-image: linear-gradient(transparent, transparent), url(images/busline2.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: right -280px top 0;
  margin-bottom: -20px;
}
@media (min-width: 600px) {
  footer .unoline {
    background-size: 1200px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  footer .unoline {
    background-size: 1500px;
    height: 50px;
    background-position: 40% 0;
  }
}
@media (min-width: 960px) {
  footer .unoline {
    background-size: 2100px;
    height: 80px;
    background-position: center 0;
    margin-bottom: -40px;
  }
}
footer .footer_bottom {
  width: calc(100% - 20px);
  margin: 0 auto;
  line-height: 1.2;
}
@media (min-width: 960px) {
  footer .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
footer .footer_bottom small {
  font-size: 10px;
}
@media (min-width: 960px) {
  footer .footer_bottom small {
    margin-left: 20px;
    margin-right: 30px;
  }
}
footer .footer_bottom .fb_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_bottom .fb_link a {
  color: #504a3d;
  font-size: 12px;
  margin-right: 1em;
}

#credit {
  padding: 40px 30px;
}
#credit .ttl {
  margin: 1em 0 2em;
}
#credit .list dt {
  font-weight: bold;
  font-size: 13px;
}
#credit .list dd {
  margin-bottom: 1em;
  font-size: 14px;
}

.featured_banner_area .sidebanner,
.banner_area .sidebanner {
  display: block;
  margin: 0 auto 10px;
  max-width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .featured_banner_area .sidebanner.featured,
body.home .banner_area .sidebanner.featured {
  display: none;
}
@media (min-width: 768px) {
  body.home .featured_banner_area .sidebanner.featured,
  body.home .banner_area .sidebanner.featured {
    display: block;
  }
}

.featured_banner_area .sidebanner.hover,
.banner_area .sidebanner.hover {
  opacity: 0.7;
}

.featured_banner_area {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .featured_banner_area {
    display: none;
  }
}

body.home .pcfeatured_contents {
  display: none;
}
@media (min-width: 768px) {
  body.home .pcfeatured_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
body.home .pcfeatured_contents .featured_item {
  display: block;
  border-radius: 3px;
  text-decoration: none;
  height: 17vw;
  position: relative;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item {
    height: 140px;
  }
}
body.home .pcfeatured_contents .featured_item.jibun {
  width: 77%;
  background-color: #fbe9d9;
  color: #504a3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .pcfeatured_contents .featured_item.jibun::before {
  position: absolute;
  width: 13vw;
  height: 13vw;
  top: 2vw;
  left: calc(50% - 22vw);
  background-size: 600% 100%;
  background-position: 0% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.jibun::before {
    width: 110px;
    height: 110px;
    top: 15px;
    left: 10px;
  }
}
body.home .pcfeatured_contents .featured_item.jibun.hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #fceee2;
}
body.home .pcfeatured_contents .featured_item.jibun.hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.home .pcfeatured_contents .featured_item.jibun .ttl {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
body.home .pcfeatured_contents .featured_item.jibun .ttl::before {
  position: absolute;
  width: 27vw;
  height: 9vw;
  top: calc(50% - 3vw);
  left: calc(50% - 8vw);
  background-size: 200% 100%;
  background-position: 33.3333333333% 0;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.jibun .ttl::before {
    width: 255px;
    height: 85px;
    top: 40px;
    left: 125px;
  }
}
body.home .pcfeatured_contents .featured_item.jibun .ttl::after {
  position: absolute;
  width: 3vw;
  height: 3vw;
  top: calc(50% - 4vw);
  left: calc(50% + 19vw);
  background-size: 600% 100%;
  background-position: 80% 0;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.jibun .ttl::after {
    width: 25px;
    height: 25px;
    top: 40px;
    right: 10px;
    left: auto;
  }
}
body.home .pcfeatured_contents .featured_item.jibun .copy {
  display: block;
  position: absolute;
  top: calc(50% - 5vw);
  left: calc(50% - 5vw);
  font-size: 1.3541666667vw;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.jibun .copy {
    font-size: 14px;
    top: 20px;
    left: 150px;
  }
}
body.home .pcfeatured_contents .featured_item.busmada {
  width: 21%;
  background-color: #e73828;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .pcfeatured_contents .featured_item.busmada.hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
body.home .pcfeatured_contents .featured_item.busmada.hover .ttl::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.home .pcfeatured_contents .featured_item.busmada .ttl {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
body.home .pcfeatured_contents .featured_item.busmada .ttl::before {
  position: absolute;
  width: 11vw;
  height: 11vw;
  top: calc(50% - 4vw);
  left: calc(50% - 5.5vw);
  background-size: 600% 100%;
  background-position: 100% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.busmada .ttl::before {
    width: 100px;
    height: 100px;
    top: 30px;
    left: 10px;
  }
}
body.home .pcfeatured_contents .featured_item.busmada .copy {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 6vw);
  left: 0;
  text-align: center;
  font-size: 1.25vw;
  letter-spacing: -0.1em;
  font-weight: 600;
}
@media (min-width: 960px) {
  body.home .pcfeatured_contents .featured_item.busmada .copy {
    font-size: 10px;
    letter-spacing: 0;
    top: 15px;
    left: 0;
  }
}
body.home .pcfeatured_contents .featured_item.jibunmada {
  width: 100%;
  height: auto;
  margin-top: -5%;
}
body.home .pcfeatured_contents .featured_item.jibunmada.hover {
  -webkit-animation: scaleblink_mini 0.5s;
          animation: scaleblink_mini 0.5s;
}
body.home #recruit_area {
  max-width: 500px;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  body.home #recruit_area {
    max-width: none;
  }
}
body.home #recruit_area .bnr_rec {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec {
    height: 200px;
  }
}
body.home #recruit_area .bnr_rec .movie {
  height: 100%;
  width: 70%;
  margin-left: 30%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #recruit_area .bnr_rec .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #recruit_area .bnr_rec .movie::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
body.home #recruit_area .bnr_rec .ttl {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec .ttl {
    top: 25px;
    left: 25px;
  }
}
body.home #recruit_area .bnr_rec .ttl img {
  width: 145px;
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec .ttl img {
    width: 240px;
  }
}
body.home #recruit_area .bnr_rec .ttl .subttl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec .ttl .subttl {
    margin-top: 20px;
    margin-left: 5px;
  }
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec .ttl .subttl br {
    display: none;
  }
}
body.home #recruit_area .bnr_rec::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 12px);
  right: 20px;
  width: 25px;
  height: 25px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1280px) {
  body.home #recruit_area .bnr_rec::after {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: calc(50% - 20px);
  }
}
body.home #recruit_area .bnr_rec:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
body.home #recruit_area .bnr_rec:hover .movie {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.home #recruit_area .bnr_rec:hover::after {
  -webkit-transform: translateX(5px) rotateZ(45deg);
          transform: translateX(5px) rotateZ(45deg);
}

body.jikoku .btn_important_news {
  position: absolute;
  display: none;
  padding-top: 40px;
  width: 50px;
  top: 20px;
  right: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
@media (min-width: 768px) {
  body.jikoku .btn_important_news {
    position: relative;
    float: left;
    top: 0;
    right: auto;
    width: auto;
    padding: 0 0 0 45px;
    font-size: 14px;
    line-height: 38px;
  }
}
body.jikoku .btn_important_news::before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: calc(50% - 20px);
  background-position: 57.1428571429% 0;
  -webkit-animation: scaleblink 1s infinite;
          animation: scaleblink 1s infinite;
}
@media (min-width: 768px) {
  body.jikoku .btn_important_news::before {
    left: 0;
  }
}
body.jikoku .btn_important_news.hover {
  color: #ffdf00;
  text-decoration: underline;
}
body.jikoku #important_news {
  display: none;
  width: 90%;
  max-width: 540px;
  max-height: 80%;
  background-color: #f7f1eb;
  color: #504a3d;
  padding: 40px 10px;
}
body.jikoku #important_news .ttl {
  text-align: center;
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}
body.jikoku #important_news .ttl span {
  position: relative;
}
body.jikoku #important_news .ttl span::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 13px);
  left: -33px;
  background-position: 57.1428571429% 0;
}
body.jikoku #important_news .ni_head {
  margin-left: 0;
}
body.jikoku #important_news .ni_head::before {
  content: none;
}
body.jikoku #important_news .ni_content {
  border-left: none;
  margin-left: 0;
}
body.jikoku #important_news .ni_content .nic_wrap {
  margin: 10px 0 30px 0;
  border-color: #504a3d;
}
body.jikoku #important_news .ni_content .nic_wrap .news_txt strong {
  color: #f2400f;
}
@media (min-width: 768px) {
  body.jikoku .spfeatured_contents {
    display: none;
  }
}
body.jikoku .spfeatured_contents .featured_item {
  display: block;
  width: 280px;
  height: 100px;
  margin: 0 auto 10px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
}
body.jikoku .spfeatured_contents .featured_item.jikoku {
  background-color: #367a22;
  overflow: hidden;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.jikoku .spfeatured_contents .featured_item.jikoku::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 165px;
  top: 15px;
  right: 15px;
  background: url(images/jikoku_img.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotateZ(3deg);
          transform: rotateZ(3deg);
}
body.jikoku .spfeatured_contents .featured_item.jikoku.hover {
  background-color: #48a22d;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
body.jikoku .spfeatured_contents .featured_item.jikoku .ttl {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 12px;
  left: 30px;
}
body.jikoku .spfeatured_contents .featured_item.jikoku .ttl::before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  left: -33px;
  background-size: 800% 100%;
  background-position: 100% 0;
}
body.jikoku .spfeatured_contents .featured_item.jikoku .copy {
  display: block;
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 18px;
  font-weight: 600;
}
body.jikoku .spfeatured_contents .featured_item.jikoku .copy::before, body.jikoku .spfeatured_contents .featured_item.jikoku .copy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffdf00;
  bottom: 0;
}
body.jikoku .spfeatured_contents .featured_item.jikoku .copy::before {
  bottom: 25px;
}
body.jikoku .spfeatured_contents .featured_item.jibun {
  background-color: #fbe9d9;
  color: #504a3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.jikoku .spfeatured_contents .featured_item.jibun::before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 5px;
  background-size: 600% 100%;
  background-position: 0% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.jikoku .spfeatured_contents .featured_item.jibun.hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background-color: #fceee2;
}
body.jikoku .spfeatured_contents .featured_item.jibun.hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.jikoku .spfeatured_contents .featured_item.jibun .ttl {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
body.jikoku .spfeatured_contents .featured_item.jibun .ttl::before {
  position: absolute;
  width: 165px;
  height: 55px;
  top: 35px;
  left: 88px;
  background-size: 200% 100%;
  background-position: 33.3333333333% 0;
}
body.jikoku .spfeatured_contents .featured_item.jibun .ttl::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 38px;
  right: 5px;
  background-size: 600% 100%;
  background-position: 80% 0;
}
body.jikoku .spfeatured_contents .featured_item.jibun .copy {
  display: block;
  position: absolute;
  top: 20px;
  left: 86px;
  font-size: 11px;
}
body.jikoku .pcfeatured_contents {
  display: none;
}
@media (min-width: 768px) {
  body.jikoku .pcfeatured_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
}
body.jikoku .pcfeatured_contents .featured_item {
  display: block;
  width: 130px;
  height: 45px;
  border-radius: 3px;
  margin-left: 10px;
  text-decoration: none;
}
body.jikoku .pcfeatured_contents .featured_item.jikoku {
  background-color: #367a22;
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.jikoku .pcfeatured_contents .featured_item.jikoku.hover {
  background-color: #48a22d;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
body.jikoku .pcfeatured_contents .featured_item.jikoku .ttl {
  display: block;
  position: absolute;
  font-size: 10px;
  top: 6px;
  left: 25px;
}
body.jikoku .pcfeatured_contents .featured_item.jikoku .ttl::before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -3px;
  left: -32px;
  background-size: 800% 100%;
  background-position: 100% 0;
}
body.jikoku .pcfeatured_contents .featured_item.jikoku .copy {
  display: block;
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 14px;
  font-weight: 600;
}
body.jikoku .pcfeatured_contents .featured_item.jikoku .copy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffdf00;
  bottom: 0;
}
body.jikoku .pcfeatured_contents .featured_item.jibun {
  width: 140px;
  background-color: #fbe9d9;
  position: relative;
  overflow: hidden;
  color: #504a3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.jikoku .pcfeatured_contents .featured_item.jibun.hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background-color: #fdf6f0;
}
body.jikoku .pcfeatured_contents .featured_item.jibun .ttl {
  display: block;
  text-indent: -300%;
  white-space: nowrap;
}
body.jikoku .pcfeatured_contents .featured_item.jibun .ttl::before {
  position: absolute;
  width: 105px;
  height: 35px;
  top: 12px;
  left: 13px;
  background-size: 200% 100%;
  background-position: 33.3333333333% 0;
}
body.jikoku .pcfeatured_contents .featured_item.jibun .ttl::after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 18px;
  right: 7px;
  background-size: 600% 100%;
  background-position: 80% 0;
}
body.jikoku .pcfeatured_contents .featured_item.jibun .copy {
  display: block;
  position: absolute;
  top: 2px;
  left: -10px;
  font-size: 10px;
  white-space: nowrap;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
body.jikoku .sec_ttl {
  padding-top: 60px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.jikoku .sec_ttl {
    display: none;
  }
}
body.jikoku .sec_ttl::before {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: calc(50% - 30px);
  background-position: 14.2857142857% 0;
}
body.jikoku .sec_lead {
  text-align: center;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.jikoku .sec_lead {
    margin-bottom: 10px;
  }
}
body.jikoku .rosen_list .rosen_unit .ru_sub {
  display: none;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .ru_sub {
    display: block;
    margin-top: 25px;
  }
}
body.jikoku .rosen_list .rosen_unit .jikoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .jikoku {
    display: block;
    margin: 0;
  }
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku {
  position: relative;
  display: block;
  width: 50%;
  max-width: 150px;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku {
    width: 100%;
    max-width: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 0 3px;
    padding: 0 5px 0 35px;
  }
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku::before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 50px);
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 38px);
  }
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.weekday {
  background-color: #429b2f;
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.holiday {
  background-color: #f2400f;
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.hover {
  background-color: #ffdf00;
  color: #504a3d;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.unkyu {
    padding-top: 20px;
  }
}
body.jikoku .rosen_list .rosen_unit .jikoku .btn_jikoku.unkyu::before {
  content: none;
}
body.jikoku .rosen_list .rosen_unit .rosen {
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .rosen {
    margin: 0 0 5px;
  }
}
body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 310px;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  color: #504a3d;
  text-decoration: none;
  background-color: #ccc;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen {
    width: 100%;
    max-width: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 35px;
    font-size: 14px;
    text-align: center;
  }
}
body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 5px;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen::before {
    left: calc(50% - 38px);
  }
}
body.jikoku .rosen_list .rosen_unit .rosen .btn_rosen.hover {
  background-color: #ffdf00;
}
body.jikoku .rosen_list .rosen_unit .ru_btn {
  text-align: right;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit .ru_btn {
    display: none;
  }
}
body.jikoku .rosen_list .rosen_unit .ru_btn .btn_more {
  display: inline-block;
  color: #fff;
  padding-right: 15px;
  position: relative;
}
body.jikoku .rosen_list .rosen_unit .ru_btn .btn_more::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.jikoku .rosen_list .rosen_unit .ru_btn .btn_more.is-open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
body.jikoku .rosen_list .rosen_unit.korakuen .btn_jikoku {
  background-color: #003e16;
  width: 70%;
  max-width: 310px;
  margin: 0 auto;
  padding-left: 50px;
}
body.jikoku .rosen_list .rosen_unit.korakuen .btn_jikoku.unkyu {
  padding-left: 0;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit.korakuen .btn_jikoku {
    width: 100%;
    max-width: none;
    margin: 0 0 3px;
    padding-left: 0;
    height: 83px;
    padding: 35px 5px 0;
    font-size: 13px;
  }
}
body.jikoku .rosen_list .rosen_unit.korakuen .btn_jikoku::before {
  left: calc(50% - 80px);
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit.korakuen .btn_jikoku::before {
    top: 10px;
    left: calc(50% - 15px);
  }
}
body.jikoku .rosen_list .rosen_unit.korakuen .btn_rosen,
body.jikoku .rosen_list .rosen_unit.korakuen .btn_unchin {
  width: 70%;
  max-width: 310px;
}
@media (min-width: 768px) {
  body.jikoku .rosen_list .rosen_unit.korakuen .btn_rosen,
  body.jikoku .rosen_list .rosen_unit.korakuen .btn_unchin {
    width: 100%;
    max-width: none;
  }
}

body.unchin .ua_exp,
body.unchin .ta_exp {
  border: dashed 1px rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.unchin .ua_exp,
  body.unchin .ta_exp {
    border: none;
    padding: 0;
  }
}
body.unchin .ua_exp a,
body.unchin .ta_exp a {
  display: block;
  color: #ccc;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.unchin .ua_exp a,
  body.unchin .ta_exp a {
    display: inline-block;
    text-align: center;
    background-color: #429b2f;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1.5;
    margin: 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.unchin .ua_exp a.hover,
  body.unchin .ta_exp a.hover {
    background-color: #ffdf00;
    color: #504a3d;
  }
}
body.unchin .ua_exp a::before,
body.unchin .ta_exp a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ffffff;
}
@media (min-width: 768px) {
  body.unchin .ua_exp a::before,
  body.unchin .ta_exp a::before {
    content: none;
  }
}
body.unchin .ua_exp a.pdf,
body.unchin .ta_exp a.pdf {
  position: relative;
}
@media (min-width: 768px) {
  body.unchin .ua_exp a.pdf,
  body.unchin .ta_exp a.pdf {
    background-color: #666;
    padding-left: 40px;
  }
  body.unchin .ua_exp a.pdf.hover,
  body.unchin .ta_exp a.pdf.hover {
    background-color: #999;
    color: #fff;
  }
}
body.unchin .ua_exp a.pdf::before,
body.unchin .ta_exp a.pdf::before {
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: -7px;
}
@media (min-width: 768px) {
  body.unchin .ua_exp a.pdf::before,
  body.unchin .ta_exp a.pdf::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 5px;
  }
}
@media (min-width: 768px) {
  body.unchin .ua_exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body.unchin .ua_exp .unchinhyo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  body.unchin .ua_exp .waribiki .nitsuite {
    display: none;
  }
}
@media (min-width: 768px) {
  body.unchin .ta_exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body.unchin .waribiki_content {
  display: none;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  padding: 40px 10px;
  background-color: #f7f1eb;
}
@media (min-width: 600px) {
  body.unchin .waribiki_content {
    padding: 40px;
  }
}
body.unchin .waribiki_content .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2em;
}
body.unchin .waribiki_content .cont .hosoku {
  display: block;
  padding-left: 1em;
  position: relative;
  font-size: 90%;
  margin: 1em 0;
  opacity: 0.7;
}
body.unchin .waribiki_content .cont .hosoku::before {
  content: "※";
  left: 0;
  position: absolute;
}
body.unchin #waribiki_content3 .kaigonin {
  width: 100%;
}
body.unchin #waribiki_content3 .kaigonin th, body.unchin #waribiki_content3 .kaigonin td {
  border: 1px solid #999;
  text-align: center;
  padding: 0 2px;
}
body.unchin #waribiki_content3 .kaigonin th {
  background: #504a3d;
  font-weight: normal;
  color: #fff;
}
body.unchin .rosen_list .rosen_unit .ru_sub {
  margin-top: 15px;
}
@media (min-width: 768px) {
  body.unchin .rosen_list .rosen_unit .ru_sub {
    display: block;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  body.unchin .teiki_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.unchin .teiki_list .teiki_unit {
  padding: 15px 10px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .teiki_unit {
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 3px;
    text-align: center;
    margin: 0 4px;
    position: relative;
  }
}
@media (min-width: 768px) {
  body.unchin .teiki_list .teiki_unit .names {
    height: 220px;
  }
}
@media (min-width: 960px) {
  body.unchin .teiki_list .teiki_unit .names {
    height: 220px;
  }
}
body.unchin .teiki_list .teiki_unit .btn_unchin {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  max-width: 310px;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  color: #fff;
  text-decoration: none;
  background-color: #ff9d00;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .teiki_unit .btn_unchin {
    width: 100%;
    max-width: none;
    padding: 0 5px 0 35px;
    font-size: 14px;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
}
body.unchin .teiki_list .teiki_unit .btn_unchin::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 5px;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .teiki_unit .btn_unchin::before {
    left: calc(50% - 38px);
  }
}
body.unchin .teiki_list .teiki_unit .btn_unchin.hover {
  background-color: #ffdf00;
  color: #504a3d;
}
body.unchin .teiki_list .teiki_unit.about {
  background-color: #f7f1eb;
  color: #504a3d;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 600px) {
  body.unchin .teiki_list .teiki_unit.about {
    padding: 15px 30px;
  }
}
body.unchin .teiki_list .teiki_unit.about .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 25px;
}
body.unchin .teiki_list .teiki_unit.about .txt1 {
  border-top: solid 1px #504a3e;
  border-bottom: solid 1px #504a3e;
  padding: 10px 0;
  line-height: 1.5;
  margin-bottom: 5px;
}
body.unchin .teiki_list .teiki_unit.about .txt1 span {
  font-size: 120%;
}
body.unchin .teiki_list .teiki_unit.about .txt1 strong {
  font-size: 150%;
  margin: 0 3px;
  vertical-align: -2px;
}
body.unchin .teiki_list .teiki_unit.about .hosoku {
  font-size: 80%;
}
body.unchin .teiki_list .teiki_unit.about .txt2 {
  margin-top: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  body.unchin .teiki_list .teiki_unit.about {
    width: 370px;
    max-width: none;
  }
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu {
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
  }
}
body.unchin .teiki_kounyu .tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.unchin .teiki_kounyu .tabs .btn_tab {
  width: calc(50% - 3px);
  height: 60px;
}
@media (min-width: 600px) {
  body.unchin .teiki_kounyu .tabs .btn_tab {
    max-width: 200px;
  }
}
body.unchin .teiki_kounyu .tabs .btn_tab:not(:first-child) {
  margin-left: 5px;
}
body.unchin .teiki_kounyu .tabs .btn_tab .hosoku {
  display: block;
  font-size: 12px;
  width: 100%;
  margin-top: 0.2em;
}
body.unchin .teiki_kounyu .tab_sec p {
  margin-top: 0;
  line-height: 1.5;
}
body.unchin .teiki_kounyu .tab_sec .ts_ttl {
  font-size: 16px;
  margin-top: 2em;
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu .tab_sec .ts_ttl {
    font-size: 16px;
  }
}
body.unchin .teiki_kounyu .tab_sec .exp_area {
  margin-left: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area .ts_subttl {
  margin-left: -1em;
  margin-bottom: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area .ts_subttl::before {
  content: "■ ";
}
body.unchin .teiki_kounyu .tab_sec .exp_area .tab_subsec {
  margin-bottom: 2em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.hanbaisho .hanbai_list dt {
  font-weight: 600;
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu .tab_sec .exp_area.hanbaisho .hanbai_list dt {
    width: 260px;
    float: left;
    padding: 0.5em 1em 0.5em 0;
  }
}
body.unchin .teiki_kounyu .tab_sec .exp_area.hanbaisho .hanbai_list dd {
  margin-left: 0.5em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu .tab_sec .exp_area.hanbaisho .hanbai_list dd {
    margin-left: 260px;
    border-left: solid 1px #cec9be;
    padding: 0.5em 0 0.5em 1em;
  }
}
body.unchin .teiki_kounyu .tab_sec .exp_area.hanbaisho .hanbai_list .chuui {
  color: #f2400f;
  font-size: 12px;
  font-weight: normal;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .shurui dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .shurui dt {
    font-weight: normal;
    width: 7em;
    float: left;
  }
  body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .shurui dt::after {
    content: " ：";
  }
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .shurui dd {
  margin-left: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .shurui dd {
    margin-left: 7em;
  }
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .hosoku {
  color: #6d6553;
  font-size: 12px;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .hosoku li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shorui .hosoku li::before {
  content: "※";
  position: absolute;
  left: 0;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shiharai {
  margin-bottom: 3em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.shiharai strong {
  color: #f2400f;
  font-weight: normal;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.haraimodoshi {
  margin-bottom: 3em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui p {
  margin-bottom: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .shorui_list {
  margin-bottom: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .shorui_list li {
  position: relative;
  margin-bottom: 0.5em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .shorui_list li::before {
  content: "・";
  position: absolute;
  left: -0.5em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_shorui .moushikomisho::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 5px;
}
body.unchin .teiki_kounyu .tab_sec .exp_area.jurai_otodoke .ts_subttl {
  margin-top: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area .maru_list {
  margin-bottom: 1em;
  margin-left: 1em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area .maru_list li {
  position: relative;
  margin-bottom: 0.5em;
}
body.unchin .teiki_kounyu .tab_sec .exp_area .maru_list li::before {
  content: "・";
  position: absolute;
  left: -0.7em;
}
body.unchin .card_return_content {
  display: none;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  padding: 40px 10px;
  background-color: #f7f1eb;
}
@media (min-width: 600px) {
  body.unchin .card_return_content {
    padding: 40px;
  }
}
body.unchin .card_return_content .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2em;
}
body.unchin .card_return_content .cont p {
  margin-bottom: 1em;
}
body.unchin .card_return_content .cont .hosoku {
  display: block;
  padding-left: 1em;
  position: relative;
  font-size: 90%;
  margin: 1em 0;
  opacity: 0.7;
}
body.unchin .card_return_content .cont .hosoku::before {
  content: "※";
  left: 0;
  position: absolute;
}
body.unchin .card_return_content .cont .maru_list {
  margin-bottom: 1em;
  margin-left: 1em;
}
body.unchin .card_return_content .cont .maru_list li {
  position: relative;
  margin-bottom: 0.5em;
}
body.unchin .card_return_content .cont .maru_list li::before {
  content: "・";
  position: absolute;
  left: -0.7em;
}

body.company .content .container {
  max-width: 600px;
  margin: 0 auto;
}
body.company .tab_sec .ts_photo {
  margin: 10px 0;
  border: solid 2vw #fff;
  display: block;
}
@media (min-width: 600px) {
  body.company .tab_sec .ts_photo {
    border-width: 10px;
  }
}
body.company .tab_sec .shomei {
  text-align: right;
}
body.company .tab_sec .shomei .name {
  font-size: 150%;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
body.company .tab_sec .concept_photo {
  display: block;
  width: 100%;
  margin: 10px 0;
}
body.company .tab_sec strong.red {
  color: #f2400f;
  font-weight: normal;
}
body.company .tab_sec .hosoku {
  display: block;
  margin: 1em 0;
  font-size: 12px;
}
body.company .tab_sec .company_illust {
  position: relative;
  text-align: center;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.company .tab_sec .company_illust .bldg {
  display: block;
  width: 70%;
}
body.company .tab_sec .company_illust .bus {
  display: block;
  width: 22%;
}
body.company .tab_sec .company_info {
  background: url(images/kaisyamark.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
@media (min-width: 600px) {
  body.company .tab_sec .company_info {
    border-bottom: 1px solid rgba(80, 74, 61, 0.2);
  }
}
body.company .tab_sec .company_info dt {
  font-weight: bold;
}
@media (min-width: 600px) {
  body.company .tab_sec .company_info dt {
    float: left;
    width: 7em;
  }
}
body.company .tab_sec .company_info dd {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
@media (min-width: 600px) {
  body.company .tab_sec .company_info dd {
    margin-left: 7em;
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  body.company .tab_sec .company_info dt, body.company .tab_sec .company_info dd {
    padding: 0.5em;
    border-top: 1px solid rgba(80, 74, 61, 0.2);
  }
}
body.company .tab_sec .company_info .yaku {
  display: inline-block;
  width: 6em;
}
body.company .tab_sec .pl_item {
  margin-bottom: 30px;
}
body.company .tab_sec .pl_item figcaption {
  text-align: justify;
}
body.company .recruit_btn_area {
  margin: 100px auto;
  border: dotted 1px #fff;
  padding: 40px 0;
  text-align: center;
}
body.company .recruit_btn_area .rba_exp {
  text-align: center;
}
body.company .recruit_btn_area .rba_btn {
  margin: 10px auto;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 18px;
}

.news_area .news_item {
  position: relative;
}
.news_area .news_item.important .ni_head::before {
  background-color: #f2400f;
}
.news_area .news_item.new::after {
  top: 25px;
}
.news_area .news_item:not(.important).long .nic_wrap {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.news_area .news_item:not(.important).long .nic_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 74, 61, 0)), color-stop(40%, rgba(80, 74, 61, 0.95)), color-stop(40%, rgba(80, 74, 61, 0.95)), color-stop(60%, #504a3d));
  background: linear-gradient(top, rgba(80, 74, 61, 0) 0%, rgba(80, 74, 61, 0.95) 40%, rgba(80, 74, 61, 0.95) 40%, #504a3d 60%);
}
.news_area .news_item:not(.important).long .nic_wrap .btn_toggle {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_area .news_item:not(.important).long .nic_wrap .btn_toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 6px);
}
.news_area .news_item:not(.important).long.open .nic_wrap {
  max-height: none;
  padding-bottom: 60px;
}
.news_area .news_item:not(.important).long.open .nic_wrap::before {
  content: none;
}
.news_area .news_item:not(.important).long.open .nic_wrap .btn_toggle {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.news_area .news_item .ni_head {
  margin-left: 30px;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 960px) {
  .news_area .news_item .ni_head {
    margin-left: 50px;
  }
}
.news_area .news_item .ni_head::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #dad2c5;
  border-radius: 30px;
}
.news_area .news_item .ni_head .youbi {
  font-size: 80%;
  margin-left: 0.2em;
  vertical-align: 1px;
}
.news_area .news_item .ni_content {
  border-left: solid 1px #dad2c5;
  overflow: hidden;
  margin-left: 10px;
}
.news_area .news_item .ni_content .nic_wrap {
  border: solid 1px #dad2c5;
  margin: 10px 0 30px 20px;
  padding: 15px 10px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 960px) {
  .news_area .news_item .ni_content .nic_wrap {
    margin: 10px 0 40px 40px;
    padding: 20px;
  }
}
.news_area .news_item .ni_content .news_ttl {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .news_area .news_item .ni_content .news_ttl {
    font-size: 20px;
  }
}
.news_area .news_item .ni_content .news_txt a {
  word-wrap: break-word;
}
.news_area .news_item .ni_content .news_txt strong {
  color: #ffdf00;
  font-weight: normal;
}
.news_area .news_item .ni_content .news_img {
  margin-top: 1em;
}
.news_area .news_item .ni_content .news_more {
  display: block;
  text-align: right;
  margin-top: 1em;
}

.past_news {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 960px) {
  .past_news {
    padding-left: 50px;
  }
}
.past_news::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #dad2c5;
  border-radius: 30px;
}
.past_news .btn_std {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

body.news-kiji .sub_ttl {
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  body.news-kiji .sub_ttl {
    font-size: 20px;
  }
}
body.news-kiji .sub_ttl.center {
  text-align: center;
}
body.news-kiji .kiji_txt {
  margin: 1em 0;
}
body.news-kiji .kiji_txt.right {
  text-align: right;
}
body.news-kiji .kiji_txt strong.red {
  color: #f2400f;
  font-weight: normal;
}
body.news-kiji .kiji_waku {
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  body.news-kiji .kiji_waku {
    padding: 40px;
  }
}
body.news-kiji .list_area {
  margin-left: 0.5em;
}
body.news-kiji .list_area li {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}
body.news-kiji .list_area li::before {
  position: absolute;
  content: "●";
  left: -1.2em;
}
body.news-kiji .list_area li.nomark::before {
  content: none;
}
body.news-kiji .list_area.hishi li::before {
  content: "◆";
}
body.news-kiji ol {
  list-style: decimal;
  padding-left: 1.5em;
}
@media (min-width: 600px) {
  body.news-kiji ol {
    padding-left: 2em;
  }
}
body.news-kiji ol li {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
body.news-kiji .kiji.std h1 {
  background-color: #429b2f;
  font-size: 18px;
  padding: 20px 15px;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.std h1 {
    padding: 30px;
  }
}
body.news-kiji .kiji.std .kiji_body {
  background-color: #f7f1eb;
  padding: 20px 15px;
  color: #504a3d;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.std .kiji_body {
    padding: 30px;
  }
}
body.news-kiji .kiji.std .kiji_body .date {
  text-align: right;
  opacity: 0.5;
  margin-bottom: 20px;
}
body.news-kiji .kiji.hareca {
  background-color: #f9e8be;
  color: #504a3d;
  border-radius: 5px;
  padding: 15px 15px 30px;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.hareca {
    padding: 30px 30px 45px;
  }
}
body.news-kiji .kiji.hareca h1 {
  width: 104%;
  margin-left: -2%;
}
body.news-kiji .kiji.hareca .sub_ttl.tasha {
  border-bottom: solid 2px #504a3d;
  position: relative;
  padding-left: 1em;
}
body.news-kiji .kiji.hareca .sub_ttl.tasha::before {
  content: "※";
  position: absolute;
  left: 0;
}
body.news-kiji .kiji.hareca .kiji_txt.price {
  color: #cf1126;
  font-size: 12px;
  margin: 5px 0 0;
}
body.news-kiji .kiji.hareca .kiji_txt.tasha {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  body.news-kiji .kiji.hareca .kiji_txt.tasha {
    font-size: 14px;
  }
}
body.news-kiji .kiji.unomail .kiji_container {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .kiji_container {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.news-kiji .kiji.unomail .kiji_container .list_area {
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .kiji_container .list_area {
    width: 64%;
  }
}
body.news-kiji .kiji.unomail .kiji_container .unomail_ill {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .kiji_container .unomail_ill {
    width: 34%;
  }
}
body.news-kiji .kiji.unomail .form_area {
  margin-bottom: 15px;
}
body.news-kiji .kiji.unomail .form_area .fa_ttl {
  background-color: #429b2f;
  text-align: center;
  font-size: 16px;
  padding: 1em 0;
}
body.news-kiji .kiji.unomail .form_area .fa_body {
  background-color: #f7f1eb;
  padding: 15px 10px;
  color: #504a3d;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .form_area .fa_body {
    padding: 40px 30px;
  }
}
body.news-kiji .kiji.unomail .form_area .fa_body form {
  padding: 10px 0 25px;
  border-bottom: dashed 1px #504a3d;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .form_area .fa_body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.news-kiji .kiji.unomail .form_area .fa_body form input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 36px;
  font-size: 14px;
  border: solid 1px #ccc;
  margin-bottom: 5px;
}
body.news-kiji .kiji.unomail .form_area .fa_body form input[type=submit] {
  width: 4em;
  height: 36px;
  background-color: #504a3d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.unomail .form_area .fa_body form input[type=submit] {
    margin-left: 5px;
  }
}
body.news-kiji .kiji.unomail .hosoku_area .ha_txt {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 1em;
}
body.news-kiji .kiji.unomail .hosoku_area .ha_txt::before {
  content: "※";
  position: absolute;
  left: 0;
}
body.news-kiji .kiji.unomail .hosoku_area .ha_list {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
body.news-kiji .kiji.unomail .hosoku_area .ha_list li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
body.news-kiji .kiji.unomail .hosoku_area .ha_list a {
  color: #fff;
}
body.news-kiji .kiji.parkride .list_area.fukidashi li {
  margin-left: 0;
  background-color: #f7f1eb;
  border-radius: 3px;
  color: #504a3d;
  padding: 5px 10px;
}
body.news-kiji .kiji.parkride .list_area.fukidashi li::before {
  content: "「";
  position: relative;
  left: 0;
}
body.news-kiji .kiji.parkride .list_area.fukidashi li::after {
  content: "」";
}
body.news-kiji .kiji.parkride .tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.news-kiji .kiji.parkride .tabs .btn_tab {
  width: calc(50% - 3px);
  height: 60px;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.parkride .tabs .btn_tab {
    max-width: 200px;
  }
}
body.news-kiji .kiji.parkride .tabs .btn_tab:not(:first-child) {
  margin-left: 5px;
}
body.news-kiji .kiji.parkride .tabs .btn_tab .hosoku {
  display: block;
  font-size: 12px;
  width: 100%;
  margin-top: 0.2em;
}
body.news-kiji .kiji.parkride .tab_sec {
  padding-top: 20px !important;
}
body.news-kiji .kiji.parkride .tab_sec p {
  margin-top: 0;
  line-height: 1.5;
}
body.news-kiji .kiji.parkride .tab_sec .ts_ttl {
  font-size: 16px;
  margin-top: 2em;
}
@media (min-width: 768px) {
  body.news-kiji .kiji.parkride .tab_sec .ts_ttl {
    font-size: 16px;
  }
}
body.news-kiji .kiji.parkride .chuui {
  list-style: decimal;
  margin-left: 1.5em;
}
body.news-kiji .kiji.parkride .chuui li {
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.contact .kiji_txt {
    text-align: center;
  }
}
body.news-kiji .kiji.contact .kiji_waku {
  text-align: center;
  padding: 50px 10px;
}
body.news-kiji .kiji.contact .kiji_waku .logo {
  width: 80%;
  max-width: 270px;
  margin-bottom: 20px;
}
body.news-kiji .kiji.contact .kiji_waku address {
  font-style: normal;
}
body.news-kiji .kiji.contact .kiji_waku address .tel {
  color: #fff;
  text-decoration: none;
}
body.news-kiji .kiji.menseki .sub_ttl:first-child {
  margin-top: 0;
}
@media (min-width: 600px) {
  body.news-kiji .kiji.privacy .sub_ttl {
    font-size: 16px;
  }
}

html.nagase24_single {
  scrollbar-color: #666 #ccc;
  scrollbar-width: thin;
}
html.nagase24_single ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html.nagase24_single ::-webkit-scrollbar-track {
  background: #cccccc;
}
html.nagase24_single ::-webkit-scrollbar-thumb {
  background: #666666;
}

body#nagase24 {
  background-color: #FFF;
}
body#nagase24 * {
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body#nagase24 header {
  padding: 3.75%;
  padding-bottom: 0;
}
body#nagase24 header #logo_unobus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}
body#nagase24 header #logo_unobus a.logo {
  display: block;
  width: 30vw;
  max-width: 120px;
}
body#nagase24 header #logo_nagase {
  margin-bottom: 60px;
}
body#nagase24 header #logo_nagase h1 {
  width: 91%;
  max-width: 295px;
  margin: auto;
}
body#nagase24 header #logo_nagase h1 img {
  width: 100%;
}
body#nagase24 #leadtxt {
  width: 90.625vw;
  margin: 0 auto 85px;
}
@media (min-width: 768px) {
  body#nagase24 #leadtxt {
    max-width: 640px;
  }
}
@media (min-width: 960px) {
  body#nagase24 #leadtxt {
    max-width: 800px;
  }
}
body#nagase24 #leadtxt .about24 {
  position: relative;
  height: 126px;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body#nagase24 #leadtxt .about24 {
    height: 144px;
    font-size: 16px;
  }
}
body#nagase24 #leadtxt .about24.open .txtgrad {
  display: none;
}
body#nagase24 #leadtxt .txtgrad {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#nagase24 #leadtxt p {
  margin-bottom: 16px;
}
body#nagase24 .btnarea {
  margin-top: 40px;
  text-align: center;
}
body#nagase24 .btnarea button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #FFF;
  width: 60vw;
  max-width: 215px;
  margin: auto;
  padding: 1.2em 0;
  font-size: 14px;
  color: #504a3d;
  border: solid 1px #504a3d;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  body#nagase24 .btnarea button {
    max-width: 250px;
    font-size: 16px;
  }
}
body#nagase24 .feature_poem {
  padding: 70px 0;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem {
    padding: 80px 0;
  }
}
body#nagase24 .feature_poem h1 {
  font-size: 12.5vw;
  font-weight: normal;
  text-align: center;
}
body#nagase24 .feature_poem h1 ruby[data-ruby] {
  position: relative;
}
body#nagase24 .feature_poem h1 ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1em;
  right: -2em;
  text-align: center;
  font-size: 50%;
  letter-spacing: 0;
  line-height: 1.2;
}
body#nagase24 .feature_poem h1 rt {
  display: none;
}
body#nagase24 .feature_poem h1 ruby[data-ruby]::before {
  font-size: 40%;
}
@media (min-width: 600px) {
  body#nagase24 .feature_poem h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem h1 {
    font-size: 40px;
  }
}
body#nagase24 .feature_poem .date {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .date {
    margin-bottom: 70px;
    font-size: 14px;
  }
}
body#nagase24 .feature_poem .poster {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poster {
    max-width: 640px;
    margin: 0 auto 45px;
  }
}
@media (min-width: 960px) {
  body#nagase24 .feature_poem .poster {
    max-width: 800px;
  }
}
body#nagase24 .feature_poem .poster img {
  display: block;
  margin-bottom: 5px;
}
body#nagase24 .feature_poem .poster figcaption {
  padding: 0 5px;
  text-align: right;
  opacity: 0.8;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poster figcaption {
    opacity: 0.5;
  }
}
body#nagase24 .feature_poem .poem_area {
  width: 87.5vw;
  margin: auto;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area {
    max-width: 640px;
  }
}
@media (min-width: 960px) {
  body#nagase24 .feature_poem .poem_area {
    max-width: 800px;
  }
}
body#nagase24 .feature_poem .poem_area .poem_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
body#nagase24 .feature_poem .poem_area .poem_ttl h2 {
  margin-bottom: 0.2em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
body#nagase24 .feature_poem .poem_area .poem_ttl .ttlcap {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_ttl .ttlcap {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_contents .poem_main {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}
@media (min-width: 960px) {
  body#nagase24 .feature_poem .poem_area .poem_contents .poem_main {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_contents .poem_sub {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    padding-top: 5px;
  }
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body {
  margin-bottom: 50px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_contents .poem_body {
    line-height: 2;
  }
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body p {
  margin-bottom: 1.5em;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body p:last-of-type {
  margin-bottom: 0;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body ruby[data-ruby] {
  position: relative;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1em;
  right: -2em;
  text-align: center;
  font-size: 50%;
  letter-spacing: 0;
  line-height: 1.2;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_body rt {
  display: none;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_meta {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body#nagase24 .feature_poem .poem_area .poem_contents .poem_meta {
    margin-bottom: 0;
  }
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_photo {
  text-align: center;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_photo img {
  display: block;
  margin-bottom: 5px;
}
body#nagase24 .feature_poem .poem_area .poem_contents .poem_photo dl.grid_meta {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 3.5fr;
  grid-template-columns: auto 3.5fr;
  margin: auto;
}
body#nagase24 .feature_poem .poem_area .poem_contents dl.grid_meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 3.5fr;
  grid-template-columns: auto 3.5fr;
  gap: 4px 10px;
}
body#nagase24 .feature_poem .poem_area .poem_contents dl.grid_meta dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#nagase24 .feature_poem .poem_area .poem_contents dl.grid_meta dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
body#nagase24 #poemlist {
  background: #FFF;
  padding: 80px 6.25%;
}
@media (min-width: 768px) {
  body#nagase24 #poemlist {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  body#nagase24 #poemlist {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  body#nagase24 #poemlist {
    max-width: 1100px;
    margin: auto;
  }
}
body#nagase24 #poemlist a {
  color: #504a3d;
  text-decoration: none;
}
@media (min-width: 768px) {
  body#nagase24 #poemlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#nagase24 #poemlist ul::after {
    content: "";
    width: 30%;
    height: 0;
  }
}
body#nagase24 #poemlist ul li {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  body#nagase24 #poemlist ul li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
body#nagase24 #poemlist ul li img.poem-thumb {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body#nagase24 #poemlist ul li img.poem-thumb {
    margin-bottom: 10px;
  }
}
body#nagase24 #poemlist ul li .poem-head {
  padding-top: 0.7em;
}
body#nagase24 #poemlist ul li h1 {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}
body#nagase24 #poemlist ul li h1 ruby[data-ruby] {
  position: relative;
}
body#nagase24 #poemlist ul li h1 ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1em;
  right: -2em;
  text-align: center;
  font-size: 40%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
body#nagase24 #poemlist ul li h1 rt {
  display: none;
}
@media (min-width: 600px) {
  body#nagase24 #poemlist ul li h1 {
    margin-bottom: 0;
    font-size: 28px;
  }
}
body#nagase24 #poemlist ul li .poem_date {
  margin-bottom: 18px;
  font-size: 3.4375vw;
  text-align: center;
}
@media (min-width: 600px) {
  body#nagase24 #poemlist ul li .poem_date {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
body#nagase24 #poemlist ul li h2 {
  font-size: 5.625vw;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 600px) {
  body#nagase24 #poemlist ul li h2 {
    font-size: 17px;
  }
}
body#nagase24 footer {
  background: #E3E3E3;
  padding: 70px 6.25% 30px;
}
@media (min-width: 768px) {
  body#nagase24 footer {
    padding-top: 90px;
  }
}
body#nagase24 footer .ft-inner {
  max-width: 1020px;
  margin: auto;
}
body#nagase24 footer h2 {
  margin-bottom: 3em;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  body#nagase24 footer h2 {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body#nagase24 footer .section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body#nagase24 footer .prof_conts {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  body#nagase24 footer .prof_conts {
    -ms-flex-preferred-size: calc(50% - 35px);
        flex-basis: calc(50% - 35px);
  }
}
body#nagase24 footer .ft-section {
  margin-bottom: 70px;
}
body#nagase24 footer .ft-section h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  body#nagase24 footer .ft-section h3 {
    font-size: 20px;
  }
}
body#nagase24 footer .ft-section .section_conts {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  body#nagase24 footer .ft-section .section_conts {
    font-size: 16px;
  }
}
body#nagase24 footer .ft-section .section_conts p {
  text-align: justify;
}
body#nagase24 .copy {
  margin-top: 70px;
}
body#nagase24 .copy .ft_logo_unobus {
  width: 30vw;
  max-width: 140px;
  margin: 0 auto 30px;
}
body#nagase24 .copy .copyright {
  font-family: YakuHanJP, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 10px;
  text-align: center;
}
body#nagase24 .fancybox-toolbar {
  right: 2.5%;
  margin-right: auto;
  margin-left: 0;
}
body#nagase24 .fancybox-slide--iframe {
  padding: 0;
}
body#nagase24 .fancybox-slide--iframe .fancybox-content {
  max-width: 90%;
  max-height: 90%;
}
@media (min-width: 1280px) {
  body#nagase24 .fancybox-slide--iframe .fancybox-content {
    width: 90%;
    max-width: 1100px;
  }
}
body#nagase24 .fancybox-slide--iframe .fancybox-content iframe html {
  color: red !important;
}
body#nagase24 .poem-nav {
  position: relative;
  display: none;
  margin: auto;
  z-index: 99999;
}
body#nagase24 .poem-nav button {
  position: fixed;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: url("images/nagase24_ui_parts.svg");
  background-size: cover;
  width: 10vw;
  height: 10vw;
  max-width: 60px;
  max-height: 60px;
  padding: 0;
  cursor: pointer;
  text-indent: -99999px;
}
body#nagase24 .poem-nav button.fancybox-arrow--left {
  top: 0;
  left: 2.5%;
  bottom: 0;
  margin: auto 0;
  background-position: 0% 0;
}
body#nagase24 .poem-nav button.fancybox-arrow--left:disabled {
  display: none;
}
@media (min-width: 1280px) {
  body#nagase24 .poem-nav button.fancybox-arrow--left {
    left: calc((100% - 1100px - 15px) / 2);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body#nagase24 .poem-nav button.fancybox-arrow--right {
  top: 0;
  left: auto;
  right: 2.5%;
  bottom: 0;
  margin: auto 0;
  background-position: -100% 0;
}
body#nagase24 .poem-nav button.fancybox-arrow--right:disabled {
  display: none;
}
@media (min-width: 1280px) {
  body#nagase24 .poem-nav button.fancybox-arrow--right {
    right: calc((100% - 1100px + 15px) / 2);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
body#nagase24 .poem-nav button.fancybox-close {
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  right: 5%;
  background-position: -200% 0;
}
@media (min-width: 960px) {
  body#nagase24 .poem-nav button.fancybox-close {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1280px) {
  body#nagase24 .poem-nav button.fancybox-close {
    right: calc((100% - 1100px + 15px) / 2);
  }
}
body#nagase24 .fancybox-navigation .fancybox-button {
  top: 10%;
}
@media (min-width: 768px) {
  body#nagase24 .fancybox-navigation .fancybox-button {
    top: calc(50% - 50px);
  }
}
body#nagase24 .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 2.5%;
  margin-left: 0;
  padding-left: 0;
}
body#nagase24 .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 2.5%;
  margin-right: 0;
  padding-right: 0;
}
body#nagase24 .fancybox-navigation .fancybox-button--arrow_left:disabled,
body#nagase24 .fancybox-navigation .fancybox-button--arrow_right:disabled {
  opacity: 0;
}
body#nagase24 .fancybox-close {
  position: fixed;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0;
  right: 5%;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("images/nagase24_ui_parts.svg");
  background-size: cover;
  background-position: -200% 0;
  width: 10vw;
  height: 10vw;
  max-width: 60px;
  max-height: 60px;
  padding: 0;
  cursor: pointer;
  text-indent: -99999px;
  z-index: 999996;
}
@media (min-width: 960px) {
  body#nagase24 .fancybox-close {
    right: calc(5% - 5px);
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1280px) {
  body#nagase24 .fancybox-close {
    right: calc((100% - 1100px - 25px) / 2);
  }
}

html#unobus_i_content {
  font-size: 62.5%;
}

body#unobus_i {
  position: relative;
  background-color: #D9D4C2;
  font-size: 1.6rem;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #231815;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body#unobus_i.home .menu_i, body#unobus_i.archive .menu_i {
    display: none;
  }
}

#unobus_i ::-moz-selection {
  background: rgba(64, 33, 15, 0.3);
  color: #fff;
}

#unobus_i ::selection {
  background: rgba(64, 33, 15, 0.3);
  color: #fff;
}
#unobus_i .tag-home {
  background-color: #40210F;
}
#unobus_i .tag-nagase {
  background-color: #0690C5;
}
#unobus_i .bg-business,
#unobus_i .tag-navy {
  background-color: #181739;
}
#unobus_i .bg-design,
#unobus_i .tag-red {
  background-color: #762128;
}
#unobus_i .bg-technology,
#unobus_i .tag-green {
  background-color: #234A2A;
}
#unobus_i .bg-social,
#unobus_i .tag-yellow {
  background-color: #BC7900;
}
#unobus_i .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(155, 0, 26, 0.2)));
  background: linear-gradient(transparent 70%, rgba(155, 0, 26, 0.2) 0%);
  line-height: 2;
}
#unobus_i .subtitle {
  color: #40210F;
  line-height: 1.8;
  font-size: max(1.3rem,min(4.3vw,1.4rem));
  font-size: clamp(1.3rem, 4.3vw, 1.4rem);
}
@media (min-width: 768px) {
  #unobus_i .subtitle {
    font-size: max(1.4rem,min(2vw,1.6rem));
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
}
#unobus_i .tag-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #unobus_i .tag-icon-area {
      margin-right: -8px;
      margin-bottom: -8px;
    }
    #unobus_i .tag-icon-area > * {
      margin: 0 8px 8px 0;
    }
  }
}
#unobus_i .tag-icon-area.top_tagCloud {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto 60px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #unobus_i .tag-icon-area.top_tagCloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#unobus_i .tag-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 1px 10px 1px 5px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: max(1.2rem,min(3.7vw,1.4rem));
  font-size: clamp(1.2rem, 3.7vw, 1.4rem);
}
#unobus_i .tag-icon::before {
  content: "";
  display: inline-block;
  background: url("images/i/icon_tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
}
#unobus_i .tag-icon.hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 0.2px 0.2px rgba(64, 33, 15, 0.5), 0px 0.6px 0.7px -0.8px rgba(64, 33, 15, 0.5), 0px 1.6px 1.8px -1.7px rgba(64, 33, 15, 0.5), 0.1px 3.8px 4.3px -2.5px rgba(64, 33, 15, 0.5);
          box-shadow: 0px 0.2px 0.2px rgba(64, 33, 15, 0.5), 0px 0.6px 0.7px -0.8px rgba(64, 33, 15, 0.5), 0px 1.6px 1.8px -1.7px rgba(64, 33, 15, 0.5), 0.1px 3.8px 4.3px -2.5px rgba(64, 33, 15, 0.5);
}
#unobus_i .tag-icon.tag-icon-home {
  background-color: #40210F;
}
#unobus_i .tag-icon.no-link {
  pointer-events: none;
}
#unobus_i button.btn_more_tag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 5px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  cursor: pointer;
}
#unobus_i .sortposts {
  position: relative;
}
#unobus_i .sortposts select#order {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-bottom: 20px;
  padding: 10px 32px 10px 10px;
  font-size: 1.6rem;
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #40210F;
  border: 1px solid #40210F;
}
@media (min-width: 960px) {
  #unobus_i .sortposts select#order {
    font-size: 1.4rem;
  }
}
#unobus_i .sortposts::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  display: block;
  margin: auto;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#unobus_i .post_i {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 600px) {
  #unobus_i .post_i:not(.pickup) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#unobus_i .post_i.nagase24 .post_i_inner .post_thumbnail {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #unobus_i .post_i.nagase24 .post_i_inner .post_thumbnail {
    margin-bottom: 15px;
  }
}
#unobus_i .post_i.nagase24 .post_i_inner .post_i_exp {
  color: #40210F;
  font-size: max(1.4rem,min(4.3vw,1.6rem));
  font-size: clamp(1.4rem, 4.3vw, 1.6rem);
}
#unobus_i .post_i .labelPickup {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #B10D23;
  padding: 8px 1.4em;
  color: #fff;
  line-height: 1;
  z-index: 10;
  font-size: max(1.2rem,min(3.75vw,1.8rem));
  font-size: clamp(1.2rem, 3.75vw, 1.8rem);
}
#unobus_i .post_i a.post-link {
  color: #40210F;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i .post_i a.post-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#unobus_i .post_i .post_i_inner {
  background-color: #FFF;
  margin: 0 auto;
  padding: 3.125vw;
  padding: max(10px,min(3.1vw,20px));
  padding: clamp(10px, 3.1vw, 20px);
}
@media (min-width: 600px) {
  #unobus_i .post_i .post_i_inner:not(.pickup) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 10px;
  }
}
#unobus_i .post_i .post_i_inner .post_thumbnail {
  position: relative;
  margin-bottom: 8px;
  padding-top: 56.1%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #unobus_i .post_i .post_i_inner .post_thumbnail {
    margin-bottom: 12px;
  }
}
#unobus_i .post_i .post_i_inner .post_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header {
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-break: break-word;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header .subtitle {
  display: inline;
  padding: 2px 4px 2px 2px;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header h1,
#unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title {
  margin-bottom: 8px;
  font-size: max(1.8rem,min(5.62vw,2.6rem));
  font-size: clamp(1.8rem, 5.62vw, 2.6rem);
}
@media (min-width: 768px) {
  #unobus_i .post_i .post_i_inner header.post_i_archive-header h1,
  #unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title {
    margin-bottom: 12px;
  }
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header h1 rt,
#unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title rt {
  display: none;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header h1 ruby[data-ruby],
#unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title ruby[data-ruby] {
  position: relative;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header h1 ruby[data-ruby]::before,
#unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -0.8em;
  right: -2em;
  text-align: center;
  font-size: 45%;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header h1.nagase24 span,
#unobus_i .post_i .post_i_inner header.post_i_archive-header .post_title.nagase24 span {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: normal;
  font-size: max(1.3rem,min(4.3vw,1.4rem));
  font-size: clamp(1.3rem, 4.3vw, 1.4rem);
}
#unobus_i .post_i .post_i_inner header.post_i_archive-header .subtitle_bottom {
  height: 5px;
}
#unobus_i .post_i .post_i_inner .post_i_exp {
  margin-bottom: 15px;
  color: #747474;
  line-height: 1.58;
  font-size: max(1.2rem,min(3.7vw,1.3rem));
  font-size: clamp(1.2rem, 3.7vw, 1.3rem);
}
@media (min-width: 600px) {
  #unobus_i .post_i .post_i_inner .post_i_exp {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #unobus_i .post_i .post_i_inner .post_i_exp {
    margin-bottom: 25px;
  }
}
#unobus_i .post_i .post_i_inner footer.post_i_archive-footer {
  padding: 0;
  text-align: right;
}
@media (min-width: 600px) {
  #unobus_i .post_i .post_i_inner footer.post_i_archive-footer {
    margin-top: auto;
  }
}
#unobus_i .post_i .post_i_inner footer.post_i_archive-footer .inner time {
  display: block;
  line-height: 1;
  font-size: max(1.2rem,min(2.8vw,1.4rem));
  font-size: clamp(1.2rem, 2.8vw, 1.4rem);
}
#unobus_i .post_i.hover {
  -webkit-box-shadow: 0px 0.2px 0.2px #40210F, 0px 0.6px 0.7px -0.8px #40210F, 0px 1.6px 1.8px -1.7px #40210F, 0.1px 3.8px 4.3px -2.5px #40210F;
          box-shadow: 0px 0.2px 0.2px #40210F, 0px 0.6px 0.7px -0.8px #40210F, 0px 1.6px 1.8px -1.7px #40210F, 0.1px 3.8px 4.3px -2.5px #40210F;
}
#unobus_i #pop_taglist {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  #unobus_i #pop_taglist.is-open {
    position: fixed;
    background-color: #D9D4C2;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 90px 80px 160px;
    visibility: visible;
    pointer-events: all;
    z-index: 90;
  }
  #unobus_i #pop_taglist.is-open .inner {
    max-width: 650px;
    margin: auto;
  }
  #unobus_i #pop_taglist.is-open .inner h3 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    text-align: center;
  }
  #unobus_i #pop_taglist.is-open .inner ul.tag-icon-area {
    gap: 15px;
    margin: 0;
  }
}
#unobus_i #pop_taglist .btn_more_tag {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
#unobus_i #pop_taglist .btn_more_tag::before, #unobus_i #pop_taglist .btn_more_tag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #40210F;
  width: 100%;
  height: 3px;
  margin: auto;
}
#unobus_i #pop_taglist .btn_more_tag::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#unobus_i #pop_taglist .btn_more_tag::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#unobus_i .pagination {
  background-image: url("images/i/icon_pagination_hover.svg");
  background-repeat: no-repeat;
  background-position: -100vh;
  margin-top: 80px;
}
#unobus_i .pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1.5em,min(9.3vw,2em));
  gap: clamp(1.5em, 9.3vw, 2em);
}
#unobus_i .pagination ol li.tabpover {
  display: none;
}
@media (min-width: 768px) {
  #unobus_i .pagination ol li.tabpover {
    display: block;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #unobus_i .pagination ol li {
      margin: 0 max(0.7em, min(4.1vw, 1em));
    }
  }
}
#unobus_i .pagination ol li a,
#unobus_i .pagination ol li .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: max(30px,min(9.3vw,40px));
  width: clamp(30px, 9.3vw, 40px);
  height: max(30px,min(9.3vw,40px));
  height: clamp(30px, 9.3vw, 40px);
}
#unobus_i .pagination ol li a {
  background-color: #FFF;
  color: #40210F;
}
#unobus_i .pagination ol li a.nav_icon {
  position: relative;
  background-image: url("images/i/icon_pagination.svg");
  background-repeat: no-repeat;
  background-size: 400% 100%;
  background-position: 0% 0;
  width: max(30px,min(9.3vw,40px));
  width: clamp(30px, 9.3vw, 40px);
  height: max(30px,min(9.3vw,40px));
  height: clamp(30px, 9.3vw, 40px);
  overflow: hidden;
  text-indent: -1000vw;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_prev {
  background-position: 33.3333333333% 0;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_prev::after {
  background-position: 33.3333333333% 0;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_next {
  background-position: 66.6666666667% 0;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_next::after {
  background-position: 66.6666666667% 0;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_last {
  background-position: 100% 0;
}
#unobus_i .pagination ol li a.nav_icon.nav_icon_last::after {
  background-position: 100% 0;
}
#unobus_i .pagination ol li a.nav_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #40210F;
  background-image: url("images/i/icon_pagination_hover.svg");
  background-repeat: no-repeat;
  background-size: 400% 100%;
  background-position: 0% 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i .pagination ol li a.hover {
  color: #fff;
  background-color: #40210F;
  text-decoration: none;
}
#unobus_i .pagination ol li a.hover.nav_icon::after {
  opacity: 1;
}
#unobus_i .pagination ol li .current {
  background-color: #40210F;
  color: #fff;
}
#unobus_i #post_i_thumnb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 108vw;
  grid-template-rows: 108vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -1.8em calc(-50vw + 50%) 15px;
}
#unobus_i #post_i_thumnb > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  #unobus_i #post_i_thumnb {
    margin-top: -100px;
    margin-bottom: 35px;
    -ms-grid-rows: 49.8vw;
    grid-template-rows: 49.8vw;
  }
}
@media (min-width: 1280px) {
  #unobus_i #post_i_thumnb {
    margin-top: -120px;
    -ms-grid-rows: 638px;
    grid-template-rows: 638px;
  }
}
#unobus_i #post_i_thumnb > * {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
#unobus_i #post_i_thumnb .hero_conts {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  #unobus_i #post_i_thumnb .hero_conts {
    padding: 45px;
  }
}
@media (min-width: 1280px) {
  #unobus_i #post_i_thumnb .hero_conts {
    padding: 90px;
  }
}
#unobus_i #post_i_thumnb .hero_inner {
  max-width: 1120px;
  margin: auto;
}
#unobus_i #post_i_thumnb h2 {
  display: inline;
  margin: 0 0 10px;
  padding: 2px 4px 2px 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #40210F));
  background: linear-gradient(transparent 0%, #40210F 0%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 1;
}
#unobus_i #post_i_thumnb h1 {
  margin: 0;
  line-height: 1.4;
  color: white;
  font-size: max(3rem,min(9.3vw,4rem));
  font-size: clamp(3rem, 9.3vw, 4rem);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #unobus_i #post_i_thumnb h1 {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 960px) {
  #unobus_i #post_i_thumnb h1 {
    font-size: 5rem;
  }
}
#unobus_i #post_i_thumnb h1 span {
  display: inline-block;
}
#unobus_i #post_i_thumnb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#unobus_i header#i_global_header {
  max-width: 1140px;
  margin: auto;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6%;
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  #unobus_i header#i_global_header {
    gap: 9.375%;
  }
}
#unobus_i header#i_global_header .header_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .header_upper {
    display: block;
    width: 300px;
  }
}
#unobus_i header#i_global_header .header_lower {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .header_lower {
    width: 100%;
    margin: 0 auto 65px;
  }
}
#unobus_i header#i_global_header .header_lower .post_i {
  background: #FFF;
}
#unobus_i header#i_global_header .header_lower .post_i .post_i_inner {
  max-width: 693px;
  margin: auto;
}
#unobus_i header#i_global_header .logo {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #40210F;
  width: 39.0625vw;
  min-height: 140px;
  z-index: 10;
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .logo {
    width: 300px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #unobus_i header#i_global_header .logo {
      margin-right: 3%;
    }
  }
}
#unobus_i header#i_global_header .logo::before {
  content: "";
  display: block;
  padding-top: 112%;
}
@media (max-width: 340px) {
  #unobus_i header#i_global_header .logo::before {
    padding-top: 128%;
  }
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .logo::before {
    padding-top: 100%;
  }
}
#unobus_i header#i_global_header .logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  z-index: 10;
}
#unobus_i header#i_global_header .logo img {
  display: block;
  width: 76%;
  margin: auto;
}
#unobus_i header#i_global_header .about_i {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #D9D4C2;
  background-image: linear-gradient(180deg, #CAC3B9 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  margin-top: 10px;
  padding-bottom: 3px;
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: justify;
  font-size: max(1.1rem,min(3.7vw,1.2rem));
  font-size: clamp(1.1rem, 3.7vw, 1.2rem);
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .about_i {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #unobus_i header#i_global_header .about_i {
    font-size: 1.3rem;
  }
}
#unobus_i header#i_global_header .about_i i {
  font-style: normal;
  color: #9B001A;
}
#unobus_i header#i_global_header .about_i .tab {
  display: none;
}
@media (min-width: 600px) {
  #unobus_i header#i_global_header .about_i .tab {
    display: inline;
  }
}
#unobus_i header#i_global_header .menu_i {
  position: fixed;
  top: 10px;
  right: 3.125%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
#unobus_i header#i_global_header .menu_i button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 3.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: none;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #000;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  font-size: max(1.3rem,min(4vw,1.6rem));
  font-size: clamp(1.3rem, 4vw, 1.6rem);
  cursor: pointer;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap {
  position: relative;
  display: block;
  width: 40px;
  height: 22px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span:nth-of-type(1) {
  top: 0;
  background-color: #40210F;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span:nth-of-type(2) {
  top: 6px;
  background-color: #181739;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span:nth-of-type(3) {
  top: 12px;
  background-color: #762128;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span:nth-of-type(4) {
  top: 18px;
  background-color: #234A2A;
}
#unobus_i header#i_global_header .menu_i button .menu_wrap span:nth-of-type(5) {
  top: 24px;
  background-color: #BC7900;
}
#unobus_i header#i_global_header .menu_i button.is-open {
  position: absolute;
  top: 0;
  right: 0;
}
#unobus_i header#i_global_header .menu_i button.is-open .menu_wrap {
  -webkit-transform: scale(0.8) rotate(135deg);
          transform: scale(0.8) rotate(135deg);
}
#unobus_i header#i_global_header .menu_i button.is-open .menu_wrap span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#unobus_i header#i_global_header .menu_i button.is-open .menu_wrap span:nth-of-type(5) {
  top: 10px;
  background-color: #40210F;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#unobus_i header#i_global_header .menu_i button.is-open .menu_wrap span:nth-of-type(2), #unobus_i header#i_global_header .menu_i button.is-open .menu_wrap span:nth-of-type(3), #unobus_i header#i_global_header .menu_i button.is-open .menu_wrap span:nth-of-type(4) {
  opacity: 0;
}
#unobus_i footer#i_global_foorter {
  background-color: #40210F;
  margin-top: 40px;
  padding: 0;
  color: #fff;
}
#unobus_i footer#i_global_foorter .inner {
  width: 93.75vw;
  margin: auto;
  padding: 40px 0 30px;
}
#unobus_i footer#i_global_foorter .ft_logo_unobus {
  max-width: 140px;
  margin: 0 auto 25px;
}
#unobus_i footer#i_global_foorter .copyright {
  font-size: 10px;
  text-align: center;
  font-family: YakuHanJP, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#unobus_i #sidenav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #EDEBE4;
  width: 83.125vw;
  height: 100%;
  z-index: 90;
  visibility: hidden;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
@media (min-width: 768px) {
  #unobus_i #sidenav {
    width: 400px;
  }
}
#unobus_i #sidenav .sidenav_wrap {
  height: 100%;
  padding: 96px 0 45px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#unobus_i #sidenav .inner {
  width: 90%;
  margin: auto;
}
#unobus_i #sidenav .nav_title {
  margin-bottom: 1.6em;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
  color: #000;
}
#unobus_i #sidenav .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  gap: max(10px,min(3.1vw,15px));
  gap: clamp(10px, 3.1vw, 15px);
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #unobus_i #sidenav .tag_list li {
      margin-right: max(10px,min(3.1vw,15px));
      margin-right: clamp(10px, 3.1vw, 15px);
      margin-bottom: max(10px,min(3.1vw,15px));
      margin-bottom: clamp(10px, 3.1vw, 15px);
    }
  }
}
#unobus_i #sidenav .tag_list li a {
  font-size: 1.2rem;
  text-decoration: none;
}
#unobus_i #sidenav .menu_about_logo {
  margin-bottom: 20px;
}
#unobus_i #sidenav .menu_about_logo img {
  width: 100%;
  max-width: initial;
}
#unobus_i #sidenav .about_txt {
  background-image: linear-gradient(180deg, #CAC3B9 1px, transparent 1px);
  background-size: 100% 2.5em;
  padding-bottom: 3px;
  font-size: max(1.2rem,min(3.7vw,1.4rem));
  font-size: clamp(1.2rem, 3.7vw, 1.4rem);
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.5em;
}
#unobus_i #sidenav .about_txt p {
  margin: 0;
  padding: 0;
}
#unobus_i #sidenav .about_txt i {
  font-style: normal;
  color: #9B001A;
}
#unobus_i.archive header#i_global_header .header_upper {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #unobus_i.archive header#i_global_header .header_upper {
    margin-bottom: 25px;
  }
}
#unobus_i.archive header#i_global_header .header_upper .logo {
  min-height: 125px;
}
@media (min-width: 768px) {
  #unobus_i.archive header#i_global_header .header_upper .logo {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  #unobus_i.archive header#i_global_header .header_upper .logo {
    width: 300px;
  }
}
#unobus_i.archive header#i_global_header .header_upper .logo::before {
  padding-top: 100%;
}
#unobus_i .archive_title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 0.5em;
  font-size: max(2.4rem,min(7.5vw,3.6rem));
  font-size: clamp(2.4rem, 7.5vw, 3.6rem);
  text-align: center;
}
#unobus_i .archive_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: max(60px,min(1.87vw,80px));
  width: clamp(60px, 1.87vw, 80px);
  margin: auto;
  border-bottom: 1px solid #40210F;
}
#unobus_i .archive_title.tag_title::before {
  content: "";
  display: inline-block;
  background: url("images/i/icon_tag-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  vertical-align: bottom;
}
#unobus_i .archive-grid {
  display: -ms-grid;
  display: grid;
  gap: max(20px, min(6.25vw, 45px));
}
@media (min-width: 600px) {
  #unobus_i .archive-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  #unobus_i .archive-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
#unobus_i.single-post header#i_global_header {
  position: relative;
}
#unobus_i.single-post header#i_global_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  #unobus_i.single-post header#i_global_header::before {
    width: calc(100% - 160px);
  }
}
@media (min-width: 1280px) {
  #unobus_i.single-post header#i_global_header::before {
    width: min(900px, 100% + 60px - 100px);
  }
}
#unobus_i.single-post header#i_global_header .header_upper {
  margin-bottom: 0;
}
#unobus_i.single-post header#i_global_header .header_upper .logo {
  min-height: 125px;
}
@media (min-width: 768px) {
  #unobus_i.single-post header#i_global_header .header_upper .logo {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  #unobus_i.single-post header#i_global_header .header_upper .logo {
    width: 300px;
  }
}
#unobus_i.single-post header#i_global_header .header_upper .logo::before {
  padding-top: 100%;
}
#unobus_i.single-post header#i_global_header .menu_i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #unobus_i.single-post header#i_global_header .menu_i {
    right: 15px;
  }
}
@media (min-width: 960px) {
  #unobus_i.single-post header#i_global_header .menu_i {
    top: 40px;
  }
}
@media (min-width: 1280px) {
  #unobus_i.single-post header#i_global_header .menu_i {
    right: 50px;
  }
}
#unobus_i.single-post .content {
  padding-top: 0;
}
#unobus_i.single-post .content .container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  #unobus_i.single-post .content .container {
    padding: 0 80px;
  }
}
#unobus_i.single-post .maincontents {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 900px;
  margin: 0 auto 50px;
  padding-bottom: 25px;
  padding-left: max(10px,min(3.125vw,100px));
  padding-left: clamp(10px, 3.125vw, 100px);
  padding-right: max(10px,min(3.125vw,100px));
  padding-right: clamp(10px, 3.125vw, 100px);
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents {
    padding-bottom: 75px;
  }
}
@media (min-width: 960px) {
  #unobus_i.single-post .maincontents {
    padding: 0 100px 75px;
  }
}
#unobus_i.single-post .maincontents .kiji_cont {
  font-size: max(1.5rem,min(4.6vw,1.6rem));
  font-size: clamp(1.5rem, 4.6vw, 1.6rem);
  line-height: 2;
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont {
    line-height: 2.2;
    font-size: 1.8rem;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .tag_area {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .tag_area {
    margin-bottom: 70px;
  }
}
@media (min-width: 960px) {
  #unobus_i.single-post .maincontents .kiji_cont .tag_area {
    margin: 0 -80px 70px;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .tag_area time {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
  line-height: 1;
  font-size: max(1.1rem,min(3.4vw,1.4rem));
  font-size: clamp(1.1rem, 3.4vw, 1.4rem);
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .tag_area time::before {
    content: "更新日：";
    margin-right: 0.5em;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main > *:first-child {
  margin-top: 0;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main *:last-child {
  margin-bottom: 0;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main > *.wp-block-columns {
  margin: 0 -3.125vw;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main > *.wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main > *.wp-block-columns {
    margin: 0 -100px;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-columns.hamidashi {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px calc(-50vw + 50%);
}
@media (min-width: 1100px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-columns.hamidashi {
    width: 1080px;
    margin: 25px calc((1080px - 100%) / -2);
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-columns.hamidashi .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-columns.hamidashi .wp-block-column:not(:first-child) {
  margin-left: 0;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-columns.hamidashi .wp-block-column:not(:only-child) {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main > .wp-block-image {
  margin: 0 -3.125vw;
}
@media (min-width: 960px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main > .wp-block-image {
    margin: 0 -100px;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-image.hamidashi {
  margin: 25px calc(-50vw + 50%);
}
@media (min-width: 1100px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-image.hamidashi {
    width: 1080px;
    margin: 25px calc((1080px - 100%) / -2);
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main h2 {
  width: initial;
  margin: 60px 0;
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main h2 {
    margin: 90px 0;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main h2:empty {
  display: none;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main p {
  width: initial;
  margin: 40px 0;
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main p {
    margin: 60px 0;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main p:empty {
  display: none;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main h1, #unobus_i.single-post .maincontents .kiji_cont .post_main h2, #unobus_i.single-post .maincontents .kiji_cont .post_main h3, #unobus_i.single-post .maincontents .kiji_cont .post_main h4, #unobus_i.single-post .maincontents .kiji_cont .post_main h5, #unobus_i.single-post .maincontents .kiji_cont .post_main h6 {
  font-family: YakuHanMP, "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main h1 span, #unobus_i.single-post .maincontents .kiji_cont .post_main h2 span, #unobus_i.single-post .maincontents .kiji_cont .post_main h3 span, #unobus_i.single-post .maincontents .kiji_cont .post_main h4 span, #unobus_i.single-post .maincontents .kiji_cont .post_main h5 span, #unobus_i.single-post .maincontents .kiji_cont .post_main h6 span {
  display: inline-block;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main h2 {
  font-size: max(2rem,min(6vw,2.4rem));
  font-size: clamp(2rem, 6vw, 2.4rem);
}
@media (min-width: 768px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main h2 {
    font-size: 3.2rem;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-cover {
  width: initial;
  margin: 40px -3.125vw;
}
@media (min-width: 960px) {
  #unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-cover {
    margin: 90px -100px;
  }
}
#unobus_i.single-post .maincontents .kiji_cont .post_main .wp-block-cover p {
  margin: 0;
}
#unobus_i.single-post .maincontents .kiji_cont .post_main strong {
  color: #b10d23;
  font-weight: normal;
}
#unobus_i.single-post #post_navgation {
  max-width: 900px;
  margin: auto;
}
#unobus_i.single-post #post_navgation ul.next_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#unobus_i.single-post #post_navgation ul.next_prev > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 340px;
}
#unobus_i.single-post #post_navgation ul.next_prev > li .post_i .post_i_inner {
  padding: max(5px,min(0.7vw,10px));
  padding: clamp(5px, 0.7vw, 10px);
}
#unobus_i.single-post #post_navgation ul.next_prev > li .post_title {
  font-size: max(1.4rem,min(3.3vw,2.4rem));
  font-size: clamp(1.4rem, 3.3vw, 2.4rem);
}
#unobus_i.single-post #post_navgation ul.next_prev > li.list_prev {
  padding-right: 10px;
}
@media (max-width: 340px) {
  #unobus_i.single-post #post_navgation ul.next_prev > li.list_prev {
    padding-right: 5px;
  }
}
#unobus_i.single-post #post_navgation ul.next_prev > li.list_next {
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 340px) {
  #unobus_i.single-post #post_navgation ul.next_prev > li.list_next {
    padding-left: 5px;
  }
}
#unobus_i.single-post #post_navgation ul.next_prev > li.list_next .post_title {
  text-align: left;
}
#unobus_i.single-post #post_navgation a.page_prev-arrow,
#unobus_i.single-post #post_navgation a.page_next-arrow {
  position: relative;
  display: inline-block;
  background: #40210F;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #unobus_i.single-post #post_navgation a.page_prev-arrow,
  #unobus_i.single-post #post_navgation a.page_next-arrow {
    font-size: 1.4rem;
  }
}
#unobus_i.single-post #post_navgation a.page_prev-arrow.hover,
#unobus_i.single-post #post_navgation a.page_next-arrow.hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 0.2px 0.2px rgba(64, 33, 15, 0.5), 0px 0.6px 0.7px -0.8px rgba(64, 33, 15, 0.5), 0px 1.6px 1.8px -1.7px rgba(64, 33, 15, 0.5), 0.1px 3.8px 4.3px -2.5px rgba(64, 33, 15, 0.5);
          box-shadow: 0px 0.2px 0.2px rgba(64, 33, 15, 0.5), 0px 0.6px 0.7px -0.8px rgba(64, 33, 15, 0.5), 0px 1.6px 1.8px -1.7px rgba(64, 33, 15, 0.5), 0.1px 3.8px 4.3px -2.5px rgba(64, 33, 15, 0.5);
}
#unobus_i.single-post #post_navgation a.page_prev-arrow {
  margin-left: 1em;
  padding: 0 0.8em 0 0.5em;
}
#unobus_i.single-post #post_navgation a.page_prev-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  border-right: 1em solid #40210F;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}
#unobus_i.single-post #post_navgation a.page_next-arrow {
  margin-right: 1em;
  padding: 0 0.5em 0 0.8em;
}
#unobus_i.single-post #post_navgation a.page_next-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  border-left: 1em solid #40210F;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}
#unobus_i .container {
  width: auto;
  max-width: 1140px;
}
#unobus_i .content {
  background-color: #D9D4C2;
  color: #40210F;
}
#unobus_i .content#home {
  width: 93.75%;
  max-width: 1100px;
  margin: auto;
}
#unobus_i .button_pagetop {
  max-width: 1280px;
  margin: 100px auto 0;
}
#unobus_i .button_pagetop button {
  display: block;
  background-color: transparent;
  width: 55px;
  margin: auto;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 12px;
  color: #40210F;
  text-align: center;
  cursor: pointer;
}
#unobus_i .button_pagetop button span {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i .button_pagetop button span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #40210F;
  border-left: 2px solid #40210F;
  -webkit-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
}
#unobus_i .button_pagetop button.hover span {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  #unobus_i .button_pagetop button {
    margin-right: 40px;
  }
}
#unobus_i .menubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#unobus_i .menubg.active {
  opacity: 1;
  visibility: visible;
  z-index: 80;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#information {
  max-width: 800px;
  margin: 0 auto 50px;
}
#information ul#info_list li {
  position: relative;
  margin-bottom: 10px;
}
#information ul#info_list li.new {
  margin-top: 15px;
}
#information ul#info_list li .news_icon-new {
  display: block;
  background-color: #FFCD00;
  width: 37px;
  height: 37px;
  margin-top: -22px;
  margin-bottom: -12px;
  font-size: 10px;
  line-height: 37px;
  color: #504a3d;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (min-width: 960px) {
  #information ul#info_list li .news_icon-new {
    margin-top: 0;
    margin-left: -30px;
    margin-bottom: -42px;
  }
}
#information ul#info_list li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#information ul#info_list li a h2 {
  text-decoration: underline;
}
#information ul#info_list li a.hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#information ul#info_list li a.hover h2 {
  text-decoration: none;
}
@media (min-width: 768px) {
  #information ul#info_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#information ul#info_list li .date {
  margin-bottom: 5px;
  color: #c8c0b3;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #information ul#info_list li .date {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    margin-bottom: 0;
  }
}
#information ul#info_list li .date span {
  font-size: 90%;
}
#information ul#info_list li .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#information ul#info_list li .title_box .icon_important {
  display: inline-block;
  background-color: #e0400f;
  margin-right: 0.5em;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
#information ul#info_list li .title_box .icon_important::before {
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #information ul#info_list li .title_box .icon_important {
    margin-right: 1em;
  }
}
#information ul#info_list li .title_box h2 {
  font-size: 16px;
  font-weight: bold;
}
#information ul#info_list > li:first-child.new {
  margin-top: 0;
}

#unobus_i_front {
  background-color: #D9D4C2;
  max-width: 500px;
  margin: auto;
}
@media (min-width: 768px) {
  #unobus_i_front {
    max-width: initial;
  }
}
.pcfeatured_contents + #unobus_i_front {
  margin-top: 50px;
}
#unobus_i_front footer {
  padding: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #unobus_i_front footer {
    padding-bottom: 50px;
  }
}
#unobus_i_front footer .taglink {
  position: relative;
  display: block;
  width: 146px;
  height: 46px;
  margin: auto;
  padding-left: 32px;
  line-height: 46px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
}
#unobus_i_front footer .taglink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("images/i/bg_taglink2.svg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i_front footer .taglink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("images/i/bg_taglink2.svg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 -46px;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i_front footer .taglink span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
#unobus_i_front footer .taglink.hover span {
  color: #40210F;
}
#unobus_i_front footer .taglink.hover::before {
  opacity: 0;
}
#unobus_i_front .taglink {
  position: relative;
  display: block;
  width: 113px;
  height: 32px;
  margin-top: 16px;
  margin-left: auto;
  padding-left: 16px;
  line-height: 32px;
  color: #40210F;
  text-decoration: none;
}
#unobus_i_front .taglink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("images/i/bg_taglink.svg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  width: 100%;
  height: 100%;
}
#unobus_i_front .taglink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("images/i/bg_taglink.svg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 -32px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#unobus_i_front .taglink span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
#unobus_i_front .taglink.hover span {
  color: #fff;
}
#unobus_i_front .taglink.hover::after {
  opacity: 1;
}

#unobus_i_front_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 960px) {
  #unobus_i_front_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#unobus_i_front_wrapper .unobus_i_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #40210F;
  margin: 0 -10px;
}
@media (min-width: 600px) {
  #unobus_i_front_wrapper .unobus_i_logo {
    margin: 0 -50px;
  }
}
@media (min-width: 768px) {
  #unobus_i_front_wrapper .unobus_i_logo {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin: 0;
  }
}
#unobus_i_front_wrapper .unobus_i_logo .logo {
  padding: 25px 20px;
}
#unobus_i_front_wrapper .unobus_i_logo .logo img {
  display: block;
  width: 170px;
  margin: auto;
}
#unobus_i_front_wrapper .unobus_i_about {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 2;
  color: #504a3d;
}
@media (min-width: 768px) {
  #unobus_i_front_wrapper .unobus_i_about {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 35px;
  }
}
@media (min-width: 960px) {
  #unobus_i_front_wrapper .unobus_i_about {
    padding: 30px 40px;
  }
}
#unobus_i_front_wrapper .unobus_i_about p {
  background-image: linear-gradient(180deg, rgba(64, 33, 15, 0.2) 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
}

#unobus_i.posts_i {
  margin-top: 30px;
  padding: 0 10px 10px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  #unobus_i.posts_i {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
    padding: 0 20px 20px;
  }
}
@media (min-width: 960px) {
  #unobus_i.posts_i {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1280px) {
  #unobus_i.posts_i {
    padding: 0 40px 40px;
  }
}
#unobus_i.posts_i h3 {
  display: inline-block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-bottom: 20px;
  font-size: 18px;
  color: #40210F;
}
@media (min-width: 768px) {
  #unobus_i.posts_i h3 {
    margin-bottom: 0;
    font-size: 23px;
  }
}
#unobus_i.posts_i h3 span {
  display: inline-block;
  padding: 0 10px 3px;
  border-bottom: 2px solid #40210F;
}
#unobus_i.posts_i .post_i {
  background-color: #FFF;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i {
    margin-bottom: 0;
  }
}
#unobus_i.posts_i .post_i:first-of-type {
  margin: 0 -10px 20px;
}
@media (min-width: 600px) {
  #unobus_i.posts_i .post_i:first-of-type {
    margin: 0 -50px 50px;
  }
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0;
  }
}
@media (min-width: 600px) {
  #unobus_i.posts_i .post_i:first-of-type .post_i_inner:not(.pickup) {
    padding: 3.125vw;
    padding: max(10px,min(3.1vw,20px));
    padding: clamp(10px, 3.1vw, 20px);
  }
}
#unobus_i.posts_i .post_i .labelPickup {
  font-size: 12px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .labelPickup {
    font-size: 18px;
  }
}
#unobus_i.posts_i .post_i .post_i_inner .post_i_archive-header .subtitle {
  font-size: 13px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .post_i_inner .post_i_archive-header .subtitle {
    font-size: 18px;
  }
}
#unobus_i.posts_i .post_i .post_i_inner .post_i_archive-header h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .post_i_inner .post_i_archive-header h1 {
    font-size: 24px;
  }
}
#unobus_i.posts_i .post_i .post_i_inner .post_i_exp {
  font-size: 11px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .post_i_inner .post_i_exp {
    font-size: 12px;
  }
}
#unobus_i.posts_i .post_i .post_i_inner .post_i_archive-footer .inner .tag-icon {
  font-size: 11px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .post_i_inner .post_i_archive-footer .inner .tag-icon {
    font-size: 12px;
  }
}
#unobus_i.posts_i .post_i .post_i_inner .post_i_archive-footer .inner time {
  font-size: 10px;
  color: #40210F;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i .post_i_inner .post_i_archive-footer .inner time {
    font-size: 13px;
  }
}
#unobus_i.posts_i .post_i.nagase24 .post_i_inner .post_i_archive-header h1 span {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: normal;
  font-size: max(13px,min(4.3vw,14px));
  font-size: clamp(13px, 4.3vw, 14px);
}
#unobus_i.posts_i .post_i.nagase24 .post_i_inner .post_i_exp {
  font-size: 14px;
}
@media (min-width: 768px) {
  #unobus_i.posts_i .post_i.nagase24 .post_i_inner .post_i_exp {
    font-size: 16px;
  }
}

body.front-page .fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}
body.front-page .fancybox-content {
  max-width: 800px;
  background-color: #D9D4C2;
  color: #40210F;
}
body.front-page .fancybox-content .news_date {
  margin-bottom: 5px;
}
body.front-page .fancybox-content .news_title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #40210F;
}
@media (min-width: 600px) {
  body.front-page .fancybox-content .news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.front-page .fancybox-content .news_title .icon_important {
  display: inline-block;
  background-color: #e0400f;
  margin-right: 0.5em;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
body.front-page .fancybox-content .news_title .icon_important::before {
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  body.front-page .fancybox-content .news_title .icon_important {
    margin-top: 8px;
    margin-right: 1em;
  }
}
body.front-page .fancybox-content .news_title h2 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 600px) {
  body.front-page .fancybox-content .news_title h2 {
    margin-top: 0;
    font-size: 24px;
  }
}
body.front-page .fancybox-content .news_body a {
  word-break: break-all;
}
body.front-page .fancybox-content .news_image {
  margin-top: 40px;
}
body.front-page .fancybox-button {
  width: 60px;
  height: 60px;
}
/*# sourceMappingURL=style.css.map */