@charset "utf-8";

/*------------------------

特集・記事用雛形/日本語PCからのコピー

------------------------*/
/* margin */
.mt0  {margin-top:0!important;}    .mr0  {margin-right:0!important;}    .mb0  {margin-bottom:0!important;}    .ml0  {margin-left:0!important;}
.mt3  {margin-top:3px!important;}  .mr3  {margin-right:3px!important;}  .mb3  {margin-bottom:3px!important;}  .ml3  {margin-left:3px!important;}
.mt5  {margin-top:5px!important;}  .mr5  {margin-right:5px!important;}  .mb5  {margin-bottom:5px!important;}  .ml5  {margin-left:5px!important;}
.mt10 {margin-top:10px!important;} .mr10 {margin-right:10px!important;} .mb10 {margin-bottom:10px!important;} .ml10 {margin-left:10px!important;}
.mt15 {margin-top:15px!important;} .mr15 {margin-right:15px!important;} .mb15 {margin-bottom:15px!important;} .ml15 {margin-left:15px!important;}
.mt20 {margin-top:20px!important;} .mr20 {margin-right:20px!important;} .mb20 {margin-bottom:20px!important;} .ml20 {margin-left:20px!important;}
.mt25 {margin-top:25px!important;} .mr25 {margin-right:25px!important;} .mb25 {margin-bottom:25px!important;} .ml25 {margin-left:25px!important;}
.mt30 {margin-top:30px!important;} .mr30 {margin-right:30px!important;} .mb30 {margin-bottom:30px!important;} .ml30 {margin-left:30px!important;}
.mt35 {margin-top:35px!important;} .mr35 {margin-right:35px!important;} .mb35 {margin-bottom:35px!important;} .ml35 {margin-left:35px!important;}
.mt40 {margin-top:40px!important;} .mr40 {margin-right:40px!important;} .mb40 {margin-bottom:40px!important;} .ml40 {margin-left:40px!important;}
/* padding */
.pt0  {padding-top:0!important;}    .pr0  {padding-right:0!important;}    .pb0  {padding-bottom:0!important;}    .pl0  {padding-left:0!important;}
.pt3  {padding-top:3px!important;}  .pr3  {padding-right:3px!important;}  .pb3  {padding-bottom:3px!important;}  .pl3  {padding-left:3px!important;}
.pt5  {padding-top:5px!important;}  .pr5  {padding-right:5px!important;}  .pb5  {padding-bottom:5px!important;}  .pl5  {padding-left:5px!important;}
.pt10 {padding-top:10px!important;} .pr10 {padding-right:10px!important;} .pb10 {padding-bottom:10px!important;} .pl10 {padding-left:10px!important;}
.pt15 {padding-top:15px!important;} .pr15 {padding-right:15px!important;} .pb15 {padding-bottom:15px!important;} .pl15 {padding-left:15px!important;}
.pt20 {padding-top:20px!important;} .pr20 {padding-right:20px!important;} .pb20 {padding-bottom:20px!important;} .pl20 {padding-left:20px!important;}
.pt25 {padding-top:25px!important;} .pr25 {padding-right:25px!important;} .pb25 {padding-bottom:25px!important;} .pl25 {padding-left:25px!important;}
.pt30 {padding-top:30px!important;} .pr30 {padding-right:30px!important;} .pb30 {padding-bottom:30px!important;} .pl30 {padding-left:30px!important;}
.pt35 {padding-top:35px!important;} .pr35 {padding-right:35px!important;} .pb35 {padding-bottom:35px!important;} .pl35 {padding-left:35px!important;}
.pt40 {padding-top:40px!important;} .pr40 {padding-right:40px!important;} .pb40 {padding-bottom:40px!important;} .pl40 {padding-left:40px!important;}
.pt45 {padding-top:45px!important;} .pr45 {padding-right:45px!important;} .pb45 {padding-bottom:45px!important;} .pl45 {padding-left:45px!important;}
.pt50 {padding-top:50px!important;} .pr50 {padding-right:50px!important;} .pb50 {padding-bottom:50px!important;} .pl50 {padding-left:50px!important;}
.pt55 {padding-top:55px!important;} .pr55 {padding-right:55px!important;} .pb55 {padding-bottom:55px!important;} .pl55 {padding-left:55px!important;}
.w10per {   width: 10%!important;}  .w20per {   width: 20%!important;}
.w30per {   width: 30%!important;}  .w40per {   width: 40%!important;}
.w50per {   width: 50%!important;}  .w60per {   width: 60%!important;}
.w70per {   width: 70%!important;}  .w80per {   width: 80%!important;}

