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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/*icon style*/
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #000000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 116%;
}
.ie body {
  font-size: 112%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 108%;
  }
}
body a {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #1a1a1a;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #333333;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1024px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
#page .txt_green {
  color: #4c6907;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  #page .txt_green {
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px #d6d6d6;
          box-shadow: 0px 1px 5px #d6d6d6;
  webkit-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
}

#header.fixed .box_lang {
  display: none;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 3%;
}
.header_top .box_logo {
  width: 30%;
}
.header_top .main_nav {
  width: 87%;
  text-align: right;
}
.header_top .main_nav li {
  display: inline-block;
  margin: 0 1em;
}
.header_top .main_nav li a {
  text-decoration: none;
  font-weight: 500;
}
.header_top .main_nav li a:hover {
  opacity: 0.6;
}
.header_top .main_nav li.box_lnk_rec {
  position: relative;
  font-weight: 500;
}
.header_top .main_nav li.box_lnk_rec ul {
  position: absolute;
  z-index: 1;
}
.header_top .main_nav li.box_lnk_rec ul li {
  overflow: hidden;
  height: 0;
  width: 100%;
  margin: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
.header_top .main_nav li.box_lnk_rec:hover > ul li {
  overflow: visible;
  width: 100%;
  text-align: center;
  padding: .3em;
  height: 20px;
  border: 1px solid #b3b3b3;
  right: 3%;
  top: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1409px) {
  .header_top {
    padding: 1% 2%;
  }
  .header_top .box_logo {
    width: 16%;
  }
  .header_top .main_nav {
    width: 84%;
  }
  .header_top .main_nav li {
    margin: 0 .5em;
  }
}
@media print {
  .header_top {
    padding: 1% 2%;
  }
  .header_top .box_logo {
    width: 16%;
  }
  .header_top .main_nav {
    width: 84%;
  }
  .header_top .main_nav li {
    margin: 0 .5em;
  }
}
.ie8 .header_top {
  padding: 1% 2%;
}
.ie8 .header_top .box_logo {
  width: 16%;
}
.ie8 .header_top .main_nav {
  width: 84%;
}
.ie8 .header_top .main_nav li {
  margin: 0 .5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1090px) {
  .header_top .box_logo {
    width: 13%;
  }
  .header_top .main_nav {
    width: 86%;
  }
  .header_top .main_nav li {
    margin: 0 .3em;
  }
}
@media print {
  .header_top .box_logo {
    width: 13%;
  }
  .header_top .main_nav {
    width: 86%;
  }
  .header_top .main_nav li {
    margin: 0 .3em;
  }
}
.ie8 .header_top .box_logo {
  width: 13%;
}
.ie8 .header_top .main_nav {
  width: 86%;
}
.ie8 .header_top .main_nav li {
  margin: 0 .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header_top .box_logo img {
    max-width: 120px;
  }
  .header_top .main_nav li {
    margin: 0 1em;
    text-align: center;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 850px) {
  .header_top .main_nav li {
    margin: 0 .4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header_top .main_nav li:first-child {
    padding: 10px 0;
  }
}

.box_lang {
  font-size: 13px;
  width: 160px;
  position: absolute;
  z-index: 99;
  margin-top: 2em;
  right: 11%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1279px) {
  .box_lang {
    right: 8%;
  }
}
@media (max-width: 1190px) {
  .box_lang {
    right: 9%;
    margin-top: 11em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.box_lang #langNow {
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box_lang #langNow .fa {
  float: right;
  padding-top: 2px;
}
.box_lang #langNow .fa::before {
  color: #b3b3b3;
}
.box_lang .nav {
  margin: 0 auto;
  padding: .3em;
  border: 1px solid #b3b3b3;
  background-color: rgba(255, 255, 255, 0.6);
}
.box_lang .nav li {
  position: relative;
  list-style: none;
  display: block;
  height: 20px;
  cursor: pointer;
}
.box_lang .nav li a {
  display: block;
  width: 75px;
  text-decoration: none;
}
.box_lang .nav li ul {
  position: absolute;
}
.box_lang .nav li ul li {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
.box_lang .nav li ul li ul {
  top: -7px;
  left: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lang .nav li ul li ul {
    left: 161px;
  }
}
.box_lang .nav:hover {
  background-color: #b3b3b3;
}
.box_lang .nav li:hover > ul > li {
  overflow: visible;
  width: 150.7px;
  padding: .3em;
  height: 20px;
  border: 1px solid #b3b3b3;
  right: 3%;
  top: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lang .nav li:hover > ul > li {
    width: 150px;
  }
}
.box_lang .nav li:hover > ul > li:hover {
  background-color: #b3b3b3;
}
.box_lang .nav li ul li ul li:hover {
  background-color: #b3b3b3;
}
.box_lang .nav li ul li .all_lang li {
  width: 75px;
}
@media only screen and (max-width: 1190px) {
  .box_lang {
    right: 9%;
    margin-top: 11em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media print {
  .box_lang {
    right: 9%;
    margin-top: 11em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.ie8 .box_lang {
  right: 9%;
  margin-top: 11em;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  .box_lang {
    right: 12%;
  }
}

.box_anchor {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 999;
  -webkit-transform: translate(-50%, -19%);
  transform: translate(-50%, -19%);
}
.box_anchor .nav_list li {
  padding: 20px 0;
}
.box_anchor .nav_list li a {
  text-align: right;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dededd;
}
.box_anchor .nav_list li a:hover {
  opacity: 1;
  background: #8aaf2f;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .box_anchor .nav_list li {
    padding: .7em 0;
  }
  .box_anchor .nav_list li a {
    width: 10px;
    height: 10px;
  }
}
.box_anchor .nav_list li.active a {
  opacity: 1;
  background: #8aaf2f;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .box_anchor {
    right: 1%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .header_top {
    padding: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .header_top .box_logo {
    width: 55%;
    padding: 1% 0;
    text-align: center;
    background: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .header_top .box_logo {
    padding: 0;
    width: 34%;
  }
  .header_top .box_logo img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 375px) {
  .header_top .box_logo {
    padding: 1.5% 0;
  }
  .header_top .box_logo img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .header_top .box_hd {
    width: 15%;
    padding: 2% 0;
    color: #fff;
    text-align: center;
    font-size: 134%;
    cursor: pointer;
  }
  .header_top .box_hd.box_phone {
    background: #d1d1d1;
  }
  .header_top .box_hd.box_phone i {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    color: #FFFFFF !important;
  }
  .header_top .box_hd.box_calendar {
    background: #7fa81c;
  }
  .header_top .box_hd.btn_hbg {
    background: #000;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 376px) and (max-width: 544px) {
  .header_top .box_hd {
    padding: 2.5% 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 375px) {
  .header_top .box_hd {
    padding: 4% 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    z-index: 9999;
    position: fixed;
    overflow-y: scroll;
    top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_nav_sp {
    overflow-y: unset;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .list_menu_sp {
    bottom: 0;
    padding: 3em 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_nav_sp .list_menu_sp {
    padding: 8em 0 0;
  }
  .box_nav_sp .list_menu_sp .lst_menu {
    font-size: 140%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .list_menu_sp .container {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
  }
  .box_nav_sp .list_menu_sp .lst_menu {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_nav_sp .list_menu_sp .lst_menu {
    font-size: 170%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .list_menu_sp .lst_menu li {
    text-align: left;
    margin-bottom: 1em;
  }
  .box_nav_sp .list_menu_sp .lst_menu li a {
    text-decoration: none;
    color: #fff;
  }
  .box_nav_sp .list_menu_sp .lst_menu li.exter_lnk a::after {
    content: "\f08e";
    font-family: "FontAwesome";
    display: inline-block;
    padding-left: 1em;
  }
  .box_nav_sp .list_menu_sp .lst_menu li.box_lnk_rec .st_rec::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 90%;
    display: inline-block;
    margin-left: 1em;
  }
  .box_nav_sp .list_menu_sp .lst_menu li.box_lnk_rec .st_rec.active::after {
    content: "\f106";
  }
  .box_nav_sp .list_menu_sp .lst_menu li.box_lnk_rec .lst {
    display: none;
  }
  .box_nav_sp .list_menu_sp .lst_menu li.box_lnk_rec .lst li {
    margin: 0;
  }
  .box_nav_sp .list_menu_sp .lst_menu li.box_lnk_rec .lst li a {
    color: #fff;
    text-indent: 1em;
    text-decoration: none;
    padding: .5em 0;
    display: block;
  }
  .box_nav_sp .list_menu_sp .lst_menu::after {
    content: "";
    width: 3em;
    height: 1px;
    display: block;
    background: #7fa81c;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 425px) {
  .box_nav_sp .list_menu_sp {
    padding: 5em 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_nav_sp .box_lang_sp {
    font-size: 140%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .box_lang_sp .st {
    font-weight: normal;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
    line-height: 1;
    margin-bottom: 1.5em;
  }
  .box_nav_sp .box_lang_sp .st::before {
    content: "";
    background: url(../images/common/ic_lang.png) no-repeat top left;
    width: 26px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 28%;
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 425px) {
  .box_nav_sp .box_lang_sp .st::before {
    background-size: 70%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .box_lang_sp .item_lang .st_lang {
    text-align: center;
    font-weight: normal;
    border: 1px solid #fff;
    padding: .5em 1em;
    cursor: pointer;
  }
  .box_nav_sp .box_lang_sp .item_lang .st_lang::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 90%;
    display: inline-block;
    float: right;
  }
  .box_nav_sp .box_lang_sp .item_lang .st_lang.active::after {
    content: "\f106";
  }
  .box_nav_sp .box_lang_sp .item_lang .lst {
    text-align: center;
    display: none;
  }
  .box_nav_sp .box_lang_sp .item_lang .lst li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: .5em 0;
    display: block;
  }
  .box_nav_sp .box_lang_sp .item_lang.nishi_lang {
    margin-bottom: 1em;
  }
  .box_nav_sp .header_top {
    line-height: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
  }
  .box_nav_sp .box_logo {
    background: #fff;
    padding: 1% 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 375px) {
  .box_nav_sp .box_logo {
    padding: 1.5% 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .box_nav_sp .btn_close:not(.box_hd) {
    background: #7fa81c;
    text-align: center;
    color: #fff;
    margin-top: 2em;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 1.5em 0;
    cursor: pointer;
  }
}
/* -----------------------------------------------------------
	box_search
----------------------------------------------------------- */
select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

.box_search {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_search.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  webkit-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_search .con_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.34);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
  border-radius: .3em;
}
.box_search .con_form dl {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl {
    margin-bottom: 2em;
  }
}
.box_search .con_form dl dt {
  color: #fff;
  font-size: 87%;
  margin-bottom: .5em;
}
.box_search .con_form dl dd select, .box_search .con_form dl dd input[type="text"] {
  background: #fff;
  border-radius: .3em;
  font-size: 13px;
  height: 33px;
  border: none;
  cursor: pointer;
  padding: 0 .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl dd select, .box_search .con_form dl dd input[type="text"] {
    font-size: 100%;
    height: auto;
    padding: .6em .5em;
    border-radius: 0;
  }
}
.box_search .con_form dl.box_sta dd, .box_search .con_form dl.box_per dd, .box_search .con_form dl.box_roo dd {
  background: #fff;
  border-radius: .3em;
  position: relative;
}
.box_search .con_form dl.box_sta dd select, .box_search .con_form dl.box_per dd select, .box_search .con_form dl.box_roo dd select {
  background: transparent;
  position: relative;
  z-index: 10;
  padding: 0 1.2em;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl.box_sta dd select, .box_search .con_form dl.box_per dd select, .box_search .con_form dl.box_roo dd select {
    width: 100%;
  }
}
.box_search .con_form dl.box_sta dd select:focus, .box_search .con_form dl.box_per dd select:focus, .box_search .con_form dl.box_roo dd select:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl.box_sta dd select, .box_search .con_form dl.box_per dd select, .box_search .con_form dl.box_roo dd select {
    padding: .6em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl.box_sta dd, .box_search .con_form dl.box_per dd, .box_search .con_form dl.box_roo dd {
    border-radius: 0;
  }
}
.box_search .con_form dl.box_sta dd span, .box_search .con_form dl.box_per dd span, .box_search .con_form dl.box_roo dd span {
  position: absolute;
  right: 0.5em;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl.box_sta dd span, .box_search .con_form dl.box_per dd span, .box_search .con_form dl.box_roo dd span {
    color: #000;
    font-size: 100%;
    right: auto;
    left: 15%;
  }
}
@media all and (-ms-high-contrast: none) {
  .box_search .con_form dl.box_sta {
    margin-left: -8em;
  }
}
@-moz-document url-prefix() {
  .box_search .con_form dl.box_sta {
    margin-left: -8em;
  }
}
.box_search .con_form dl.box_day dd {
  position: relative;
  cursor: pointer;
}
.box_search .con_form dl.box_day dd .datepicker {
  background: url(../images/common/ic_calendar_search.png) no-repeat;
  background-color: #fff;
  background-position: right 5% bottom 50%;
}
@media all and (-ms-high-contrast: none) {
  .box_search .con_form dl.box_day dd input {
    width: 50%;
  }
}
@-moz-document url-prefix() {
  .box_search .con_form dl.box_day dd input {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_search .con_form dl.box_day dd i {
    position: absolute;
    top: 50%;
    right: 2%;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_search .con_form dl.box_day dd input[type="text"] {
    width: 95%;
  }
}
.box_search .con_form .btn {
  width: 150px;
}
.box_search .con_form .btn button {
  cursor: pointer;
  height: 100%;
  background: #7fa81c;
  width: 100%;
  border: 1px solid #6f6e6e;
  color: #fff;
  border-radius: .3em;
}
@media only screen and (min-width: 995px) and (max-width: 1315px) {
  .box_search {
    max-width: 620px;
    left: 50%;
  }
  .box_search .con_form {
    padding: 2em 1em;
  }
}
@media print {
  .box_search {
    max-width: 620px;
    left: 50%;
  }
  .box_search .con_form {
    padding: 2em 1em;
  }
}
.ie8 .box_search {
  max-width: 620px;
  left: 50%;
}
.ie8 .box_search .con_form {
  padding: 2em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 994px) {
  .box_search {
    max-width: 620px;
    left: 18%;
    -webkit-transform: none;
            transform: none;
  }
  .box_search .con_form {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  .box_search {
    left: 10%;
    -webkit-transform: none;
            transform: none;
  }
  .box_search .con_form {
    padding: 1.5em .3em;
  }
  .box_search .con_form .btn {
    width: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .box_search {
    max-width: none;
    display: inline-block;
    background: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    z-index: 9999;
    position: fixed;
    overflow-y: scroll;
    top: 0;
  }
  .box_search .ttl {
    padding: 2em 2em 0;
    font-weight: normal;
  }
  .box_search .con_form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box_search .con_form dl {
    width: 100%;
  }
  .box_search .con_form dl dd select, .box_search .con_form dl dd input[type="text"] {
    width: 100%;
  }
  .box_search .con_form dl.box_sta, .box_search .con_form dl.box_per, .box_search .con_form dl.box_roo {
    width: 49%;
  }
  .box_search .con_form .btn {
    width: 100%;
  }
  .box_search .con_form .btn button {
    font-size: 100%;
    border-radius: 0;
    padding: 1em .5em;
  }
  .box_search .btn_close:not(.box_hd) {
    background: #fff;
    text-align: center;
    color: #000;
    margin-top: 2em;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 1.5em 0;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  padding: 2.5em 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 1.5em 0;
  }
}
#footer .container_ft {
  max-width: 1395px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1395px) {
  #footer .container_ft {
    max-width: 95%;
  }
}
@media print {
  #footer .container_ft {
    max-width: 95%;
  }
}
.ie8 #footer .container_ft {
  max-width: 95%;
}
#footer .container_sml {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #footer .container_sml {
    max-width: 86%;
  }
}
@media print {
  #footer .container_sml {
    max-width: 86%;
  }
}
.ie8 #footer .container_sml {
  max-width: 86%;
}
@media only screen and (max-width: 767px) {
  #footer .container_sml {
    max-width: 85%;
  }
}
#footer .con_infor_contact {
  margin-bottom: 2em;
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact {
    margin-bottom: 1.5em;
  }
}
#footer .con_infor_contact .container_sml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .con_infor_contact .container_sml .img_logo {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .container_sml .img_logo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .container_sml .img_logo {
    text-align: center;
  }
}
#footer .con_infor_contact .container_sml .logo_ft {
  margin-bottom: .5em;
}
#footer .con_infor_contact .container_sml .infor_office {
  width: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_infor_contact .container_sml .infor_office {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .container_sml .infor_office {
    width: 100%;
  }
}
#footer .con_infor_contact .container_sml .infor_office .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
}
#footer .con_infor_contact .container_sml .infor_office .social li {
  width: 17%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .container_sml .infor_office .social li {
    width: 20%;
  }
}
#footer .con_infor_contact .container_sml .infor_office .social li a {
  width: 2.6em;
  height: 2.6em;
  border: 1px solid #d1d1d1;
  display: table-cell;
  vertical-align: middle;
  border-radius: .3em;
  -webkit-box-shadow: 1px 1px 0px #d1d1d1;
          box-shadow: 1px 1px 0px #d1d1d1;
  line-height: 0;
}
#footer .con_infor_contact .container_sml .infor_office .social li a:hover {
  opacity: .8;
}
#footer .con_infor_contact .container_sml .infor_office .social li .fa::before {
  color: #d1d1d1;
  font-size: 23px;
}
#footer .con_infor_contact .container_sml .infor_office .social li.sc_hatena img {
  width: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 915px) {
  #footer .con_infor_contact .container_sml .infor_office .social li {
    width: 20%;
  }
}
#footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) {
  display: contents;
}
#footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) a {
  width: 9em;
  text-decoration: none;
}
#footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) .fa {
  margin-top: 8px;
}
@media only screen and (max-width: 490px) {
  #footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) .fa {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 350px) {
  #footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) .fa {
    margin-top: 6%;
  }
}
#footer .con_infor_contact .container_sml .infor_office .syogetsu li:nth-child(3n) span {
  position: relative;
  top: -3px;
  margin-left: 4%;
}
#footer .con_infor_contact .container_sml .infor_office .lnk_gg {
  padding: 15px 0 10px;
}
#footer .con_infor_contact .container_sml .infor_office .lnk_gg a {
  color: #85b100;
  text-decoration: unset;
}
#footer .con_infor_contact .container_sml .infor_office .lnk_gg a::after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #85b100;
  font-size: 98%;
  padding-left: 1em;
}
#footer .con_infor_contact .container_sml .infor_office .lnk_gg a:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .container_sml .img_logo {
    margin-bottom: 2em;
  }
  #footer .con_infor_contact .container_sml .infor_office {
    margin-bottom: 2.5em;
  }
  #footer .con_infor_contact .container_sml .infor_office p {
    font-size: 98%;
  }
  #footer .con_infor_contact .container_sml .infor_office a {
    color: #85b100;
    text-decoration: unset;
  }
  #footer .con_infor_contact .container_sml .infor_office a:hover {
    color: #000000;
  }
}
#footer .con_infor_contact .page_top {
  max-width: 1250px;
  width: 100%;
  margin: 1em auto 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  #footer .con_infor_contact .page_top {
    max-width: 95%;
  }
}
@media print {
  #footer .con_infor_contact .page_top {
    max-width: 95%;
  }
}
.ie8 #footer .con_infor_contact .page_top {
  max-width: 95%;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor_contact .page_top {
    max-width: 85%;
    line-height: 0;
  }
}
#footer .con_banner_btm {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  #footer .con_banner_btm {
    margin-bottom: 1.5em;
  }
}
#footer .con_banner_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .con_banner_btm ul li {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  #footer .con_banner_btm ul li {
    width: 49%;
  }
}
#footer .con_banner_btm ul li img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #footer .con_banner_btm ul li {
    margin-bottom: .5em;
  }
  #footer .con_banner_btm ul li img {
    width: 100%;
  }
}
#footer #copyright {
  text-align: center;
  font-size: 74%;
  letter-spacing: 0.6em;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    letter-spacing: 0.2em;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	style button
