@charset "UTF-8";
/*
Theme Name: WP Theme for ryokufukai
*/
/**
 * Table of Contntens:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Page
 *   4.1 - Top
 *   4.2 - Other Pages
 *   4.3 - profile
 *   4.4 - Recruit
 *   4.5 - Blog（トップ）
 *   4.6 - Blog（個別）
 *   4.7 - Info
 *   4.8 - Contact
 * 5.0 - Footer
* -----------------------------------------------------------------------------
*/
/**
* 1.0 Reset
* -----------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* Link */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* List */
ul {
  list-style: none;
}

/* Clear Fix */
.cf {
  overflow: hidden;
  *zoom: 1;
}

/**
* 2.0 Basic Structure
* -----------------------------------------------------------------------------
*/
html {
  overflow: auto;
}

body {
  font-size: 14px;
  overflow: hidden;
  min-width: 740px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.row {
  width: 940px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

/**
* 3.0 Header
* -----------------------------------------------------------------------------
*/
header {
  padding: 20px 0;
}

.header_logo {
  float: left;
  width: 228px;
}

.nav_main {
  float: right;
  width: 638px;
}
.nav_main ul {
  display: flex;
}
.nav_main ul li {
  width: 100%;
  height: 77px;
}
.nav_main ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
}
.nav_main ul li a:hover {
  background: #e56e37;
  color: #fff;
}
.nav_main ul li a:hover:before {
  content: url("images/common/icon_leaf.png");
  position: relative;
  top: 14px;
}
.nav_main ul li a span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
}
.nav_main ul .current-menu-item a {
  color: #e56e37;
}
.nav_main ul .current-menu-item a:before {
  content: url("images/common/icon_leaf_orange.png");
  position: relative;
  top: 14px;
}
.nav_main ul .li_yt {
  background-image: url("images/common/icon_yt.png");
  background-repeat: no-repeat;
  background-position: center 47px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.nav_main ul .li_yt:hover {
  opacity: 0.8;
}
.nav_main ul .li_yt a:hover {
  background-color: inherit;
}

/**
* 4.0 Page
* -----------------------------------------------------------------------------
*/
/**
* 4.1 Top
* -----------------------------------------------------------------------------
*/
/* top KIXUKI */
#top_kizuki {
  background-image: url("images/home/bg_kizuki.png");
  background-size: cover;
  height: 760px;
  text-align: center;
  position: relative;
}
#top_kizuki .title_kizuki {
  width: 960px;
  top: 35%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  display: none;
  z-index: 1;
}
#top_kizuki #bubble_yt {
  position: absolute;
  right: -100px;
  top: -50px;
}
#top_kizuki #bubble_yt:hover {
  opacity: 0.8;
}
#top_kizuki .persons {
  bottom: 70px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#top_kizuki .top_kizuki_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* ３つの施設 */
#top_sec2 {
  height: 3725px;
  background: url("images/common/bg_turf.png");
  position: relative;
  padding-bottom: 200px;
}
#top_sec2:before {
  background: url("images/common/bg_turf_top.png");
  height: 30px;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: -30px;
}

#three_facility {
  width: 740px;
  position: relative;
  margin: 0 auto;
  transform: translateX(-115px);
}

#bg_road {
  position: absolute;
  top: -70px;
  right: 0;
  left: 240px;
  margin-left: auto;
  margin-right: auto;
}

.img_facility {
  position: relative;
  z-index: 1;
}

.bg {
  position: absolute;
}

.detail ul {
  line-height: 1.8;
  list-style: disc;
  list-style-position: inside;
}

/* グリーンホーム */
#greenhome {
  width: 618px;
  height: 590px;
  position: absolute;
  left: 160px;
  top: 380px;
}
#greenhome .detail {
  position: absolute;
  bottom: 70px;
  left: 230px;
}
#greenhome .detail img {
  top: -14px;
  left: -200px;
}
#greenhome #bg_greenhome1 {
  right: -240px;
  top: -213px;
}
#greenhome #bg_greenhome2 {
  left: -166px;
  top: -262px;
}
#greenhome #bg_greenhome3 {
  left: -150px;
  top: 40px;
}
#greenhome #bg_greenhome_fukidashi {
  top: -141px;
  right: -58px;
  z-index: 2;
}
#greenhome .title_facility {
  top: -90px;
  left: 200px;
}

/* オレンジホーム */
#orangehome {
  width: 618px;
  height: 590px;
  position: absolute;
  right: -220px;
  top: 1180px;
}
#orangehome .detail {
  position: absolute;
  bottom: -40px;
  right: 0px;
}
#orangehome .detail img {
  top: -14px;
  left: -200px;
}
#orangehome .title_facility {
  top: -70px;
  left: 30px;
}
#orangehome #bg_orangehome1 {
  right: 30px;
  top: -213px;
}
#orangehome #bg_orangehome2 {
  left: -410px;
  top: -100px;
}
#orangehome #bg_orangehome3 {
  left: -200px;
  bottom: 220px;
}
#orangehome #bg_orangehome_fukidashi {
  top: 113px;
  left: -237px;
  z-index: 2;
}

