@charset "utf-8";

/* ---------------------------------- *
- 2020.08 :: old style
 * ---------------------------------- */


/*@import url("./common_202008_backup.css");*/


/* ---------------------------------- *
- 2020.08 :: reset style
 * ---------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

input {
    -webkit-appearance: none
}

* {
    box-sizing: border-box
}

img {
    vertical-align: top
}


/* ---------------------------------- *
- 2020.08 :: base / font-size:14px;
 * ---------------------------------- */

body {
    /*font-family: 'Lucida Grande', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;*/
    font-family: "Noto Sans JP", Meiryo, メイリオ, sans-serif !important;
    color: #222;
    /*font-size: 100%;*/
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.clearfix:after {
    overflow: hidden;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}


/* ---------------------------------- *
- 2020.08 :: tools
 * ---------------------------------- */

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-55 {
    padding: 55px !important;
}

.p-65 {
    padding: 65px !important;
}

.p-75 {
    padding: 75px !important;
}

.p-85 {
    padding: 85px !important;
}

.p-95 {
    padding: 95px !important;
}

.p-105 {
    padding: 105px !important;
}


/* -- padding-left -- */

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-l-105 {
    padding-left: 105px !important;
}


/* -- padding-right -- */

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-r-105 {
    padding-right: 105px !important;
}


/* -- padding-top -- */

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-t-105 {
    padding-top: 105px !important;
}


/* -- padding-bottom -- */

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.p-b-105 {
    padding-bottom: 105px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-55 {
    margin: 55px !important;
}

.m-65 {
    margin: 65px !important;
}

.m-75 {
    margin: 75px !important;
}

.m-85 {
    margin: 85px !important;
}

.m-95 {
    margin: 95px !important;
}

.m-105 {
    margin: 105px !important;
}


/* -- margin-left -- */

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-105 {
    margin-left: 105px !important;
}


/* -- margin-right -- */

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-105 {
    margin-right: 105px !important;
}


/* -- margin-top -- */

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-105 {
    margin-top: 105px !important;
}


/* -- margin-bottom -- */

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-105 {
    margin-bottom: 105px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.both {
    clear: both;
}

.impct {
    color: #eb3535;
}

.kome {
    color: #888888;
}

.nobg {
    background-image: none!important;
    border: none!important;
}

.font-32 {
    font-size: 2rem;
}

.font-27 {
    font-size: 1.687rem;
}

.font-25 {
    font-size: 1.562rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-22 {
    font-size: 1.375rem;
}

.font-20 {
    font-size: 1.25rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-17 {
    font-size: 1.062rem;
}

.font-16 {
    font-size: 1rem;
}

.font-14 {
    font-size: 0.875rem;
}

.font-12 {
    font-size: 0.75rem;
}

.font-11 {
    font-size: 0.687rem;
}

.font-10 {
    font-size: 0.625rem;
}

.ttl {
    font-size: 1.125rem;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-top: solid 3px #ff9c32;
    border-bottom: solid 3px #ff9c32;
    margin-bottom: 15px;
}

.subttl {
    font-size: 1.062rem;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px #000;
    margin-bottom: 15px;
}

.subttl.norborder {
    margin-bottom: 5px;
    border-bottom: none;
}

.wp-caption img,
.large_section_body img,
figure img {
    max-width: 100%;
    height: auto;
}


/* ---------------------------------- *
- 2020.08 :: Image Rollover
 * ---------------------------------- */

a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

a:hover canvas {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* ---------------------------------- *
- 2020.08 :: input select button
 * ---------------------------------- */

input,
select,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

::-webkit-input-placeholder {
    color: #959595;
}

::-moz-placeholder {
    color: #959595;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #959595;
}


/* ---------------------------------- *
- 2020.08 :: color
 * ---------------------------------- */

.red {
    background: #d44650;
}

.green {
    background: #44a481;
}

.blue {
    background: #2e649b;
}

.orenge {
    background: #f1a14b;
}

.orenge:hover {
    background: #f4b366;
    text-decoration: none;
}

.gray {
    background: #555555;
}

.green:hover {
    background: #69b69a;
    text-decoration: none;
}

.pc_show {
    display: block!important;
}

.sp_show {
    display: none!important;
}


/* ---------------------------------- *
- 2020.08 :: icon
 * ---------------------------------- */

.ico_link_arrow {
    height: 7px;
    width: 7px;
    position: relative;
}

.ico_link_arrow:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #2e649b;
    border-right: solid 1px #2e649b;
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 0px;
}

.ico_link_arrow.ico_link_arrow_black {
    height: 7px;
    width: 7px;
    position: relative;
}

.ico_link_arrow.ico_link_arrow_black:after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}

.ico_pager_link_arrow {}

.ico_pager_link_arrow:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.ico_pager_link_arrow.prev_link_arrow {}

.ico_pager_link_arrow.prev_link_arrow:after {
    transform: rotate(-135deg);
}

.ico_pager_link_arrow.next_link_arrow {}

.ico_pager_link_arrow.next_link_arrow:after {
    transform: rotate(45deg);
}

.ico_share {
    width: 10px;
    height: 10px;
    margin-right: 8px;
}

.ico_share:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    background-image: url(https://www.mapple.net/img/2020/ico_share.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: -2px;
}

.ico_fb {
    width: 18px;
    height: 20px;
    margin-right: 5px;
}

.ico_fb:before {
    background-image: url(https://www.mapple.net/img/2020/ico_f.png);
    background-size: cover;
    background-position: center;
    left: calc(50% - 10px);
    top: 0px;
}

.ico_tw {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.ico_tw:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 0px;
    top: 0px;
}

.ico_tw:before {
    background-image: url(https://www.mapple.net/img/2020/ico_tw.png);
    background-size: cover;
    background-position: center;
    left: calc(50% - 10px);
    top: 0px;
}

.ico_line {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.ico_line:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 0px;
    top: 0px;
}

.ico_line:before {
    background-image: url(https://www.mapple.net/img/2020/ico_line.png);
    background-size: cover;
    background-position: center;
    left: calc(50% - 10px);
    top: 0px;
}

.ico_link {
    width: 14px;
    height: 20px;
    margin-right: 3px;
}

.ico_link:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 0px;
    top: 0px;
}

.ico_link:before {
    background-image: url(https://www.mapple.net/img/2020/ico_link.png);
    background-size: cover;
    background-position: center;
    left: calc(50% - 10px);
    top: 0px;
}

.ico_email {
    width: 17px;
    height: 14px;
    margin-right: 0px;
}

.ico_email:before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    background-image: url(https://www.mapple.net/img/2020/ico_mail.png);
    background-size: cover;
    background-position: center;
    left: calc(50% - 10px);
    top: 0px;
}

.ico_taxi {
    width: 47px;
    height: 47px;
}

.ico_taxi:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_taxi.png);
    background-size: cover;
    background-position: center;
}

.ico_mycar {
    width: 47px;
    height: 47px;
}

.ico_mycar:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_mycar.png);
    background-size: cover;
    background-position: center;
}

.ico_train {
    width: 47px;
    height: 47px;
}

.ico_train:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_train.png);
    background-size: cover;
    background-position: center;
}

.ico_bus {
    width: 47px;
    height: 47px;
}

.ico_bus:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_bus.png);
    background-size: cover;
    background-position: center;
}

