  @charset "UTF-8";
/* CSS Document */


/*
* ResetCSS
*/

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
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, font, 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, caption {
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

html {
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}

html.lfs {
  font-size: 18px;
}

.f_min {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}

img {
  width: auto;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus {
  outline: dashed 0.5px;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html,
  html.lfs {
    font-size: 16px;
  }
  #wrapper {
    overflow: hidden;
  }
}

/***
Utils
***/


.fl { float: left;}
.fr { float: right;}

.inner {
  width: 1180px;
  margin: 0 auto;
}
.img_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .fl,.fr { float: none;}
  .inner {
    width: 100%;
  }
}

/***
Header
***/

#pc_header {
  position: fixed;
  z-index: 11;
  background: #fff;
  width: 100%;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  display: none;
  padding-bottom: 16px;
  height: 148px;
  box-sizing: border-box;
}
#pc_header .inner {
  position: relative;
}
#pc_header .head {
  position: relative;
}
#pc_header .home_logo {
  float: left;
  height: 90px;
}
#pc_header .home_logo .mark {
  width: 46px;
  margin-right: 18px;
}
#pc_header .home_head_nav {
  position: absolute;
  top: 0;
  right: 0;
}
#pc_header nav {
  height: 42px;
  line-height: 0;
  clear: both;
}
#pc_header .h_nav {
  height: 42px;
  position: relative;
}
#pc_header .h_nav .list {
  height: 42px;
  float: left;
  display: block;
}
#pc_header .link {
  color: #000000;
  text-align: center;
  display: block;
  height: 42px;
  line-height: 45px;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
}
#pc_header .link.active {
  background: #017952;
  color: #fff;
}
#pc_header .link:after {
  position: absolute;
  top: 6px;
  right: 0;
  height: 32px;
  width: 1px;
  background: #CCCCCC;
  content: "";
  display: block;
}
#pc_header .link:hover {
  opacity: 0.7;
}
#pc_header .list:last-child .link:after {
  display: none;
}

#pc_header .popup_menu {
  width: 1180px;
  border-radius: 6px;
  background: #fff;
  border: 4px solid #8cc14a;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 13px;
  display: none;
}

#pc_header .popup_menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 22px 13px;
  border-color: transparent transparent #8CC14A transparent;
  position: absolute;
  top: -23px;
}
#pc_header #popup1:before { left: 142px;}
#pc_header #popup2:before { left: 278px;}
#pc_header #popup3:before { left: 407px;}
#pc_header #popup4:before { left: 519px;}
#pc_header #popup5:before { left: 661px;}
#pc_header #popup6:before { left: 820px;}
#pc_header #popup7:before { left: 955px;}
#pc_header #popup8:before { left: 1092px;}

#pc_header .popup_menu.active {
  display: block;
}

