﻿/*
 Theme Name:   CRC Theme
 Theme URI:
 Description:  CRC Theme
 Author:
 Author URI:
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  twenty-fifteen-child
*/
/*@import url("../twentyfifteen/style.css");*/
@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    line-height: 1.8;
    word-wrap : break-word;
    overflow-wrap : break-word;
    -webkit-text-size-adjust: 100%;
    background-image: url(images/bg02.gif) ;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

table{border-collapse: collapse;}
table th{text-align: left; vertical-align: top;}

li{list-style-type: none;}
a{color: #000; text-decoration: none;}
a:hover{color: #726100;}

.text_s{font-size: 85%;}
.text_m{font-size: 90%;}
.text_l{font-size: 110%;}

.text_bold{font-weight: bold;}

.text_red{color:#c90000;}

.text_left{text-align: left;}
.text_center{text-align: center;}
.text_right{text-align: right;}

.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt50{margin-top: 50px !important;}
.ml05{margin-left: 05px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.ml345{margin-left: 345px !important;}
.mt15{margin-top: 15px !important;}
.mt90{margin-top: 90px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb50{margin-bottom: 50px !important;}
.mb70{margin-bottom: 70px !important;}
.mb100{margin-bottom: 100px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}

.pt10{padding-top: 10px !important;}
.pt30{padding-top: 30px !important;}
.pt50{padding-top: 50px !important;}
.pr5{padding-right: 5px !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl30{padding-left: 30px !important;}


.top_width {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
    position:relative;
}
.area_wt{ background-color: #fff;}
.area_cleam{ background-color: #feeeca;}
.area_gy{ background-color: #f3f3f3;}

.of{overflow: hidden;}

.f_left{float: left;}
.f_right{float: right;}
.clr{clear: both;}




/*-------------------- top -----------------------*/
#header {
    background-color: rgba(51,51,51,0.8);
    color: #FFFFFF;
    height: 75px;
    padding: 0 0 15px 0;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
    /*	overflow: hidden;*/
}
#site_title {
    z-index: 1;
    padding-top:5px;
    text-align: left;
    font-size: 12px;
}
.content_wrap_slide{padding-bottom: 35px;}

#mv {
    position:relative;
    /*background-image: url(images/mv.jpg) no-repeat center top;*/
}
#mv ul {
    padding: 0px;
    position:relative;
}
#mv ul li {
    width: 100%;
    list-style-type: none;
    position:absolute;
    opacity: 0;
}
#mv .slide img {
    max-width: 100%;
    height: auto;
}

#orner_mv #mv{
    width: 100%;
    max-width: 1366px;
}

#slide_control {
    position: absolute;
}
#prev_button {
    cursor: pointer;
}
#next_button {
    cursor: pointer;
}
#play_stop {
    cursor: pointer;
}
#main_img {
    background-image: url(images/denim-texture223.png); /* 背景画像 */
}
#menu_button {
    position:fixed;
    top:0px;
    right:0px;
    cursor: pointer;
    z-index:11;
}
#header .sp {
	position:fixed;
	top:0px;
	cursor: pointer;
	z-index:11;
}
#nav {
    position:fixed;
    top:0px;
    right:0px;
    margin-right:-200px;
    width:200px;
    z-index:11;
}
#nav ul {
    padding: 0px;
    background-color:rgba(0,0,0,0.90);
}
#nav ul li {
    list-style-type: none;
}
#nav ul li a {
    padding: 20px;
    padding-right: 40px;
    display:block;
    text-align:left;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -ms-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:hover {
    color: #B9B9B9;
    text-decoration: none;
}

#reserve{
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    padding: 15px 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    right:40px;
    /*bottom: 6px;*/
    top: -300px;
}
#reserve dl{clear: both; overflow: hidden; padding-bottom: 10px;}
#reserve dt{text-align: left; line-height: 1.2; margin-top: 10px;}
#reserve dd{float: left; padding-right: 5px;}
#reserve dd.caution{
    display: none;
    text-align: left;
    line-height: 1.3;
    color:#c90000;
    font-weight: bold;
    font-size: 12px;
    padding-left: 40px;
    background:  url(images/icn_caution.png) no-repeat left center;
}
#reserve .month select{width: 103px; height:25px;}
#reserve .day select,#reserve .time select{width: 80px; height:25px;}
#reserve .category select{width: 274px; height:25px;}
#reserve .calender{width: 25px; height: 25px; padding-right: 0;}
#reserve .serch{clear: both;}

/*横並び社員紹介*/
.box:after{
  content: '';
  clear: both;
  display: block;
}

.intro_wrapper {
  width:100%;
  box-sizing: border-box;
}

.intro_people{
  display:inline-block;
  width:25%;
  float:left;
  padding:0 15px;
  margin:15px 0;
  border-collapse: collapse;
}
.intro_people .intro_image{
  border: 2px solid #333333;
  display: inline-block;
}
.intro_people .intro_image img{
  height:180px;
  vertical-align: middle;
  width:100%;
}

.intro_text {
  display:inline-block;
}
.intro_people p{
  text-align:center;
  border: 1px solid #333333;
}




/*-------------------- #main（2カラム） -----------------------*/
#main{ float: left; width: 63%; max-width: 655px; padding-left: 3%; }

#main #ar01,#main #ar02,#main #ar03,#main #ar04,#main #ar05{
    clear:both;
    overflow: hidden;
    padding-bottom: 70px;
}
#main h2{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 160%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #555;
    padding-left: 10px;
}
#main h2 .btn{
    position: absolute;
    bottom: 7px;
    right: 0;
}

#main #ar01 .area_top_popular{
    width: 206px;
    float: left;
    margin-right: 13px;
    position: relative;
}
#main #ar01 .area_top_popular .rbn{
    position: absolute;
    top:-8px;
    left: 5px;
}
#main #ar01 .area_top_popular .ar_photo{
    background-color: #eee;
}
#main #ar01 .area_top_popular .text{
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
#main #ar01 .area_top_popular .text .name{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
}

#main #ar03 .area_wt{
    overflow: hidden;
    padding: 17px 2px 7px 12px;
}
#main #ar03 .area_top_option{
    width: 140px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    /*	border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
}
#main #ar03 .area_top_option .icn,
#main #ar03 .area_top_option .text{
    /*	display: inline-block;*/
    vertical-align: middle;
}
#main #ar03 .area_top_option .text{
    /*	width: 110px;*/
    font-size: 105%;
    font-weight: bold;
}

