@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: 1280px;
    margin: 0;
    padding: 0;
    background-position: 0 0;
    background-image: url("/johnny-test/wp-content/uploads/2026/06/body_bg_new.jpg");
    background-position: center;
    background-repeat: repeat;
  }

  body.home {
    background: none;
  }

  #header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  /*
#header_in {
  width:1240px;
  height:auto;
  margin:0 auto;
  padding:15px 0 30px 0;
  display:table;
}
*/
  #main_visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: relative;
  }

  #main_visual:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/johnny-test/wp-content/uploads/2026/06/shop.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
  }

  #main_visual_in {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #wrapper {
    width: 1240px;
    height: auto;
    margin: 60px auto 50px;
    padding: 40px 100px;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: table;
  }

  .home #wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-radius: 0;
    box-shadow: none;
  }

  body.page-template-onecolumn_page #wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-radius: 0;
    box-shadow: none;
  }

  #content {
    width: 730px;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .home #wrapper #content {
    width: 100%;
    float: none;
  }

  body.page-template-onecolumn_page #content,
  body.page-template-onecolumn_page #content .post {
    width: 100%;
    float: none;
  }

  #sidebar {
    width: 260px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  #footer {
    width: 100%;
    height: auto;
    display: table;
    clear: both;
    background: #F4E7D3;
  }

  #footer_in {
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1500px;
    padding: 0 40px 100px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

 #footer_in {
    justify-content: center;
  }