@charset "UTF-8";

/* Contents Style*/

/* ================================================================================================== */
/* PC（共通）のスタイル */
/* ================================================================================================== */


/*==========================================================================
	PC STATION
==========================================================================*/

#station {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 39px 20px 20px 20px;
    position: relative;
}


#station h1 {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    margin-top: 20px;
    color: #666666;
    margin-bottom: 10px;
    transition: .2s;
}

#station .wrap {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
    position: relative;
    border-radius: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    float: left;
    margin-top: 20px;
    transition: 0.2s;
}

#station .stamp {
    width: 200px;
    height: auto;
    position: absolute;
    top: -80px;
    right: 10px;
    z-index: 5;
}

#station .stamp img {
    width: 100%;
    opacity: 0.6;
}


/*---------------------------------------------------------------
	PC 各 背景の色とカテゴリー
----------------------------------------------------------------*/

/* 道の駅-------------------------------*/
#station .station {
    background-color: #F7931E;
    z-index: 20;
}

#station .station_close {
    background-color: #949494;
    z-index: 20;
}



#station .wrap .category_station {
    background-image: url(../images/icon_michinoeki.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_station::after {
    content: "道の駅";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 岬めぐり-------------------------------*/
#station .misaki {
    background-color: #44FFFF;
    z-index: 20;
    background-image: url(../images/todai.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

#station .wrap .category_misaki {
    background-image: url(../images/icon_misaki.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_misaki::after {
    content: "岬めぐり";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 絶景ポイント-------------------------------*/
#station .zekkei {
    background-color: #73FD48;
    z-index: 20;
    background-image: url(../images/fujisan.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

#station .wrap .category_zekkei {
    background-image: url(../images/icon_zekkei.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_zekkei::after {
    content: "絶景ポイント";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 日本の城-------------------------------*/
#station .shiro {
    background-color: #CCCCCC;
    z-index: 20;
    background-image: url(../images/tsurugajo.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

#station .wrap .category_shiro {
    background-image: url(../images/icon_shiro.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_shiro::after {
    content: "日本の城";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/*------------------------------------------------------------*/

#station .wrap .spot_name {
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
}

#station .wrap .add {
    font-size: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
}

#station .wrap .total {
    font-size: 22px;
    margin-top: 20px;
    float: left;
    clear: left;
    z-index: 20;
    position: relative;
}

#station .wrap .total::before {
    content: "通算：";
    margin-right: 5px;
}

#station .wrap .total::after {
    content: "STAMP";
    margin-left: 5px;
    font-size: 16px;
}

/*---------------------------------------------------------------
	タイトル下写真
----------------------------------------------------------------*/

.photo_box {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-top: 20px;
}

.photo_box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/*---------------------------------------------------------------
	PC ボタンとMAP
----------------------------------------------------------------*/

#station .btn_box {
    float: left;
    margin-top: 20px;
}

#station .btn_box .btn_map {
    /*display: none;    */
    width: 80px;
    float: left;
    margin-right: 5px;
    display: block;
}


#station .btn_box .btn_map:hover {
    opacity: 0.8;
}

#station .btn_box .btn_site {
    width: 80px;
    float: left;
	margin-right: 5px;
}

#station .btn_box .btn_site img {
    width: 100%;
}

#station .btn_box .btn_site:hover {
    opacity: 0.8;
}

#station .map_box {
    width: 800px;
    height: auto;
    float: right;
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px auto;
    margin-top: 20px;
	margin-right: 5px;
    -webkit-box-shadow: inset 1px 1px 50px 5px rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 50px 5px rgba(0,0,0,0.05);
}

#station .map_box img {
   width: 100%;
   height: auto;
   
}

/*---------------------------------------------------------------
	PC 履歴
----------------------------------------------------------------*/
.title_txt {
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 5px;
}

.history_visit {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_visit li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #858585;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
}

.history_visit .stamp_01 {
    background-image: url(../images/stamp_01.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-color: #FBB03A;
}

.history_visit .stamp_02 {
    background-image: url(../images/stamp_02.svg);
    background-position: right 5px top -20px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_03 {
    background-image: url(../images/stamp_03.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_04 {
    background-image: url(../images/stamp_02.svg);
    background-position: right -5px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}


.history_visit li .date {
    font-size: 18px;
    margin-right: 20px;
}

.history_visit li .time {
    font-size: 18px;
}

.history_stamp {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_stamp li{
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #E6E6E6;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
    position: relative;
}


.history_stamp li .footstep{
	margin:auto;
	height:15px;
    background-image: url(../images/arrow_right_black.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
}

.history_stamp li .footstep_nolink{
	margin:auto;
	height:15px;
}

.history_stamp li :hover {
    background-color: #EFEFEF;
}

.history_stamp li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}


.history_stamp li .date {
    font-size: 18px;
    margin-right: 20px;
    float: left;
}

.history_stamp li .g_box {
    float: left;    
}

.history_stamp li .user {
    font-size: 18px;
    margin-right: 30px;
}

.history_stamp li .user::after {
    content: "さん";
    font-size: 14px;
    margin-left: 5px;
}

.history_stamp li .shop {
    font-size: 14px;
}


/*-------------------------------------------------------*/

/* ================================================================================================== */
/* Tablet専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 960px) {


/*==========================================================================
	Tablet STATION
==========================================================================*/

#station {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 84px 20px 20px 20px;
}


#station h1 {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    margin-top: 20px;
    color: #666666;
    margin-bottom: 10px;
}


#station .wrap {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
    position: relative;
    border-radius: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    float: left;
    margin-top: 20px;
    transition: 0.2s;
}

#station .stamp {
    width: 200px;
    height: auto;
    position: absolute;
    top: -80px;
    right: 10px;
    z-index: 5;
}

#station .stamp img {
    width: 100%;
    opacity: 0.6;
}