#main #ar04 .area_wt{
    overflow: hidden;
    padding: 17px 2px 17px 15px;
}
#main #ar04 .area_top_flow{ padding-bottom: 10px;}
#main #ar04 .area_top_flow li.flow{
    display: block;
    vertical-align: top;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7c4a5+0,9d996f+100 */
    background: #c7c4a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #c7c4a5 0%, #9d996f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #c7c4a5 0%,#9d996f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #c7c4a5 0%,#9d996f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c4a5', endColorstr='#9d996f',GradientType=0 ); /* IE6-9 */
}
#main #ar04 .area_top_flow li.arrow{
    display:block;
    width: 0;
    height: 20px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #9d996f transparent transparent transparent;
    margin-left: 20px;
}
#main #ar04 .area_top_flow li:last-child:after{ display: none;}

#main #ar04 .area_top_flow li h3/*,#main #ar04 .area_top_flow li p*/{
    display: inline-block;
}
#main #ar04 .area_top_flow li h3{/*width: 150px;*/ margin-right: 15px;}
#main #ar04 .area_top_flow p{
    font-size: 15px;
    margin-left: 50px;
    padding:10px 15px;
    background-color:rgba(255,255,255,0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


#main #ar04 .area_top_flow #step1:before{
    content: url(images/icn_step01.png);
    display: inline-block;
    margin-right: 10px;
}
#main #ar04 .area_top_flow #step2:before{
    content: url(images/icn_step02.png);
    display: inline-block;
    margin-right: 10px;
}
#main #ar04 .area_top_flow #step3:before{
    content: url(images/icn_step03.png);
    display: inline-block;
    margin-right: 10px;
}
#main #ar04 .area_top_flow #step4:before{
    content: url(images/icn_step04.png);
    display: inline-block;
    margin-right: 10px;
}
#main #ar04 .area_top_flow #step5:before{
    content: url(images/icn_step05.png);
    display: inline-block;
    margin-right: 10px;
}

#main #ar04 .caption{
    text-align: left;
    font-size: 75%;
}

#main #ar05 .place{
    width: 290px;
    float: left;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    min-height: 525px;
    margin-right: 12px;
}
#main #ar05 .place .text{
    font-size: 90%;

}




/*-------------------- page_nav -----------------------*/
#page_nav{
    overflow: hidden;
    margin-bottom: 30px;
}
#page_nav li{
    float: left;
    font-size: 13px;
}
#page_nav li a{
    display:block;
    background: url(images/arrow_pagenav.png) no-repeat left center;
    padding: 10px 40px 10px 20px;
    color: #000;
}


/*-------------------- side -----------------------*/
#side{ float: right; width: 29%; max-width: 300px; padding-right: 25px; }

#side .side_bnr{padding-bottom: 10px;}

.side_bnr{padding-bottom: 10px;}

 /* 予約 */
#side #reserve{
    background-color: #f1f1f19e;
    width: 280px;
    margin: 0 auto;
    padding: 15px 10px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: static;
}
#side #reserve h3{
    background-color: #333;
    padding: 10px;
    color: #fff;
}
#side #reserve dd{float: left; padding-right: 5px;}
#side #reserve .month select{width: 98px; height:25px;}
#side #reserve .day select,#side #reserve .time select{width: 70px; height:25px;}
#side #reserve .category select{width: 274px; height:25px;}
#side #reserve .calender, #form #ar01 ol li .calender{width: 25px; height: 25px; padding-right: 0;}
#side #reserve .serch{clear: both; margin-top: 14px;}

/* News */
#side .side_news{
    background-color: rgba(255,255,255,0.55);
    width: 280px;
    margin: 0 auto;
    padding: 15px 10px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: static;
}
#side .side_news h2{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff5426), color-stop(0.00, #fc9a73));
  background: -webkit-linear-gradient(top, #fc9a73 0%, #ff5426 100%);
  background: -moz-linear-gradient(top, #fc9a73 0%, #ff5426 100%);
  background: -o-linear-gradient(top, #fc9a73 0%, #ff5426 100%);
  background: -ms-linear-gradient(top, #fc9a73 0%, #ff5426 100%);
  background: linear-gradient(top, #fc9a73 0%, #ff5426 100%);
    padding: 10px;
    color: #fff;
    font-size:120%;
    margin-bottom: 10px;
}
#side .side_news li{
  text-align: left;
  border-bottom:1px dotted #ccc;
}
#side .side_news li:before{
/*  content :"→";
  padding-right:10px;*/
}

aside#side {
    margin-top: 15px;
}


/*-------------------- #page-top -----------------------*/
#page-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
}
#page-top img {
    opacity: 0.6;
}
#page-top img:hover {
    opacity: 0.3;
}

/*-------------------- footer -----------------------*/
#footer{
    clear: both;
    color: #fff;
}

#footer_message{
    padding: 30px 0;
    background-color:rgba(0,0,0,0.2);
    overflow:hidden;
}
#footer_message h2{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    text-align: left;
    line-height: 3em;
    float: left;
}
#footer_message .btn{padding-top: 20px; float: right;}

#footer_nav a {
    color: #fff;
    text-decoration: none;
}
footer a:visited {
    text-decoration: none;
}
div[class^="bg-text"] {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
    height:auto;
    overflow:hidden;
}
div[class^="bg-text"] h1 {
    font-size: 180%;
    font-weight: normal;
    padding-bottom: 5px;
}
div[class^="bg-text"] p {
    text-align:left;
}
#footer_detail {
    padding: 30px 0 0;
    background-color: #333;
}
/*#footer .sns{ padding-bottom: 60px;}*/
#footer .sns li{ display: inline-block;}
#footer .sns li a{ padding: 10px;}

.footer-copy{
    color: #333;
    background-color: #ddd;
    margin: 0 auto;
}

.footer-copy .fineseed-logo{
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}

#copy{
    float: right;
    font-size: 12px;
    padding: 5px 0 10px;
    margin-top: 5px;
}

footer .footer-other-area a{
    color: #FFF;
}

