@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

@media print {
  body{
    display: none!important;
  }
}

html, body { width: 100% ; font-size: 13px; background-color: #FFFFFF; color: #000000;}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 170%;


}

a:link { color: #333333; }    /* 未訪問のリンク */
a:visited { color: #333333; } /* 訪問済みのリンク */
a:hover { color: #72BB42; }   /* ポイント時のリンク */
a:active { color: #72BB42; }  /* 選択中のリンク */


.form1 input[type="text"]{
  display: inline-block;
  width: 100%;
  margin: 0;
  outline-width: medium;
  outline-style: none;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #666666 solid 1px;
}

.form1 input[type="file"]{
  display: inline-block;
  width: 100%;
  margin: 0;
  outline-width: medium;
  outline-style: none;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #666666 solid 1px;
}

.form1 select{
  display: inline-block;
  width: 100%;
  margin: 0;
  outline-width: medium;
  outline-style: none;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #666666 solid 1px;
}

.form1 textarea{
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px;
  outline-width: medium;
  outline-style: none;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #666666 solid 1px;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat;
  min-height: 0vw;/* Safari用バグフィックス */
  line-height: 1.3;
}



.form1 *
{
  box-sizing: border-box;
}

/* ライン 122 */
/*
.form1 input[type="text"]{
  padding-left: 42px;
}
*/

.page_rows{
  margin-bottom:20px;
}

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

ul, li {
  list-style: none;
}

label {
  cursor: pointer;
}

#page_body{
  width: 100%;
  background-color: #FFFFFF;
}

#header {
  width: 950px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 0 auto;
}

#header h1{
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
}


#navi{
  border-top: solid #72BB42 2px;
  border-bottom: solid #72BB42 2px;
  width: 100%;
  text-align: center;
}

#footer{
  border-top: solid #72BB42 2px;
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #EEEEEE;
  padding: 20px 0;
}

#footer_inner{
  width: 950px;
  margin: 0 auto;
}

#footer p{
  font-family: "Open Sans", sans-serif;
  font-size: 108% ;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(30, 30, 30, .5);
  color: #333;
  margin-bottom: 12px;
}

#one_contents {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}


.form_box{
  width: 100%;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
  padding: 30px;
}

.red {
  color: #FF0000!important;
}

*, *::before, *::after
{
  box-sizing: border-box;
}

.btn
{
  width: 320px;
  cursor: pointer;
  background-color: #129668;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-shadow: none;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #0e6144;
  position: relative;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  color: #ffffff;
  text-decoration-line: none;
  text-decoration-style: solid;
  line-height: 1;
  font-size: 18px;
  margin: 10px;
  -webkit-appearance: none;
}

.btn:hover, .btn:focus, .btn.focus{
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-property: background-position;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
  color: #ffffff;
  background-color: #72BB42;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #129668;
  top: 2px;
}

.btn-back
{
  background-color: #037bd6;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-shadow: none;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-width: medium;
  border-bottom-style: none;
  line-height: 1;
  font-size: 18px;
  margin: 10px;
  -webkit-appearance: none;
}

.btn-back:hover
{
  background-color: #74b3e7;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  border-bottom-width: medium;
  border-bottom-style: none;
}

.btn3 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-size:13px;
  margin: 0;
  padding:8px 8px;
  text-decoration:none;
}
.btn3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.btn3:active {
  position:relative;
  top:1px;
}

.btn4 {
  vertical-align: top;
  line-height: 100%;
  background-color:#0e6144;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #062d21;
  display:inline-block;
  cursor:pointer;
  color:#FFFFFF;
  font-size:12px;
  margin: 2px 0 0 0;
  padding:2px 4px;
  text-decoration:none;
}
.btn4:hover {
  background-color:#72BB42;
}







/*ナビメニュー*/
.globalNav {
  width: 966px;
  margin: 0 auto 0 auto;
  list-style: none;
  overflow: hidden;
}

.globalNav li {
  float: left;
  border-right: 1px solid #DDD;
  /*width: 138px;*/
  width: 120px;
}



