@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Global */

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background-image: url(../img/common/2011satsukisho_orfevre_4c.jpg);
  margin:0;
  padding:0;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

@media screen and (min-width: 1025px) {
  body {min-width:1024px;}
}
@media screen and (max-width: 1024px) {
  body {min-width:100%;}
}
@media screen and (max-width: 480px) {
  body {min-width:100%;}
}

img {
  max-width: 100%;
}
a:link {
  color: #004ead;
}
a:hover {
  color: #00b72a;
  text-decoration: none;
}
a:visited {
  color: #004ead;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.small{
  font-size: 10px;
}
.normal{
  font-size: 12px;
}

.big{
  font-weight: 800;
}
.mid{
  font-size: 14px;
}
.red{
  color:red;
}
.bold{
  font-weight: bold;
}
.indent{
  margin-left: 10px;
  text-indent: -10px;
}
.atten {
  margin:0 10px 10px 10px;
  padding:0;
  color:#F00;
}

/* Space */
.top50 {
  margin-top: 50px;
}
.topm50 {
  margin-top: -50px;
}
.last3 {
  margin-bottom: 3px;
}
.last5 {
  margin-bottom: 5px;
}
.last10 {
  margin-bottom: 10px;
}
.last15 {
  margin-bottom: 15px;
}
.last20 {
  margin-bottom: 20px;
}
.last30 {
  margin-bottom: 30px;
}
.last80 {
  margin-bottom: 80px;
}
.left5 {
  margin-left: 5px;
}
.left10 {
  margin-left: 10px;
}
.left15 {
  margin-left: 15px;
}
.left20 {
  margin-left: 20px;
}
.left30 {
  margin-left: 30px;
}
.left40 {
  margin-left: 40px;
}

.left70 {
  margin-left: 70px;
}
.indent {
  text-indent: -10px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

p.error {
  margin:10px auto; 
  text-align: center;
  color: #2B693E;
  font-size:140%;
  line-height: 160%;
}



/* PC */

@media screen and (min-width: 1025px) {


  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcOnly {}
  .tbOnly {display:none;}
  .mbOnly {display:none;}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  margin: 0;
  padding: 20px;
  background-color:rgba(255,255,255,0.5);
  text-align: center;
  line-height:160%;
}
header div.copy {
  margin: 00;
  color:#2B693E;
  font-size:100%;
}
header div.logo {
  margin: 30px 0;
  font-size:90%;
}
header div.logo img {
  width: 440px;
}
section#lead {
  margin: 30px 0;
  padding: 0;
  text-align: center;
  color:#fff;
  font-size:90%;
  line-height:160%;
}
section#lead p {
  margin: 10px 0;
  font-size:160%;
}
section#lead div {
  margin: 20px auto;
  width: 10%;
}
section#lead div a {
  display: block;
  border: 1px solid #2B693E;
  background-color: #fff; 
  border-radius: 25px;
  margin: 20px 0;
  padding: 10px;
  color: #2B693E;
  font-size:110%;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#lead div a:hover {
  color: #2B693E;
  background-color: #EAFFEC; 
}
section#lead div a span.arrow-bottom {
  z-index: 20;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 15px;
  border-bottom: 2px solid #2B693E;
  border-right: 2px solid #2B693E;
  transform: rotate(45deg);
}

