@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  font-display: swap;
}
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #434343;
  background: #4fb233 url(../images/bg_pc.png) no-repeat center top;
  background-size: 1498px auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 900px) {
  body {
    background: #4fb233 url(../images/bg_sp.gif) no-repeat center top;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 900px) {
  body {
    font-size: 1.5555555556vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.4432989691vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 4vw;
  }
}
dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14;
}

button {
  cursor: pointer;
}

* {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #434343;
  text-decoration: none;
}

a:visited {
  color: #434343;
}

@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.8;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
@media only screen and (max-width: 900px) {
  body {
    position: relative;
  }
  body:before {
    background: url(../images/btm_sp.png) repeat-x left bottom;
    background-size: contain;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body:after {
    background: url(../images/deco_sp.png) no-repeat center top;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 640px) {
  body:after {
    background-size: contain;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 86px;
}
@media only screen and (max-width: 900px) {
  #wrapper {
    padding-top: 15vw;
    z-index: 2;
  }
}

#main_kv .main_width {
  position: relative;
}
#main_kv .logo {
  position: absolute;
  top: -55px;
  right: 30px;
  max-width: 115px;
  background-color: #5fb328;
}
@media only screen and (max-width: 900px) {
  #main_kv .logo {
    top: -10vw;
  }
  #main_kv .logo img {
    width: 20vw;
  }
}

#main_area {
  position: relative;
}
#main_area:before {
  background: url(../images/btm_pc.png) repeat-x left bottom;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  #main_area:before {
    display: none;
  }
}
#main_area .main_width {
  position: relative;
  padding-bottom: 110px;
}
@media only screen and (min-width: 901px) {
  #main_area .main_width .area_wrap {
    position: relative;
    z-index: 2;
  }
  #main_area .main_width:before, #main_area .main_width:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    z-index: -1;
  }
  #main_area .main_width:before {
    background: url(../images/deco_l_pc.svg) no-repeat right top;
    width: 24.6%;
    top: 4%;
    right: 100%;
    -webkit-transform: translateX(22%);
            transform: translateX(22%);
    background-size: cover;
  }
  #main_area .main_width:after {
    background: url(../images/deco_r_pc.svg) no-repeat right top;
    width: 26.5%;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    background-size: cover;
  }
}
@media only screen and (max-width: 900px) {
  #main_area .main_width {
    padding-bottom: 15vw;
  }
}

@media only screen and (min-width: 901px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .sp_none {
    display: none;
  }
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 900px) {
  .pc_view {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .sp_view {
    display: none;
  }
}
#main_lead {
  background-color: #fff;
  padding: 30px 0 40px;
}
@media only screen and (max-width: 900px) {
  #main_lead {
    padding: 5vw 4vw 2vw;
  }
}
#main_lead img {
  margin: 0 auto;
}

#about {
  margin-bottom: 2em;
}
@media only screen and (max-width: 900px) {
  #about {
    margin-bottom: 3vw;
  }
}

