@charset "utf-8";
/* second CSS Document */
.att {
    padding-left: 1em;
    text-indent: -1em;
}
.lineThrough{
	color: #f00;
	text-decoration: line-through;
}
.lineThrough span {
	color: #000;
}
#header p.shopInfo {
    padding: 10px 10px 10px 0;
    float: right;
    line-height: 1.5rem;
    font-size: 0.7rem;
    font-weight: bold;
}
div.unitBox div.bg-mask {
    background: url("../../cycle/panorama/img/bike_image_02.png") no-repeat top 0 right 0;
}
div.unitBox div.card {
    position: relative;
    /*margin: 50px 0;
    width: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 0 1px 4px 0 #c1c1c1;
    -moz-box-shadow: 0 1px 4px 0 #c1c1c1;
    box-shadow: 0 1px 4px 0 #c1c1c1;*/
}
div.unitBox div.card .stretched-link::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    /*pointer-events: auto;*/
    /*background-color: rgba(0, 0, 0, 0);*/
}
div.unitBox div.genic {
    padding: 1rem;
    border: 2px solid #f5dce5;
    border-radius: 10px;
    margin-bottom: 2rem;
    background: url("../../cycle/panorama/img/bike_image_01.png") no-repeat bottom 20px right 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: soft-light
}
div.unitBox div.genicContent {
    padding: 0.8rem;
    border: 1px dotted #f48;
    border-radius: 10px;
    margin: 2rem;
    clear: both;
}
div.unitBox div.genicContent p {
    margin-bottom: 0 !important;
    width: 80%;
    float: right
}
div.unitBox div.genicContent img {
    padding-right: 1rem;
    float: left
}
div.unitBox div.experienced {
    margin: 20px 0;
    box-shadow: 0 0 4px 0 #c1c1c1;
    border: solid 10px #f2ebee;
    width: 300px;
    background-color: #f2ebee;
}
div.talkRoom {
    background: #f2ebee;
}
div.unitBox div.experienced div.talkRoom p {
    font-weight: bold;
    line-height: 130% !important;
    color: #000;
    padding: 5px;
    margin-bottom: 0 !important;
}
div.unitBox ul.lmSquare li {
    list-style: square inside;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-left: 1rem;
    color: #399AB1;
}
div.unitBox div.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
a.button {
    background-color: #a1c453;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif, Arial;
    padding: 7px 35px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

/* add
------------------------------------------------------*/
/*2020/10/15 reservation*/

input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
}