@charset "utf-8";
/* CSS Document */
 *, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#cWrap {
  width: 100%;
}
/**#contents*********************************************/
#contents {
  width: 980px;
  margin: 30px auto;
  padding: 0;
  text-align: left;
  background: url(/cmn/img/contents-bg.gif) left top repeat-y;
}
#contents *, #contents *:before, #contents *:after {
box-sizing: border-box;
}
article a {
  color: #05054f;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
}
article a:visited {
  color: #05054f;
}
article a:hover {
  color: #05054f;
  text-decoration: none;
}
/*リンク黒*/
article .alink-black a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
article .alink-black a:visited {
  color: #000;
}
article .alink-black a:hover {
  color: #000;
  text-decoration: underline;
}
article h3 {
  clear: both;
  border-left: 3px solid #ef7a00;
  border-bottom: 1px solid #a6a691;
  padding: 0 0 5px 15px;
  font-size: 115%;
  margin: 1em 0 1em 0;
}
article h3.h3none {
  border: none;
  padding: 0;
  margin: 1em 0;
}
article .ttl {
  clear: both;
  border-left: none;
  border-bottom: none;
  background: #f4f1ed;
  padding: 5px 0 5px 13px;
  font-weight: bold;
  margin: 1em 0;
}
article .ttl:first-child {
  margin: 0 0 1em 0;
}
article h4, article .ttl02 {
  border-bottom: 1px solid #a6a691;
  padding-bottom: 5px;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
article h4.h4none {
  border: none;
  padding-bottom: 0;
}
article h5, article .ttl03 {
  position: relative;
  clear: both;
  font-weight: bold;
  margin: 1em 0 1em 1.5em;
}
article h5:after, article .ttl03:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #ea510e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
article h5.h5none {
  position: static;
  margin: 1em 0;
}
article h5.h5none:after {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
}
article .ttl04 {
  clear: both;
  background: #f2902a;
  padding: 5px 0 5px 13px;
  color: #FFF;
  font-size: 105%;
  font-weight: bold;
  margin: 1em 0;
}
article p, article ul, article ol, article li, article dl, article table {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, article table:last-child {
  margin-bottom: 0;
}
#contents {
  min-height: 1%;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html #contents {
  height: 1%;
}
#contents {
  display: block;
}
img{
    max-width: 100%;
    height: auto;
}
/**/
/****************************************
 singleLpベース
*****************************************/
body {
  overflow-x: hidden;
}
body.is-tb {
  min-width: auto;
}
#sidebar {
  display: none;
}
#cWrap {
  background: none;
  margin-top: 144px;
}
#contents {
  background: none;
  margin-top: 0;
}
#h1Wrap {
  display: none;
}
.column2.column2Box {
  width: 730px;
}
.inquiry-tel dd {
font-size: 96%;
padding: 7px 0 7px 0;
}
/****************************************
 h1見出し画像
*****************************************/
#hitoritabi .h1Bg {
    width: 100%;
    padding-top: 34.8%;
    position: relative;
}
#hitoritabi .h1Bg h1.singleLp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: url(../img/h1-bg-pc.jpg);
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hitoritabi .h1Bg h1 img {
    width: 40%;
    max-width: 600px;
    height: auto;
}
h1.singleLp > img.only-pc {
  display: block;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 1750px) {
#hitoritabi .h1Bg h1 img {
    width: 32%;
}
}
@media screen and (max-width: 1280px) {
    #hitoritabi .h1Bg h1 img {
        width: 32%;
    }
}
@media screen and (max-width: 840px) {
    #hitoritabi .h1Bg {
        padding-top: 88.3%;
    }
    #hitoritabi .h1Bg h1.singleLp {
        background-image: url(../img/h1-bg-sp.jpg);
    }
    #hitoritabi .h1Bg h1 img {
        width: 60%;
    }
}
@media screen and (max-width: 750px) { /*SP*/
  body.singleLp #contents {
    margin: 0 auto -17px auto!important;
    width: 100% !important;
  }
  #cWrap > #contents > #article {
    width: 100%!important;
    padding-top: 0 !important;
  }
  h1.singleLp > img.only-pc {
    display: none;
  }
  h1.singleLp > img.only-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .column2.column2Box {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  body.singleLp #contents {
    margin: 0 auto 0 auto;
    width: 100% !important;
  }
  #article {
    width: 100%;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  #article {
    width: 980px;
  }
}
@media screen and (max-width: 520px) {
    #hitoritabi .h1Bg h1 img {
        width: 70%;
    }
}
/****************************************
 文字サイズ
*****************************************/
body.singleLp #contents #hitoritabi {
  font-family: 'Shippori Mincho', 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'source-han-serif-japanese', serif;
	/*font-family: 'Times New Roman', Times, 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'yu-mincho-pr6n', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'source-han-serif-japanese', serif;*/
  line-height: 1.6;
  font-size: 140%;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  color: #05054f;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
    body.singleLp #contents #hitoritabi {
      font-size: 110%;
    }
}
body.singleLp #contents #hitoritabi .txt-num {
  font-family: 'Cormorant Infant', serif;
  letter-spacing: 1px;
  vertical-align: -1px;
  margin: 0 0.15em 0 0.15em;
}
body.singleLp #contents article p {
  line-height: 1.9;
  font-size: 110%;
}
body.singleLp #contents article ul {
  font-size: 110%;
}
body.singleLp #contents article td {
/*  font-size: 110%;*/
}
body.singleLp #contents article .txtSmall {
  line-height: 1.9;
  font-size: 90%;
}
body.singleLp #contents article .txtSmall02 {
  line-height: 1.9;
  font-size: 80%;
}
body.singleLp #contents article .txtSmall03 {
  line-height: 1.9;
  font-size: 70%;
}
body.singleLp #contents article .txtSmall04 {
  line-height: 1.9;
  font-size: 60%;
}
body.singleLp #contents article .txtBig04 {
    line-height: 1.9;
    font-size: 160%;
}
body.singleLp #contents article .txtBig05 {
    line-height: 1.9;
    font-size: 180%;
}
#hitoritabi .txt-gold{
    color:#ffd268!important;
}
#hitoritabi .txt-gold2 {
    color:#bda366!important;
}
#hitoritabi .txt-gray {
    color:#5b5b5b!important;
}
#hitoritabi .txt-white{
    color:#ffffff!important;
}
#article h2.singleLp {
  background: none;
  font-family: 'Shippori Mincho';
  font-size: 3rem;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
  position: relative;
}
#article h2.singleLp::before {
    content: "";
    display: block;
    width: 150px;
    height: 20px;
    background-image: url('/lp/hitoritabi/img/h2-kazari.svg');
    background-position: center;
    background-size: contain;
    position: absolute;
    top:-40px;
    left:50%;
    transform: translateX(-50%);
}
#article h3 {
  border-bottom: none;
  font-size: 125%;
}
#article h3.singleLp {
  background: none;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1em;
  border-left: none;
}
@media screen and (max-width:900px) {
    #article h2.singleLp{
        font-size: 35px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:750px) {
    #article #hitoritabi h2.singleLp{
        margin-bottom: 40px!important;
    }
   #article h2.singleLp::before {
    width: 100px;
    height: 10px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#article a.pdf {
  background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