div.layoutInner {
  margin: 0 auto;
  padding: 5px 0;
  width:1000px;
}
article {
  margin: 820px auto 0;
  padding: 10px 0;
  width:1000px;
}
section.index_box {
  margin: 10px 0 60px;
  padding: 10px;
  background-color:rgba(255,255,255,0.9);
  border-radius: 15px;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section.index_box h1 {
  margin: -36px 0 0 0;
  color:#087615; 
  font-size:220%;
  font-weight: normal;
  line-height: 160%;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  text-align: center;
}
section#information dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:86%;
}
section#information dl dt{
  float: left;
  width: 14%;
  margin: 0;
  padding: 8px 0 5px;
  text-align: right;
}
section#information dl dd{
  float: left;
  width: 85%;
  margin: 0;
  padding: 8px 0 5px 20px;
}
section#concept p {
  margin: 20px 40px;
  font-size:92%;
  line-height: 180%;
}
section#concept p img.photo_right {
  float: right;
  width: 363px;
  margin: 0;
}
section.index_box div.category {
  margin: 10px 20px;
  border-top: 1px solid #1B9D5C;
}
section.index_box div.category h2 {
  margin: 10px 0;
  padding: 3px 0 3px 20px;
  border-left: 5px solid #1B9D5C;
  color: #1B9D5C;
  font-size: 130%;
}
section.index_box div.category ul.goods {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
}
section.index_box div.category ul.goods li {
  float: left;
  width: 48%;
  margin: 10px 0;
  padding:0;
  text-align: center;
}
section.index_box div.category ul.goods li h3 {
  margin: 10px 20px;
  padding:5px 0;
  border: 1px solid #aaa;
  background-color:#eee; 
  font-weight: normal;
  text-align: center;
}
section.index_box div.category ul.goods li h3 small {
  display: inline;
  padding-left: 20px;
  font-size: 70%;
}
section.index_box div.category ul.goods li p.attention {
  text-align: center;
  font-size: 70%;
}
section.index_box div.category ul.goods li figure {
  margin: 10px 0;
  height: 400px;
}
section.index_box div.category ul.goods li figure img {
  margin: 10px 0;
}
section.index_box div.link_shop {
  margin: 10px 0;
  text-align: center;
}
section.index_box div.link_shop a {
  display: block;
  width: 64%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:90%;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section.index_box div.link_shop a:hover {
  background-color:#4C9F56; 
}
section.index_box div.category div.link_shop a span {
  display: block;
}
section.index_box div.link_shop a {
  width: 84% !important;
  background-color:#39C449; 
}
section.index_box div.link_shop a:hover {
  background-color:#20902D; 
}
section#products div.link_shop {
  margin-bottom: 20px !important;
}
section#profile p {
  margin: 0 20px;
  font-size: 80%;
  line-height: 200%;
}
section#profile p img.myself{
  float: right;
  width: 150px;
  margin: 0;
  padding-left: 20px;
}
section#profile p strong {
  display: block;
  margin: 0 ;
  padding-bottom:10px;
  font-size: 180%;
  font-weight: normal;
}
section#profile p strong small {
  padding-left: 20px;
  font-size: 70%;
}
section.timetable dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:86%;
}
section.timetable dl dt{
  float: left;
  width: 10%;
  margin: 0;
  padding: 8px 0 5px;
  text-align: right;
}
section.timetable dl dd{
  float: left;
  width: 89%;
  margin: 0;
  padding: 8px 0 5px 20px;
}
section#associated dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:96%;
}
section#associated dl dt{
  float: left;
  width: 20%;
  margin: 0;
  padding: 4px 0;
}
section#associated dl dt a{
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 10px 5px;
  border-radius: 5px;
  background-color:#39C449; 
  color:#fff; 
  font-size:100%;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#associated dl dt a:hover {
  background-color:#4C9F56; 
}
section#associated dl dd{
  display:table-cell;
  vertical-align: middle;
  float: left;
  width: 76%;
  margin: 0;
  padding: 22px 0 0 10px;
  font-size:94%;
}
section#mailform p.description {
  margin:0 3px 0 10px;
  font-size:85%;
  line-height: 160%;
}
section#mailform dl{
  border-top: 0 !important;
}
section#mailform dl dt{
  float: left;
  width: 20%;
  margin: 0;
  padding: 8px 0 5px;
  color: #4C9F56;
  font-weight: bold;
  text-align: right;
}
section#mailform dl dd{
  float: left;
  width: 79%;
  margin: 0;
  padding: 8px 0 5px 20px;
}
section#mailform dl dd input{
  border: 1px solid #999;
}
section#mailform dl dd input.box1{
  width: 30%;
}
section#mailform dl dd input.box2{
  width: 60%;
}
section#mailform dl dd textarea{
  width: 80%;
}
section#mailform dl dd input,
section#mailform dl dd textarea{
  font-size:116%;
}
section#mailform div.submit_btn{
  clear: both;
  margin: 8px 0;
  padding:0;
  text-align: center;
}
section#mail_complete {
  margin: 20px 200px;
  padding-bottom: 20px;
  text-align: center;
}
section#mail_complete p{
  margin: 0 0 20px;
  padding:0; 
}
section#mail_complete div.submit_btn a,
section#mailform div.submit_btn a,
section#mailform div.submit_btn input{
  width: 30%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:120%;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#mail_complete div.submit_btn a:hover,