.globalNav li a {
  display: block;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.globalNav li a:hover {
  background: #EEE;
}

.globalNav li.active a {
  background: #DAFFEC;
  color: #72BB42;
  font-weight: bold;
}

#outer{
  background: #72BB42;
  width: 100%;
  position: relative;
}
#outer span{
  position: absolute;
  z-index: 9999;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-weight: bold;
  background-color: #FFFFFF;
}

.in_b{
  display: inline-block;
}

.center {
  text-align: center!important;
}

.left {
  text-align: left!important;
}

.right {
  text-align: right!important;
}

.top {
  vertical-align: top!important;
}

.middle{
  vertical-align: middle!important;
}

.bottom{
  vertical-align: bottom!important;
}

.bg {
  background-color: #d2b770;
}

.desc{
  font-size: 10px;
  color: #a67c4b;
}



#err {
  width: 100%;
  text-align: center;
  background-color: #FF0000;
  color: #ffffff;
  margin-bottom: 20px;
}
#err p{
  padding: 20px 0 20px 0;
}


#contents {
  width: 950px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}

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

#index_main{
  float: left;
  width: 465px;
}


#index_sub{
  float: right;
  width: 465px;
}


#sub{
  float: left;
  width: 200px;
}


#sub .menu{
  margin-top: 20px;
  width: 100%;
  border: solid 2px #72BB42;
}

.menu p{
  font-size: 16px;
  font-weight: bold;
  color: #72BB42;
  padding: 10px;
}

.menu li{
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-top: solid 1px #666666;
  list-style: circle inside;
}


#main{
  float: right;
  width: 730px;
}

#pan{
  margin-top: 20px;
}



h1{
  position: relative;
  color: #72BB42;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 20px;
  padding: 10px 0 10px 25px;
  border-bottom: 5px solid #72BB42;
}