#article a.window {
  background: url(/cmn/img/ico/ico-window-b.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}

@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
article img#h2-txt-copy {
  width: 98%;
  height: auto;
}
article h2 img#h2-about {
  width: 80%;
  height: auto;
}
article h2 img#h2-tokuten {
  width: 50%;
  height: auto;
}
article h2 img#h2-login {
  width: 60%;
  height: auto;
}
}
@media screen and (min-width:981px) and (max-width:1200px) { /* pc narrow */
article img#h2-txt-copy {
  width: 98%;
  height: auto;
}
article h2 img#h2-about {
  width: 80%;
  height: auto;
}
article h2 img#h2-tokuten {
  width: 50%;
  height: auto;
}
article h2 img#h2-login {
  width: 60%;
  height: auto;
}
}
@media screen and (max-width: 750px) { /*Sp*/
  #cWrap > #contents > #article h2.singleLp {
   /* font-size: 20px !important;
    margin: 0 0 15px 0!important;*/
  }
  body.singleLp #contents {
    font-size: 100%;
  }
article img#h2-txt-copy {
  width: 98%;
  height: auto;
}
article h2 img#h2-about {
  width: 98%;
  height: auto;
}
article h2 img#h2-tokuten {
  width: 60%;
  height: auto;
}
article h2 img#h2-login {
  width: 70%;
  height: auto;
}
  #article h3.doc img.ico {
    width: 1.5em;
    height: auto;
    margin-right: 0.5em;
  }
  #article a.pdf {
    background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #article a.window {
    background: url(/cmn/img/ico/ico-window-b.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }

}
/****************************************
 #mv
*****************************************/
#hitoritabi #mv .only-pc-c-txt{
    font-size: 22px;
}
#hitoritabi #mv .box-schedule {
    border:1px solid #bda366;
    padding: 50px 50px 30px 50px;
    position: relative;
    margin-top: 70px;
}
#hitoritabi #mv .box-schedule .txt-gold2{
    position: absolute;
    top:-1em;
    left:50%;
    transform: translateX(-50%);
    background: #fffaf5;
    padding: 0 15px;
}
.link-list3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.link-list3 li {
  width: calc(33.3% - 10px);
}
.btnRoute a {
    overflow: visible;
    background: #fffaf5;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 0 auto;
    max-width: 280px;
    padding: 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border:1px solid #313131;
    text-decoration: none;
}
.btnRoute a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #313131;
    transition: 0.3s;
}
.btnRoute a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #313131;
    transition: 0.3s;
}
.btnRoute a:hover:before, .btnRoute a:hover:after {
    right: -2.5em;
}
.btnRoute a:hover {
    color: #000;
}
.btnRoute a.routeKobeOita {
    background: #d9cca5;
}
.btnRoute a.routeOsakaBeppu {
    background:#aab7cd;
}
.btnRoute a.routeOsakaShibushi {
    background:#e4babe;
}
.btnRoute a.routeKobeOita:hover {
    background:#c5ac60;
}
.btnRoute a.routeOsakaBeppu:hover {
    background:#7a94c0;
}
.btnRoute a.routeOsakaShibushi:hover {
    background:#d8868e;
}
@media screen and (max-width:1200px) { /* pc narrow */
    #hitoritabi #mv .box-schedule{
     padding: 50px 15px 30px 15px;
    }
    .btnRoute a{
        max-width: 220px;
        font-size: 14px;
    }
}
@media screen and (max-width:900px) {
    #hitoritabi #mv .only-pc-c-txt {
    font-size: 18px;
   }