section#mailform div.submit_btn input:hover {
  background-color: #4C9F56;
  cursor: pointer;
}
section#mailform div.attention {
  margin: 20px;
  padding: 5px 15px;
  border: 1px solid #39C449;
  background-color:#edffef; 
  color:#333; 
  font-size:80%;
  line-height: 160%;
}
section#mailform div.attention h4{
  margin: 10px 0;
  padding: 0;
}
section#mailform div.attention p,
section#mailform div.attention ul{
  margin: 0 0 10px;
  padding: 0; 
}
section#mailform div.attention ul li{
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 0; 
}
footer#fixed_bottom {
  position: absolute;
  bottom: 0;
}
footer {
  width:100%;
  margin:auto;
  height: 100px;
  background-color:rgba(36,56,42,0.8);
}
footer div#address {
  padding-top: 20px;
}
footer div#address div.link {
  float: left;
  width: 62%;
  margin: 0;
  padding-top: 4px;
}
footer div#address div.link div.footer_logo {
  float: left;
  width: 30%;
}
footer div#address div.link div.icons {
  float: left;
  width: 66%;
  margin-left:20px; 
}
footer div#address div.copyright {
  float: right;
  width: 36%;
  text-align:right;
  margin-top: 4px;
  padding-top: 0;
  color:#fff;
  font-size:76%;
  line-height:180%;
}
footer div#address div.copyright span {
  display: block;
}
footer div.copyright a {
  color:#fff;
  text-decoration: none;
}
footer div.copyright a:hover {
  color:#ffff00;
}

}


/* Tablet */

@media screen and (min-width: 481px) and (max-width: 1024px) {


  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcOnly {display:none;}
  .tbOnly {}
  .mbOnly {display:none;}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-color: #428960;
}

header {
  margin: 0;
  padding: 10px;
  background-color:rgba(255,255,255,0.5);
  text-align: center;
  line-height:160%;
}
header div.copy {
  margin: 0px;
  color:#2B693E;
  font-size:100%;
}
header div.logo {
  margin: 10px 0;
  font-size:90%;
}
header div.logo img {
  width: 440px;
}
section#lead {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  color:#fff;
  font-size:90%;
  line-height:160%;
}
section#lead p {
  margin: 5px 0;
  font-size:160%;
}
section#lead div {
  display:none;
/*  margin: 20px auto;
  width: 10%; */
}
section#lead div a {
  display: block;
  border: 1px solid #2B693E;
  background-color: #fff; 
  border-radius: 25px;
  width: 120px;
  margin: 10px 0 10px -20px;
  padding: 10px;
  font-size:110%;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#lead div a:hover {
  background-color: #EAFFEC; 
}
section#lead div a span.arrow-bottom {
  z-index: 20;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 15px;
  border-bottom: 2px solid #2B693E;
  border-right: 2px solid #2B693E;
  transform: rotate(45deg);
}