.ta-center {    text-align: center!important;}
.ta-left {  text-align: left!important;}
.ta-right { text-align: right!important;}

.ver-middle {   vertical-align: middle!important;}
.ver-top {  vertical-align: top!important;}
.ver-bottom {   vertical-align: bottom!important;}

/*-- font-size --*/
.fs20 {font-size:136%!important;}
.fs19 {font-size:129%!important;}
.fs18 {font-size:123%!important;}
.fs17 {font-size:116%!important;}
.fs16 {font-size:109%!important;}
.fs15 {font-size:102%!important;}
.fs14 {font-size:95%!important;}
.fs13 {font-size:89%!important;}
.fs12 {font-size:82%!important;}

/* font-color */
.fc-white { color:#FFFFFF!important;}
.fc-black { color: #222!important;}
.fc-red {   color: #d90000!important;;}
.fc-brightred  { color:#dc0000!important;}
.fc-lightred { color:#FF4C4C!important;}
.fc-green { color:#208800!important;}
.fc-darklightblue { color:#198CB4!important;}
.fc-lightorange{color: #fcb22b !important;}
.fc-lightblue{color:#39acf0 !important;}
.fc-pink{color:#f9417e !important;}
.fc-gray{color:#c1c0c0 !important;}

/*background*/
.bg-black {background:#222!important;color: #FFF!important;}
.bg-red   { background:#CC0000!important;color: #FFF!important;}
.bg-brightred  { background:#dc0000!important;color: #FFF!important;}
.bg-lightred { background:#FF4C4C!important;color: #FFF!important;}
.bg-green { background:#208800!important;color: #FFF!important;}
.bg-darklightblue { background:#198CB4!important;color: #FFF!important;}
.bg-lightorange{background: #fcb22b !important;}
.bg-lightblue{background:#39acf0 !important;color: #FFF!important;}
.bg-pink{background:#f9417e !important;color: #FFF!important;}

#search,
#screen{    max-width:600px;    margin:0 auto 6px;}
#content {  background: #FFF;}
/*共通*/
#contents { padding-top: 0;}
#main{
    padding: 12px 0 0;
    background: #fff;
    width: 966px;
    margin: 0 auto;
}
.ttl-main {    text-align: center;}
.txt-intro{ font-size: 160%;    padding: 20px; font-weight: normal;}
.box-shopselect {width: 80%;margin: 0 auto;text-align: center;}
.box-shopselect form {    display: inline-block;margin-right: 10px;}
.box-shopselect select {    font-size: 190%;    cursor: pointer;    padding: 7px;}
.box-shopselect .tour-btn {    display: inline-block;}
.box-shopselect .tour-btn a {
    font-size: 180%;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    padding:10px 20px;
    border-radius: 4px;
    background: #ffa200;
}
.box-article {padding:0 20px 5px;font-size: 130%;}
.dtxt {    margin-bottom: 20px; line-height: 1.7;}
.dimg {    text-align: center;margin-bottom: 10px;}
.dimg img {    border: solid 1px #e4e4e4;max-width: 90%;}

p.lead {
    font-weight: bold;
    margin-bottom: 20px;
}
p.attention {
    color: red;
    font-weight: bold;
    font-size: 115%;
    margin: 5px 0;
}
/*見出し*/
.ttl-art01 {
    font-size: 250%;
    padding: 10px 15px 6px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: solid 5px #37c5fe;
}
.ttl-art02 {
    font-size: 170%;
    font-weight: bold;
    margin:50px 0 15px;
    line-height: 1.2;
    border-left: solid 6px #08add8;
    padding: 5px 0 5px 16px;
}
.ttl-art03 {
    background: linear-gradient(transparent 60%,#ffe001 60%);
    display: inline-block;
    font-weight: bold;
    font-size: 150%;
    margin: 17px 0 15px;
}
.ttl-art04 {
    font-weight: bold;
    font-size: 130%;
    margin:25px 0 10px;
    line-height: 1.1;
}
.ttl-art05 {
    padding: 0 0 5px;
    margin-bottom: 10px;
    background: linear-gradient(transparent 60%,#b3f9e9 60%);
    display: inline-block;
    font-weight: bold;
}
.ttl-faq {
    background: url(/img/ico_faq.png) no-repeat center top;
    line-height: 1.2;
    font-size: 170%;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: dotted 2px #d3d3d3;
    font-weight: bold;
    padding: 90px 0 16px;
}

.line-ptn02 {    border-top: 2px dashed #bbb;}

/*目次*/
.box-mokuji {
    background: #eee;
    padding: 10px 30px;
    width: 70%;
    margin: 0 auto 15px;
}
.box-mokuji dt {text-align: center;font-size: 90%;margin-bottom: 5px;}
.box-mokuji dd .item-mokuji li a {
    padding: 8px 0;
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
}
/*ロゴ入りボタン*/
.box-article .btn-brandlogo {   margin-bottom: 20px;}
.box-article .btn-brandlogo a {
    display: block;
    background: #FFF;
    padding: 10px;
    margin: 0 60px;
    text-align: center;
    border-radius: 6px;
    border: solid 2px #02a3c8;
    position: relative;
}
.box-article .btn-brandlogo a:hover { background: #f4fbfe;}
.box-article .btn-brandlogo a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #6e6e6e;
    border-right: 2px solid #6e6e6e;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right:3.5%;
    margin-top: -5px;
}
.box-article .btn-brandlogo a img {    width: auto;
    margin-bottom: 8px;
    height: 50px;}
.box-article .btn-brandlogo a .txt {    display: inline-block;
    font-weight: bold;
    font-size: 140%;
    padding-top: 12px;
    margin-left: 20px;
}

/*テーブル*/
.tbl-ptn01 {white-space: nowrap;border: solid 1px #9a9a9a;margin-bottom: 20px;}
.tbl-ptn01 table {border-collapse: collapse;width: 100%;}
.box-article .tbl-ptn01 th,
.box-article .tbl-ptn01 td {border: solid 1px #9a9a9a;line-height: 1.2;}
.tbl-ptn01 th {
    font-weight: normal;
    padding: 10px;
    text-align: left;
    background: #e8e7ec;
    width: inherit;
}
.tbl-ptn01 td {
    text-align: center;
    padding: 10px;
    white-space: normal;
    vertical-align: middle;
}
.dlbox-ptn01 {
    padding: 0 15px;
}
.dlbox-ptn01 dt {
    width: 10em;
    position: relative;
    line-height: 1.6;
}
.dlbox-ptn01 dd {
    padding-left: 10.5em;
    margin-top: -1.6em;
    padding-bottom: 10px;
    border-bottom: dotted 1px #bababa;
    margin-bottom: 12px;
}
/*FAQ*/
.box-faq dt:before {  content: "Q.";  font-size: 120%;    margin-right: 5px;}
.box-faq dt {    color: #0299be;    font-weight: bold;    font-size:115%;}
.box-faq dd .txt-read:before {    content: "A.";  font-size: 120%;    margin-right: 5px;}
.box-faq dd .txt-read {    color: #eb0370;    font-weight: bold;    font-size:115%;}
.box-faq dd .dtxt {   margin-bottom: 20px;}

/*リスト*/
.lst-ptn01 {background: #e8f4fb;padding: 20px 30px 10px;margin-bottom: 25px;}
.lst-ptn01 ul {list-style: disc;margin-left: 1.2em;}
.lst-ptn01 li {list-style: disc;margin-bottom: 10px;line-height: 1.2;}

/*リスト2カラム*/
.lst-col2{  padding: 15px 10px;}
.lst-col2 .ttl {
    text-align: left;
    background: #5bb6f5;
    padding: 18px 10px;
    color: #fff;
    font-size: 170%;
    border-radius: 5px;
    margin-bottom: 18px;
}
.lst-col2 .lst-item {   font-size: 0;}
.lst-col2 .lst-item li{
    display: inline-block;
    width: 410px;
    vertical-align: top;
    font-size: 13px;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #EEE6E6;
    border-radius: 4px;
    margin: 0 5px 20px;
}
.lst-col2 .rent_logo span{    width:100px;    display: inline-block;    vertical-align: top;}
.lst-col2 .rent_logo span img{   width: 100%; height:auto;}
.lst-col2 .rent_logo strong{ font-size: 120%;    margin-left: 5px;}
.lst-col2 .tour-ttl{
    font-weight: bold;
    text-align: left;
    font-size: 130%;
    display: block;
    color: #000;
    border-left: 6px solid #5bb6f5;
    padding-left: 10px;
    margin: 10px 0 20px;
}
.lst-col2 .lst-item dl{ overflow: hidden;   margin-bottom: 15px;}
.lst-col2 .lst-item dt{ float: left;    width: 37%;}
.lst-col2 .lst-item dt img{ width: 100%;    height: auto;}
.lst-col2 .lst-item dd{ float: right;   width: 60%;}
.lst-col2 .lst-item .price-txt{    color: #ea0000;    font-size: 143%;    display: block;}
.lst-col2 .lst-item .tour-btn{    width: 37%;    display: inline-block;}
.lst-col2 .lst-item .tour-btn a {
    display: block;
    background: #ff8d00;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: #c70000 2px solid;
    font-size: 139%;
    padding: 5px 0 3px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.lst-col2 .lst-item .tour-btn a:hover{  opacity: 0.5;}
.lst-col2 .lst-item form{    width: 60%;    display: inline-block;}
.lst-col2 .lst-item form select {padding: 10px 5px;width: 100%;font-size: 90%;}

/*店舗選択ボタン*/
.box-shopgoplan {
    text-align: center;  margin-bottom: 20px;
}
.box-shopgoplan form,
.box-shopgoplan .btn-search {
    display: inline-block;
    vertical-align: top;
}
.box-shopgoplan .ttl-art04 {
    font-size: 115%;
    margin: 0 0 8px 0;
}
.box-shopgoplan form {
    margin-right: 10px;
}
.box-shopgoplan select {font-size: 110%;cursor: pointer;padding: 7px;}
.box-shopgoplan .btn-search {
    text-align: center;
    margin: 0;
    width:19%;
}
.box-shopgoplan .btn-search a {
    display: inline-block;
    background: -moz-linear-gradient(top, #f6cd35 0%, #f2d843 100%);
    background: -webkit-linear-gradient(top, #f6cd35 0%,#f2d843 100%);
    background: linear-gradient(to bottom, #f6cd35 0%,#f2d843 100%);
    text-align: center;
    border-bottom: 2px solid #c8a02d;
    border-radius: 5px;
    color: #1d2129;
    text-shadow: 1px 1px 0 #fff;
    font-size:120%;
    display: block;
        font-weight: bold;
    padding:10px 0 5px;
    line-height: 1.1;
    text-decoration: none;
}
/*リスト*/
.lst-ptn01 {background: #e8f4fb;padding: 20px 30px 10px;margin-bottom: 25px;}
.lst-ptn01 ul {list-style: disc;margin-left: 1.2em;}
.lst-ptn01 li {list-style: disc;margin-bottom: 10px;line-height: 1.2;}
.box-article .lst-ptn01.nobg {  background: none;}
.box-article .lst-ptn01.mrk-decimal li {list-style: decimal;}
.box-article .lst-ptn01.mrk-square li {list-style: square;}

.lst-img-col2 {letter-spacing: -.4em;}
.lst-img-col2 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width:44.3%;
    margin:2% 2.8% 2% 2.8%;
}
.lst-img-col2 li img {width: 100%;height: auto;border: solid 1px #e0e0e0;}

.lst-btn-col3 {margin-bottom: 15px;}
.box-article .lst-btn-col3 ul {letter-spacing: -.4em;margin: 0 -10px 0;padding-left: 0.6%;}
.box-article .lst-btn-col3 li {
    letter-spacing: normal;
    width: 32%;
    display: inline-block;
    margin:0 0.6% 1%;
}
.box-article .lst-btn-col3 a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #1896b7;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -5px;
}
.box-article .lst-btn-col3 a {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #fff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%,#f0f0f0 100%);
    display: block;
    line-height: 1;
    text-decoration: none;
    border:1px solid #85b5c1;
    border-radius: 4px;
    text-align: center;
    position: relative;
    padding: 15px 0;
}

/*背景・枠*/
.box-article .bg-ptn01 {
    background: #eee;
    border-radius: 6px;
    padding:20px 13px 5px;
    margin-bottom: 20px;
    font-size: 108%;
}

/*リスト2カラム*/
.lst-col2{  padding: 15px 10px;}
.lst-col2 .ttl {
    text-align: left;
    background: #5bb6f5;
    padding: 18px 10px;
    color: #fff;
    font-size: 170%;
    border-radius: 5px;
    margin-bottom: 18px;
}
.lst-col2 .lst-item {   font-size: 0;}
.lst-col2 .lst-item li{
    display: inline-block;
    width: 410px;
    vertical-align: top;
    font-size: 13px;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #EEE6E6;
    border-radius: 4px;
    margin: 0 5px 20px;
}
.lst-col2 .rent_logo span{    width:100px;    display: inline-block;    vertical-align: top;}
.lst-col2 .rent_logo span img{   width: 100%; height:auto;}
.lst-col2 .rent_logo strong{ font-size: 120%;    margin-left: 5px;}
.lst-col2 .tour-ttl{
    font-weight: bold;
    text-align: left;
    font-size: 130%;
    display: block;
    color: #000;
    border-left: 6px solid #5bb6f5;
    padding-left: 10px;
    margin: 10px 0 20px;
}
.lst-col2 .lst-item dl{ overflow: hidden;   margin-bottom: 15px;}
.lst-col2 .lst-item dt{ float: left;    width: 37%;}
.lst-col2 .lst-item dt img{ width: 100%;    height: auto;}
.lst-col2 .lst-item dd{ float: right;   width: 60%;}
.lst-col2 .lst-item .price-txt{    color: #ea0000;    font-size: 143%;    display: block;}
.lst-col2 .lst-item .tour-btn{    width: 37%;    display: inline-block;}
.lst-col2 .lst-item .tour-btn a {
    display: block;
    background: #ff8d00;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: #c70000 2px solid;
    font-size: 139%;
    padding: 5px 0 3px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.lst-col2 .lst-item .tour-btn a:hover{  opacity: 0.5;}
.lst-col2 .lst-item form{    width: 60%;    display: inline-block;}
.lst-col2 .lst-item form select {padding: 10px 5px;width: 100%;font-size: 90%;}

/*店舗選択ボタン*/
.box-shopgoplan {text-align: center;  margin-bottom: 20px;}
.box-shopgoplan form,
.box-shopgoplan .btn-search {display: inline-block;vertical-align: top;}
.box-shopgoplan .ttl-art04 {font-size: 115%;margin: 0 0 8px 0;}
.box-shopgoplan form {margin-right: 10px;}
.box-shopgoplan select {font-size: 110%;cursor: pointer;padding: 7px;}
.box-shopgoplan .btn-search {text-align: center;margin: 0;width:19%;}
.box-shopgoplan .btn-search a {
    display: inline-block;
    background: -moz-linear-gradient(top, #f6cd35 0%, #f2d843 100%);
    background: -webkit-linear-gradient(top, #f6cd35 0%,#f2d843 100%);
    background: linear-gradient(to bottom, #f6cd35 0%,#f2d843 100%);
    text-align: center;
    border-bottom: 2px solid #c8a02d;
    border-radius: 5px;
    color: #1d2129;
    text-shadow: 1px 1px 0 #fff;
    font-size:120%;
    display: block;
    font-weight: bold;
    padding:10px 0 5px;
    line-height: 1.1;
    text-decoration: none;
}

/*5段階評価*/
.box-evaluation {text-align: center;}
.box-evaluation li {
    width: 9%;
    display: inline-block;
    margin: 0 6px;
    font-size: 125%;
    vertical-align: top;
}
.box-evaluation li span {display: block;padding: 8px 0;line-height: 1;}
.box-evaluation li.ico-select span {border:solid 3px #f70034;border-radius: 80px;}

/*写真で流れ紹介*/
.box-flow {margin-bottom: 20px;}
.box-flow li {text-align: center;}
.box-flow li .txt-cap {display: block;margin-top: 5px;}
.box-flow li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #54c0e8 transparent transparent transparent;
    display: inline-block;
    margin: 7px 0 10px;
}
.box-flow li:last-child:after {
    border: none;
    margin: 0;
    width: inherit;
    height: inherit;
}

/*FAQ*/
.box-faq .question:before {  content: "Q.";  font-size: 120%;    margin-right: 5px;}
.box-faq .question {    color: #0299be;    font-weight: bold;    font-size:130%;    line-height: 1.4em;}
.box-faq .txt-read:before {    content: "A.";  font-size: 120%;    margin-right: 5px;}
.box-faq .txt-read {    color: #eb0370;    font-weight: bold;    font-size:130%;    line-height: 1.4em;    margin: 5px 0 10px;}
.box-faq .dtxt {   margin-bottom: 20px;}
.answer {   margin-bottom: 30px;}

/*ラインスタイル*/
.box-article .line-ptn01,.box-article .line-ptn02,.box-article .line-ptn03,.box-article .line-ptn04 {margin:30px 0 20px; border: none;}
.box-article .line-ptn01 {  border-top: 2px solid #bbb;}
.box-article .line-ptn02 {  border-top: 2px dashed #bbb;}
.box-article .line-ptn03 {  border-top: 3px dotted #bbb;}
.box-article .line-ptn04 {  border-bottom: 3px double #bbb;}
.box-article .line-ptn05 {    margin-bottom: 10px;}


/* 画面の下に固定 */
.page-article #screen-bk {
    position: fixed;
    bottom: 0px;
    right: 160px;
    width: 290px;
    height: 90px;
}
.page-article #screen {
    background-color: rgba(22, 180, 247, 0.9);
    padding:10px 0 20px;
    width:100%;
    height:60px;
    color: #fff;
}

/* バツアイコン（白） */
.page-article .screen-icon{
    display: inline-block;
    width: 100%;
    position: relative;
}
.page-article .screen-icon:before,.screen-icon:after{
    display: block;
    content: '';
    width: 3px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 93%;
}
.page-article .screen-icon:after{
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-article .lst-btn-col6 .mt10.brand-none{
	border: none;
}