#facility_navi {
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  position: relative;
  padding: 30px 80px 48px;
}
@media only screen and (max-width: 900px) {
  #facility_navi {
    padding: 6vw 3vw;
  }
}
#facility_navi h2 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  #facility_navi h2 {
    top: 6.5vw;
    -webkit-transform: translate(-65%, -50%);
            transform: translate(-65%, -50%);
  }
  #facility_navi h2 img {
    width: 130%;
    max-width: none;
  }
}
#facility_navi .navi_list {
  border: 4px #00a15c solid;
  border-radius: 15px;
  padding: 55px 16px 30px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  #facility_navi .navi_list {
    padding: 8vw 1vw 5vw;
  }
}
#facility_navi .navi_list p {
  font-size: 71.4%;
  margin-top: 1.5em;
}
@media only screen and (max-width: 900px) {
  #facility_navi .navi_list p {
    text-align: left;
    display: table;
    margin: 0 auto;
  }
}
#facility_navi .navi_list ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
@media only screen and (max-width: 900px) {
  #facility_navi .navi_list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  #facility_navi .navi_list ul li {
    width: 25%;
    padding: 0 2vw;
    margin-bottom: 3vw;
  }
  #facility_navi .navi_list ul li:first-child img {
    width: 70%;
    margin: 0 auto;
  }
  #facility_navi .navi_list ul li:nth-child(2) img {
    width: 65%;
    margin: 0 auto;
  }
  #facility_navi .navi_list ul li:nth-child(4) {
    margin-left: 12.5%;
  }
  #facility_navi .navi_list ul li:nth-child(6) {
    margin-right: 12.5%;
  }
}
@media only screen and (min-width: 901px) {
  #facility_navi .navi_list ul {
    margin-bottom: 1.5em;
  }
  #facility_navi .navi_list ul li {
    width: 20%;
  }
  #facility_navi .navi_list ul li:first-child {
    width: 15.5%;
  }
  #facility_navi .navi_list ul li:first-child {
    width: 8.5%;
    margin-left: 5%;
  }
  #facility_navi .navi_list ul li:nth-child(2) {
    width: 8.5%;
    margin-left: 5%;
  }
  #facility_navi .navi_list ul li:nth-child(3) {
    width: 15.5%;
    margin-left: 5%;
  }
  #facility_navi .navi_list ul li:nth-child(4), #facility_navi .navi_list ul li:nth-child(5) {
    width: 15%;
    margin-left: 3%;
  }
  #facility_navi .navi_list ul li:nth-child(n+6) {
    margin-top: 15px;
    padding: 0 2%;
  }
  #facility_navi .navi_list ul li:nth-child(9) img {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 901px) {
  #facility_navi .navi_list ul:last-of-type:first-child {
    margin-left: 0.8em;
  }
  #facility_navi .navi_list ul:last-of-type:nth-child(2) {
    margin-left: 2.5em;
  }
  #facility_navi .navi_list ul:last-of-type:nth-child(3) {
    margin-left: 3em;
  }
  #facility_navi .navi_list ul:last-of-type:nth-child(4) {
    margin-left: 3em;
  }
  #facility_navi .navi_list ul:last-of-type:nth-child(4) img {
    max-width: 100px;
  }
  #facility_navi .navi_list ul:last-of-type:nth-child(5) {
    margin-left: 4em;
  }
  #facility_navi .navi_list ul:last-of-type:last-of-type {
    margin: 0 1.5em 0 3em;
  }
}
#facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -9px 14px;
}
@media only screen and (max-width: 640px) {
  #facility_list {
    margin: 2vw -5px 10px;
  }
}
#facility_list .list_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding: 0 9px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 641px) {
  #facility_list .list_set:nth-child(3) .set_wrap .logo {
    margin-bottom: 16px;
  }
  #facility_list .list_set:nth-child(3) .set_wrap .logo img {
    width: 100%;
    max-width: 28%;
  }
  #facility_list .list_set:nth-child(8) .set_wrap .logo {
    margin-bottom: 15px;
  }
  #facility_list .list_set:nth-child(8) .set_wrap .logo img {
    width: 100%;
    max-width: 60%;
  }
  #facility_list .list_set:nth-child(8) .set_wrap .info dl dd {
    line-height: 1.2;
  }
  #facility_list .list_set:nth-child(9) .set_wrap .logo {
    margin-bottom: 8px;
  }
  #facility_list .list_set:nth-child(10) .set_wrap .logo img {
    width: 100%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #facility_list .list_set:nth-child(3) .set_wrap .logo img {
    width: 30%;
  }
  #facility_list .list_set:nth-child(8) .set_wrap .logo img {
    width: 60%;
  }
  #facility_list .list_set:nth-child(10) .set_wrap .logo img {
    width: 40%;
  }
}
#facility_list .list_set .set_wrap {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  padding: 20px 1em 24px;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap {
    padding: 20px 5px 15px;
  }
}
#facility_list .list_set .set_wrap .logo {
  position: relative;
  width: 100%;
  height: 64px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .logo {
    height: auto;
    padding-top: 10vw;
    margin-bottom: 3vw;
  }
}
#facility_list .list_set .set_wrap .logo img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
}
#facility_list .list_set .set_wrap .info {
  text-align: center;
}
#facility_list .list_set .set_wrap .info dl dt {
  font-size: 114.3%;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .info dl dt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #facility_list .list_set .set_wrap .info dl dt {
    font-size: 85.7%;
  }
}
#facility_list .list_set .set_wrap .info dl dd {
  font-size: 128.6%;
  font-weight: 600;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .info dl dd {
    font-size: 114.3%;
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 400px) {
  #facility_list .list_set .set_wrap .info dl dd {
    font-size: 107.1%;
    line-height: 1.2;
  }
}
#facility_list .list_set .set_wrap .info dl dd span {
  display: block;
  font-weight: 500;
  font-size: 66.6%;
}
#facility_list .list_set .set_wrap .info p {
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .info p {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #facility_list .list_set .set_wrap .info p {
    font-size: 78.6%;
  }
}
#facility_list .list_set .set_wrap .info a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #09a75a;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: 600;
  max-width: 234px;
  position: relative;
  padding: 0.8em 0 0.7em;
  margin: 1.4em auto 0;
}
@media only screen and (max-width: 640px) {
  #facility_list .list_set .set_wrap .info a {
    width: 90%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  #facility_list .list_set .set_wrap .info a {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 400px) {
  #facility_list .list_set .set_wrap .info a {
    font-size: 71.4%;
  }
}
#facility_list .list_set .set_wrap .info a:before {
  background: url(../images/icon_line.svg) no-repeat center center;
  background-size: contain;
  content: "";
  width: 2em;
  height: 2em;
  margin-right: 10px;
}
#facility_list .list_set .set_wrap .info a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  font-weight: 600;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.supplement p {
  color: #fff;
  font-size: 71.4%;
}


