/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px){

/* layout */
body {
  margin: 0; 
  padding-top: 18%;
  background: none !important;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  position: fixed !important;  
  position: absolute;  
  top: 0;  
  left: 0;
  z-index: 3000;
}

#header_in {
  display: none;
}

#header_in_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; 
  display: table;
}

#global_navi {
  display: none;
}

#main_visual {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #fde9e0; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #fde9e0),
  color-stop(1, #ffe8e0)
);
  background: -o-linear-gradient(bottom, #fde9e0 0%, #ffe8e0 100%);
  background: -moz-linear-gradient(bottom, #fde9e0 0%, #ffe8e0 100%);
  background: -webkit-linear-gradient(bottom, #fde9e0 0%, #ffe8e0 100%);
  background: -ms-linear-gradient(bottom, #fde9e0 0%, #ffe8e0 100%);
  background: linear-gradient(to bottom, #fde9e0 0%, #ffe8e0 100%);
}

#main_visual_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#main_visual_in img.main_img_pc{
  display: none;
}

img.main_img_pc {
  display: none;
}

img.pc {
  display: none;
}

#main_visual_in img.main_img_sp{
  display: block;
  margin: auto;
}

.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  background: none;
}

#wrapper_out {
  width: 100%;
  height: auto;
  margin: 0;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 2.604166666% 0 2.604166666%;
  background-size: 300px;
  background: url(images/top-reason-bg01.png), url(images/top-reason-bg02.png), url(images/top-reason-bg05.png), url(images/top-reason-bg04.png);
  background-position: top right -70px, top 30% left 90px, bottom 25% right, bottom right -10px;
  background-repeat: no-repeat;
}

/*セクションタイトル*/
#concept {
  text-align: center;
}
.concepttop {
  display: inline-block; 
  width: 70%;
}

#salonlist {
    text-align: center;
}
.salonlist {
  display: block;
  width: 70%;
  margin: auto;
}

#medialist {
    text-align: center;
}
.medialist {
  display: block;
  width: 70%;
  margin-top: 50px; 
  margin: auto;
}

.back {
  width: 70%;
  margin-bottom: 10%;
}

div.t_menu_sp{
  display: block;
  margin-top: 20px;
}

div.t_menu_sp ul{
  overflow: hidden;
}

div.t_menu_sp ul li{
  margin: 0px 2% 3% 0px;
  float: left;
  width: 32%;
}
div.t_menu_sp ul li:nth-child(3), div.t_menu_sp ul li:nth-child(6){
  margin-right: 0px;
}

.home #content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.home #content #top_box,
.home #content #bottom_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.home #content #middle_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  float: none;
}

#sidebar {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.home #footer {
  width: 100%;
  height: auto;
  margin-top: 10%;
  float: left;
  clear: both;
}

#footer {
  width: 100%;
  height: auto;
  margin-top: 30px;
  float: left;
  clear: both;
}

#footer_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* padding: 2.604166666% 0 0 0; */
  padding: 40px 0;
}

div.footer_sp_pop{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 3000;
}

div.footer_sp_pop ul{
  display: flex;
  flex-wrap: wrap;
}

div.footer_sp_pop ul li{
  width: 50%;
}

div.footer_sp_pop ul li:first-child{
  border-right: solid 1px #ffcdd3;
}

div.footer_sp_pop a img{
  max-width: 100%;
  margin: auto;
}

.grecaptcha-badge { visibility: hidden; }

}