@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%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("http://hoken-reach.online/wp-content/uploads/2019/05/24018527_m.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main_visual_in {
  width: 1180px;
  min-height: 770px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

.home #wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 60px 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: #f6f7fe;
}

#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 #dadff6;
}
}