@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 (min-width: 769px){

/* layout */
body {
  min-width: 1200px;
  margin: 0; 
  padding: 0;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}

#header_in {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  display: table;
}

#main_visual {
  width: 100%;
  padding: 28px;
  margin: 0;
}

#main_visual_bg{
  height: 640px;
  background-image: url(https://seracari.jp/wp-content/themes/amaterasu/images/main_img01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}

#main_visual_in {
  position: relative;
  width: 1180px;
  min-height: 640px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

#main_visual_in .txt_box{
  position: absolute;
  top: 90px;
  left: 0;
}

#main_visual_in .txt_box h2{
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#main_visual_in .txt_box h2 span{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#main_visual_in .txt_box h2 span.small{
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 0 30px;
  display: inline-block;
}

#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: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(38 185 167);
}

#main_visual_in ul.point{
  display: flex;
  gap: 0 23px;
  position: absolute;
  bottom: 130px;
}

#main_visual_in ul.point li{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 146px;
  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;
}

@media screen and (max-width: 1300px){
  #main_visual_in{
    width: 100%;
  }
  #main_visual_bg{
    padding: 0 70px;
  }
}

.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  display: table;
}

.page-template-one_column_page #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 80px 0;
  display: table;
}

#wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  display: table;
}

.page-template-one_column_page #content,
.home #content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content {
  width: 730px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.home #sidebar {
  display: none;
}

#sidebar {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  background-color: #f9feef;
}

#footer_in {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
}

#copyright {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: table;
  border-top: 1px solid #cbe696;
}
}