﻿@charset "UTF-8";

/* 共通 -------------------------------------------------------------------------------*/
a:hover{
  opacity: 0.7;
  transition: 0.2s;
}

.inner {
  width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner_760{
  width: 760px;
  margin: 0 auto;
}

@media screen and (max-width:1000px) {
  .inner,.inner_760 {
    width: 100%;
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
}

.is_sp {
  display: none;
}

@media screen and (max-width:1000px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }
}

body {
  font-size: 20px;
  line-height: 1.5;
  font-family: A-OTF UD新丸ゴ Pro, Verdana, Geneva, Tahoma, sans-serif;
}

@media screen and (max-width:1000px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h2 {
  font-size: 2.3em;
  text-align: center;
  background: #0cb874;
  color: #ffff00;
  font-family: A-OTF UD新丸ゴ Pro, Verdana, Geneva, Tahoma, sans-serif;
  padding: 20px 0;
  position: relative;
  margin-bottom: 100px;
  font-weight: bold;
}

h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  border-color: #0cb873 transparent transparent transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width:1000px) {
  h2 {
    font-size: 1.6em;
    margin-bottom: 60px;
    padding: 20px 10px;
  }
  h2::after {
    border-width: 40px 40px 0 40px;
  }
}

/* top -------------------------------------------------------------------------------*/
.top {
  background: #ffd90e;
  position: relative;
  padding-bottom: 50px;
}

.top .btn{
  width: 550px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width:1000px) {
  .top .btn{
    width: 60%;
    bottom: 50px;
  }
}

/* campaign--------------------------------------------------------------------------- */
.campaign {
  background: #a1e2fc;
  background: -moz-linear-gradient(#CDEFFD 0%, #a1e2fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#CDEFFD), to(#a1e2fc));
  background: -webkit-linear-gradient(#CDEFFD 0%, #a1e2fc 100%);
  background: -o-linear-gradient(#CDEFFD 0%, #a1e2fc 100%);
  background: linear-gradient(#CDEFFD 0%, #a1e2fc 100%);
  padding: 30px 0;
}

/* reason ---------------------------------------------------------------------------*/
.reason{
  background: #f8f6fb;
}

/* reason_point */
.reason_point_content{
  padding-bottom: 100px;
}

.reason_point p{
  padding: 20px 0;
  line-height: 2;
}

.reason_point_img{
  text-align: center;
}

@media screen and (max-width:1000px) {
  .reason_point_content{
    padding-bottom: 60px;
  }

  /* .reason_point_title{
    height: 50px;
    
  } */

  .reason_point_title img{
    height: 7vh;
  }
}

/* price ---------------------------------------------------------------------------*/
/* price_discount */
.price_discount{
  background: #ffffbd;
  padding-bottom: 100px;
}

.price_discount img{
  width: 100%;
}

.price_discount_txt{
  font-size: 0.8em;
}


@media screen and (max-width:1000px) {
  .price_discount{
    background: #ffffbd;
    padding-bottom: 60px;
  }
}

/* price_cars */
.price_cars{
  background: #d0eaf1;
  padding: 100px 0;
}

.price_cars img{
  width: 100%;
}

.price_cars_content{
  margin-bottom: 40px;
}

@media screen and (max-width:1000px) {
  .price_cars{
    padding: 60px 0 20px;
  }
}

/* price_reason */
.price_reason{
  background: #ffd90e;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px );
  padding: 100px 0;
  position: relative;
}

.price_reason_title{
  margin-bottom: 40px;
}

.price_reason_txt{
  border: 5px solid #12a639;
  border-radius: 15px;
  background: #ffffff;
  padding: 40px;
  line-height: 2;
}

.price_reason_txt .p_width{
  margin-top: 20px;
  width: 80%;
}

.price_reason_woman{
  position: absolute;
  bottom: 0;
  left: calc(50% + 230px);
}

@media screen and (max-width:1000px) {
  .price_reason{
    padding: 60px 0;
  }

  .price_reason_txt{
    padding: 15px;
  }

  /* .price_reason_woman{
    width: 30%;
    left: calc(50% + 20%);
  } */
  .price_reason_txt .p_width{
    width: 100%;
  }
}

/* flow ---------------------------------------------------------------------------*/
.flow{
  background: #c7e6ee;
  padding-bottom: 100px;
}

.flow_step div{
  margin-bottom: 40px;
}

.btn{
  text-align: center;
}

@media screen and (max-width:1000px) {
  .flow{
    padding-bottom: 60px;
  }
  
  .flow_step div{
    margin-bottom: 20px;
  }
}

/* shop ---------------------------------------------------------------------------*/
.shop{
  padding-bottom: 100px;
}

table.shop_list {
  width: 100%;
  /* margin: 0 0 40px; */
  border: 1px solid #BBB;
  border-collapse: collapse;
  font-size: 0.9em;
}

table.shop_list > thead > tr > th {
  padding: 10px 8px;
  text-align: left;
  /* font-weight: bold; */
}

/* table.shop_list th.service {
  width: 150px;
} */
table.shop_list td.area_code{
  font-size: 0.9em;
}

table.shop_list td.area_code a{
  color: #19258b;
  text-decoration:underline;
}

table.shop_list td.area_code a:hover{
  color: #FFA100;
}

table.shop_list > thead > tr:nth-of-type(1) > th {
  font-size: 115%;
  color: #fff;
  background-color: #0cb874;
}

table.shop_list > thead > tr:nth-of-type(2) > th {
  font-size: 100%;
  color: #0cb874;
  background-color: #D8DDEC;
  text-align: left;
}

table.shop_list > tbody > tr > th, table.shop_list > tbody > tr > td {
  padding: 20px 8px;
  /* line-height: 1.5; */
  text-align: left;
}

table.shop_list > tbody > tr > th {
  /* font-size: 120%; */
  font-weight: bold;
}

@media screen and (min-width:1001px){
  table.shop_list tr:nth-child(even) td {
      background: #f6f6f6;
  }
}

table.shop_list .tel{
  vertical-align: middle;
}

table.shop_list .tel > a {
  font-size: 1.5em;
  color: #ff3366;
}

.holiday{
  font-size: 0.9em;
}

@media screen and (max-width:1000px) {
  .shop{
    padding-bottom: 60px;
  }

  .area {
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    background-color: #0cb874;
  }
  
  table.shop_list {
    border: 0;
    margin: 0 0 20px;
    font-size: 1em;
  }


  table.shop_list td.area_code{
    font-size: 90%;
  }
  
  table.shop_list > thead {
    display: none;
  }
  table.shop_list > tbody > tr,
  table.shop_list > tbody > tr > th,
  table.shop_list > tbody > tr > td {
    display: block;
    border: 0;
  }
  table.shop_list > tbody > tr {
    margin: 0 0 20px;
  }
  table.shop_list > tbody > tr > th {
    margin: 0 0 5px;
    color: #17358E;
    background-color: #D8DDEC;
  }
    table.shop_list > tbody > tr > td {
    padding:10px;
    font-size: 95%;
  }
  table.shop_list > tbody > tr > td > a {
    color: #003987;
  }
  table.shop_list > tbody > tr > td::before {
    padding-bottom:5px;
    margin-bottom:3px;
    font-weight: bold;
    border-bottom:1px solid #ddd;
    display:block;
  }
  table.shop_list > tbody > tr > td:nth-of-type(2)::before {
    content:"住所";
  }
  table.shop_list > tbody > tr > td:nth-of-type(3)::before {
    content: "電話番号"
  }
  table.shop_list > tbody > tr > td:nth-of-type(4)::before {
    content: "定休日"
  }
  /* table.shop_list > tbody > tr > td:nth-of-type(5)::before {
    content: "定休日"
  }
  table.shop_list > tbody > tr > td:nth-of-type(6)::before {
    content: ""
  } */
}

/* footer ---------------------------------------------------------------------------*/
footer{
  background: #b0b0b0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width:1000px) {
footer{
  padding: 20px 0 110px 0;
}
}
/*---------------------------------------------*/
.footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.footer_area ul {
  position: relative;
  margin: 0px auto;
  padding: 2px 0 0px 0px;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_area ul li {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

.footer_area ul li a {
  display: block;
  padding: 0px 0px;
  color: #FFF;
  font-size: 170%;
  /* background: #91a4bb; */
  text-decoration: none;
  }

.footer_area ul li a.reserve {
  background: #e24b22;
}

.footer_area ul li a span {
  padding-right: 5px;
  color: #fff;
  vertical-align: sub;
  font-size: 160%;
}

@media screen and (max-width:1000px) {
  .footer_area ul li a {
    opacity: 1;
    }
  }