----------------------------------------------------------- */
.box_btn {
  display: inline-block;
  text-align: center;
}
.box_btn .btn {
  display: inline-block;
  margin: 0 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn .btn {
    margin: 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn {
    margin: 0 1em;
  }
}
.box_btn .btn a {
  display: inline-block;
  padding: 1em 0;
  min-width: 250px;
  position: relative;
  text-decoration: none;
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn .btn a {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn a {
    font-size: 87%;
  }
}
.box_btn .btn a span {
  display: block;
  position: relative;
  z-index: 1;
}
.box_btn .btn a span::before {
  content: "";
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 15px;
  height: 1px;
  top: 50%;
  left: -1em;
}
.box_btn .btn a span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
}
.box_btn .btn a:hover span {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}
.box_btn .btn a:hover span::before {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: auto;
  right: 0;
}
.box_btn .btn a:hover span::after {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  right: -1em;
  left: auto;
}
.box_btn .btn.btn_black a {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_btn .btn.btn_black a span::before {
  background: #000000;
}
.box_btn .btn.btn_black a span::after {
  background: #fff;
}
.box_btn .btn.btn_black a:hover {
  background: #fff;
  color: #000000;
}
.box_btn .btn.btn_black a:hover span::after {
  background: #000000;
}
.box_btn .btn.btn_green a {
  background: #fff;
  color: #000000;
  border: 1px solid #8aaf2f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_btn .btn.btn_green a span::before {
  background: #8aaf2f;
}
.box_btn .btn.btn_green a span::after {
  background: #8aaf2f;
}
.box_btn .btn.btn_green a:hover {
  background: #8aaf2f;
  color: #fff;
}
.box_btn .btn.btn_green a:hover span::before {
  background: #fff;
}
.box_btn .btn.btn_white a {
  border: 1px solid #fff;
  color: #fff;
}
.box_btn .btn.btn_white a span::before {
  background: #fff;
}
.box_btn .btn.btn_white a span::after {
  background: #fff;
}
.box_btn .btn.btn_white a:hover {
  background: #fff;
  color: #000000;
}
.box_btn .btn.btn_white a:hover span {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}
.box_btn .btn.btn_white a:hover span::before {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: auto;
  right: 0;
  background: #000000;
}
.box_btn .btn.btn_white a:hover span::after {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  right: -1em;
  left: auto;
  background: #fff;
}

/* -----------------------------------------------------------
	style ttl has border bottom
----------------------------------------------------------- */
.ttl_bdr {
  font-size: 147%;
  font-weight: normal;
  letter-spacing: .2em;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2.7em;
  line-height: 1.85;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ttl_bdr {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bdr {
    font-size: 107%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ttl_bdr {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bdr {
    padding-bottom: 0.6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ttl_bdr {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bdr {
    margin-bottom: 0.5em;
  }
}
.ttl_bdr::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1px;
  background: #8aaf2f;
  position: absolute;
  bottom: 0;
  left: 0;
}