@media only screen and (min-width: 769px){

  footer .site-info{
    width: 1024px;
    /*background-color: #000;*/
    color: #fff;
    padding-bottom: 145px;
    margin: 20px auto 20px;
  }

  footer .footer-link-area{
    float: left;
    width: 70%;
  }
  footer .footer-menu-area{
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-left: 3.0em;
    width: 30%;
  }

  footer .footer-logo,
  footer .footer-other-area{
    text-align: left;
    float: left;
    width: 50%;
  }

  footer .footer-logo img{
    margin-right: 15px;
  }

  footer .footer-text{
    text-align: left;
  }

  footer .site-info .footer-menu-area{
    padding-left: 20px;
    border-left: 1px solid #fff;
  }

  footer .site-info .footer-other-area .service{
    margin-top: 10px;
  }

  footer .site-info .footer-menu-area ul.menu li{
    text-align: left;
  }

  footer a:visited,
  footer a:active,
  footer a:hover{
    color: #fff;
  }

  .footer-copy{
      width: 1024px;
  }
}
@media only screen and (max-width: 768px){
  #copy{
      float: none;
      padding-bottom: 10px;
      padding-top: 0px !important;
      margin-left: .7em;
  }

  .footer-copy{
      padding-top: 10px;
  }

  .footer-copy .fineseed-logo{
      float: none;
  }

  footer .site-info{
    width: 100%;
    background-color: inherit;
    padding-bottom: 60px;
    margin: 0 auto;
    color: #fff;
    width: 90%;
  }

  footer .footer-link-area{
    text-align: center;;
    margin-top: 20px;
  }

  footer .footer-menu-area{
  }

  footer .footer-logo img{
    margin-bottom: 15px;
  }

  footer .footer-text{
    font-size: 12px;
    margin-bottom: 15px;
  }

  footer .site-info .footer-menu-area{
    padding-top: 20px;
    border-top: 1px solid #fff;
  }

  footer .site-info .footer-menu-area ul.menu li{
    text-align: center;
    font-size: 14px;
    color: #fff;
  }

  footer .site-info ul{
    margin: 0;
  }

  footer a,
  footer a:visited,
  footer a:active,
  footer a:hover{
    color: #fff;
  }
}

/*-------------------- #content（1カラム）  -----------------------*/
#content{ width: 100%; max-width: 1000px; margin: 0 auto;}



/*-------------------- 貸渡約款 #loan -----------------------*/
#loan{margin-top: 40px; margin-bottom: 80px;}

#content #loan h2{margin-bottom: 40px;}

#loan .inner{padding-bottom: 30px;}
#loan .inner h4,#loan .inner ul,#loan .inner ol{padding-left: 20px;}
#loan .inner ul,#loan .inner ol{padding-bottom: 20px;}
#loan .inner ul li{list-style: disc outside; margin-left: 20px; padding-bottom: 10px;}
#loan .inner ol li{list-style: decimal outside; margin-left: 20px; padding-bottom: 10px;}
#loan .inner li ol li{list-style: lower-roman outside; margin-left: 20px;}
#loan .inner .caution li{list-style-type: none;}
#loan .inner .circle li{list-style-type: none;}






/*-------------------- #plan -----------------------*/
#plan{margin-top: 130px;}

#plan h3{
    background-color: #333;
    padding: 10px;
    color: #fff;
}

#plan .area_wt{
    overflow: hidden;
    padding: 20px 6px 10px;
}

#main #ar01 .type{
    width: 206px;
    display: inline-block;;
    margin-right: 3px;
    margin-bottom: 15px;
    position: relative;
}
#main #ar01 .type.right{
    margin-right: 0;
}
#plan #main #ar01 .type .rbn{
    position: absolute;
    top:-4px;
    left: 5px;
}
#main #ar01 .type .type_text{
    background-color: #f0f0f0;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
#main #ar01 .type .type_text .catch {line-height: 1.5; font-size: 90%; height: 6.1em; overflow: hidden;}
#main #ar01 .type .type_text .car_name {line-height: 1.5; font-size: 110%; height: 3.5em; overflow: hidden;}
#main #ar01 .type .type_text .catch a,#main #ar01 .type .type_text .car_name a{font-weight: bold;}
#main #ar01 .type .icn{ padding-top: 10px;}

/*#plan #main #ar02 h5,*/#plan #main #ar02 .caption{text-align: left; font-size: 13px;}
#plan #main #ar02 h5{font-size: 100%; text-align: left; margin-left: 10px;}
#plan #main #ar02 .caption{
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 10px;
}
#plan #main #ar02 .caption h5{margin-left: 0px;}
#plan #ar02 .detail_price .caption{ float: none;}




/*-------------------- #guide -----------------------*/
#guide{margin-top: 90px; overflow: hidden;}

#guide h2{background-color: #000; color: #fff; line-height: 3; margin-bottom: 20px;}

#guide #main h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 160%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #555;
    padding-left: 10px;
}

#guide .area_wt{padding:15px 10px 10px;}
#guide .inner{text-align: left;}
#guide .inner p{ font-size: 90%;}

#guide .place img{
    float: left;
    margin-right: 16px;
}

#guide .place iframe{
    float: left;
    margin-right: 16px;
}

#guide #ar01 ol h4{
    width: 200px;
    font-size: 150%;
    display: table-cell;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7c4a5+0,9d996f+100 */
    background: #c7c4a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #c7c4a5 0%, #9d996f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #c7c4a5 0%,#9d996f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #c7c4a5 0%,#9d996f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c4a5', endColorstr='#9d996f',GradientType=0 ); /* IE6-9 */
}

#guide #ar01 ol h4#step1:before{
    content: url(images/icn_step01.png);
    display: block;
    padding-top: 10px;
}
#guide #ar01 ol h4#step2:before{
    content: url(images/icn_step02.png);
    display: block;
    padding-top: 10px;
}
#guide #ar01 ol h4#step3:before{
    content: url(images/icn_step03.png);
    display: block;
    padding-top: 10px;
}
#guide #ar01 ol h4#step4:before{
    content: url(images/icn_step04.png);
    display: block;
    padding-top: 10px;
}
#guide #ar01 ol h4#step5:before{
    content: url(images/icn_step05.png);
    display: block;
    padding-top: 10px;
}


#guide #ar01 ol .text{
    text-align: left;
    font-size: 90%;
    display: table-cell;
    padding-left: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
#guide #ar01 ol .text a{text-decoration: underline;}
#guide #ar01 ol .text .caution{font-size:85%; font-weight: bold;}
#guide #ar01 ol .text ul li{list-style: disc outside; margin-left: 20px;}

#guide #ar01 ol .flow{display:table;}
#guide #ar01 ol .flow:last-child{margin-bottom: 20px;}
#guide #ar01 ol .arrow{
    display:block;
    width: 0;
    height: 20px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #9d996f transparent transparent transparent;/*#5c5c5c*/
    margin-left: 85px;
}