/*                footer
======================================================= */

#footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
#footer #footer_logo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_logo {
    margin-bottom: 5vw;
  }
}
#footer #footer_logo img {
  margin: 0 auto;
}

#footer {
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  #footer {
    background: #fff;
  }
}
#footer .sp_view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .sp_view ul li {
  width: 33.3333333%;
}

#footer #route_map {
  padding: 48px 0 50px;
}

@media screen and (max-width: 900px) {
  #footer #route_map {
    padding: 10vw 0 10vw;
  }
}
#footer #btm_logo {
  position: relative;
  z-index: 2;
  padding-bottom: 33px;
}

@media screen and (max-width: 900px) {
  #footer #btm_logo {
    padding: 0 30px 7vw;
  }
  #footer #btm_logo .sp_view {
    position: relative;
  }
  #footer #btm_logo .sp_view a {
    display: block;
    position: absolute;
    z-index: 2;
  }
  #footer #btm_logo .sp_view a.left {
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
  }
  #footer #btm_logo .sp_view a.right {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
  }
  #footer #btm_logo img {
    position: relative;
    z-index: 2;
  }
  #footer #btm_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  }
}

#step {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 80px;
  margin: 30px 0;
}
@media only screen and (max-width: 900px) {
  #step {
    border-radius: 15px;
    padding: 4vw 3vw;
    margin-bottom: 3vw;
  }
}
#step img {
  display: block;
  margin: 0 auto;
}
#step h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  #step h2 {
    margin-bottom: 4vw;
  }
}

/*                not_applicable
======================================================= */

#not_applicable {
  background-color: #fffbda;
  padding: 85px 0 56px;
}
#not_applicable h2 {
  color: #1a94ae;
  font-size: 185.7%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 640px) {
  #not_applicable h2 {
    font-size: 157.1%;
  }
}
#not_applicable .facility_table {
  border-top: 1px #cac7ad solid;
  border-right: 1px #cac7ad solid;
}
#not_applicable .facility_table .facility_set {
  border-left: 1px #cac7ad solid;
  border-bottom: 1px #cac7ad solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#not_applicable .facility_table .facility_set > dt,
#not_applicable .facility_table .facility_set > dd {
  padding: 20px 2.5em;
}
#not_applicable .facility_table .facility_set > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}
@media only screen and (max-width: 640px) {
  #not_applicable .facility_table .facility_set > dt {
    width: 25%;
    padding: 0 15px;
  }
}
#not_applicable .facility_table .facility_set > dt img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #not_applicable .facility_table .facility_set > dt img {
    width: 100%;
  }
}
#not_applicable .facility_table .facility_set > dd {
  border-left: 1px #cac7ad solid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media only screen and (max-width: 640px) {
  #not_applicable .facility_table .facility_set > dd {
    padding: 15px 1.25em;
  }
}
#not_applicable .facility_table .facility_set > dd > dl dt {
  font-weight: 600;
  margin-bottom: 0.2em;
}
#not_applicable .facility_table .facility_set > dd > dl dd {
  font-size: 85.7%;
}
#not_applicable .facility_table .facility_set > dd > dl dd ul + p.space {
  margin-top: 1em;
}
#not_applicable .facility_table .facility_set > dd > dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#not_applicable .facility_table .facility_set > dd > dl dd ul li:before {
  content: "・";
}
@media only screen and (max-width: 640px) {
  #not_applicable .facility_table .facility_set:first-child > dt img {
    width: 60%;
  }
  #not_applicable .facility_table .facility_set:nth-child(2) > dt img {
    width: 60%;
  }
  #not_applicable .facility_table .facility_set:nth-child(3) > dt img {
    width: 70%;
  }
  #not_applicable .facility_table .facility_set:nth-child(5) > dt img, #not_applicable .facility_table .facility_set:nth-child(6) > dt img {
    width: 70%;
  }
}

.friends {
  width: 100%;
  color: #fff;
  font-size: 200%;
  text-align: center;
  margin: 0 auto;
  font-feature-settings: normal;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 640px) {
  .friends {
    font-size: 150%;
  }
}

.out-btn {
  width: 100%;
  text-align: right;
}
.out-btn a {
  display: inline-block;
  margin-top: 15px;
  width: 130px;
}

@media only screen and (max-width: 400px) {
  .out-btn {
    text-align: center;
  }
  .out-btn a {
    width: 200px;
  }
}