/* いずみの里 */
#izuminosato {
  width: 658px;
  height: 359px;
  position: absolute;
  right: 40px;
  top: 2090px;
}
#izuminosato .title_facility {
  top: -80px;
  left: 330px;
}
#izuminosato .detail {
  position: absolute;
  bottom: -90px;
  right: 100px;
}
#izuminosato .detail img {
  top: -14px;
  left: -200px;
}
#izuminosato #bg_izuminosato1 {
  top: -330px;
  left: 0;
}
#izuminosato #bg_izuminosato2 {
  top: -20px;
  right: -172px;
}
#izuminosato #bg_izuminosato3 {
  bottom: -100px;
  right: -280px;
}
#izuminosato #bg_izuminosato_fukidashi {
  top: 63px;
  right: -277px;
  z-index: 2;
}

/* ごあいさつ */
#greeting {
  height: 668px;
  width: 936px;
  background-image: url("images/home/bg_greeting.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 2700px;
  padding: 140px;
  box-sizing: border-box;
}
#greeting #greeting_l {
  float: left;
  width: 420px;
}
#greeting #greeting_l h2 {
  margin-bottom: 40px;
}
#greeting #greeting_l p {
  font-size: 17px;
  line-height: 2.2;
}
#greeting #greeting_r {
  float: right;
}

/* 新着情報*/
#news {
  position: absolute;
  top: 3490px;
  width: 620px;
}
#news h2 {
  color: #42a31f;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 5px;
}
#news h2:after {
  content: "";
  height: 3px;
  display: block;
  margin: 25px 0 0 0;
  background: url("images/common/line.png");
}
#news > ul {
  width: 100%;
}
#news > ul > li:after {
  content: "";
  height: 3px;
  display: block;
  margin: 5px 0;
  background: url("images/common/line.png");
}
#news > ul > li > a {
  padding: 10px 10px 10px 80px;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#news > ul > li > a:hover {
  background: #fff;
}
#news > ul > li > a .new {
  position: absolute;
  left: 9px;
}
#news > ul > li > a .date {
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
  width: 140px;
}

.btn_newslist {
  text-align: right;
}

#bg_news1 {
  top: -30px;
  left: -100px;
}

#bg_news2 {
  top: -60px;
  right: -400px;
}

/* top_sec3
-----------------------------------------------------*/
#top_sec3 {
  position: relative;
  background-image: url("images/home/bg_top_staffblog.png");
  background-size: cover;
  height: 1580px;
  width: 100%;
  margin-top: -50px;
}

/* スタッフブログ */
#top_staffblog h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  padding: 100px 0 0 0;
}
#top_staffblog h2 img {
  display: block;
  margin: 20px auto;
}

#top_staffblog_inner {
  width: 838px;
  min-height: 473px;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
}
#top_staffblog_inner .cf {
  padding: 0 55px;
  position: relative;
}
#top_staffblog_inner .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
}
#top_staffblog_inner .bx-wrapper .bx-next,
#top_staffblog_inner .bx-wrapper .bx-prev {
  width: 66px;
  height: 69px;
  background-position: 0 0;
}
#top_staffblog_inner .bx-wrapper .bx-next {
  right: -73px;
  background-image: url("images/home/btn_next.png");
}
#top_staffblog_inner .bx-wrapper .bx-next:hover {
  background-image: url("images/home/btn_next_on.png");
}
#top_staffblog_inner .bx-wrapper .bx-prev {
  left: -73px;
  background-image: url("images/home/btn_previous.png");
}
#top_staffblog_inner .bx-wrapper .bx-prev:hover {
  background-image: url("images/home/btn_previous_on.png");
}

#img_rope {
  position: absolute;
  top: -46px;
  left: -48px;
}

.top_staffblog_contents > div {
  height: 430px;
  width: 264px;
  background: url("images/home/frame_staffblog_post.png") center center no-repeat;
  position: relative;
}
.top_staffblog_contents > div .thum {
  width: 230px;
  height: 185px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 75px;
  left: 23px;
  z-index: -1;
}
.top_staffblog_contents > div .date,
.top_staffblog_contents > div .title,
.top_staffblog_contents > div .excerpt {
  position: relative;
  z-index: 3;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
.top_staffblog_contents > div .date a:hover,
.top_staffblog_contents > div .title a:hover,
.top_staffblog_contents > div .excerpt a:hover {
  text-decoration: underline;
}
.top_staffblog_contents > div .date {
  font-weight: bold;
  color: #808080;
  margin: 276px 0 0 0;
}
.top_staffblog_contents > div .title {
  color: #e56e37;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.top_staffblog_contents > div .excerpt {
  line-height: 1.5;
  font-size: 13px;
}
.top_staffblog_contents > div:nth-child(2) {
  margin: 0 10px;
}
.top_staffblog_contents > div .bg_readmore {
  position: absolute;
  top: 47px;
  left: -3px;
  opacity: 0;
  width: 230px;
  height: 185px;
  display: block;
}
.top_staffblog_contents > div .bg_readmore img {
  max-width: none;
  width: 261px;
}

#frame_staffblog {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}

#btn_previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 4;
}

#btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 4;
}

.new_bird {
  position: absolute;
  top: 20px;
  left: 19px;
  z-index: 3;
}

.btn_bloglist {
  text-align: right;
  margin-right: 20px;
}

/* 採用情報 */
#top_recruit_inner {
  width: 950px;
  height: 442px;
  margin: 280px auto 0 auto;
  position: relative;
}
#top_recruit_inner a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 950px;
  height: 442px;
}

#person1 {
  top: 31px;
  left: 35px;
}

#person2 {
  top: 50px;
  left: 705px;
}

#person3 {
  top: 234px;
  left: 64px;
}

#person4 {
  top: 200px;
  left: 709px;
}

/**
* 4.2 Other Pages
* -----------------------------------------------------------------------------
*/
body.page header {
  background-image: url("images/common/bg_header.jpg");
  background-size: cover;
  height: 314px;
}

/**
* 4.3 Profile
* -----------------------------------------------------------------------------
*/
#profile {
  background-image: url("images/common/bg_page.jpg");
  padding: 100px 0 200px 0;
}

.profile_inner {
  width: 961px;
  margin: 0 auto;
  background-image: url("images/common/bg_whitebox_middle.png");
  padding: 0 170px 10px 170px;
  box-sizing: border-box;
  position: relative;
}
.profile_inner:before {
  background-image: url("images/common/bg_whitebox_top.png");
  content: "";
  width: 961px;
  height: 110px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -110px;
  left: 0;
  right: 0;
}
.profile_inner:after {
  background-image: url("images/common/bg_whitebox_bottom.png");
  content: "";
  width: 961px;
  height: 92px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -92px;
  left: 0;
  right: 0;
}
.profile_inner h1 {
  text-align: center;
  margin-bottom: 120px;
}
.profile_inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
.profile_inner > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img_profile {
  margin-bottom: 170px;
}

.tb_profile {
  width: 100%;
  margin-bottom: 160px;
}
.tb_profile tr:last-child th, .tb_profile tr:last-child td {
  background: none;
}
.tb_profile th, .tb_profile td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  background-image: url("images/common/line_tb.png");
  background-repeat: repeat-x;
  background-position: 0 bottom;
  line-height: 1.8;
}
.tb_profile th .icon_pdf, .tb_profile td .icon_pdf {
  float: left;
  margin-right: 10px;
}
.tb_profile th .notice, .tb_profile td .notice {
  font-size: 12px;
  margin-top: 10px;
}
.tb_profile th .notice img, .tb_profile td .notice img {
  margin-top: 10px;
}
.tb_profile th a:hover, .tb_profile td a:hover {
  text-decoration: underline;
}
.tb_profile th {
  font-weight: bold;
  padding-right: 50px;
  vertical-align: top;
}

.tb_history {
  width: 100%;
  margin-bottom: 160px;
}
.tb_history th {
  white-space: nowrap;
  background: #ecf9e5;
  vertical-align: top;
  border-bottom: 3px solid #fff;
}
.tb_history td {
  background-image: url("images/common/line_tb.png");
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
.tb_history th, .tb_history td {
  padding: 20px;
  line-height: 1.8;
}
.tb_history .date {
  text-align: right;
}
.tb_history tr:last-child td {
  background: none;
}

.tb_disclosure {
  width: 100%;
  margin-bottom: 160px;
}
.tb_disclosure th, .tb_disclosure td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  background-image: url("images/common/line_tb.png");
  background-repeat: repeat-x;
  background-position: 0 bottom;
  line-height: 1.8;
  font-size: 14px;
}
.tb_disclosure th a, .tb_disclosure td a {
  background-image: url("images/profile/icon_pdf.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  padding-left: 60px;
}
.tb_disclosure th a:hover, .tb_disclosure td a:hover {
  text-decoration: underline;
}
.tb_disclosure th {
  padding-right: 40px;
}
.tb_disclosure tr:last-child th, .tb_disclosure tr:last-child td {
  background: none;
}

.title_address {
  margin-bottom: 60px !important;
}

.box_address_wrap {
  margin-bottom: 70px;
  position: relative;
}
.box_address_wrap .btn_detail {
  position: absolute;
}

#address_greenhome .btn_detail {
  right: -40px;
  top: -20px;
}

#address_orangehome .btn_detail {
  right: -57px;
  top: -36px;
}
#address_orangehome h4 {
  color: #e56e37;
}

#address_izuminosato .btn_detail {
  right: -51px;
  top: -36px;
}
#address_izuminosato h4 {
  color: #0073c9;
}

.box_address {
  background: url("images/common/bg_box_address.jpg");
  padding: 20px 60px 20px 60px;
  line-height: 2;
  position: relative;
  margin-bottom: 5px;
}
.box_address h3 {
  position: absolute;
  top: -30px;
  left: -30px;
}
.box_address h4 {
  color: #42a31f;
  font-size: 20px;
  font-weight: bold;
}
.box_address img {
  vertical-align: middle;
  margin-left: 10px;
}
.box_address:first-child {
  padding-top: 38px;
}

