@charset "utf-8";
/* jsor common.css */
html {
  height: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "Meiryo", "CI", "lr oSVbN";
  font-feature-settings: "pkna"1;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
.cf {
  min-height: 1px;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
body {
  line-height: 1;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: underline;
  color: #2AA23F;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  color: #FF8C96;
}
/* change colours to suit your needs */
ins {
  background-color: #FFFFF9;
  color: #000000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
body {
  font-size: 15px;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {}
header li {
  display: table-cell;
}
header li a {
  font-size: 13px;
  text-decoration: none;
  color: #7D6B65;
}
header li a:hover {
  color: #978984;
}
header li:first-child a { /*--一時的にリンクを切る--*/
  pointer-events: none;
}
/*--検索ボックス--*/
header .search {
  background-color: #EFEDEC;
}
.gsc-search-box {
  margin-bottom: 0 !important;
}
header .search .gsc-control-cse {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
header .search .gsc-control-cse table td.gsc-input {
  padding: 0;
}
header .search .gsc-control-cse table td.gsc-search-button {
  padding: 0 0 0 15px;
}
/*header .search input[type="search"] {
      border: none;
    }
    header .search input[type="search"]::placeholder {
      font-size: 12px;
      color: #D6D1CF;
    }
    header .search input[type="button"] {
      text-indent: -9999px;
      background: url("../img/imgSearch01.png") no-repeat #7D6B65 center center;
      border: none;
    }
    header .search input[type="button"]:hover {
      background-color: #978984;
    }*/
header .search input[type="search"] {
  width: 300px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  border: none;
}
header .search input[type="search"]::placeholder {
  font-size: 12px;
  color: #D6D1CF;
}
header .search input[type="button"] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-indent: -9999px;
  background: url("../img/imgSearch01.png") no-repeat #7D6B65 center center;
  background-size: 20px;
  border: none;
}
header .search input[type="button"]:hover {
  background-color: #978984;
}
/*==========================================
グローバルナビのスタイル
===========================================*/
nav {
  margin-bottom: 40px;
  background-color: #FF8C96;
}
nav > ul {
  width: 988px;
  margin: 0 auto;
  display: table;
  position: relative;
}
nav > ul > li {
  display: table-cell;
  cursor: pointer;
}
nav > ul > li > a {
  padding: 0 25px;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 1.25px;
  white-space: nowrap;
  position: relative;
  display: block;
}
nav > ul > li > a:hover {
  color: #FFFFFF;
}
nav > ul > li > a:after {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -6px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
nav > ul > li:first-child a {
  padding: 0;
  position: static;
  pointer-events: auto;
}
nav > ul > li:first-child a:after {
  display: none;
}
nav > ul > li:first-child img {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
}
/*--サブメニュー--*/
.dropmenu {
  width: 1000px;
  padding: 15px 0;
  display: none;
  margin-left: -500px;
  position: absolute;
  left: 50%;
  z-index: 2;
}
.dropmenu li {
  /*width: 230px;*/
  float: left;
  margin-right: 30px;
}
.dropmenu li a {
  padding: 0 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #FFFFFF;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  display: block;
}
.dropmenu li a:before {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 12px;
}
.dropmenu li a:hover {
  color: #FF8C96;
}
.dropmenu li a:hover:before {
  border-top: 2px solid #FF8C96;
  border-right: 2px solid #FF8C96;
}
.dropmenu li.two {
  /* width: 460px;*/
}
.dropmenu li.three {
  /*width: 305px;*/
}
/*.dropmenu li.jmor {
    margin-left: 230px;
  }*/
/*.dropmenu li.login {
    margin-left: 305px;
  }*/
.drop_back {
  width: 100%;
  height: 140px;
  display: none;
  position: absolute;
  left: 0;
  top: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.drop_page {
  background-color: #636263;
}
/*==========================================
メインのスタイル
===========================================*/
main {
  margin-bottom: 40px;
  padding: 60px 0;
  background-color: #F7F6F7;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
  background: linear-gradient(to right, #FFA051 50%, #FF8C96 100%);
}
/* その他のスタイル */
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.text {
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
p {
  line-height: 160%;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.red {
  color: #931C3F;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
/* テキストボックス */
.box01 {
  text-align: center;
  font-weight: bold;
  background-color: #FEF3F4;
  border-radius: 7px;
  padding: 20px 30px;
  border: #931C3F 1px solid;
  margin-bottom: 40px;
}
.box02 {
  text-align: left;
  font-weight: normal;
  background-color: #FEF3F4;
  line-height: 150%;
  border-radius: 0px;
  padding: 20px 30px;
  border: #931C3F 1px solid;
  margin-bottom: 40px;
}
.box02 ul li {
  margin-bottom: 5px;
}
/* リスト関連 */
.li_arrow {}
.li_arrow li {
  margin: 7px 0;
  padding-left: 15px;
  line-height: 26px;
  position: relative;
}
.li_arrow li:before {
  content: '';
  width: 4px;
  height: 4px;
  margin-top: 7px;
  border: 3px solid #931C3F;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.li_none {}
.li_none li {
  margin: 5px 0;
  line-height: 26px;
}
.dl_none {}
.dl_none dt {
  margin-bottom: 10px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FEE8EA 0%);
  display: inline-block;
}
.dl_none dd {
  margin-bottom: 15px;
  line-height: 26px;
}
li.break {
  word-wrap: break-word;
}
/* ナンバー */
.number {
  padding-left: 25px;
  position: relative;
}
.number em {
  content: '';
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* リンク関連 */
.links {
  width: 100%;
  border: 5px solid #E9F5EB;
  border-radius: 2px;
}
.links li {
  border-bottom: 1px dotted #E9F5EB;
}
.links li:last-child {
  border-bottom: none;
}
.links li a {
  padding: 12px 20px 12px 37px;
  line-height: 25px;
  display: block;
  position: relative;
}
.links li a:before {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #2AA23F;
  border-right: 2px solid #2AA23F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}
.links li a.double-link {
  display: inline-block;
}
.links li a.last-link {
  padding-left: 5px;
  padding-left: 5px;
}
.links li a.last-link::before {
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding-left: 0;
}
/* ボタン関連 */
.button {
  text-align: center;
}
.button a {
  padding: 18px 60px;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 1px;
  background-color: #2AA23F;
  box-shadow: 0 3px 0 #1D712B;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.button a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}
.button a:after {
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
}

.basic-table {
  width: 100%;
}
.basic-table th {
  width: 60px;
  padding: 10px;
  font-weight: normal;
  line-height: 150%;
  border: 1px solid #999;
  vertical-align: middle;
  text-align: center;
  background: #ffc2c7;
}
.basic-table td {
  padding: 10px;
  line-height: 150%;
  border: 1px solid #999;
}

/*awano*/
.right-adress {
  float: right;
}
.b-text {
  font-weight: bold;
  padding-bottom: 10px;
}
.yokoku {
  display: inline-block;
  padding: 2px 10px 2px 10px;
  background-color: #FFE4E1;
  font-size: 13px;
  border: solid #ff0000;
}
.yokoku a {
  color: #ff0000;
}
.yokoku a:hover {
  opacity: 0.5;
}
.number-title {
  margin: 20px 0px 20px;
  text-align: center;
}
.toiawase {
  display: inline-block;
  background-color: rgba(217, 10, 10, 0.6);
  padding: 5px 15px;
  border-radius: 5px;
  border: solid 3px rgba(217, 10, 10, 0.6);
  font-weight: bolder;
  font-size: 1.3 em;
}
.toiawase a {
  text-decoration: none !important;
}