@charset "UTF-8";
.container, .con_lnk, body .mfp-content .con_popup {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .container, .con_lnk, body .mfp-content .con_popup {
    width: 91.66667%;
  }
}

#header .con_header:after, #header .con_header .box_right ul:after, #footer .out_menu ul:after, .fix_menu ul:after, .fixmenu .box_menu .list_menu:after, .fixmenu .box_menu .list_menu_book:after, .fixmenu .box_menu .list_menu_en:after, html.lower #contents .con_intro:after {
  content: "";
  display: table;
  clear: both;
}

/*@include dots(#color1,#color2,width);*/
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #fff;
  background: #161616;
  -webkit-text-size-adjust: none;
  font-size: 93%;
}
.ie body {
  font-size: 90%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 85%;
  }
}
body * {
  letter-spacing: 0.01em !important;
}
body a {
  color: #fff;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body, pre, input, textarea, select {
  font-family: "Heebo", sans-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 #abi_page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1280px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  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 {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s 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 {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#abi_page {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  #abi_page {
    font-size: 100% !important;
  }
}

#header {
  height: 100%;
  width: 100%;
}
#header .con_header {
  z-index: 100;
  width: 100%;
}
#header .con_header .box_left {
  float: left;
  padding: 1em 0 1em 1em;
}
#header .con_header .box_left .box_logo {
  display: inline-block;
  vertical-align: middle;
}
#header .con_header .box_right {
  float: right;
}
#header .con_header .box_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#header .con_header .box_right ul li {
  float: left;
}
#header .con_header .box_right ul li > a {
  font-family: "Heebo", sans-serif;
  text-decoration: none;
  padding: 1.8em 1.8em;
  display: block;
  position: relative;
  letter-spacing: 0;
}
#header .con_header .box_right ul li > a:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #625b55;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .con_header .box_right ul li > a:hover:before, #header .con_header .box_right ul li > a.active:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header .con_header .box_right ul li.lnk_res .con_lang, #header .con_header .box_right ul li.lnk_res .con_lang_lan {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  display: block;
  background: #828282;
  color: #FFF;
}
#header .con_header .box_right ul li.lnk_res .con_lang .st, #header .con_header .box_right ul li.lnk_res .con_lang_lan .st {
  padding: 1.8em 1.8em;
  letter-spacing: .08em;
  font-size: 109%;
  position: relative;
}
#header .con_header .box_right ul li.lnk_res .con_lang .st a, #header .con_header .box_right ul li.lnk_res .con_lang_lan .st a {
  text-decoration: none;
  color: #fff;
}
#header .con_header .box_right ul li.lnk_res .con_lang ul, #header .con_header .box_right ul li.lnk_res .con_lang_lan ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
#header .con_header .box_right ul li.lnk_res .con_lang ul li, #header .con_header .box_right ul li.lnk_res .con_lang_lan ul li {
  border-bottom: 1px dotted #CCC;
  float: none;
}
#header .con_header .box_right ul li.lnk_res .con_lang ul li a, #header .con_header .box_right ul li.lnk_res .con_lang_lan ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: .4em;
  background: #625b55;
  color: #FFF;
  -moz-transition: background 400ms ease-out;
  -o-transition: background 400ms ease-out;
  -webkit-transition: background 400ms ease-out;
  transition: background 400ms ease-out;
}
#header .con_header .box_right ul li.lnk_res .con_lang ul li a:hover, #header .con_header .box_right ul li.lnk_res .con_lang_lan ul li a:hover {
  background: #313131;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_right ul li.lnk_res .con_lang.wrp_lang, #header .con_header .box_right ul li.lnk_res .con_lang_lan.wrp_lang {
    position: absolute;
    top: 1em;
    right: 1em;
  }
}
#header .con_header .box_right ul li.lnk_res .con_lang.wrp_lang .st, #header .con_header .box_right ul li.lnk_res .con_lang_lan.wrp_lang .st {
  line-height: 1.5;
  font-size: 100%;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan {
  background: #828282 !important;
  color: #fff !important;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan:before, #header .con_header .box_right ul li.lnk_res .con_lang_lan:after {
  font-family: FontAwesome;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan > * {
  vertical-align: middle;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: .3em;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan ul li a {
  background: #828282 !important;
  color: #fff !important;
}
#header .con_header .box_right ul li.lnk_res .con_lang_lan ul li a:hover {
  background: #625b55 !important;
  color: #FFF !important;
}
#header .con_header .box_right ul li.lnk_res .con_lang {
  background: #625b55 !important;
  color: #FFF !important;
}
#header .con_header .repeater {
  background: #efefef;
}