.btnRoute a:before {
    right: -1.5em;
    width: 12px;
    height: 1px;
  }
.btnRoute a:after {
    right: -1.5em;
    width: 40px;
    height: 1px;
  }
}
@media screen and (max-width:850px) {
    #hitoritabi #mv .box-schedule {
        padding: 50px 0 30px 0;
        border-right: none;
        border-left: none;
    }
   .btnRoute a {
      width: 200px;
      font-size: 14px;
   }
}
@media screen and (max-width:750px) {
  .link-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
    .link-list3 li {
        margin-right: 0;
        margin-bottom: 30px;
        width: calc(50% - 10px);
    }
    .btnRoute a{
        width: 280px;
    }
}

@media screen and (max-width:550px) {
    body.singleLp #contents #hitoritabi #mv p.copy{
        font-size: 15px;
    }
    #hitoritabi #mv .box-schedule .txt-gold2{
        font-size: 14px;
    }
  .link-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .link-list3 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:450px) {
    body.singleLp #contents #hitoritabi #mv p.copy{
        font-size: 3.5vw;
    }
}

/****************************************
 #campaign
*****************************************/
#hitoritabi #campaign h2, #hitoritabi #campaign p {
    color: #fff;
}
#hitoritabi #campaign .h3Wrap {
    margin-top: 50px;
    padding-top: 10px;
    background: #bda366;
}
#hitoritabi #campaign h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    height: 64px;
    line-height: 64px;
    background: #07152b;
    background:  url("/lp/hitoritabi/img/h3-bg.gif") repeat-x;
    display: flex;
    align-content: center;
    justify-content: center;
}
#hitoritabi #campaign h3 img {
    width: 29px;
    height: 29px;
    margin: 17px 10px 0 10px;
}
#hitoritabi #campaign .border {
    border: 1px solid #ffd268;
    padding:  0 2px;
    margin-right: 10px;
}
#hitoritabi #campaign #campaignBox {
    margin-bottom: 70px;
    padding: 32px;
    background: #bda366;
    border: 1px solid #bda366;
}
#hitoritabi #campaign #cabinList {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 text-align: center;
}
#hitoritabi #campaign #cabinList li{
    max-width: 375px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