.popup_menu .popup_close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 36px;
  height: 36px;
  border-top-right-radius: 6px;
  background: #8cc14a;
  text-align: center;
  box-sizing: border-box;
  padding-top: 13px;
  z-index: 10;
}
.popup_menu .popup_close img {
  width: 12px;
}
.popup_menu .head {
  padding-top: 30px;
  padding-left: 32px;
  padding-bottom: 4px;
  padding-right: 30px;
  box-sizing: border-box;
}
.popup_menu .heading {
  width: 251px;
}
.popup_menu .btn_green_lg {
  width: 251px;
  height: 88px;
  margin-bottom: 20px;
}
.popup_menu .nav {
  width: 834px;
}
.popup_menu .nav .flex_conts {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.popup_menu .nav .nav_head {
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  border-left: solid 4px #017952;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 17px;
}
.popup_menu .nav .nav_head:nth-child(3) {
  margin-top: 10px;
}
.popup_menu .nav li {
  margin-bottom: 26px;
  display: inline-block;
  width: 278px;
}
.popup_menu .column4 li {
  width: 25%;
}
.popup_menu .nav li.wide {
  width: 66%;
}
.popup_menu .column4 li.wide {
  width: 50%;
}
.popup_menu .nav li.super_wide {
  width: 100%;
}
.popup_menu .badge .btn_green_lg{
  text-align: left;
}

#popup1 .badge .btn_green_lg {padding-left: 20px;padding-top: 19px;}
#popup2 .badge .btn_green_lg {padding-left: 21px;padding-top: 29px;}
#popup3 .badge .btn_green_lg {padding-left: 24px;padding-top: 20px;}
#popup4 .badge .btn_green_lg {padding-left: 17px;padding-top: 18px;}
#popup5 .badge .btn_green_lg {padding-left: 22px;padding-top: 18px;}
#popup6 .badge .btn_green_lg {padding-left: 18px;padding-top: 28px;}
#popup7 .badge .btn_green_lg {padding-left: 23px;padding-top: 23px;}
#popup8 .badge .btn_green_lg {padding-left: 20px;padding-top: 20px;}

#popup1 .btn_green_lg img {width: 201px;}
#popup2 .btn_green_lg img {width: 200px;}
#popup3 .btn_green_lg img {width: 173px;}
#popup4 .btn_green_lg img {width: 154px;}
#popup5 .btn_green_lg img {width: 180px;}
#popup6 .btn_green_lg img {width: 204px;}
#popup7 .btn_green_lg img {width: 198px;}
#popup8 .btn_green_lg img {width: 177px;}

.popup_menu .nav .link_txt {
  font-size: 18px;
  line-height: 1;
}
.popup_menu .nav .link_txt img {
  margin-left: 6px;
  display: inline-block;
  width: 34px;
  vertical-align: text-bottom;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .popup_menu .nav .link_txt img {
    vertical-align: middle;
  }
}
@supports (-ms-ime-align: auto) {
  .popup_menu .nav .link_txt img {
    vertical-align: middle;
  }
}
.popup_menu .nav .link_txt:before {
  position: relative;
  top: 2px;
}
_:lang(x)::-moz-placeholder,.popup_menu .nav .link_txt:before {
  top: -3px;
}
#popup8 .nav .link_txt.circle {
  margin-left: 10px;
  background: url(/hosp/assets/images/ico_circle.png) left center no-repeat;
  background-size: 8px 8px;
}
_:lang(x)::-moz-placeholder,#popup8 .nav .link_txt.circle:before {
  top: -7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #popup8 .nav .link_txt.circle {
    background: url(/hosp/assets/images/ico_circle@2x.png) left center no-repeat;
    background-size: 8px 8px;
  }
}

@media screen and (max-width: 768px) {
  #pc_header {
    display: none !important;
  }
}