@keyframes bg_searchanimation {
  0% {
    background-position: -30px -100px;
  }
  100% {
    background-position: 20px -100px;
  }
}
@keyframes bg_searchanimation_sp {
  0% {
    background-position: -50px -40px;
  }
  100% {
    background-position: 0px -40px;
  }
}
#footer {
  overflow: hidden;
  font-family: "Heebo", sans-serif;
}
#footer .box_kawaguchiko_forest {
  position: relative;
  padding: 16em 0;
}
@media only screen and (max-width: 767px) {
  #footer .box_kawaguchiko_forest {
    padding: 8em 0;
  }
}
#footer .box_kawaguchiko_forest h3 {
  color: #FFF;
  font-size: 126%;
  font-weight: normal;
  letter-spacing: .2em;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .box_kawaguchiko_forest h3 {
    font-size: 126%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_kawaguchiko_forest h3 {
    font-size: 117%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_kawaguchiko_forest h3 {
    line-height: 2;
    letter-spacing: .4em;
  }
}
#footer .box_kawaguchiko_forest:before {
  content: "";
  width: 120%;
  height: 100%;
  background: url(../../../files/images/common/bg_search.jpg) repeat-x;
  background-size: 100% auto;
  animation: bg_searchanimation 20s ease;
  animation-fill-mode: forwards;
  position: absolute;
  left: -10%;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .box_kawaguchiko_forest:before {
    background-image: url(../../../files/images/common/bg_search.jpg);
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_kawaguchiko_forest:before {
    background-image: url(../../../files/images/common/bg_search-sp.jpg);
    background-size: cover;
    animation: bg_searchanimation_sp 20s ease;
    animation-fill-mode: forwards;
  }
}
#footer .con_footer {
  overflow: hidden;
  padding: 8em 2.08333% 7em 4.16667%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 3em 0;
  }
}
#footer .con_footer .box_logo_add {
  max-width: 551px;
  float: left;
  display: table;
  padding: 0em 2em 2em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add {
    padding: 0%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1254px) {
  #footer .con_footer .box_logo_add {
    padding: 0;
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add {
    display: block;
    width: 100%;
  }
}
#footer .con_footer .box_logo_add .logo {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .logo {
    display: block;
    width: 25%;
    text-align: center;
    margin: 0 auto 1em;
  }
}
#footer .con_footer .box_logo_add .logo a {
  display: block;
}
#footer .con_footer .box_logo_add .txt_add {
  display: table-cell;
  line-height: 2;
  vertical-align: middle;
  letter-spacing: .1em;
  padding-left: 3em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_footer .box_logo_add .txt_add {
    padding-left: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    line-height: 1.3;
  }
}
#footer .con_footer .box_logo_add .txt_add .name_hotel {
  margin-bottom: 1em;
  font-size: 134%;
  letter-spacing: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_footer .box_logo_add .txt_add .name_hotel {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .name_hotel {
    font-size: 167%;
  }
}
#footer .con_footer .box_logo_add .txt_add .txt {
  letter-spacing: .2em;
}
#footer .con_footer .box_logo_add .txt_add .txt_tel {
  font-size: 175%;
  letter-spacing: .2em;
}
#footer .con_footer .box_logo_add .txt_add .txt_tel a, #footer .con_footer .box_logo_add .txt_add .txt_tel span {
  text-decoration: none;
}
#footer .con_footer .box_logo_add .txt_add .txt_soci {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .txt_soci {
    justify-content: center;
  }
}
#footer .con_footer .box_logo_add .txt_add .txt_soci p {
  margin-left: 1.5em;
}
#footer .con_footer .box_logo_add .txt_add .txt_soci p:first-child {
  margin-left: 0;
}
#footer .con_footer .box_logo_add .txt_add .txt_soci a {
  display: inline-block;
  padding: 10px 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .txt_soci a {
    margin: auto;
  }
}
#footer .con_footer .box_logo_add .txt_add .txt_soci a i {
  color: #fff;
  font-size: 200%;
}
#footer .con_footer .box_logo_add .txt_add .txt_soci .ic_weibo {
  width: 2em;
}
#footer .con_footer .box_logo_add .txt_add .txt_soci .ic_weibo img {
  width: 2em;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop {
  margin: 1em 0 .5em;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop a {
  font-size: 109%;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  letter-spacing: .2em;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop a:before, #footer .con_footer .box_logo_add .txt_add .btn_pop a:after {
  font-family: FontAwesome;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop a > * {
  vertical-align: middle;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  left: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#footer .con_footer .box_logo_add .txt_add .btn_pop a:hover:after {
  left: .5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .btn_pop a {
    display: block;
    font-size: 100%;
    max-width: 100%;
    margin: 0 auto .5em;
  }
}
#footer .con_footer .box_logo_add .txt_add .btn {
  width: 240px;
  margin: 1.5em auto 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_logo_add .txt_add .btn {
    width: 100%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .btn {
    width: 85%;
    margin: 1em auto;
  }
}
#footer .con_footer .box_logo_add .txt_add .btn a {
  padding: 0.8em 2em;
  border: 1px solid #777;
  text-align: center;
  display: block;
  font-size: 109%;
  text-decoration: none;
  letter-spacing: .2em;
}
#footer .con_footer .box_logo_add .txt_add .btn a:before, #footer .con_footer .box_logo_add .txt_add .btn a:after {
  font-family: FontAwesome;
}
#footer .con_footer .box_logo_add .txt_add .btn a > * {
  vertical-align: middle;
}
#footer .con_footer .box_logo_add .txt_add .btn a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  left: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#footer .con_footer .box_logo_add .txt_add .btn a:hover:after {
  left: .5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo_add .txt_add .btn a {
    display: block;
    font-size: 100%;
    max-width: 100%;
    margin: 0 auto .5em;
  }
}
#footer .con_footer .box_menu {
  width: 52.5%;
  float: right;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_footer .box_menu {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_menu {
    width: 0;
  }
}
#footer .con_footer .box_menu .list_menu_footer {
  width: 22%;
}
#footer .con_footer .box_menu .list_menu_footer.small {
  width: 18%;
}
#footer .con_footer .box_menu .list_menu_footer li a {
  text-decoration: none;
  padding: .6em 0;
  display: block;
  letter-spacing: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_footer .box_menu .list_menu_footer li a {
    letter-spacing: .2em;
  }
}
#footer .con_footer .box_menu .list_menu_footer li.lnk_en {
  margin-top: 1.2em;
}
#footer .out_menu {
  background: #f5f2ee;
  padding: 3em 2.08333% 3em 4.16667%;
}
@media only screen and (max-width: 767px) {
  #footer .out_menu {
    padding: 3em 1em;
  }
}
#footer .out_menu .logo {
  text-align: center;
}
#footer .out_menu ul {
  padding-top: 30px;
  display: grid;
  max-width: 750px;
  margin: 0 auto;
  gap: 8px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .out_menu ul {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .out_menu ul {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #footer .out_menu ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .out_menu ul {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .out_menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#footer .out_menu ul li {
  letter-spacing: .1em;
  text-align: center;
  position: relative;
}
#footer .out_menu ul li:before {
  content: "";
  height: 3em;
  width: 1px;
  background: #e4ddd4;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  #footer .out_menu ul li:before {
    height: 1.5em;
  }
}
#footer .out_menu ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1em 0;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #footer .out_menu ul li a {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .out_menu ul li:nth-child(5n+1):after {
    content: "";
    height: 3em;
    width: 1px;
    background: #e4ddd4;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #footer .out_menu ul li:nth-child(5n+1):after {
    height: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  #footer .out_menu ul li:nth-child(3n):before {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .out_menu ul.en {
    text-align: center;
  }
  #footer .out_menu ul.en li {
    margin-bottom: 1em;
    width: 25%;
  }
  #footer .out_menu ul.en li:nth-child(n+5) {
    margin-bottom: 0;
  }
  #footer .out_menu ul.en li:first-child:after {
    display: none;
  }
  #footer .out_menu ul.en li:nth-child(4n):before {
    display: none;
  }
  #footer .out_menu ul.en li:nth-child(n+4) {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .out_menu ul.en {
    text-align: center;
  }
  #footer .out_menu ul.en li {
    margin-bottom: 1em;
    width: 50%;
  }
  #footer .out_menu ul.en li:nth-child(n+4) {
    margin-bottom: 1em;
  }
  #footer .out_menu ul.en li:nth-child(3n):before {
    display: block;
  }
  #footer .out_menu ul.en li:nth-child(n+7) {
    margin-bottom: 1em;
  }
  #footer .out_menu ul.en li:nth-child(n+3) {
    margin-bottom: 0;
  }
  #footer .out_menu ul.en li:nth-child(2n):before {
    display: none;
  }
  #footer .out_menu ul.en li:nth-child(n+2) {
    margin-bottom: 1em;
  }
}
#footer .con_list_logo {
  text-align: center;
  overflow: hidden;
  background: #615b54;
  padding: 3em;
}
@media only screen and (max-width: 767px) {
  #footer .con_list_logo {
    padding: 1em 3%;
  }
}
#footer .con_list_logo ul li {
  display: inline-block;
  padding: 0 3em;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_list_logo ul li {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_list_logo ul li {
    padding: 0 1em;
  }
}
#footer .con_list_logo ul li:before {
  content: "";
  height: 3em;
  width: 1px;
  background: #746d65;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#footer .con_list_logo ul li:last-child:before {
  width: 0;
}
#footer .con_list_logo ul li.title_logo {
  color: #aca59d;
  font-size: 117%;
  letter-spacing: .3em;
}
@media only screen and (max-width: 767px) {
  #footer .con_list_logo ul li.title_logo {
    display: block;
    width: 100%;
  }
}
#footer #copyright {
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #copyright {
    display: none;
    position: fixed;
    left: 1em;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media print {
  #footer #copyright {
    display: none;
    position: fixed;
    left: 1em;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1279px) {
  #footer #copyright {
    text-align: center;
    padding: 1em 0 2em;
  }
}