#guide #ar02 .caution{
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#guide #ar02 .place li{
    width: 97%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}


#guide #ar03 .inner{margin-bottom: 35px; font-size: 90%;}
#guide #ar03 .inner:last-child{margin-bottom: 0px;}

#guide #ar03 .inner h4.hoken{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    line-height: 1.4;
}

#guide #ar03 .inner .caution{font-size: 90%;}
#guide #ar03 .inner .caution ul li{list-style: disc outside;  margin-left: 20px; }

#guide #ar03 .table06{ font-size: 90%; width: 100%; border-top: 1px solid #9a9a9a;}
#guide #ar03 .table06 th,#guide #ar03 .table06 td{ background-color: #fff; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
#guide #ar03 .table06 td{ border-left: 1px solid #9a9a9a;}

#guide #ar03 .inner dl{clear: both;}
#guide #ar03 .inner dt{float: left;}
#guide #ar03 .inner dd{margin-left: 120px; margin-bottom: 10px;}










/*-------------------- #form -----------------------*/
#form{margin-top: 90px; overflow: hidden;}

#form h2{background-color: #000; color: #fff; line-height: 3; margin-bottom: 20px;}
.content-title {background-color: #fff!important;color: #2da5e0!important; }

#form #ar01 ol li{  display: table; list-style: decimal inside; margin-bottom: 10px;}
#form #ar01 li h3{
    display: table-cell;
    background-color: #333;
    padding: 10px;
    color: #fff;
    width: 200px;
    vertical-align: top;
}
#form #ar01 li div.area_wt{display: table-cell; width: 800px; text-align: left; }
#form #ar01 li div.area_wt .radio_inner{display: inline-block; margin-right: 20px; margin-left: 10px; }
/*#form #ar01 li div.area_wt input{margin-right: 15px; }*/

#form .area_wt{
    overflow: hidden;
    padding: 20px 10px 15px 15px;
}

#form #ar01 li dl{clear: both; overflow: hidden; margin-bottom: 10px;}
#form #ar01 li dt,#form #ar01 li dd{float: left;}
#form #ar01 li dd{padding-left: 20px;}

#form #ar01 .month select{width: 130px; height:25px;}
#form #ar01 .day select,#form #ar01 .time select{width: 100px; height:25px;}

#form #ar01 .car_type .inner p{font-size: 12px; line-height: 1.2; padding: 10px 0;}

#form #ar01 input.check_img{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
    /*		元々のチェックボックスを非表示*/
    border: none;
    position: relative;/*checked時画像のためのrelative*/
    display: inline-block;
    width: 125px;
    height: 147px;
    background: url(images/btn_type01.png) no-repeat;  /*未チェック時の画像*/
    background-size: contain;
}
/*チェック時の挙動*/
#form #ar01 input.check_img.checked{
    background: url(images/btn_type01_on.png) no-repeat;  /*チェックした際の画像*/
    background-size: 125px 147px;
    -webkit-appearance: none;
    appearance:none;
}



#form #ar02 .area_wt{display: table; padding: 20px; margin-bottom: 20px; width: 100%; max-width: 984px; }
#form #ar02 .img_car{display: table-cell; padding-right: 20px; width:300px;}
#form #ar02 .img_car img{width: 100%;}
#form #ar02 .ar_text{display: table-cell; vertical-align: top; text-align: left;}
#form #ar02 .ar_text .title{font-weight: bold; font-size: 120%;}
#form #ar02 .ar_text .table04{float: left; }
#form #ar02 .ar_text .btn{clear:both; text-align: right;}




#form .detail_price h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    font-size: 90%;
    text-align: left;
    line-height: 1.4;
}
#form .depend{ margin-bottom: 20px;}
#form .depend h3,#form .option h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 160%;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #555;
    padding-left: 10px;
}
#form .depend .area_wt{	overflow: hidden; padding: 20px 200px 15px 30px; margin-bottom: 20px;}
#form .depend dt{ clear: both; float: left; width: 200px; font-weight: bold;}
#form .depend dd{ margin-left: 200px; text-align: left;}

#form .option{ margin-bottom: 70px; text-align: left;}
#form .option .area_wt{	overflow: hidden; padding: 20px 100px 15px;}
#form .option .area_wt ul{ padding-left: 30px; margin-bottom: 10px;}
#form .option .area_wt .ar_hosyo{ background-color: #f8f3f1; padding: 30px; text-align: center; margin-bottom: 30px;}

#form .area_form input#member + div#member_pass{
    display:none;
}
#form .area_form input#member:checked + div#member_pass{
    display:block;
}

#form .area_form .count{display: inline-block;}

#form .error{background-color: #f8f3f1;}





.area_form{margin-bottom: 100px;}
#form .area_form h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    font-size: 130%;
    text-align: left;
    line-height: 1.4;
    margin-top: 50px;
    padding-bottom: 10px;
}

#form .area_form .form_caution{
    display: none;
    text-align: left;
    font-weight: bold;
    color:#c90000;
}

#form .area_form dl{clear: both; margin-bottom: 20px;}
#form .area_form dt{float: left; width: 200px; margin-left: 20px; text-align: left; font-weight: bold;}
#form .area_form dd{ text-align: left; margin-left: 220px;}
#form .area_form dd .size_s{ width: 100px; display: inline-block;}
#form .area_form dd .size_l{ width: 70%; margin-bottom: 20px;}
#form .area_form dd label{width: 150px;}
#form .area_form dd input,#form .area_form dd textarea,#form .area_form dd select{font-size: 100%;}
#form .area_form dd textarea{width: 70%; height: 120px;}
#form input[type="radio"]{
    margin-left:-2px;
    margin-right:-4px;
    width: 1.5em;
}
#form button[type="reset"],#form button[type="submit"]{	border:none;}

#form .area_form .button_zip{
    border: 2px outset buttonface;
    padding: 2px 6px 3px;
}

#form .area_form dd input:invalid,
#form .area_form dd textarea:invalid,
#form .area_form dd select:invalid{background-color: #f8f3f1;}

#form .area_wt.finish{margin-bottom: 70px;}