#hitoritabi #campaign #cabinList .routeKobeOita{
  display: block;
  background: #d9cca5;
  padding: 8px 0;
  font-weight: bold;
  flex-grow:1;
}
#hitoritabi #campaign #cabinList .note {
  display: block;
  padding: 4px 0 0 0;
  font-size: 11px;
  line-height: 1.2;    
}
#hitoritabi #campaign #cabinList .routeOsakaBeppu{
  display: block;
  background: #aab7cd;
  padding: 8px 0;
  font-weight: bold;
  flex-grow:1;
}
#hitoritabi #campaign #cabinList .routeOsakaShibushi{
  display: block;
  background: #e4babe;
  padding: 8px 0;
  font-weight: bold;
  flex-grow:1;
}
#hitoritabi #campaign #cabinList .plus{
  display: block;
  color: #fff!important;
  background: #07152b;
  padding: 8px 0;
}
@media screen and (max-width:1200px) { /* pc narrow */
    #hitoritabi #campaign #cabinList li{
    width: calc(33.3% - 4px);
    max-width: 100%;
 }
}
@media screen and (max-width:750px) {
    #hitoritabi #campaign .h3Wrap {
    margin-top: 20px;
    padding-top: 15px;
 }
#hitoritabi #campaign #campaignBox {
    margin-bottom: 50px;
    padding: 25px 15px 25px 15px;
  }
#hitoritabi #campaign #cabinList .note {
    font-size: 11px;
    letter-spacing: 0;
 }
}
@media screen and (max-width:550px) {
    #hitoritabi #campaign #cabinList li{
        width: 100%;
        margin-bottom: 25px;
    }
    #hitoritabi #campaign h3{
        font-size: 18px;
    }
    #hitoritabi #campaign .border {
    font-size: 11px;
    margin-right: 0.25em;
   }
    body.singleLp #contents #campaign .txtBig04 {
    line-height: 1.5;
    font-size: 17px;
   }
    body.singleLp #contents #campaign .txtBig05 {
    line-height: 1.5;
    font-size: 19px;
   }
}


/****************************************
 #funatabi
*****************************************/
#hitoritabi #funatabi .funatabi-img {
    position: relative;
    margin-top:50px;
    margin-bottom: 70px;
}
#hitoritabi #funatabi .funatabi-img > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#hitoritabi #funatabi .funatabi-img .box-copy {
    position: absolute;
    top: 70px;
    right: 50px;
    background: rgba(58, 108, 141, 0.8);
    color: #fff;
    width: 420px;
    padding:40px 5px 40px 60px;
    font-size: 14px;
    line-height: 1.3;
}
#hitoritabi #funatabi .funatabi-img .box-copy .title {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#hitoritabi #funatabi .funatabi-img .box-copy .copy {
    font-size: 16px;
    line-height: 1.7;
}
#hitoritabi #funatabi .funatabi-photo {
    margin-bottom: 70px;
}
#hitoritabi #funatabi .funatabi-photo:after {
    content: "";
    clear: both;
    display: block;
}
#hitoritabi #funatabi .funatabi-photo .photo {
    float: left;
    z-index: 2;
    position: relative;
    width: 60%;
}
#hitoritabi #funatabi .funatabi-photo .copy {
        height: 12em;
        font-size: 26px;
        position: absolute;
        top: 0;
        right: -6em;
        letter-spacing: 0.25em;
        writing-mode: vertical-rl;
       color: #bda366!important;
}
#hitoritabi #funatabi .funatabi-photo .photo2 {
    float: right;
    z-index: 2;
    position: relative;
    width: 60%;
}
#hitoritabi #funatabi .funatabi-photo .copy2 {
        height: 16em;
        font-size: 26px;
        position: absolute;
        top: 0;
        left:-8em;
        letter-spacing: 0.25em;
        writing-mode: vertical-rl;
        color: #bda366!important;
}
#hitoritabi #funatabi .funatabi-photo .photo img,
#hitoritabi #funatabi .funatabi-photo .photo2 img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width:900px) { /* pc narrow */
#hitoritabi #funatabi .funatabi-img .box-copy {
    top: 50px;
    right: 30px;
    width: 380px;
    padding:20px 5px 15px 30px;
    font-size: 14px;
    line-height: 1.3;
  }