#fixe_menu_pc {
  position: fixed;
  right: 2em;
  top: 1.2em;
  z-index: 101;
  display: none;
}
#fixe_menu_pc a {
  display: block;
  width: 50px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 134%;
}
#fixe_menu_pc a span {
  display: block;
  height: 2px;
  background: #615b54;
  width: 100%;
  margin: 14px auto;
}
#fixe_menu_pc a span:first-child {
  margin-top: 0;
}
#fixe_menu_pc a span:last-child {
  margin-bottom: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fix_menu {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 9;
  text-align: right;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.fix_menu .box_search_ep {
  -moz-transition: width 1s ease-in;
  -o-transition: width 1s ease-in;
  -webkit-transition: width 1s ease-in;
  transition: width 1s ease-in;
  overflow: hidden;
  width: 0;
  position: absolute;
  right: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  *zoom: 1;
  background: #262626;
  top: 0;
}
.fix_menu ul {
  position: relative;
}
.fix_menu ul li {
  text-align: center;
  font-family: "Heebo", sans-serif;
}
.fix_menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em .5em;
  display: inline-block;
  position: relative;
}
.fix_menu ul li a:before {
  content: "";
  width: 2.5em;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fix_menu ul li:first-child a:after {
  content: "";
  width: 2.5em;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fix_menu ul li.btn_top {
  border-top: none;
}
.fix_menu ul li.btn_top a:before {
  display: none;
}
.fix_menu ul li.btn_fade {
  display: none;
}
.fix_menu ul li.btn_search_expand {
  position: relative;
  z-index: 1;
}
.fix_menu ul li.btn_search_expand .title_search_ep {
  background: #615b54;
  color: #FFF;
  padding: 3.8rem 1rem;
  display: block;
  font-family: "Heebo", sans-serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu ul li.btn_search_expand .title_search_ep {
    padding: 2.8rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu ul li.btn_search_expand .title_search_ep {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu ul li.btn_search_expand .title_search_ep {
    padding: 2.4rem 1rem;
  }
}
.fix_menu ul li.btn_search_expand .title_search_ep i {
  display: block;
  font-size: 150%;
  margin-bottom: .2rem;
}
.fix_menu ul li.btn_search_expand:hover {
  cursor: pointer;
}
.fix_menu ul li.btn_search_expand.active .box_search_ep {
  width: 85rem;
}
.fix_menu ul li.btn_search_expand .box_search_ep .obj_search {
  width: 82rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu ul li.btn_search_expand .box_search_ep .obj_search {
    width: 55rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fix_menu ul li.btn_search_expand .box_search_ep .obj_search {
    width: 50rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu ul li.btn_search_expand.active .box_search_ep {
    width: 70rem;
  }
  .fix_menu ul li.btn_search_expand .box_search_ep .obj_search {
    width: 67rem;
  }
}
.fix_menu .con_seach {
  width: 100%;
  z-index: 0;
  padding: 0;
  background: none;
  height: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu .con_seach {
    width: 58rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu .con_seach {
    width: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fix_menu .con_seach {
    width: 53rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu .con_seach {
    float: right;
  }
}
.fix_menu .con_seach:before {
  display: none;
}
.fix_menu .con_seach .container_full {
  font-size: 1rem;
  padding: 3.2rem 2.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu .con_seach .container_full {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu .con_seach .container_full {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach .container_full {
    padding: 1.5rem 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fix_menu .con_seach .container_full {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu .con_seach .container_full {
    font-size: 1rem;
  }
}
.fix_menu .con_seach .container_full .box_search {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fix_menu .con_seach .container_full .box_search {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach .container_full .box_search ul {
    font-size: 71%;
    display: block;
  }
}
.fix_menu .con_seach .container_full .box_search ul li {
  width: 14%;
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach .container_full .box_search ul li {
    width: 12%;
  }
}
.fix_menu .con_seach .container_full .box_search ul li.date {
  width: 28%;
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach .container_full .box_search ul li.date {
    width: 17%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .fix_menu .con_seach .container_full .box_search ul li.btn_search {
    width: 17%;
  }
}
.fix_menu .con_seach .container_full .box_search ul li.btn_search button {
  padding: 1.5rem .5rem;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fix_menu .con_seach .container_full .box_search ul li.title_search .jp {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fix_menu .con_seach .container_full .box_search ul li {
    width: 12%;
  }
  .fix_menu .con_seach .container_full .box_search ul li.title_search {
    width: 16%;
  }
  .fix_menu .con_seach .container_full .box_search ul li.date {
    width: 29%;
  }
  .fix_menu .con_seach .container_full .box_search ul li.btn_search {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .fix_menu .con_seach .container_full .box_search ul li input[type='text'],
  .fix_menu .con_seach .container_full .box_search ul li select {
    font-size: 1.8rem;
  }
}
.fix_menu .con_seach .container_full .btns {
  display: none;
}

#fixnav-sp {
  font-family: "Heebo", sans-serif;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
}
#fixnav-sp ul {
  overflow: hidden;
  background: #FFF;
}
#fixnav-sp ul li {
  width: 25%;
  float: left;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
  font-size: 126%;
  border-left: 1px solid #777;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: .5em .2em;
  text-decoration: none;
  background: #262626;
  color: #fff;
}
#fixnav-sp ul li i {
  font-size: 134%;
  display: block;
  text-align: center;
  margin-bottom: .08em;
}
#fixnav-sp ul li:first-child a {
  border-left: none;
}
#fixnav-sp ul li.btn_res a {
  background: #615B54;
  border-color: #615B54;
  color: #FFF;
}
#fixnav-sp ul li#obj_menuBtn a {
  background: #262626;
  border-color: #E0D9C9;
}

body.fix_active {
  width: 100%;
  top: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.fix_active .fixOpenMenu {
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.fixmenu {
  font-family: "Heebo", sans-serif;
  position: fixed;
  z-index: -9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(22, 22, 22, 0.95);
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-overflow-scrolling: touch;
}
.fixmenu .fixmenu_inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fixmenu .fixmenu_inner {
    width: 95%;
  }
}
.fixmenu .fixmenu_inner h3 {
  font-size: 284%;
  color: #fff;
  text-align: center;
  margin: 1.5em 0;
  font-weight: normal;
}
.fixmenu .fixbtns.view_sp {
  width: 5em;
  float: right;
  top: 1em;
  right: 0;
  margin-top: .5em;
}
.fixmenu .box_menu {
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu {
    width: 95%;
  }
}
.fixmenu .box_menu .list_menu, .fixmenu .box_menu .list_menu_book, .fixmenu .box_menu .list_menu_en {
  width: 70%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fixmenu .box_menu .list_menu, .fixmenu .box_menu .list_menu_book, .fixmenu .box_menu .list_menu_en {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu, .fixmenu .box_menu .list_menu_book, .fixmenu .box_menu .list_menu_en {
    width: 100%;
  }
}
.fixmenu .box_menu .list_menu li, .fixmenu .box_menu .list_menu_book li, .fixmenu .box_menu .list_menu_en li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.fixmenu .box_menu .list_menu li a, .fixmenu .box_menu .list_menu_book li a, .fixmenu .box_menu .list_menu_en li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: .8em 3%;
  position: relative;
  font-size: 117%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.fixmenu .box_menu .list_menu li a:hover, .fixmenu .box_menu .list_menu_book li a:hover, .fixmenu .box_menu .list_menu_en li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu li a, .fixmenu .box_menu .list_menu_book li a, .fixmenu .box_menu .list_menu_en li a {
    font-size: 100%;
  }
}
.fixmenu .box_menu .list_menu {
  margin: 0 auto;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.fixmenu .box_menu .list_menu li {
  width: 50%;
  float: left;
}
.fixmenu .box_menu .list_menu li.full {
  width: 100%;
  text-align: center;
}
.fixmenu .box_menu .list_menu li.full a {
  background: #CCC;
  color: #FFF;
}
.fixmenu .box_menu .list_menu_book {
  margin: 2em auto 0;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #625b55;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu_book {
    margin: 1em auto 0;
  }
}
.fixmenu .box_menu .list_menu_book li {
  width: 25%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fixmenu .box_menu .list_menu_book li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu_book li {
    width: 50%;
  }
}
.fixmenu .box_menu .list_menu_book li a {
  color: #FFF;
}
.fixmenu .box_menu .list_menu_en {
  margin: 2em auto 0;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu_en {
    margin: 1em auto 0;
  }
}
.fixmenu .box_menu .list_menu_en li {
  width: 100%;
  background: #c0bfbe;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.btn_closeall {
  text-align: center;
  margin: 1.5em 0 3em;
}
@media only screen and (max-width: 767px) {
  .btn_closeall {
    margin-bottom: 2em;
  }
}
.btn_closeall .ic_close {
  width: 5.5em;
  padding-top: 0.5em;
  height: 5.5em;
  margin: auto;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
}
.btn_closeall .ic_close .line_close {
  height: 3.5em;
  width: 5em;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .btn_closeall .ic_close .line_close {
    height: 2.5em;
    width: 4em;
  }
}
.btn_closeall .ic_close .line_close:before, .btn_closeall .ic_close .line_close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 1em;
}
.btn_closeall .ic_close .line_close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_closeall .ic_close .line_close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_closeall .ic_close em {
  color: #000;
}
.btn_closeall .ic_close:hover {
  cursor: pointer;
}
.btn_closeall.btn_cltop {
  float: right;
  position: fixed;
  right: 1em;
  top: 1em;
  margin: 0;
  z-index: 99;
}

.con_seach {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding: 2.08333% 5.20833%;
  position: relative;
}
.con_seach .container_full {
  font-size: 1rem;
  padding: 2.08333%;
  background: #262626;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .container_full {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .container_full {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .container_full {
    padding: 1.04167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .container_full {
    font-size: 1rem;
  }
}
.con_seach .box_search {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 73%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_seach .box_search {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search {
    width: 80%;
  }
}
.con_seach .box_search ul {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .con_seach .box_search ul {
    display: block;
  }
}
.con_seach .box_search ul li {
  display: table-cell;
  width: 15%;
  padding: 0 1rem;
  vertical-align: bottom;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search ul li {
    width: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li {
    width: 30%;
    padding: 0 .3rem;
    float: left;
  }
  .con_seach .box_search ul li:nth-child(5) {
    margin-top: .5rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_seach .box_search ul li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3rem;
    width: 1px;
    background: #777;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_seach .box_search ul li:before {
    height: 2.5rem;
  }
}

.con_seach .box_search ul li .lbl {
  margin-bottom: .2rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .con_seach .box_search ul li .lbl {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li .lbl {
    font-size: .7rem;
  }
}
.con_seach .box_search ul li:last-child {
  border-right: none;
  padding-left: .5rem;
}
.con_seach .box_search ul li.title_search {
  position: relative;
  width: 20%;
  font-weight: normal;
  text-align: center;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search ul li.title_search {
    width: 15%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li.title_search {
    width: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.title_search {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    background: none;
  }
  .con_seach .box_search ul li.title_search:before {
    display: none;
  }
}
.con_seach .box_search ul li.title_search .jp {
  font-family: "Heebo", sans-serif;
  font-size: 130%;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search ul li.title_search .jp {
    font-size: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.title_search .jp {
    font-size: 130%;
  }
}
.con_seach .box_search ul li.title_search .jp:before, .con_seach .box_search ul li.title_search .jp:after {
  font-family: FontAwesome;
}
.con_seach .box_search ul li.title_search .jp > * {
  vertical-align: middle;
}
.con_seach .box_search ul li.title_search .jp:before {
  content: "";
  margin-right: .5em;
  display: block;
}
.con_seach .box_search ul li select, .con_seach .box_search ul li input[type='text'] {
  border: none;
  padding: .5rem;
  width: 100%;
  outline: none;
  background: none;
  box-sizing: border-box;
}
.mouse .con_seach .box_search ul li select:hover, .touch .con_seach .box_search ul li select.touchstart, .mouse .con_seach .box_search ul li input[type='text']:hover, .touch .con_seach .box_search ul li input[type='text'].touchstart {
  cursor: pointer;
}
.touch .con_seach .box_search ul li select, .touch .con_seach .box_search ul li input[type='text'] {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_seach .box_search ul li select.touchend, .touch .con_seach .box_search ul li input[type='text'].touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_seach .box_search ul li input[type='text'] {
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  padding: .5rem .5rem 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li input[type='text'] {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li input[type='text'] {
    font-size: 1rem;
    width: 98%;
  }
}
.touch .con_seach .box_search ul li input[type='text'] {
  color: #fff !important;
}
.con_seach .box_search ul li select {
  margin: 0 .3rem 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url("../images/common/ic_arrow.png") no-repeat 100% 63% transparent;
  filter: contrast(300%) invert(100%) saturate(0%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .5rem .5rem 0 0;
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  width: 100%;
  text-align: center;
}
.con_seach .box_search ul li select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li select {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li select {
    background: url("../images/common/ic_arrow.png") no-repeat 100% 50% transparent;
    filter: contrast(300%) invert(100%) saturate(0%);
    border: 1px solid #cecec3;
    padding: .2rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-position: 95% 50%;
    font-size: 1rem;
  }
}
.con_seach .box_search ul li.date {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.date {
    width: 100%;
    display: block;
    padding: .5rem 0;
    margin-bottom: 1rem;
  }
  .con_seach .box_search ul li.date:before {
    display: none;
  }
}
.con_seach .box_search ul li.date span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.date span {
    display: block;
  }
}
.con_seach .box_search ul li.date span > * {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.date span input {
    border: 1px solid #cecec3;
    padding: .2rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.con_seach .box_search ul li.date span:before, .con_seach .box_search ul li.date span:after {
  font-family: FontAwesome;
}
.con_seach .box_search ul li.date span > * {
  vertical-align: middle;
}
.con_seach .box_search ul li.date span:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 0;
  top: 63%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.date span:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.date span:after {
    top: 50%;
  }
}
.con_seach .box_search ul li.btn_search {
  padding: 0 0 0 2rem;
  width: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search ul li.btn_search {
    padding-left: 1rem;
    width: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.btn_search {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li.btn_search {
    font-size: 1.5rem;
  }
}
.con_seach .box_search ul li.btn_search:before {
  display: none;
}
.con_seach .box_search ul li.btn_search input[type='submit'], .con_seach .box_search ul li.btn_search button {
  background: #615b54;
  color: #FFF;
  padding: 1.5rem 1rem;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .box_search ul li.btn_search input[type='submit'], .con_seach .box_search ul li.btn_search button {
    padding: 1.2rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search ul li.btn_search input[type='submit'], .con_seach .box_search ul li.btn_search button {
    padding: 1.4rem 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li.btn_search input[type='submit'], .con_seach .box_search ul li.btn_search button {
    padding: 1rem;
  }
}
.con_seach .box_search ul li.btn_search input[type='submit']:before, .con_seach .box_search ul li.btn_search input[type='submit']:after, .con_seach .box_search ul li.btn_search button:before, .con_seach .box_search ul li.btn_search button:after {
  font-family: FontAwesome;
}
.con_seach .box_search ul li.btn_search input[type='submit'] > *, .con_seach .box_search ul li.btn_search button > * {
  vertical-align: middle;
}
.con_seach .box_search ul li.btn_search input[type='submit']:before, .con_seach .box_search ul li.btn_search button:before {
  content: "";
  margin-right: .5em;
  font-size: 134%;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_seach .box_search ul li.btn_search input[type='submit']:before, .con_seach .box_search ul li.btn_search button:before {
    font-size: 1rem;
  }
}
.con_seach .btns {
  overflow: hidden;
  *zoom: 1;
  margin-top: .5rem;
  padding-left: 2rem;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_seach .btns {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .btns {
    width: 100%;
  }
}
.con_seach .btns ul {
  overflow: hidden;
  *zoom: 1;
}
.con_seach .btns ul li {
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .btns ul li {
    float: left;
    padding: .5rem 1rem;
  }
  .con_seach .btns ul li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .btns ul li {
    float: left;
  }
}
.con_seach .btns ul li a {
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 0.2rem 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_seach .btns ul li a {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .btns ul li a {
    padding: 0.5rem;
  }
}
.con_seach .btns ul li a:before, .con_seach .btns ul li a:after {
  font-family: FontAwesome;
}
.con_seach .btns ul li a > * {
  vertical-align: middle;
}
.con_seach .btns ul li a:before {
  content: "";
  margin-right: .5em;
}
.con_seach .btns ul li:first-child {
  display: flex;
}
.con_seach .btns ul li:first-child a {
  color: #fff;
  background: #615b54;
}

.topicpath {
  overflow: hidden;
  *zoom: 1;
  margin: .5rem 0;
  display: inline-block;
  background: #f4f3f3;
  padding-right: 1rem;
  padding-left: 1.8rem;
}
.topicpath li {
  float: left;
  padding: .2rem 0;
}
.topicpath li a {
  padding: 0 1rem 0 0.5rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.topicpath li a:before, .topicpath li a:after {
  font-family: FontAwesome;
}
.topicpath li a > * {
  vertical-align: middle;
}
.topicpath li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 0;
  top: 0;
}
.topicpath li:last-child {
  margin-left: 0.5rem;
}

html.lower #contents.page_contents {
  position: relative;
}
html.lower #contents.page_contents::before {
  content: '';
  display: block;
  width: 882px;
  height: 367px;
  right: 0;
  position: absolute;
  top: 2%;
  background: url(../images/common/img_line_news.png) right top no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  html.lower #contents.page_contents::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents.page_contents::before {
    top: 1%;
  }
}
html.lower #contents.page_contents .page_title {
  text-align: center;
  padding: 4em 0 6em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 4em;
  position: unset;
}
@media only screen and (max-width: 767px) {
  html.lower #contents.page_contents .page_title {
    padding: 2em 0;
  }
}
html.lower #contents.page_contents .page_title h2 {
  color: #313131;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: .5em;
  font-size: 251%;
  position: unset;
  transform: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents.page_contents .page_title h2 {
    font-size: 234%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents.page_contents .page_title h2 {
    font-size: 184%;
  }
}
html.lower #contents.page_contents .page_title:before {
  display: none;
}
html.lower #contents .page_title {
  position: relative;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
html.lower #contents .page_title:before {
  content: '';
  position: absolute;
  bottom: -4em;
  left: 50%;
  width: 1px;
  height: 8em;
  background: linear-gradient(#ffffff 50%, #c3c3c3 50%);
}
@media only screen and (max-width: 767px) {
  html.lower #contents .page_title:before {
    bottom: -3em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .page_title:before {
    height: 6em;
  }
}
html.lower #contents .page_title h2 {
  position: absolute;
  color: #fff;
  font-size: 300%;
  font-weight: normal;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents .page_title h2 {
    font-size: 251%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .page_title h2 {
    font-size: 167%;
  }
}
html.lower #contents .page_title h2.title_bg_gray {
  width: 90%;
  max-width: 900px;
  letter-spacing: .3em;
  font-size: 217%;
  margin: auto;
  text-align: center;
  padding: .6em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents .page_title h2.title_bg_gray {
    font-size: 184%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .page_title h2.title_bg_gray {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .page_title h2 {
    width: 90%;
    text-align: center;
    margin: auto;
  }
}

html.lower #contents .con_intro {
  padding: 50px 0 40px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents .con_intro {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro {
    padding: 2em 0 1.5em;
  }
}
html.lower #contents .con_intro h3 {
  font-weight: normal;
  text-align: center;
  letter-spacing: .3em;
  font-size: 184%;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents .con_intro h3 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro h3 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html.lower #contents .con_intro h3 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro h3 {
    padding-bottom: 1em;
  }
}
html.lower #contents .con_intro .txt {
  text-align: center;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro .txt {
    padding: 0 2% 1em;
  }
}

table.tbl_basic {
  width: 100%;
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    margin-top: 2em;
  }
}
table.tbl_basic tr {
  border: 1px solid #e0e0e0;
}
table.tbl_basic tr th {
  background: #f4f3f3;
  border-right: 1px solid #e0e0e0;
  padding: 19px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th {
    padding: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  table.tbl_basic tr th {
    width: 142px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th {
    display: block;
    border-right: 0px;
    margin: auto;
  }
}
table.tbl_basic tr td {
  padding-left: 23px;
  padding: 19px;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr td {
    padding: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr td {
    display: block;
  }
}

.btn a {
  padding: 1em 3em;
  text-align: center;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 109%;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  letter-spacing: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .btn a {
    font-size: 109%;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 100%;
  }
}
.btn a:before, .btn a:after {
  font-family: FontAwesome;
}
.btn a > * {
  vertical-align: middle;
}
.btn a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  left: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn a:hover:after {
  left: .5em;
}
@media only screen and (max-width: 767px) {
  .btn a {
    display: block;
    max-width: 100%;
    margin: 0 auto .5em;
  }
}
.btn.btn_border {
  position: relative;
}
.btn.btn_border .bd span {
  background: #999;
  position: absolute;
  -moz-transition: all, 0.45s;
  -o-transition: all, 0.45s;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
}
.btn.btn_border .bd span.bdL {
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1280px) {
  .btn.btn_border .bd span.bdL {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: 100%;
  }
}
@media print {
  .btn.btn_border .bd span.bdL {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: 100%;
  }
}
.btn.btn_border .bd span.bdT {
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media only screen and (min-width: 1280px) {
  .btn.btn_border .bd span.bdT {
    right: 100%;
  }
}
@media print {
  .btn.btn_border .bd span.bdT {
    right: 100%;
  }
}
.btn.btn_border .bd span.bdR {
  height: 100%;
  width: 1px;
  right: 0;
  bottom: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
@media only screen and (min-width: 1280px) {
  .btn.btn_border .bd span.bdR {
    bottom: 100%;
  }
}
@media print {
  .btn.btn_border .bd span.bdR {
    bottom: 100%;
  }
}
.btn.btn_border .bd span.bdB {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media only screen and (min-width: 1280px) {
  .btn.btn_border .bd span.bdB {
    left: 100%;
  }
}
@media print {
  .btn.btn_border .bd span.bdB {
    left: 100%;
  }
}
.btn.btn_border a {
  margin: auto;
  position: relative;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .btn.btn_border a {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .btn.btn_border a {
    overflow: hidden;
  }
}
.btn.btn_border a:before {
  content: "";
  border: 1px solid #777;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 1280px) {
  .btn.btn_border a:hover .bd span.bdL {
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    top: 0;
  }
  .btn.btn_border a:hover .bd span.bdT {
    right: 0;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .btn.btn_border a:hover .bd span.bdR {
    bottom: 0;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .btn.btn_border a:hover .bd span.bdB {
    bottom: 0;
    left: 0;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}
@media print {
  .btn.btn_border a:hover .bd span.bdL {
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    top: 0;
  }
  .btn.btn_border a:hover .bd span.bdT {
    right: 0;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .btn.btn_border a:hover .bd span.bdR {
    bottom: 0;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .btn.btn_border a:hover .bd span.bdB {
    bottom: 0;
    left: 0;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}
.btn.btn_black {
  text-align: center;
  margin-top: 2em;
}
.btn.btn_black a {
  background: #615b54;
  color: #FFF;
  display: inline-block;
}
.btn.btn_res {
  background: #615b54;
  display: inline-block;
}
.btn.btn_res a {
  color: #fff;
}

.st_tmp01 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.5em;
}
.st_tmp01 span {
  display: block;
  color: #fff;
  font-family: "Heebo", sans-serif;
}
.st_tmp01 span.eng {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: 92%;
  letter-spacing: .2em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .st_tmp01 span.eng {
    padding-bottom: 0.5em;
  }
}
.st_tmp01 span.jp {
  font-size: 150%;
  letter-spacing: .3em;
}

body.fix_active {
  width: 100%;
  top: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.fix_active .fixOpenMenu {
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.list_lnk_anchor {
  overflow: hidden;
  text-align: center;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .list_lnk_anchor {
    width: 95%;
    margin: 0 auto 2em;
  }
}
.list_lnk_anchor li {
  display: inline-block;
  margin: 0 .5em;
}
@media only screen and (max-width: 767px) {
  .list_lnk_anchor li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .list_lnk_anchor li:nth-child(2) {
    margin-right: 0;
    float: right;
  }
}
.list_lnk_anchor li a {
  display: block;
  padding: 1em 5em;
  text-decoration: none;
  border: 1px solid #cbc7c1;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em;
  font-weight: 400;
  font-size: 109%;
  font-family: "Heebo", sans-serif;
}
@media only screen and (max-width: 767px) {
  .list_lnk_anchor li a {
    padding: 1em 0;
  }
}

body .mfp-bg {
  background: #161616;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
body .mfp-content h4 {
  text-align: center;
  font-weight: normal;
  letter-spacing: .3em;
  font-size: 150%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .mfp-content h4 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  body .mfp-content h4 {
    font-size: 134%;
    padding-bottom: 1.5em;
  }
}
body .mfp-content .popup-modal-dismiss {
  width: 5.5em;
  padding-top: 2em;
  height: 8em;
  margin: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  *zoom: 1;
  text-transform: uppercase;
}
body .mfp-content .popup-modal-dismiss .line_close {
  height: 3em;
  width: 3.5em;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  body .mfp-content .popup-modal-dismiss .line_close {
    height: 2.5em;
    width: 4em;
  }
}
body .mfp-content .popup-modal-dismiss .line_close:before, body .mfp-content .popup-modal-dismiss .line_close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 1em;
}
body .mfp-content .popup-modal-dismiss .line_close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-content .popup-modal-dismiss .line_close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-content .popup-modal-dismiss em {
  color: #000;
}
body .mfp-content .popup-modal-dismiss:hover {
  cursor: pointer;
}
body .mfp-content .con_popup {
  font-family: "Heebo", sans-serif;
}
body .mfp-content .con_popup .txt_tel {
  width: 450px;
  margin: 1em auto;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 3em;
  border: 1px solid #777;
  background: #828282;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .mfp-content .con_popup .txt_tel {
    width: 50%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  body .mfp-content .con_popup .txt_tel {
    width: 90%;
    margin: 1em auto;
  }
}
body .mfp-content .con_popup .txt_tel span {
  font-size: 126%;
}
body .mfp-content .con_popup .txt_tel a {
  text-decoration: none;
}
body .mfp-content .con_popup .txt_tel a:before, body .mfp-content .con_popup .txt_tel a:after {
  font-family: FontAwesome;
}
body .mfp-content .con_popup .txt_tel a > * {
  vertical-align: middle;
}
body .mfp-content .con_popup .txt_tel a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  left: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body .mfp-content .con_popup .txt_tel a:hover:after {
  left: .5em;
}
body .mfp-content .con_popup .btn {
  width: 450px;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .mfp-content .con_popup .btn {
    width: 50%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  body .mfp-content .con_popup .btn {
    width: 90%;
    margin: 1em auto;
  }
}
body .mfp-content .con_popup .btn a {
  padding: 1em 3em;
  border: 1px solid #777;
  text-align: center;
  display: block;
  font-size: 109%;
  background: #828282;
  text-decoration: none;
  letter-spacing: .2em;
}
body .mfp-content .con_popup .btn a:before, body .mfp-content .con_popup .btn a:after {
  font-family: FontAwesome;
}
body .mfp-content .con_popup .btn a > * {
  vertical-align: middle;
}
body .mfp-content .con_popup .btn a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  left: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body .mfp-content .con_popup .btn a:hover:after {
  left: .5em;
}
@media only screen and (max-width: 767px) {
  body .mfp-content .con_popup .btn a {
    display: block;
    font-size: 100%;
    max-width: 100%;
    margin: 0 auto .5em;
  }
}
