/*!
 * Start Bootstrap - Stylish Portfolio v5.0.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */


/*---------------------------------------
全体設定
---------------------------------------*/
body,html {
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #3e3e3e;
    font-size: 15px;
    background-color: #f7f3f0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
a {
    transition: all 0.3s ease-out;
}
p {
    /*text-align: justify;*/
}
/**** 各セクションのスペース *****/
.content-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0;
}
/**** スペース指定 *****/
.h10 {
    height: 10px;
}
.h20 {
    height: 20px;
}
.h30 {
    height: 30px;
}
.h40 {
    height: 40px;
}
.h50 {
    height: 50px;
}
/**** 改行禁止 *****/
.nowrap {
    display: inline-block;
}
/**** トップに戻るボタン *****/
.scroll-to-top {
    width: 70px;
    height: auto;
    background: none;
    line-height: normal;
}
.scroll-to-top:hover {
    background: none;
}
/**** 区切り線 *****/
hr {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border: 0;
    border-top: 1px solid rgba(97, 97, 97, 0.1);
}
/**** 文字色 *****/
.white {
    color: #fff;
}
.red {
    color: #dc0000;
}
.orange {
    color: #f6a248 !important;
}
.pink {
    color: #f56e6b;
}
.blue {
    color: #47aad1;
}
/**** マージンを消す *****/
.margin0 {
    margin: 0;
}
.padding0 {
    padding: 0;
}
/**** 画面サイズ375px以上から非表示 *****/
.smallSize {
    display: none;
}
/**** 各セクション見出し *****/
.section-headline {
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    text-indent: 2px;
}
.section-headline-sub {
    font-size: 0.7em;
}
/**** youtubeレスポンシブ対応 *****/
.content-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.content-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calendar-wrapper {
    margin-bottom: 1.5rem;
}
/**** テーブル *****/
table {
    width: 100%;
}



/*---------------------------------------
ヘッダー
---------------------------------------*/
header.header {
    padding-top: 2rem;
    background: #82cdec;
}
.top-img {
    position: relative;
}
a.top-logo {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 350px;
}
/**** ハンバーガーメニュー *****/
.menu-toggle {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.sidebar-nav>.sidebar-brand {
    height: 65px;
    line-height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar-nav li.sidebar-nav-item a {
    padding: 10px 15px;
}
.menu-subMenu {
    list-style: none;
    padding-left: 1rem;
}
.menu-subMenu > li a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
}
.menu-subMenu > li a {
    padding: 8px 15px !important;
    font-size: 14px;
}



/*---------------------------------------
フッター
---------------------------------------*/
footer.footer {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background: #82cdec;
}
.footer-top-img {
    background: url(img/bg_footer.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 70px;
}
.footer-menu-link li a {
    color: #fff;
    font-size: 14px;
}
.footer-name {
    font-weight: 700;
    font-size: 1.1rem;
}
span.footer-name-sub {
    font-size: 0.9rem;
    color: #fff;
    display: inline-block;
    margin-left: 0.5rem;
}



/*---------------------------------------
トップページ
---------------------------------------*/
/**** トップ *****/
#about p {
    margin: 0;
    font-size: 15px;
}
.link-cordebunks, .link-service {
    display: block;
}
.link-service img {
    margin-bottom: 1rem;
}
/**** 店舗一覧 *****/
#shop .section-headline {
    color: #47aad1;
    margin: 0.3rem 0 1.5rem;
}
.paddingRight0 {
    padding-right: 0;
}
.shop-title-img {
    display: block;
    margin: 0 auto;
}
.shop-list-table {
    width: 100%;
}
/*.shop-list-table tr:nth-child(even) th, .shop-list-table tr:nth-child(even) td {
    background: rgba(130, 205, 236, 0.15);
}*/
.shop-list-table th {
    font-weight: normal;
    width: 40%;
    padding: 0.8rem;
    border-bottom: 1px solid #e2e2e2;  
}
.shop-list-table td {
    padding: 0.8rem;
    border-bottom: 1px solid #e2e2e2;
}
.shop-list-table tr:first-child {
    border-top: 1px solid #e2e2e2;
}
.map-modal-btn {
    background: #47aad1;
    color: #fff !important;
    line-height: 1;
    font-size: 12px;
    border-radius: 8px;
    padding: 0.3rem 0.5rem;
    display: inline-block;
    border: none;
}
.map-modal-btn:hover {
    background: #82cdec;
}
/**** モーダルウィンドウ *****/
.modal-title {
    font-weight: normal;
    letter-spacing: 2px;
}



