@charset "UTF-8";
#footer .box_sitemap .box_menulist, #footer .box_bottom .wrap_inner .box_inner, #footer_brand_link #footer_brand_link_inner, .tmp_tab, .con_main .bg_deco, .bnr_campain_top {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  #footer .box_sitemap .box_menulist, #footer .box_bottom .wrap_inner .box_inner, #footer_brand_link #footer_brand_link_inner, .tmp_tab, .con_main .bg_deco, .bnr_campain_top {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_sitemap .box_menulist, #footer .box_bottom .wrap_inner .box_inner, #footer_brand_link #footer_brand_link_inner, .tmp_tab, .con_main .bg_deco, .bnr_campain_top {
    width: 90%;
  }
}

#menu li:nth-child(3) a span, .con_modal_menu .box_modal_menu ul:not(.wrp_lang) li a, .tmp_st .en, .wrp_header .con_header .box_lang .obj_accordion, #homepage .con_main .box_main .box_catch .st_main, .con_harmony .box_harmony .st_harmony .en {
  letter-spacing: 0.12em;
  font-family: 'Playfair Display', serif;
}

.tmp_btn a span,
.tmp_btn .pseudo_a span, .tmp_st .jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}

html {
  font-size: small;
}
@media only screen and (min-width: 768px) {
  html {
    line-height: 2.1875;
  }
}
@media only screen and (max-width: 767px) {
  html {
    line-height: 1.8;
  }
}

body {
  color: #323130;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
  letter-spacing: 0.18em;
}
.ie body {
  font-size: 120%;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  body {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 85%;
  }
}
body a {
  color: #323130;
  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: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E";
}

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: 1280px !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 only screen and (min-width: 768px) {
  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;
  }
}

* {
  box-sizing: border-box;
}

.mouse .over {
  transition: opacity 0.3s ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  transition-delay: 200ms;
}

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

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s opacity, 0.4s visibility;
}
.fixedActive #menu {
  opacity: 1;
  visibility: visible;
}
#menu li:first-child {
  width: 60%;
  text-align: center;
}
#menu li:first-child img {
  max-width: 270px;
  width: 71.05263%;
}
#menu li:nth-child(2) {
  width: 20%;
  height: 100%;
  background: #c0b283;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu li:nth-child(2) > span {
  display: inline-block;
  margin-top: 0.5em;
}
#menu li:nth-child(2) .text em {
  color: #fff;
  font-size: 13px;
}
#menu li:nth-child(2) .text em:nth-child(2) {
  display: none;
}
#menu li:nth-child(2) .line {
  display: block;
  width: 85%;
  height: 13px;
  margin: 0 auto 7.5px;
  position: relative;
}
#menu li:nth-child(2) .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: 0.4s transform;
}
#menu li:nth-child(2) .line span:first-child {
  top: 0;
  left: 0;
}
#menu li:nth-child(2) .line span:nth-child(2) {
  top: 6px;
  left: 0;
}
#menu li:nth-child(2) .line span:nth-child(3) {
  top: 13px;
  left: 0;
}
#menu li:nth-child(2).active .text em:first-child {
  display: none;
}
#menu li:nth-child(2).active .text em:nth-child(2) {
  display: block;
}
#menu li:nth-child(2).active .line {
  width: 50%;
}
#menu li:nth-child(2).active .line span:first-child {
  top: 50%;
  transform: rotate(135deg);
}
#menu li:nth-child(2).active .line span:nth-child(2) {
  opacity: 0;
}
#menu li:nth-child(2).active .line span:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}
#menu li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  background: #b80018;
}
#menu li:nth-child(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#menu li:nth-child(3) a span {
  margin-top: 0.1em;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

/* -----------------------------------------------------------
	.con_modal_menu
----------------------------------------------------------- */
.con_modal_menu {
  width: 100%;
  height: 0;
  overflow-y: scroll;
  background: #c0b283;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.6s height ease-out;
}
@media only screen and (min-width: 1025px) {
  .con_modal_menu {
    display: none !important;
  }
}
.con_modal_menu.active {
  height: 100%;
}
.con_modal_menu .box_modal_menu {
  padding: 5em 0 3em;
}
.con_modal_menu .box_modal_menu ul:not(.wrp_lang) {
  width: 85%;
  margin: 0 auto 2em;
}
.con_modal_menu .box_modal_menu ul:not(.wrp_lang) li {
  margin-top: 1.25em;
}
.con_modal_menu .box_modal_menu ul:not(.wrp_lang) li:first-child {
  margin-top: 0;
}
.con_modal_menu .box_modal_menu ul:not(.wrp_lang) li a {
  font-size: 113%;
  color: #fff;
  text-decoration: none;
}
.con_modal_menu .box_modal_menu .wrp_lang {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
  margin-top: 1em;
}
.con_modal_menu .box_modal_menu .wrp_lang li {
  width: 50%;
  margin-top: 1em;
}
.con_modal_menu .box_modal_menu .wrp_lang li:nth-child(-n + 2) {
  margin-top: 0;
}
.con_modal_menu .box_modal_menu .wrp_lang a {
  font-size: 100%;
  color: #fff;
  text-decoration: none;
}
.con_modal_menu .box_modal_menu .box_cop {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
.con_modal_menu .box_modal_menu .box_cop a {
  font-size: 113%;
  color: #fff;
  text-decoration: none;
}
.con_modal_menu .con_harmony {
  color: #fff;
}
.con_modal_menu .con_harmony a {
  color: #fff !important;
}

/* -----------------------------------------------------------
	.con_fnav
----------------------------------------------------------- */
.con_fnav {
  padding: 1.5em 0;
  background: #e7e7e7;
  text-align: center;
  overflow: hidden;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .con_fnav {
    margin-top: 4em;
  }
}
.con_fnav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_fnav li {
    width: 50%;
    display: block;
    font-size: 82%;
    float: left;
    min-height: 3em;
  }
  .con_fnav li:nth-child(odd) {
    clear: left;
  }
}
.con_fnav li.size_s {
  font-size: 69%;
}
.con_fnav li.size_s a {
  padding: 0 2em;
}
.con_fnav li.size_s a.en {
  letter-spacing: normal;
}
.con_fnav li a {
  display: inline-block;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 767px) {
  .con_fnav li a {
    display: block;
  }
}
.con_fnav li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .con_fnav li a {
    position: relative;
  }
  .con_fnav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
  }
  .con_fnav li a:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fnav li a {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fnav li:nth-child(even):after {
    display: none;
  }
}
.con_fnav li:after {
  content: "|";
  color: #b80018;
  position: absolute;
  right: 0.4em;
  top: 50%;
  margin: -0.7em;
  margin-top: -1em;
}
.con_fnav li:last-child:after {
  display: none;
}

