@charset "UTF-8";
@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 400;
  font-display: none;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 700;
  font-display: none;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 900;
  font-display: none;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype");
}

body {
  color: #000000;
  background-color: #F8FFF9;
  background-image: url("../i/green.jpg");
  background-repeat: repeat-x;
}

body > * {
  font-family: 'NotoSansJapanese';
}

@media (max-width: 767px) {
  body > * {
    width: 100%;
  }
}

img {
  vertical-align: top;
}

#header_info_box {
  margin: 0px;
  padding: 0px;
  width: 1065px;
  height: auto;
  background-image: url("../i/logo.jpg");
}

@media (min-width: 768px) {
  #header_info_boximg {
    display: block;
  }
}

@media (max-width: 767px) {
  #header_info_box {
    margin: 0px;
    padding: 0px;
    max-width: 767px;
    max-height: 243px;
    background-image: url("../i/logos.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header_info_box img {
    opacity: 0;
  }
}

#toplt img {
  padding: 0px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  a[href*="tel:"] {
    font-size: 150%;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000;
    font-size: 150%;
  }
}

.container {
  max-width: none !important;
}

@media (min-width: 768px) {
  .container {
    width: 1065px;
  }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

main {
  background-color: #FFFFFF;
}

section {
  padding-left: 10px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  section {
    padding-right: 10px;
  }
}

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

ol,
ul {
  list-style: none;
}

.table {
  width: 100%;
}

@media (min-width: 768px) {
  .thlt,
  .tdlt {
    width: 30%;
    background-color: #fffdf0;
  }
}

@media (max-width: 767px) {
  .thlt,
  .tdlt {
    display: block;
    width: 100%;
    background-color: #fffdf0;
  }
}

.thrt span,
.tdrt span {
  vertical-align: top;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .thrt,
  .tdrt {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .thrt,
  .tdrt {
    display: block;
    width: 100%;
  }
}

.mainitemimg {
  max-width: 212px;
  height: auto;
  padding: 0px;
}

@media (max-width: 767px) {
  .mainitemimg {
    max-width: 170px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .mainitemimg {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

a:link,
a:visited,
a:hover {
  color: #35D442;
}

@media (max-width: 767px) {
  #top_message {
    font-size: 80%;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 50;
  }
}

@media (min-width: 768px) {
  #top_message {
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 50;
  }
}

@media (max-width: 767px) {
  #header_menu_box_t {
    border-left: solid 1px;
    border-bottom: double 3px;
    border-color: #009944;
  }
}

@media (min-width: 768px) {
  #header_menu_box_t {
    border-top: solid 1px;
    border-bottom: double 3px;
    border-color: #009944;
  }
  #header_menu_box_t ul {
    border-left: solid 1px;
    border-color: #009944;
  }
}

#header_menu_box_t li {
  list-style: none;
  text-align: center;
  white-space: nowrap !important;
  border-right: solid 1px;
  border-color: #009944;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #c9eecb), color-stop(70%, #F8FFF9), to(#F8FFF9));
  background: linear-gradient(to bottom, #c9eecb 10%, #F8FFF9 70%, #F8FFF9 100%);
}

#header_menu_box_t li a {
  color: #53AA59;
  font-size: 1.3em;
  font-weight: bold;
  border-left: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
  text-decoration: none;
}

@media (max-width: 767px) {
  #header_menu_box_t li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #header_menu_box_t li {
    width: calc(100% / 3);
    border-top: solid 1px #009944;
  }
}

#header_menu .nav-item {
  position: relative;
}

@media (max-width: 767px) {
  #header_menu .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#header_menu .nav-link:hover {
  color: #35D442;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #c9eecb), color-stop(70%, #F8FFF9), to(#F8FFF9));
  background: linear-gradient(to top, #c9eecb 10%, #F8FFF9 70%, #F8FFF9 100%);
}

#header_menu .nav-link::after {
  position: absolute;
  bottom: -1px;
  left: 10%;
  content: '';
  width: 80%;
  height: 4px;
  background: #009944;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header_menu .nav-link:hover::after {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}

#contents_box h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: 900;
  color: #ffffff;
  background: #009944;
  -webkit-box-shadow: 4px 4px 0 #007032;
  box-shadow: 4px 4px 0 #007032;
}

@media (max-width: 767px) {
  #contents_box h2 {
    padding: 20px 10px 20px 45px;
  }
}

@media (min-width: 768px) {
  #contents_box h2 {
    padding: 20px 0px 20px 45px;
  }
}