/**
* 4.3 Facility
* -----------------------------------------------------------------------------
*/
#facility_top {
  background: url("images/common/bg_turf.png");
  padding: 60px 0;
  position: relative;
}
#facility_top #facility_top_inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 100px;
}
#facility_top:before {
  content: "";
  height: 13px;
  background-image: url("images/common/bg_turf_top2.png");
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: absolute;
  top: -13px;
}
#facility_top .fixed {
  position: fixed !important;
  top: 0 !important;
  z-index: 10 !important;
  height: 215px !important;
  justify-content: space-around !important;
}
#facility_top .fixed img {
  transform: scale(0.5, 0.5) !important;
}

#facility_top_inner_bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 940px;
  bottom: 0;
}
#facility_top_inner_bottom img {
  transition: all 0.2s linear;
  transform: scale(1, 1);
}

#img_facility1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#img_compass {
  position: absolute;
  top: -20px;
  right: -30px;
}

.facility_detail {
  padding: 140px 0;
  background-image: url("images/facility/bg_facility_detail.png");
  background-position: 0 bottom;
  background-repeat: repeat-x;
  position: relative;
}
.facility_detail .row {
  position: relative;
  z-index: 1;
}
.facility_detail h2 {
  text-align: center;
  position: relative;
}
.facility_detail h2:after {
  content: "";
  display: block;
  position: absolute;
  height: 241px;
  width: 1295px;
  left: -177px;
  top: -20px;
}
.facility_detail .iframe {
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 251px;
  z-index: 1;
}
.facility_detail .to_detail {
  text-align: center;
}
.facility_detail .to_detail a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  color: #fff;
}

#a_detail_greenhome,
#a_detail_orangehome,
#a_detail_izuminosato {
  position: absolute;
  top: -100px;
}

#detail_greenhome h2:after {
  background-image: url("images/facility/leaf_greenhome.png");
}
#detail_greenhome .slider .bx-wrapper {
  border-color: #6ab360;
}
#detail_greenhome .iframe {
  border-top-color: #6ab360 !important;
  border-right-color: #6ab360 !important;
  border-left-color: #6ab360 !important;
}
#detail_greenhome .to_detail a {
  background: url("images/facility/bg_to_detail_greenhome.jpg");
}
#detail_greenhome .to_detail a:hover {
  background: #42a31f;
}
#detail_greenhome .bg_facility_detail {
  bottom: 450px;
}

#detail_orangehome h2:after {
  background-image: url("images/facility/leaf_orangehome.png");
}
#detail_orangehome .slider .bx-wrapper {
  border-color: #df8857;
}
#detail_orangehome .iframe {
  border-top-color: #df8857 !important;
  border-right-color: #df8857 !important;
  border-left-color: #df8857 !important;
}
#detail_orangehome .to_detail a {
  background: url("images/facility/bg_to_detail_orangehome.jpg");
}
#detail_orangehome .to_detail a:hover {
  background: #e56e37;
}
#detail_orangehome .bg_facility_detail {
  bottom: 260px;
}

#detail_izuminosato h2:after {
  background-image: url("images/facility/leaf_izuminosato.png");
}
#detail_izuminosato .slider .bx-wrapper {
  border-color: #0073c9;
}
#detail_izuminosato .iframe {
  border-top-color: #0073c9 !important;
  border-right-color: #0073c9 !important;
  border-left-color: #0073c9 !important;
}
#detail_izuminosato .to_detail a {
  background: url("images/facility/bg_to_detail_izuminosato.jpg");
}
#detail_izuminosato .to_detail a:hover {
  background: #0073c9;
}
#detail_izuminosato .bg_facility_detail {
  bottom: 80px;
}

.bg_facility_detail {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  margin: 45px 0 110px 0;
}
.slider .bx-wrapper {
  border-width: 5px;
  border-style: solid;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}
.slider .bx-wrapper li {
  border-radius: 10px;
  width: 940px;
  overflow: hidden;
}
.slider .bx-wrapper li img {
  width: 100%;
}
.slider .bx-wrapper .bx-pager {
  bottom: 15px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff100;
}