div.layoutInner {
  margin: 0 auto;
  padding: 5px 0;
  width:100%;
}
article {
  margin: 320px auto 0;
  padding: 10px 0;
  width:100%;
}
section.index_box {
  margin: 10px 30px 40px;
  padding: 10px;
  background-color:rgba(255,255,255,0.9);
  border-radius: 20px;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section.index_box h1 {
  margin: -36px 0 0 0;
  color:#087615; 
  font-size:220%;
  font-weight: normal;
  line-height: 160%;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  text-align: center;
}
section#information dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:86%;
}
section#information dl dt{
  float: left;
  width: 20%;
  margin: 0;
  padding: 8px 0 5px;
  text-align: right;
}
section#information dl dd{
  float: left;
  width: 78%;
  margin: 0;
  padding: 8px 0 5px 20px;
}
section#concept p {
  margin:10px 20px;
  font-size:94%;
  line-height: 160%;
}
section#concept p img.photo_right {
  float: none;
  width: 50%;
  margin: 0 auto;
  display: block;
}
section.index_box div.category {
  margin: 10px;
  border-top: 1px solid #1B9D5C;
}
section.index_box div.category h2 {
  margin: 10px 0;
  padding: 3px 0 3px 20px;
  border-left: 5px solid #1B9D5C;
  color: #1B9D5C;
  font-size: 130%;
}
section.index_box div.category ul.goods {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
}
section.index_box div.category ul.goods li {
  float: left;
  width: 48%;
  margin: 10px 0;
  padding:0;
  text-align: center;
}
section.index_box div.category ul.goods li h3 {
  margin: 10px 20px;
  padding:5px 0;
  border: 1px solid #aaa;
  background-color:#eee; 
  font-weight: normal;
  text-align: center;
}
section.index_box div.category ul.goods li h3 small {
  display: inline;
  font-size: 60%;
}
section.index_box div.category ul.goods li p.attention {
  text-align: center;
  font-size: 60%;
}
section.index_box div.category ul.goods li figure {
  margin: 10px 0;
}
section.index_box div.category ul.goods li figure img {
  margin: 10px 0;
}
section.index_box div.link_shop {
  margin: 10px 0;
  text-align: center;
}
section.index_box div.link_shop a {
  display: block;
  width: 96%;
  margin: 5px auto;
  padding: 10px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:90%;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section.index_box div.link_shop a:hover {
  background-color:#4C9F56; 
}
section.index_box div.category div.link_shop a span {
  display: block;
}
section.index_box div.link_shop a {
  width: 96% !important;
  background-color:#39C449 !important; 
}
section.index_box div.link_shop a:hover {
}
section#products div.link_shop {
  margin-bottom: 20px !important;
}
section#profile p {
  margin: 0 10px;
  font-size: 82%;
  line-height: 160%;
}
section#profile p img.myself{
  float: right;
  width: 120px;
  margin: 0;
  padding-left: 20px;
}
section#profile p strong {
  display: block;
  margin: 0 ;
  padding-bottom:10px;
  font-size: 180%;
  font-weight: normal;
}
section#profile p strong small {
  display: inline;
  padding-left: 30px;
  font-size: 60%;
}
section.timetable dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
}
section.timetable dl dt{
  float: none;
  width: 100%;
  margin: 0;
  padding: 4px 0 5px;
  text-align: left;
  color:#39C449; 
  font-size:86%;
}
section.timetable dl dd{
  float: none;
  width: 100%;
  margin: 0;
  padding: 2px 0 5px 5px;
  font-size:80%;
}
section#associated dl{
  clear: both;
  margin: 5px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:96%;
}
section#associated dl dt{
  float: none;
  width: 36%;
  margin: 0;
  padding: 4px 0;
}
section#associated dl dt a{
  display: block;
  width: 100%;
  margin: 2px auto;
  padding: 5px;
  border-radius: 5px;
  background-color:#39C449; 
  color:#fff; 
  font-size:100%;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#associated dl dt a:hover {
  background-color:#4C9F56; 
}
section#associated dl dd{
  float: none;
  width: 100%;
  margin: 0;
  padding: 2px 0;
  font-size:86%;
}
section#mailform p.description {
  margin:0 3px 0 10px;
  font-size:80%;
  line-height: 160%;
}
section#mailform dl{
  border-top: 0 !important;
}
section#mailform dl dt{
  float: left;
  width: 20%;
  margin: 0;
  padding: 8px 0 5px;
  color: #4C9F56;
  font-weight: bold;
  text-align: right;
}
section#mailform dl dd{
  float: left;
  width: 79%;
  margin: 0;
  padding: 8px 0 5px 20px;
}
section#mailform dl dd input{
  border: 1px solid #999;
}
section#mailform dl dd input.box1{
  width: 30%;
}
section#mailform dl dd input.box2{
  width: 60%;
}
section#mailform dl dd textarea{
  width: 96%;
}
section#mailform dl dd input,
section#mailform dl dd textarea{
  border: 1px solid #999;
  font-size:116%;
}
section#mailform div.submit_btn{
  clear: both;
  margin: 8px 0;
  padding:0;
  text-align: center;
}
section#mail_complete {
  margin: 20px 100px;
  padding: 10px 0 20px;
  text-align: center;
}
section#mail_complete p{
  margin: 0 0 20px;
  padding:0; 
}
section#mail_complete div.submit_btn a,
section#mailform div.submit_btn a,
section#mailform div.submit_btn input{
  width: 30%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:120%;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#mailform div.submit_btn input:hover {
  background-color: #4C9F56;
  cursor: pointer;
}
section#mailform div.attention {
  margin: 10px 20px;
  padding: 0 10px;
  border: 1px solid #39C449;
  background-color:#edffef; 
  color:#333; 
  font-size:80%;
  line-height: 160%;
}
section#mailform div.attention h4{
  margin: 10px 0 0;
  padding: 0;
}
section#mailform div.attention ul{
  margin: 0;
  padding: 0; 
}
section#mailform div.attention ul li{
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0; 
}