.ico_shinkansen {
    width: 47px;
    height: 47px;
}

.ico_shinkansen:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_shinkansen.png);
    background-size: cover;
    background-position: center;
}

.ico_ropeway {
    width: 47px;
    height: 47px;
}

.ico_ropeway:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_ropeway.png);
    background-size: cover;
    background-position: center;
}

.ico_ship {
    width: 47px;
    height: 47px;
}

.ico_ship:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_ship.png);
    background-size: cover;
    background-position: center;
}

.ico_bicycle {
    width: 47px;
    height: 47px;
}

.ico_bicycle:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_bicycle.png);
    background-size: cover;
    background-position: center;
}

.ico_airplane {
    width: 47px;
    height: 47px;
}

.ico_airplane:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_airplane.png);
    background-size: cover;
    background-position: center;
}

.ico_walking {
    width: 47px;
    height: 47px;
}

.ico_walking:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(https://www.mapple.net/img/2020/ico_walking.png);
    background-size: cover;
    background-position: center;
}

.ico_spot {
    width: 10px;
    height: 15px;
}

.ico_spot:before {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background-image: url(https://www.mapple.net/img/2020/ico_spot.png);
    background-size: cover;
    background-position: center;
}

.ico_spot2 {
    width: 10px;
    height: 15px;
}

.ico_spot2:before {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background-image: url(https://www.mapple.net/img/2020/ico_spot2.png);
    background-size: cover;
    background-position: center;
}

.ico_tourism {
    width: 15px;
    height: 12px;
}

.ico_tourism:before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background-image: url(https://www.mapple.net/img/2020/ico_tourism.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_shopping {
    width: 15px;
    height: 12px;
}

.ico_shopping:before {
    position: relative;
    top: -2px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.mapple.net/img/2020/ico_shopping.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_eat {
    width: 15px;
    height: 12px;
}

.ico_eat:before {
    position: relative;
    top: -2px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.mapple.net/img/2020/ico_eat.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_stay {
    width: 15px;
    height: 12px;
}

.ico_stay:before {
    position: relative;
    top: -1px;
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background-image: url(https://www.mapple.net/img/2020/ico_stay.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_narrow_down {
    width: 32px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 1px;
}

.ico_narrow_down:before {
    position: relative;
    top: 1px;
    content: "";
    display: block;
    width: 32px;
    height: 18px;
    background-image: url(https://www.mapple.net/img/2020/ico_narrow_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_search_w {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    position: relative;
    left: 0px;
}

.ico_search_w:before {
    position: relative;
    top: 0px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.mapple.net/img/2020/ico_search_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fa-angle-left {
    position: relative;
}

.fa-angle-left:before {
    content: "" !important;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #ff9c32;
    border-left: solid 1px #ff9c32;
    transform: rotate(45deg);
}

.fa-angle-double-right {
    position: relative;
}

.fa-angle-double-right:before {
    content: "" !important;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #ff9c32;
    border-right: solid 1px #ff9c32;
    transform: rotate(45deg);
}

.fa-chevron-right {
    position: relative;
}

.fa-chevron-right:before {
    content: "" !important;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #2e649b;
    border-right: solid 1px #2e649b;
    transform: rotate(45deg);
}

.ico_genre {
    width: 12px;
    height: 10px;
    margin-right: 4px;
    position: relative;
    left: 0px;
}

.ico_genre:before {
    position: relative;
    top: 2px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(https://www.mapple.net/img/2020/ico_genre.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_close {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    position: relative;
    background-color: #d7d4d0;
}

.ico_close:before {
    border-radius: 3px;
    transform: rotate(45deg) scale(1.0);
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
    display: inline-block;
    height: 10px;
    width: 2px;
    background-color: #fff;
}

.ico_close:after {
    border-radius: 3px;
    transform: rotate(45deg) scale(1.0);
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: #fff;
}

.pr {
    display: inline-block;
    color: #999;
    font-weight: normal;
    /*font-size: 0.85%; position:relative; top: -2px;*/
}


/* ---------------------------------- *
- 2020.08 :: SP style
 * ---------------------------------- */


/*@media screen and (max-width: 1024px){*/

body {
    padding-top: 71px;
}

@media screen and (max-width: 600px) {
    body {
        padding-top: 65px;
    }
}

.pc_show {
    display: none!important;
}

.sp_show {
    display: block!important;
}