.img_manager {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title_greeting {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}

.greeting {
  width: 660px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  color: #282828;
}

/* 所在地 */
.facility_address {
  margin-top: 70px;
}
.facility_address .img_address {
  margin-bottom: 20px;
}
.facility_address .facility_map_l {
  float: left;
  width: 540px;
}
.facility_address .facility_map_r {
  float: right;
  width: 400px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.facility_address .facility_map_r p {
  margin: 20px 0;
  line-height: 2;
  font-size: 16px;
}
.facility_address .facility_name {
  margin-bottom: 20px;
}

.facility_summary h3 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.facility_summary table {
  margin-top: 15px;
}
.facility_summary table th {
  text-align-last: justify;
  width: 140px;
}
.facility_summary table th.middle {
  vertical-align: middle;
}
.facility_summary table th, .facility_summary table td {
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: top;
}
.facility_summary table th a, .facility_summary table td a {
  text-decoration: underline;
}
.facility_summary table th .a_pdf, .facility_summary table td .a_pdf {
  vertical-align: middle;
}
.facility_summary table th .a_pdf img, .facility_summary table td .a_pdf img {
  vertical-align: middle;
}
.facility_summary table .abs th {
  vertical-align: top;
}
.facility_summary table .abs td li {
  margin-top: -20px;
}
.facility_summary table .abs th, .facility_summary table .abs td {
  padding: 15px 0;
}

.list_pdf li {
  margin: 5px 0;
}
.list_pdf li a:before {
  content: url("images/common/icon_pdf.png");
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.facility_address_sub {
  margin-top: 50px;
}
.facility_address_sub:before {
  content: "";
  height: 13px;
  background-image: url("images/common/line2.png");
  background-repeat: repeat-x;
  display: block;
  margin-bottom: 50px;
}
.facility_address_sub p {
  margin-top: 10px;
  line-height: 2;
  font-size: 16px;
}
.facility_address_sub p span {
  font-size: 14px;
}
.facility_address_sub .facility_address_sub_l {
  float: left;
}
.facility_address_sub .facility_address_sub_r {
  float: right;
  width: 400px;
}
.facility_address_sub .facility_address_sub_r .iframe {
  border-top: 2px solid #6ab360 !important;
  border-right: 2px solid #6ab360 !important;
  border-left: 2px solid #6ab360 !important;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 201px;
}

/* ご入所の流れ */
#flow {
  margin-top: -30px;
  height: 1131px;
  padding-top: 260px;
  padding-bottom: 130px;
  background-image: url("images/common/bg_page.jpg");
}

#title_flow {
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: -116px;
  margin-left: auto;
  margin-right: auto;
}

#flow_inner {
  background-image: url("images/facility/bg_flow_box.png");
  background-repeat: no-repeat;
  background-position: center 0;
  width: 967px;
  margin-left: auto;
  margin-right: auto;
  height: 1131px;
  position: relative;
  padding: 60px;
  box-sizing: border-box;
}
#flow_inner > p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

#img_flow1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#flow_bottom {
  margin: 60px 0 0 0;
}

#flow_bottom_l {
  float: left;
  width: 210px;
}
#flow_bottom_l p {
  color: #006249;
  text-align: center;
  line-height: 1.6;
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

#flow_bottom_r {
  float: right;
  width: 637px;
  padding-left: 80px;
  box-sizing: border-box;
  line-height: 1.8;
}
#flow_bottom_r h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
#flow_bottom_r dt {
  font-weight: bold;
}
#flow_bottom_r dt:not(:first-of-type) {
  margin-top: 5px;
}
#flow_bottom_r dd {
  background-image: url("images/common/listmark1.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 20px;
}

/**
* 4.4 Recruit
* -----------------------------------------------------------------------------
*/
.bg_turf {
  background-image: url("images/common/bg_turf.png");
  position: relative;
}
.bg_turf:after {
  content: "";
  height: 71px;
  background-image: url("images/common/bg_turf_bottom.png");
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -71px;
}

#nav_recruit {
  padding: 110px 0;
  position: relative;
}
#nav_recruit:before {
  content: "";
  height: 13px;
  background-image: url("images/common/bg_turf_top2.png");
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: absolute;
  top: -13px;
}
#nav_recruit .row > ul {
  display: flex;
  justify-content: space-around;
  background: #e1f3c8;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  width: 940px;
  box-sizing: border-box;
  top: 64px;
}
#nav_recruit .row > ul > li {
  position: relative;
}
#nav_recruit .row > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}
#nav_recruit .row > ul > li > a:hover {
  border-bottom: 3px solid #42a31f;
}
#nav_recruit .row > ul > li:hover .sub {
  opacity: 1;
}
#nav_recruit .row > ul > li .sub {
  opacity: 0;
  position: absolute;
  padding-top: 20px;
  z-index: 1;
  transition: all linear 0.1s;
}
#nav_recruit .row > ul > li .sub li {
  width: 120px;
}
#nav_recruit .row > ul > li .sub li a {
  display: block;
  background: #42a31f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
#nav_recruit .row > ul > li .sub li a:hover {
  background: #6cb452;
}
#nav_recruit .fixed {
  position: fixed !important;
  top: 20px !important;
  z-index: 10 !important;
  width: 940px;
  box-sizing: border-box;
}

.recruit_title {
  position: absolute;
  top: -50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 0;
  right: 0;
}

.recruit_box:not(:last-child) {
  margin-bottom: 80px;
}

.recruit_box_l {
  width: 240px;
  float: left;
}
.recruit_box_l img {
  width: 100%;
}

