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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

a {
  color: #00e;
}

.test_en {
  max-width: 750px;
  margin: 0 auto;
}

.test_en img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------
PC
--------------------------------------------------------------*/
@media screen and (min-width: 951px) {
  /*　ヘッダー　*/
  .header {
    width: 100%;
    background: url(/img/common/bg_header.jpg) 0 0 repeat-x;
  }
  .header--home {
    margin-bottom: 45px;
  }
  .header--search {
    margin-bottom: 20px;
  }
  .header__inner {
    padding-top: 20px;
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    width: 164px;
    height: 57px;
  }
  .header__logo a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(/img/common/img_logo.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__catch {
    margin-top: 5px;
  }
  .header__body p {
    text-align: right;
    margin-bottom: 5px;
  }
  .header__eng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__eng a {
    color: #fff;
    text-decoration: none;
    background-color: #F78104;
    width: 100px;
    height: 30px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__eng a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
  }
  .header__eng a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__link {
    margin-left: 10px;
  }
  .header__link:farst-child {
    margin-left: 0;
  }
  .header__link--about {
    width: 108px;
    height: 17px;
    text-indent: -9999px;
  }
  .header__link--about a {
    background: url(/img/common/txt_about_oyado.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__link--about a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　グローバルナビ　*/
  .globalnavi {
    background-color: #f7f7f7;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  }
  .globalnavi__list {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .globalnavi__item {
    width: calc((100% - 5px) / 4);
    border-right: solid 1px #e9e9e9;
  }
  .globalnavi__item:first-child {
    border-left: solid 1px #e9e9e9;
  }
  .globalnavi__item a {
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 80px;
    display: block;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .globalnavi__item a:hover {
    background-color: #fff;
  }
  .globalnavi__item--shizuoka_yamanashi a:hover {
    color: #449DC6;
  }
  .globalnavi__item--aichi_minamishinshu a:hover {
    color: #DA5758;
  }
  .globalnavi__item--gifu a:hover {
    color: #539E3D;
  }
  .globalnavi__item--mie a:hover {
    color: #F1BA32;
  }
  /*　KV　*/
  .kv {
    background: url(/img/common/bg_main.jpg) 0 0 repeat;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kv .swiper-container {
    max-width: 600px;
    padding: 12px 0 0 20px;
  }
  .kv .swiper-container img {
    width: 100%;
    height: auto;
  }
  .kv__map img {
    width: 100%;
    height: auto;
  }
  /*　コンテンツ　*/
  .container {
    background: url(/img/common/bg_footer.jpg) left 0 bottom 34px repeat-x;
  }
  .contents--main {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
  }
  .contents--backlink {
    margin-bottom: 30px;
  }
  .contents--area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .contents--bbs {
    margin-bottom: 20px;
    *zoom: 1;
  }
  .contents--bbs:before {
    content: " ";
    display: table;
  }
  .contents--bbs:after {
    content: " ";
    display: table;
    clear: both;
  }
  .contents--area_search {
    margin-bottom: 50px;
  }
  .contents--yado {
    margin-bottom: 50px;
  }
  .contents--faq {
    margin-bottom: 50px;
  }
  /*　前に戻るボタン　*/
  .backlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .backlink__btn {
    margin-right: 5px;
  }
  .backlink__btn:last-child {
    margin-right: 0;
  }
  .backlink__btn a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #535353;
    padding: 5px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .backlink__btn a:before {
    position: absolute;
    content: "\f104";
    font-family: "FontAwesome";
    left: 10px;
    top: calc(50% - 10px);
  }
  .backlink__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　エリア　*/
  .area {
    width: calc((100% - 20px) / 2);
    padding-left: 40px;
    margin-bottom: 20px;
    border: solid 1px #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area--shizuoka_yamanashi {
    background: url(/img/home/ttl_shizuoka_yamanashi.png) 0 0 no-repeat;
  }
  .area--aichi_minamishinshu {
    background: url(/img/home/ttl_aichi_minamishinshu.png) 0 0 no-repeat;
  }
  .area--gifu {
    background: url(/img/home/ttl_gifu.png) 0 0 no-repeat;
  }
  .area--mie {
    background: url(/img/home/ttl_mie.png) 0 0 no-repeat;
  }
  .area:nth-child(even) {
    margin-left: 20px;
  }
  .area__title {
    text-indent: -9999px;
    height: 0;
  }
  .area__search {
    padding: 20px 20px 0;
  }
  .area__search h3 {
    width: 170px;
    height: 30px;
    background: url(/img/home/ttl_area.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .area__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .area__map {
    width: 236px;
    margin-right: 10px;
  }
  .area__list li {
    margin-bottom: 5px;
  }
  .area__list a {
    text-decoration: none;
    padding: 5px;
    padding-right: 15px;
    background-color: #f7f7f7;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .area__list a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 5px;
    top: calc(50% - 10px);
  }
  .area--shizuoka_yamanashi .area__list a {
    border-left: solid 5px #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:after {
    color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover {
    background-color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover:after {
    color: #fff;
  }
  .area--shizuoka_yamanashi .area__list a:hover h4, .area--shizuoka_yamanashi .area__list a:hover p {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a {
    border-left: solid 5px #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:after {
    color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover {
    background-color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover:after {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a:hover h4, .area--aichi_minamishinshu .area__list a:hover p {
    color: #fff;
  }
  .area--gifu .area__list a {
    border-left: solid 5px #539E3D;
  }
  .area--gifu .area__list a:after {
    color: #539E3D;
  }
  .area--gifu .area__list a:hover {
    background-color: #539E3D;
  }
  .area--gifu .area__list a:hover:after {
    color: #fff;
  }
  .area--gifu .area__list a:hover h4, .area--gifu .area__list a:hover p {
    color: #fff;
  }
  .area--mie .area__list a {
    border-left: solid 5px #F1BA32;
  }
  .area--mie .area__list a:after {
    color: #F1BA32;
  }
  .area--mie .area__list a:hover {
    background-color: #F1BA32;
  }
  .area--mie .area__list a:hover:after {
    color: #fff;
  }
  .area--mie .area__list a:hover h4, .area--mie .area__list a:hover p {
    color: #fff;
  }
  .area__list h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .area__list p {
    color: #000;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .area .pickup {
    padding: 0 20px 20px;
  }
  .area .pickup h3 {
    min-width: 66px;
    height: 20px;
    text-indent: -9999px;
    background: url(/img/home/ttl_pickup.png) 0 0 no-repeat;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #000;
  }
  .area .pickup__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area .pickup__contents {
    background-color: #F6F6F1;
    width: calc((100% - 5px) / 2);
    padding: 5px;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .area .pickup__contents:before {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_left.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    left: 0;
    bottom: -5px;
  }
  .area .pickup__contents:after {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_right.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    right: 0;
    bottom: -5px;
  }
  .area .pickup__contents:first-child {
    margin-left: 0;
  }
  .area .pickup__img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
  }
  .area .pickup__img img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .area .pickup__txt {
    width: calc(100% - 90px);
    position: relative;
  }
  .area .pickup__name {
    color: #535353;
    font-weight: bold;
  }
  .area .pickup__link {
    position: absolute;
    left: 0;
    bottom: 0;
    background: left center no-repeat;
  }
  .area .pickup__link a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    position: relative;
  }
  .area .pickup__link a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -10px;
    top: calc(50% - 10px);
  }
  /*　一覧　*/
  .area_search__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .area_search__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area_search__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .area_search__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .area_search__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .area_search__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .area_search__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .area_search__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .area_search__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__cat {
    background-color: #DA5758;
  }
  .container--gifu .area_search__cat {
    background-color: #539E3D;
  }
  .container--mie .area_search__cat {
    background-color: #F1BA32;
  }
  .area_search__navi {
    width: 200px;
    margin-right: 40px;
  }
  .area_search__navi h3 {
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  .area_search__navi h3:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    width: 200px;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__navi li:last-child {
    border-bottom: solid 1px #cfcfcf;
  }
  .area_search__navi li a {
    color: #000;
    text-decoration: none;
    padding: 10px 20px 10px 40px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__navi li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .container--shizuoka_yamanashi .area_search__navi li a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__navi li a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__navi li a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__navi li a:hover {
    color: #F1BA32;
  }
  .area_search__navi li li {
    background-color: #fff;
    padding: 0;
    border-top: none;
  }
  .area_search__navi li li:last-child {
    border-bottom: none;
  }
  .area_search__navi li li a {
    display: block;
    border-top: dotted 1px #cfcfcf;
    position: relative;
  }
  .area_search__navi li li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li li a:after {
    display: none;
  }
  .area_search__list {
    width: calc(100% - (200px + 40px));
  }
  .area_search__list__header {
    margin-bottom: 10px;
  }
  .area_search__list__header h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .area_search__list__block h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .container--shizuoka_yamanashi .area_search__list__block h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__block h4 {
    background-color: #DA5758;
  }
  .container--gifu .area_search__list__block h4 {
    background-color: #539E3D;
  }
  .container--mie .area_search__list__block h4 {
    background-color: #F1BA32;
  }
  .area_search__list__inn {
    background-color: #fff;
    padding: 20px;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__list__inn .inn__title {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__title a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .container--shizuoka_yamanashi .area_search__list__inn .inn__title a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__inn .inn__title a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__list__inn .inn__title a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__list__inn .inn__title a:hover {
    color: #F1BA32;
  }
  .area_search__list__inn .inn__facility {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__facility ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .area_search__list__inn .inn__facility .facility__icn {
    color: #49B920;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 3px 5px;
    margin-right: 5px;
    border: solid 1px #49B920;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .area_search__list__inn .inn__facility .facility__icn:last-child {
    margin-right: 0;
  }
  .area_search__list__inn .inn__btn {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_search__list__inn .inn__btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #49B920;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__list__inn .inn__btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .area_search__list__inn .inn__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　お宿詳細　*/
  .yado__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .yado__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .yado__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .yado__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .yado__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .yado__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .yado__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__cat {
    background-color: #DA5758;
  }
  .container--gifu .yado__cat {
    background-color: #539E3D;
  }
  .container--mie .yado__cat {
    background-color: #F1BA32;
  }
  .yado__contents--1 {
    margin-bottom: 20px;
  }
  .yado__contents--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .yado__contents--3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .yado__contents--4 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 80%;
  }
  .yado__contents--5 {
    margin-bottom: 30px;
  }
  .yado__contents--6 {
    margin-bottom: 30px;
  }
  .yado__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .yado__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .yado__img {
    max-width: 300px;
    margin-right: 30px;
  }
  .yado__img img {
    width: 100%;
    height: auto;
  }
  .yado__txt {
    width: calc(100% - (30px + 300px));
  }
  .yado__info {
    margin-bottom: 20px;
  }
  .yado__info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yado__info dt {
    margin-bottom: 5px;
  }
  .yado__info dd {
    width: calc(100% - 130px);
    padding-left: 10px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yado__icn {
    background-color: #cfcfcf;
    width: 130px;
    padding: 5px 10px 5px 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .yado__icn:before {
    position: absolute;
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .yado__icn--access:before {
    content: "\f041";
  }
  .yado__icn--tel:before {
    content: "\f095";
  }
  .yado__icn--fax:before {
    content: "\f1ac";
  }
  .yado__icn--url:before {
    content: "\f0c1";
  }
  .yado__icn--email:before {
    content: "\f0e0";
  }
  .yado__icn--traffic:before {
    content: "\f239";
  }
  .yado__spec {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
  .yado__spec:first-child {
    margin-left: 0;
  }
  .yado__spec h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__spec h4 {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__spec h4 {
    color: #DA5758;
  }
  .container--gifu .yado__spec h4 {
    color: #539E3D;
  }
  .container--mie .yado__spec h4 {
    color: #F1BA32;
  }
  .yado__spec .spec__body {
    padding: 20px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yado__spec .spec__img {
    width: 80px;
    margin-right: 10px;
  }
  .yado__spec .spec__img img {
    width: 80px;
    height: auto;
  }
  .yado__map {
    position: relative;
    padding-top: 35%;
    margin-bottom: 10px;
  }
  .yado__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .yado__plan {
    background-color: #f7f7f7;
  }
  .yado__plan h4 {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
  }
  .container--shizuoka_yamanashi .yado__plan h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__plan h4 {
    background-color: #DA5758;
  }
  .container--gifu .yado__plan h4 {
    background-color: #539E3D;
  }
  .container--mie .yado__plan h4 {
    background-color: #F1BA32;
  }
  .yado__plan ul {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .yado__plan .plan__btn {
    width: calc((100% - 60px) / 3);
    margin-right: 10px;
    margin-left: 10px;
  }
  .yado__plan .plan__btn a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__plan .plan__btn a:before {
    position: absolute;
    content: "\f138";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__plan .plan__btn a:hover:before {
    left: 20px;
  }
  .yado__plan .plan__btn--syutoken a:before {
    color: #61A667;
  }
  .yado__plan .plan__btn--syutoken a:hover {
    color: #61A667;
  }
  .yado__plan .plan__btn--cyubu a:before {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--cyubu a:hover {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--kansai a:before {
    color: #5770E1;
  }
  .yado__plan .plan__btn--kansai a:hover {
    color: #5770E1;
  }
  .yado__inquire .inquire__btn {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .yado__inquire .inquire__btn a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #4EB72F;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__inquire .inquire__btn a:before {
    position: absolute;
    content: "\f0e0";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__inquire .inquire__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　会員専用掲示板　*/
  .bbs__btn {
    width: 130px;
    height: 16px;
    background: url(/img/home/btn_keijiban.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    float: right;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bbs__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　ヘルプ　*/
  .faq__header {
    margin-bottom: 20px;
  }
  .faq__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .faq__list {
    margin-left: 30px;
  }
  .faq__list dt {
    position: relative;
  }
  .faq__list dt:before {
    position: absolute;
    color: #fff;
    content: "Q";
    background-color: #333;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .faq__list dd {
    margin-bottom: 10px;
    position: relative;
  }
  .faq__list dd:before {
    position: absolute;
    content: "A";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: solid 1px #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .attention__header {
    margin-bottom: 20px;
  }
  .attention__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .attention__list {
    margin-left: 1.5em;
  }
  .attention__list li {
    list-style: disc outside;
  }
  /*　注意事項　*/
  .note--txt {
    margin-left: 1em;
    position: relative;
  }
  .note--txt:before {
    content: "※";
    position: absolute;
    left: -1em;
  }
  /*　英語ページ　*/
  .en_area {
    margin-bottom: 50px;
  }
  .en_area:last-child {
    margin-bottom: 0;
  }
  .en_area--shizuoka_yamanashi .en_area__header {
    border-bottom: solid 3px #449DC6;
  }
  .en_area--aichi_minamishinshu .en_area__header {
    border-bottom: solid 3px #DA5758;
  }
  .en_area--gifu .en_area__header {
    border-bottom: solid 3px #539E3D;
  }
  .en_area--mie .en_area__header {
    border-bottom: solid 3px #F1BA32;
  }
  .en_area__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .en_area__title span {
    color: #FF7C36;
    font-size: 32px;
    font-size: 2rem;
  }
  .en_area__body {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .en_area .en_iioyado {
    font-size: 18px;
    font-size: 1.125rem;
    width: calc((100% - 20px) / 2);
    padding: 20px;
    border-bottom: solid 1px #cfcfcf;
    margin: 0 20px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .en_area .en_iioyado:nth-child(even) {
    margin-right: 0;
  }
  .en_area .en_iioyado__header {
    margin-bottom: 1em;
  }
  .en_area .en_iioyado__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .en_area .en_iioyado__address {
    position: relative;
  }
  .en_area .en_iioyado__address:before {
    content: "\f041";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  .en_area .en_iioyado__slidecontents_inner {
    display: block !important;
  }
  .en_area .en_iioyado__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .en_area .en_iioyado__tel {
    margin-bottom: 20px;
    position: relative;
  }
  .en_area .en_iioyado__tel:before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  .en_area .en_iioyado__tel a {
    color: #000;
    text-decoration: none;
    pointer-events: none;
    cursor: text;
  }
  .en_area .en_iioyado__map {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__map a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__map a:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__map a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__website {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__website a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__website a:before {
    content: "\f2d2";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__website a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__btn {
    display: none;
  }
  /*　フッター　*/
  .footer {
    background: url(/img/common/img_train.png) left 0 bottom 34px no-repeat;
    margin-top: 80px;
  }
  .footer .pagetop {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .footer .pagetop:before {
    content: " ";
    display: table;
  }
  .footer .pagetop:after {
    content: " ";
    display: table;
    clear: both;
  }
  .footer .pagetop__btn {
    float: right;
    width: 130px;
    height: 34px;
    background: url(/img/common/btn_pagetop.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer .pagetop__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .footer .copyright {
    color: #a4a4a4;
    width: 100%;
    height: 34px;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* -------------------------------------------------------------
タブレット
--------------------------------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 950px) {
  /*　ヘッダー　*/
  .header {
    width: 100%;
    background: url(/img/common/bg_header.jpg) 0 0 repeat-x;
  }
  .header--home {
    margin-bottom: 45px;
  }
  .header--search {
    margin-bottom: 20px;
  }
  .header__inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    width: 164px;
    height: 57px;
  }
  .header__logo a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(/img/common/img_logo.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__catch {
    margin-top: 5px;
  }
  .header__body p {
    text-align: right;
    margin-bottom: 5px;
  }
  .header__eng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__eng a {
    color: #fff;
    text-decoration: none;
    background-color: #F78104;
    width: 100px;
    height: 30px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__eng a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
  }
  .header__eng a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__link {
    margin-left: 10px;
  }
  .header__link:farst-child {
    margin-left: 0;
  }
  .header__link--about {
    width: 108px;
    height: 17px;
    text-indent: -9999px;
  }
  .header__link--about a {
    background: url(/img/common/txt_about_oyado.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__link--about a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　グローバルナビ　*/
  .globalnavi {
    background-color: #f7f7f7;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  }
  .globalnavi__list {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .globalnavi__item {
    width: calc((100% - 5px) / 4);
    border-right: solid 1px #e9e9e9;
  }
  .globalnavi__item:first-child {
    border-left: solid 1px #e9e9e9;
  }
  .globalnavi__item a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 80px;
    display: block;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .globalnavi__item a:hover {
    background-color: #fff;
  }
  .globalnavi__item--shizuoka_yamanashi a:hover {
    color: #449DC6;
  }
  .globalnavi__item--aichi_minamishinshu a:hover {
    color: #DA5758;
  }
  .globalnavi__item--gifu a:hover {
    color: #539E3D;
  }
  .globalnavi__item--mie a:hover {
    color: #F1BA32;
  }
  /*　KV　*/
  .kv {
    background: url(/img/common/bg_main.jpg) 0 0 repeat;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kv .swiper-container {
    max-width: 600px;
    padding: 12px 0 0 20px;
  }
  .kv .swiper-container img {
    width: 100%;
    height: auto;
  }
  .kv__map img {
    width: 100%;
    height: auto;
  }
  /*　コンテンツ　*/
  .container {
    background: url(/img/common/bg_footer.jpg) left 0 bottom 34px repeat-x;
  }
  .contents--main {
    max-width: 1019px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .contents--backlink {
    margin-bottom: 30px;
  }
  .contents--area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .contents--bbs {
    margin-bottom: 20px;
    *zoom: 1;
  }
  .contents--bbs:before {
    content: " ";
    display: table;
  }
  .contents--bbs:after {
    content: " ";
    display: table;
    clear: both;
  }
  .contents--area_search {
    margin-bottom: 50px;
  }
  .contents--yado {
    margin-bottom: 50px;
  }
  .contents--faq {
    margin-bottom: 50px;
  }
  /*　前に戻るボタン　*/
  .backlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .backlink__btn {
    margin-right: 5px;
  }
  .backlink__btn:last-child {
    margin-right: 0;
  }
  .backlink__btn a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #535353;
    padding: 5px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .backlink__btn a:before {
    position: absolute;
    content: "\f104";
    font-family: "FontAwesome";
    left: 10px;
    top: calc(50% - 10px);
  }
  .backlink__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　エリア　*/
  .area {
    width: calc((100% - 20px) / 2);
    padding-left: 40px;
    margin-bottom: 20px;
    border: solid 1px #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area--shizuoka_yamanashi {
    background: url(/img/home/ttl_shizuoka_yamanashi.png) 0 0 no-repeat;
  }
  .area--aichi_minamishinshu {
    background: url(/img/home/ttl_aichi_minamishinshu.png) 0 0 no-repeat;
  }
  .area--gifu {
    background: url(/img/home/ttl_gifu.png) 0 0 no-repeat;
  }
  .area--mie {
    background: url(/img/home/ttl_mie.png) 0 0 no-repeat;
  }
  .area:nth-child(even) {
    margin-left: 20px;
  }
  .area__title {
    text-indent: -9999px;
    height: 0;
  }
  .area__search {
    padding: 20px;
  }
  .area__search h3 {
    width: 170px;
    height: 30px;
    background: url(/img/home/ttl_area.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .area__map {
    width: 100%;
  }
  .area__map img {
    width: 100%;
    height: auto;
  }
  .area__list li {
    margin-bottom: 5px;
  }
  .area__list a {
    text-decoration: none;
    padding: 5px;
    padding-right: 15px;
    background-color: #f7f7f7;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .area__list a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 5px;
    top: calc(50% - 10px);
  }
  .area--shizuoka_yamanashi .area__list a {
    border-left: solid 5px #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:after {
    color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover {
    background-color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover:after {
    color: #fff;
  }
  .area--shizuoka_yamanashi .area__list a:hover h4, .area--shizuoka_yamanashi .area__list a:hover p {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a {
    border-left: solid 5px #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:after {
    color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover {
    background-color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover:after {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a:hover h4, .area--aichi_minamishinshu .area__list a:hover p {
    color: #fff;
  }
  .area--gifu .area__list a {
    border-left: solid 5px #539E3D;
  }
  .area--gifu .area__list a:after {
    color: #539E3D;
  }
  .area--gifu .area__list a:hover {
    background-color: #539E3D;
  }
  .area--gifu .area__list a:hover:after {
    color: #fff;
  }
  .area--gifu .area__list a:hover h4, .area--gifu .area__list a:hover p {
    color: #fff;
  }
  .area--mie .area__list a {
    border-left: solid 5px #F1BA32;
  }
  .area--mie .area__list a:after {
    color: #F1BA32;
  }
  .area--mie .area__list a:hover {
    background-color: #F1BA32;
  }
  .area--mie .area__list a:hover:after {
    color: #fff;
  }
  .area--mie .area__list a:hover h4, .area--mie .area__list a:hover p {
    color: #fff;
  }
  .area__list h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .area__list p {
    color: #000;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .area .pickup {
    padding: 0 20px 20px;
  }
  .area .pickup h3 {
    min-width: 66px;
    height: 20px;
    text-indent: -9999px;
    background: url(/img/home/ttl_pickup.png) 0 0 no-repeat;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #000;
  }
  .area .pickup__contents {
    background-color: #F6F6F1;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .area .pickup__contents:before {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_left.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    left: 0;
    bottom: -5px;
  }
  .area .pickup__contents:after {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_right.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    right: 0;
    bottom: -5px;
  }
  .area .pickup__contents:last-child {
    margin-bottom: 0;
  }
  .area .pickup__img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
  }
  .area .pickup__img img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .area .pickup__txt {
    width: calc(100% - 90px);
    position: relative;
  }
  .area .pickup__name {
    color: #535353;
    font-weight: bold;
  }
  .area .pickup__link {
    position: absolute;
    left: 0;
    bottom: 0;
    background: left center no-repeat;
  }
  .area .pickup__link a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    position: relative;
  }
  .area .pickup__link a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -10px;
    top: calc(50% - 10px);
  }
  /*　一覧　*/
  .area_search__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .area_search__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area_search__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .area_search__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .area_search__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .area_search__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .area_search__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .area_search__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .area_search__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__cat {
    background-color: #DA5758;
  }
  .container--gifu .area_search__cat {
    background-color: #539E3D;
  }
  .container--mie .area_search__cat {
    background-color: #F1BA32;
  }
  .area_search__navi {
    width: 200px;
    margin-right: 40px;
  }
  .area_search__navi h3 {
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  .area_search__navi h3:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    width: 200px;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__navi li:last-child {
    border-bottom: solid 1px #cfcfcf;
  }
  .area_search__navi li a {
    color: #000;
    text-decoration: none;
    padding: 10px 20px 10px 40px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__navi li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .container--shizuoka_yamanashi .area_search__navi li a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__navi li a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__navi li a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__navi li a:hover {
    color: #F1BA32;
  }
  .area_search__navi li li {
    background-color: #fff;
    padding: 0;
    border-top: none;
  }
  .area_search__navi li li:last-child {
    border-bottom: none;
  }
  .area_search__navi li li a {
    display: block;
    border-top: dotted 1px #cfcfcf;
    position: relative;
  }
  .area_search__navi li li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li li a:after {
    display: none;
  }
  .area_search__list {
    width: calc(100% - (200px + 40px));
  }
  .area_search__list__header {
    margin-bottom: 10px;
  }
  .area_search__list__header h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .area_search__list__block h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .container--shizuoka_yamanashi .area_search__list__block h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__block h4 {
    background-color: #DA5758;
  }
  .container--gifu .area_search__list__block h4 {
    background-color: #539E3D;
  }
  .container--mie .area_search__list__block h4 {
    background-color: #F1BA32;
  }
  .area_search__list__inn {
    background-color: #fff;
    padding: 20px;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__list__inn .inn__title {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__title a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .container--shizuoka_yamanashi .area_search__list__inn .inn__title a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__inn .inn__title a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__list__inn .inn__title a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__list__inn .inn__title a:hover {
    color: #F1BA32;
  }
  .area_search__list__inn .inn__facility {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__facility ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .area_search__list__inn .inn__facility .facility__icn {
    color: #49B920;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 3px 5px;
    margin-right: 5px;
    border: solid 1px #49B920;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .area_search__list__inn .inn__facility .facility__icn:last-child {
    margin-right: 0;
  }
  .area_search__list__inn .inn__btn {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_search__list__inn .inn__btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #49B920;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__list__inn .inn__btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .area_search__list__inn .inn__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　お宿詳細　*/
  .yado__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .yado__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .yado__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .yado__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .yado__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .yado__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .yado__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__cat {
    background-color: #DA5758;
  }
  .container--gifu .yado__cat {
    background-color: #539E3D;
  }
  .container--mie .yado__cat {
    background-color: #F1BA32;
  }
  .yado__contents--1 {
    margin-bottom: 20px;
  }
  .yado__contents--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .yado__contents--3 {
    margin-bottom: 30px;
  }
  .yado__contents--4 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 80%;
  }
  .yado__contents--5 {
    margin-bottom: 30px;
  }
  .yado__contents--6 {
    margin-bottom: 30px;
  }
  .yado__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .yado__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .yado__img {
    max-width: 300px;
    margin-right: 30px;
  }
  .yado__img img {
    width: 100%;
    height: auto;
  }
  .yado__txt {
    width: calc(100% - (30px + 300px));
  }
  .yado__info {
    margin-bottom: 20px;
  }
  .yado__info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yado__info dt {
    margin-bottom: 5px;
  }
  .yado__info dd {
    width: calc(100% - 130px);
    padding-left: 10px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yado__icn {
    background-color: #cfcfcf;
    width: 130px;
    padding: 5px 10px 5px 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .yado__icn:before {
    position: absolute;
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .yado__icn--access:before {
    content: "\f041";
  }
  .yado__icn--tel:before {
    content: "\f095";
  }
  .yado__icn--fax:before {
    content: "\f1ac";
  }
  .yado__icn--url:before {
    content: "\f0c1";
  }
  .yado__icn--email:before {
    content: "\f0e0";
  }
  .yado__icn--traffic:before {
    content: "\f239";
  }
  .yado__spec {
    margin-bottom: 20px;
  }
  .yado__spec h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__spec h4 {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__spec h4 {
    color: #DA5758;
  }
  .container--gifu .yado__spec h4 {
    color: #539E3D;
  }
  .container--mie .yado__spec h4 {
    color: #F1BA32;
  }
  .yado__spec .spec__body {
    padding: 20px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yado__spec .spec__img {
    margin-right: 20px;
  }
  .yado__map {
    position: relative;
    padding-top: 35%;
    margin-bottom: 10px;
  }
  .yado__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .yado__plan {
    background-color: #f7f7f7;
  }
  .yado__plan h4 {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
  }
  .container--shizuoka_yamanashi .yado__plan h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__plan h4 {
    background-color: #DA5758;
  }
  .container--gifu .yado__plan h4 {
    background-color: #539E3D;
  }
  .container--mie .yado__plan h4 {
    background-color: #F1BA32;
  }
  .yado__plan ul {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .yado__plan .plan__btn {
    width: calc((100% - 60px) / 3);
    margin-right: 10px;
    margin-left: 10px;
  }
  .yado__plan .plan__btn a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__plan .plan__btn a:before {
    position: absolute;
    content: "\f138";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__plan .plan__btn a:hover:before {
    left: 20px;
  }
  .yado__plan .plan__btn--syutoken a:before {
    color: #61A667;
  }
  .yado__plan .plan__btn--syutoken a:hover {
    color: #61A667;
  }
  .yado__plan .plan__btn--cyubu a:before {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--cyubu a:hover {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--kansai a:before {
    color: #5770E1;
  }
  .yado__plan .plan__btn--kansai a:hover {
    color: #5770E1;
  }
  .yado__inquire .inquire__btn {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .yado__inquire .inquire__btn a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #4EB72F;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__inquire .inquire__btn a:before {
    position: absolute;
    content: "\f0e0";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__inquire .inquire__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　会員専用掲示板　*/
  .bbs__btn {
    width: 130px;
    height: 16px;
    background: url(/img/home/btn_keijiban.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    float: right;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bbs__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　ヘルプ　*/
  .faq__header {
    margin-bottom: 20px;
  }
  .faq__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .faq__list {
    margin-left: 30px;
  }
  .faq__list dt {
    position: relative;
  }
  .faq__list dt:before {
    position: absolute;
    color: #fff;
    content: "Q";
    background-color: #333;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .faq__list dd {
    margin-bottom: 10px;
    position: relative;
  }
  .faq__list dd:before {
    position: absolute;
    content: "A";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: solid 1px #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .attention__header {
    margin-bottom: 20px;
  }
  .attention__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .attention__list {
    margin-left: 1.5em;
  }
  .attention__list li {
    list-style: disc outside;
  }
  /*　注意事項　*/
  .note--txt {
    margin-left: 1em;
    position: relative;
  }
  .note--txt:before {
    content: "※";
    position: absolute;
    left: -1em;
  }
  /*　英語ページ　*/
  .en_area {
    margin-bottom: 50px;
  }
  .en_area:last-child {
    margin-bottom: 0;
  }
  .en_area--shizuoka_yamanashi .en_area__header {
    border-bottom: solid 3px #449DC6;
  }
  .en_area--aichi_minamishinshu .en_area__header {
    border-bottom: solid 3px #DA5758;
  }
  .en_area--gifu .en_area__header {
    border-bottom: solid 3px #539E3D;
  }
  .en_area--mie .en_area__header {
    border-bottom: solid 3px #F1BA32;
  }
  .en_area__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .en_area__title span {
    color: #FF7C36;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .en_area .en_iioyado {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px;
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .en_area .en_iioyado__header {
    margin-bottom: 1em;
  }
  .en_area .en_iioyado__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .en_area .en_iioyado__address {
    position: relative;
  }
  .en_area .en_iioyado__address:before {
    content: "\f041";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  .en_area .en_iioyado__slidecontents {
    padding-top: 20px;
  }
  .en_area .en_iioyado__slidecontents_inner {
    display: none;
  }
  .en_area .en_iioyado__link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .en_area .en_iioyado__tel {
    width: 200px;
    margin: 0 auto 10px;
  }
  .en_area .en_iioyado__tel a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__tel a:before {
    content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__tel a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__map {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__map a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__map a:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__map a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__website {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__website a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__website a:before {
    content: "\f2d2";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__website a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__btn {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .en_area .en_iioyado__btn a {
    color: #fff;
    text-decoration: none;
    width: 90%;
    height: 40px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .en_area .en_iioyado__btn a.is-close:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .en_area .en_iioyado__btn a.is-open:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .en_area.en_area--shizuoka_yamanashi .en_iioyado__btn a {
    background-color: #449DC6;
  }
  .en_area.en_area--aichi_minamishinshu .en_iioyado__btn a {
    background-color: #DA5758;
  }
  .en_area.en_area--gifu .en_iioyado__btn a {
    background-color: #539E3D;
  }
  .en_area.en_area--mie .en_iioyado__btn a {
    background-color: #F1BA32;
  }
  /*　フッター　*/
  .footer {
    background: url(/img/common/img_train.png) left 0 bottom 34px no-repeat;
    margin-top: 80px;
  }
  .footer .pagetop {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .footer .pagetop:before {
    content: " ";
    display: table;
  }
  .footer .pagetop:after {
    content: " ";
    display: table;
    clear: both;
  }
  .footer .pagetop__btn {
    float: right;
    width: 130px;
    height: 34px;
    background: url(/img/common/btn_pagetop.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer .pagetop__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .footer .copyright {
    color: #a4a4a4;
    width: 100%;
    height: 34px;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* -------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  /*　ヘッダー　*/
  .header {
    width: 100%;
    background: url(/img/common/bg_header.jpg) 0 0 repeat-x;
  }
  .header--home {
    margin-bottom: 45px;
  }
  .header--search {
    margin-bottom: 20px;
  }
  .header__inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__logo {
    width: 164px;
    height: 57px;
  }
  .header__logo a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(/img/common/img_logo.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__catch {
    margin-top: 5px;
  }
  .header__body {
    padding-top: 20px;
  }
  .header__body p {
    text-align: right;
    margin-bottom: 5px;
  }
  .header__eng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__eng a {
    color: #fff;
    text-decoration: none;
    background-color: #F78104;
    width: 100px;
    height: 30px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__eng a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
  }
  .header__eng a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__link {
    margin-left: 10px;
  }
  .header__link:farst-child {
    margin-left: 0;
  }
  .header__link--about {
    width: 108px;
    height: 17px;
    text-indent: -9999px;
  }
  .header__link--about a {
    background: url(/img/common/txt_about_oyado.png) 0 0 no-repeat;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__link--about a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　グローバルナビ　*/
  .globalnavi {
    background-color: #f7f7f7;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  }
  .globalnavi__list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .globalnavi__item {
    width: calc((100% - 5px) / 4);
    border-right: solid 1px #e9e9e9;
  }
  .globalnavi__item:first-child {
    border-left: solid 1px #e9e9e9;
  }
  .globalnavi__item a {
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    display: block;
    background-color: #f7f7f7;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .globalnavi__item a:hover {
    background-color: #fff;
  }
  .globalnavi__item--shizuoka_yamanashi a:hover {
    color: #449DC6;
  }
  .globalnavi__item--aichi_minamishinshu a:hover {
    color: #DA5758;
  }
  .globalnavi__item--gifu a:hover {
    color: #539E3D;
  }
  .globalnavi__item--mie a:hover {
    color: #F1BA32;
  }
  /*　KV　*/
  .kv {
    background: url(/img/common/bg_main.jpg) 0 0 repeat;
    padding: 10px;
    margin-bottom: 30px;
  }
  .kv .swiper-container {
    max-width: 600px;
  }
  .kv .swiper-container img {
    width: 100%;
    height: auto;
  }
  .kv__map {
    display: none;
  }
  /*　コンテンツ　*/
  .container {
    background: url(/img/common/bg_footer.jpg) left 0 bottom 34px repeat-x;
  }
  .contents--main {
    max-width: 1019px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .contents--backlink {
    margin-bottom: 30px;
  }
  .contents--area {
    margin-bottom: 50px;
  }
  .contents--bbs {
    margin-bottom: 20px;
    *zoom: 1;
  }
  .contents--bbs:before {
    content: " ";
    display: table;
  }
  .contents--bbs:after {
    content: " ";
    display: table;
    clear: both;
  }
  .contents--area_search {
    margin-bottom: 50px;
  }
  .contents--yado {
    margin-bottom: 50px;
  }
  .contents--faq {
    margin-bottom: 50px;
  }
  /*　前に戻るボタン　*/
  .backlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .backlink__btn {
    margin-right: 5px;
  }
  .backlink__btn:last-child {
    margin-right: 0;
  }
  .backlink__btn a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #535353;
    padding: 5px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .backlink__btn a:before {
    position: absolute;
    content: "\f104";
    font-family: "FontAwesome";
    left: 10px;
    top: calc(50% - 10px);
  }
  .backlink__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　エリア　*/
  .area {
    padding-left: 40px;
    margin-bottom: 20px;
    border: solid 1px #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area--shizuoka_yamanashi {
    background: url(/img/home/ttl_shizuoka_yamanashi.png) 0 0 no-repeat #fff;
  }
  .area--aichi_minamishinshu {
    background: url(/img/home/ttl_aichi_minamishinshu.png) 0 0 no-repeat #fff;
  }
  .area--gifu {
    background: url(/img/home/ttl_gifu.png) 0 0 no-repeat #fff;
  }
  .area--mie {
    background: url(/img/home/ttl_mie.png) 0 0 no-repeat #fff;
  }
  .area__title {
    text-indent: -9999px;
    height: 0;
  }
  .area__search {
    padding: 20px;
  }
  .area__search h3 {
    width: 170px;
    height: 30px;
    background: url(/img/home/ttl_area.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .area__map {
    width: 100%;
  }
  .area__map img {
    width: 100%;
    height: auto;
  }
  .area__list li {
    margin-bottom: 5px;
  }
  .area__list a {
    text-decoration: none;
    padding: 5px;
    padding-right: 15px;
    background-color: #f7f7f7;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .area__list a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 5px;
    top: calc(50% - 10px);
  }
  .area--shizuoka_yamanashi .area__list a {
    border-left: solid 5px #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:after {
    color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover {
    background-color: #449DC6;
  }
  .area--shizuoka_yamanashi .area__list a:hover:after {
    color: #fff;
  }
  .area--shizuoka_yamanashi .area__list a:hover h4, .area--shizuoka_yamanashi .area__list a:hover p {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a {
    border-left: solid 5px #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:after {
    color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover {
    background-color: #DA5758;
  }
  .area--aichi_minamishinshu .area__list a:hover:after {
    color: #fff;
  }
  .area--aichi_minamishinshu .area__list a:hover h4, .area--aichi_minamishinshu .area__list a:hover p {
    color: #fff;
  }
  .area--gifu .area__list a {
    border-left: solid 5px #539E3D;
  }
  .area--gifu .area__list a:after {
    color: #539E3D;
  }
  .area--gifu .area__list a:hover {
    background-color: #539E3D;
  }
  .area--gifu .area__list a:hover:after {
    color: #fff;
  }
  .area--gifu .area__list a:hover h4, .area--gifu .area__list a:hover p {
    color: #fff;
  }
  .area--mie .area__list a {
    border-left: solid 5px #F1BA32;
  }
  .area--mie .area__list a:after {
    color: #F1BA32;
  }
  .area--mie .area__list a:hover {
    background-color: #F1BA32;
  }
  .area--mie .area__list a:hover:after {
    color: #fff;
  }
  .area--mie .area__list a:hover h4, .area--mie .area__list a:hover p {
    color: #fff;
  }
  .area__list h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .area__list p {
    color: #000;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .area .pickup {
    padding: 0 20px 20px;
  }
  .area .pickup h3 {
    min-width: 66px;
    height: 20px;
    text-indent: -9999px;
    background: url(/img/home/ttl_pickup.png) 0 0 no-repeat;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #000;
  }
  .area .pickup__contents {
    background-color: #F6F6F1;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .area .pickup__contents:before {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_left.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    left: 0;
    bottom: -5px;
  }
  .area .pickup__contents:after {
    position: absolute;
    content: "";
    background: url(/img/home/bg_pickup_right.png) 0 0 no-repeat;
    width: 90px;
    height: 5px;
    right: 0;
    bottom: -5px;
  }
  .area .pickup__contents:last-child {
    margin-bottom: 0;
  }
  .area .pickup__img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
  }
  .area .pickup__img img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .area .pickup__txt {
    width: calc(100% - 90px);
    position: relative;
  }
  .area .pickup__name {
    color: #535353;
    font-weight: bold;
  }
  .area .pickup__link {
    position: absolute;
    left: 0;
    bottom: 0;
    background: left center no-repeat;
  }
  .area .pickup__link a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    position: relative;
  }
  .area .pickup__link a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: -10px;
    top: calc(50% - 10px);
  }
  /*　一覧　*/
  .area_search__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .area_search__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .area_search__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .area_search__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .area_search__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .area_search__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .area_search__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .area_search__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__cat {
    background-color: #DA5758;
  }
  .container--gifu .area_search__cat {
    background-color: #539E3D;
  }
  .container--mie .area_search__cat {
    background-color: #F1BA32;
  }
  .area_search__navi {
    margin-bottom: 20px;
  }
  .area_search__navi h3 {
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  .area_search__navi h3:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__navi li:last-child {
    border-bottom: solid 1px #cfcfcf;
  }
  .area_search__navi li a {
    color: #000;
    text-decoration: none;
    padding: 10px 20px 10px 40px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__navi li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .container--shizuoka_yamanashi .area_search__navi li a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__navi li a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__navi li a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__navi li a:hover {
    color: #F1BA32;
  }
  .area_search__navi li li {
    background-color: #fff;
    padding: 0;
    border-top: none;
  }
  .area_search__navi li li:last-child {
    border-bottom: none;
  }
  .area_search__navi li li a {
    display: block;
    border-top: dotted 1px #cfcfcf;
    position: relative;
  }
  .area_search__navi li li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .area_search__navi li li a:after {
    display: none;
  }
  .area_search__list__header {
    margin-bottom: 10px;
  }
  .area_search__list__header h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .area_search__list__block h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .container--shizuoka_yamanashi .area_search__list__block h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__block h4 {
    background-color: #DA5758;
  }
  .container--gifu .area_search__list__block h4 {
    background-color: #539E3D;
  }
  .container--mie .area_search__list__block h4 {
    background-color: #F1BA32;
  }
  .area_search__list__inn {
    background-color: #fff;
    padding: 20px 0;
    border-top: solid 1px #cfcfcf;
  }
  .area_search__list__inn .inn__title {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__title a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .container--shizuoka_yamanashi .area_search__list__inn .inn__title a:hover {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .area_search__list__inn .inn__title a:hover {
    color: #DA5758;
  }
  .container--gifu .area_search__list__inn .inn__title a:hover {
    color: #539E3D;
  }
  .container--mie .area_search__list__inn .inn__title a:hover {
    color: #F1BA32;
  }
  .area_search__list__inn .inn__facility {
    margin-bottom: 10px;
  }
  .area_search__list__inn .inn__facility ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .area_search__list__inn .inn__facility .facility__icn {
    color: #49B920;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 5px;
    margin-right: 5px;
    border: solid 1px #49B920;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .area_search__list__inn .inn__facility .facility__icn:last-child {
    margin-right: 0;
  }
  .area_search__list__inn .inn__btn {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_search__list__inn .inn__btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #49B920;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_search__list__inn .inn__btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    right: 10px;
  }
  .area_search__list__inn .inn__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　お宿詳細　*/
  .yado__header {
    width: 100%;
    margin-bottom: 30px;
  }
  .yado__title {
    text-indent: -9999px;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__title {
    background: url(/img/common/ttl_area_shizuoka.gif) 0 0 no-repeat;
    width: 212px;
    height: 30px;
  }
  .container--aichi_minamishinshu .yado__title {
    background: url(/img/common/ttl_area_aichi.gif) 0 0 no-repeat;
    width: 245px;
    height: 31px;
  }
  .container--gifu .yado__title {
    background: url(/img/common/ttl_area_gifu.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .container--mie .yado__title {
    background: url(/img/common/ttl_area_mie.gif) 0 0 no-repeat;
    width: 135px;
    height: 30px;
  }
  .yado__cat {
    color: #fff;
    padding: 5px 10px;
  }
  .container--shizuoka_yamanashi .yado__cat {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__cat {
    background-color: #DA5758;
  }
  .container--gifu .yado__cat {
    background-color: #539E3D;
  }
  .container--mie .yado__cat {
    background-color: #F1BA32;
  }
  .yado__contents--1 {
    margin-bottom: 20px;
  }
  .yado__contents--2 {
    margin-bottom: 20px;
  }
  .yado__contents--3 {
    margin-bottom: 30px;
  }
  .yado__contents--4 {
    margin-bottom: 30px;
  }
  .yado__contents--5 {
    margin-bottom: 30px;
  }
  .yado__contents--6 {
    margin-bottom: 30px;
  }
  .yado__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .yado__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .yado__img {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .yado__img img {
    width: 100%;
    height: auto;
  }
  .yado__info {
    margin-bottom: 20px;
  }
  .yado__info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yado__info dt {
    margin-bottom: 5px;
  }
  .yado__info dd {
    width: calc(100% - 120px);
    padding-left: 10px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yado__icn {
    background-color: #cfcfcf;
    width: 120px;
    padding: 5px 10px 5px 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .yado__icn:before {
    position: absolute;
    font-family: "FontAwesome";
    top: calc(50% - 10px);
    left: 10px;
  }
  .yado__icn--access:before {
    content: "\f041";
  }
  .yado__icn--tel:before {
    content: "\f095";
  }
  .yado__icn--fax:before {
    content: "\f1ac";
  }
  .yado__icn--url:before {
    content: "\f0c1";
  }
  .yado__icn--email:before {
    content: "\f0e0";
  }
  .yado__icn--traffic:before {
    content: "\f239";
  }
  .yado__spec {
    margin-bottom: 20px;
  }
  .yado__spec h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .container--shizuoka_yamanashi .yado__spec h4 {
    color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__spec h4 {
    color: #DA5758;
  }
  .container--gifu .yado__spec h4 {
    color: #539E3D;
  }
  .container--mie .yado__spec h4 {
    color: #F1BA32;
  }
  .yado__spec .spec__body {
    padding: 20px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yado__spec .spec__img {
    width: 80px;
    margin-right: 20px;
  }
  .yado__spec .spec__img img {
    width: 80px;
    height: auto;
  }
  .yado__map {
    position: relative;
    padding-top: 50%;
    margin-bottom: 10px;
  }
  .yado__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .yado__plan {
    background-color: #f7f7f7;
  }
  .yado__plan h4 {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
  }
  .container--shizuoka_yamanashi .yado__plan h4 {
    background-color: #449DC6;
  }
  .container--aichi_minamishinshu .yado__plan h4 {
    background-color: #DA5758;
  }
  .container--gifu .yado__plan h4 {
    background-color: #539E3D;
  }
  .container--mie .yado__plan h4 {
    background-color: #F1BA32;
  }
  .yado__plan ul {
    padding: 20px;
  }
  .yado__plan .plan__btn {
    margin-bottom: 20px;
  }
  .yado__plan .plan__btn:last-child {
    margin-bottom: 0;
  }
  .yado__plan .plan__btn a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__plan .plan__btn a:before {
    position: absolute;
    content: "\f138";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__plan .plan__btn a:hover:before {
    left: 20px;
  }
  .yado__plan .plan__btn--syutoken a:before {
    color: #61A667;
  }
  .yado__plan .plan__btn--syutoken a:hover {
    color: #61A667;
  }
  .yado__plan .plan__btn--cyubu a:before {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--cyubu a:hover {
    color: #C94B4D;
  }
  .yado__plan .plan__btn--kansai a:before {
    color: #5770E1;
  }
  .yado__plan .plan__btn--kansai a:hover {
    color: #5770E1;
  }
  .yado__inquire .inquire__btn {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .yado__inquire .inquire__btn a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #4EB72F;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yado__inquire .inquire__btn a:before {
    position: absolute;
    content: "\f0e0";
    font-family: "FontAwesome";
    top: calc(50% - 12px);
    left: 10px;
  }
  .yado__inquire .inquire__btn a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　会員専用掲示板　*/
  .bbs__btn {
    width: 130px;
    height: 16px;
    background: url(/img/home/btn_keijiban.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    float: right;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bbs__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  /*　ヘルプ　*/
  .faq__header {
    margin-bottom: 20px;
  }
  .faq__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .faq__list {
    margin-left: 30px;
  }
  .faq__list dt {
    position: relative;
  }
  .faq__list dt:before {
    position: absolute;
    color: #fff;
    content: "Q";
    background-color: #333;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .faq__list dd {
    margin-bottom: 10px;
    position: relative;
  }
  .faq__list dd:before {
    position: absolute;
    content: "A";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: solid 1px #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -30px;
  }
  .attention__header {
    margin-bottom: 20px;
  }
  .attention__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .attention__list {
    margin-left: 1.5em;
  }
  .attention__list li {
    list-style: disc outside;
  }
  /*　注意事項　*/
  .note--txt {
    margin-left: 1em;
    position: relative;
  }
  .note--txt:before {
    content: "※";
    position: absolute;
    left: -1em;
  }
  /*　英語ページ　*/
  .en_area {
    margin-bottom: 50px;
  }
  .en_area:last-child {
    margin-bottom: 0;
  }
  .en_area--shizuoka_yamanashi .en_area__header {
    border-bottom: solid 3px #449DC6;
  }
  .en_area--aichi_minamishinshu .en_area__header {
    border-bottom: solid 3px #DA5758;
  }
  .en_area--gifu .en_area__header {
    border-bottom: solid 3px #539E3D;
  }
  .en_area--mie .en_area__header {
    border-bottom: solid 3px #F1BA32;
  }
  .en_area__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .en_area__title span {
    color: #FF7C36;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .en_area .en_iioyado {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px;
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .en_area .en_iioyado__header {
    margin-bottom: 1em;
  }
  .en_area .en_iioyado__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .en_area .en_iioyado__address {
    position: relative;
  }
  .en_area .en_iioyado__address:before {
    content: "\f041";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  .en_area .en_iioyado__slidecontents {
    padding-top: 20px;
  }
  .en_area .en_iioyado__slidecontents_inner {
    display: none;
  }
  .en_area .en_iioyado__link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .en_area .en_iioyado__tel {
    width: 200px;
    margin: 0 auto 10px;
  }
  .en_area .en_iioyado__tel a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__tel a:before {
    content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__tel a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__map {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__map a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__map a:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__map a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__website {
    margin: 0 10px 10px;
  }
  .en_area .en_iioyado__website a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #49B920;
    width: 200px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .en_area .en_iioyado__website a:before {
    content: "\f2d2";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .en_area .en_iioyado__website a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .en_area .en_iioyado__btn {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .en_area .en_iioyado__btn a {
    color: #fff;
    text-decoration: none;
    width: 90%;
    height: 40px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .en_area .en_iioyado__btn a.is-close:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .en_area .en_iioyado__btn a.is-open:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .en_area.en_area--shizuoka_yamanashi .en_iioyado__btn a {
    background-color: #449DC6;
  }
  .en_area.en_area--aichi_minamishinshu .en_iioyado__btn a {
    background-color: #DA5758;
  }
  .en_area.en_area--gifu .en_iioyado__btn a {
    background-color: #539E3D;
  }
  .en_area.en_area--mie .en_iioyado__btn a {
    background-color: #F1BA32;
  }
  /*　フッター　*/
  .footer {
    background: url(/img/common/img_train.png) left -150px bottom 34px no-repeat;
    margin-top: 80px;
  }
  .footer .pagetop {
    max-width: 1019px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .footer .pagetop:before {
    content: " ";
    display: table;
  }
  .footer .pagetop:after {
    content: " ";
    display: table;
    clear: both;
  }
  .footer .pagetop__btn {
    float: right;
    width: 130px;
    height: 34px;
    background: url(/img/common/btn_pagetop.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer .pagetop__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .footer .copyright {
    color: #a4a4a4;
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.2;
    width: 100%;
    height: 34px;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