#sp_header {
  display: none;
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 768px) {
  #sp_header {
    display: block;
    height: 44px;
    /* ヘッダー固定させるため追加 */
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  }
  #sp_header .home_logo {
    padding-top: 8px;
    padding-left: 9px;
    float: left;
  }
  #sp_header .home_logo .mark {
    width: 21px;
    height: auto;
    display: inline-block;
    padding-top: 0;
    margin-right: 7px;
  }
  #sp_header .home_logo .mark img {
    width: 100%;
  }
  #sp_header .home_logo .name {
    width: 168px;
    padding-top: 5px;
    padding-left: 0;
  }

  #sp_header .home_head_nav {
    width: 128px;
    padding-top: 0;
  }

  #sp_header .btn_sp_menu {
    width: 44px;
    height: 44px;
    background: #017952;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-top: 13px;
    text-align: center;
  }

  #sp_header .btn_sp_menu img {
    width: 20px;
  }
	

  .sp_nav {
    position: absolute;
    top: 44px;
    left: 100%;
    width: 100%;
    z-index: 12;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);

  }
  .sp_nav.active {
    left: 0;
  }

  .sp_nav .sp_link {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #017952;
    font-size: 18px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    color: #fff;
    border-top: solid 1px #01895C;
    border-bottom: solid 1px #026A47;
    position: relative;
  }

  .sp_nav .sp_link:after {
    content: "";
    background: url(/hosp/assets/images/sp/ico_sp_nav_arrow_end.png) center center no-repeat;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .sp_nav .sp_ac .sp_link:after {
    content: "";
    background: url(/hosp/assets/images/sp/ico_sp_nav_plus.png) center center no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 21px;
    right: 16px;
  }

  .sp_nav .sp_ac.open .sp_link:after {
    transform: rotate(45deg);
  }

  .sp_nav .sp_link .ico {
    display: inline-block;
    width: 37px;
    margin-right: 10px;
    text-align: center;
    font-size: 0;
    height: 60px;
    vertical-align: top;
  }
  .sp_nav .sp_link img {
    display: inline-block;
  }

  .sp_nav .sp_nav01 img {width: 32px;margin-top:15px;}
  .sp_nav .sp_nav02 img {width: 36px;margin-top:11px;}
  .sp_nav .sp_nav03 img {width: 36px;margin-top:18px;}
  .sp_nav .sp_nav04 img {width: 30px;margin-top:11px;}
  .sp_nav .sp_nav05 img {width: 36px;margin-top:10px;}
  .sp_nav .sp_nav06 img {width: 36px;margin-top:10px;}
  .sp_nav .sp_nav07 img {width: 38px;margin-top:17px;}
  .sp_nav .sp_nav08 img {width: 36px;margin-top:12px;}
  .sp_nav .sp_nav09 img {width: 36px;margin-top:10px;}

  .sp_nav .sp_nav_bottom {
    width: 50%;
    height: 60px;
    line-height: 60px;
    background: #017952;
    font-size: 18px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    color: #fff;
    border-top: solid 1px #01895C;
    position: relative;
    float: left;
    text-align: center;
  }
  .sp_nav .sp_nav_bottom.first {
    border-right: solid 1px #026A47;
  }
  .sp_nav .sp_nav_bottom.last {
    border-left: solid 1px #01895C;
  }
  .sp_nav #sp_nav_2 {
    display: flex;
    width: 100%;
    list-style: none;
    background-color: #0f7853;
  }
  .sp_nav #sp_nav_2 li {
    width: 50%;
  }
  .sp_nav #sp_nav_2 li:first-child {
    border-right: solid 1px #01895C;
  }
  .sp_nav #sp_nav_2 li:last-child {
    border-left: solid 1px #026A47;
  }
  .sp_nav #sp_nav_2 a {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	border-top: solid 1px #01895C;
    text-align: center;
    padding: 20px 0 120px;
  }



  .sp_sub_nav,
  .sp_sub_nav2{
    background: #8CC14A;
    display: none;
  }
  .sp_sub_nav .sp_sub_link {
    width: 94%;
    margin: 0 auto;
    border-bottom: solid 1px #ABE85F;
  }
  .sp_sub_nav a {
    display: block;
    color: #000;
    border-bottom: solid 1px #688D3B;
    font-size: 16px;
    line-height: 1.5;
    padding: 14px 0;
    padding-left: 16px;
    background: url(/hosp/assets/images/sp/ico_sp_nav_arrow_start.png) left center no-repeat;
    background-size: 8px 16px;
  }
  .sp_sub_nav .sp_sub_link.last {
    border-bottom: none;
  }
  .sp_sub_nav .sp_sub_link.last a {
    border-bottom: none;
  }
  .sp_sub_nav2{
    padding: 20px 0;
  }
  .sp_sub_nav2 .btn_yellow {
    width: 94%;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .sp_sub_nav2 .btn_yellow:first-child {
    margin: 0 auto;
  }

  .open .sp_sub_nav,
  .open .sp_sub_nav2 {
    display: block;
  }

}
@media screen and (max-width: 320px) {
  #sp_header .home_logo .name {
    width: 140px;
    padding-top: 6px;
  }
}

/***
Footer
***/

#footer {
  position: relative;
  background: #fff;
}

#footer:before {
  content: "";
  width: 100%;
  height: 8px;
  background: #017952;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.footer_nav {
  position: absolute;
  top: -48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1180px;
  z-index: 6;
}