h1:before{
  content: "";
  position: absolute;
  background-color: #a0f9b3;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

h1:after{
  content: "";
  position: absolute;
  background-color: #5df973;
  top: 1.0em;
  left: 0;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.org_h1{
  color: #C22870;
  border-bottom: 5px solid #DAA2BF;
}

.org_h1:before{
  background-color: #EFC9D0;
}

.org_h1:after{
  background-color: #DAA2BF;
}

.org_h1 span{
  color: #264782;
  font-size: 16px;
  font-weight: bold;
}


h2 {
  margin-top: 20px;
  position: relative;
  padding-bottom: .1em;
  border-bottom: 4px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #72BB42;
}

.in_ttl {
  margin-top: 20px;
  position: relative;
  padding-bottom: .1em;
  border-bottom: 4px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
.in_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #72BB42;
}

h3{
  margin: 0 0 1.5em;
  padding: 3px;
  border-left: 7px solid #72BB42;
  border-bottom: 1px dashed #72BB42;
  font-size: 18px;
  font-weight: bold;
}


.lg_bar{
  background-color: #efffe6;
  padding: 10px;
}

.dg_bar{
  background-color: #72BB42;
  padding: 10px;
  color: #FFFFFF;
}

.tt_box{
  padding-bottom: 10px;
  margin: 0 auto 0 auto;
  display: inline-block;
}

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

.tt_box .number{
  float: left;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.tt_box .datail{
  float: left;
  text-align: left;
  display: inline-block;
}

.one_table {
  border-top: dotted 1px #666666;
}

.one_table td{
  padding: 10px;
  border-bottom: dotted 1px #666666;
}
.one_table th{
  padding: 10px;
  background-color: #EEEEEE;
  border-bottom: dotted 1px #666666;
  font-weight: bold;
  vertical-align: middle;
}


.r_table{
  font-size: 12px;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.r_table td, .r_table th{
  vertical-align: middle;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  padding: 3px;
}

.r_table th{
  background-color: #F4F4F4;
  text-align: center;
}


dl{
  margin-top: 0px;
  margin-bottom: 20px;
}

.no_dl{
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.dl-horizontal, .dl-horizontal::after, .dl-horizontal::before
{
  display: table;
  content: " ";
}

/* ライン 36 */
.dl-horizontal
{
  margin-bottom: 20px;
}

.dl-horizontal dt
{
  float: left;
  width: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 20px;
}

dd{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.dl-horizontal .chk{
  font-size: 15px;
  padding-top: 8px;
}

.dl-horizontal dd
{
  margin-left: 210px;
  width: 620px;
}

.mar_b{
  margin-bottom: 10px;
}

.bold {
  font-weight: bold!important;
}

.red{
  color: #FF0000!important;
}

.f14{
  font-size: 14px!important;
}

.f16{
  font-size: 16px!important;
}

.l_sty_g{
  list-style-type: none;
  margin: 10px 0;
}

.l_sty_g:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #72BB42;
  position: relative;
  left: 0;
  top: -3px;
  margin-right: 10px;
}

#btn_area{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.pp dd{
  padding: 10px;
}

.pp ol{
  padding: 20px;
}

.btn_img{
  margin: 8px;
}

.photo_img_table{
  width: 100%;
}

.photo_img_table img{
  display: inline-block;
}

#img_all{
  width: 780px;
  margin: 0 auto 0 auto;
  padding: 0;
  overflow:hidden;
}


.img_box{
  float: left;
  width: 240px;
  margin: 20px 10px;
  text-align: center;
  display: inline-block;
  padding: 0;
}

.img_box170{
  float: left;
  width: 170px;
  margin: 20px 10px;
  text-align: center;
  display: inline-block;
}

.img_on{
  background-color: #f9a01c;
  color: #FFFFFF;
}


.no_link_nav{
  padding: 10px;
  font-weight: bold;
  background-color: #CCCCCC;
  margin: 3px;
}

.link_nav{
  padding: 10px;
  font-weight: bold;
  background-color: #72BB42;
  margin: 3px;
  color: #FFFFFF;
}

.no_ul{
  text-decoration: none;
}

.btn_smt_l{
  margin-right: 5px;
  width:110px;
  height:30px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_l.gif')
}

.btn_smt_2l{
  width:110px;
  height:30px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_2l.gif')
}

.btn_sel_photo{
  width:110px;
  height:30px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_sel_photo.gif')
}

.cart_submit{
  border: 0px;
  width:174px;
  height:47px;
  background: url(../img/btn_cart.jpg) left top no-repeat;
  cursor: pointer;
}


.mar_r{
  margin-right: 5px!important;
}

.panel_tbl{
  width: 100%;
}

.panel_tbl td{
  width: 25%;
  vertical-align: top;
  text-align: center;
}

.panel_tbl .imgs{
  height: 210px;
}

.panel_tbl .intxt{
  width: 100%;
  text-align: left;
  padding-left: 40px;
}


.panel_btn{
  width: 100%;
  text-align: center;
  padding-right: 40px;
  margin-bottom: 50px;
}

.btn_m{
  margin-top: 10px;
}

.book_area1{
  width: 211px;
  position: absolute;
  top: 10px;
  left: 85px;
}

.book_area2{
  width: 211px;
  position: absolute;
  top: 163px;
  left: 85px;
}

.inlineframe    {
  border: solid 1px #666666;
  background-color:#EFEFEF;
  height:250px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px;
}


.btn2 {
  background: #72BB42;
  background-image: -webkit-linear-gradient(top, #72BB42, #14BB22);
  background-image: -moz-linear-gradient(top, #72BB42, #14BB22);
  background-image: -ms-linear-gradient(top, #72BB42, #14BB22);
  background-image: -o-linear-gradient(top, #72BB42, #14BB22);
  background-image: linear-gradient(to bottom, #72BB42, #14BB22);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

.btn2:hover {
  background: #14BB22;
  background-image: -webkit-linear-gradient(top, #14BB22, #72BB42);
  background-image: -moz-linear-gradient(top, #14BB22, #72BB42);
  background-image: -ms-linear-gradient(top, #14BB22, #72BB42);
  background-image: -o-linear-gradient(top, #14BB22, #72BB42);
  background-image: linear-gradient(to bottom, #14BB22, #72BB42);
  text-decoration: none;
}

.hide {
  display: none;
}

.sbtn{
  cursor: pointer;
  text-decoration: underline;
}



/*===============================================
●style.css 画面の横幅が900px以上
===============================================*/
@media screen and (min-width: 920px){



}



