@charset "utf-8";

html {
  overflow-y: scroll;
  font-size: 62.5%
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

/* default */
body {
  font-family: YuMincho, 'Yu Mincho', serif;
  /*background: url(/common/images/portal/portal_bg.jpg) repeat-y center top;*/
  color: #2f2725;
  font-size: 1.6rem;
  line-height: 1.8;
  max-height: 100%;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}

.En {
  font-family: 'Tajawal', sans-serif;
}

a.tohome {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 14px;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: 18px;
  padding: 8px 8px;
}

input[type=text] {
  border: none;
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  border-radius: 4px;
}

select {
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  font-weight: 400;
  font-size: 11px;
  border-radius: 4px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 5px 5px;
  border: solid 1px #cccbcb;
  border-radius: 4px;
}

/* link option */
a {
  cursor: pointer;
}

a:link {
  color: #0080cb;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #0080cb;
  text-decoration: none;
}

a:hover {
  color: #0080cb;
  text-decoration: none;
}

a:active {
  color: #0080cb;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

i {
  font-style: normal;
}

img {
  height: auto;
}

.Deco {
  text-decoration: underline !important;
}

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 1.29em;
}

.bold {
  font-weight: 600;
}

.sml {
  font-size: 0.71em;
}

.red {
  color: #e40012;
}

.orange {
  color: #ff7800;
}

.white {
  color: #fff;
}

.blue {
  color: #4B72B6;
}

.Cyan {
  color: #4babb6;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  margin: 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  height: 100vh;
  z-index: 102;
}

.bgimg-slider {
  width: 100vw;
  height: 100vh;
  background-position: 40% top;
  background-size: cover;
}

.headerTop {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #ed6d1f;
  z-index: 103;
  top: 0;
  transition: 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
}

.scrlHdr {
}

#header h1 {
  position: absolute;
  left: 26px;
  top: 19px;
  width: 234px;
  transition: 0.3s;
}

.scrlHdr h1 {
  top: 13px !important;
  width: 178px !important;
}

#header h1 a {
  opacity: 1;
  transition: 0.3s;
}

#header h1 a:hover {
  opacity: 0.6;
}

#header h1 img {
  width: 100%;
}

.headerLogin {
  position: absolute;
  right: 77px;
  top: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.headerLogin a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #ED6D1F;
  font-size: 86%;
  font-weight: 700;
  letter-spacing: .1em;
  background-color: #fff;
  padding: 0px 22px 2px;
  border-radius: 50px;
  margin: 0 8px 0 0;
  border: solid 1px #fff;
  transition: .3s;
}

.headerLogin a:hover {
  color: #fff;
  background-color: #ED6D1F;
}

.headerNav {
  position: absolute;
  right: 360px;
  right: 450px;
  top: 0;
  height: 80px;
}

.headerNav ul {
  height: 80px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 106%;
  transition: 0.3s;
}

.headerNav ul li {
  padding: 0 0.2em;
  border-right: solid 1px #fff;
  line-height: 1;
  text-align: center;
  height: 28px;
}

.headerNav ul li:first-child {
  border-left: solid 1px #fff;
}

.headerNav ul li a {
  padding: 0.8em 0.8em 0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.headerNav ul li a span {
  position: relative;
  display: block;
}

.headerNav ul li a span:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #fff;
  transition: 0.3s;
}

.headerNav ul li a span:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 16px;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  transition: 0.3s;
}

.headerNav ul li.nav01 a span:before {
  background-position: center 0px;
  background-size: 10px;
}