#contents_box h2::after {
  position: absolute;
  top: -5px;
  left: .3em;
  content: '';
  width: 23px;
  height: calc(100% - .2em);
  background-color: #FFFFFF;
  border: solid 1px #007032;
  -webkit-box-shadow: 2px 2px 2px #007032;
          box-shadow: 2px 2px 2px #007032;
  border-radius: 0px;
}

#contents_box h3 {
  font-size: 1em;
  margin: 20px 0px 20px 0px;
  background-color: #c8ffc3;
  border-radius: 10px;
}

@media (max-width: 767px) {
  #contents_box h3 {
    padding: 20px 0px 20px 20px;
  }
}

@media (min-width: 768px) {
  #contents_box h3 {
    padding: 20px 20px 20px 20px;
  }
}

h4 {
  position: relative;
  font-size: 1.5em;
  font-weight: 900;
  margin: 20px 0px 10px 0px;
  text-indent: -1.5em;
  padding: 1em 1em .75em 3em;
  background-color: #eefff8;
  border: 1px solid #009944;
}

h4:after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 15px;
  height: calc(100% - 1em);
  background-color: #009944;
  border-radius: 4px;
}

.contents p {
  padding: 0 10px 10px 10px;
  line-height: 30px;
  vertical-align: 5px;
}

.mainitem {
  margin: 0 7px 0 7px;
}

.picture {
  border: solid 1px #cccccc;
}

#reception {
  margin-bottom: 10px;
}

#reception h5 {
  padding-left: 5%;
}

#reception div {
  text-align: center;
}

.itemsection {
  border: solid 1px #CCCCCC;
}

.itemname {
  background-color: #DCFFDA;
}

.kakaku {
  text-align: center;
  background-color: #f2ffff;
}

.kakaku a {
  color: #FFFFFF;
}

#pagetop {
  position: fixed;
  bottom: 5px;
  height: 50px;
  width: 50px;
  opacity: 0;
  z-index: 99;
  background-color: none;
}

#pagetop a {
  color: #ffffff;
  display: block;
  font-size: 120%;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10%;
  background-color: #009944;
  opacity: 1;
  z-index: 99;
}

aside #list_menu_box ul {
  border-right: solid 2px;
  border-left: solid 2px;
  border-color: #c9eecb;
}

aside #list_menu_box h3 {
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  background-color: #f5f5f5;
  border-top: solid 2px;
  border-right: solid 2px;
  border-left: solid 2px;
  border-color: #c9eecb;
  border-radius: 8px 8px 0 0;
}

aside #list_menu_box li {
  position: relative;
  font-size: 1.0em;
  text-align: left;
  text-indent: 1.5em;
  border-bottom: solid 2px;
  border-color: #c9eecb;
}

aside #list_menu_box li a {
  color: #009944;
  font-weight: 900;
  display: block;
  padding: 10px 0px 10px 0px;
  width: 100%;
  height: 100%;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  aside #list_menu_box li a:hover {
    color: #35D442;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  aside #list_menu_box li a:hover::after {
    bottom: 2px;
    opacity: 1;
    visibility: visible;
  }
  aside #list_menu_box li a::after {
    position: absolute;
    bottom: -1px;
    left: 10%;
    content: '';
    width: 80%;
    height: 4px;
    background: #009944;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* サイドインフォメーション */
aside .info {
  margin-bottom: 15px;
}

aside .info .infosection {
  border-right: solid 2px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #c9eecb;
}

aside .info p {
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
}

/*aside アイテム*/
aside .sideitem {
  border: solid 2px;
  border-color: #c9eecb;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}

aside .sideitemh a {
  color: #009944;
  font-size: 1.2em;
  font-weight: 900;
  padding: 5px;
}

/* フッター */
#footer {
  background-color: #D7E9F6;
  padding: 30px 0 30px 0;
  text-align: center;
}

#footer a {
  color: #7F7F7F;
}

#copyright {
  margin: 40px 0 20px 0;
  color: #7F7F7F;
  font-size: 80%;
}

#mainmess {
  background-image: url("../i/bkimg0.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#mainmess dl {
  padding: 1em;
}

#mainmess dt {
  display: inline-block;
  font-size: 1.2em;
  margin: 5px 0 10px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(90%, #c8ffc3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #c8ffc3 90%);
}

#mainmess dd {
  padding-left: 1em;
}