footer#fixed_bottom {
  position: absolute;
  bottom: 0;
}
footer {
  width:100%;
  margin:auto;
  background-color:rgba(36,56,42,0.8);
}
footer div#address {
  padding-top: 0px;
}
footer div#address div.link {
  float: none;
  width: 100%;
  margin: 0;
  text-align:center;
}
footer div#address div.copyright {
  float: none;
  width: 100%;
  text-align:center;
  margin-top: 10px;
  padding-top: 0;
  color:#fff;
  font-size:76%;
  line-height:120%;
}
footer div#address div.copyright span {
  display: inline;
  padding-left: 50px;
  line-height:120%;
}
footer div.copyright a {
  color:#fff;
  text-decoration: none;
}
footer div.copyright a:hover {
  color:#ffff00;
}



} /* Tablet_END */



/* Mobile */
@media screen and (max-width: 480px) {

  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcOnly {display:none;}
  .tbOnly {display:none;}
  .mbOnly {display:;}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
header {
  margin: 0;
  padding: 0;
  background-color:rgba(255,255,255,0.5);
  text-align: center;
  line-height:160%;
}
header div.copy {
  margin: 4px;
  color:#2B693E;
  font-size:64%;
  line-height: 110%;
}
header div.logo {
  margin: 2px auto;
  width: 60%;
  font-size:90%;
}
section#lead {
  margin: 130px 10px 0;
  padding: 0;
  text-align: center;
  color:#fff;
  font-weight:normal;
  font-size:60%;
}
@media screen and (max-width: 350px) {
  section#lead {
  margin-top: 100px;
  }
}
section#lead p {
  margin: 10px 0 0;
  font-size:140%;
}
section#lead div {
  display:none;
/*  margin: 20px auto;
  width: 10%; */
}
section#lead div a {
  display: block;
  border: 1px solid #2B693E;
  background-color: #fff; 
  border-radius: 25px;
  margin: 20px auto;
  padding: 10px;
  font-size:110%;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#lead div a:hover {
  background-color: #EAFFEC; 
}