#hitoritabi #funatabi .funatabi-img .box-copy .title {
    font-size: 24px;
 }
#hitoritabi #funatabi .funatabi-photo .copy {
    font-size: 20px;
  }
#hitoritabi #funatabi .funatabi-photo .copy2 {
    font-size: 20px;
  }
}
@media screen and (max-width:750px) {
    #hitoritabi #funatabi .funatabi-img{
        margin-top: 20px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy {
        top: 40px;
        right: 20px;
        width: 40%;
        padding:20px 15px 15px 20px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy .title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
}
    #hitoritabi #funatabi .funatabi-img .box-copy .copy {
    font-size: 14px;
    line-height: 1.5;
   }
}
@media screen and (max-width:650px) {
    #hitoritabi #funatabi .funatabi-img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
    #hitoritabi #funatabi .funatabi-img .box-copy .copy {
    font-size: 14px;
    line-height: 1.5;
   }
    #hitoritabi #funatabi .funatabi-photo .copy{
        font-size: 15px;
    }
    #hitoritabi #funatabi .funatabi-photo .copy2{
        font-size: 15px;
    }
    #hitoritabi #funatabi .funatabi-photo{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:590px) {
    #hitoritabi #funatabi .funatabi-img{
        display: flex;
        flex-direction: column;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy{
        position: static;
        width: 100%;
    }
    #hitoritabi #funatabi .funatabi-img > img{
        margin-top: -22px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy .title{
        margin-bottom: 10px;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy .title br {
        display: none;
    }
    #hitoritabi #funatabi .funatabi-img .box-copy{
        margin-bottom: 0;
    }
}


/****************************************
 #lounge
*****************************************/
#article #hitoritabi #lounge h2.singleLp {
    color: #330c00;
    margin-bottom: 5px;
    letter-spacing: 0;
}
#hitoritabi #lounge .lounge-img {
    position: relative;
    margin-top:50px;
}
#hitoritabi #lounge .lounge-img > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#hitoritabi #lounge .box-copy {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(56, 31, 24, 0.8);
    color: #fff;
    width: 420px;
    padding:40px 45px 40px 45px;
}
#hitoritabi #lounge .box-copy .copy {
    font-size: 17px;
    line-height: 1.8;
}
#hitoritabi #lounge .box-memo {
    display: flex;
    width: 900px;
    margin: 40px auto 0 auto;
}
#hitoritabi #lounge .box-memo .photo {
    width: 50%;
    height: auto;
}#hitoritabi #lounge .box-memo img {
    width: 450px;
    max-width: 450px;
    height: auto;
}
#hitoritabi #lounge .box-memo .txt{
background: #f7f4ec;
padding:40px 40px 40px 50px;
width: 50%;
}
#hitoritabi #lounge .box-memo p.title {
    color:#b18620;
    font-size:20px;
}
#hitoritabi #lounge .box-memo p.memo{
    color:#222222;
    font-size: 16px;
}
@media screen and (max-width:900px) { /* pc narrow */
    #hitoritabi #lounge .box-copy{
        width: 50%;
    }
    #hitoritabi #lounge .box-memo{
        width: 90%;
    }
    #hitoritabi #lounge .box-memo .photo{
        width: 50%;
    }
    #hitoritabi #lounge .box-memo .txt{
        padding: 30px;
    }
}
@media screen and (max-width:750px) {
    #article #hitoritabi #lounge h2.singleLp {
    margin-bottom: 5px!important;
  }
   #hitoritabi #lounge .box-copy {
    bottom: 20px;
    right: 20px;
    width: 40%;
    padding: 20px 15px 15px 20px;
  }
  #hitoritabi #lounge .box-copy .copy {
    font-size: 15px;
    line-height: 1.6;
   }
    #hitoritabi #lounge .box-memo p.memo{
        font-size: 15px;
        line-height: 1.6;
    }
}
@media screen and (max-width:650px) {
    #hitoritabi #lounge .box-memo{
        width: 100%;
        margin-top: 30px;
    }
    #hitoritabi #lounge .box-memo p.title{
        font-size: 15px;
    }
    #hitoritabi #lounge .box-memo p.memo{
        font-size: 14px;
    }
}
@media screen and (max-width:590px) {
       #hitoritabi #lounge .lounge-img {
        display: flex;
        flex-direction: column;
    }
    #hitoritabi #lounge .box-copy {
        position: static;
        width: 100%;
    }
    #hitoritabi #lounge .box-memo .txt{
        padding: 15px;
    }
}
@media screen and (max-width:550px) {
    #hitoritabi #lounge .box-memo{
        display: flex;
        flex-direction: column;
    }
    #hitoritabi #lounge .box-memo .photo{
        width: 100%;
    }
    #hitoritabi #lounge .box-memo .txt{
        width: 100%;
    }
    #hitoritabi #lounge .box-memo img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/****************************************
 #osusume #dangan 
