@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;
}

/* youtube、GoogleMapなどのiframe */
iframe{
  width: 100%;
  height: 230px;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-top: 10px solid #90d522;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 3;
  position: relative;
}

#header_in {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
    display: table;
    background: url(./images/nav_bak.jpg);
    border-bottom: solid 1px #90d522;
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 1;
  position: relative;
}

#main_visual_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0.651041666%;
}

#global_navi {
  display: none;
}

#wrapper,
.page-template-sub_top #wrapper {
  width: 100%;
  height: auto;
  margin: 20rem auto 0;
  padding: 5.208333333% 2.604166666% 0 2.604166666%;
  display: block;
  box-sizing: border-box;
}

#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 5.208333333%;
  float: none;
}

#sidebar,
.page-template-sub_top #sidebar {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#footer {
  width: 100%;
  height: auto;
  padding-bottom: 11.19791666%;
  display: table;
  clear: both;
}

#footer_top {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

#footer_top_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666% 2.604166666% 5.208333333% 2.604166666%;
  display: table;
}

#footer_bottom {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    background: url(./images/nav_bak.jpg);
}

#footer_bottom_in {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 3.90625%;
  display: table;
}

#copyright {
    width: 100%;
    height: auto;
    padding: 5% 10% 7%;
    display: table;
    background-color: #90d522;
}

/* 非表示 */
.foot_box, .foot_navi{
  display: none;
}

/**/
}
/**/