/*!
 * Start Bootstrap - Agency v5.2.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  font-size:14px;
  font-family: 'Sawarabi Mincho', serif;
}

.top_body:after{
  /* background-image: url("../img/top/main_img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; */
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../img/top/main_img.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* @media (max-width: 660px) {
  .top_body:after {
    background-image: url("../img/top/main_img_s6.jpg");
    background-position: left;
  }
} */

.content_body:after{
  /* background-image: url("../img/menu/menu_top_img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; */
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../img/menu/menu_top_img.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  line-height: 1.75;
}

a {
  color: #502200;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #502200 !important;
}

.btn-primary {
  background-color: #eb613b !important;
  border-color: #eb613b !important;
}

.border-primary{
  border-color:#502200 !important;
}

.bg-primary{
  background-color:#502200 !important;
}

.bg-primary-a9{
  background-color:rgba(80, 34, 0, 0.95) !important;
}

.bg-primary-a7{
  background-color:rgba(80, 34, 0, 0.75) !important;
}

.text-success{
  color:#C09933 !important;
}

.bg-success{
  background-color:#C09933 !important;
}

.badge-success{
  background-color:#C09933 !important;
}

.border-success{
  border-color:#C09933 !important;
}

.text-warning { 
  color: #EFA124 !important;
}

.bg-warning{
  background-color:#F9F6EC !important;
}

.bg-danger{
  background-color:#f9ebe0 !important;
}

.bg-dark{
  background-color:#969696 !important;
}

.bg-black{
  background-color:#000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section{
  padding:50px 0;
}

.navbar-toggler,.navbar-toggler:focus{
  border:0;
  outline:0;
}

div.iframe_wrapper {
  position: relative;
  width: 100%; /* ここは適時編集してください（px指定してmin-widthと組み合わせるなり） */
}
div.iframe_wrapper::before {
  content:'';
  display: block;
  padding-top: 56.25%; /* 高さ÷横幅×100 */
}
div.iframe_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-btn{
  height:36px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.menu_logo{
  height:24px;
}

/* トップページ */
#first_view{
  padding-top:106px;
  background-color:rgba(255, 255, 255, 0.75) !important;
}

.top_logo{
  max-width:160px;
}

.top_sub_title{
  font-size:12px;
}

@media (min-width: 768px) {
  .top_pickup_img{
    max-height:84px;
  }
}

@media (min-width: 992px) {
  .top_pickup_img{
    max-height:114px;
  }
}

@media (min-width: 1200px) {
  .top_pickup_img{
    max-height:137px;
  }
}

.top_reason_head_title{
  background: linear-gradient(transparent 90%, #eae6da 10%);
}

.top_reason_number{
  color: #EFA124;
  font-size:2em;
  font-style:italic;
}

.concept_lead{
  font-size: 1.2em;
  background: linear-gradient(transparent 85%, rgba(234, 230, 218, 0.7) 15%);
}

.camplain_text_area{
  border:solid 3px #EFA124;
  font-size:16px;
  font-weight:bold;
  background:#fffcf7;
}

.normal_price_text{
  font-weight:bold;
  font-size:1.5em;
  color:#761616;
}

.special_price_text{
  font-weight:bold;
  font-size:2.5em;
  color:#761616;
  background:linear-gradient(transparent 70%, #EFA124 70% ,#EFA124 90%, transparent 90%);
}

.line-btn,.line-btn:visited,.line-btn:hover,.line-btn:active{
  background: linear-gradient(to bottom, rgba(57,174,54,1) 0%,rgba(47,147,52,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ae36', endColorstr='#2f9334',GradientType=0 );
  color: #ffffff;
  border: solid 2px #ffffff;
}

/* Googleカレンダー用 */
#googleCalendar iframe {
  width: 100%;
  height: 640px;
}
@media all and (min-width: 768px) {
  #googleCalendar iframe {
	height: 600px;
  }
}

/* メニューページ */
.menu_list i{
  color:#8b7c71;
}

.menu_list.hair_removal_menu{
  font-size:12px;
}

.menu_head_title{
  background: linear-gradient(transparent 85%, #eae6da 15%);
}

.hair_removal_menu_header{
  font-size:12px;
}

.menu_title{
}

.menu_lead{
  background:#eae6da;
  border-radius: 2px;
}

.menu_space{
  height:60px;
}

.menu_hair_removal_text{
  font-size:12px;
}

/* 当店について */
.about_commitment_sub_title{
  background:#eae6da;
  border-radius: 2px;
}

/* ご利用のながれ */
.step_list_icon{
  background-color:#502200 !important;
  padding:4px 10px;
  border-radius: 2px;
  color:#fff;
  
}

/* 向いている方 */
.suitable_list_icon{
  color:#ED9AB6;
}