@charset "UTF-8";
.is_sp {
  display: none;
}

body *{
  box-sizing: border-box;
}

@media screen and (max-width:960px) {
  img{
    max-width: 100%;
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  header .inner {
    width: 90%;
    display: block;
  }
  header h1 {
    width: 100%;
  }
  header .logo {
    width: 100%;
  }
  .logo img {
    width: 70%;
  }
  #contents {
    padding-top: 55px;
  }
  .main{
    background: none;
    padding-top: 0px;
  }
  .main .inner{
    width: 100%;
    margin: 0 auto;
  }
  h2.slider {
    font-size: 1.75em;
  }
  .bnr .inner,.price .inner,.shop-list .inner  {
    width: 90%;
    margin: 0 auto;
  }
  .bnr {
    padding: 20px 0;
  }
  .bnr #price{
    padding-top: 35px;
  }
  nav#pc {
    width: 100%;
    padding: 20px 0px;
  }
  nav#pc ul {
    width: 90%;
  }
  nav#pc ul li {
    width: calc(100% / 3 - 10px);
    text-align: center;
  }
  section.reason h2.tit { /* 選ばれる理由 */
    width: 100%;
    padding: 0.25em 0;
  }
  h2.tit {
    margin-bottom: 25px;
    padding: 0.25em 0;
  }
  .outline { /* セクション見出し文字の設定 */
    display: inline-block;
    font-size: 2.5em;
    letter-spacing: 0.25em;
  }
  /*h2.tit img {
    height: 45px;
  }*/
  .reason-block,.reason-block:last-of-type {
    width: 90%;
  }
  .reason-block:last-of-type {
    /*padding: 40px 0 0;*/
    padding: 20px 0 0;
  }
  .reason-block {
    /*padding: 40px 0 20px;*/
    padding: 20px 0;
  }
  .reason-block div.txt-block,.reason-block.reverse div.txt-block {
    position: static;
  }
  .reason-block h3,.reason-block.reverse h3 {
    width: 100%;
    font-size: 2em;
    padding: 10px;
  }
  .reason-block p,.reason-block.reverse p {
    padding: 10px 0px;
    height: auto;
    font-size: 110%;
    line-height: 160%;
    width: 100%;
  }
  .reason-block div.img-block {
    width: 100%;
  }
  div.card {
    width: 100%;
    margin-bottom: 0;
  }
  .reason-block div.card p:nth-last-of-type(1) {
    font-size: 110%;
    line-height: 160%;
  }
  .reason-block.reverse div.img-block {
    width: 100%;
    margin-left: 0;
  }
  .price p.img { /* 『通常車検料金』・『ご優待特典』画像 */
    width: 100%;
    font-size: 95%;
  }
  a span.pro_link { /* プロコースへのリンクボタン */
    font-size: 1.15em;
    padding: 0.5em;
  }
  p.pro_link {
	  margin: 0 0 0.25em 0;
  }
  #acMenu dt {
    display:block;
    width: calc( 100% - 15px ) ;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 18px 0px 10px;
    text-align:center;
    cursor:pointer;
    border-radius: 6px;
    background-position: right 10pt center;
    color: #FFF;
    padding-right:15px;	
    line-height: 100%;
    /* font-size:30%; */
  }
  #acMenu dt span {
    color: #FFF;
    font-size: 70%;
  }
  #acMenu dt span.syougyousya {
    color: #FFF;
    display:inline-block;
    font-size: 60%;
    line-height: 110%;
    padding:5px 0 0 0;
  }    
  #acMenu dt.tokutoku {
    background:#3399cc;
    border: 2px solid #003f98;
    color: #FFF;
    position: relative;
    font-size: 180%;
    width: 100%;
  }
  #acMenu dt.tokutoku:after {
    content:"";
    right:4%;
    top:40%;
    width: 16px;
    height: 16px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 999;
  }
  #acMenu dd {
    width:100%;
    display:none;
  }
  #acMenu dt.tokutoku.active {
    background: url(../price/images/arrow02.png) no-repeat #003f98;
    background-position: right 9pt center;
    border: 2px solid #3399cc;
    color: #FFF;
  }
  #acMenu p.car-img {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }  
  #acMenu p.car-img img {
    width: 50%;
  }
  .price ul.waribiki li {
    width: calc(100% / 3 - 10px);
    text-align: center;
  }
  /*price_data-----------------------------------------------------*/
  .price {
    width:100%;
    padding-bottom: 20px;
  }
  .price .inner {
    width: 90%;
    margin: 0px auto;
    padding: 10px 0px;
  }
  .price .inner img {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
  }
  .price .inner ul p {
    font-size: 95%;
  }
  p.img img.yuutai { /* 『ご優待特典』画像 */
    border-radius: 5px;
    margin: -1.5em auto 0 auto;
    width: fit-content;
    padding: 0;
  }
  table.price_data {
    width:100%;
    margin:0px 0px 10px 0px;
    text-align:left;
    border:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0px;
  }
  table.price_data th {
    font-size:100%;
    border:1px solid #CCCCCC;
    color:#000;
    padding:8px 2px 8px 6px;
    background:#DFF2FF;
    width:25%;
    font-weight: bold;
  }
  table.price_data td {
    border:1px solid #CCCCCC;
    padding:10px 2px 10px 2px;
    font-size:130%;
    background:#EEE;
    font-weight: bold;
  }	
  table.price_data th.car {
    font-size:100%;
  }
  table.price_data th span {
    font-size:80%;
    font-weight: bold;
  }
  table.price_data td.car {
    background:#FFFFFF;
    padding:5px 2px 0px 2px;
  }
  table.price_data td.price {
    padding:0px 10px 0px 0px;
    font-size:140%;
    text-align:right;
    background:#FFF;
    font-weight: bold;
  }
  table.price_data td.discount {
    background: #FFFF00;
    font-size:140%;
  }
  table.price_data th.max {
    padding:8px 2px 8px 6px;
    background: #FFFCE7;
    font-size:100%;
    font-weight: bold;
  }
  table.price_data td.max { /* 最大割引摘要額合計数字 */
    padding: 8px 10px 8px 2px;
    background: #FFFCE7;
    font-size: 160%;
    color: #cc0033;
    text-shadow: 0px 0px 0 #ffffff,1px 1px 0 #ffffff,2px 2px 0 #ffffff, 3px 3px 0 #cccccc;
    letter-spacing: -0.1em;
  }
  .price-txt {
    text-align: left;
  }
  .price-txt .red {
    font-size: 120%;
  }
  table.price_data td.max span {
    font-size:130%;
    font-weight:bold;
  }
  .car-model {
    font-size:110%;
  }
  table.price_data td.max span.goukei { /* 最大割引摘要額【合計】と【円～】 */
    font-size:70%;
    letter-spacing: 0;
    text-shadow: none;
  }
  section.price {
    padding: 0;
  }
  .price_txt,.txt {
    font-size: 110%;
  }
  .price_item {
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: flex-start;
  	margin-bottom: 20px;
  	padding: 20px;
  	background: #fff;
  }
  .price_item div.block {
  	width:100%;
  	margin-bottom: 20px;
  }
  .price_item img {
  	padding:10px;
  }
  /***/
  .shop-block .txt p {
    font-size: 85%;
  }
  .shop tr th, .shop tr td {
    font-size: 115%;
  }
  /*.shop-block .txt a {
    color: #4D4D4D;
  }*/
  table.shop tr:last-child td a { /* 店舗情報メールアドレスんとこ */
    font-size: 90%;
  }
  .shop-list .bnr {
    padding: 0 0 60px 0;
  }
  .map iframe {
    height: 300px;
  }
  footer {
    padding: 10px 0 10px 0;
  }
  .footerBnner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px;
    background-color: #00346f;
  }
  .footerBnner ul {
    display: flex;
  }
  .footerBnner li {
    width: 48%;
    margin: 0px 4px;
  }
  #page-top {
    bottom: 85px;
    z-index: 1000;
  }
  footer .inner div.copy {
    text-align: left;
    margin-left: 5%;
  }
  /*-pro_course プロコース ----------------------------------------------------------------------------*/
  .example {
    margin-bottom: 1em;
  }
  .example:nth-of-type(1) {
    margin-top: 3em;
  }
  .example:nth-of-type(2) {
    margin-top: 1em;
  }
  .example h3 { /* \差額をチェック！/ */
    font-size: 1.5em;
    padding: 0 2em;
  }
  .example h4 { /* 最大15,274円もお得に！！ */
    font-size: 1.5em;
  }
  .example h4:nth-of-type(2) { /* オイル交換無料券プレゼント */
    font-size: 1.35em;
  }
  .example p { /* "ホンダ N-BOXカスタムで通常プランを受けた場合・・・" */
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .example p span {
    font-size: 0.65em;
  }
  img.exampleImage { /* 通常プラン例の画像 */
    width: 40%;
  }
  table.pro { /* プロコーステーブル全体 */
    margin: 4em auto 0 auto;
    width: 99%;
  }
  table.nomal_plan { /* 通常プランテーブル全体 */
    width: 99%;
  }
  table.pro caption, table.nomal_plan caption { /* 【プロコース】、【通常プラン】テーブル見出し */
    font-size: 2em;
  }
  .nomal_plan thead tr th, .nomal_plan thead tr td, .pro thead tr th, .pro thead tr td { /* 料金表【項目】【料金】 */
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 0.15em 0.25em;
  }
  table.pro caption, .pro thead tr th, table.nomal_plan caption, .nomal_plan thead tr th { /* ”プロコース”、”車型”、”通常プラン”、”作業内容” */
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
  .pro thead tr td, .nomal_plan thead tr td { /* プロ、通常プラン”作業料金” */
    letter-spacing: 0.15em;
    padding-left: 0;
  }
  .nomal_plan thead tr td { /* 通常プラン”作業料金” */
    line-height: 0.75em;
  }
  .pro tbody tr th, .pro tbody tr td { /* プロコース料金表詳細 */
    font-size: 1.25em;
  }
  .nomal_plan tbody tr th, .nomal_plan tbody tr td { /* 通常プラン料金表詳細 */
    font-size: 1.15em;
  }
  .pro tbody tr th { /* プロコース内容 */
    text-align: left;
    padding-left: 0.75em;
  }
  .nomal_plan tbody tr td { /* 作業料金すべて */
    padding-right: 0.25em;
  }
  .nomal_plan tbody tr th { /* 通常プラン作業内容 */
    text-align: left;
    padding-left: 0.5em;
  }
  .nomal_plan tbody tr:nth-of-type(11) { /* 通常プラン料金表【合計31,774円】 */
    font-size: 1.15em;
  }
  .nomal_plan tbody tr:last-child { /* 通常プラン料金表一番下【プロコース料金16,500円】 */
    font-size: 1.3em;
  }
  /* 見出し装飾------------------------------------------------------------------------------ */
  .midashi_slash:before, .midashi_slash:after {
  	height: 3px;
  }
  .midashi_slash:before {
	  left:0;
  	transform: rotate(60deg);
  }
  .midashi_slash:after {
	  right: 0;
  	transform: rotate(120deg);
  }
  .balloon {
	  margin-bottom: 1.25em;
  	padding: 0.25em;
  }
  .balloon:before {
    bottom: -25px;
  	right: 12px;
	  margin-top: -15px;
  }
  .balloon p.outline { /* 『なんと』『さらに』 */
    font-size: 1.25em;
  }
  .balloon, .balloon:nth-of-type(2) {
    margin-left: 1em;
  }
  .balloon:nth-of-type(2) {
    margin-bottom: 1em;
  }
  /* キャンペーンTOPイメージ */
  .topImage p { /*『オープンキャンペーン期間	令和5年5月1日（月）～5月31日（水）』*/
  	font-size: 170%;
  }
}