*****************************************/
#article #hitoritabi #osusume h2.singleLp {
    margin-bottom: 40px;
    font-size:2.9rem;
}
#article #hitoritabi #dangan h2.singleLp {
    margin-bottom: 40px;
    font-size:2.9rem;
}
.btnMore a {
    overflow: visible;
    background: #fffaf5;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border:1px solid #313131;
    text-decoration: none;
}
.btnMore a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #313131;
    transition: 0.3s;
}
.btnMore a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #313131;
    transition: 0.3s;
}
.btnMore a:hover:before, .btnMore a:hover:after {
    right: -2.5em;
}
.btnMore a:hover {
    background: #d9cca5;
    color: #000;
}
/****************************************
 #reserve 
*****************************************/
#hitoritabi #reserve{
    color: #fff;
}
.btnReserve, a.btnReserve, a:visited.btnReserve {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  background-color: #f28e26;
  background: linear-gradient(135deg, rgba(255, 102, 0, 1) 0%, rgba(242, 142, 38, 1));
  border-bottom: solid 2px #d27d00;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  width: 560px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btnReserve > span {
    font-size: 18px;
    display:block; 
}
.btnReserve:hover {
    color: #fff!important;
  background: linear-gradient(135deg, rgba(255, 84, 0, 0.9) 0%, rgba(255, 84, 0, 1));
    transition : .5s;
}
@media screen and (max-width:900px) { /* pc narrow */
  #article #hitoritabi #osusume h2.singleLp {
    margin-bottom: 20px;
    font-size:30px;
  }
  #article #hitoritabi #dangan h2.singleLp {
    margin-bottom: 20px;
    font-size:30px;
  }
  .btnMore a:before {
    right: -1.5em;
    width: 12px;
    height: 1px;
  }
  .btnMore a:after {
    right: -1.5em;
    width: 40px;
    height: 1px;
  }
}
@media screen and (max-width:600px) {
  .btnReserve, a.btnReserve, a:visited.btnReserve {
      width: 95%;
      font-size: 4.8vw;
   }
   .btnReserve > span {
      font-size: 3vw;
   }
}
@media screen and (max-width:450px) {
    .btnReserve, a.btnReserve, a:visited.btnReserve{
        width: 100%;
    }
}