div.layoutInner {
  margin: 0 auto;
  padding: 5px 0;
  width:100%;
}
article {
  margin: 5px auto 0;
  padding: 5px 0;
  width:100%;
}
section.index_box {
  margin: 5px 10px 20px;
  padding: 5px;
  background-color:rgba(255,255,255,0.9);
  border-radius: 10px;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section.index_box h1 {
  margin: 0;
  color:#087615; 
  font-size:140%;
  font-weight: normal;
  line-height: 160%;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  text-align: center;
}
section#information dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
}
section#information dl dt{
  float: none;
  width: 100%;
  margin: 0;
  padding: 4px 0 2px;
  text-align: left;
  color:#39C449; 
  font-size:86%;
}
section#information dl dd{
  float: none;
  width: 100%;
  margin: 0;
  padding: 2px 0 2px 5px;
  font-size:80%;
}
section#concept p {
  margin: 10px;
  font-size:86%;
  line-height: 150%;
}
section#concept p img.photo_right {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
section.index_box div.category {
  margin: 5px 10px;
  border-top: 2px solid #1B9D5C;
}
section.index_box div.category h2 {
  margin: 10px 0;
  padding: 0 0 0 10px;
  border-left: 8px solid #1B9D5C;
  color: #1B9D5C;
  font-size: 100%;
}
section.index_box div.category ul.goods {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.index_box div.category ul.goods li {
  float: none;
  width: 100%;
  margin: 5px 0;
  padding:0;
  border-top:1px dotted #999;
  text-align: center;
}
section.index_box div.category ul.goods li h3 {
  margin: 15px 0 10px;
  padding:5px 0;
  border: 1px solid #aaa;
  background-color:#eee; 
  font-weight: normal;
}
section.index_box div.category ul.goods li h3 small {
  display: inline;
  font-size: 70%;
}
section.index_box div.category ul.goods li p.attention {
  font-size: 70%;
}
section.index_box div.category ul.goods li figure {
  margin: 5px 0;
}
section.index_box div.category ul.goods li figure img {
  margin: 0 auto;
  padding: 0;
}
section.index_box div.link_shop {
  margin: 2px 0;
  text-align: center;
}
section.index_box div.link_shop a {
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 5px 5px 4px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:92%;
  font-weight: normal;
  line-height: 120%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.8);
}
section.index_box div.link_shop a:hover {
}
section.index_box div.category div.link_shop a span {
  display: block;
}
section.index_box div.link_shop a {
  width: 94% !important;
  background-color:#39C449; 
}
section#products div.link_shop {
  margin-bottom: 20px;
}
section#profile p {
  margin: 0 10px;
  font-size: 76%;
  line-height: 160%;
}
section#profile p img.myself{
  float: right;
  width: 120px;
  margin: 0;
  padding-left: 20px;
}
section#profile p strong {
  display: block;
  margin: 0 ;
  padding-bottom:10px;
  font-size: 180%;
  font-weight: normal;
}
section#profile p strong small {
  display: block;
  padding-left: 0px;
  font-size: 60%;
}
section.timetable dl{
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
}
section.timetable dl dt{
  float: none;
  width: 100%;
  margin: 0;
  padding: 4px 0 5px;
  text-align: left;
  color:#39C449; 
  font-size:86%;
}
section.timetable dl dd{
  float: none;
  width: 100%;
  margin: 0;
  padding: 2px 0 5px 5px;
  font-size:80%;
}
section#associated dl{
  clear: both;
  margin: 5px 0;
  padding: 0;
  border-top: 1px solid #1B9D5C;
  font-size:96%;
}
section#associated dl dt{
  float: none;
  width: 60%;
  margin: 0 auto;
  padding: 4px 0;
}
section#associated dl dt a{
  display: block;
  width: 100%;
  margin: 2px auto;
  padding: 5px;
  border-radius: 5px;
  background-color:#39C449; 
  color:#fff; 
  font-size:100%;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#associated dl dt a:hover {
  background-color:#4C9F56; 
}
section#associated dl dd{
  float: none;
  width: 100%;
  margin: 0;
  padding: 2px 0;
  font-size:80%;
}
section#mailform p.description {
  margin:0 3px 0 10px;
  font-size:80%;
  line-height: 160%;
}
section#mailform dl{
  border-top: 0 !important;
  margin:0;
  padding:0;
}
section#mailform dl dt{
  float: none;
  width: 90%;
  margin: 10px 20px 0;
  padding: 0;
  color:#4C9F56; 
  font-size:90%;
  font-weight: bold;
  text-align: left;
}
section#mailform dl dd{
  float: none;
  width: 95%;
  margin: 0;
  padding: 0 0 5px 20px;
}
section#mailform dl dd input.box1{
  width: 80%;
}
section#mailform dl dd input.box2{
  width: 100%;
}
section#mailform dl dd textarea{
  width: 100%;
}
section#mailform dl dd input,
section#mailform dl dd textarea{
  border: 1px solid #999;
  font-size:116%;
}
section#mailform div.submit_btn{
  margin: 0 0 15px;
  padding:0;
  text-align: center;
}
section#mail_complete {
  margin: 150px 20px 10px;
  padding-bottom: 20px;
  text-align: center;
}
section#mail_complete p{
  margin: 5px 0 20px;
  padding:0; 
}
section#mail_complete div.submit_btn a,
section#mailform div.submit_btn a,
section#mailform div.submit_btn input{
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color:#39C449; 
  color:#fff; 
  font-size:120%;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  box-shadow:2px 2px 2px rgba(13,112,102,0.4);
}
section#mailform div.submit_btn input:hover {
  background-color: #4C9F56;
  cursor: pointer;
}
section#mailform div.attention {
  margin: 10px;
  padding: 0 10px 5px;
  border: 1px solid #39C449;
  background-color:#edffef; 
  color:#333; 
  font-size:70%;
  line-height: 160%;
}
section#mailform div.attention h4{
  margin: 10px 0;
  padding: 0;
  font-size: 120%;
}
section#mailform div.attention ul{
  margin: 0;
  padding: 0; 
}
section#mailform div.attention ul li{
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0; 
}

footer#fixed_bottom {
  position: absolute;
  bottom: 0;
}
footer {
  width:100%;
  margin:auto;
  background-color:rgba(36,56,42,1);
}
footer div#address {
  padding-top: 0;
}
footer div#address div.link {
  float: none;
  width: 100%;
  margin: 0;
  padding-top: 4px;
  text-align:center;
}
footer div#address div.copyright {
  float: none;
  width: 100%;
  text-align:center;
  margin-top: 0;
  padding-top: 0;
  color:#fff;
  font-size:76%;
  line-height:180%;
}
footer div#address div.copyright span {
  display: block;
  font-weight:normal;
}
footer div.copyright a {
  color:#fff;
  text-decoration: none;
}
footer div.copyright a:hover {
  color:#fff;
}


} /* Mobile_END */