/*-------------------- 車種紹介 -----------------------*/
#detail_pagetitle{
    margin-top: 90px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: rgb(187,184,155);
    background: -moz-linear-gradient(top,  rgba(187,184,155,1) 0%, rgba(157,153,111,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(187,184,155,1) 0%,rgba(157,153,111,1) 100%);
    background: linear-gradient(to bottom,  rgba(187,184,155,1) 0%,rgba(157,153,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb89b', endColorstr='#9d996f',GradientType=0 );
    text-align: left;
    position: relative;
}
#detail_pagetitle h2{
    font-size: 200%;
    position: relative;
}

#detail_pagetitle h2:after{
    content: url(images/plan/icn_standard.gif);
    position: absolute;
    right: 0;
}
#detail_pagetitle h3{color: #fff;}

#content .detail_photo{
    float: left;
    width: 600px;
    background-color: rgba(255,255,255,0.55);
    padding: 14px 10px 20px 10px;
    margin-bottom: 40px;
}
.detail_photo #imageList ul {
    margin: 10px 10px 25px;
    padding: 0;
    overflow: hidden;
}
.detail_photo #imageList li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 7px;
}
.detail_photo #imageList li img {
    width: 75px;
    /*height: 72px;*/
}
.detail_photo .ar_text {clear: both; text-align: left; line-height: 1.5; padding-bottom: 15px;}
.detail_photo .area_gy {text-align: left; line-height: 1.5; padding: 10px;}


#content .detail_text{
    float: right;
    width: 380px;
    margin-bottom: 40px;
}
.detail_text table, .detail_price table { font-size: 85%;}
.detail_text table th{ background-color: #9a9a9a; color: #fff; border-bottom: 1px solid #fff; padding: 3px 8px 0;}
.detail_text table td{ background-color: #fff; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
.detail_text table tr:last-child th,
.detail_text table tr:last-child td{ border-bottom: none;}
.detail_text .table01{ margin-left: 20px; margin-bottom: 10px; width: 100%; max-width: 360px;}
.detail_text .table02{ margin-left: 20px; margin-bottom: 10px; float: left; width: 170px;}
.detail_text .table03{ margin-left: 10px; margin-bottom: 10px; margin-top: 21px; float: left; width: 175px;}
.detail_text .table02 caption{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    line-height: 1.2;
}
.detail_text .table03 caption{ display: none;}
.detail_text .img_incar{ clear: both; margin-left: 20px;}
.detail_text .img_incar img{ width: 100%;}

#content .detail_price{
    clear: both;
    padding: 0 20px;
    font-size: 85%;
    margin-bottom: 50px;
}
#main .detail_price h4,#content .detail_price h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    /*	line-height: 1.4;*/
}

#content .detail_price .table04{ margin-bottom: 10px; margin-right: 15px; width: 680px; float: left;}

#main .detail_price .table04_sp{ display: none;}

