@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){

/* layout */
body {
  margin: 0;
  padding: 0;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 2px solid #9dc949;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 3;
  position: relative;
  background-color: #ffffff;
}

#header_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666% 2.604166666% 0 2.604166666%;
  display: table;
}

#main_visual {
  width: 100%;
  padding: 10px;
  margin: 20px 0 0;
}

#main_visual_bg{
  background-image: url(https://seracari.jp/wp-content/themes/amaterasu/images/main_img01_sp.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 6.3vw;
}

#main_visual_in {
  position: relative;
  width: 100%;
  min-height: 63vh;
  margin: 0 auto;
}

#main_visual_in .txt_box{
  position: absolute;
  bottom: 37vw;
  left: 0;
}

#main_visual_in .txt_box h2{
  color: #fff;
  font-size: 7.5vw;
  letter-spacing: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0px 0px 4px rgba(7, 169, 136, 0.5);
}

#main_visual_in .txt_box h2 span{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgba(7, 169, 136, 0.5);
}

#main_visual_in .txt_box h2 span.small{
  font-size: 5.3vw;
  letter-spacing: 1px;
  margin: 0 0 20px;
  display: inline-block;
  line-height: 1.7;
}

#main_visual_in .txt_box h2 span.text-dots{
  position: relative;
}

#main_visual_in .txt_box h2 span.text-dots::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(38 185 167);
}

#main_visual_in ul.point{
  display: flex;
  gap: 0 10px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

#main_visual_in ul.point li{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  width: 33%;
  aspect-ratio: 1 / 1;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(38 185 167);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9.114583333% 0 7.8125% 0;
  display: table;
}

.page-template-one_column_page #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0;
  display: table;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 2.604166666%;
  display: table;
}

#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.home #sidebar {
  display: none;
}

#sidebar {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 0;
  float: none;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  background-color: #f9feef;
}

#footer_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 2.604166666% 5.208333333% 2.604166666%;
  display: table;
}

#copyright {
  width: 100%;
  height: auto;
  padding: 3.90625% 2.604166666%;
  display: table;
  border-top: 1px solid #cbe696;
}
}