.footer_nav.active {
  top: -527px;
}
.footer_nav .head {
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.footer_nav .btn_footer_tab {
  display: block;
  width: 380px;
  height: 48px;
  background: #017952;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.footer_nav .btn_footer_tab:hover .btn_inner {
  opacity: 0.7;
}
.footer_nav .btn_footer_tab .ico {
  width: 28px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}

_:lang(x)::-moz-placeholder,.footer_nav .btn_footer_tab .ico {
  vertical-align: -moz-middle-with-baseline;
}

.footer_nav span.ico img {
}
.footer_nav .body {
  background: #F3F3F3;
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer_nav.active .body {
  height: 479px;
}
.footer_nav .flex_conts {
  padding: 20px 10px 0;
}
.footer_nav .footer_nav_block {
  padding-top: 15px;
  height: 438px;
  border-right: solid 1px #666;
  width: 290px;
  box-sizing: border-box;
  padding: 15px 33px 0;
}
.footer_nav .footer_nav_block:nth-child(4) {
  border-right: none;
}
.footer_nav .footer_nav_block .ico {
  height: 60px;
  margin: 0 auto 13px;
  text-align: center;
}
.footer_nav .footer_nav_block .ico img {
  width: auto;
  height: 60px;
}
.footer_nav .footer_nav_block .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #017952;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}
@-moz-document url-prefix() {
  .footer_nav .footer_nav_block .ttl {
    font-size: 19px;
  }
}
_:-ms-lang(x)::backdrop, .footer_nav .footer_nav_block .ttl {
  letter-spacing: -0.05em;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .footer_nav .footer_nav_block .ttl {
    letter-spacing: -0.05em;
  }
}

.footer_nav .footer_nav_block li {
  margin-bottom: 8px;
  background: url(/hosp/assets/images/ico_text_link_arrow_right.png) left 6px no-repeat;
  background-size: 8px 16px;
  padding-left: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .footer_nav .footer_nav_block li {
    background: url(/hosp/assets/images/ico_text_link_arrow_right@2x.png) left 6px no-repeat;
    background-size: 8px 16px;
  }
}
.footer_nav .footer_nav_block .link_txt {
  font-size: 18px;
  background: none;
  padding-left: 0;
}

.footer_nav .head img{
	width: 100%;
}

.footer_conts {
  position: relative;
  z-index: 7;
  background: #fff;
  padding: 16px 0 25px;
}

.footer_conts img{
	width: 100%;
}
.footer_conts .info {
  width: 595px;
}
.footer_conts .info .logo {
  margin-bottom: 10px;
}
.footer_conts .info .mark {
  width: 37px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.footer_conts .name {
  width: 304px;
  display: inline-block;
  padding-top: 10px;
}
.footer_conts .addr {
  margin-right: 15px;
  display: inline-block;
}
.footer_conts .tel {
  color: #017952;
  font-weight: bold;
}
.footer_conts .tel.pc {
  display: inline-block;
}
.footer_conts .tel .ico {
  width: 12px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.footer_conts .nav {
  width: 800px;
  position: absolute;
  top: 24px;
  right: 0;
  text-align: right;
}
.footer_conts .nav.footer_conts nav {
}
.footer_conts .f_nav {
  padding: 0 0 30px;
}
.footer_conts .list {
  display: inline-block;
  margin-left: 15px;
}
.footer_conts .f_copyright {
  width: 100%;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  #footer {
  }

  .footer_nav {
    display: none;
  }

  .footer_conts {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 24px 0 25px;
  }
  .footer_conts .info {
    width: 100%;
  }
  .footer_conts .info .logo {
    text-align: center;
  }
  .footer_conts .info .mark {
    width: 29px;
  }
  .footer_conts .name {
    width: 241px;
  }
  .footer_conts .addr {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: center;
    display: block;
  }
  .footer_conts .tel.pc {
    display: none;
  }
  .footer_conts .tel.sp {
    width: 91%;
    height: 60px;
    line-height: 60px;
    background: #017952;
    border-radius: 6px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto 35px;
  }
  .footer_conts .tel .ico {
    width: 24px;
    margin: 0 10px;
    vertical-align: sub;
    position: relative;
    top: 3px;
  }
  .footer_conts .tel .sm {
    font-size: 16px;
  }
  .footer_conts .nav {
    width: 91%;
    margin: 0 auto;
    position: static;
    text-align: left;
  }
  .footer_conts .nav.footer_conts nav {
  }
  .footer_conts .f_nav {
    padding: 0 ;
    margin-bottom: 30px;
    border-bottom: solid 1px #CCCCCC;
    width: 100%;
  }
  .footer_conts .list {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .footer_conts .list a {
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #CCCCCC;
    padding-left: 23px;
    background-position: 8px center;
  }
  .footer_conts .f_copyright {
    text-align: center;
    line-height: 1.5;
    width: 270px;
    margin: 0 auto;
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .footer_conts .tel.sp {
    font-size: 20px;
  }
}


/***
Util
***/

.pc {
  display: block;
}

.sp {
  display: none;
}

.footer_fixed_links {
  position: fixed;
  text-align: center;
  z-index: 10;
  height: 78px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}
.footer_fixed_links .btn {
  text-align: left;
  padding: 16px 0;
  padding-left: 16px;
  border-bottom: none;
  color: #fff;
}
.footer_fixed_links .btn span {
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  height: 44px;
  padding-right: 10px;
}
.footer_fixed_links a img {
  vertical-align: middle;
  margin-right: 8px;
  float: left;
}
.footer_fixed_links .btn:nth-child(1) img { width: 41px;margin-right: 7px; }
.footer_fixed_links .btn:nth-child(2) img { width: 38px; }
.footer_fixed_links .btn:nth-child(3) img { width: 34px;margin-right: 11px; }
.footer_fixed_links .btn:nth-child(4) img { width: 38px;margin-right: 9px; }

.pagetop_area {
  position: fixed;
  bottom: 27px;
  right: 21px;
  z-index: 11;
}

.pagetop_area .btn_pagetop {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(1,121,82,0.5);
  border-radius: 24px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.pagetop_area .btn_pagetop:hover {
  opacity: 0.7;
}
.pagetop_area img {
  width: 12px;
  height: 9px;
}

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .footer_fixed_links {
    display: none !important;
  }
}

/***
Main
***/

#main {
}

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

.pc-dn {
  display: none;
}
.sp-dn {
  display: block;
}

/* SPレイアウト用 */
@media screen and (max-width: 768px) {
  .pc-dn {
    display: block;
  }
  .sp-dn {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px){

  .sp_nav .sp_link:after {
    background: url(/hosp/assets/images/sp/ico_sp_nav_arrow_end@2x.png) center center no-repeat;
    background-size: 8px 10px;
  }
  .sp_nav .sp_ac .sp_link:after {
    background: url(/hosp/assets/images/sp/ico_sp_nav_plus@2x.png) center center no-repeat;
    background-size: 16px 16px;
  }
  .sp_sub_nav a {
    background: url(/hosp/assets/images/sp/ico_sp_nav_arrow_start@2x.png) left center no-repeat;
    background-size: 8px 16px;
  }

  .sp_nav {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    overflow-x: scroll;
    width: 100%;
    height: 100vh; }
    .sp_nav #sp_nav_2 {
      display: flex;
      width: 100%;
      list-style: none;
      background-color: #0f7853; }
      .sp_nav #sp_nav_2 li {
        width: 50%; }
      .sp_nav #sp_nav_2 li:first-child {
        border-right: solid 1px #01895C; }
      .sp_nav #sp_nav_2 li:last-child {
        border-left: solid 1px #026A47; }
      .sp_nav #sp_nav_2 a {
        display: block;
        width: 100%;
        line-height: 1;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border-top: solid 1px #01895C;
        text-align: center;
        padding: 20px 0 120px; }
}


/*アコーディオンメニュー*/
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}
.accbox label {
    cursor :pointer;
    transition: all 0.5s;
	font-size: 17px;
	padding: 0 0 0 1em;
	background:  url(/hosp/assets/images/ico_text_link_arrow_right.png) left center no-repeat;
}
.accbox label:hover {
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}
.popup_menu .nav li ul.accshow li{
	width: 100%;
	margin: 5px 0;
	padding: 0 0 0 1em;
	white-space: nowrap;
	font-size: 95%;
}
.popup_menu .nav li ul.accshow li a{
	color: #0069B8;
}
.popup_menu .nav li ul.accshow li:first-child{
	margin-top: 10px;
}




