@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:20px 0 0;
}
#header_in{
  width:1200px;
  height:auto;
  margin:0 auto;
  padding-bottom:0;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  background:#fff;
  align-items:center;
}
#main_visual_in{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#main_visual_in img.main_img_txt {
    position: absolute;
    left: 12vw;
    width: auto;
    max-width: 42vw;
}
#global_navi{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  overflow:hidden;
}
#global_navi #nav{
  width:1200px;
  height:auto;
  margin:0 auto;
  padding:0 0px;
  overflow:hidden;
}
#main_visual{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
#main_visual_in{
  width:100%;
  height:auto;
  margin:0 auto;
  padding:0;
}
#main_visual_in img{
  width:100%;
  height:auto;
  margin:0 auto;
  padding:0;
}
#sub_visual{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
#sub_visual_in{
  width:1200px;
  height:auto;
  margin:0 auto;
  padding:0;
}
#wrapper{
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:20px 20px 40px 20px;
  display:table;
  background:#ffffff;
}
.home #wrapper, 
.page-template-page-onecolumn #wrapper{
  width:100%;
  display:block;
  padding:0;
}
#content{
  width:680px;
  height:auto;
  margin:0;
  padding:0;
  float:right;
}
.home #wrapper #content, 
.page-template-page-onecolumn #wrapper #content{
  float:none;
  width:100%;
}
#sidebar{
  width:240px;
  height:auto;
  margin:0;
  padding:0;
  float:left;
}
#footer{
  width:100%;
  height:auto;
  display:table;
  clear:both;
  background-color:#fff;
}
#footer_in{
  width:1200px;
  height:auto;
  margin:0 auto;
  padding:40px 25px 50px;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  align-items:center;
}
#copyright{
  width:100%;
  height:auto;
  padding:10px 0;
  display:table;
  background-color:#FF8E15;
}
}