.recruit_box_r {
  width: 640px;
  float: right;
}
.recruit_box_r .catch {
  font-size: 20px;
  font-weight: bold;
  color: #42a31f;
  margin-bottom: 20px;
}
.recruit_box_r .entry {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.recruit_box_r .contents {
  font-size: 16px;
  line-height: 1.8;
}

.sec_white_jagged {
  position: relative;
}
.sec_white_jagged:before {
  content: "";
  height: 13px;
  background-image: url("images/common/bg_white_jagged_top.png");
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: absolute;
  top: -13px;
}
.sec_white_jagged:after {
  content: "";
  height: 28px;
  background-image: url("images/common/bg_white_jagged_bottom.png");
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -28px;
}

/* 職員インタビュー */
#interview {
  background: #fff;
  margin-bottom: 120px;
  position: relative;
}

.recruit_anchor {
  position: absolute;
  top: -130px;
}

#interview_inner {
  padding: 140px 0 100px 0;
}

.sec_interview_margin_top {
  margin-top: 190px;
}

.sec_interview {
  padding-bottom: 190px;
}

/* 採用担当からひとこと */
#comment {
  background: #fff;
  padding: 140px 0 100px 0;
}

/* 募集要項 */
#recruit_summary {
  padding: 130px 0 190px 0;
}
#recruit_summary table {
  width: 100%;
  margin-bottom: 40px;
}
#recruit_summary table th {
  font-weight: bold;
  vertical-align: top;
  width: 188px;
  box-sizing: border-box;
}
#recruit_summary table td {
  background: #fff;
}
#recruit_summary table th, #recruit_summary table td {
  padding: 30px;
  font-size: 16px;
  line-height: 2;
  border-bottom: 2px solid #ddf1c1;
}

.recruit_padding_top {
  padding-top: 0 !important;
}

.summary_title {
  padding: 30px;
  font-family: serif;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
}
.summary_title a {
  position: absolute;
  right: 0;
  top: 15%;
}

#recruit_summary_new {
  margin-bottom: 120px;
  position: relative;
}
#recruit_summary_new .summary_title {
  background: url("images/recruit/bg_summary_title_new.jpg");
}
#recruit_summary_new table th {
  background: #eff7f8;
}

#recruit_summary_career {
  position: relative;
}
#recruit_summary_career .summary_title {
  background: url("images/recruit/bg_summary_title_career.jpg");
}
#recruit_summary_career table th {
  background: #fffbe7;
}
#recruit_summary_career .recruit_career_post {
  position: relative;
}

/* 就職事前登録 */
#registration {
  background: url("images/common/bg_page.jpg");
  padding-top: 270px;
  padding-bottom: 140px;
}
#registration #registration_inner {
  width: 967px;
  margin-left: auto;
  margin-right: auto;
  background: url("images/recruit/bg_registration_box.png");
  height: 1446px;
  position: relative;
  padding: 100px 60px 0 60px;
  box-sizing: border-box;
}
#registration #registration_inner h2 {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#registration #registration_inner > p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
#registration #registration_inner #img_registration {
  display: block;
  margin: 30px auto;
}
#registration #registration_inner .point {
  background: #fffccc;
  padding: 20px 30px;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 1.8;
}
#registration #registration_inner .point h3 {
  font-size: 28px;
  font-weight: bold;
  color: #42a31f;
  text-align: center;
  margin-bottom: 10px;
}
#registration #registration_inner .point ul {
  margin-bottom: 10px;
}
#registration #registration_inner .point ul li img {
  vertical-align: middle;
  margin-right: 3px;
}
#registration #registration_inner .way h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #e56e37;
}
#registration #registration_inner .way > p {
  text-align: center;
  color: #e56e37;
  margin: 10px 0;
  font-weight: bold;
}
#registration #registration_inner .way .way_buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
#registration #registration_inner .contact {
  margin-top: 44px;
}
#registration #registration_inner .contact_l {
  float: left;
  width: 161px;
  margin-right: 30px;
  padding-left: 100px;
}
#registration #registration_inner .contact_r {
  float: left;
  line-height: 1.7;
  padding-top: 20px;
  width: 386px;
  font-weight: bold;
  background: url("images/recruit/bg_contact_r.jpg") no-repeat right center;
}

/**
* 4.5 Blog（トップ）
* -----------------------------------------------------------------------------
*/
#blog {
  padding: 80px 0;
  line-height: 1.5;
}
#blog h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
#blog h2 img {
  display: block;
  margin: 20px auto;
}
#blog h2 span {
  font-size: 32px;
}

.blog_contents_inner {
  display: block;
  margin-top: 100px;
  font-size: 0;
}