.headerNav ul li.nav02 a span:before {
  width: 14px;
  height: 19px;
  background-image: url("../images/area_white_icn.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 14px auto;
}

.headerNav ul li.nav03 a span:before {
  background-position: center -46px;
  background-size: 14px;
}

.headerNav ul li.nav04 a span:before {
  width: 17px;
  height: 20px;
  background-image: url("../images/special_white_icn.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 15px auto;
}

.headerNav ul li a:hover span:after,
.service .headerNav ul li.nav01 a span:after,
.stay_flow .headerNav ul li.nav02 a span:after,
.workation .headerNav ul li.nav03 a span:after,
.resorts .headerNav ul li.nav04 a span:after,
.voice .headerNav ul li.nav05 a span:after,
.company .headerNav ul li.nav06 a span:after,
.news .headerNav ul li.nav07 a span:after {
  width: 100%;
  height: 1px;
}

.message .headerNav ul li.nav06 a span:after {
  width: 100%;
  height: 2px;
}

.about .headerNav ul li.nav06 a span:after {
  width: 100%;
  height: 2px;
}

.langBox {
  position: absolute;
  right: 325px;
  top: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: column;
  width: 92px;
  transition: 0.3s;
  cursor: pointer;
}

.langBox dt {
  width: 92px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding: 0 5px 7px;
  border-bottom: solid 1px #fff;
  margin: 0 0 7px;
  line-height: 1;
  background: url(/common/images/lng_arw.svg) no-repeat right 5px top 5px;
  background-size: 10px auto;
}

.langBox dd {
  width: 92px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: column;
  background: #fff;
  border-radius: 5px;
  padding: 10px 12px;
  display: none;
}

.langBox dd a {
  color: #808080;
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding: 0 0 0 27px;
  margin: 2px 0;
}

.langBox dd a.lngJa {
  background: url(/common/images/lngja_icn.svg) no-repeat left center;
  background-size: 21px;
}

.langBox dd a.lngEn {
  background: url(/common/images/lngen_icn.svg) no-repeat left center;
  background-size: 21px;
}

.langBox dd a.lngCh {
  background: url(/common/images/lngch_icn.svg) no-repeat left center;
  background-size: 21px;
}

.langBox dd a.lngKr {
  background: url(/common/images/lngkr_icn.svg) no-repeat left center;
  background-size: 21px;
}

.langBox dd a:hover {
  text-decoration: underline;
}

.scrlHdr h1 {
  top: 13px !important;
  width: 178px !important;
}

.scrlHdr .headerLogin {
  height: 55px;
}

.scrlHdr .headerNav {
  height: 55px;
}

.scrlHdr .langBox {
  top: 20px;
}

.scrlHdr .headerNav ul {
  height: 55px !important;
}

.scrlHdr .headerNav ul li {
  padding: 0 0.2em 0 1.2em;
}

.scrlHdr .headerNav ul li a {
  padding: 0.45em 1.2em 0 0;
}

.scrlHdr .headerNav ul li a span {
  padding-left: 1.7em
}

.scrlHdr .headerNav ul li a span:before {
  top: -2px;
  left: 0;
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

@media screen and (max-width: 1370px) {
  #header h1 {
    left: 2vw;
    /*top: 2.42vw;*/
    top: 21px;
    width: 17vw;
  }

  .scrlHdr h1 {
    top: 1vw !important;
    left: 2vw !important;
    width: 12vw !important;
  }

  /*
  .scrlHdr .headerNav ul li a {
    padding: 0.65vw 0.5em 0 0;
  }
  */

  .headerNav {
    right: calc(27.5vw + 92px);
  }

  .langBox {
    right: calc(21vw + 50px);
  }

  .headerNav ul {
    font-size: 1.22vw;
  }

  .headerLogin {
    right: 6vw;
  }

  .headerLogin a {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1000px) {
  .headerNav {
    display: none;
  }

  .langBox {
    right: calc(4vw + 26px);
  }

  .headerTop a.headerInq {
    display: none;
  }

  #header h1 {
    left: 29px;
    width: 24vw;
  }

  .scrlHdr h1 {
    top: 1.3vw !important;
    left: 2vw !important;
    width: 18vw !important;
  }
}

@media screen and (max-width: 885px) {}

@media screen and (max-width: 767px) {
  #header {
    height: 48px;
  background-size: cover;
  }

  .headerTop {
    height: 48px;
  }

  #header h1 {
    width: 146px;
    left: 10px;
    top: 12px;
  }

  .scrlHdr h1 {
    width: 146px !important;
    left: 10px !important;
    top: 12px !important;
  }

  .langBox {
    top: 15px;
  }

  .scrlHdr .langBox {
    top: 15px;
  }

  .langBox dd a {
    padding: 0 0 0 0;
  }

  .langBox dd a.lngJa {
    background: none;
  }

  .langBox dd a.lngEn {
    background: none;
  }

  .langBox dd a.lngCh {
    background: none;
  }

  .langBox dd a.lngKr {
    background: none;
  }
}

