@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#contents #pankuzu, #contents .con_intro, #contents .con_intro h3, #contents .con_photo, #contents .con_mail, #contents .con_mail .txt {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  #contents #pankuzu, #contents .con_intro, #contents .con_intro h3, #contents .con_photo, #contents .con_mail, #contents .con_mail .txt {
    width: 95%;
  }
}

#contents .con_photo .box_row:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
    text-shadow: 2px -2px 3px white, 2px 2px 3px white, -2px 2px 2px white;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.en {
    text-shadow: 2px -2px 3px white, 2px 2px 3px white, -2px 2px 2px white;
  }
}

/* -----------------------------------------------------------
	contents
----------------------------------------------------------- */
#contents {
  background: url(../mail/images/bg_contents.png) top center no-repeat;
  background-size: 100% auto;
  max-width: none;
  width: 100%;
}
#contents .st_box {
  text-align: center;
  margin: 2em auto 1.5em;
}
@media only screen and (max-width: 767px) {
  #contents .st_box {
    margin: 1em auto 0.6em;
  }
}
#contents .st_box span {
  font-size: 185%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding: 0 3em;
}
@media only screen and (max-width: 767px) {
  #contents .st_box span {
    padding: 0 2em;
  }
}
#contents .st_box span:before, #contents .st_box span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 2.5em;
  height: 1.5em;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#contents .st_box span:before {
  left: -0.6em;
  background-image: url(../mail/images/bg_st1.png);
}
#contents .st_box span:after {
  right: -0.6em;
  background-image: url(../mail/images/bg_st2.png);
}
@media only screen and (max-width: 767px) {
  #contents .st_box span {
    font-size: 139%;
  }
}
#contents .con_intro {
  max-width: 780px;
  padding: 6em 0 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_intro {
    padding: 4em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_intro {
    padding: 1.3em 0 0.8em;
  }
}
#contents .con_intro .ss {
  color: #4f7310;
  font-size: 154%;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 1px;
  padding-left: 2.8em;
  position: relative;
  text-shadow: 2px -2px 3px rgba(255, 255, 255, 0.55), 2px 2px 3px rgba(255, 255, 255, 0.55), -2px 2px 2px rgba(255, 255, 255, 0.55);
}
#contents .con_intro .ss:before {
  position: absolute;
  left: -0.6em;
  bottom: -0.1em;
  width: 3em;
  height: 2.5em;
  display: block;
  content: "";
  background: url(../mail/images/ic_mail.png) left bottom no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  #contents .con_intro .ss {
    padding-left: 2.2em;
  }
  #contents .con_intro .ss:before {
    width: 2.3em;
  }
}
#contents .con_intro h3 {
  font-size: 231%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  border: 1px solid #4f7310;
  padding: .3em 0;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #contents .con_intro h3 {
    font-size: 154%;
  }
}
#contents .con_intro .txt {
  text-align: center;
  padding: 2% 0;
  font-size: 108%;
}
#contents .con_photo .box_row .box_item {
  float: left;
  width: 32%;
  background: #f2f2eb;
  margin: 0 0 0 2%;
}
@media only screen and (max-width: 767px) {
  #contents .con_photo .box_row .box_item {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_photo .box_row .box_item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_photo .box_row .box_item {
    margin: 4% 0;
  }
}
#contents .con_photo .box_row .box_item:first-child {
  margin-left: 0;
}
#contents .con_photo .box_row .box_item .img img {
  width: 100%;
  display: block;
}
#contents .con_photo .box_row .box_item .text {
  display: table;
  width: 100%;
  text-align: center;
  padding: 3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .con_photo .box_row .box_item .text p {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_photo .box_row .box_item .text p {
    display: inline-block;
    margin: 0.5em 0;
  }
}
#contents .con_photo .box_row .box_item .text p.cat {
  overflow: hidden;
}
#contents .con_photo .box_row .box_item .text p.cat span {
  display: block;
  background: #b15c10;
  color: #fff;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  font-size: 124%;
  padding: 0 .7em;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .con_photo .box_row .box_item .text p.txt {
  font-size: 154%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: 1.2;
}
#contents .con_photo .box_btn {
  clear: both;
  margin: 3% auto;
  text-align: center;
}
#contents .con_photo .box_btn .btn {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #d6d6d6));
  background: -moz-linear-gradient(#fcfcfc, #d6d6d6);
  background: -webkit-linear-gradient(#fcfcfc, #d6d6d6);
  background: linear-gradient(#fcfcfc, #d6d6d6);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFD6D6D6');
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  border: 1px solid #d6d6d6;
}
#contents .con_photo .box_btn .btn:before, #contents .con_photo .box_btn .btn:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#contents .con_photo .box_btn .btn > * {
  vertical-align: baseline;
  display: inline;
}
#contents .con_photo .box_btn .btn:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #contents .con_photo .box_btn .btn {
    padding: .8em 0;
  }
}
#contents .con_photo .box_btn .btn:hover {
  color: #4c4c4c;
}
#contents .con_photo .box_btn .btn a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #contents .con_photo .box_btn .btn {
    display: block;
    width: 100%;
    padding: .5em 0;
  }
}
#contents .con_mail {
  margin: 6em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_mail {
    margin: 5em auto;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_mail {
    margin: 2em auto;
  }
}
#contents .con_mail .txt {
  text-align: center;
}
#contents .con_mail table {
  width: 100%;
  margin: 3% auto 0;
  border: 1px solid #4f7310;
}
#contents .con_mail table th, #contents .con_mail table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1.5em;
}
#contents .con_mail table th {
  background: #4f7310;
  color: #fff;
  border-top: 1px solid #fff;
  font-weight: normal;
}
#contents .con_mail table th span {
  display: inline-block;
  color: #fff;
  background: #a00e0e;
  margin-left: .4em;
  padding: 0 .2em;
}
#contents .con_mail table td {
  border-top: 1px solid #4f7310;
  border-left: 1px solid #4f7310;
}
#contents .con_mail table td input[type="text"] ::-webkit-input-placeholder {
  color: #aaa !important;
}
#contents .con_mail table td input[type="text"] ::-moz-placeholder {
  color: #aaa !important;
}
#contents .con_mail table td input[type="text"] :-ms-input-placeholder {
  color: #aaa !important;
}
#contents .con_mail table td input[type="text"] :-moz-placeholder {
  color: #aaa !important;
}
#contents .con_mail table td input {
  padding: .7em;
  background: #f7ede6;
  border: 1px solid #f7ddcb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: .5em;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #contents .con_mail table td input {
    width: 100%;
    margin-right: 0;
  }
  #contents .con_mail table td span {
    display: block;
    padding-top: .5em;
  }
}
#contents .con_mail table tr:first-child th, #contents .con_mail table tr:first-child td {
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  #contents .con_mail table thead, #contents .con_mail table tbody, #contents .con_mail table tfoot, #contents .con_mail table tr, #contents .con_mail table th, #contents .con_mail table td {
    display: block;
    width: 100%;
  }
  #contents .con_mail table th {
    border-top: 1px solid #4f7310;
    text-align: center;
    padding: .3em 0;
  }
}
#contents .con_mail .btn {
  margin: 3% auto;
  text-align: center;
}
#contents .con_mail .btn button {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #d6d6d6));
  background: -moz-linear-gradient(#fcfcfc, #d6d6d6);
  background: -webkit-linear-gradient(#fcfcfc, #d6d6d6);
  background: linear-gradient(#fcfcfc, #d6d6d6);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFD6D6D6');
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  border: 1px solid #d6d6d6;
}
#contents .con_mail .btn button:before, #contents .con_mail .btn button:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#contents .con_mail .btn button > * {
  vertical-align: baseline;
  display: inline;
}
#contents .con_mail .btn button:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #contents .con_mail .btn button {
    padding: .8em 0;
  }
}
#contents .con_mail .btn button:hover {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  #contents .con_mail .btn button {
    display: block;
    width: 100%;
    margin-top: 4%;
    padding: .5em 0;
  }
}