.blog_box {
  position: relative;
  margin-bottom: 140px;
  width: 261px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.blog_box:nth-child(3n-1) {
  margin-left: 78.5px;
  margin-right: 78.5px;
}
.blog_box .date {
  position: absolute;
  left: 15px;
  background-image: url("images/blog/bg_date.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 230px;
  height: 107px;
  z-index: 1;
}
.blog_box .date > span {
  position: absolute;
  top: 14px;
  left: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.blog_box .date > span > span {
  font-size: 13px;
  margin-right: 5px;
}
.blog_box .title {
  color: #e56e37;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  word-break: break-all;
}
.blog_box .thum {
  background-size: cover;
  background-position: center center;
  width: 260px;
  height: 232px;
  position: relative;
  margin-top: 50px;
}
.blog_box .thum a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog_box .excerpt {
  line-height: 1.8;
}
.blog_box .bg_readmore {
  position: absolute;
  top: 0;
  left: -1px;
  opacity: 0;
}
.blog_box a:hover {
  text-decoration: underline;
}

/* pager */
.pager {
  text-align: center;
}
.pager .wp-pagenavi {
  position: relative;
  line-height: 21px;
}
.pager .wp-pagenavi a, .pager .wp-pagenavi span {
  border: none;
}
.pager .wp-pagenavi a {
  color: #9e9e9e;
  font-weight: bold;
}
.pager .wp-pagenavi a:hover {
  border-bottom: 2px solid #42a31f;
}
.pager .wp-pagenavi span.current {
  background: url("images/blog/bg_pager.png") no-repeat center center;
  color: #fff;
  width: 20px;
  height: 21px;
  display: inline-block;
}
.pager .wp-pagenavi a.previouspostslink,
.pager .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 92px;
  height: 79px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  top: -44px;
}
.pager .wp-pagenavi a.previouspostslink:hover,
.pager .wp-pagenavi a.nextpostslink:hover {
  border-bottom: none;
  background-position: 0 78px;
}
.pager .wp-pagenavi a.previouspostslink {
  background-image: url("images/blog/previouspostslink.png");
  margin-right: 20px;
}
.pager .wp-pagenavi a.nextpostslink {
  background-image: url("images/blog/nextpostslink.png");
  margin-left: 20px;
}
.pager .wp-pagenavi .pages,
.pager .wp-pagenavi .last {
  display: none;
}

/**
* 4.6 Blog（個別）
* -----------------------------------------------------------------------------
*/
.blog_contents_single {
  margin-top: 100px;
}

.blog_box_single {
  float: left;
  width: 640px;
}
.blog_box_single .date {
  background-image: url("images/blog/bg_date_single.png");
  width: 189px;
  height: 36px;
  position: relative;
}
.blog_box_single .date > span {
  position: absolute;
  top: 8px;
  left: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.blog_box_single .date > span > span {
  font-size: 13px;
  margin-right: 5px;
}
.blog_box_single .title {
  font-size: 28px;
  font-family: serif;
  margin: 25px 0;
  font-weight: bold;
}
.blog_box_single .thum {
  border-radius: 20px;
  overflow: hidden;
}
.blog_box_single .thum img {
  width: 100%;
}
.blog_box_single .content {
  font-size: 16px;
  line-height: 2;
  margin: 40px 0 80px 0;
}
.blog_box_single .postlink {
  margin-top: -120px;
}

.sidebar {
  float: right;
  width: 190px;
}
.sidebar .widget {
  margin-bottom: 60px;
}
.sidebar .widget h3 {
  margin-bottom: 15px;
  font-size: 16px;
}
.sidebar .widget ul li {
  line-height: 1.5;
  margin-bottom: 5px;
}
.sidebar .widget ul li a {
  font-size: 12px;
}
.sidebar .widget ul li a:hover {
  text-decoration: underline;
}

.tolist {
  text-align: center;
  margin-bottom: 40px;
}

.postlink .previous_post_link {
  float: left;
  width: 92px;
  height: 79px;
}
.postlink .previous_post_link a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/blog/previouspostslink.png");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.postlink .previous_post_link a:hover {
  background-position: 0 78px;
}
.postlink .next_post_link {
  float: right;
  width: 92px;
  height: 79px;
  background: url("images/blog/nextpostslink.png");
}
.postlink .next_post_link a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/blog/nextpostslink.png");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.postlink .next_post_link a:hover {
  background-position: 0 78px;
}
.postlink a:hover {
  text-decoration: underline;
}

/* sidebar */
.recentposts h3 {
  color: #e56e37;
}
.recentposts a {
  color: #e56e37;
}

.monthly_archive h3 {
  color: #0055a9;
}
.monthly_archive a {
  color: #0055a9;
}

/**
* 4.7 info
* -----------------------------------------------------------------------------
*/
#info {
  background-image: url("images/common/bg_page.jpg");
  padding: 100px 0 200px 0;
}

.info_inner {
  width: 961px;
  margin: 0 auto;
  background-image: url("images/common/bg_whitebox_middle.png");
  padding: 0 170px 10px 170px;
  box-sizing: border-box;
  position: relative;
}
.info_inner:before {
  background-image: url("images/common/bg_whitebox_top.png");
  content: "";
  width: 961px;
  height: 110px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -110px;
  left: 0;
  right: 0;
}
.info_inner:after {
  background-image: url("images/common/bg_whitebox_bottom.png");
  content: "";
  width: 961px;
  height: 92px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -92px;
  left: 0;
  right: 0;
}
.info_inner h1 {
  text-align: center;
  margin-bottom: 60px;
}
.info_inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
.info_inner > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.info_box {
  padding: 30px 0;
}
.info_box .info_head {
  margin-bottom: 20px;
}
.info_box .date {
  color: #42a31f;
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}
.info_box .title {
  font-weight: bold;
  font-size: 20px;
}
.info_box .content {
  line-height: 1.8;
  margin-bottom: 50px;
}
.info_box:not(:last-child):after {
  content: "";
  height: 3px;
  width: 100%;
  background-image: url("images/common/line3.png");
  display: block;
}