/*---------------------------------------------------------------
	Tablet 各 背景の色とカテゴリー
----------------------------------------------------------------*/

/* 道の駅-------------------------------*/
#station .station {
    background-color: #F7931E;
    z-index: 20;
}
	
#station .station_close {
    background-color: #949494;
    z-index: 20;
}

#station .wrap .category_station {
    background-image: url(../images/icon_michinoeki.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_station::after {
    content: "道の駅";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 岬めぐり-------------------------------*/
#station .misaki {
    background-color: #44FFFF;
    z-index: 20;
}

#station .wrap .category_misaki {
    background-image: url(../images/icon_misaki.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_misaki::after {
    content: "岬めぐり";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 絶景ポイント-------------------------------*/
#station .zekkei {
    background-color: #73FD48;
    z-index: 20;
}

#station .wrap .category_zekkei {
    background-image: url(../images/icon_zekkei.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_zekkei::after {
    content: "絶景ポイント";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/* 日本の城-------------------------------*/
#station .shiro {
    background-color: #CCCCCC;
    z-index: 20;
}

#station .wrap .category_shiro {
    background-image: url(../images/icon_shiro.svg);
    background-repeat: no-repeat;
    width: 220px;
    background-position: left bottom;
    background-size: 60px 60px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_shiro::after {
    content: "日本の城";
    font-size: 20px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    z-index: 20;
}

/*------------------------------------------------------------*/

#station .wrap .spot_name {
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
}

#station .wrap .add {
    font-size: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
}

#station .wrap .total {
    font-size: 22px;
    margin-top: 20px;
    float: left;
    clear: left;
    z-index: 20;
    position: relative;
}

#station .wrap .total::before {
    content: "通算：";
    margin-right: 5px;
}

#station .wrap .total::after {
    content: "STAMP";
    margin-left: 5px;
    font-size: 16px;
}

/*---------------------------------------------------------------
	Tablet ボタンとMAP
----------------------------------------------------------------*/

#station .btn_box {
    float: left;
    margin-top: 20px;
}

#station .btn_box .btn_map {
    /*display: none;    */
    width: 80px;
    float: left;
    margin-right: 5px;
    display: block;
}

#station .btn_box .btn_map:hover {
    opacity: 0.8;
}

#station .btn_box .btn_site {
    width: 80px;
    float: left;
}

#station .btn_box .btn_site img {
    width: 100%;
}

#station .btn_box .btn_site:hover {
    opacity: 0.8;
}

#station .map_box {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px auto;
    margin-top: 20px;
    -webkit-box-shadow: inset 1px 1px 50px 5px rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 50px 5px rgba(0,0,0,0.05);
    clear: left;
}

#station .map_box img {
   width: 100%;
   height: auto;
   
}

/*---------------------------------------------------------------
	Tablet 履歴
----------------------------------------------------------------*/
.title_txt {
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 5px;
}

.history_visit {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_visit li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #858585;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
}

.history_visit .stamp_01 {
    background-image: url(../images/stamp_01.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-color: #FBB03A;
}

.history_visit .stamp_02 {
    background-image: url(../images/stamp_02.svg);
    background-position: right 5px top -20px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_03 {
    background-image: url(../images/stamp_03.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_04 {
    background-image: url(../images/stamp_02.svg);
    background-position: right -5px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}


.history_visit li .date {
    font-size: 18px;
    margin-right: 20px;
}

.history_visit li .time {
    font-size: 18px;
}

.history_stamp {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_stamp li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #E6E6E6;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
    /*background-image: url(../images/arrow_right_black.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;*/
    position: relative;
}

.history_stamp li:hover {
    background-color: #EFEFEF;
}

.history_stamp li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}


.history_stamp li .date {
    font-size: 16px;
    margin-right: 20px;
    float: left;
}

.history_stamp li .g_box {
    float: left;    
}

.history_stamp li .user {
    font-size: 16px;
    margin-right: 30px;
    float: left;
}

.history_stamp li .user::after {
    content: "さん";
    font-size: 14px;
    margin-left: 5px;
}

.history_stamp li .shop {
    font-size: 14px;
    float: left;
    clear: left;
    margin-top: 5px;
}

/*-------------------------------------------------------*/

}/* --↑Tablet 専用　終-- */

/* ================================================================================================== */
/* SP 専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 599px) {


/*==========================================================================
	SP STATION
==========================================================================*/

#station {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 84px 10px 10px 10px;
}

#station h1 {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    margin-top: 20px;
    color: #666666;
    margin-bottom: 10px;
}