#main .detail_price .table04{ margin: 0 auto 10px auto;}
.detail_price .table04 th,.detail_price .table04 td{padding: 10px 20px; text-align: center; border-right: 1px solid #9a9a9a;}
#main .detail_price .table04 th,.detail_price .table04 td{padding: 3px;}
.detail_price .table04 tr{ background-color: #fff; border-bottom: 1px solid #9a9a9a;}
.detail_price .table04 .hour{ background-color: #9a9a9a; color: #fff; border-bottom: 1px solid #fff; padding: 3px 8px 0;}
.detail_price .table04 .hour th{ border-right: 1px solid #fff;}
.detail_price .table04 .holiday{ background-color: #f8f3f1; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
.detail_price .table04 .high_season{ background-color: #fcfaf2; /*border-bottom: none;*/ padding-left: 20px; padding-right: 10px; text-align: left;}
#main .detail_price .table04 .high_season{ border-bottom: 1px solid #9a9a9a;}
.detail_price .table04 tr .none { border-right: none;}
.detail_price .table04 tr .none_bottom { border-bottom: none;}
.detail_price .caption{ float: left; text-align: left;}
/*.detail_price .caption p{ font-weight: bold;}*/
.detail_price .caption ul li{ list-style: disc inside; line-height: 1.6;}
#main .detail_price .caption ul li{ float: left; padding-right: 15px;}
.detail_price .detail_price_text{ clear: both;text-align: left; line-height: 1.6; margin-bottom: 15px;}
.detail_price .detail_price_text a { text-decoration: underline;}

.detail_price .table05{ font-size: 100%; width: 100%;}
.detail_price .table05 .price th{ background-color: #9a9a9a; color: #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff; padding: 3px 8px 0; text-align: center;}
.detail_price .table05 th,.detail_price .table05 td{ background-color: #fff; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
.detail_price .table05 td{ border-left: 1px solid #9a9a9a;}

.detail_price .table06{ font-size: 100%; width: 100%; border-top: 1px solid #9a9a9a;}
.detail_price .table06 th,.detail_price .table06 td{ background-color: #fff; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
.detail_price .table06 td{ border-left: 1px solid #9a9a9a;}



.detail_ar_btn{ margin-bottom: 60px;}

.detail_caution { margin-bottom: 100px;}
.detail_caution h3{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 160%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #555;
    padding-left: 10px;
}

.detail_caution p,.detail_caution h4{ text-align: left; margin-left: 20px;}
.detail_caution h4{ font-size: 130%;}
.detail_caution p{ font-size: 85%; line-height: 1.6; padding-bottom: 40px;}

h3.single-page-title{
    border-left: none;
}

/*-------------------- 共同オーナー募集 #orner -----------------------*/
#orner{background-color: #fff;}

#ar_oener_text{
    background: url(images/orner/bg_mv.gif);
    margin-top: -100px;
    padding-top: 120px;
    /*	padding-bottom: 20px;*/
}
#ar_oener_text p{ color: #fff; padding-bottom: 15px;}

#orner h2{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 200%;
    padding: 30px;
}

#orner #ar01 .area_cleam{padding-bottom: 55px;}
#orner #ar01 .inner{padding-top: 60px;}
#orner #ar01 .inner h3{
    text-align: left;
    border-bottom: 3px solid #b0b0b0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 25px auto;
}
#orner #ar01 .inner h3 .border_bk{
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}
#orner #ar01 .inner .text{ padding-bottom: 10px;}
#orner #ar01 .inner .photo{ display: inline-block;}

#orner #ar02 .inner {text-align: left; height: 420px; padding-top: 30px;}
#orner #ar02 .inner h3 {font-size: 200%; padding-bottom: 30px;}
#orner #ar02 .inner .text{ padding-bottom: 20px;}
#orner #ar02 .inner li{ list-style: disc inside}
#orner #ar02 #melit01 {	background: url(images/orner/bg_merit01.png) no-repeat right top;}
#orner #ar02 #melit01 h3:before{
    content: url(images/orner/no_merit01.png);
    display: block;
}
#orner #ar02 #melit02 {
    background: url(images/orner/bg_merit02.png) no-repeat left top;
    padding-left: 50%;
}
#orner #ar02 #melit02 h3:before{
    content: url(images/orner/no_merit02.png);
    display: block;
}
#orner #ar02 #melit03 {	background: url(images/orner/bg_merit03.png) no-repeat right top;}
#orner #ar02 #melit03 h3:before{
    content: url(images/orner/no_merit03.png);
    display: block;
}

#orner #ar03{background-color: #eceaed;}


/*-------------------- 問い合わせフォーム -----------------------*/
.wpcf7 .form_contact{width: 100%; max-width: 768px; margin: 0 auto;}
.wpcf7 .form_contact dt{ width: 30%; float:left; text-align: left;}
.wpcf7 .form_contact dd{ margin-left: 30%; margin-bottom: 15px; width: 70%; text-align: left;}
.wpcf7 .form_contact dd input,.wpcf7 .form_contact dd textarea{ width: 100%;}

/*-------------------- FAQ -----------------------*/
.arconix-faq-wrap{width: 100%; max-width: 768px; margin: 10px auto;}
.arconix-faq-title{text-align: left; font-size: 120%; font-weight: bold;}
.arconix-faq-content{padding-left: 40px; text-align: left;}

/*-------------------- news -----------------------*/
#news h2{background-color: #000; color: #fff; line-height: 3; margin-bottom: 20px;}
#news #page_title .entry_date{
/*  position:absolute;
  right:0;
  bottom:0;*/
  font-size:70%;
  display: block;
  text-align: right;
}

.entry_date{
  font-size:100%;
  display: block;
  text-align: left;
}

.entry_partition{
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: none;
}

.pagenation,.pagenation p{
  text-align: center;
}
.pagenation .inner{
  display: inline-block;
  padding:10px;
  font-weight: bold;
  /*background-color: #f0f0f0;*/
  margin: 10px;
}
.pagenation .inner:hover{
  background-color: #fff;
}

/* 投稿ページのタグ */
.page-content-section{
    font-size: 14px;
}

.page-content-section h1,
.page-content-section h2,
.page-content-section h3,
.page-content-section h4,
.page-content-section h5,
.page-content-section h6{
    text-align: left;
}

.page-content-section h1{
    font-size: 2.0em;
}

.page-content-section h2{
    background-color: #666666 !important;
    color: #fff;
    line-height: 2.5 !important;
    margin-bottom: 20px;
    padding-left: 10px;
}

.page-content-section h3{
    font-size: 160%;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-left: 10px solid #555555;
    padding-left: 10px;
}

.page-content-section h4{
}

.page-content-section h5{
    margin-left: 20px;
}

.page-content-section h6{
    margin-left: 20px;
}

.page-content-section p{
    font-size: 90%;
    padding-bottom: 20px;
}
.page-content-section a{
    word-wrap: break-word;
}

.page-content-section ul,
.page-content-section ol{
    margin-left: 40px;
}

.page-content-section ul li{
    list-style-type: disc;
}

.page-content-section ol li{
    list-style-type: decimal;
}

.page-content-section li{
    text-align: left;
}

.page-content-section img {
    display:block;
    margin: 0 auto;
}

.page-content-section blockquote{
    border: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    margin: 5px;
}

.footer-text{
    color: #fff;
}

@media only screen and (max-width: 320px) { /* iphone5用 メニューボタンとロゴがかぶらないよう対策 */
    #site_title{
      margin: 0 60px;
    }
    #header_logo {
      /*display: block;
      margin: 0 60px;
      width:100%;*/
    }
}


@media only screen and (max-width: 768px) { /* nav 展開の切り替え / js の min_width（ブレークポイント）も同じ値に設定 */
    #header { height: 75px;}
    #nav .pc{
  		display: none;
  	}
    #mv{margin-top:90px; margin-bottom: 10px;}

    #mv ul {
        width:100%;
		/* max-width:none; */
        height: auto;
        margin-right: -11em;
    }

    #main,#side{float: none; display: block; width: 95%; margin: 0 auto; padding: 0 2%;}

    #main #ar01 .area_top_popular{
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
    }

    #page-top {
        bottom: 20px;
        right: 10px;
    }

    #footer{width: 100%; display: block;}

    #footer_message{width: 100%;}

    .top_width {
        width: 95%;
        max-width: 95%;
        padding: 0 2%;
    }

    #reserve{
        width: 90%;
        max-width: 303px;
        margin: 0 auto;
        padding: 30px 10px 25px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
    }
    #reserve .month select,#reserve .day select,#reserve .time select{width: auto; }
    #reserve .category select{max-width: 100%;}

    #form #ar01 ol li{  display: block; margin-bottom: 20px;}
    #form #ar01 li h3{display: block; width: 100%; padding: 10px 0;}
    #form #ar01 li div.area_wt{display: block; width: 100%;  padding: 10px 0;}

    #form #ar01 li dt{float: none; margin-left: 10px;}
    #form #ar01 .month select,#form #ar01 .day select,#form #ar01 .time select{width: 100%;}
    #form #ar01 .car_type{display: block; width:95%; margin: 0 auto;}
    #form #ar01 .car_type .inner{display: inline-block; width: 32%; padding-right: 2%;padding-bottom: 12px;}
    #form #ar01 input.check_img{
        width: 30%;
        max-width: 125px;
        margin-right: 0;
        margin-left: 5px;
    }
    #form #ar01 input.check_img:checked:before {
        width: 100%;
        background-size: 100%;
    }
    #main #ar01 .type .type_text .catch {height: auto; padding-bottom: 10px;}
    #main #ar01 .type .type_text .car_name {height: auto; padding-bottom: 10px;}

    #main #ar04 .area_wt{width: 95%; padding:2%;}
    #main #ar04 .area_top_flow li.flow{
        width:95%;
        padding: 2%;
    }

    #footer_message h2{
        text-align: center;
        float: none;
        line-height: 1.5em;
        width: 90%;
        margin: 0 auto;
    }
    #footer_message .btn{float: none;}
    #form #ar02 .type, #form #ar02 .spec, #form #ar02 .total{display: block; }
    #form #ar02 .type{width: 100%; padding-right: 0; margin-bottom: 20px;}
    #form #ar02 .spec{margin: 0 auto 20px auto;}
    #form #ar02 .total{width: 50%; margin-left: 50%;}

    #form #ar02 .area_wt{display: block; width: 95%; padding: 2%;}
    #form #ar02 .img_car{display: block; margin-bottom: 10px; width: 100%; padding: 0;}
    #form #ar02 .ar_text .btn{text-align: center;}

    #main #ar03 .area_top_option{
        width: 100%;
        float: none;
        margin-right: 10px;
    }
    #main #ar03 .area_top_option .icn,
    #main #ar03 .area_top_option .text{
        display: inline-block;
    }

    #main .detail_price .table04{ width:100%;}
    #main .detail_price .table04 th,.detail_price .table04 td{padding: 0;}

    #main #ar04 .area_top_flow li{
        display: block;
        width: 100%;
        margin-right: 0px;
        text-align: left;
    }
    #main #ar04 .area_top_flow li p{
        margin-left: 0;
    }
    #footer_nav {
        padding-bottom: 30px;
        font-size: 85%;
        width: 90%;
        margin: 0 auto;
    }

    #orner h2{padding: 30px 10px;}
    #orner [id^="ar"] img{width: 90%; margin: 0 auto;}
    #orner #ar01 .inner .photo{ margin-bottom: 10px;}
    #orner #ar02 .inner {text-align: center; height:auto;  max-height: 420px;}
    #orner #ar02 #melit02 {padding-left: 0;}
    #orner #ar02 .inner#melit01,#orner #ar02 .inner#melit02,#orner #ar02 .inner#melit03 {	background-position: center middle; }

    #content .detail_photo{
        float: none;
        width: 90%;
        margin: 0 auto 40px auto;
        background-color: rgba(255,255,255,0.55);
        padding: 14px 10px 20px 10px;
    }

    #content .detail_text{
        float: none;
        width: 90%;
        max-width: 380px;
        margin: 0 auto 40px auto;
    }

    .detail_text .table01{ margin-left: 0px;}
    .detail_text .table02{ margin-left: 0px; width: auto;}
    .detail_text .table03{ margin-left: 10px; width: auto;}
    .detail_text .img_incar{ margin-left: 0px;}

    #content .detail_price{width: 90%; margin:0 auto 50px auto;}

    #content .detail_price .table04{ width: 100%; float: none; margin-bottom: 0;}
    .detail_price .table04 th, .detail_price .table04 td{padding: 0;}
    .detail_price .caption{margin-bottom: 15px;}
    #main .detail_price .caption ul li{float:none; /*margin-bottom: 15px;*/}

    #form .area_wt{	width: 90%; padding: 0;}
    #form .depend .area_wt,#form .option .area_wt,#form .area_form .area_wt{	width: 95%; padding: 10px;}
    #form .depend dt{width: 30%; margin-left: 5%; text-align: left;}
    #form .depend dd{ margin-left: 35%;}

    #form label{width: 30%;}
    #form textarea{ width: 70%; height:120px;}
    #form select{ width: 70%;}

    #detail_pagetitle h2:after{
        position: static;
        display: block;
    }

    #form .area_form .ml30{margin-left: 0px !important;}
    #form .area_form dd .size_l{ width: 100%;}
    #form .area_form dd input[type="file"]{ font-size: 90%;}
    #form .area_form dd input[type="radio"]{margin-right:2px;}
    #form .area_form input[type="checkbox"]{ width: auto;}
    #form .area_form dd p{display: block;}

    #form .area_form dt{float: none; width: auto; margin-left: 0px;}
    #form .area_form dd{margin-left: 0px;}
    #form .area_form dd .size_s{ width: 100px; display: inline-block;}
    #form .area_form dd .size_l{ width: 70%; margin-bottom: 20px;}
    #form .area_form dd label{width: 150px;}
    #form .area_form dd input,#form .area_form dd textarea,#form .area_form dd select{font-size: 100%;}
    #form .area_form dd textarea{width: 70%; height: 120px;}
    #form input[type="radio"]{
        margin-left:-2px;
        margin-right:-4px;
        width: 1.5em;
    }
    #form .area_form .count{display: block; padding-bottom: 10px;}
    #form .area_form #zip{width: 40%;}

    #main #ar05 .place{
        width: 95%;
        padding: 2%;
        float: none;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #main #ar05 .place img{display: block; margin: 0 auto;}
    #main #ar05 .place .text{ width: 100%; font-size: 85%;}

    #form .area_wt.finish{padding:10px;}

    #guide #ar01 ol h4{font-size: 130%;}
    #guide #ar01 ol .flow{display:block;}
    #guide #ar01 ol .arrow{
        margin-left: 43%;
        border-color: #5c5c5c transparent transparent transparent;/*#9d996f*/
    }
    #guide #ar01 ol h4{
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    #guide #ar01 ol .text{
        display: block;
        padding-left: 0;
    }
    #guide #ar03 .inner dt{float: none;}
    #guide #ar03 .inner dd{margin-left: 0px;}

    #guide #ar02 .place li{
        width: 95%;
        padding: 2%;
        display: block;
    }

    #ui-datepicker-div{z-index:20 !important;}/* SPでheaderにカレンダーが隠れるの対策 */

    #main .detail_price .table04{display:none;}
    #main .detail_price .table04_sp{display:inherit; margin-bottom: 10px;}
    .detail_price .table04_sp th,.detail_price .table04_sp td{ padding: 0 2%; text-align: center; border-right: 1px solid #9a9a9a;}
    .detail_price .table04_sp .car_class{ border:none; text-align: left; font-weight: bold;}
    .detail_price .table04_sp tr{ background-color: #fff; border-bottom: 1px solid #9a9a9a;}
    .detail_price .table04_sp .caption,.detail_price .table04_sp .caption td{text-align: left; border: none;}
    .detail_price .table04_sp .hour,.detail_price .table04_sp .hour th{ background-color: #9a9a9a; color: #fff; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
    .detail_price .table04_sp .holiday{ background-color: #f8f3f1; border-bottom: 1px solid #9a9a9a; padding-left: 20px; padding-right: 10px; text-align: left;}
    .detail_price .table04_sp .high_season{ background-color: #fcfaf2; /*border-bottom: none;*/ padding-left: 20px; padding-right: 10px; text-align: left;}
    #main .detail_price .table04_sp .high_season{ border-bottom: 1px solid #9a9a9a;}
    .detail_price .table04_sp tr .none { border-right: none;}

    /* お知らせ一覧 */
    .detail_caution h3{
        font-size: 110%;
        line-height: 1.5;
        text-align: left;
        position: relative;
        margin-bottom: 10px;
        margin-right: 35px;
        border-bottom: none;
        border-left: none;
        padding-left: 10px;
    }

    .archive-list{
        position: relative;
    }

    .archive-link:after{
      content: '';
      width: 15px;
      height: 15px;
      border: 0px;
      border-top: solid 2px #ccc;
      border-right: solid 2px #ccc;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 40%;
      right: 15px;
      margin-top: -4px;
    }

    .entry_partition{
        margin-bottom: 20px;
    }

    .detail_caution p{
        padding-bottom: 20px;
        margin-left: 14px;
    }

    /* 投稿ページのタグ */
    .page-content-section h1{
        font-size: 1.5em;
        line-height: 1.5;
    }

    .page-content-section h3{
        border-left: 10px solid #555555;
        padding-left: 10px;
        margin-left: 10px;
    }
}


@media only screen and (min-width: 769px) {
    #header_logo {display: inline-block; width: 230px}

    /* c 内の上下の余白を切り替え */
    div[class^="bg-text"] {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    div[class^="bg-text"] h1 {
        font-size: 200%;
        padding-bottom: 10px;
    }
    /* nav 展開の切り替え / js の min_width（ブレークポイント）も同じ値に設定 */
    #site_title {
        float: left;
        padding-top: 5px;
    }
    #menu_button,#header .sp {
        display: none;
    }
    #nav {
        float:right;
        top:auto;
        position: static;
        margin-right: 0px;
        width: auto;
    }
    #nav .pc{
      display: block;
      text-align: right;
    }
    #nav ul {
        background-color:rgba(0,0,0,0);
    }
    #nav ul li {
        float: left;
    }
    #nav ul li a {
      color: #FFFFFF;
      padding: 8px 10px 10px 10px;
    }
    #nav ul .btn a {
        padding: 0;
    }
    #nav ul li a:hover {
        text-decoration: none;
        color: #B9B9B9;
    }

    #footer_nav {
        display: block;
        padding-bottom: 21px;
    }
    #main #ar01 .area_top_popular:last-child{
        margin-right: 0;
    }
    #reserve .serch input {
        width: 50%;
        height: 48px;
        color: white;
        font-size: 24px;
        background: linear-gradient(180deg,#fe9226 0%,#fe9226 50%,#fd8525 50%,#fd9539 100%);
        border: solid 1px #ff7800;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.32), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    #reserve .serch input:hover {
        transform: translateY(-4px);
        /*--影の複数指定--*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32), 0 3px 10px 0 rgba(0, 0, 0, 0.32), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        opacity: 0.7;     
    }
}

#header_spacer {
    padding-top: 10px !important;
}

@media screen and (max-width: 768px) {
    #header_spacer {
        margin-top: 0px !important;
    }
    #reserve .serch input {
        width: 60%;
        height: 60px;
        color: white;
        font-size: 20px;
        background: linear-gradient(180deg,#fe9226 0%,#fe9226 50%,#fd8525 50%,#fd9539 100%);
        border: solid 1px #ff7800;
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.32), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    #reserve .serch input:hover {
        transform: translateY(-4px);
        /*--影の複数指定--*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32), 0 3px 10px 0 rgba(0, 0, 0, 0.32), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        opacity: 0.7;     
    }
}

.cal-form-container ,.cal-form-content{
    margin-top: 0 !important;
}
.cal-form-container .cal-form,.cal-form-content .cal-form {
    float: left !important;
    width: 40% !important;
    padding-right: 25px !important;
}
.cal-form-container .cal-result,.cal-form-content .cal-result {
    float: left;
    width: 60%;
    border: 2px solid;
}
.cal-form-container .cal-result h3,.cal-form-content .cal-result h3 {
    border-bottom: 2px solid;
}
.cal-form-container .cal-result table,.cal-form-content .cal-result table {
    width: 100%;
}
.cal-form-container .cal-result table td,.cal-form-content .cal-result table td {
    padding: 5px;
    text-align: left;
}
.cal-form-container .cal-result table td:first-child,.cal-form-content .cal-result table td:first-child {
    width: 40%;
}
.cal-form-container .cal-result table td:last-child,.cal-form-content .cal-result table td:last-child {
    width: 60%;
    /*text-align: right;*/
}
@media only screen and (max-width: 768px) {
    .cal-form-container .cal-result,.cal-form-content .cal-result {
        margin: 0 2%;
        min-width: 296px;
    }
}

