@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.foto_frame {
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ddd;
}

.foto_frame:before {
    content: "";
    height: 100%;
    width: 100%;
    border: 7px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    box-sizing: border-box;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 220px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
    background: #f8f8f8;
    color: #000;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    color: #000;
    background: #fff;
}

#rentacar th {
    width: 115px;
    padding: 5px 10px;
}

#rentacar td {
    padding: 5px 10px;
}


@media screen and (max-width: 768px) {

th {
    width: 100px;
    padding: 12px 10px;
    border: 1px solid #ccc;
}

td {
    width: auto;
    padding: 12px 10px;
    border: 1px solid #ccc;
}

}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 820px;
    height: auto;
    overflow: hidden;
}

#list ul {
    width: 850px;
    height: auto;
    margin-right: -30px;
    margin-bottom: -30px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 253px;
    height: auto;
    min-height: 253px;
    max-height: 253px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list li p {
    line-height: 160%;
}

.list_none {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    text-align: left;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#list ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
    margin-bottom: -40px;
}

#list li {
    float: none !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}


.list_none {
    margin-bottom: 20px !important;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    clear: both;
    overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


@media screen and (max-width: 768px) {

#contents {
    width: 100%;
    height: auto;
    padding: 0;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: 40%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 15px 10px;
    background: #f5d468;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #fff !important;
}

.more_btn:hover {
    background: #f9e08a;
    color: #fff !important;
    text-decoration: none;    
}


@media screen and (max-width: 768px) {

.more_btn {
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 9999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 12px;
    letter-spacing: 0;
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    position: relative;
    background: #ffd974;
    border: 1px #fff solid;
}

#page-top a:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

#page-top .fas {
    font-size: 42px;
    line-height: 100%;
    color: #fff;
    padding: 12px 0 !important;
}

#page-top a:hover {
    text-decoration: none;
    background: #8ac8e5;
    transition: all .5s;
    -webkit-transition: all .5s;
}


@media screen and (max-width: 768px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 36px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.55);
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 11px;
    width: 40px;
    height: 40px;
    display: block;
}

#page-top .fas {
    font-size: 25px;
    padding: 6px 7px !important;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #000;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    display: none;
}

}