/* -----------------------------------------------------------
	.wrap_hotels
----------------------------------------------------------- */
.wrap_hotels {
  padding: 2.1em 0 1.5em;
  background-color: #f1f1f1;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .wrap_hotels {
    padding: 2em 0 .75em;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_hotels .box_hotels {
    margin-bottom: 20px;
  }
}
.wrap_hotels .box_hotels .nikko_logo {
  text-align: center;
  margin: auto;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .wrap_hotels .box_hotels .nikko_logo {
    margin-bottom: 2em;
  }
}
.wrap_hotels .box_hotels .hotel {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .wrap_hotels .box_hotels .hotel {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_hotels .box_hotels .hotel {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_hotels .box_hotels .hotel {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.wrap_hotels .box_hotels .hotel li {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wrap_hotels .box_hotels .hotel li:last-child:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .wrap_hotels .box_hotels .hotel li {
    width: 32%;
  }
  .wrap_hotels .box_hotels .hotel li:nth-child(3n):after, .wrap_hotels .box_hotels .hotel li:last-child:after {
    display: none;
  }
  .wrap_hotels .box_hotels .hotel li:nth-child(3n+1) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap_hotels .box_hotels .hotel li {
    width: 50%;
  }
}
.wrap_hotels .box_hotels .hotel li:after {
  content: "|";
  position: absolute;
  right: .25em;
  top: 51%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .wrap_hotels .box_hotels .hotel li:after {
    right: -.25em;
  }
}
.wrap_hotels .box_hotels .hotel li a {
  padding: 0 2em 0 .75em;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .wrap_hotels .box_hotels .hotel li a {
    padding: 0 1.375em;
    box-sizing: border-box;
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_hotels .box_hotels .hotel li a {
    font-size: 63%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap_hotels .box_hotels .hotel li:nth-child(2n):after, .wrap_hotels .box_hotels .hotel li:last-child:after {
    display: none;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  color: #222;
  padding: 0px 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .btn_ptop {
    text-align: center;
    margin-right: 1.5%;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .btn_ptop {
    text-align: center;
  }
}
#footer .bnr_recruit {
  max-width: 1100px;
  width: 95%;
}
@media only screen and (min-width: 1025px) {
  #footer .bnr_recruit {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .bnr_recruit {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bnr_recruit {
    margin: 0 auto 30px;
  }
}
#footer .box_sitemap {
  padding: 1.5em 0;
}
#footer .box_sitemap .box_menulist {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_sitemap .box_menulist {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_sitemap .box_menulist .view_foot {
    display: none;
  }
}
#footer .box_sitemap .box_menulist li {
  display: inline-block;
  position: relative;
}
#footer .box_sitemap .box_menulist li a {
  display: inline-block;
  padding: 0.5em 2em;
}
#footer .box_sitemap .box_menulist li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #footer .box_sitemap .box_menulist li a {
    position: relative;
  }
  #footer .box_sitemap .box_menulist li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
  }
  #footer .box_sitemap .box_menulist li a:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_sitemap .box_menulist li a {
    padding: 0.5em 1em;
  }
}
#footer .box_sitemap .box_menulist li:after {
  content: "|";
  color: yellow;
  position: absolute;
  right: 0.4em;
  top: 50%;
  margin: -0.7em;
}
#footer .box_sitemap .box_menulist li:last-child:after {
  display: none;
}
#footer .box_sitemap .box_menulist li.view_sp {
  display: inline-block !important;
}
#footer .box_other {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_other {
    width: 50%;
    margin: auto;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_other {
    width: 90%;
    margin: 3em auto 0;
    justify-content: space-around;
  }
}
#footer .box_other li {
  margin-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_other li {
    margin: 0 auto;
  }
  #footer .box_other li:nth-child(2) a img {
    margin-left: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_other li {
    width: 28%;
    margin: 0;
  }
  #footer .box_other li:nth-child(2) a img {
    margin-left: 1em;
  }
}
#footer .box_other li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .box_other li a img {
    display: block;
    width: 78%;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .box_other li:last-child {
    padding-top: 1.2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_other li:last-child {
    padding-top: 5.2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_other li:last-child {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_other li:last-child img {
    width: 100%;
  }
}
#footer .wrap_inner {
  position: relative;
}
#footer .wrap_inner .btn_ptop {
  position: absolute;
  z-index: 5;
  width: 160px;
  right: 0;
  bottom: 0;
  text-align: center;
  top: 23.8%;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_inner .btn_ptop {
    top: auto;
    bottom: 45px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_inner .btn_ptop {
    width: 80px;
    right: 2.5em;
    bottom: 53px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1380px) {
  #footer .wrap_inner .btn_ptop {
    bottom: 35px;
    width: 90px;
    bottom: 2.15em;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1500px) {
  #footer .wrap_inner .btn_ptop {
    width: 90px;
    right: 2.25em;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1579px) {
  #footer .wrap_inner .btn_ptop {
    width: 90px;
    right: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .btn_ptop {
    width: 140px;
    top: 43.8%;
  }
}
#footer .wrap_inner .btn_ptop a {
  color: #fff;
  font-size: 94%;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .btn_ptop a {
    padding: 1.5em 0 0.3em 2.4em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .btn_ptop a {
    padding: 1.5em 2em 0.3em;
  }
}
#footer .wrap_inner .btn_ptop a:hover {
  color: #fff !important;
  top: -0.5em;
}
#footer .wrap_inner .btn_ptop a span {
  display: inline-block;
  position: relative;
}
#footer .wrap_inner .btn_ptop a span:before {
  content: "";
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer .wrap_inner .box_inner {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_inner .box_inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_inner .box_inner {
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .wrap_inner .box_inner {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_inner .box_inner .box_logo {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_logo {
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
#footer .wrap_inner .box_inner .box_logo .logo dt span {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_logo .logo dt span {
    text-align: center;
    margin: 0 auto;
  }
}
#footer .wrap_inner .box_inner .box_logo .logo dt span.img {
  display: block;
  padding-top: 5px;
  margin-bottom: 20px;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_logo .logo dt span.img {
    max-width: 250px;
  }
}
#footer .wrap_inner .box_inner .box_logo .logo dt span.img a {
  display: block;
}
#footer .wrap_inner .box_inner .box_logo .logo dt span.img a:hover {
  opacity: 0.8;
}
#footer .wrap_inner .box_inner .box_logo .logo dd {
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer .wrap_inner .box_inner .box_logo .logo dd {
    margin: 0 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_logo .logo dd {
    margin: 0 0 10px;
    display: inline-block;
    text-align: left;
    width: 48%;
  }
  #footer .wrap_inner .box_inner .box_logo .logo dd + dd {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_logo .logo dd {
    text-align: left;
    line-height: 1.8;
  }
}
#footer .wrap_inner .box_inner .box_logo .box_sns {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_logo .box_sns {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_logo .box_sns {
    margin: 1em 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .wrap_inner .box_inner .box_logo .box_sns li {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_logo .box_sns li {
    font-size: 125%;
  }
}
#footer .wrap_inner .box_inner .box_logo .box_sns li a {
  color: #666;
  margin-right: 0.5em;
  margin: 0 0.5em;
}
#footer .wrap_inner .box_inner .box_group {
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_inner .box_inner .box_group {
    width: 67%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_inner .box_inner .box_group {
    width: 65%;
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_group {
    width: 97%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1579px) {
  #footer .wrap_inner .box_inner .box_group {
    width: 60%;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1579px) {
  #footer .wrap_inner .box_inner .box_group {
    margin-left: 2.7%;
  }
}
#footer .wrap_inner .box_inner .box_group .group {
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_group .group.global {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .wrap_inner .box_inner .box_group .group {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_group .group {
    padding-left: 0;
  }
}
#footer .wrap_inner .box_inner .box_group .group li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_group .group li {
    display: block;
    margin-right: 0;
  }
}
#footer .wrap_inner .box_inner .box_group .group li dl {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_group .group li dl {
    line-height: 1.4;
  }
}
#footer .wrap_inner .box_inner .box_group .group li dl dt,
#footer .wrap_inner .box_inner .box_group .group li dl dd {
  display: inline-block;
}
#footer .wrap_inner .box_inner .box_group .group li dl dt {
  font-weight: bold;
  padding-right: 5px;
  border-right: 1px solid #494949;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dt {
    padding: 0 5px;
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dt strong {
    font-size: 12px;
  }
}
#footer .wrap_inner .box_inner .box_group .group li dl dd {
  padding: 0 5px;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dd {
    padding: 0 5px;
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dd {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1501px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dd.first {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dd {
    padding: 0 3px 0 0;
    margin-bottom: 3px;
  }
}
#footer .wrap_inner .box_inner .box_group .group li dl dd a {
  color: #222;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_inner .box_inner .box_group .group li dl dd a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .wrap_inner .box_inner .box_group .group.global {
    padding-bottom: 30px;
  }
}
#footer .wrap_service {
  position: relative;
  margin-top: 1em;
}
#footer .wrap_service .box_service {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4em;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_service .box_service {
    width: 95%;
  }
}
#footer .wrap_service .box_service .box_sns {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_service .box_service .box_sns {
    width: calc(30% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  #footer .wrap_service .box_service .box_sns {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  #footer .wrap_service .box_service .box_sns {
    width: 29.5%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .wrap_service .box_service .box_sns li {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrap_service .box_service .box_sns li {
    font-size: 125%;
  }
}
#footer .wrap_service .box_service .box_sns li a {
  color: #666;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_service .box_service .box_sns li a {
    margin: 0 0.5em;
  }
}
#footer .wrap_service .box_service .service {
  font-size: 82%;
}
@media only screen and (min-width: 1025px) {
  #footer .wrap_service .box_service .service {
    width: 67%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #footer .wrap_service .box_service .service {
    width: 65%;
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .wrap_service .box_service .service {
    width: 96%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1579px) {
  #footer .wrap_service .box_service .service {
    width: 60%;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1579px) {
  #footer .wrap_service .box_service .service {
    margin-left: 2.7%;
  }
}
#footer .wrap_service .box_service .service li {
  padding: 0 10px 5px 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_service .box_service .service li {
    margin-bottom: 5px;
  }
}
#footer .wrap_service .box_service .service li:first-child {
  padding-left: 0;
  border-left: none;
}
#footer .wrap_service .box_service .service li a {
  color: #222;
}
@media only screen and (max-width: 767px) {
  #footer .wrap_service .box_service .service li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #footer .box_bottom {
    padding: 0 20px;
  }
}
#footer .box_bottom .wrap_inner {
  position: relative;
}
#footer .box_bottom .wrap_inner .box_inner {
  padding: 30px 0;
}
@media only screen and (min-width: 1025px) {
  #footer .box_bottom .wrap_inner .box_inner {
    padding: 30px 0 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .wrap_inner .box_inner {
    padding: 30px 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .wrap_inner .box_inner {
    padding-top: 0px;
    padding-bottom: 4em;
  }
}
#footer .box_bottom .wrap_inner .box_inner .copyright {
  font-size: 63%;
  padding-top: 20px;
  letter-spacing: 0.1em;
  align-self: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .wrap_inner .box_inner .copyright {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .wrap_inner .box_inner .copyright {
    text-align: center;
  }
}

#footer_group_link {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  text-align: center;
}
#footer_group_link h2 {
  font-size: 120%;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}