/**
* 4.8 Contact
* -----------------------------------------------------------------------------
*/
#contact {
  background-image: url("images/common/bg_page.jpg");
  padding: 100px 0 200px 0;
}
#contact label {
  cursor: pointer;
  font-weight: bold;
}
#contact .required {
  background: #c60000;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  display: inline-block;
  margin-left: 5px;
}

.contact_inner {
  width: 961px;
  margin: 0 auto;
  background-image: url("images/common/bg_whitebox_middle.png");
  padding: 0 90px 10px 90px;
  box-sizing: border-box;
  position: relative;
}
.contact_inner:before {
  background-image: url("images/common/bg_whitebox_top.png");
  content: "";
  width: 961px;
  height: 110px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -110px;
  left: 0;
  right: 0;
}
.contact_inner:after {
  background-image: url("images/common/bg_whitebox_bottom.png");
  content: "";
  width: 961px;
  height: 92px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -92px;
  left: 0;
  right: 0;
}
.contact_inner h1 {
  text-align: center;
  margin-bottom: 40px;
}
.contact_inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contact_inner > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tb_contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.tb_contact th {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}
.tb_contact th, .tb_contact td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tb_contact td label {
  margin-bottom: 15px !important;
  display: block;
}
.tb_contact td span {
  padding-left: 1em;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}
.tb_contact input[type=text], .tb_contact textarea {
  padding: 5px !important;
  font-size: 20px !important;
  width: 100% !important;
  border: 1px solid #bbd987 !important;
  box-sizing: border-box !important;
}
.tb_contact textarea {
  height: 240px !important;
}
.tb_contact .v_align_top {
  vertical-align: top;
}

/* mailformpro rest */
form#mailformpro {
  padding: 0 !important;
}
form#mailformpro label {
  margin-top: 0 !important;
  display: block !important;
}
form#mailformpro label.mfp_not_checked {
  padding: 0 !important;
  border: none !important;
}
form#mailformpro label.mfp_checked {
  padding: 0 !important;
  border: none !important;
  background-color: inherit !important;
  box-shadow: none !important;
}
form#mailformpro .agreement {
  text-align: center;
  margin: 40px 0;
}
form#mailformpro .agreement label {
  margin: 0 20px;
  display: inline-block !important;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none !important;
  border-radius: 0 !important;
}

div.mfp_err {
  background-position: 0 center !important;
}

/* 個人情報のお取り扱いについて */
#privacy h3 {
  text-align: center;
  margin: 50px 0 20px 0;
}

#privacy_inner {
  height: 150px;
  overflow: scroll;
  border: 1px solid #bbd987;
  line-height: 1.8;
  padding: 10px 20px;
  box-sizing: border-box;
}

.submit {
  margin-top: 80px;
}
.submit button {
  width: 385px;
  display: block;
  float: left;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 0 !important;
  text-shadow: none !important;
}
.submit button:first-child {
  margin-right: 10px;
}
.submit .btn_reset {
  background: #52483b;
}
.submit .btn_reset:hover {
  background: #786956;
}
.submit .btn_submit {
  background: #c60000;
}
.submit .btn_submit:hover {
  background: #c63f3f;
}

.thanks {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

/**
* 5.0 Footer
* -----------------------------------------------------------------------------
*/
footer {
  position: relative;
}
footer:before {
  content: "";
  width: 100%;
  height: 26px;
  background-image: url("images/common/bg_footer_top.png");
  position: absolute;
  top: -24px;
}
footer .row {
  padding: 140px 0 60px 0;
}

#footer_l {
  width: 280px;
  float: left;
}
#footer_l p {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 12px;
}

#footer_r {
  width: 660px;
  float: left;
  padding-left: 90px;
  box-sizing: border-box;
}
#footer_r ul {
  letter-spacing: -0.4em;
}
#footer_r ul > li {
  display: inline;
  border-left: 1px solid #42a31f;
  padding: 3px 10px;
  line-height: 2;
  letter-spacing: normal;
}
#footer_r ul > li:last-child {
  border-right: 1px solid #42a31f;
}
#footer_r ul > li a {
  color: #42a31f;
  padding: 3px;
  white-space: nowrap;
  font-weight: bold;
}
#footer_r ul > li a:hover {
  background: #42a31f;
  color: #fff;
}

#footer_bottom {
  margin-top: 30px;
}
#footer_bottom h3 {
  text-align: center;
  margin-bottom: 20px;
}
#footer_bottom ul {
  display: flex;
  justify-content: space-between;
}
#footer_bottom ul > li {
  flex-basis: 220px;
}

#copyright {
  background: #42a31f;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#totop {
  width: 96px;
  height: 145px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