#keisanl {
  padding: 10px;
  border-color: #009944;
  border-width: 2px;
  border-style: solid;
  background-color: #FFFFCC;
}

#keisanl select {
  height: 2em;
  margin-bottom: 5px;
  padding-left: 0.5rem !important;
}

#keisanl fieldset {
  text-align: center;
  border: solid 1px #CCCCCC;
  padding: 10px 0 10px 0;
}

@media (max-width: 767px) {
  #keisanl fieldset {
    text-align: left;
    padding: 10px 0 10px 10px;
  }
}

#keisanl fieldset legend {
  display: inline-block !important;
  width: auto;
  padding: 0 10px 0 10px;
  margin: 0px;
  font-size: 1rem;
}

#keisanl fieldset legend .hakosum {
  text-align: center;
  border: none;
  background-color: #FFFFCC;
}

@media (max-width: 767px) {
  #keisanl fieldset legend {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  #keisanr {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-color: #009944;
    border-width: 2px;
    border-style: solid;
  }
}

.alert-text {
  color: #ff0000;
  text-indent: 3rem;
}

@media (min-width: 768px) {
  .calc-cell {
    width: 158px;
    height: 160px;
    background-repeat: no-repeat;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  .calc-cell {
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .calc-cell span {
    display: block;
    font-weight: bold;
    font-size: 170%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .calc-cell span {
    display: block;
    width: 40%;
    float: left;
  }
}

@media (min-width: 768px) {
  .calc-cell .sub {
    font-size: 150%;
    margin-top: 45px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .calc-cell .sub {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 2em;
  }
}

@media (min-width: 768px) {
  .calc-cell-l {
    background-image: url("../i/keisanl.jpg");
  }
}

@media (max-width: 767px) {
  .calc-cell-l {
    border-bottom: solid 1px #CCCCCC;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .calc-cell-c {
    background-image: url("../i/keisanc.jpg");
  }
}

@media (max-width: 767px) {
  .calc-cell-c {
    border-bottom: solid 1px #CCCCCC;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .calc-cell-r {
    background-image: url("../i/keisanr.jpg");
  }
}

@media (max-width: 767px) {
  .calc-cell-r {
    border-bottom: solid 1px #CCCCCC;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .calceq {
    margin-top: 10px;
    height: 40px;
    width: 400px;
    border-left: solid 200px transparent;
    border-right: solid 200px transparent;
    border-top: solid 40px #009944;
  }
}

@media (max-width: 767px) {
  .calceq {
    clear: both;
    margin-top: 5px;
    height: 20px;
    width: 300px;
    border-left: solid 150px transparent;
    border-right: solid 150px transparent;
    border-top: solid 20px #009944;
  }
}

.calctotal {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-color: #009944;
  border-width: 2px;
  border-style: solid;
  background-color: #FFFFCC;
  vertical-align: bottom;
}

.calctotal .redinfo {
  color: #ff0000;
}

@media (min-width: 768px) {
  .calctotal {
    font-size: 1.8em;
    margin-top: 10px;
    padding-top: 8px;
    width: 474px;
  }
}

@media (max-width: 767px) {
  .calctotal {
    font-size: 1.2em;
    margin-top: 5px;
    padding-top: 8px;
    width: 350px;
  }
}

.ordertable input,
.ordertable textarea,
.ordertable select {
  margin-left: 10px;
  width: 85%;
}

@media (max-width: 767px) {
  .ordertable input,
  .ordertable textarea,
  .ordertable select {
    width: 80%;
  }
}

.ordertable .form-control {
  display: inline;
}

.errmsg {
  color: #ff0000;
  display: block;
  text-indent: 3rem;
  text-decoration: underline;
  font-size: 0.8rem;
}

.checkbox input[type=checkbox] {
  margin-right: 30px;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.checkbox label {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.ariatable {
  width: 100%;
  font-size: 0.8em;
}

.ariatable th {
  text-align: center;
  width: 20%;
}

.calctable {
  font-size: 0.8em;
}

.calctable th {
  text-align: center;
}

.calctable td {
  text-align: right;
}

.calctable .area {
  display: inline-block;
  background-color: #CCFFFF;
}

.accordion .dt {
  padding: 1em;
  border-bottom: solid 1px #ebebeb;
  background-color: #fff7d0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion .dd {
  margin: 0px !important;
  padding: 0 2em 0 3em;
  overflow: hidden;
  font-size: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-color: #FFFFFF;
}

.accordion .isOpen {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 100%;
}
/*# sourceMappingURL=style.css.map */