/****************************************
 color
*****************************************/
.color00 { /**/
  background: #ffffff;
}
.color01 { /*cream*/
  background: #fffaf5;
}
.color02{ /*navy*/
    background-color: #1c4894;
	background: linear-gradient(135deg, rgba(28, 72, 148, 1) 0%, rgba(5, 23, 53, 1));
}
.color03{ /*gold*/
    background-color: #d9d1be;
	background: linear-gradient(135deg, rgba(251, 245, 232, 1) 0%, rgba(164, 152, 123, 1));
}
.color04{ /*dot*/
    background: #fffaf5;
    background:url(/lp/hitoritabi/img/bg-dot.gif);
    background-repeat: repeat;
    background-position: 50% 20px;
    background-size: 40px 40px;
}
.color05{ /*check*/
    background: #fffaf5;
    background:url("/lp/hitoritabi/img/bg-check.gif");
    background-repeat: repeat;
    background-size: 24px 24px;
}
.box-border {
    background: #ffffff;
    padding: 70px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #666;
	border-radius: 4px;
}
.standardWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.lastWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.singleLpContents .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 120px 0 100px 0;
}

@media screen and (max-width:1200px) { /* pc narrow */
.singleLpContents .inner {
  max-width: 980px;
  width: calc(100% - 60px);
 }
}
@media screen and (max-width:1000px) { /* tb + pc narrow */
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 60px);
 }
}
@media screen and (max-width:800px) { 
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 30px);
  padding: 80px 0 60px 0;
 }
}
@media screen and (max-width:750px) { 
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 30px);
  padding: 60px 0 50px 0;
 }
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > div,
.col2 > li {
width: calc(50% - 8px);
    margin: 0 0 16px 0;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > div,
.col3 > li {
width: calc(33.3% - 10px);
    margin: 0 0 16px 0;
/*  padding: 0;*/
  font-size: 90%;
}
.col3 > li a {
  display: block;
}
.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col4 > div,
.col4 > li {
width: calc(25% - 10px);
    margin: 0 0 16px 0;
  padding: 0;
  font-size: 90%;
}
.col4 > li a {
  display: block;
}
.box-whitebg {
  padding: 2em;
  margin: 2em 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
  border: 2px solid #87CEFA;
}
.box-redline {
  padding: 1.5em 1em;
  margin: 2em 0;
  border-radius: 6px;
  border: 2px solid #dc0000;
}
body.singleLp #contents article .box-redline p{
  font-size: 100%;
}
body.singleLp #contents article .box-redline p.txt-red02{
  font-size: 22px;
}

@media screen and (max-width: 750px) { /* SP */
body.singleLp #contents article .box-redline p.txt-red02{
  font-size: 120%;	
}
.box-redline {
    padding: 1.5em 1em;
    margin: 2em 0 0 0;
    border-radius: 6px;
    border: 2px solid #dc0000;
   }
}

.box-whitebg p {
  margin: 0;
  padding: 0;
}

/****************************************
 table
*****************************************/
table {
  width: 100%;
/*  font-size: 110%;*/
}
td.td-c {
  text-align: center;
}
td.td-r {
  text-align: center;
}
th.em-cell-t, td.em-cell-t {
  border-top: 6px solid #ffa600 !important;
}
th.em-cell-r, td.em-cell-r {
  border-right: 4px solid #ffa600 !important;
}
th.em-cell-b, td.em-cell-b {
  border-bottom: 6px solid #ffa600 !important;
}
th.em-cell-l, td.em-cell-l {
  border-left: 4px solid #ffa600 !important;
}
th{
	background: #ffff85;
}
.underline01 {
  border-bottom: solid 2px #999999;
}
.underline02 {
  border-bottom: solid 2px #dc0000;
}
.underline03 {
  border-bottom: solid 2px #87CEFA;
}
.underline04{
background: linear-gradient(left, rgb(255,255,204) 50%, transparent 50%);
background: -webkit-linear-gradient(left, rgb(255,255,204) 50%, transparent 50%);
}
.c-marker {
	background: linear-gradient(to right, rgb(255,255,204) 50%, transparent 50%);
    background: -webkit-linear-gradient(left, rgb(255,255,204) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,204) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,204) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.5em; 
    background-position: 100% 0.5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% 0.95em;
}
.accordion-ttl {
  background: url("/lp/hitoritabi/img/ico-plus.gif") 12px 15px no-repeat #c0deff;
  padding: 10px 5px 10px 47px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #34434c;
  border-radius: 2px;
}
.accordion-active {
  background: url("/lp/hitoritabi/img/ico-minus.gif") 12px 15px no-repeat #c0deff;
  padding: 10px 5px 10px 47px;
  margin-bottom: 0;
  margin-top: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #34434c;
}
.accordion-ttl:hover {
  color: #3b71ab;
}
.accordion {
  display: none;
  background: /*#e5f5ff;*/#c0deff;
  padding: 1em 3.5em 2.5em 3.5em;
  margin-bottom: 2em;
}