/***************************************************************************

  メニュー

***************************************************************************/
@media screen and (min-width: 1001px) {
  .MenuLogin {
    display: none;
  }

  .menuBoxNav {
    display: none;
  }
}

#navBox {
  visibility: hidden;
  display: none;
}

#menuBtn {
  padding: 23px 0px;
  display: block;
  width: 26px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  position: fixed;
  color: #ffffff;
  right: 2vw;
  top: 15px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1002;
}

#menuBtn i {
  display: block;
  width: 26px;
  border-top: solid 2px #fff;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}

#menuBtn i:before {
  content: '';
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  transition: 0.5s;
}

#menuBtn i:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.5s;
}

.open #menuBtn {}

.open #menuBtn i {
  color: #c1ae7a;
  border-top: solid 2px transparent;
}

.open #menuBtn i:before {
  top: 0;
  background: #183665;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

.open #menuBtn i:after {
  top: 0px;
  background: #183665;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}

.layer {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  opacity: 0.4;
}

/*
#navBox {
  width: 300px;
  position: fixed;
  color: #fff;
  right: -300px;
  top: 0;
  z-index: 1001;
  overflow: auto;
  visibility: visible;
  display: block;
  background: #fff;
  opacity: 0.9;
  padding: 80px 0 0;
}

.open #navBox {}

#navBox .wrap {
  max-width: 1000px;
  width: 100%;
  height: 100vh;
  margin: 0 auto 0;
  padding: 0 20px 0;
  overflow: auto;
}
*/

#navBox {
  width: 300px;
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  color: #fff;
  right: -300px;
  top: 0;
  z-index: 1001;
  visibility: visible;
  display: block;
  background: #fff;
  opacity: 0.9;
  padding: 80px 0 0;
}

.open #navBox {}

#navBox .wrap {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  padding: 0 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.open #navBox {
  visibility: visible;
}

.menuBoxNav {
  width: 100%;
  padding: 0 0 20px;
}

.menuBoxNav ul li {
  width: 100%;
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #163567;
  padding-left: 10px;
}

.menuBoxNav ul li a {
  padding: 0.5em 0 0.5em 26px;
  color: #163567;
  display: block;
  transition: 0.3s;
  opacity: 1;
}

.menuBoxNav ul li:nth-child(1) a {
  background: url(/common/images/portal/area_icn.svg) no-repeat 1px center;
  background-size: 14px auto;
}

.menuBoxNav ul li:nth-child(2) a {
  background: url(/common/images/portal/special_icn.svg) no-repeat left center;
  background-size: 17px auto;
}

.menuBoxNav ul li:nth-child(3) a {
  background: url(/common/images/menu_pic_icn.svg) no-repeat left center;
  background-size: 16px 13px;
}

.menuBoxNav ul li:nth-child(4) a {
  background: url(/common/images/menu_pen_icn.svg) no-repeat 2px center;
  background-size: 13px 15px;
}

.menuBoxNav ul li a:hover {
  opacity: 0.7;
}

.MenuLogin {
  margin-bottom: 120px;
}

.MenuLogin a {
  display: inline-block;
  background: #163567;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  transition: 0.3s;
  opacity: 1;
  padding: 5px 2em 7px;
  margin: 0 0 15px;
  letter-spacing: 0.025em;
  border-radius: 2em;
}

.MenuLogin a:hover {
  opacity: 0.6;
}

.menuDfLink {
  width: 100%;
  clear: both;
  margin-bottom: 1.5em;
}

.menuDfLink li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
}

.menuDfLink li a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 0 0 0.7em;
  font-size: 1.7rem;
  color: #163567;
  transition: 0.3s;
  opacity: 1;
}

.menuDfLink li a:hover {
  opacity: 0.7;
}

.menuDfLink li a:before {
  content: '-';
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  #menuBtn {
    top: 0px !important;
  }

  #navBox {
    padding: 55px 0 0
  }
}