#footer_common_link {
  position: relative;
  width: 100%;
  background-color: #d6d6d6;
  border-top: 1px solid #ffffff;
  text-align: center;
}
#footer_common_link #footer_common_link_inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 10px 0;
  text-align: left;
}
#footer_common_link #footer_common_link_inner ul {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer_common_link #footer_common_link_inner ul {
    display: flex;
    justify-content: center;
  }
}
#footer_common_link #footer_common_link_inner ul li {
  font-size: 85%;
}
@media only screen and (max-width: 767px) {
  #footer_common_link #footer_common_link_inner ul li + li {
    margin-top: 0.5em;
  }
}
#footer_common_link #footer_common_link_inner ul li a {
  display: block;
  text-decoration: none;
}
#footer_common_link #footer_common_link_inner ul li a:hover {
  color: #CC3434;
}
@media only screen and (min-width: 768px) {
  #footer_common_link #footer_common_link_inner ul li a:after {
    content: '│';
    margin: 0 0.5em;
    color: #080808;
  }
}
#footer_common_link #footer_common_link_inner ul li:last-child a:after {
  display: none;
}

#footer_brand_link {
  position: relative;
  width: 100%;
  text-align: center;
}
#footer_brand_link #footer_brand_link_inner {
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner {
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner {
    padding: 10px 0;
  }
}
#footer_brand_link #footer_brand_link_inner ul {
  display: flex;
  justify-content: center;
}
#footer_brand_link #footer_brand_link_inner ul li a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:first-child {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:first-child {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:first-child a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:first-child a {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(2) {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(2) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(2) a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(2) a {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(3) {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(3) {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(3) a {
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer_brand_link #footer_brand_link_inner ul li:nth-child(3) a {
    padding: 19px 10px;
  }
}

#copyright {
  color: #414141;
  text-align: center;
  font-size: 90%;
}
@media only screen and (min-width: 1025px) {
  #copyright {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #copyright {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  #copyright {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #copyright {
    padding-bottom: 9.5em;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 8em;
  }
}