.contact-form-container {
    margin-top: 0 !important;
    text-align: left;
}

.contact-form-container .top_width {
    width: 100%;
    max-width: 768px;
    padding-top: 30px;
}

.contact-form-container .required-field {
    color: red;
}

.contact-form-container .contact-form {
    margin-top: 30px;
}

.contact-form-container .contact-form td {
    padding-bottom: 10px;
}

.contact-form-container .contact-form .input-text {
    width: 200px;
    padding: 5px;
}

.contact-form-container .contact-form .input-text-area {
    width: 300px;
    padding: 5px;
}

.contact-form-container .mg-t-50 {
    margin-top: 50px;
}
#reserve select, #reserve input {
  height: 25px;
}
#reserve .vehicle {
  width: 274px;
}

#reserve .serch {
    clear: both;
    margin-top: 14px;
    text-align: center;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}



/* 年末年始のお知らせ */
.new-year-holiday-info{
    box-sizing: border-box;
    /*width: 95%;*/
    text-align: left;
    border: 10px solid #eee;
    padding: 20px;
    margin: 0 auto 30px;
    background-color: #fff;
}

.new-year-holiday-info .new-year-holiday-info-title{
    font-size: 150%;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.new-year-holiday-info .calc-only{
    display: none;
}

.calculate-price .new-year-holiday-info .calc-only{
    display: block;
}

.new-year-holiday-info .new-year-holiday-info-link{
    color: #355BB7;
    font-size: 1.2em;
}

.new-year-holiday-info .text_l{
    font-size: 1.5em;
}

/* スタッフブログ */
#staffblog-archive {
    margin-top: 15px;
}

@media only screen and (max-width: 768px){

    .new-year-holiday-info .new-year-holiday-info-image{
        /*width: 95%;*/
        margin: 10px auto 0;
    }
    .new-year-holiday-info .new-year-holiday-info-image img{
        width: 100%;
    }
    #ui-datepicker-div {width: 90% !important;}

}