@media screen and (max-width: 500px) {
  .menuBoxNav ul li {
    font-size: 20px;
  }

  .menuBoxNav ul li a span i {
    font-size: 12px;
    padding: 0 0 0 1em;
  }
}

@media screen and (max-width: 500px) {
  .menuBoxNav ul li {
    font-size: 20px;
  }

  .menuBoxNav ul li a span i {
    font-size: 12px;
    padding: 0 0 0 1em;
  }
}

@media screen and (max-width: 350px) {
  .menuBoxNav ul li {
    font-size: 19px;
  }

  .menuBoxNav ul li a span i {
    font-size: 10px;
  }
}

/***************************************************************************

  フッター   footer

***************************************************************************/
footer {
  width: 100%;
  padding: 0 0 0;
  background: #ed6d1f;
  clear: both;
  display: block;
}

footer .wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 65px;
  color: #fff;
}

.footerNavi {
  width: 840px;
  margin: 0 auto 50px;
  font-size: 0;
  padding-left: 0;
}

.footerNavi li {
  padding: 0 30px 0 0;
  line-height: 1.1;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 0 0 15px;
  position: relative;
}

.footerNavi li:after {
  position: absolute;
  top: 5px;
  right: 10px;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-60deg);
}

.footerNavi li:last-child:after {
  display: none;
}

.footerNavi li a {
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.footerNavi li a:hover {
  opacity: 0.5;
}

footer .wrap a {
  opacity: 1;
  transition: 0.3s;
}

footer .wrap a:hover {
  opacity: 0.5;
}

.footerBestrate {
  margin-bottom: 50px;
  text-align: center;
}

.footerBestrate a {
  width: 314px;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.footerBestrate a:hover {
  opacity: 0.7 !important;
}

.footerBestrate img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.footerAreaBlock {
  width: 100%;
}

.footerAreaBlock {
  width: 100%;
}

h2.footerH2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.065em;
  margin: 0 0 15px;
}

.footerAreaBlock ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #fff;
  margin: 0 0 40px;
  padding: 0 0 45px;
}

.footerAreaBlock ul li {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.92;
  position: relative;
  padding-right: 2.8em;
  display: inline-block;
}

.footerAreaBlock ul li::after {
  content: '/';
  position: absolute;
  right: 1.2em;
  top: 0;
}

.footerAreaBlock ul li:last-child {
  padding-right: 0;
}

.footerAreaBlock ul li:last-child::after {
  content: '';
  display: none;
}

.footerAreaBlock ul li a {
  color: #fff;
}

.dogInf {
  font-size: 13px;
  line-height: 2;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.025em;
}

.dogInf img {
  width: 16px;
  vertical-align: -1px;
  display: inline-block;
  margin: 0 3px 0 5px;
}

.footerBrandLink {
  width: 980px;
  margin: 20px auto 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footerBrandLink a {
  color: #fff;
  letter-spacing: .1em;
  font-size: .80em;
  font-weight: 400;
}

.footerBrandLink img {
  width: 100%;
}

.footerBrandLink .footerLinkFuga {
  padding: 0 0 40px;
  margin: 0 0 30px;
  border-bottom: solid 1px #fff;
}

.footerBrandLink ul li {
  position: relative;
  padding-left: 8px;
}

.footerBrandLink ul li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 14px;
}

/*
.footerBrandLink ul li.withDogs a {
  padding-right: 24px;
  display: inline-block;
  position: relative;
}

.footerBrandLink ul li.withDogs a:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/portal/dog_icn.svg) no-repeat center center;
  background-size: contain;
  right: 0;
  top: 2px;
}
*/

.footerBrandLink ul li.withDogs a {
    padding-right: 0;
    display: inline-block;
  position: relative;
}