@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  table {
    width: 100%;
    font-size: 99%;
  }
}

@media screen and (max-width: 750px) { /* SP */
  table {
    width: 100%;
    font-size: 89%;
  }
  .col2 > div {
    width: 100%;
  }
  .col3 > li {
    /*display: flex;
		  flex-wrap: wrap;*/
    margin-bottom: 0;
  }
  .col3 > li > img {
    width: 100%;
    height: auto;
    max-height: 63px;
    max-width: 103px;
  }

  .lastWrap > .inner {
    margin: 0 auto -6em auto;
    padding: 70px 1em 10em 1em;
    width: calc(100% - 2em);
  }
  .box-whitebg {
    padding: 0.75em;
    border: 1px solid #87CEFA;
  }
.accordion-ttl {
  background: url("/lp/hitoritabi/img/ico-plus.gif") 12px 12px no-repeat #c0deff;
  padding: 8px 5px 10px 47px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #34434c;
  border-radius: 2px;
}
.accordion-active {
  background: url("/lp/hitoritabi/img/ico-minus.gif") 12px 12px no-repeat #c0deff;
  padding: 8px 5px 10px 47px;
  margin-bottom: 0;
  margin-top: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #34434c;
}
.accordion-ttl:hover {
  color: #3b71ab;
}
.accordion {
  display: none;
  background: #c0deff;
  padding: 1em;
  margin-bottom: 2em;
}
}
/****************************************
 only pc/tb/sp
*****************************************/
@media screen and (max-width: 750px) { /* SP */
  .only-pc, .only-pctb {
    display: none !important;
  }
  .only-pc-c-txt {
    text-align: left !important;
  }
  .only-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .only-spi {
    display: inline-block !important;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  .only-tb {
    display: block !important;
  }
  .only-tbi {
    display: inline-block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  .only-pc {
    display: block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pci {
    display: inline-block !important;
  }
  .only-pc-c-txt {
    text-align: center;
  }
  .only-sp {
    display: none !important;
  }
  .only-tb {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/****************************************
bnr
*****************************************/
a:hover img.bnr {
    opacity: 0.7;
    transition-duration:0.6s;
}
.maxw100{
	max-width: 100%;
	height: auto;
}

/****************btn***********************/

.btn, a.btn, button.btn {
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 110%;
}

i.pdf {
background: url(/cmn/img/ico/ico-pdf.gif) right 55% no-repeat;
    padding: -5px 15px 0 0;
    margin-right: 3px;
}

#article .youtubelist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
#article .youtubelist li {
  width: 460px;
  font-size: 100%;
  line-height: 1.8;
}
#article .youtubelist .youtube {
position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
margin-bottom: 7px;
}
#article .youtubelist .youtube iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
body.singleLp #contents article .youtubelist p {
    font-size: 95%!important;
}
.bnr_hover .bnrbtn {
  width: 12em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  font-size: 115%;
  position: relative;
  transition: opacity .4s;
  opacity: 1;
  padding: 5px;
  margin: 0 auto;
}
.bnr_hover a:hover .bnrbtn {
  background-color: rgba(0, 106, 227, 0.3);
}
.bnr_hover .bnrbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
@media screen and (max-width: 750px) { /* SP */
  .btn, a.btn, button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.3rem;
    font-size: 110%;
  }
	.box-border{
		padding: 1em;
	}
 #article .youtubelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
 #article .youtubelist .youtube{
margin-bottom: 0;
  }
 #article .youtubelist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
 #article .youtubelist li img {
    margin-bottom: 0.5em;
  }
 #article .youtubelist li:nth-child(1) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  .col3 > li img {
    width: 100%;
    height: auto;
  }
  #article .youtubelist li {
    width: 45% !important;
    font-size: 100%;
    line-height: 1.8;
  }
}


img.br6 {
  border-radius: 6px;
}