.tmp_table_base tr, table.tmp_table tr, table.tmp_table_respon tr {
  border-top: 1px solid #dadada;
}
.tmp_table_base tr:last-child, table.tmp_table tr:last-child, table.tmp_table_respon tr:last-child {
  border-bottom: 1px solid #dadada;
}
.tmp_table_base th, table.tmp_table th, table.tmp_table_respon th,
.tmp_table_base td,
table.tmp_table td,
table.tmp_table_respon td {
  font-size: 94%;
  line-height: 2;
  letter-spacing: 0.18em;
}
@media only screen and (min-width: 1025px) {
  .tmp_table_base th, table.tmp_table th, table.tmp_table_respon th,
  .tmp_table_base td,
  table.tmp_table td,
  table.tmp_table_respon td {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_table_base th, table.tmp_table th, table.tmp_table_respon th,
  .tmp_table_base td,
  table.tmp_table td,
  table.tmp_table_respon td {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_table_base th, table.tmp_table th, table.tmp_table_respon th,
  .tmp_table_base td,
  table.tmp_table td,
  table.tmp_table_respon td {
    padding: 1em;
  }
}
.tmp_table_base th, table.tmp_table th, table.tmp_table_respon th {
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #dadada;
}

table.tmp_table_respon > * {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tmp_table_respon th,
  table.tmp_table_respon td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  table.tmp_table_respon th {
    padding: 1em 0 0;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  table.tmp_table_respon th {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  table.tmp_table_respon td {
    padding: 0 1em 1em;
  }
}

@media only screen and (min-width: 768px) {
  .tmp_box_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_box_btn p {
    width: 100%;
  }
  .tmp_box_btn p:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_box_btn p:not(:first-child) {
    margin-top: 1em;
  }
}

.tmp_btn {
  position: relative;
  border: 1px solid #323130;
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #323130;
}
@media only screen and (min-width: 768px) {
  .tmp_btn {
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn {
    min-height: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn {
    width: 88.88889%;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_btn {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.tmp_btn a,
.tmp_btn .pseudo_a {
  align-self: center;
  display: flex;
  align-items: center;
  padding: 0.75em 2em;
  height: 100%;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  text-decoration: none !important;
}
.ie .tmp_btn a, .ie
.tmp_btn .pseudo_a {
  padding: 1.1em 2em 1em;
}
@media only screen and (max-width: 767px) {
  .tmp_btn a,
  .tmp_btn .pseudo_a {
    padding: 0.75em 1em;
  }
}
.tmp_btn a span,
.tmp_btn .pseudo_a span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: calc(100% - 3em);
}
@media only screen and (min-width: 768px) {
  .tmp_btn a span,
  .tmp_btn .pseudo_a span {
    font-size: 113%;
  }
}
.tmp_btn a span i,
.tmp_btn .pseudo_a span i {
  display: inline-block;
  margin-left: 0.5em;
}
.mouse .tmp_btn:hover a .ic_arr,
.mouse .tmp_btn:hover .pseudo_a .ic_arr, .touch .tmp_btn.touchstart a .ic_arr,
.touch .tmp_btn.touchstart .pseudo_a .ic_arr {
  opacity: 1;
}
.touch .tmp_btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_btn.touchend {
  transition-delay: 200ms;
}
.tmp_btn .ic_arr {
  width: 19px;
  height: 13px;
  position: relative;
  transition: transform 0.1s ease-out;
}
@media only screen and (max-width: 767px) {
  .tmp_btn .ic_arr {
    width: 1em;
    height: 1.46154em;
  }
}
.tmp_btn .ic_arr:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.tmp_btn .ic_arr:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: calc(-3em + 19px);
  top: 50%;
  transition: width 0.1s ease-out;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .tmp_btn .ic_arr:after {
    left: calc(-3em + 1em);
  }
}
.tmp_btn .ic_arr:before {
  background-image: url(../images/common/ic_arr_w.svg);
}
.tmp_btn .ic_arr:after {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .mouse .tmp_btn:hover .ic_arr, .touch .tmp_btn.touchstart .ic_arr {
    transform: translateX(1em);
  }
}
@media only screen and (max-width: 767px) {
  .mouse .tmp_btn:hover .ic_arr, .touch .tmp_btn.touchstart .ic_arr {
    transform: translateX(0.5em);
  }
}
.mouse .tmp_btn:hover .ic_arr:after, .touch .tmp_btn.touchstart .ic_arr:after {
  width: 3em;
}
.touch .tmp_btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_btn.touchend {
  transition-delay: 200ms;
}
.tmp_btn.white {
  background-color: #fff;
  border-color: #a7a7a7;
}
.tmp_btn.white .ic_arr {
  width: 19px;
  height: 13px;
  position: relative;
  transition: transform 0.1s ease-out;
}
@media only screen and (max-width: 767px) {
  .tmp_btn.white .ic_arr {
    width: 1em;
    height: 1.46154em;
  }
}
.tmp_btn.white .ic_arr:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.tmp_btn.white .ic_arr:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: calc(-3em + 19px);
  top: 50%;
  transition: width 0.1s ease-out;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .tmp_btn.white .ic_arr:after {
    left: calc(-3em + 1em);
  }
}
.tmp_btn.white .ic_arr:before {
  background-image: url(../images/common/ic_arr_b.svg);
}
.tmp_btn.white .ic_arr:after {
  background-color: #666666;
}
@media only screen and (min-width: 768px) {
  .mouse .tmp_btn.white:hover .ic_arr, .touch .tmp_btn.white.touchstart .ic_arr {
    transform: translateX(1em);
  }
}
@media only screen and (max-width: 767px) {
  .mouse .tmp_btn.white:hover .ic_arr, .touch .tmp_btn.white.touchstart .ic_arr {
    transform: translateX(0.5em);
  }
}
.mouse .tmp_btn.white:hover .ic_arr:after, .touch .tmp_btn.white.touchstart .ic_arr:after {
  width: 3em;
}
.touch .tmp_btn.white {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_btn.white.touchend {
  transition-delay: 200ms;
}
.tmp_btn.white a,
.tmp_btn.white .pseudo_a {
  color: #666666;
}
.tmp_btn.red {
  border-color: #b80018;
  background-color: #b80018;
}

.tmp_tab {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tmp_tab.center {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_tab {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tmp_tab li {
  text-align: center;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7e7e7;
  border: 1px solid #dadada;
  cursor: pointer;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .tmp_tab li {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_tab li {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_tab li {
    padding: 0.5em 1em;
    min-height: 50px;
    width: 30%;
    max-width: 230px;
  }
  .tmp_tab li:not(:first-child) {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_tab li {
    padding: 0.75em 1em;
    min-height: 2em;
    width: 49%;
  }
  .tmp_tab li:nth-child(n + 3) {
    margin-top: 2%;
  }
}
.tmp_tab li.active {
  color: #fff;
  background-color: #9d9797;
}
.mouse .tmp_tab li:hover, .touch .tmp_tab li.touchstart {
  color: #fff;
  background-color: #9d9797;
}
.touch .tmp_tab li {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_tab li.touchend {
  transition-delay: 200ms;
}

.tmp_st {
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #676767;
}
.tmp_st .en {
  text-shadow: -1px 0px 0px #fff;
  display: block;
  line-height: 1;
}
.tmp_st .jp {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 1501px) {
  .tmp_st.h3_e .en {
    font-size: 500%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .tmp_st.h3_e .en {
    font-size: 375%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st.h3_e .en {
    font-size: 313%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st.h3_e .en {
    font-size: 263%;
  }
}
.tmp_st.h3_e .en:first-letter {
  color: #b80018;
}
@media only screen and (min-width: 1501px) {
  .tmp_st.sm .en {
    font-size: 469%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .tmp_st.sm .en {
    font-size: 375%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st.sm .en {
    font-size: 313%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st.sm .en {
    font-size: 263%;
  }
}
.tmp_st.sm .en:first-letter {
  color: #b80018;
}
@media only screen and (min-width: 1025px) {
  .tmp_st.h3_ej .en {
    font-size: 325%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st.h3_ej .en {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st.h3_ej .en {
    font-size: 225%;
  }
}
.tmp_st.h3_ej .jp {
  margin-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .tmp_st.h3_ej .jp {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st.h3_ej .jp {
    font-size: 100%;
  }
}
.tmp_st.h3_ej.center .en:first-letter {
  color: #b80018;
}
.tmp_st.h4_e .en {
  color: #323130;
}
@media only screen and (min-width: 1025px) {
  .tmp_st.h4_e .en {
    font-size: 238%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st.h4_e .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st.h4_e .en {
    font-size: 138%;
  }
}
.tmp_st.center {
  text-align: center;
}
.tmp_st.white {
  color: #fff;
}
.tmp_st.white .en:first-letter {
  color: #fff;
}

.tmp_txtlink {
  display: flex;
  justify-content: flex-start;
}
.tmp_txtlink a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
}
.tmp_txtlink a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-left: 0.5em;
  display: block;
}
.mouse .tmp_txtlink:hover a:after, .touch .tmp_txtlink.touchstart a:after {
  transform: translateX(0.5em);
}
.touch .tmp_txtlink {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_txtlink.touchend {
  transition-delay: 200ms;
}

.tmp_text {
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 768px) {
  .tmp_text {
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_text {
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 1501px) {
  .tmp_text {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .tmp_text {
    line-height: 2.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_text {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_text {
    line-height: 2;
  }
}
.tmp_text p:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (min-width: 1025px) {
  .tmp_text p:not(:first-child) {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_text p:not(:first-child) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_text p:not(:first-child) {
    margin-top: 1em;
  }
}

.tmp_only_arr .ic_arr {
  display: block;
  width: 19px;
  height: 13px;
  position: relative;
  transition: transform 0.1s ease-out;
}
@media only screen and (max-width: 767px) {
  .tmp_only_arr .ic_arr {
    width: 1em;
    height: 1.46154em;
  }
}
.tmp_only_arr .ic_arr:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.tmp_only_arr .ic_arr:after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  position: absolute;
  left: calc(-3em + 19px);
  top: 50%;
  transition: width 0.1s ease-out;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .tmp_only_arr .ic_arr:after {
    left: calc(-3em + 1em);
  }
}
.tmp_only_arr .ic_arr:before {
  background-image: url(../images/common/ic_arr_b.svg);
}
.tmp_only_arr .ic_arr:after {
  background-color: #666666;
}

.tmp_catch_s {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.05em;
  line-height: 1.76923;
  color: #2e2e2e;
}
@media only screen and (min-width: 1025px) {
  .tmp_catch_s {
    font-size: 175%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_catch_s {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_catch_s {
    font-size: 125%;
  }
}

#abi_page .slick-dots {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #abi_page .slick-dots {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #abi_page .slick-dots {
    bottom: 1em;
  }
}
#abi_page .slick-dots li {
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
}
.mouse #abi_page .slick-dots li:hover, .touch #abi_page .slick-dots li.touchstart {
  opacity: 0.7;
}
.touch #abi_page .slick-dots li {
  -webkit-tap-highlight-color: transparent;
}
.touch #abi_page .slick-dots li.touchend {
  transition-delay: 200ms;
}
#abi_page .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#abi_page .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#abi_page .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}

.slick-custom-prev,
.slick-custom-next {
  position: relative;
  cursor: pointer;
}
.slick-custom-prev span,
.slick-custom-next span {
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .slick-custom-prev,
  .slick-custom-next {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-custom-prev,
  .slick-custom-next {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-custom-prev,
  .slick-custom-next {
    width: 1em;
    height: 1em;
  }
}
.slick-custom-prev span,
.slick-custom-next span {
  display: block;
  width: 100%;
  height: 100%;
}
.slick-custom-prev span:before, .slick-custom-prev span:after,
.slick-custom-next span:before,
.slick-custom-next span:after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #999999;
  top: 50%;
  right: 20%;
  position: absolute;
}

.slick-custom-prev span:before {
  transform-origin: left top;
  transform: rotate(55deg);
}
.slick-custom-prev span:after {
  transform-origin: left top;
  transform: rotate(-55deg);
}
.mouse .slick-custom-prev:hover span, .touch .slick-custom-prev.touchstart span {
  transform: translate(-0.5em, -50%);
}
.touch .slick-custom-prev {
  -webkit-tap-highlight-color: transparent;
}
.touch .slick-custom-prev.touchend {
  transition-delay: 200ms;
}

.slick-custom-next span:before {
  transform-origin: right top;
  transform: rotate(55deg);
}
.slick-custom-next span:after {
  transform-origin: right top;
  transform: rotate(-55deg);
}
.mouse .slick-custom-next:hover span, .touch .slick-custom-next.touchstart span {
  transform: translate(0.5em, -50%);
}
.touch .slick-custom-next {
  -webkit-tap-highlight-color: transparent;
}
.touch .slick-custom-next.touchend {
  transition-delay: 200ms;
}

.tmp_slider .slick-custom-prev {
  right: 100%;
  top: 50%;
  position: absolute;
}
.tmp_slider .slick-custom-next {
  left: 100%;
  top: 50%;
  position: absolute;
}

.tmp_slider {
  width: 100%;
  color: #fff;
}
.tmp_slider .slide span {
  display: block;
}

.inview_fadeIn {
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transform: translate(0, 30px);
  transition-delay: 0;
}
.inview_fadeIn.show {
  opacity: 1;
  transform: translate(0);
}

[data-delay="0"] {
  transition-delay: 0ms;
}

[data-delay="100"] {
  transition-delay: 100ms;
}

[data-delay="200"] {
  transition-delay: 200ms;
}

[data-delay="300"] {
  transition-delay: 300ms;
}

[data-delay="400"] {
  transition-delay: 400ms;
}

[data-delay="500"] {
  transition-delay: 500ms;
}

[data-delay="600"] {
  transition-delay: 600ms;
}

[data-delay="700"] {
  transition-delay: 700ms;
}

[data-delay="800"] {
  transition-delay: 800ms;
}

[data-delay="900"] {
  transition-delay: 900ms;
}

[data-delay="1000"] {
  transition-delay: 1000ms;
}

[data-delay="1100"] {
  transition-delay: 1100ms;
}

[data-delay="1200"] {
  transition-delay: 1200ms;
}

[data-delay="1300"] {
  transition-delay: 1300ms;
}

[data-delay="1400"] {
  transition-delay: 1400ms;
}

[data-delay="1500"] {
  transition-delay: 1500ms;
}

.topicpath {
  max-width: 1920px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topicpath {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .topicpath {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topicpath {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .topicpath {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1025px) {
  .topicpath {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topicpath {
    padding: 0.3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .topicpath {
    padding: 0.3em 0;
  }
}
@media only screen and (min-width: 768px) {
  .topicpath {
    justify-content: flex-end;
  }
}
.topicpath li:not(:last-child):after {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.topicpath li a {
  text-decoration: none !important;
}
.mouse .topicpath li a:hover, .touch .topicpath li a.touchstart {
  text-decoration: underline !important;
}
.touch .topicpath li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .topicpath li a.touchend {
  transition-delay: 200ms;
}

.tmp_swiper.swiper-container-horizontal .swiper-button-disabled {
  opacity: 0.5 !important;
  cursor: default;
  border-radius: 0;
}
.tmp_swiper.swiper-container-horizontal .swiper-scrollbar {
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  height: 5px;
  border-radius: 0;
  background: none;
}
.mouse .tmp_swiper.swiper-container-horizontal .swiper-scrollbar:hover, .touch .tmp_swiper.swiper-container-horizontal .swiper-scrollbar.touchstart {
  opacity: 0.8;
}
.touch .tmp_swiper.swiper-container-horizontal .swiper-scrollbar {
  -webkit-tap-highlight-color: transparent;
}
.touch .tmp_swiper.swiper-container-horizontal .swiper-scrollbar.touchend {
  transition-delay: 200ms;
}
.tmp_swiper.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #666666;
  border-radius: 0;
}
.tmp_swiper.swiper-container-horizontal .swiper-scrollbar:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #dadada;
  top: 2px;
  position: absolute;
}

.tmp_supp li {
  display: flex;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .tmp_supp li:not(:first-child) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_supp li:not(:first-child) {
    margin-top: 1em;
  }
}
.tmp_supp li:before {
  font-size: 63%;
  content: "●";
  color: #b80018;
  margin-right: 0.5em;
  line-height: 2.7;
}

.bg_noren {
  width: 100%;
  height: 10px;
  position: relative;
}
.bg_noren:after {
  content: "";
  display: block;
  height: 0;
  max-width: 498px;
  width: 26.16921%;
  padding-bottom: 56.33211%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/common/bg_noren.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.bg_noren > * {
  position: relative;
  z-index: 1;
}
.bg_noren.noren02:after {
  right: -5%;
  width: 19.18024%;
  padding-bottom: 43.87809%;
  background-image: url(../images/common/bg_noren02.png);
}
.bg_noren.noren03:after {
  right: auto;
  left: 0;
  width: 26.74724%;
  padding-bottom: 56.17446%;
  background-image: url(../images/common/bg_noren03.png);
}
.bg_noren.reserve:after {
  transform: scaleX(-1);
  right: auto;
  left: 0;
}

/* -----------------------------------------------------------
	カレンダー
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: 80%;
  }
}

/* -----------------------------------------------------------
one harmony
----------------------------------------------------------- */
.con_fix_onehormony {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.con_fix_onehormony .box_oneharmony {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 0;
}
.con_fix_onehormony .box_oneharmony .img {
  width: 8%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .img {
    width: 22%;
  }
}
.con_fix_onehormony .box_oneharmony .box_detail {
  width: 90%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt_catch {
    font-size: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt_catch {
    font-size: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt_catch {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt_catch {
    letter-spacing: 0.1em;
  }
}
.con_fix_onehormony .box_oneharmony .box_detail .txt_catch span {
  background: #3a3a3a;
  border: 1px solid #c0b283;
  vertical-align: text-bottom;
  font-size: 63%;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 2%;
}
.con_fix_onehormony .box_oneharmony .box_detail .txt {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt {
    font-size: 88%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail .txt {
    margin-bottom: 0px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.con_fix_onehormony .box_oneharmony .box_detail .box_btn {
  display: flex;
  justify-content: flex-end;
}
.con_fix_onehormony .box_oneharmony .box_detail .box_btn li {
  margin: 0 1%;
}
.con_fix_onehormony .box_oneharmony .box_detail .box_btn li a {
  transition: background-color 0.3s ease-in, color 0.3s ease-in, opacity 0.3s ease-in;
  padding: 0.2em 2em;
  border: 1px solid #c0b283;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_onehormony .box_oneharmony .box_detail .box_btn li a {
    font-size: 95%;
  }
}
.con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_sub a {
  background: #c0b283;
  color: #fff;
}
.mouse .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_sub a:hover, .touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_sub a.touchstart {
  background: #fff;
  color: #222;
}
.touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_sub a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_sub a.touchend {
  transition-delay: 200ms;
}
.con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_basic a {
  background: #fff;
}
.mouse .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_basic a:hover, .touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_basic a.touchstart {
  opacity: 0.7;
}
.touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_basic a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fix_onehormony .box_oneharmony .box_detail .box_btn .btn_basic a.touchend {
  transition-delay: 200ms;
}

.wrp_fix_onehormony .btn_close_info {
  position: fixed;
  bottom: 15%;
  right: 1%;
  width: 36px;
  padding-top: 36px;
  border-radius: 100%;
  background: #000;
  z-index: 90;
  height: 0;
  line-height: 36px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_fix_onehormony .btn_close_info {
    bottom: 15%;
  }
}
.wrp_fix_onehormony .btn_close_info:hover {
  cursor: pointer;
  opacity: 0.8;
}
.wrp_fix_onehormony .btn_close_info:before {
  font-size: 157%;
  content: "\f2bd";
  font-family: "Ionicons";
  letter-spacing: 1;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-cookie .wrp_fix_onehormony .btn_close_info:before {
  font-size: 219%;
  content: "\f19f";
}
.wrp_fix_onehormony .close:before {
  content: "\f44b";
  font-size: 30px;
  left: 45%;
}

.ie .wrp_fix_onehormony .btn_close_info:before {
  top: 53%;
  left: 53%;
}
.ie.is-cookie .wrp_fix_onehormony .btn_close_info:before {
  font-size: 75%;
  top: 53%;
  left: 57%;
}

.talkappibot {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.talkappibot.tkp_show {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #talkappi-chat-menu,
  #talkappi-chat-greeting,
  #talkappi-chat-icon {
    transition: 0.6s translate;
  }
}

/* -----------------------------------------------------------
	con_header
----------------------------------------------------------- */
.wrp_header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_header {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_header {
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header {
    justify-content: end;
  }
}
.wrp_header a {
  color: #fff !important;
}
.wrp_header .box_h_logo {
  text-align: center;
}
.wrp_header .box_h_logo a {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .box_h_logo a {
    width: 92%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .box_h_logo a {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .box_h_logo a {
    width: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .box_h_logo a {
    width: 80%;
  }
}
.wrp_header .con_header {
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header {
    align-items: center;
  }
}
.wrp_header .con_header .box_header {
  align-items: center;
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.wrp_header .con_header .box_header > * {
  width: 100%;
}
.wrp_header .con_header .box_header .box_snav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .box_snav {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .box_header .box_snav {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header .box_snav {
    align-items: flex-start;
  }
}
.wrp_header .con_header .box_header .box_snav .txt_seo {
  font-size: 63%;
  line-height: 1.5;
  padding-right: 1em;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .box_snav .txt_seo {
    width: 28%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .box_snav .txt_seo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header .box_snav .txt_seo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header .box_snav .txt_seo {
    padding-top: 0.5em;
  }
}
.wrp_header .con_header .box_header .box_snav .box_det {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .box_snav .box_det {
    justify-content: flex-end;
  }
}
.wrp_header .con_header .box_header .box_snav .box_det .snav ul {
  display: flex;
}
.wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
  text-decoration: none !important;
  font-size: 88%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
    padding: 0.25em 1.5em 0.25em 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
    padding: 0.25em 1.5em 0.25em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
    padding: 0.5em 1em 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
    padding: 0.5em 1em 0.5em 0;
  }
}
.mouse .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a:hover, .touch .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a.touchend {
  transition-delay: 200ms;
}
@media only screen and (min-width: 1024px) and (max-width: 1050px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a {
    font-size: 82%;
  }
}
.wrp_header .con_header .box_header .box_snav .box_det .snav ul li a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  display: block;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a:after {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .box_snav .box_det .snav ul li a:after {
    margin-left: 0.4em;
  }
}
.wrp_header .con_header .box_header .gnav {
  border-bottom: 1px solid #fff;
}
.wrp_header .con_header .box_header .gnav ul {
  justify-content: center;
  display: flex;
}
.wrp_header .con_header .box_header .gnav ul li a {
  color: #fff;
  display: flex;
  text-decoration: none;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    padding: 0 1.2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1499px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .wrp_header .con_header .box_header .gnav ul li a {
    font-size: 107%;
  }
}
.wrp_header .con_header .box_header .gnav ul li a span {
  padding: 0.8em 0.2em;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .gnav ul li a span {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .gnav ul li a span {
    letter-spacing: .08em;
  }
}
.wrp_header .con_header .box_header .gnav ul li a span:after {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #b80018;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header .gnav ul li a span:after {
    height: 4px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header .gnav ul li a span:after {
    height: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header .gnav ul li a span:after {
    height: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_header .gnav ul li a span:after {
    height: 4px;
  }
}
.wrp_header .con_header .box_header .gnav ul li.gnav_top a span {
  min-width: 3.3em;
  text-align: center;
}
.mouse .wrp_header .con_header .box_header .gnav ul li:hover a span:after, .touch .wrp_header .con_header .box_header .gnav ul li.touchstart a span:after {
  opacity: 1;
}
.touch .wrp_header .con_header .box_header .gnav ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .box_header .gnav ul li.touchend {
  transition-delay: 200ms;
}
.wrp_header .con_header .box_lang {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrp_header .con_header .box_lang {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_lang {
    font-size: 82%;
  }
}
.wrp_header .con_header .box_lang .obj_accordion {
  cursor: pointer;
  background: #000000;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_lang .obj_accordion {
    padding: 0.9em 0.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_lang .obj_accordion {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_lang .obj_accordion {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_lang .obj_accordion {
    padding: 0.5em 1em;
  }
}
.wrp_header .con_header .box_lang ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.wrp_header .con_header .box_lang ul li {
  margin-top: 1px;
  background: #fff;
  text-align: center;
}
.wrp_header .con_header .box_lang ul li a {
  display: block;
  text-decoration: none !important;
  color: #323130 !important;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_lang ul li a {
    padding: 0.4em 0.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_lang ul li a {
    padding: 0.2em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_lang ul li a {
    padding: 0.2em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_lang ul li a {
    padding: 0.4em 0.5em;
  }
}
.mouse .wrp_header .con_header .box_lang ul li:hover, .touch .wrp_header .con_header .box_lang ul li.touchstart {
  opacity: 0.7;
}
.touch .wrp_header .con_header .box_lang ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_header .con_header .box_lang ul li.touchend {
  transition-delay: 200ms;
}
.wrp_header .con_header .box_book_btn {
  display: flex;
}
.wrp_header .con_header .box_book_btn li {
  height: 100%;
  width: 100%;
}
.wrp_header .con_header .box_book_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_book_btn li a span {
    line-height: 1.875;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_book_btn li a span {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_book_btn li a span {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_book_btn li a span {
    line-height: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_header .con_header .box_book_btn li a span {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_book_btn li a span {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_book_btn li a span {
    font-size: 82%;
  }
}
.wrp_header .con_header .box_book_btn li.btn_rest {
  order: 1;
}
.wrp_header .con_header .box_book_btn li.btn_rest a {
  background-color: #b80018;
}
.wrp_header .con_header .box_book_btn li.btn_book a {
  background-color: #666666;
}
.wrp_header .con_header .btn_menu {
  width: 3em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_menu {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .btn_menu {
    width: 5em;
  }
}
.wrp_header .con_header .btn_menu span {
  display: block;
  width: 45.45455%;
  background-color: #fff;
  position: relative;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_menu span {
    height: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .btn_menu span {
    height: 2px;
  }
}
@media only screen and (max-width: 543.5px) {
  .wrp_header .con_header .btn_menu span {
    height: 1px;
  }
}
.wrp_header .con_header .btn_menu span:before, .wrp_header .con_header .btn_menu span:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.wrp_header .con_header .btn_menu span:before {
  bottom: 100%;
  transform: translateY(-0.25em);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_menu span:before {
    transform: translateY(-0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .btn_menu span:before {
    transform: translateY(-0.5em);
  }
}
.wrp_header .con_header .btn_menu span:after {
  width: 66%;
  top: 100%;
  transform: translateY(0.25em);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .btn_menu span:after {
    transform: translateY(0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .btn_menu span:after {
    transform: translateY(0.5em);
  }
}
.wrp_header .con_header .btn_menu.active span {
  background: transparent !important;
}
.wrp_header .con_header .btn_menu.active span:before, .wrp_header .con_header .btn_menu.active span:after {
  width: 100%;
  top: 0;
  bottom: auto;
  transform-origin: center center;
}
.wrp_header .con_header .btn_menu.active span:before {
  transform: translateY(0) rotate(-45deg);
}
.wrp_header .con_header .btn_menu.active span:after {
  transform: translateY(0) rotate(45deg);
}
.wrp_header.fix_wrpheader {
  z-index: 1001;
  position: fixed;
  background-color: #fff;
  transition: transform ease-in 0.2s;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_header.fix_wrpheader {
    transform: translateY(-130px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header.fix_wrpheader {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header.fix_wrpheader {
    transform: translateY(-5em);
  }
}
.wrp_header.fix_wrpheader .box_h_logo {
  width: 240px;
  margin-right: -1%;
}
.partsFix .wrp_header.fix_wrpheader {
  transform: translateY(0);
}
.modalmenu_open .wrp_header.fix_wrpheader {
  transform: translateY(0) !important;
}
.wrp_header.fix_wrpheader .con_header .box_header .gnav {
  border: none;
  color: #323130;
}
.wrp_header.fix_wrpheader .con_header .box_header .gnav a {
  color: #323130 !important;
}
.wrp_header.fix_wrpheader .con_header .box_book_btn {
  height: 72px;
}
.wrp_header.fix_wrpheader .con_header .box_book_btn .btn_rest br {
  display: none;
}
.wrp_header.fix_wrpheader .con_header .btn_menu span {
  background-color: #000;
}
.wrp_header.fix_wrpheader .con_header .btn_menu span:before, .wrp_header.fix_wrpheader .con_header .btn_menu span:after {
  background-color: #000;
}

@media only screen and (min-width: 1501px) {
  .wrp_header .box_h_logo {
    width: 360px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .box_h_logo {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .box_h_logo {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .box_h_logo {
    width: 35%;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header {
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header {
    width: calc(100% - 280px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header {
    width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_header {
    width: calc(100% - 30px - 260px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_header {
    width: calc(100% - 20px - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_header {
    width: calc(100% - 10px - 200px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_det {
    width: 100%;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_lang {
    width: 135px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_lang {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_lang {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_header .con_header .box_lang {
    width: 100%;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_book_btn {
    width: 260px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_book_btn {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_book_btn {
    width: 200px;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header .con_header .box_book_btn {
    height: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header .con_header .box_book_btn {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header .con_header .box_book_btn {
    height: 100px;
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header.hide_rest_rsrv .con_header .box_header {
    width: calc(100% - 30px - 260px * 0.5);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header.hide_rest_rsrv .con_header .box_header {
    width: calc(100% - 20px - 200px * 0.5);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header.hide_rest_rsrv .con_header .box_header {
    width: calc(100% - 10px - 200px * 0.5);
  }
}
@media only screen and (min-width: 1501px) {
  .wrp_header.hide_rest_rsrv .con_header .box_book_btn {
    width: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .wrp_header.hide_rest_rsrv .con_header .box_book_btn {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_header.hide_rest_rsrv .con_header .box_book_btn {
    width: 100px;
  }
}

.sp_bottom_fix {
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
}
.sp_bottom_fix li {
  width: 100%;
  text-align: center;
}
.sp_bottom_fix li.btn_acc {
  background-color: #9d9797;
}
.sp_bottom_fix li.btn_rest {
  background-color: #666666;
}
.sp_bottom_fix li.btn_rsrv {
  background-color: #b80018;
}
.sp_bottom_fix li a {
  display: block;
  color: #fff;
  text-decoration: none !important;
  padding: 0.5em 0;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  letter-spacing: 0.12em;
  font-family: 'Playfair Display', serif;
  font-weight: 100;
  position: relative;
  overflow: hidden;
}
.con_main .bg_deco {
  height: 0;
  position: relative;
  z-index: 1;
}
.con_main .bg_deco:before {
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  right: 100%;
  width: 1000px;
  height: 1000px;
  background-color: #fff;
  transform-origin: right top;
  transform: rotate(38deg);
}
@media only screen and (min-width: 1501px) {
  .con_main .bg_deco:before {
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_main .bg_deco:before {
    right: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .bg_deco:before {
    right: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .bg_deco:before {
    right: 85%;
  }
}
.con_main .box_main {
  position: relative;
}
.con_main .box_main .box_catch {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_main .box_main .box_catch.small {
    top: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_main .box_main .box_catch.small {
    top: 68%;
  }
}
#homepage .con_main .box_main .box_catch {
  color: #fff;
}
#homepage .con_main .box_main .box_catch .st_main {
  max-width: 1600px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: right;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .st_main {
    width: 90%;
  }
}
@media only screen and (min-width: 1501px) {
  #homepage .con_main .box_main .box_catch .st_main {
    font-size: 563%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #homepage .con_main .box_main .box_catch .st_main {
    font-size: 475%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_catch .st_main {
    font-size: 375%;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .st_main {
    font-size: 282%;
  }
}
#homepage .con_main .box_main .box_catch .st_main span {
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
#homepage .con_main .box_main .box_catch .st_main span em {
  display: block;
}
#homepage .con_main .box_main .box_catch .st_main span em:first-letter {
  color: #b80018;
}
@media only screen and (min-width: 768px) {
  #homepage .con_main .box_main .box_catch .st_main span.txt_hoteljalcity {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .st_main span.txt_hoteljalcity {
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #homepage .con_main .box_main .box_catch .st_main span.txt_grandopen {
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .st_main span.txt_grandopen {
    padding-right: 1em;
  }
}
#homepage .con_main .box_main .box_catch .box_jp {
  max-width: 1600px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    width: 90%;
  }
}
@media only screen and (min-width: 1501px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    font-size: 563%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    font-size: 475%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    font-size: 375%;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    font-size: 375%;
  }
}
@media only screen and (min-width: 768px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    padding: 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .box_jp {
    margin-top: 0.2em;
  }
}
#homepage .con_main .box_main .box_catch .box_jp .txt_jp_01 {
  font-size: 36%;
  text-align: right;
}
#homepage .con_main .box_main .box_catch .box_jp .txt_jp_02 {
  font-size: 25%;
  text-align: right;
}
#homepage .con_main .box_main .box_catch .box_bn {
  position: relative;
  z-index: 1;
  float: right;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  #homepage .con_main .box_main .box_catch .box_bn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_catch .box_bn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .con_main .box_main .box_catch .box_bn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #homepage .con_main .box_main .box_catch .box_bn {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_catch .box_bn {
    max-width: 70%;
  }
}
#homepage .con_main .box_main .box_catch .box_bn p {
  display: block;
  float: left;
  width: 255px;
}
@media only screen and (min-width: 1025px) {
  #homepage .con_main .box_main .box_catch .box_bn p {
    margin: 20px 0 20px 20px;
  }
  #homepage .con_main .box_main .box_catch .box_bn p:nth-child(3) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_catch .box_bn p {
    width: 90%;
    margin: 10px 0 10px 10px;
  }
  #homepage .con_main .box_main .box_catch .box_bn p:nth-child(3) {
    margin-right: 10px;
  }
}
.lower .con_main .box_main .box_catch .st_lower_main {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.lower .con_main .box_main .box_catch .st_lower_main .en {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1501px) {
  .lower .con_main .box_main .box_catch .st_lower_main .en {
    font-size: 688%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .lower .con_main .box_main .box_catch .st_lower_main .en {
    font-size: 500%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lower .con_main .box_main .box_catch .st_lower_main .en {
    font-size: 438%;
  }
}
@media only screen and (max-width: 767px) {
  .lower .con_main .box_main .box_catch .st_lower_main .en {
    font-size: 313%;
  }
}
.lower .con_main .box_main .box_catch .st_lower_main .en:first-letter {
  color: #b80018;
}
.lower .con_main .box_main .box_catch .st_lower_main .jp {
  display: block;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  .lower .con_main .box_main .box_catch .st_lower_main .jp {
    font-size: 175%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lower .con_main .box_main .box_catch .st_lower_main .jp {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .lower .con_main .box_main .box_catch .st_lower_main .jp {
    font-size: 125%;
  }
}
.con_main .box_main .box_main_slider {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #homepage .con_main .box_main .box_main_slider, #sports .con_main .box_main .box_main_slider {
    overflow: hidden;
  }
  #homepage .con_main .box_main .box_main_slider img, #sports .con_main .box_main .box_main_slider img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #homepage .con_main .box_main .box_main_slider, #sports .con_main .box_main .box_main_slider {
    overflow: hidden;
  }
  #homepage .con_main .box_main .box_main_slider img, #sports .con_main .box_main .box_main_slider img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.lower.mainimgtype_high .con_main .box_main .box_main_slider {
  height: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lower.mainimgtype_high .con_main .box_main .box_main_slider {
    padding-bottom: 39.0625%;
  }
}
@media only screen and (max-width: 767px) {
  .lower.mainimgtype_high .con_main .box_main .box_main_slider {
    padding-bottom: 68.22917%;
  }
}
@media only screen and (min-width: 768px) {
  .lower.mainimgtype_high .con_main .box_main .box_main_slider.mainimgtype_low {
    padding-bottom: 39.0625%;
  }
}
@media only screen and (max-width: 767px) {
  .lower.mainimgtype_high .con_main .box_main .box_main_slider.mainimgtype_low {
    padding-bottom: 68.22917%;
  }
}
.lower.mainimgtype_high .con_main .box_main .box_main_slider picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.lower.mainimgtype_low .con_main .box_main .box_main_slider {
  height: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lower.mainimgtype_low .con_main .box_main .box_main_slider {
    padding-bottom: 27.60417%;
  }
}
@media only screen and (max-width: 767px) {
  .lower.mainimgtype_low .con_main .box_main .box_main_slider {
    padding-bottom: 49.47917%;
  }
}
.lower.mainimgtype_low .con_main .box_main .box_main_slider picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bnr_timeseal {
  text-align: center;
}
@media only screen and (min-width: 1501px) {
  .bnr_timeseal {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .bnr_timeseal {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr_timeseal {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .bnr_timeseal {
    margin-top: 40px;
  }
}

.bnr_timeseal_sp {
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: 1em auto;
}
.bnr_timeseal_sp > a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .bnr_goto {
    position: fixed;
    bottom: 0;
    left: 15px;
    max-width: 270px;
    width: 30%;
    z-index: 51;
    top: auto;
  }
}
html:not(.is-cookie) .bnr_goto {
  bottom: 300px;
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  html:not(.is-cookie) .bnr_goto {
    bottom: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:not(.is-cookie) .bnr_goto {
    bottom: 330px;
  }
}
html.is-cookie .bnr_goto {
  bottom: 190px;
}
@media only screen and (max-width: 767px) {
  .bnr_goto {
    text-align: center;
    width: 82%;
    margin: 1em auto;
  }
  .bnr_goto > a {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .bnr_play_yt {
    position: fixed;
    bottom: 150px;
    left: 15px;
    max-width: 270px;
    width: 30%;
    z-index: 51;
    bottom: 0;
    top: auto;
  }
  html:not(.is-cookie) .bnr_play_yt {
    bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1500px) {
  html:not(.is-cookie) .bnr_play_yt {
    bottom: 220px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  html:not(.is-cookie) .bnr_play_yt {
    bottom: 180px;
  }
}
@media only screen and (min-width: 768px) {
  html.is-cookie .bnr_play_yt {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .bnr_play_yt {
    text-align: center;
    width: 82%;
    margin: 1em auto;
  }
  .bnr_play_yt > a {
    display: block;
  }
}

#homepage {
  /**
  * Simple fade transition,
  */
}
#homepage .mfp-iframe-scaler {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #homepage .mfp-iframe-scaler .mfp-close {
    top: 0;
    right: auto;
    width: 44px;
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #homepage .mfp-iframe-scaler .mfp-close {
    top: auto;
    bottom: 100%;
    right: 0;
    width: 44px;
    left: auto;
  }
}
#homepage .mfp-container {
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#homepage .mfp-container iframe {
  right: 0;
  bottom: 0;
}
#homepage .mfp-container .mfp-iframe-scaler {
  padding: 0;
  padding-top: 100%;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  #homepage .mfp-content {
    max-width: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#homepage .mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
#homepage .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
#homepage .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
#homepage .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
#homepage .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
#homepage .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#talkappi-chat-menu,
#talkappi-chat-greeting,
#talkappi-chat-icon {
  z-index: 998 !important;
}

#live-chat {
  z-index: 999 !important;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  max-width: 1143px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-left: calc(50vw - 571.5px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_search {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_search {
    height: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search {
    height: 140px;
  }
}
@media only screen and (min-width: 1501px) {
  .con_search {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1245px) {
  .con_search {
    margin-left: calc(50vw - 45%);
  }
}
@media only screen and (max-width: 1300px) {
  .con_search {
    height: auto !important;
  }
}
.searchAir .con_search {
  max-width: 1440px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-left: calc(50vw - 720px);
}
@media only screen and (max-width: 767px) {
  .searchAir .con_search {
    width: 90%;
  }
}
@media only screen and (max-width: 1544px) {
  .searchAir .con_search {
    margin-left: calc(50vw - 45%);
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1520px) {
  .searchAir .con_search {
    width: 96%;
    margin-left: calc(50vw - 48%);
  }
}
.con_search .box_search {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.con_search .tab {
  display: flex;
  background: #f3f3f3;
  height: 100%;
  width: 360px;
}
@media only screen and (max-width: 1500px) {
  .con_search .tab {
    width: 260px;
  }
}
@media only screen and (max-width: 1370px) {
  .con_search .tab {
    width: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  .con_search .tab {
    width: 100%;
  }
}
.con_search .tab .tab_stay,
.con_search .tab .tab_air {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  flex-wrap: wrap;
  color: #484848;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  .con_search .tab .tab_stay,
  .con_search .tab .tab_air {
    width: 130px;
  }
}
@media only screen and (max-width: 1370px) {
  .con_search .tab .tab_stay,
  .con_search .tab .tab_air {
    width: 100px;
  }
}
@media only screen and (max-width: 1300px) {
  .con_search .tab .tab_stay,
  .con_search .tab .tab_air {
    width: 50%;
  }
}
@media only screen and (max-width: 1300px) {
  .con_search .tab .tab_stay,
  .con_search .tab .tab_air {
    padding: 1.1em 0.5em 0.5em;
  }
}
.con_search .tab .tab_stay .jp,
.con_search .tab .tab_air .jp {
  font-size: 88%;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  .con_search .tab .tab_stay .jp,
  .con_search .tab .tab_air .jp {
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1370px) {
  .con_search .tab .tab_stay .jp,
  .con_search .tab .tab_air .jp {
    font-size: 75%;
  }
}
.con_search .tab .tab_stay .inner,
.con_search .tab .tab_air .inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1301px) {
  .con_search .tab .tab_stay .inner,
  .con_search .tab .tab_air .inner {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .con_search .tab .tab_stay .box_img,
  .con_search .tab .tab_air .box_img {
    width: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .tab .tab_stay .box_img,
  .con_search .tab .tab_air .box_img {
    width: 18% !important;
  }
}
.con_search .tab .tab_stay .box_img span,
.con_search .tab .tab_air .box_img span {
  display: inline-block;
  width: 100%;
  padding-top: 92.98246%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.con_search .tab .tab_stay .box_img {
  width: 31.66667%;
}
.con_search .tab .tab_stay .box_img span {
  background-image: url(../images/home/ic_hotel_b.png);
}
.con_search .tab .tab_air br {
  display: none;
}
@media only screen and (min-width: 1301px) and (max-width: 1370px) {
  .con_search .tab .tab_air br {
    display: block;
  }
}
.con_search .tab .tab_air .box_img {
  width: 29.53368%;
}
.con_search .tab .tab_air .box_img:first-of-type span {
  background-image: url(../images/common/ic_air_b.png);
}
.con_search .tab .tab_air .box_img:nth-of-type(2) {
  margin-left: 1em;
}
.con_search .tab .tab_air .box_img:nth-of-type(2) span {
  background-image: url(../images/common/ic_hotel_b.png);
}
.con_search .tab .active.tab_stay, .con_search .tab .active.tab_air {
  background: #9d9797;
  color: #fff;
  cursor: default;
}
.con_search .tab .active.tab_stay .box_img span {
  background-image: url(../images/common/ic_hotel_w.png);
}
.con_search .tab .active.tab_air .box_img:first-of-type span {
  background-image: url(../images/common/ic_air_w.png);
}
.con_search .tab .active.tab_air .box_img:nth-of-type(2) {
  margin-left: 1em;
}
.con_search .tab .active.tab_air .box_img:nth-of-type(2) span {
  background-image: url(../images/common/ic_hotel_w.png);
}
.con_search .panel {
  height: 100%;
  width: calc(100% - 360px);
}
@media only screen and (max-width: 1500px) {
  .con_search .panel {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 1370px) {
  .con_search .panel {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1300px) {
  .con_search .panel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel {
    width: 100%;
    padding: 1em 0 0;
  }
}
.con_search .panel .box_panel {
  display: none;
}
.con_search .panel .box_panel.active {
  display: block;
}
.con_search .panel .box_panel1 {
  height: 100%;
}
.con_search .panel .box_panel1 form {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_search .panel .box_panel1 form {
    height: 100%;
  }
}
@media only screen and (min-width: 1301px) {
  .con_search .panel .box_panel1 form {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .con_search .panel .box_panel1 form {
    display: table;
    width: 100%;
  }
}
.con_search .panel .box_panel1 .common_boxStyle {
  height: 100%;
  border-left: 1px solid #dadada;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_search .panel .box_panel1 .common_boxStyle {
    width: 17.36909%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .con_search .panel .box_panel1 .common_boxStyle {
    display: table-cell;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle {
    padding: 0.5em 0;
    margin-top: 0.5em;
  }
}
.con_search .panel .box_panel1 .common_boxStyle .title {
  font-size: 88%;
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1025px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle .title {
    margin-bottom: 0.5em;
  }
}
.con_search .panel .box_panel1 .common_boxStyle .js-selectText {
  width: 100%;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    font-size: 157%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    font-size: 144%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    font-size: 125%;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    padding-bottom: 0.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_search .panel .box_panel1 .common_boxStyle .js-selectText {
    font-size: 125%;
  }
}
.con_search .panel .box_panel1 .common_boxStyle .js-selectText:after {
  content: "\f27e";
  font-family: "Ionicons";
  font-size: 60%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s bottom ease-in;
}
@media only screen and (min-width: 768px) {
  .con_search .panel .box_panel1 .common_boxStyle:first-of-type {
    width: 30.52363%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle:first-of-type {
    width: 100%;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .common_boxStyle:nth-of-type(4) {
    border-right: 1px solid #ccc;
  }
}
.con_search .panel .box_panel1 .common_boxStyle:last-of-type {
  color: #fff;
  border-left: none;
  background: #000;
}
@media only screen and (min-width: 767px) and (max-width: 1300px) {
  .con_search .panel .box_panel1 .common_boxStyle:last-of-type {
    text-align: center;
    vertical-align: middle;
  }
}
.con_search .panel .box_panel1 .common_boxStyle input,
.con_search .panel .box_panel1 .common_boxStyle select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.con_search .panel .box_panel1 .common_boxStyle .inner:hover .js-selectText:after {
  bottom: -0.5em;
}
.con_search .panel .box_panel1 .btn_submit {
  font-size: 94%;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .btn_submit {
    width: 80%;
    margin: 1em auto 0;
    padding: 0.75em 1em;
  }
}
.con_search .panel .box_panel1 .btn_submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: 0.4s opacity ease-in;
}
.con_search .panel .box_panel1 .btn_submit i {
  display: block;
  text-align: center;
  font-size: 133.33333%;
}
@media only screen and (min-width: 768px) {
  .con_search .panel .box_panel1 .btn_submit i {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .panel .box_panel1 .btn_submit i {
    margin-bottom: 0.25em;
  }
}
.con_search .panel .box_panel1 .btn_submit:hover:before {
  opacity: 1;
}
.con_search .panel .box_panel2 {
  height: 100%;
}
.con_search .panel .box_panel2 iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1501px) {
  .con_search .panel .box_panel2 iframe {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .con_search .panel .box_panel2 iframe {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 1069px) {
  .con_search .panel .box_panel2 iframe {
    height: 221px;
  }
}
@media only screen and (max-width: 752px) {
  .con_search .panel .box_panel2 iframe {
    height: 425px;
  }
}

.tmp_no_img {
  position: relative;
}
.tmp_no_img span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 66.66667%;
  position: relative;
  background-color: #e5e5e5;
}
.tmp_no_img span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 399px;
  height: 0;
  width: 49.875%;
  padding-bottom: 11.25%;
  transform: translate(-50%, -50%);
  background: url(../images/common/img_noimg.png) no-repeat center center;
  background-size: 100% auto;
}
.tmp_no_img span {
  padding-bottom: 66.66667%;
}

/* -----------------------------------------------------------
	con_harmony
----------------------------------------------------------- */
.con_harmony {
  position: relative;
}
@media only screen and (min-width: 1501px) {
  .con_harmony {
    padding: 120px 1em 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_harmony {
    padding: 80px 1em 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_harmony {
    padding: 4em 1em 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony {
    padding: 2em 1em 2em;
  }
}
.con_harmony .box_harmony {
  max-width: 1100px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony {
    padding: 1em;
  }
}
.con_harmony .box_harmony .st_harmony {
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .con_harmony .box_harmony .st_harmony .en {
    font-size: 282%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_harmony .box_harmony .st_harmony .en {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .st_harmony .en {
    font-size: 157%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_harmony .box_harmony .st_harmony .en {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_harmony .box_harmony .st_harmony .en {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .st_harmony .en {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_harmony .box_harmony .st_harmony .jp {
    font-size: 250%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_harmony .box_harmony .st_harmony .jp {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .st_harmony .jp {
    font-size: 125%;
  }
}
.con_harmony .box_harmony > * {
  width: 93.63636%;
  margin-right: auto;
  margin-left: auto;
}
.con_harmony .box_harmony .box {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony .box {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony .box {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box {
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony .box .img {
    width: 276px;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box .img {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony .box .box_info {
    width: calc(100% - 276px - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box .box_info {
    width: 100%;
  }
}
.con_harmony .box_harmony .box .box_info .txt {
  font-size: 94%;
}
@media only screen and (min-width: 1025px) {
  .con_harmony .box_harmony .box .box_info .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .box .box_info .txt {
    font-size: 104%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_harmony .box_harmony .btn {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_harmony .box_harmony .btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .btn {
    margin-bottom: 1em;
  }
}
.con_harmony .box_harmony .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-family: "Playfair Display", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (min-width: 768px) {
  .con_harmony .box_harmony .btn a {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_harmony .box_harmony .btn a {
    font-size: 113%;
  }
}
.con_harmony .box_harmony .btn .tmp_only_arr {
  margin-left: 2.5em;
}
.con_harmony.sp_harmony {
  width: 92%;
  margin: 1.5em auto;
  padding: 0;
}
.con_harmony.sp_harmony .txt_fsz45 {
  font-size: 163%;
}
.con_harmony.sp_harmony .txt_fsz45.en {
  margin-right: 0.5em;
}
.con_harmony.sp_harmony .txt_fsz40 {
  font-size: 138%;
}
.con_harmony.sp_harmony .box {
  padding: 1em 0 0;
  margin-bottom: 1.5em;
}
.con_harmony.sp_harmony .box .img {
  margin-bottom: 1em;
}
.con_harmony.sp_harmony .btn {
  margin-bottom: 0;
}
.con_harmony.sp_harmony .btn a {
  display: flex;
  justify-content: center;
}

.box_measures {
  background-color: #3c3c3c;
}
.box_measures a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 94%;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .box_measures a {
    padding: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .box_measures a {
    padding: 1em;
  }
}

.bnr_campain_top {
  max-width: 1143px;
}
@media only screen and (min-width: 768px) {
  .bnr_campain_top {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
.bnr_campain_top .cam {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .bnr_campain_top .cam {
    margin-bottom: 14px;
    width: 49.43132%;
  }
}
@media only screen and (max-width: 1024px) {
  .bnr_campain_top .cam {
    margin-bottom: 18px;
    width: 48.38145%;
  }
}
.bnr_campain_top .cam_l {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .bnr_campain_top .cam_l {
    width: 49.43132%;
    margin: 0 auto 14px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bnr_campain_top .cam_l {
    width: 48.38145%;
    margin: 0 auto 14px 1%;
  }
}

@media only screen and (max-width: 767px) {
  .bnr_cam {
    text-align: center;
    width: 82%;
    margin: 1em auto;
  }
  .bnr_cam > a {
    display: block;
  }
}