/*---------------------------------------
車種・レンタル料金
---------------------------------------*/
.section-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bg-white {
    background: #fff;
}
.content-headline {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
}
.content-headline span {
    font-size: 0.75em;
}
.car-type-box {
    color: #4aa6d5;
}
.car-type-title, .paid-rental-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.car-type-title span {
    font-size: 0.85em;
    display: inline-block;
}
.car-type-link {
    display: block;
    text-align: right;
    margin: 0 0 0 auto;
}
.common-table th, .car-type-table th, .tourism-table th {
    color: #3e3e3e;
    padding: 5px 10px;
    text-align: left;
    background-color: #e6f5fb;
    border: 1px solid #83ceed;
    white-space: nowrap;
    width: 10%;
}
.car-type-table th {
    color: #47aad1;
    width: 1%;
}
.common-table td, .car-type-table td, .tourism-table td {
    width: auto;
    padding: 8px 10px;
    color: #156cb2;
    border: 1px solid #83ceed;
    width: auto;
}
.car-type-table td {
    width: 25%;
    color: #4aa6d5;
}
.car-type-table th sup, .car-type-table td sup {
    color: #f5a147;
}
.price-subTxt {
    font-size: 13px;
    margin: 5px 0 0;
}
.attention {
    list-style: none;
    padding: 0;
    margin: 0;
}
.attention li {
    margin-bottom: 20px;
    padding-left: 35px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cecece;
    font-size: 14px;
}
.attention li:first-child {
    background-image: url(img/bg_li_01.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.attention li:last-child {
    background-image: url(img/bg_li_02.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.repeater-discount {
    margin: 0;
    padding: 1rem 2rem;
    color: #48a9d3;
    border: 8px solid #48a9d3;
    border-radius: 10px;
}
.cancel, .reservation {
    margin: 1rem 0;
    display: block;
}
.rental-block {
    margin-bottom: 2rem;
}
.paid-rental-table {
    width: 100%;
}
.paid-rental-table tr {
    border-top: 1px solid #e6f5fb;
    border-bottom: 1px solid #e6f5fb;
}
.paid-rental-table th {
    width: 43%;
    padding: 5px 10px;
}
.paid-rental-table td {
    padding: 10px;
}
th.width15 {
    width: 15%;
}
.paid-rental-attention {
    margin: 0;
    padding-left: 2rem;
    font-size: 14px;
}
.cancel-block, .free-option-block {
    padding: 1rem;
    border-radius: 10px;
    border: 5px solid #3e3e3e;
}
.free-option-block {
    background: #fff;
}
.cancel-block h5 {
    font-size: 1.2rem;
    font-weight: 700;
}
.reservation-link {
    display: block;
    width: 80%;
    margin: 0 auto;
}
/**** コルドバンクス *****/
.option-block {
    margin-bottom: 1rem;
}
.option-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.option-text {
    font-size: 14px;
}
.free-option-block .car-type-title span {
    font-size: inherit;
}
iframe.movie-block {
    border: 5px solid #3e3e3e;
    border-radius: 10px;
    box-sizing: border-box;
}



/*---------------------------------------
おすすめコース
---------------------------------------*/
.content-headline-sub {
    font-size: 1.1rem;
    font-weight: 400;
}
.table.tourism-table {
    width: 100%;
}
.tourism-table th {
    color: #3e3e3e;
    padding: 10px;
    text-align: left;
    background-color: #e6f5fb;
    border: 1px solid #83ceed;
    border-top: none;
    white-space: nowrap;
}
.tourism-table th:first-child {
    border-top: 1px solid #83ceed;
}
.tourism-table td {
    width: auto;
    padding: 10px;
    color: #3e3e3e;
    border: 1px solid #83ceed;
    border-top: none;
}
.tourism-table th, .tourism-table td {
    display: inline-block;
    width: 100%;
}
.headline-thumb {
    display: inline-block;
    margin-right: 0.8rem;
    vertical-align: middle;
}
.headline-thumb img {
    width: 90px;
}
.attention-list {
    padding-left: 1.5rem;
}



/*---------------------------------------
店舗紹介
---------------------------------------*/
#office hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.phone-number {
    font-weight: bold;
    color: #dc0000;
}
.phone-number:before {
    content: url(img/freedial.gif);
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.return-price th {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    background-color: #ebf1bf;
    border: 1px solid #aacd06;
}
.return-price th.th-blue {
    background-color: #ceebfa;
}
.return-price td {
    padding: 10px 15px;
    font-size: 14px;
    text-align: right;
    color: #dc0000;
    border: 1px solid #aacd06;
}



/*---------------------------------------
ご利用ガイド
---------------------------------------*/
.section-head-guide {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 0.5rem;
}
.guide-contents {
    margin-bottom: 0.7rem;
    display: block;
}
.guide-item-title {
    color: #4aa6d5;
    font-weight: 900;
}
.guide-item-title:before {
    content: '●';
    padding-right: 3px;
}
#guide-safetypack .car-type-table td ul {
    padding-left: 1.8rem;
}



/*---------------------------------------
よくある質問
---------------------------------------*/
.faq-box {
    margin-bottom: 2rem;
}
.question {
    color: #4aa6d5;
    border-top: 1px solid #83ccec;
    border-bottom: 1px solid #83ccec;
    padding: 8px 0 5px;
    font-weight: bold;
}
.question:before {
    content: url(img/bg_faq_q.gif);
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.answer:before {
    content: url(img/bg_faq_a.gif);
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block;
}



/*---------------------------------------
会社概要
---------------------------------------*/
.company-info {
    width: 100%;
}
.company-info th, .company-info td {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.company-info th {
    width: 30%;
    font-weight: normal;
}
.official-site-link {
    color: #dc0000;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 0.5rem;
}
.official-site-link span {
    background: #dc0000;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
}



/*---------------------------------------
利用規約
---------------------------------------*/
.section-head-kiyaku {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    margin-top: 0.3rem;
}
.kiyaku-list {
    margin: 0;
    padding-left: 1.5rem;
}
.kiyaku-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #47aad1;
    border-bottom: 1px solid #e6f5fb;
    font-size: 14px;
}
.kiyaku-list-sub {
    margin: 0.8rem 0;
    padding-left: 2rem;
}
.kiyaku-list-sub li {
    margin: 0;
    padding: 0;
    border: none;
}



/*---------------------------------------
貸渡約款
---------------------------------------*/
.text-block {
    margin-bottom: 2.5rem;
}
.text-box {
    margin-bottom: 2rem;
}
.text-box h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
}
.text-box h4 {
    font-size: 1.1rem;
    font-weight: normal;
}
.text-box-txt {
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.text-box-list {
    list-style: none;
    padding-left: 1rem;
    margin: 0.5rem 0;
}



/*---------------------------------------
お問い合わせ
---------------------------------------*/
.contact_form {
    border: 5px solid #83ceed;
    padding: 1rem;
    border-radius: 10px;
}
.contact-table th, .contact-table td {
    padding: 5px 0;
    display: block;
    width: 100%;
}
.contact-table td input, .contact-table td textarea {
    border: 1px solid #ccc;
    width: 100% !important;
    padding: 5px;
}
.submit {
    margin: 1rem 0;
}
.submit input {
    max-width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.5;
}
input::placeholder {
    opacity: 0.5;
}




/*---------------------------------------
予約
---------------------------------------*/
.reserve-tel-link {
    display: block;
    margin: 1rem auto;
}
.reserve_form {
    margin-bottom: 2rem;
}
.reserve_form ul {
    margin: 0;
    padding-left: 1.5rem;
}
.tbl_reservation {
    border: 3px solid #83ceed;
    border-radius: 10px;
}
.tbl_reservation sup {
    color: #dc0000;
}
.tbl_reservation th {
    background: #83ceed;
}
.tbl_reservation td {
    border: 1px solid #83ceed;
    padding: 1rem;
}
.tbl_reservation td p {
    margin: 0.5rem 0;
}
.tbl_reservation td select, .tbl_reservation td input, .tbl_reservation td textarea {
    border: 1px solid #ccc;
    background: inherit;
    border-radius: 3px;
}
.tbl_reservation td input[type=text], .tbl_reservation td textarea {
    width: 100%;
}
.yoyaku-btn {
    border: 1px solid #83ceed;
    background: #e6f5fb;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
}
.yoyaku-corde {
    margin-top: 1.3rem;
}
.yoyaku-mush {
    margin-top: 0.5rem;
}




/*---------------------------------------
メディアクエリ
---------------------------------------*/
@media (max-width: 425px) {
.content-headline {
    font-size: 1.3rem;
}
/**** トップ *****/
.section-headline {
    font-size: 1.7rem;
}
#about p {
    font-size: 14px;
}
/**** フッター *****/
footer.footer {
    padding-top: 1rem;
}
/**** 車種・レンタル料金 *****/
.car-type-title, .paid-rental-title {
    font-size: 1.05rem;
}
.car-type-table th, .car-type-table td {
    padding: 8px;
    font-size: 14px;
}
/**** おすすめコース *****/
.headline-thumb {
    margin-right: 0.5rem;
}
.headline-thumb img {
    width: 70px;
}
}


@media (max-width: 400px) {
.section-headline {
    font-size: 1.5rem;
}
a.top-logo {
    width: 300px;
}
.car-type-table th, .car-type-table td {
    padding: 7px;
    font-size: 13px;
}
/**** トップ *****/
.shop-list-table th {
    width: 35%;
}
/**** コルドバンクス *****/
.free-option-block {
    padding: 0.7rem;
}
.free-option-block .car-type-title {
    font-size: 1rem;
}
.free-option-block .car-type-box p {
    font-size: 13px;    
}
/**** 店舗紹介 *****/
.return-price th, .return-price td {
    padding: 10px;
}
/**** 個人情報保護指針 *****/
.text-box h3 {
    font-size: 1.2rem;
}
.text-box h4 {
    font-size: 1rem;
}
}


@media (max-width: 375px) {
.content-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.largeSize {
    display: none;
}
.smallSize {
    display: block;
}
.shop-list-table th, .shop-list-table td {
    font-size: 14px;
}
.content-headline {
    font-size: 1.2rem;
}
/**** おすすめコース *****/
.cancel-block h5 {
    font-size: 1.05rem;
}
.attention-list {
    font-size: 14px;
}
}


@media (max-width: 320px) {

}

