@charset "UTF-8"; 
h1.page-tit {
    width: 100%;
    height: 120px;
    background: #fffde2;
}

h1.page-tit .inner {
    position: relative;
    width: 1100px;
    height: 120px;
    margin: 0px auto;
    overflow: hidden;
}

h1.page-tit .inner p {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 240%;
    color: #222;
}

h1.page-tit .inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*about----------------------------------------------------*/
.about {
    background: #FFF;
    border-bottom: 1px solid #eee;
}

.about a {
    text-decoration: none;
    color: #283c9b;
}

.about h1 {
    padding-top: 40px;
}

.about.back,.about-block.back {
    background: #EEEFF3;
}

.about.blue,.about-block.blue {
    background: #F4F4EC;
}

.about .inner,.about-block .inner {
    width: 1110px;
    margin: 0px auto;
    overflow: hidden;
}

div.about-list {
    padding: 30px 0px;
    width: 900px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

div.about-list::after {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    margin-top: -4px;
    border-top: 2px solid #283c9b;
    border-right: 2px solid #283c9b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.about-list h2 {
    font-size: 260%;
    line-height: 130%;
    text-decoration: none;
    color: #e2133e;
}

div.about-list h2 span {
    font-size: inherit;
    color: #D9242D;
}

.about .inner a:hover h2,.about .inner a:hover h2 span {
    color: #007bc6;
}

div.about-list div.left {
    width: 70%;
}

div.about-list div.right {
    width: 200px;
}

div.about-list div.right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

div.about-list p {
    font-size: 110%;
}

/*---------------------------------------------------------------------------------------------*/
.about-block {
    width: 100%;
    margin: 0px auto;
}

.about-block .inner {
    padding: 60px 0px;
    width: 900px;
}

.about-block h3 {
    font-size: 300%;
    color: #08ad44;
    font-weight: 700;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-block h3 span {
    font-size: inherit;
    color: #D5493C;
    font-weight: inherit;
}

.about-column .left {
    float: left;
    width: 54%;
}

.about-column .left p {
    line-height: 180%;
    font-size: 110%;
    margin-bottom: 30px;
}

.about-column .left h4 {
    padding: 5px 10px;
    border-top: 1px solid #08ad44;
    border-bottom: 1px solid #08ad44;
    font-size: 160%;
    line-height: 160%;
    margin-bottom: 5px;
    color: #08ad44;
    background: #fffde2;
}

.about-column .right {
    float: right;
    width: 43%;
    text-align: right;
}

.about-column .right img {
    width: 100%;
    border-radius: 6px;
}

.about-column .left ul.bnr {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0% 20px 0%;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-column .left ul.bnr li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

.about-column .left ul.bnr li img {
    width: 98%;
}

ul.about-flow {
    width: 60%;
    margin: 0px auto;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    background: #FFF;
    border: 1px solid #EEE;
    overflow: hidden;
}

ul.about-flow li {
    font-size: 110%;
    color: #333;
}

ul.about-flow li i {
    font-size: 130%;
    color: #FF5338;
}

/*price_data-----------------------------------------------------*/
.price {
    background: #FFF;
}

h3.price_title {
    font-size: 260%;
    color: #08ad44;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

h3.price_title > span {
    margin: 0 0 0 20px;
    color: #17358e;
}

.price h2 {
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 10px 0px;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    text-align: center;
    font-size: 310%;
    letter-spacing: 0px;
    background: #FFF;
    color: #cc0000;
}

.price .inner {
    width: 1100px;
    margin: 0px auto;
    padding: 60px 0px;
}

table.price_data {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.price_data th{
width: calc(100% / 6);
font-size:100%;
border:1px solid #999;
color:#000;
line-height: 1.4;padding:8px 2px 8px 2px;
background:#f5f5f5;
font-weight: normal;
}

table.price_data td {
    border: 1px solid #999;
    padding: 10px 2px 10px 2px;
    font-size: 100%;
    background: #EEE;
    font-weight: bold;
}

table.price_data th.car {
    font-size: 90%;
}

table.price_data td.car {
    background: #FFFFFF;
    padding: 15px 0px 10px 0px;
}

table.price_data td.car img{
    width: 70%;
}

table.price_data td.price {
    padding: 0px 10px 0px 0px;
    font-size: 120%;
    text-align: right;
    background: #FFF;
    font-weight: bold;
}

table.price_data td.discount {
    background: #FFFF00;
    font-size: 100%;
}

table.price_data th.max {
    padding: 8px 10px 8px 2px;
    background: #FFFF00;
    font-size: 120%;
    color: #CC0000;
}

table.price_data td.max {
    padding: 8px 10px 8px 2px;
    background: #FFFF00;
    font-size: 200%;
}

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

.price-txt li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.tokuten_bnr {
    margin-bottom: 40px;
    text-align: center;
}

.tokuten_bnr img {
    width: 80%;
}

.price .inner .credit {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.price .btn_sekou {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.price .btn_sekou a {
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 18px 0;
    background-color: #E20013;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0px auto;
    position: relative;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px #8c8c8c;
}

.btn_sekou a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*WARIBIKI------------------------------------------------------*/
.waribiki * {
    box-sizing: border-box;
}

.waribiki h3 {
    font-size: 200%;
    color: #333;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 86%, #ffef77 86%);
    margin: 0 0 50px;
}

.waribiki h3 span {
    color: #FB2515;
    font-size: 130%;
}

.waribiki h3 span.zeikomi {
    color: #FB2515;
    font-size: 80%;
}

.waribiki {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 40px;
}

.waribiki img {
    width: 100%;
}

.waribiki table {
    width: 100%;
    border: 2px solid #D82F2C;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 0 30px;
    position: relative;
}

.waribiki table tr {
}

.waribiki table tr:first-of-type {
    background: #D82F2C;
    color: #FFF;
}

.waribiki table tr:first-of-type th {
    color: #FFF;
    font-size: 180%;
    line-height: 2;
    text-align: center;
}

.waribiki table th {
    width: 65%;
    border: 1px dashed rgb(207, 207, 207);
    border-left: none;
    border-right: none;
    font-size: 250%;
    line-height: 2;
    color: #FB2515;
    text-align: left;
    padding: 0 0 0 30px;
}

.waribiki table th span {
    font-size: 50%;
    color: #444;
    padding: 0 0 0 10px;
}

.waribiki table td {
    width: 35%;
    border: 1px dashed rgb(207, 207, 207);
    border-left: none;
    border-right: none;
    font-size: 180%;
    line-height: 2.2;
    color: #FB2515;
    font-style: italic;
}

.waribiki table th:last-of-type,.waribiki table td:last-of-type {
    border-bottom: none;
}

/*TABLE------------------------------------------------------*/
table.reason_data {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.reason_data th,table.reason_data td {
    padding: 3px 3px 3px 3px;
    border: 1px solid #BBB;
}

table.reason_data th {
    white-space: nowrap;
    vertical-align: middle;
    background: #E0EF9E;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
}

table.reason_data td {
    background: #FFC;
    font-size: 115%;
    text-align: left;
    color: #EA0003;
}

/*-flow--------------------------------------------------------------------------------------------*/
.flow-block {
    width: 100%;
    background: #FFF;
}

.flow-block .inner {
    width: 860px;
    margin: 0px auto;
    padding: 30px 0%;
}

.flow_main{
    margin-bottom: 40px;
}

.flow-column {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}

.flow-column h3 {
    padding: 10px 30px;
    margin-bottom: 15px;
    font-size: 220%;
    background: #08ad44;
    color: #FFF;
    border-radius: 20px 20px 0px 0px;
}

.flow-column h3 span {
    margin-right: 10px;
    font-size: 130%;
    color: #FFFD2A;
    font-weight: inherit;
}

.flow-column .right {
    float: right;
    width: 40%;
}

.flow-column .txt {
    float: left;
    width: 55%;
}

.flow-column p.img {
    width: 100%;
    margin-bottom: 10px;
}

.flow-column p.img img {
    width: 100%;
}

.flow-column ul li {
    width: 100%;
}

.flow-column ul li img {
    width: 100%;
}

.flow-column .txt p {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 2;
}

.flow-column .txt a {
    font-size: 100%;
    color: #003987;
}

.flow-column h4 {
    margin-bottom: 5px;
    padding: 2%;
    border-top: 1px solid #e2133e;
    border-bottom: 1px solid #e2133e;
    background: #fffce0;
    font-size: 140%;
    color: #e2133e;
}

.flow-column ul.bnr {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.flow-column ul.bnr li {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}

.flow-column ul.bnr li img {
    width: 95%;
}

/*info-page----------------------------------------------*/
.info-page {
    width: 100%;
    background: #D9EBF9;
    overflow: hidden;
}

.info-page .inner {
    width: 1146px;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
}

.info-page .inner div.txt {
    width: 766px;
    padding: 20px 20px 20px 20px;
    color: #333;
    font-size: 120%;
    line-height: 240%;
    background: #FFF;
    float: left;
}

.info-page .inner div.txt {
}

.info-page .inner div.txt dl {
    padding: 5px 0px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.info-page .inner div.txt dl dt {
    width: 120px;
}

.info-page .inner .category {
    float: right;
    width: 300px;
    background: #FFF;
}

.info-page .inner .category h3 {
    padding: 15px 10px;
    background: #D82F2C;
    color: #FFF;
    font-size: 120%;
}

.info-page .inner .category ul li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    background: #FFF;
    color: #222;
    font-size: 120%;
    text-decoration: none;
}

.info-page .inner .category ul li a:hover {
    background: #FEE200;
    color: #333;
}

.info-page .inner .category ul li.now a {
    background: #275c92;
    color: #FFF;
}

/*BLOG-----------------------------------------------------------------*/
dt.date span {
    color: #CC0000;
    font-weight: bold;
    padding-left: 5px;
}

.column.info {
    margin: 0px 0px 20px 0px;
    background: #FFF;
}

.navi {
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.column.info h2.title {
    background: #D82F2C;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 130%;
    text-align: left;
}

.column.info h2.title a {
    color: #FFFFFF;
    font-size: 130%;
}

.column.info div.date {
    font-size: 120%;
    text-align: left;
    color: #353535;
    background: #EFEFEF;
    padding: 5px 10px;
}

dt.date span {
    color: #CC0000;
    font-weight: bold;
    padding-left: 5px;
}

.column.info div.text,div.page-nav {
    padding: 0px 10px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    background: #FFF;
}

.column.info div.text a img {
    clear: both;
    float: none;
}

.column.info div.text p {
    margin: 0px 0px 10px 0px;
}

.column.info div.text p.photo {
    text-align: center;
}

.column.info div.category {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
}

.info {
    overflow: hidden;
    margin: 0px 0px 15px 0px;
}

.info h4 {
    background: #EFEFEF;
    padding: 5px;
    border-bottom: 2px solid #F00;
}

.top_right.info ul {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
}

.category ul li.now a {
    display: block;
    background: #FFF7B9;
    padding: 8px;
    color: #353535;
    text-decoration: none;
    font-size: 15px;
}

.left h3 {
    font-size: 16px;
    font-weight: bold;
    color: #F00;
    background-color: #fff7b9;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
}

/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn {
    border: 0px;
    font-size: 120%;
    width: 204px;
    height: 55px;
    background: #FF9426;
    cursor: pointer;
    border-radius: 10px;
}

.submit_btn:hover {
    background: #F8D92E;
}

.submit_btn.back {
    margin-right: 20px;
    background: #DEDEDE;
}

/**/
.error {
    width: 740px;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #FFF89C;
    color: #EA0307;
}

table.form {
    margin: 0px 0px 30px 0px;
    width: 780px;
    text-align: center;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.form th,table.form td {
    padding: 10px 8px 10px 8px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #BBB;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
    color: #000000;
}

table.form th {
    width: 210px;
    background: #F4F4EC;
}

table.form td span.red {
    font-size: 120%;
    color: #CC0000;
}

table.form td.reserve p {
    color: #CC0000;
}

table.form td input[type="text"] {
    height: 30px;
    width: 90%;
    margin: 0px auto;
    font-size: 120%;
}

table.form td select {
    font-size: 100%;
}

table.form td input[type="text"].small {
    width: 100px;
}

table.form td ul {
    margin-bottom: 10px;
}

table.form td ul li {
    font-size: 100%;
    margin-bottom: 10px;
}

.form .inner {
    padding: 10px 0px 40px 0px;
}
table.price_table {
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  table.price_table th, table.price_table td {
    border: 1px solid #c1c1c1;
    font-size: 160%;
    line-height: 1;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: calc(100%  - 10px);
  }
  table.price_table th {
    background: #08ad44;
    color: #fff;
    font-size: 150%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
  }
  table.price_table th.category {
    width: 220px;
  }
  
  table.price_table tr.net_price td {
    background: #fffeb1;
    color: #e2133e;
        font-weight: bold;

    font-size: 190%;
  }
  table.price_table tr.net_price td:first-child {
    color: #e2133e;
    font-size: 150%;
     line-height: 1.2;

  }
  .price_img {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 80%;
  }
  .price_img img {
    width: 100%;
  }
  p.price_txt {
    color: #333;
    padding: 20px 0;
    text-align: left;
  }
  section.price h4 {
    background: #3a9102;
    color: #fff;
    font-size: 150%;
    padding: 6px;
  }

.price-list .inner {
    margin: 0px auto;
    width: 800px;
    padding: 0px;
    display: flex;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-list .inner div {
    width: calc( 100% / 2 - 10px ) ;
    margin-bottom:50px;
}

.price-list .inner div img {
    width: 100%;
}
.price-list .inner p {
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