#station .wrap {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
    position: relative;
    border-radius: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    float: left;
    margin-top: 20px;
    transition: 0.2s;
}

#station .stamp {
    width: 160px;
    height: auto;
    position: absolute;
    top: -60px;
    right: 10px;
    z-index: 5;
}

#station .stamp img {
    width: 100%;
    opacity: 0.6;
}


/*---------------------------------------------------------------
	各 背景の色とカテゴリー
----------------------------------------------------------------*/

/* 道の駅-------------------------------*/
#station .station {
    background-color: #F7931E;
    z-index: 20;
}
	
#station .station_close {
    background-color: #949494;
    z-index: 20;
}

#station .wrap .category_station {
    background-image: url(../images/icon_michinoeki.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
    background-size: 50px 50px;
    height: 50px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_station::after {
    content: "道の駅";
    font-size: 20px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    z-index: 20;
}

/* 岬めぐり-------------------------------*/
#station .misaki {
    background-color: #44FFFF;
    z-index: 20;
}

#station .wrap .category_misaki {
    background-image: url(../images/icon_misaki.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
    background-size: 50px 50px;
    height: 50px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_misaki::after {
    content: "岬めぐり";
    font-size: 20px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    z-index: 20;
}

/* 絶景ポイント-------------------------------*/
#station .zekkei {
    background-color: #73FD48;
    z-index: 20;
}

#station .wrap .category_zekkei {
    background-image: url(../images/icon_zekkei.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
    background-size: 50px 50px;
    height: 50px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_zekkei::after {
    content: "絶景ポイント";
    font-size: 20px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    z-index: 20;
}

/* 日本の城-------------------------------*/
#station .shiro {
    background-color: #CCCCCC;
    z-index: 20;
}

#station .wrap .category_shiro {
    background-image: url(../images/icon_shiro.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
    background-size: 50px 50px;
    height: 50px;
    position: relative;
    float: left;
    z-index: 20;
}

#station .wrap .category_shiro::after {
    content: "日本の城";
    font-size: 20px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    z-index: 20;
}

/*------------------------------------------------------------*/

#station .wrap .spot_name {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
}

#station .wrap .add {
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 20;
    position: relative;
    float: left;
    clear: left;
}

#station .wrap .total {
    font-size: 18px;
    margin-top: 20px;
    float: left;
    clear: left;
    z-index: 20;
    position: relative;
}

#station .wrap .total::before {
    content: "通算：";
    margin-right: 5px;
}

#station .wrap .total::after {
    content: "STAMP";
    margin-left: 5px;
    font-size: 14px;
}

/*---------------------------------------------------------------
	SP ボタンとMAP
----------------------------------------------------------------*/

#station .btn_box {
    float: left;
    margin-top: 20px;
}

#station .btn_box .btn_map {
    width: 80px;
    float: left;
    margin-right: 5px;
    display: block;
}

#station .btn_box .btn_map img {
    width: 100%;
}

#station .btn_box .btn_map:hover {
    opacity: 0.8;
}

#station .btn_box .btn_site {
    width: 80px;
    float: left;
}

#station .btn_box .btn_site img {
    width: 100%;
}

#station .btn_box .btn_site:hover {
    opacity: 0.8;
}

#station .map_box {
    display: none;    
}

/*---------------------------------------------------------------
	Tablet 履歴
----------------------------------------------------------------*/
.title_txt {
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 5px;
}

.history_visit {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_visit li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #858585;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
}

.history_visit .stamp_01 {
    background-image: url(../images/stamp_01.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-color: #FBB03A;
}

.history_visit .stamp_02 {
    background-image: url(../images/stamp_02.svg);
    background-position: right 5px top -20px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_03 {
    background-image: url(../images/stamp_03.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

.history_visit .stamp_04 {
    background-image: url(../images/stamp_02.svg);
    background-position: right -5px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}


.history_visit li .date {
    font-size: 18px;
    margin-right: 20px;
}

.history_visit li .time {
    font-size: 18px;
}

.history_stamp {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
}

.history_stamp li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
    background-color: #E6E6E6;
    padding: 15px 15px 15px 15px;
    clear: left;
    border-radius: 10px;
    /*background-image: url(../images/arrow_right_black.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;*/
    position: relative;
}

.history_stamp li:hover {
    background-color: #EFEFEF;
}

.history_stamp li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}



.history_stamp li .date {
    font-size: 14px;
    margin-right: 20px;
    float: left;
}

.history_stamp li .title {
    font-size: 12px;
    margin-right: 20px;
    color: #494949;
    float: left;
}
.history_stamp li .g_box {
    float: left;
    clear: left;
    margin-top: 5px;
}

.history_stamp li .user {
    font-size: 14px;
    margin-right: 30px;
    float: left;
}

.history_stamp li .user::after {
    content: "さん";
    font-size: 13px;
    margin-left: 5px;
}

.history_stamp li .shop {
    font-size: 14px;
    float: left;
    clear: left;
    margin-top: 5px;
}

/*-------------------------------------------------------*/

}/* --↑SP 専用　終-- */
