@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 */
* {
  /* box-sizing: border-box; */
}
  
body {
  min-width: 1280px;
  margin: 0; 
  padding: 0;
}

#header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url(./images/footer_bak.jpg);
    background-size: 30%;
    border-bottom: 1px solid #ded4cf;
}

.home #header, .page-template-sub_top #header {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    z-index: 2;
    position: relative;
    background-image: url(./images/footer_bak.jpg);
    background-size: 30%;
}

#header_top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #90d522;
}

#header_top_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
}

#header_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 30px 50px 30px 50px;
  display: table;
}

#main_visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background: url(./images/main_bak.jpg);
}

#main_visual_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#global_navi {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url(./images/footer_bak.jpg);
    background-size: 30%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

#global_navi_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}

.wrapper_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 40px 100px 0 100px;
  display: table;
}

#wrapper {
  width: 1265px;
  height: auto;
  margin: 7em auto 0;
  padding: 40px 100px;
  display: table;
  box-sizing: border-box;
}

#content {
  width: 760px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#sidebar {
  width: 280px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#footer {
    width: 100%;
    height: auto;
    display: table;
    clear: both;
    background-color: #fef8ec;
    background-image: url(./images/footer_bak.jpg);
    background-size: 30%;
}

#footer_top {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

#footer_top_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 40px 50px;
  display: table;
}

#footer_bottom {
  width: 100%;
  height: auto;
  background-color: #e43434;
}

#footer_bottom_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 13px 0px;
  display: table;
}

#copyright {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 20px 0 15px 0;
    display: table;
    background-color: #90d522;
}

/* フッター ボックス */
.foot_box {
    overflow: hidden;
    width: 1000px;
    margin: 50px auto 0px;
    background: rgba(255,255,255,0.7);
    padding: 3%;
    border-radius: 10px;
}
.foot_box .left{
  float: left;
  width: 50%;
  overflow: hidden;
}
.foot_box .right{
  float: right;
  width: 48%;
}
.foot_info01{
  overflow: hidden;
  margin-bottom: 31px;
}
.foot_info01 p{

}
.foot_info01 p.img{
  float: left;
  width: 27%;
}
.foot_info01 p.img img{
  border-radius: 7px;
}
.foot_info01 p.ttl{
  float: right;
  width: 70%;
  margin-top: 0px;
}
.foot_info01 p.p_access{
  font-size: 14px;
  color: #660707;
  float: left;
  margin-left: 13px;
}

.foot_info02 ul li{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.foot_box .right ul li:first-child{
  margin-bottom: 7px;
}

/* フッターナビゲーション */
.foot_navi{
  width: 1000px;
  margin: 0px auto;
  padding: 30px 0px 0px;
  overflow: hidden;
}
.foot_navi ul {
    float: left;
    width: 300px;
    margin-right: 50px;
    border-right: solid 1px #351806;
}

.foot_navi ul.last{
  margin-right: 0px;
  border-right: 0px;
}
.foot_navi ul li{
margin-bottom: 3px;
}
.foot_navi ul li a {
    color: #351806;
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
    background-image: url(images/foot_navi_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 7px;
}
.foot_navi ul li a:hover{
  text-decoration: underline;
}
.foot_navi ul li.ttl {
    font-size: 17px;
    font-weight: bold;
    color: #351806;
}

/**/
}
/**/