.footerBrandLink ul li.withDogs a:after {
    position: static;
    content: '';
    width: 16px;
    height: 15px;
    background: url(../images/portal/dog_icn.svg) no-repeat center bottom;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

.footerLinkRight {
  padding-left: 27px;
}

.footerLinkLeft {
  width: 275px;
}

.footerLinkRight {
  width: 335px;
}

.footerLinkRight .footerLinkBdb {
  padding: 0 0 40px;
  margin: 0 0 30px;
  border-bottom: solid 1px #fff;
}

.footerLinkCenter {
  width: 370px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 0 27px;
}

.brandOtherBlock {
  width: 100%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin: 45px 0 0;
  padding: 45px 0 45px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.brandOtherBlock h3.footerBrandLinkBtn {
  width: 365px;
}

.brandOther01 {
  width: 190px;
}

.brandOther02 {
  width: 210px;
}

.brandOther03 {
  width: 210px;
}

h3.footerBrandLinkBtn {
  width: 100%;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.065em;
  pointer-events: none;
}

h3.footerBrandLinkBtn span {
  position: relative;
  padding: 0 1.3em;
  font-size: 16px;
  letter-spacing: 0.075em;
  display: inline-block;
}

h3.footerBrandLinkBtn span::before {
  content: '～';
  position: absolute;
  left: 0;
  top: 0;
}

h3.footerBrandLinkBtn span::after {
  content: '～';
  position: absolute;
  right: 0;
  top: 0;
}

.footerLogoBox {
  width: 840px;
  margin: 0 auto 36px;
  position: relative;
}
.footerLogo{
  width: 178px !important;
}
.footerLogoBox ul {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
}

.footerLogoBox ul li {
  margin-left: 14px;
}

.footerLogoBox ul img {
  width: 34px;
}

.copyright {
  width: 840px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  footer .wrap {
    padding: 40px 4% 15vw;
  }

  .footerNavi {
    margin: 0 0 25px;
    padding-left: 0;
  }

  .footerBrandLink a {
    font-size: .80em;
  }

  .footerBrandLink {
    width: 100%;
  }

  .brandOtherBlock h3.footerBrandLinkBtn {
    width: 100%;
  }

  .footerBrandLink ul li {
    margin-bottom: 6px;
  }

  .footerBrandLink ul li:before {
    width: 5px;
    top: 14px;
  }

  .footerLinkLeft {
    width: calc(100%/2);
    padding-right: 20px;
  }


  .footerLinkCenter {
    width: calc(100%/2);
    border-left: solid 1px #fff;
    border-right: none;
    padding-top: 10px;
    padding-left: 20px;
  }

  .footerLinkCenter h3 {
    margin-left: 20px;
  }

  .footerLinkCenter li {
    padding-left: 16px;
  }

  .footerLinkFuga {
    border-bottom: solid 1px #fff;
    padding-bottom: 40px;
  }

  .footerLinkRight {
    width: 100%;
    padding-left: 0;
    border-top: solid 1px #fff;
    margin-top: 20px;
    padding-top: 20px;
  }

  .footerLogoBox {
    width: 100%;
  }

  .footerNavi {
    width: 100%;
  }

  .copyright {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .wrap {
    padding: 40px 4% 20px;
  }

  h2.footerH2 {
    font-size: 18px;
    margin: 0 0 0;
    padding: 0 0 10px;
  }
  .footerAreaBlock h2.footerH2 {
    border-bottom: solid 1px #fff;
  }

  .footerAreaBlock ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: solid 1px #fff;
    margin: 0 0 40px;
    padding: 15px 0 15px;
  }

  .footerBrandLink {
    margin: 0 auto 20px;
  }

  .footerBrandLink a {
    font-size: 13px;
  }

.dogInf {
  font-size: 10px;
  margin: 0 0 12px;
}

  .footerLinkLeft h3 {
    width: 100%;
    position: relative;
  }

  .footerLinkCenter h3 {
    width: 100%;
  }

  .footerLinkCenter h3.tensui {
    width: 100%;
  }

.footerBestrate a {
    width: 240px;
}

  .footerBestrate img {
    width: 240px;
  }

  .footerLinkLeft {
    width: 100%;
    padding-right: 0;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
  }

  .footerLinkLeft div.sp {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .footerLinkLeft ul:nth-child(1) {
    width: 50%;
    padding-right: 10px;
    border-right: solid 1px #fff;
  }

  .footerLinkLeft ul:nth-child(2) {
    flex: 1;
    padding-left: 20px;
  }

  .footerLinkCenter {
    width: 100%;
    border-left: 0;
    border-right: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #fff;
  }

  .footerLinkBdb {
    width: 100%;
    border-bottom: solid 1px #fff;
  }

.footerLinkRight .footerLinkBdb {
  padding: 0 0 0;
  margin: 0 0 0;
  border-bottom: solid 1px #fff;
}

.footerLinkRight .footerLinkBdb .spMark ul:nth-child(1) {
  width: 100% !important;
  border-right: 0;
}

  .footerLinkBdb div.sp {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .footerLinkBdb ul:nth-child(1) {
    width: 50%;
    padding-right: 10px;
    border-right: solid 1px #fff;
  }

  .footerLinkBdb ul:nth-child(2) {
    flex: 1;
    padding-left: 20px;
  }

  .spMark {
    padding-bottom: 25px;
  }

  .footerLinkRight div.sp {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .footerLinkRight ul:nth-child(1) {
    width: 50%;
    padding-right: 10px;
    border-right: solid 1px #fff;
  }

  .footerLinkRight ul:nth-child(2) {
    flex: 1;
    padding-left: 20px;
  }

  .brandOtherBlock div.sp {
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .brandOtherBlock ul:nth-child(1) {
    width: 50%;
    padding-right: 10px;
    border-right: solid 1px #fff;
  }

  .brandOtherBlock ul:nth-child(2) {
    flex: 1;
    padding-left: 20px;
  }

  .footerBrandLink ul li:before {
    top: 12px;
  }

  .footerBrandLink ul li.withDogs a {
    padding-right: 0;
    display: inline-block;
    /*
  background: url(../images/portal/dog_icn.svg) no-repeat right top;
  background-size: 15px auto;
  */
  }

  .footerBrandLink ul li.withDogs a:after {
    position: static;
    content: '';
    width: 13px;
    height: 12px;
    background: url(../images/portal/dog_icn.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
  }

  .footerLinkCenter h3 {
    margin-left: 0;
  }

  h3.footerBrandLinkBtn {
    width: 100%;
    margin-bottom: 0;
    font-size: 10px;
    min-height: initial;
    padding: 15px 0;
    position: relative;
    pointer-events: initial;
  }

  h3.footerBrandLinkBtn span {
    position: relative;
    padding: 0 1.3em;
    font-size: 15px;
  }

  h3.footerBrandLinkBtn::before {
    content: '';
    width: 18px;
    height: 1px;
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }

  h3.footerBrandLinkBtn::after {
    content: '';
    width: 18px;
    height: 1px;
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    transform: rotate(-90deg);
    opacity: 1;
    transition: 0.3s;
  }

  h3.footerBrandLinkBtn.ftrAcdOn::after {
    transform: rotate(0);
    opacity: 0;
  }

  .footerLinkCenter li {
    padding-left: 16px;
  }

  .footerBrandLink .footerLinkFuga {
    border-bottom: 0;
    padding-bottom: 40px;
  }

  .footerLinkRight {
    width: 100%;
    padding-left: 0;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    border-bottom: solid 1px #fff;
  }

  .brandOtherBlock {
    width: 100%;
    border-top: 0;
    margin: 0 0 0;
    padding: 0 0 0;
    border-bottom: solid 1px #fff;
  }

  .brandOtherWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  img.footerLogo {
    width: 146px;
  }
}

@media screen and (max-width: 364px) {
  img.footerLogo {
    width: 44vw;
  }

  .footerLogoBox ul li {
    margin-left: 3vw;
  }

  .footerLogoBox ul img {
    width: 8.2vw;
  }
}

/***************************************************************************

  サイド検索リンク

***************************************************************************/
.fvLink {
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 999;
  width: 70px;
  transition: 0.3s;
}

.fvLnkWrap {
  display: none;
}

.fvLink li.fvReserve {
  width: 100%;
}

.fvLink li.fvSignIn {
  width: 100%;
}

.fvLink li a {
  width: 100%;
  padding: 0 0;
  height: 203px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
  text-align: center;
  transition: 0.3s;
  opacity: 1;
}

.fvLink li a:hover {
  opacity: 0.7;
}

.fvLink li.fvReserve a {
  background: rgba(255, 255, 255, 0.9);
  color: #a89250;
}

.fvLink li.fvSignIn a {
  background: #a89250;
  color: #fff;
  position: relative;
}

.fvLink li a i {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 13px;
  background: #fff;
  color: #a89250;
  font-weight: 400;
  letter-spacing: 0;
  top: 10px;
  left: 0;
  width: 100%;
  display: none;
}

.fvLink li a span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fvLink li.fvReserve a span {
  padding: 0 0 35px;
  background: url("/common/images/fvlnk01_icn.svg") no-repeat center bottom 20px;
  background-size: 23px;
}

.fvLink li.fvSignIn a span {
  /*padding: 0 0 20px;*/
  padding: 0 0 35px;
  background: url("/common/images/fvlnk02_icn.svg") no-repeat center bottom 20px;
  background-size: 25px;
}

/*
.fvLink li.fvReserve a span:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url("/common/images/fvlnk01_icn.svg") no-repeat center center;
  background-size: 23px;
  margin: 30px 0 0;
}

.fvLink li.fvSignIn a span:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url("/common/images/fvlnk02_icn.svg") no-repeat center center;
  background-size: 25px;
  margin: 25px 0 0;
}
*/

/*
.fvLink li:last-child a span:before {
  width: 34px;
  height: 25px;
  background-position: center -300px;
  background-size: 34px;
  margin-bottom: 4px;
}
*/

@media screen and (max-width: 767px) {
  .fvLnkWrap {
    display: none;
  }

  .fvLink {
    top: initial;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    border-top: solid 1px #a89250;
    padding: 0 0;
  }

  .fvLink li.fvReserve {
    width: 50%;
  }

  .fvLink li.fvSignIn {
    width: 50%;
  }

  .fvLink li a {
    width: 100%;
    padding: 2.5vw 0;
    height: initial;
    display: block;
    vertical-align: middle;
    font-size: 3.8vw;
    font-weight: 500;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: .2em;
    text-align: center;
    transition: 0.3s;
    opacity: 1;
  }

  .fvLink li a:hover {
    opacity: 0.7;
  }

  .fvLink li.fvReserve a {
    background: rgba(255, 255, 255, 0.9) url("/common/images/fvlnk01_icn.svg") no-repeat right 3vw center;
    background-size: 4vw;
    color: #a89250;
  }

  .fvLink li.fvSignIn a {
    background: #a89250 url("/common/images/fvlnk02_icn.svg") no-repeat right 3vw center;
    background-size: 4vw;
    color: #fff;
    position: relative;
  }

  .fvLink li a i {
    position: static;
    font-family: 'Noto Sans JP', sans-serif;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 3vw;
    background: #fff;
    color: #a89250;
    font-weight: 400;
    letter-spacing: 0;
    top: 0;
    left: 0;
    width: initial;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.2;
    margin: 0 2vw 0 0;
    display: none;
  }

  .fvLink li a span {
    width: initial;
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  .fvLink li.fvReserve a span {
    padding: 0 2vw 0 0;
    background: none;
  }

  .fvLink li.fvSignIn a span {
    padding: 0 2vw 0 0;
    background: none;
  }

}

/***************************************************************************

  共通パーツ

***************************************************************************/
/* レイアウト */
section {
  width: 100%;
}

section .wrap {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto 0;
  }

@media screen and (max-width: 1095px) {
  section .wrap {
    padding: 0 4%;
  }
}

/* ボタン */
.button {
  cursor: pointer;
  border: none;
  border-radius: 50px;
  position: relative;
  background: #ED6D1F;
  color: #fff;
  letter-spacing: .1em;
  padding-bottom: 4px;
  max-width: 270px;
  width: 90%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button:after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 34px;
  height: 12px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center -480px;
  background-size: 34px;
}

.button:hover {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.16);
}

/***************************************************************************

  その他

***************************************************************************/
.experienceLnk {
  width: 80%;
  max-width: 740px;
  display: block;
  margin: 0 auto 60px;
  opacity: 1;
  transition: 0.3s;
}

.experienceLnk:hover {
  opacity: 0.7;
}

.experienceLnk img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .experienceLnk {
    width: 100%;
    margin: 0 auto 30px;
  }
}

:target:before {
  height: 55px;
  margin: -55px 0 0;
  content: '';
  display: block;
}
